.spfilter-products .product-miniature{
	margin:0;
}

.spfilter-products .products {
    
}

.spfilter-products .product-miniature .discount-percentage.discount-percentage {
	z-index: 2;
	background: #f39d72;
	display: block;
	position: absolute;
	padding: .3125rem .4375rem;
	color: #fff;
	text-transform: uppercase;
	min-width: 3.125rem;
	min-height: 1.875rem;
	font-size: 1rem;
	font-weight: 600;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
}

.spfilter-products .spfp-products  .product-countdown {
	font-size: 14px;
    font-weight: 400;
    color: #222;
    vertical-align: middle;
    border-radius: 5px;
    padding: 7px 0;
    text-align: center;
    margin-bottom: 0;
}

.spfilter-products .spfp-products .product-info .product-countdown{
	margin-top: 10px;
}

.spfilter-products .spfp-countdown{
	padding: 30px 0 0;
}
.spfilter-products .spfp-countdown .spfp-countdown-label{
	color: #888;
	margin-bottom: 10px;
}

.spfilter-products .deals-countdown .deals-time{
    display:inline-block;
    vertical-align:top;
    text-align:center;
    padding:0 5px
}

.spfilter-products .deals-countdown .deals-time:first-child{
	padding-left: 0;
}

.spfilter-products .deals-countdown .deals-time .num-time{
	background: #ccc;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
    height: 57px;
    width: 57px;
    text-align: center;
    line-height: 57px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3pxt;
}
.spfilter-products .deals-countdown .deals-time .title-time{
    font-size: 12px;
    text-transform: uppercase;
    color: #222;
}

.spfilter-products.vertical_style .owl-carousel .owl-nav {
	top: -70px;
}

.spfilter-products.vertical_style .product-miniature .thumbnail-container{
    margin-bottom: 20px;
    border: none;
	box-shadow: none !important;
	border-radius: 0;
}
.spfilter-products.vertical_style .product-miniature:last-child .thumbnail-container{
	margin-bottom: 0;
	padding: 0;
}
.spfilter-products.vertical_style .product-miniature .product-image{
	border: none;
	width: 100px;
    float: left;
	margin: 0 25px 0 0;
	cursor: pointer;
}
.lang-rtl .spfilter-products.vertical_style .product-miniature .product-image{
	margin: 0 0 0 25px;
	float: right;
}
.spfilter-products.vertical_style .product-miniature .product-image .quick-view{
	width: 30px;
	height: 30px;
	line-height: 28px;
	left: calc(50% - 15px);
}
.spfilter-products.vertical_style .product-miniature .product-image .quick-view i{
	font-size: 14px;
}
.spfilter-products.vertical_style .product-miniature:hover .product-image .quick-view{
	top: calc(50% - 15px);
}
.spfilter-products.vertical_style .product-miniature .product-info{
	min-height: 40px;
	padding: 0 20px;
	text-align: inherit;
}
#left-column .spfilter-products.vertical_style .product-miniature .product-image{
	margin: 0 10px;
}
#left-column .spfilter-products.vertical_style .product-miniature .product-info{
	padding: 0;
}
#left-column .spfilter-products.vertical_style .product-miniature .product-info .cart_button_box{
	display: none;
}
#right-column .spfilter-products.vertical_style .product-miniature .product-image{
	margin: 0 10px 0 0;
}
.lang-rtl #right-column .spfilter-products.vertical_style .product-miniature .product-image{
	margin: 0 0 0 10px;
}
#right-column .spfilter-products.vertical_style .product-miniature .product-info{
	padding: 0;
}
#right-column .spfilter-products.vertical_style .product-miniature .product-info .cart_button_box{
	display: none;
}
.spfilter-products.vertical_style .product-miniature .product-info .product-title{
	text-align: inherit;
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 3px;
}
.spfilter-products.vertical_style .product-miniature .product-info .product-title a{
	text-align: inherit;
	padding: 0;
}
.spfilter-products.vertical_style .product-miniature .product-price-and-shipping{
	margin-bottom: 0;
	text-align: inherit;
}
.spfilter-products.vertical_style .product-miniature .comments_note{
	text-align: inherit;
	margin: 0;
}
.lang-rtl .spfilter-products.vertical_style .product-miniature .product-info .product-title,
.lang-rtl .spfilter-products.vertical_style .product-miniature .product-price-and-shipping,
.lang-rtl .spfilter-products.vertical_style .product-miniature .comments_note{
	text-align: right;
}

@media (max-width: 991px){
	.spfilter-products  .product-miniature {
		margin: 0 auto;
	}
}


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.sp_time_percent{
	height: 10px;
    background: #eee;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sp_time_percent .sp_time_elapsed{
	position: absolute;
    top: 0;
    height: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sp_quantity_time{
	text-align: left;
	margin-top: 20px;
}
.sp_quantity_time .sp_quantity{
	margin-bottom: 5px;
    color: #999;
}
.sp_quantity_time .sp_quantity span{
	color: #222;
}