@import url('//fonts.googleapis.com/css?family=Roboto%3A300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C700%2C700italic%7CRoboto+Condensed%3A400%2C400italic%2C700%2C700italic&#038;ver=4.9.1');

.eshop {
	padding:10px 0px;
}

.eshop a, .eshop h5 {
	 -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.eshop a:hover, .eshop a:hover h5  {
	color:#0199cc;
}

.eshop ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.eshop ul li {
	
    padding: 6px 11px;
    box-sizing: border-box;
    border-bottom:solid 1px #eee;
}

.eshop ul .heading {
	border-bottom:solid 1px #eee;
	background:#f1f1f1;
	margin-top: 0;
}


.eshop ul .active, .eshop ul .active a {
	background: #fafafa;
    color: #0099cb;
}


.eshop .sidebar ul li a {
	font-weight: 100;
    /*text-transform: capitalize;*/
}

.eshop .sidebar ul .heading a{
	    text-transform: uppercase;
}

.eshop .sidebar ul{
	    border:solid 1px #eee;
}

.eshop ul li a {
	font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 15px;
    line-height: 26px;
    color: #191919;
    display: inline-block;
    font-weight:bold;
}

.eshop p {
	padding:0px;
	margin:5px 0;
}

.eshop h5 {
	padding:0px;
	margin-bottom:5px;
}

.eshop p,.eshop h1,.eshop h2,.eshop h3,.eshop h4 ,.eshop h5,.eshop a,.eshop span {
	font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	color:#101010;
	letter-spacing: -0.5px;
}

.eshop a, .eshop button {
	font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}

.eshop h2 {
	font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.eshop .sidebar {
	min-height: 100px;
    width: 20%;
    float: left;
    margin-top:7px;

       
}

.eshop .sidebar .banner{
	margin:10px 0px;
}

.eshop .sidebar .banner img {
	margin:0px auto;
	display:block;
}

.eshop .products {
	min-height:100px;
	width: 79%;
    float: right;
    box-sizing: border-box;
}

.eshop .products .items {
	width:33.33%;
	padding:7px;
	float:left;
	box-sizing: border-box;
	position:relative;
}

.eshop .products .items .discount,.eshop .products .discount {
	position:absolute;
	top: 20px;
    right: 20px;
    font-size: 30px;
    z-index: 99;
    font-weight: bold;
    color: #0098ca;
    letter-spacing: -2px;
	text-shadow: 1px 1px #fff;
}

.eshop .products .items .badge,.eshop .products .badge{
	position:absolute;
	top: 20px;
	left:20px;
	 z-index: 99;
    font-weight: bold;
   	
}


.eshop .products .items .badge span:before,.eshop .products .badge span:before {
	
	content:'';
	position: absolute;
    left: 8px;
    bottom: -4px;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*BADGE NEW*/
.badge .new-item {
	padding: 5px 13px;
    color: #fff;
    letter-spacing: 0;
	background-color: #0098ca;
	position:relative;
}

.badge .new-item:before {
	background-color: #0098ca;
}



.eshop .products .items .item-inner {
	padding:7px;
	border:solid 1px #eee;
	box-sizing: border-box;
}


.eshop .products .items .item-inner a {
	color:#0199cc;
}

.eshop .products .items .item-inner a:hover {
	color:#333;
}


.eshop .products .items .item-inner img {
	display:block;
	margin:0px auto;
	max-width:100%;
}

.eshop .products .items .item-inner .product-link {
	min-height:250px
}

.eshop .products .items .item-inner h5 {
	border-bottom:solid 1px #eee;
	font-size:22px;
	margin-top:7px;
	min-height:50px;
	text-align:center;
}

.eshop .products .items .item-inner h5 a {
	/*font-size:22px;*/
}


.eshop .products .items .item-inner .product-description {
	min-height:35px
}
.eshop .products .items .item-inner .product-link {
	position:relative;
	display:block;
	min-height:309px
}

.eshop .products .items .item-inner .product-link .options {
	opacity:0;
	position:absolute;
	bottom:50px;
	left:0;
	width: 100%;
    background-color: rgba(51, 51, 51, 0.49);
    
   -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
   
}

.eshop .products .items .item-inner .product-link:hover  .options {
	
	opacity:1;
}

.eshop .products .items .item-inner .product-link .options p {
	 color:#fff;
}

.eshop .products .items .item-inner .price {
	/*font-weight:bold;*/
	letter-spacing: -2.2px;
	font-size: 30px;
    text-align: center;
    /*border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;*/
}

.eshop .products .items .item-inner .regular-price {
	border-top: solid 1px #eee;
	padding: 7px 0;
	margin: 0px;
	
}

.eshop .products .middle-banner  {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(https://musclematters.ca/wp-content/uploads/2015/01/150406_hero_Top-Foam-Rolling-Techniques-for-Runners.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    margin:20px 0px;
}
.eshop .product-gallery {
	width: 41.8%;
    position: relative;
    float: left;
    box-sizing: border-box;
}

.eshop .product-info {
	width: 58.2%;
    padding: 0 0 0 30px;
    position: relative;
    float: right;
    overflow: hidden;
     box-sizing: border-box;
}

.eshop .product-info .product_title {
	font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	color:#101010;
	letter-spacing: -0.5px;
	text-transform: uppercase;
    text-decoration: none;
    vertical-align:middle;
    font-size:28px;
}

.eshop .product-info .price {
	font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    display:inline-block;
    position:relative;
}

.eshop .product-info .price strike {
	color:red;
}


.eshop .product-info .price .discount-floater {
	position: absolute;
    top: -17px;
    right: 0px;
}

.eshop .product-info .special {
	font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.eshop .product-info .special-prices {
	width:100%;
	font-size:13px;
}

.eshop .product-info .quantity-section{
	width:100%;
}

.eshop .product-info .quantity-section .quantity_input {
	width: 70px;
    border: solid 1px #dedede;
    border-radius: 0;
    text-align: center;
    height:28px;
}

.eshop .product-info .quantity-section .quantity {
	display:inline-block;
}

.eshop .product-info .quantity-section  .add_to_cart {
	display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    margin: 0px 7px;
    cursor:pointer;
}

.eshop .product-info .title, .eshop .product-info .to_price {
	width: 130px;
    display: inline-block;
}

.eshop .lSSlideOuter {
	display:block !important;
}

.eshop .lSAction > a {
	background-image: url(/assets/img/controls_black.png);
}

.eshop .lSAction {
	display:block !important;
}

/*BREADCRUMBS*/
.eshop_breadcrumbs_hd {
	margin-top:20px;
	border-bottom:solid 1px #eee;
	/*padding:0px 15px;*/
}
.eshop_breadcrumbs {
		border-bottom:solid 1px #eee;
	/*padding:0px 15px;*/
}

.eshop_breadcrumbs h1{
	font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	color:#101010;
	letter-spacing: -0.5px;
	text-transform: uppercase;
    text-decoration: none;
    display:inline-block;
    vertical-align:middle;
    font-size: 20px;
}

.eshop_breadcrumbs ul {
	display:inline-block;
	vertical-align:middle;
	float: left;
	padding: 8px 0px;
}

.eshop_breadcrumbs ul li {
	display:inline-block;
}

.eshop_breadcrumbs ul li a {
	color: #101010;
	font-size: 12px;
	font-family: 'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    line-height: 22px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.eshop_breadcrumbs .step{
	margin-right:10px;
	color:#eee;
}

.eshop_breadcrumbs .active {
	color:#101010;
}


/* /BREADCRUMBS*/

.eshop .table {
	width:100%;
}

.eshop .table thead th,  .eshop .table tfoot td {
    padding: 15px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 0;
    border-bottom-style: solid;
    background-color: #f8f8f8;
        color: #101010;
        font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.eshop .table tr {
	border-bottom:solid 1px #eee;
}
.eshop .table .quantity_input {
	width: 70px;
    border: solid 1px #dedede;
    border-radius: 0;
    text-align: center;
    height:28px;
}

.eshop .cart_button {
	display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    margin: 7px 0 0 7px ;
    cursor: pointer;
    float:right;
}

.eshop .payment_metod .payment-item h2 {
	font-size: 25px !important;
}

.eshop .cart-item {
	display: block;
    clear: both;
    padding: 10px;
}

.eshop .cart-item p{
	text-align: center;
    border-bottom: solid 1px #eee;
    padding: 1px 0px 7px 0px;
	
}

.eshop .cart-item .quantity_input {
    width: 70px;
    border: solid 1px #dedede;
    border-radius: 0;
    text-align: center;
    height: 28px;
}


 .search-wrapper {
	width:70%;
	margin-top:10px;
	position:relative;
	float: right;
}

.search-wrapper .product-search {
	width:100%;
	height: 41px;
    padding: 10px;
    box-sizing:border-box;
    border: solid 1px #0199cc;
}

.search-wrapper .product-button-search{
	position:absolute;
	top: 9px;
    right: 14px;
    font-size: 19px;
    color:#0199cc;
}

.search-wrapper .search-results {
	position:absolute;
	width: 100%;
    background-color: #fff;
    z-index: 9;
    padding: 12px;
    box-sizing: border-box;
     border: solid 1px #0199cc;
     border-top:none;
	
}

.search-wrapper .search-results .item {
	padding: 5px 0px;
    border-bottom: solid 1px #eee;
}

.search-wrapper .search-results .item:last-child  {
	border-bottom:none;
}

.search-wrapper .search-results .item a {
	display:block;
}

.search-wrapper .search-results .item a span {
	float:right;
}


/*RESPONSIVE*/
/*Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) { ... }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) { 
	.lg-group {
		background:#fff !important;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
	.eshop .products .items .item-inner .product-link  .options {
		opacity:1;
	}
	
	.eshop_breadcrumbs .step {
		display: block;
    	text-align: center;
	}
	
	.eshop .products .items {
		width:50%;
	}
	
	.eshop h1 {
		font-size:16px;
		text-align: center;
	}
	
	.eshop .product-gallery {
		width:100%;
	}
	
	.eshop .product-gallery img {
		margin: 0px auto;
    	display: block;
	}
	
	.eshop .product-info {
		width:100%;
		padding:10px;
	}
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
	.eshop .products .items {
		width:100%;
	}
	
	.eshop .products {
		width:100% !important;
		padding-left:0px !important;
	}
	
	.eshop .sidebar {
		width:100%;
	}
}






