.pageCatProduct {
    padding: 50px 0;
    background: #fff;
}
.pageListProduct {
}
.th_pageCatProduct {
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    font-size: 2rem;
    color: #000;
}

.total_sort_pageCatProduct {
    margin-top: 15px;
    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total_product {
    font-weight: 600;
}
.total_product span {
}

.gridListProduct {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    grid-gap: 20px;
}
