body {
    background-color: #f9f9f9;
    font-family: "Bricolage Grotesque", sans-serif !important;
}
#wrapper, #main {
    background-color: #f9f9f9;
    position: relative;
}
header .is-divider.medium {
    display: none;
}
.heading, header.entry-header, .page-title.is-large.uppercase {
    background-image: url(../images/heading-line-dark.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px
}
.heading.centered, header.entry-header, .page-title.is-large.uppercase {
    background-position: bottom center;
    text-align: center;
}


.heading:before, header.entry-header:before, .page-title.is-large.uppercase:before {
    content: "";
    background:  #ffdd2e;
    position: absolute;
    display: block;
    width: 20px;
    height: 9px;
    left: 0;
    bottom: -2px;
    margin: 0;
}
.heading.centered:before, header.entry-header:before, .page-title.is-large.uppercase:before {
    left: 50%;
    margin-left: -10px;
    bottom: -2px;
}
.lien-ket-xa-hoi {
    list-style: none;
}

.menu-footer .ux-menu-link__link {
    justify-content: center;
    min-height: 15px;
}

.absolute-footer {
    display: none;
}
.header-menu-icon {
    cursor: pointer;
}
#wide-nav .nav > li > a {
    font-weight: 400;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
}
.icon-login {
    top: 3px;
    position: relative;
    width: 20px;
}
.popup-search {
    position: relative;
}
.popup-search .icon-search {
    position: absolute;
    top: 23px;
    left: 22px;
}

.popup-search input[type="search"] {
    border-radius: 40px;
    background: #FFF;
    padding-left: 55px;
}

.title-main {
    color: #000;
    font-family: "Bricolage Grotesque";
    font-style: normal;
    font-weight: 400;
}
.title-main h1 {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 32px;
    font-family: "Bricolage Grotesque";
}
.title-main h3 {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 32px;
    font-family: "Bricolage Grotesque";
}

.product-favorite i.icon-heart {
    font-size: 20px;
    color: #ccc;
}

.product-favorite i.icon-heart.is-filled {
    color: #C59700; /* Màu đỏ cho icon khi đã yêu thích */
}

