
.slider {  width:100%;  margin: 0 auto;    }


#listpage .list_prev{display:inline-block; cursor: pointer; left:-45px; position:absolute;  top:40%; margin-top:-40px; color:#000; line-height: 0;} 
#listpage .list_next{display:inline-block; cursor: pointer; right:-45px; position:absolute;  top:40%; margin-top:-40px; color:#000; line-height: 0; }

#listpage i{display: inline-block; font-size: 3em;}







@media (max-width: 1200px){
.slider {  width:90%;  }

#listpage{}
#listpage .list_prev{left:10px;}
#listpage .list_next{right:10px;}
#listpage i{display: inline-block; font-size: 2em;}
.productlist a h3{font-size: 1.3em;}
.productlist a p br{display: none;}

}	




.productlist a h3{ font-size:1.5em; color:#000; text-transform: capitalize;}
.productlist a p{font-size:14px !important; color:#666;}
.productlist a em{font-style: normal; display: inline-block; padding: 0 20px;  color:#999; line-height: 30px; border:1px #ddd solid; text-transform: uppercase; font-size:12px;}
.productlist a:hover em{background: #03aace; color:#fff; border:1px #03aace solid;}




.productlist span{display:inline-block; width: 100%; max-height: 300px; overflow: hidden; }
.productlist a:hover span{background:#03aace;}
.productlist a:hover img{opacity: .7;}