/* ————— homefeatured.tpl ————— */
.addhomefeatured {}

.addhomefeatured h4 {margin: 0;padding: 0 0 10px 0;border-bottom: 1px solid #d0d0d0;font: 700 24px "Open Sans";color: #191919;text-transform: uppercase;}

.addhomefeatured ul {	list-style: none;}

.addhomefeatured ul li {margin-top: 30px;position: relative;
-webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
        box-sizing:border-box;
}

.addhomefeatured ul li.item_alpha {clear: left;}

.addhomefeatured ul li a.product_image {display: block;padding: 20px;border: 1px solid #d0d0d0;overflow: hidden;position: relative;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.addhomefeatured ul li a.product_image img {}
.addhomefeatured ul li a.product_image img.next-img {position: absolute;top: 20px;left: 20px;z-index: 9;}
.addhomefeatured ul li a.product_image img.main-img {display: block;}

.addhomefeatured ul li h5 {margin: 0;padding: 15px 0 0 0;}

.addhomefeatured ul li p.product_desc {margin: 0;padding: 4px 0 0 0;line-height: 25px;}

.addhomefeatured ul li .prices {}
.addhomefeatured ul li .prices span.price {margin: 0 3px 0 0;font: 600 25px "Open Sans";}
.addhomefeatured ul li .prices span.price_red {color: #e82d50;}
.addhomefeatured ul li .prices span.price_drop {font: 600 22px "Open Sans";color: #ababab;text-decoration: line-through;}

.addhomefeatured ul li .button,
.addhomefeatured ul li .exclusive {float: left;margin: 13px 0 0 0;padding: 0 15px;}



@media only screen and (min-width: 950px) and (max-width: 1199px) {	

.addhomefeatured ul li a.product_image img.next-img {width: 178px;}

}



@media only screen and (min-width: 768px) and (max-width: 979px) {	

.addhomefeatured ul li a.product_image img.next-img {width: 124px;}

}



@media only screen and (max-width: 767px) {

.addhomefeatured h4 {padding: 10px 0;margin-bottom: 20px;font-size: 18px;}

.addhomefeatured ul li {float: left;margin: 0 0 20px 0;padding: 20px;border: 1px solid #cccccc;}

.addhomefeatured ul li a.product_image {width:120px;float:left;margin:0 20px 0 0;}
.addhomefeatured ul li a.product_image img.next-img {display: none !important;}

.addhomefeatured ul li h5 {padding: 0 0 0 0;}

.addhomefeatured ul li .prices {padding: 10px 0 0 0;}
.addhomefeatured ul li .prices span.price {}
.addhomefeatured ul li .prices span.price_drop {}

.addhomefeatured ul li p.product_desc {display: none;}





.addhomefeatured ul li img {}

.addhomefeatured ul li.num-1 .featured_li, .addhomefeatured ul li.num-2 .featured_li, .addhomefeatured ul li.num-3 .featured_li, .addhomefeatured ul li.num-4 .featured_li {
	border: none;
}
.addhomefeatured ul li .button {
	display: inline-block;
	margin: 20px 0 0 0;
}
.addhomefeatured ul li .exclusive, .addhomefeatured ul li a.exclusive {
	display: inline-block;
	margin: 20px 16px 0 0;
}

.addhomefeatured .price-drop-feacherd {
	margin-left: 0px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
			.addhomefeatured ul li .exclusive {
				margin-right: 8px;
			}
			.addhomefeatured ul li span.price {
				display: inline-block;
				margin-right: 10px;
			}
		
}
@media only screen and (max-width: 480px) { 
			.addhomefeatured ul li .featured_li > div { overflow:visible;}
}