.product-item-home {
    position: relative;
    filter: drop-shadow(0px 12px 36px rgba(192, 192, 192, 0.25));
    border-radius: 28px;
    background: #FFF;
    height: 100%;
    overflow: hidden;
}
.product-item-home .product-thumbnail {
    height: 320px;

}
.product-item-home .product-thumbnail a {
    height: 100%;
    overflow: hidden;
}
.product-item-home .product-thumbnail a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.product-item-home .box-title-product {
    padding: 30px 30px 15px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.product-item-home .box-title-product .product-title a {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
.product-item-home .box-hover-product {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    border-radius: 28px;
    background: linear-gradient(257deg, #FFF3C2 -13.91%, #FFF9ED 86.72%);
    padding: 30px;
    gap: 10px;
    display: none;
    width: 100%;
}
.product-item-home:hover .box-hover-product, .col-product:nth-child(1) .product-item-home .box-hover-product {
    display: flex;
}
.product-item-home .box-hover-product .product-short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product-item-home .box-hover-product .product-title a {
    color: #000;
    font-family: "Bricolage Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
.product-item-home .product-price ins .woocommerce-Price-amount {
    color: #C59700;
    font-family: "Bricolage Grotesque";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.box-blog-home .box-text {
    background: #ffffff;
    padding: 15px 30px 30px;
}
.box-blog-home  .post-title {
    min-height: 45px;
    color: #000;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
.box-blog-home  .post-meta {
    border-radius: 13px;
    background: #000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 2px 10px;
    max-width: 70px;
    font-size: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.box-blog-home  .from_the_blog_excerpt {
    color: #797979;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.box-email-endow-content {
    position: relative;
}
.box-email-endow-content .wpcf7-form-control.wpcf7-text {
    border-radius: 32.5px;
    background: #FFF;
    height: 59px;
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 25px;
    margin-top: 20px;
}
.box-email-endow-content .wpcf7-form-control.wpcf7-submit {
    border-radius: 44px;
    background: #000;
    height: 59px;
    position: absolute;
    top: 19px;
    right: -15px;
}
.lien-ket-xa-hoi {
    display: flex;
    justify-content: center;
    gap: 80px;
}
.lien-ket-xa-hoi li {
    margin: 0px;
    padding-right: 20px;
    position: relative;
}
.lien-ket-xa-hoi li:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    background-image: url(../images/arrow-top.svg);
    background-repeat: no-repeat;
    right: 0px;
}
.lien-ket-xa-hoi  a {
    color: #797979;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
#shop-sidebar {
    padding-top: 20px;
}
#shop-sidebar .is-divider {
   display: none;
}
#shop-sidebar .product-categories .cat-item a, .woocommerce-widget-layered-nav-list__item a {
    color: #797979;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#shop-sidebar .product-categories .cat-item.active a {
    color: #C59700;
}

.widget-title.shop-sidebar {
    color: #797979;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



.product-item-page-cate {
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
}
.product-item-page-cate .product-thumbnail {
    height: 320px;

}
.product-item-page-cate .product-thumbnail a {
    height: 100%;
    overflow: hidden;
}
.product-item-page-cate .product-thumbnail a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-item-page-cate .box-title-product {
    padding: 20px 15px 15px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.product-item-page-cate .product-short-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 15px;
}
.product-item-page-cate .product-title a {
    color: #000;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.product-item-page-cate .product-price ins .woocommerce-Price-amount {
    color: #C59700;
    font-family: "Bricolage Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-item-page-cate .box-text {
    background: #ffffff;
    padding: 15px;
}
.product-item-page-cate  .post-title {
    min-height: 45px;
    color: #000;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
.product-favorite {
    width: 25px;
    flex: 0 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 62px;
}
.product-item-page-cate .product-price del {
    display: none;
}
.orderby {
    border: none;
    box-shadow: none;
}
.box-product-price {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.box-product-price .onsale {
    color: #F00;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    background: #FFE5E5;
    padding: 5px;
}
.added_to_cart {
    display: none !important;
}
.shop-container {
    padding-top: 30px;
}


.nav-dropdown-has-shadow .cart-item .nav-dropdown {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 9.9px 0px rgba(214, 214, 214, 0.25);
    border: none;
}
.nav-dropdown-has-shadow .cart-item  .button.checkout, .widget_shopping_cart_content .button.checkout {
    border-radius: 10px;
    background: #000;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.nav-dropdown-has-shadow .cart-item  .button-cart, .widget_shopping_cart_content .button-cart {
    border-radius: 10px;
    border: 1px solid #000;
    background: #ffffff;
    color: #000000;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.widget_shopping_cart p.total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.widget_shopping_cart p.total strong {
    color: #000;
}
.widget_shopping_cart p.total .woocommerce-Price-amount {
    color: #C59700;
}

body.woocommerce-cart #main, body.woocommerce-checkout #main{
    background: linear-gradient(177deg, #FFFDF6 21.4%, #FFF2C9 76.82%);
}

.wc-page-cart {
    padding: 60px 0px;
    text-align: center;
}
.body-wc-page-cart {
    display: flex;
    gap: 30px;
}
.header-main-title {
    color: #000;
    font-family: "Bricolage Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 35px;
}
.cart-container.page-checkout .woocommerce, .page-checkout-main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.content-cart-page {
    display: flex;
    gap: 65px;
    justify-content: center;
}
.cart-container.page-checkout .woocommerce .woocommerce-cart-form {
    width: 70%;
    background: #ffffff;
    padding: 25px;
    margin-bottom: 0px;
}

.cart-container.page-checkout .woocommerce .cart-collaterals {
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(194, 194, 194, 0.25);
    padding: 25px;
    width: 30%;
}

.cart_totals .button {
    border-radius: 10px;
}
.shop_table .coupon {
    display: flex;
    gap: 30px;
    justify-content: normal;
    align-items: center;
    margin-bottom: 25px;
}

.shop_table .coupon .button {
    margin: 0px;
}

.wc-block-checkout__actions_row .wc-block-components-button {
    border-radius: 10px;
    background: #000;
    color: #FFF;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    background: #ffffff;
    padding: 25px;
}
.wc-block-components-sidebar {
    background: #ffffff;
    padding: 25px;
    margin-top: 0px !important;
    width: 30% !important;
    margin-left: 5%;
}

.woocommerce-checkout #customer_details  {
    background: #ffffff;
    padding: 25px;
}
.woocommerce-checkout .main-total-checkout  {
    background: #ffffff;
    padding: 25px;
}
.woocommerce-checkout .main-total-checkout .col-inner {
    border: none;
    padding: 0px;
}
.woocommerce-input-wrapper input {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    box-shadow: none;
}
.woocommerce-input-wrapper select {
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    box-shadow: none;
}

.product-info .woocommerce-breadcrumb {
    display: none;
}
.box-product-c.sku_box {
   display: flex;
    align-items: center;
    gap: 50px;
    border-top: 1px dashed #797979;
    border-bottom: 1px dashed #797979;
    color: #797979;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0px;
    margin-bottom: .5em;
}
.product-title.product_title {
    color: #000;
    font-family: "Bricolage Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.review-single-result {
    margin-bottom: .5em;
}
.product-short-description {
    color: #797979;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-short-description p {
    margin-bottom: 0.8em;
}
.price-wrapper {
    border-top: 1px dashed #797979;
    border-bottom: 1px dashed #797979;
    font-family: "Bricolage Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0px;
    margin-bottom: .5em;
}
.price-wrapper del {
    text-decoration: line-through;
    font-size: 0.3em;
    margin-right: 60px;
}
.price-wrapper del .woocommerce-Price-amount {
color: #000000;
font-family: "Bricolage Grotesque";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
opacity: 1;
}
.price-wrapper del .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
font-size: unset;
vertical-align: unset;
margin-top: unset;
}

.price-wrapper ins .woocommerce-Price-amount {
color: #C59700
}
.button-main {
    border-radius:10px;
}
.box-cart-checkout-single {
    display: flex;
    gap: 20px;
}
.box-cart-checkout-single .single_add_to_cart_button {
    border-radius: 10px;
    border: 1px solid #797979;
    background: #FFF !important;
    color: #797979;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    height: 52px;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-transform: none;
}
.box-cart-checkout-single .buy_now_button {
    display: flex;
    height: 52px;
    justify-content: center;
    align-items: center;
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    width: 100%;
    text-transform: none;
}
.quantity.buttons_added .button.minus, .quantity.buttons_added .button.plus {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #797979;
    font-size: 18px;
}

.quantity.buttons_added input[type="number"] {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #797979;
    font-size: 18px;
}

.product-thumbnails a:hover, .product-thumbnails .is-nav-selected a {
    border-color: #C59700;
}
.product-thumbnails a {
    border-radius: 5px;
}
.product-gallery .badge-container, .product-gallery .zoom-button {
    display: none !important;
}

.product-body-custom {
    background: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-single-product-body {
    color: #797979;
}

.box_sp_anh_cach_sd {
    display: flex;
    flex-wrap: wrap; /* Cho phép các ảnh tự động xuống dòng nếu không đủ chỗ */
    gap: 30px; /* Khoảng cách giữa các ảnh */
    align-items: flex-end; /* Đảm bảo các ảnh được căn dưới đáy giống biểu đồ */
}

.box_sp_anh_cach_sd div:first-child {
    flex: 1 1 calc(33.33% - 30px); /* Mỗi ảnh sẽ chiếm khoảng 1/3 chiều rộng khung chứa, trừ đi khoảng cách */
    max-width: calc(33.33% - 30px); /* Đảm bảo không quá rộng */
}
.box_sp_anh_cach_sd div {
    flex: 1 1 calc(66.66% - 30px); /* Mỗi ảnh sẽ chiếm khoảng 1/3 chiều rộng khung chứa, trừ đi khoảng cách */
    max-width: calc(66.66% - 30px); /* Đảm bảo không quá rộng */
}

.box_sp_anh_cach_sd img {
    width: 100%; /* Đảm bảo ảnh chiếm toàn bộ chiều rộng của khung chứa */
    height: 100%; /* Chiều cao sẽ được kiểm soát */
    object-fit: cover; /* Đảm bảo ảnh giữ tỷ lệ mà không bị méo */
}
.product-footer {
    background: #F5F5F5;
    padding-bottom: 50px;
}
.product-footer .product-section {
    border-top: 0px;
}
.product-section-title {
    color: #000;
    font-family: "Bricolage Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 25px;
    margin-bottom: 25px;
}

.single-date {
    display: flex;
    justify-content: center;
}
.single-date span {
    background: #D9D9D9;
    color: #797979;
    font-family: "Bricolage Grotesque";
    border-radius: 13px;
    padding: 2px 4px;
}

.box-contact-main .flex-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media only screen and (min-width: 1170px) {
    .shop_table .coupon .input-text {
        width: 300px;
    }
    .mfp-close {
        font-size: 25px;
        opacity: 1;
        right: 35px;
        top: 70px;
    }
    .bg-main {
        min-height: 100vh;
    }
    #wide-nav:not(.show) {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .mfp-close {
        font-size: 20px;
    }
    .popup-search .icon-search {
        top: 5px;
        left: 22px;
        width: 17px;
    }
    .lien-ket-xa-hoi {
        gap: 30px;
    }
    .title-main h3 {
        font-size: 22px;
    }

    .content-cart-page {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .cart-container.page-checkout .woocommerce .woocommerce-cart-form {
        width: 100%;
        padding: 15px;
        margin-bottom: 0px;
    }
    .cart-container.page-checkout .woocommerce .cart-collaterals {
        padding: 15px;
        width: 100%;
    }
    .shop_table .coupon {
        display: block;
    }
}

