.block_products_cat{
    background: #fff;
    padding: 22px 0 30px;
}
.block_products_cat .block_title{
    background: url(../images/icon-ke.png) repeat-x scroll bottom center;
	margin-bottom: 20px;
    height: 35px;
}
.block_products_cat .block_title > a{
    background: url(../images/icon-title.png) no-repeat scroll left 2px;
    border-bottom: 3px solid #00832a;
	color: #00832a;
    font-size: 18px;
	font-weight: bold;
    padding: 12px 0 12px 40px;
	text-transform: uppercase;
}
.product-cat-inner{
    margin-right: -1%;
}
.product-item{
    float: left;
    width: 19%;
    margin-right: 1%;
}
.product-item a:hover .name{
    color: #00832a;
}
.product-item img{
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
}
.product-item .name{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.product-item .detail{
    background: url(../images/icon-viewdetail.png) no-repeat scroll left center;
    color: #ed3136;
    font-size: 14px;
    padding-left: 15px;
}
@media screen and (max-width:768px){
    .product-item{
        width: 32.33%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:568px){
    .product-item{
        width: 49%;
    }
}
@media screen and (max-width:480px){
    .product-item{
        width: 100%;
        margin-right: 0;
    }
    .product-item img {
        width: 100%;
    }
}