
/* #Shop Styles
================================================== */
    .ShopSection {
        text-align: center;
    }
	.ShopSection .shop-item h1 {color: #999; font-size: 35px; font-weight: 300;}
	.ShopSection .shop-item h4 a {
        font-size: 12px;
        /*font-weight: 300; */
        text-transform: capitalize;
    }
    .ShopSection .shop-item h4 {
        min-height: 54px;
    }
	.ShopSection .shop-item {
        display:block;
        position:relative;
        padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;

    }


    .ShopSection .shop-item .thumb {
        width: 100%;
        padding: 0;
        
        position: relative;
        /*vertical-align: middle;*/
        text-align: center;
        margin: 0 auto;
        /*display: table-cell;*/
        overflow: hidden;
       
    }
    
@media only screen and (max-width: 1180px) {
	.ShopSection .shop-item .thumb {
		
	}
}
    
    
@media only screen and (max-width: 992px) {
	.ShopSection .shop-item .thumb {
		
	}
}
    
@media only screen and (max-width: 767px) {
	.ShopSection .shop-item .thumb {
		
	}
}
    
@media only screen and (max-width: 480px) {
	.ShopSection .shop-item .thumb {
		
	}
}
    
    .ShopSection .shop-item figcaption {
        max-width: 300px;
        margin: 0 auto;
    }
    
/*span.item_title {*/
    /*color: #000;*/
    /*width: 100%;*/
    /*padding: 8px 5px;*/
    /*box-sizing: border-box;*/
    /*position: absolute;*/
    /*height: 40px;*/
    /*left: 0px;*/
    /*bottom: 0px;*/
    /*font: 12px Palatino Linotype, Helvetica;*/
    /*text-transform: uppercase;*/
    /*text-align: left;*/
/*}*/


/*span.item_title span.details{*/
/*position: absolute;*/
/*top: 8px;*/
/*right: 0px;*/
/*border: 1px solid #aaa;*/
/*padding: 5px 8px; */
/*}*/
    
    .ShopSection .shop-item .imgholder{
    position: relative;
    top: -50px;
    height: 290px;
    width: 100%;
    }
	
    
   .ShopSection .shop-item  div.thumb {
   padding-bottom: 40px;
    position: relative;
}

.ShopSection .shop-item div.thumb > a > img {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    
}

.ShopSection .shop-item  > span.item_title {
    text-align: left;
    display: block;
}

.ShopSection .shop-item:hover > span.item_title {
	opacity: 1;
    display: block;
}

.ShopSection .shop-item div.thumb:hover > a > img {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);    
}
    
	.ShopSection .shop-item .product-shop { height:42px; margin-right:-2px; border-top:3px solid #e5e5e5; padding-top:8px; margin-bottom:40px;}
	.ShopSection p.price { font-family:"Open Sans", Arial;}
	.ShopSection p.price span.amount, h2.price span.amount { color:#6bb15f; font-size:18px; font-weight:400;}
	.ShopSection p.price small, h2.price small { color:#797979; font-size:13px; text-decoration:line-through; margin-right:10px;}
	.ShopSection h2.price small { font-size:21px;}
	.ShopSection h2.price span.amount { font-size:34px;}
	.ShopSection .shop-item .onsale { height: 40px; width: 40px; padding: 4px; font-size: 12px; font-weight: bold; position: absolute; text-align: center; line-height: 32px; top: -14px; left: 35px; margin: 0; background: #2376de; color: #fff; -webkit-border-radius: 30px; -moz-border-radius: 30px;  border-radius: 30px;}

	.ShopSection .side-list ul, ul.side-list { list-style:none; margin-left:0; margin-bottom:30px; border-top:1px solid #e5e5e5;padding: 0px;}
	.ShopSection .side-list li { border-bottom:1px solid #e5e5e5; padding:15px 0 5px; margin:0;}
	.ShopSection .side-list li:hover { background:#fdfdfd;}
	.ShopSection .side-list img { float:left; width:62px; height:62px; padding:2px; background:#e5e5e5; margin-right:10px;}
	.ShopSection .side-list h5 { font-size:15px; margin:0 0 10px;}
	.ShopSection .side-cart { padding:0 0 10px 0; margin-bottom:30px; position:relative;}
	.ShopSection .side-cart h4.subtitle {font-weight: 600; margin-top:0px; color:#2376de; margin-bottom:2px; margin-left:0;padding-bottom: 5px;}
	.ShopSection  .sidebar h4 {border:none;font-weight: 600;}
	.ShopSection .side-cart i { float:left; display:in-block; font-size:18px; color:inherit; margin-right:5px; margin-top:4px;}
	.ShopSection .side-cart .side-list { border-top:3px solid #2376de;  margin-bottom:2px; }
	.ShopSection .side-cart .total { border-top:2px solid #dfdfdf; padding-top:12px;}
	.ShopSection .side-cart .button { float:left; margin-right:10px; background:#ff5d5e;}
	.ShopSection .buttons_added a.addtocart { padding:6px 12px 5px 26px; background-color:#fff; border-radius:5px;}
	.ShopSection .buttons_added a.addtocart:before { left:10px; top:9px;}
	.ShopSection .buttons_added a.addtocart:hover { background-color:#f6f6f6;}
	.ShopSection .buttons_added input[type=text] { width:30px; text-align:center; float:left;  padding:5px 10px; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset; border:1px solid #9a9a9a; margin:0;}
	.ShopSection .buttons_added input[type=button] {  float: left; font-size: 20px; height: 28px; margin: 0; padding: 2px 16px 5px; }
	.ShopSection .buttons_added input[type=button].minus { border-radius: 3px 0 0 3px; }
	.ShopSection .buttons_added input[type=button].plus { border-radius: 0 3px 3px 0; }
	.ShopSection .result-count { display:inline-block; float:left; margin-right:20px; border-left:7px solid #2376de; padding:4px 0 4px 7px;}
	.ShopSection .ordering { float:right;}


	.ShopSection a.addtocart,.ShopSection  a.select-options { padding:4px 2px 2px 0px; color:#7f7f7f; float:right; display:inline-block; font-size:13px; font-weight:300;}
	.ShopSection a.select-options { float:left;}
	.ShopSection a.addtocart:hover,.ShopSection  a.select-options:hover { color:#2376de; cursor:pointer;}
	.ShopSection a.addtocart:before,.ShopSection  a.select-options:before  {font-family: icomoon; content: "\e0ca"; color:inherit; top:8px; left:1px; font-size:13px; margin-right: 5px;} 
	.ShopSection a.select-options:before {font-family: icomoon; content: "\e08f"; }

	.ShopSection .ElementTabs .tab-content {

	border: none;
	border: 1px solid #ddd;
	border-top:none; 
	padding: 0 25px 25px;
	}



a.rollover{
width: 100%;
height: 100%;
position: absolute;
text-align: right;
padding: 10px 20px;
font: 300 30px Arial;
color: #fff;
 opacity: 0;
 transition: opacity 300ms;
 z-index: 1000;
 top: 0px;
 left: 0px;
}
a.rollover:hover{
 opacity: 1;
}