.cat-style-1 ul li{ padding-bottom: 40px; }

.cat-style-1 ul li .product-container{
    padding: 0;
    position: relative;
    width: 100%;
    background: #fff;
    float: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.cat-style-1 .product-container .img-box, .product_list img{
    width: 100%;
    padding: 0; }

.cat-style-1 .product-container .info-box { padding: 10px 20px; }
.cat-style-1 .product-container h5{
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    min-height: 40px; }
.cat-style-1 .product-container h5 a{ color: var(--black-color); }
.cat-style-1 .product-container h5 a:hover{ color: var(--primary-color); }
.cat-style-1 .product-container .product_desc{
    color: var(--gray-color);
    margin: 0;
    font-size: 13px;
    padding: 0;
    line-height: 20px;
    min-height: 80px;
    max-height: 80px; }

.cat-style-1 .product-container .more-box {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px; }
.cat-style-1 .product-container .more-box a {
    font-weight: 500;
    color: var(--primary-color);
    margin: 0;
    font-size: 14px; }
.cat-style-1 .product-container .more-box a:hover { color: var(--black-color); }
.cat-style-1 .product-container .more-box a i{ padding-right: 2px; }
