.special_products_home{
	margin-bottom:30px;
	padding:0 15px;
}
.products_block{
	position:relative;
	background:#fff;
	border:2px solid #ebebeb;
}
.special_products_home .title{
	text-align:center;
	position:relative;
	margin-bottom:30px;
}
.special_products_home .title:before{
	border-top:1px solid #b7b7b7;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	bottom:0;
	content:"";
}
.special_products_home .title  span{
	background: #f1f1f1 ;
    border: 1px solid #fb5959;
    color: #3f3f3f;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 30px;
    text-transform: uppercase;
	position: relative;
}
#pos-special-products .item{
}
#pos-special-products .item .item-top{
	text-align: center;
	padding:30px;
}
#pos-special-products .item .right{
	background:#3f3f3f;
	padding:30px;
}
#pos-special-products .item .right  a.product-name {
    color: 	#fff;
    font-size: 18px;
    text-transform: uppercase;
	font-weight:bold;
}
#pos-special-products .item .right .comments_note{
	overflow:hidden;
	margin-bottom:10px;
}
#pos-special-products .item .right .content_price{
margin-bottom:10px;
clear:both;}
#pos-special-products .item .right .price.product-price{
	font-family: "Montserrat",sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-left: 3px;
	color:#fff;
}
#pos-special-products .item .right  .old-price.product-price{
	color: #cd5033;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}
#pos-special-products .item .right .description_short{
	color: #fff;
    font-family: arial;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
}
.countdown{
	width:290px;
	margin-bottom:15px;
	overflow: hidden;
}
.countdown-section{
	overflow:hidden;
}
.countdown-section{
	background: #ec4445;
    color: #fff;
    display: inline;
    float: left;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 20%;
}
.countdown-amount{
	border-bottom:1px solid #d61313;
	padding-bottom:5px;
	margin-bottom:5px;
	display: block;
}
#pos-special-products .button-container{
	clear:both;
}
#pos-special-products .button-container-i{
	overflow:hidden;
}
#pos-special-products .button-container-i li{
	float:left;
	display:inline;
	margin-right:10px;
	margin-bottom:5px;
}
#pos-special-products .button-container-i li.posbuttonCart a{
	width:auto;
	padding:0 15px;
	font-size: 14px;
}

#pos-special-products .button-container-i li a{
	background: #fff;
    border: 1px solid #efefef;
    color: #3f3f3f;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
}
#pos-special-products .button-container-i li a.checked,
#pos-special-products .button-container-i li a:hover{
	background:#ec4445;
	border-color:#ec4445;
	color:#fff;
}
#pos-special-products .button-container-i li span{display:none;}
#pos-special-products .button-container-i li.posbuttonCart span{
	background:none;
    border: medium none;
    text-shadow: 0 0 0;
    color: #3f3f3f;
    display: inline-block;
    padding: 0;
}
#pos-special-products .button-container-i li.posbuttonCart a:hover span{
	color:#Fff;
}
.special_products_home .boxnp{
	bottom: 0;
    left: 0;
    position: absolute;
    right: inherit;
    top: inherit;
}
.special_products_home .boxnp a{
	background: #3f3f3f;
    color: #fff;
    width: 35px;
    height: 55px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
	cursor: pointer;
}
.special_products_home .boxnp a:hover{
	background-color:#ec4445;
}
@media (max-width:767px){
	#pos-special-products .item .right{
		padding:15px;
	}
	.countdown{
		width:100%;
	}
	.special_products_home .boxnp{
		display:none;
	}
	#pos-special-products .button-container-i li a{
		height: 35px;
		line-height: 35px;
		width: 35px;
	}
	#pos-special-products .button-container-i li.posbuttonCart a{
		font-size: 12px;
		padding: 0 10px;
	}
}