﻿.product {
    background-color: #eaf4e5;
    padding: 20px 0;
    overflow: hidden;
}

.footer {
    background-color: #eaf4e5;
}

.product .list-pro {
    margin-top: 18px;
}

.product .top-img-home-product img {
    height: 191px;
}

.product .container {
    padding: 20px 0;
}

.product li.item-c-home-product:hover .cate-title-home-product h3 {
    color: #00acfa;
}

.product .product-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 45px;
    width: 100%;
}

@media (max-width: 1023px) {
    .container.list-product-child-d {
        padding-top: 0;
    }

    .product .top-img-home-product img {
        height: 121px;
    }
}