@media (max-width: 768px){
#special-count-home{	
	margin-bottom: 20px;
}
}
@media (min-width: 767px){
#special-count-home{
	width: 100%;
}	
}

.home-count{
	max-width: 250px;
	margin: 10px auto 0px auto;
}

#special-count-home{
  font-size:14px;
}

.special-title{
	font-size: 22px;
	text-align: center;
	padding: 7px 5px;
	color: #FFF;
	background: #0ecccc;
	margin: 0px -10px 10px -10px;
	box-sizing: content-box;
	font-family: 'Source Sans Pro';
	text-transform: uppercase;
	max-width: 340px;
}

@media (max-width: 991px) {
.special-title{	
	margin: 0px auto;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.special-title{
	font-size: 16px;
}
}

@media (min-width: 991px) and (max-width: 1200px) {
#special-count-home{
	padding-bottom: 5px;
}
}

@media (min-width: 480px) and (max-width: 991px) {
   .special-count-home .bx {
      width: 50%;
      float: left;
      margin-bottom: 20px;
    }
}

@media (max-width: 481px) {
   .special-count-home .bx {
      margin-bottom: 20px;
    }
}

#special-count-home .product-container{
    position: relative;
	background:#FFF;
}

#special-count-home .title-count{
	text-align: center;
	background: #0ecccc;
	color: #FFF;
}

#special-count-home .content_price{
	text-align: center;
	padding-bottom: 5px;
}

#special-count-home .product-container h5{
	padding: 0px;
	margin: 5px 0px;
	min-height: 55px;
	text-align: center;
}
#special-count-home .product-name{
	display: inline-block;
	width: 100%;
}

#special-count-home .product-image-container{
	text-align: center;
	overflow: hidden;
	background: #FFF;
}

#special-count-home .product-image-container img {
    margin: 0 auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;}
	
#special-count-home:hover .product-image-container img{
	-webkit-transform: scale(0.9);
	transform: scale(0.9);}   

@media (max-width: 1319px) {
#special-count-home .product-image-container img{
	max-width: 220px;	
}}

@media (max-width: 1199px) {
#special-count-home .product-image-container img{
	max-width: 150px;	
}}

@media (max-width: 1059px) {
#special-count-home .product-image-container img{
	max-width: 140px;	
}}

@media (max-width: 991px) {
#special-count-home .product-image-container img{
	max-width: 100px;	
}}

@media (max-width: 767px) {
#special-count-home .product-image-container img{
	max-width: 110px;	
}}

#special-count-home .price,
#special-count-home .old-price{
	display: inline-block;
}

#special-count-home .price{
	color: #075067;
	font-size:26px;
	font-weight: 600;
}

#special-count-home .old-price{
	color: #777;
	font-size:20px;
	margin-right: 10px;
}


