section {
    background-color: #F5F5F5;
    background-color: #FFF;
}

#health {
    padding-top: 180px;
    width: 100%;
    margin: auto;
}

.page-health {
    width: 100%;
    width: 100%;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.page-health ul {
    display: flex;
    list-style: none;
}

.page-health ul li:first-child {
    /* padding-bottom: 32px; */
    margin-right: 10px;
}
.page-health ul li a {
    text-decoration: none;
}
/* sáº£n phÃ¢m */
#product {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: left;
    padding: 60px 0px 100px 0px;
}

.product-item {
    position: relative;
    text-align: left;
    height: auto;
    background: #FFFFFF;
    padding: 0;
    width: calc((100% - 96px) / 4);
    margin: 0px 24px 32px 0;
    border: 1px solid #B9DCFE;
    border-radius: 12px;
}

.product-item:hover {
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.img-product {
    overflow: hidden;
    /* width: 95    % !important; */
    margin: auto;
    height: 260px !important;
    /* padding-top: 28px; */
    /* padding-bottom: 16px; */
    display: flex;
}

.img-product:hover img {
    transform: scale(1.05);
    transition: 0.25s;
    opacity: 1;
    border-radius: 40px 40px 0 0;
}

.product-item img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: 0.1s;
    border-radius: 12px 12px 0 0;
}

.products-item-info {
    width: 100%;
    margin: auto;
    text-align: left;
}

.product-item button,
.product-item .addtoc {
    height: 50px;
    width: 100%;
    font-size: 15px;
    margin: 0px;
    padding: 0px 17px;
    /* display: block; */
}

.product-sale-title {
    margin-bottom: 0;
}

div.sale-section {
    height: 28px;
}

span.sale {
    background: #ED0C79;
    color: white;
    border-radius: 100px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 20px;
}

.product-sale {
    text-align: left;
    padding: 24px;
}

.product-sale p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
}

span.price {
    color: #BDBDBD;
    font-size: 16px;
    text-decoration: line-through;
}

span.price-sale {
    color: #34A2FC;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.product-sale p a {
    text-decoration: none;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 0px;
    color: #252527;
}

.product-sale p a:hover {
    color: #054ca8;
}

.product-item button,
.product-item .addtoc {
    justify-content: center;
    height: 50px;
    width: 100%;
    left: 306px;
    top: 1879px;
    border-radius: 100px;
    box-shadow: 0px 4px 20px 0px #005ea333;
    background: #0A5BD6;
    border: none;
    color: white;
    margin-top: 17px;
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 10px auto;
    text-decoration: inherit;
}

.product-item button i,
.product-item .addtoc i {
    font-size: 24px;
    margin-right: 7px;
    margin-bottom: 6px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
}

@media (max-width: 1100px) {
    #health {
        padding-top: 101px;
        width: 100%;
        margin: auto;
    }

    .product-item {
        width: 100%;
    }
}

@media (min-width:1100px) and (max-width:1300px) {
    .product-item {
        position: relative;
        text-align: left;
        /* height: 500px; */
        background: #FFFFFF;
        padding: 0;
        width: calc((100% - 60px)/3);
        margin: 0px 10px 20px 10px;
    }

    .img-product {
        overflow: hidden;
        width: 100% !important;
        margin: auto;
        height: 300px !important;
        padding-top: 28px;
        padding-bottom: 16px;
        display: flex;
    }

    .product-sale {
        text-align: left;
        padding: 12px;
    }

    .product-item button,
    .product-item .addtoc {
        font-size: 16px;
    }
}