/*css - sản phẩm tương tự*/
.related-products-wrapper.product-section {
    border: 0;
}
.related-products-wrapper.product-section h3.product-section-title-related {
    padding: 0;
    margin: 0;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 2.22rem;
    line-height: 2.78rem;
    text-transform: uppercase;
    color: #253D4E;
}
.related-products-wrapper.product-section .d-flex {
    display: flex;
    justify-content: space-between;
}
.related-products-wrapper.product-section a.view-more {
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    line-height: 1.67rem;
    color: #DF1F26;
    display: flex;
    align-items: center;
    gap: .56rem;
}
.related-products-wrapper.product-section h3.product-section-title-related {
    width: max-content;
}
.related-products-wrapper.product-section a.view-more svg {
    width: 1.39rem;
    height: 1.39rem;
}
.related-products-wrapper.product-section .sanpham-khac {
    display: flex;
    flex-wrap: wrap;
    gap: 1.65rem;
    padding: 2.22rem 0 0 0;
}
.related-products-wrapper.product-section .sanpham-khac li.product {
    list-style: none;
    margin: 0;
    width: calc(25% - 1.25rem);
    border: .07rem solid #ADADAD40;
    border-radius: 1.11rem;
    overflow: hidden;
    padding: 1.11rem;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-image {
    height: 13.19rem;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.related-products-wrapper.product-section .sanpham-khac li.product .category a.product-link {
    font-family: Quicksand,sans-serif;
    font-weight: 600;
    font-size: .83rem;
    line-height: 1.39rem;
    color: #ADADAD;
    display: block;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-title > a {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: 1.11rem;
    line-height: 1.39rem;
    color: #253D4E;
    display: block;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-content {
    display: flex;
    flex-wrap: wrap;
    gap: .42rem;
    padding-top: .42rem;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-title {
    margin: 0;
}
.related-products-wrapper.product-section .sanpham-khac li.product .evaluate {
    display: flex;
    align-items: center;
    width: 100%;
    gap: .56rem;
}
.related-products-wrapper.product-section .sanpham-khac li.product .evaluate .list_star {
    display: flex;
    gap: .28rem;
    align-items: center;
}
.related-products-wrapper.product-section .sanpham-khac li.product .list_star .star_voted {
    color: #ffcc00;
}
.related-products-wrapper.product-section .sanpham-khac li.product .list_star i.fa-star {
    font-family: "fl-icons" !important;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    display: inline-block;
    font-size: 1.11rem;
}
.related-products-wrapper.product-section .sanpham-khac li.product .list_star i.fa-star:before {
    content: "";
}
.related-products-wrapper.product-section .sanpham-khac li.product .list_star .star_novoted {
    color: #ADADAD;
}
.related-products-wrapper.product-section .sanpham-khac li.product .evaluate .list_star>span {
    line-height: 1;
}
.related-products-wrapper.product-section .sanpham-khac li.product .evaluate>span {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: .69rem;
    line-height: 1.39rem;
    color: #ADADAD;
    display: inline-block;
}
.related-products-wrapper.product-section .sanpham-khac li.product .price-actions {
    padding: .56rem 0 0 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-meta {
    display: flex;
    align-items: center;
    gap: .42rem;
}
.related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-meta .sale-price {
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
    color: #DF1F26;
    display: flex;
    align-items: baseline;
}
.related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-meta .unit {
    font-size: .83rem;
    line-height: 1;
    text-decoration: underline;
}
.related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-meta .regular-price {
    display: flex;
    align-items: baseline;
    font-family: Quicksand,sans-serif;
    font-weight: 500;
    font-size: .97rem;
    line-height: 1;
    color: #7E7E7E;
    text-decoration: line-through;
}
.related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-actions {
    border-radius: .83rem;
    display: flex;
    gap: .56rem;
    align-items: center;
    justify-content: center;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: .97rem;
    line-height: 1.39rem;
}
.related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-actions .added_to_cart.wc-forward {
    display: none;
}
.related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-actions svg {
    width: 1.39rem;
    height: 1.39rem;
}
.related-products-wrapper.product-section .sanpham-khac li.product:hover {
    box-shadow: 0px 0px .28rem 0px #3BB77E40;
    border: .07rem solid #66B345;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-content .icon_favourite {
    display: flex;
    flex-direction: column;
    gap: .56rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-inner {
    position: relative;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-content .icon_favourite>span {
    width: 1.67rem;
    height: 1.67rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .03rem solid #ADADAD40;
    background-color: #FFFFFF;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-content .icon_favourite svg {
    width: .83rem;
    height: .83rem;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-content .icon_favourite .heart:hover svg path {
    fill: #DF1F26;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-content .icon_favourite .heart:hover {
    border-color: #DF1F26;
}
.related-products-wrapper.product-section .sanpham-khac li.product .product-content .icon_favourite .view {
    display: none;
}
.related-products-wrapper.product-section .sanpham-khac li.product:hover .product-content .icon_favourite .view {
    display: flex;
}
@media screen and (max-width: 767.9px) {
    .product-footer .container {
        max-width: 100%;
    }
    .related-products-wrapper.product-section {
        padding: 3.07rem 4.1rem;
    }
    .related-products-wrapper.product-section h3.product-section-title-related {
        font-size: 4.1rem;
        line-height: 6.15rem;
    }
    .related-products-wrapper.product-section a.view-more {
        font-size: 3.07rem;
        line-height: 4.1rem;
        gap: 1.02rem;
    }
    .related-products-wrapper.product-section a.view-more svg {
        width: 5.12rem;
        height: 5.12rem;
    }
    .related-products-wrapper.product-section .sanpham-khac {
        gap: 2.04rem;
        padding: 3.07rem 0 0 0;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product {
        margin-bottom: 1.02rem;
        width: calc(50% - 1.02rem);
        padding: 2.05rem;
        border-radius: 4.1rem;
        border: .26rem solid #ADADAD40;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .product-image {
        height: 24.59rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .product-content {
        gap: 1.54rem;
        padding-top: 1.54rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .product-content .icon_favourite {
        gap: 2.05rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .product-content .icon_favourite>span {
        width: 6.15rem;
        height: 6.15rem;
        border: .13rem solid #ADADAD40;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .product-content .icon_favourite svg {
        width: 3.07rem;
        height: 3.07rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .category a.product-link {
        font-size: 3.07rem;
        line-height: 4.1rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .product-title > a {
        font-size: 3.59rem;
        line-height: 5.12rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .evaluate {
        gap: 2.05rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .evaluate .list_star {
        gap: 1.02rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .list_star i.fa-star {
        font-size: 4.1rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .evaluate>span {
        font-size: 2.56rem;
        line-height: 5.12rem;
        font-weight: 600;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .price-actions {
        padding: 0;
        flex-wrap: wrap;
        gap: 2.56rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-meta {
        gap: 1.54rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-meta .sale-price, 
    .related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-meta .unit {
        font-size: 4.61rem;
        line-height: 5.12rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-meta .regular-price, 
    .related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-meta .regular-price .unit {
        font-size: 3.59rem;
        line-height: 5.12rem;
        font-weight: 700;
        font-family: 'Quicksand Bold',sans-serif;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-actions {
        width: 100%;
        border-radius: 8.2rem;
        padding: 2.05rem;
        font-size: 3.07rem;
        line-height: 4.1rem;
        gap: 2.05rem;
    }
    .related-products-wrapper.product-section .sanpham-khac li.product .price-actions .product-actions svg {
        height: 4.1rem;
        width: 4.1rem;
    }
}