/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
ul.header-nav.header-nav-main.nav.nav-left {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 10px;
}

ul.header-nav.header-nav-main.nav.nav-left a.nav-top-link {
    font-weight: 400;
}

ul.header-nav.header-nav-main.nav.nav-left .nav-top-link {
    display: inline-block;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #000;
    text-decoration: none;
}

ul.header-nav.header-nav-main.nav.nav-left .nav-top-link:hover {
    background-color: #f2f2f2;
    color: #000;
}

.col-icon-box-footer {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
}

.col-icon-box-footer .col-inner:hover {
    transform: translateY(-5px);
    box-shadow:
        0 10px 25px -5px rgba(255, 255, 255, 0.1),
        0 8px 10px -6px rgba(255, 255, 255, 0.1);

}

.col-icon-box-footer .col-inner {
    transition: all 0.3s ease;
    border-radius: 12px;
    min-height: 310px;
}


.custom-newsletter-form {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
}

.custom-newsletter-form .email-input-field {
    flex-grow: 1;
}

.custom-newsletter-form input[type="email"] {
    width: 100%;
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 8px !important;
    padding: 12px 20px !important;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}

.custom-newsletter-form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.8) !important;
}

.custom-newsletter-form input[type="submit"] {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    border-radius: 7px !important;
    padding: 3px 25px !important;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-bottom: -15px !important;
}

.custom-newsletter-form input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
    transform: translateY(-2px);
}

.custom-newsletter-form .wpcf7-form-control-wrap {
    display: block;
}

.absolute-footer.dark {
    display: none;
}

.section-footer span.ux-menu-link__text {
    color: #fff;
}

.section-footer a.ux-menu-link__link.flex {
    margin-bottom: -6px;
}

.section-footer span.ux-menu-link__text:hover {
    font-style: italic;
    text-decoration: underline;
}

.header-button a.account-link.account-login.nav-top-link.icon {
    border-color: #000;
}

.header-button a.account-link.account-login.nav-top-link.icon i {
    color: #000;
}

.header-button a.account-link.account-login.nav-top-link.icon:hover i {
    color: #fff;
}

.banner-radius,
.banner-radius .banner-bg {
    border-radius: 16px;
}


.product-category .col-inner {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    /* Shadow mặc định cực nhẹ */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.product-category .col-inner:hover {
    /* Shadow khi hover tinh tế hơn */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transform: translateY(-6px);
}

.product-category .box-category {
    display: flex;
    flex-direction: column-reverse;
}

.product-category .box-text {
    padding: 15px 15px 10px 15px;
    text-align: left !important;
}

.product-category .box-text-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-category .header-title {
    font-size: 0.9em;
    font-weight: bold;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.product-category .box-text-inner::after {
    content: "›";
    font-size: 1.5em;
    color: #ccc;
    line-height: 1;
}

.product-category .box-image {
    padding: 0 10px 10px 10px;
}

.product-category .box-image img {
    border-radius: 4px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.prod-cate {
    margin-left: -5px;
    margin-right: -5px;
}

.prod-cate>.col {
    padding: 0 5px 10px 5px;
}


.product-title a {
    color: #000;
    text-transform: none;
    font-size: 14px;
}

.image-fade_in_back .back-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s, transform .3s;
}

.product-small:hover .image-fade_in_back .back-image {
    opacity: 1;
}

.special-tags-top {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 10;
}

.tag-black {
    background: #000;
    color: #fff;
    font-size: 10px;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 500;
    width: fit-content;
}

.custom-hover-actions {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 20;
}

.product-small:hover .custom-hover-actions {
    opacity: 1;
}

.btn-quick-info-svg,
.custom-cart-button-wrap a {
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #333 !important;
    padding: 0 !important;
    text-indent: -9999px;
    /* Ẩn chữ của nút mặc định */
    position: relative;
}

/* Thêm icon giỏ hàng cho nút add to cart */
.custom-cart-button-wrap a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'%3E%3C/path%3E%3Cpath d='M3 6h18'%3E%3C/path%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
}

/* 4. Thuộc tính border nhẹ */
.product-attributes-list-custom {
    margin-top: 10px;
}

.attr-row-item {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
}

.attr-row-item span {
    border: 1px solid #e5e5e5;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    color: #444;
}

.box-image .image-tools,
.box-image .quick-view:not(.btn-quick-info-svg) {
    display: none !important;
}

.product-small .box-image img {
    height: 266px !important;
    object-fit: cover;
    border-radius: 8px;
}

.special-tags-container {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    z-index: 10;
}

.tag-black {
    background: #000;
    color: #fff;
    font-size: 10px;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
    white-space: nowrap;
}

.attr-row-item {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.attr-swatch {
    border: 1px solid #ddd;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    color: #333;
}

.attr-swatch.active {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.custom-hover-actions {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    gap: 10px;
    opacity: 0;
    z-index: 20;
}

.product-small:hover .custom-hover-actions {
    opacity: 1;
}

.btn-quick-info-svg,
.custom-cart-button-wrap a {
    width: 42px !important;
    height: 42px !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #000 !important;
}


.custom-cart-button-wrap a {
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px;
    position: relative;
}

.custom-cart-button-wrap a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'%3E%3C/path%3E%3Cpath d='M3 6h18'%3E%3C/path%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
}

.custom-cart-button-wrap a.loading::after {
    background-image: none !important;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
}



@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.custom-cart-button-wrap a.added::after {
    content: "\e901";
    font-family: "fl-icons";
    background-image: none !important;
    color: green;
}


.btn-add-to-cart-ajax-custom {
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0px;
}

.btn-add-to-cart-ajax-custom::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'%3E%3C/path%3E%3Cpath d='M3 6h18'%3E%3C/path%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-add-to-cart-ajax-custom.loading::after {
    background-image: none;
    border: 2px solid #ccc;
    border-top: 2px solid #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.custom-cart-button-wrap a.added_to_cart {
    display: none !important;
}

.custom-hover-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box-image .added_to_cart.wc-forward {
    display: none !important;
}

.prod-vertical .product-small .box-image img {
    height: auto !important;
}


.custom-prod-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /* Tự chia cột */
    gap: 15px;
    padding: 10px 0;
}

.horizontal-prod-item {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 12px;
    transition: all 0.3s ease;
}

.horizontal-prod-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.prod-img {
    flex: 0 0 70px;
    /* Độ rộng ảnh */
    margin-right: 15px;
}

.prod-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.prod-info {
    flex: 1;
}

.prod-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    line-height: 1.2;
}

.prod-title a {
    color: #333;
    font-size: 12px;
}

.prod-price {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.custom-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #444;
    transition: 0.2s;
}

.custom-cart-btn:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

.prod-price ins {
    text-decoration: none;
    font-weight: bold;
}

.prod-price del {
    font-size: 0.9em;
    opacity: 0.6;
    margin-left: 5px;
}


.tabbed-content.tab-prod .nav-simple>li>a::after {
    display: none !important;
}

.tabbed-content.tab-prod ul.nav {
    border: none;
}

.tabbed-content.tab-prod ul.nav li.tab {
    margin-right: 15px;
}

.tabbed-content.tab-prod ul.nav li.tab a {
    padding: 8px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: transparent;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.tabbed-content.tab-prod ul.nav li.tab:hover a,
.tabbed-content.tab-prod ul.nav li.tab.active a {
    background-color: #e6e6e6 !important;
    color: #000 !important;
}

.tabbed-content.tab-prod ul.nav li.tab a span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tabbed-content.tab-prod ul.nav li.tab img.emoji {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
}

.tabbed-content.tab-prod .nav-container {
    margin-bottom: 20px;
}

.ux-timer {
    width: 85%;
}


.custom-contact-form {
    max-width: 800px;
    margin: 0 auto;
    font-family: sans-serif;
}

.custom-contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.custom-contact-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.custom-contact-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}

.custom-contact-form .required {
    color: #d93025;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #0000004a;
    border-radius: 6px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 2px;
}

.custom-contact-form textarea {
    height: 120px;
    resize: vertical;
}

.custom-contact-form .full-width {
    margin-bottom: 30px;
}

.custom-contact-form .form-submit {
    text-align: center;
}

.custom-contact-form input[type="submit"] {
    background-color: #000;
    color: #fff;
    padding: 6px 20px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    margin: 0px auto -40px;
    display: flex;
}

.custom-contact-form input[type="submit"]:hover {
    background-color: #333;
}

.accordion .toggle {
    border-radius: 999px;
    height: 1.5em;
    left: auto;
    margin-right: 5px;
    position: absolute;
    top: .3em;
    transform-origin: 50% 47%;
    width: 2.3em;
    right: 0px;
}

.accordion {
    max-width: 100%;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.2s ease-in-out;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);

}

.accordion-item:hover,
.accordion-item:has(.accordion-title.active) {
    border: 1px solid #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.accordion-title {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    text-decoration: none !important;
    color: #000 !important;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    background: transparent !important;
    border: none !important;
}

.accordion-title span {
    display: flex;
    align-items: center;
}

.accordion-title span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23333' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.182 15.182a4.5 4.5 0 01-6.364 0M21 12a9 9 0 11-18 0 9 9 0 0118 0zM9.75 9.75c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75zm6 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75z' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-title .toggle {
    order: 2;
    margin-left: auto;
    background: transparent;
    border: none;
    padding: 0;
    transition: transform 0.3s ease;
}

.accordion-title.active .toggle i {
    transform: rotate(180deg);
}

.accordion-inner {
    padding: 0 20px 25px 55px;
    border-top: none !important;
    color: #444;
    line-height: 1.6;
    font-size: 0.95rem;
}

.col-customer .icon-box p {
    margin-bottom: 4px;
}

.col-customer .icon-box-img .icon-inner img {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

.col-customer .icon-box-img .icon-inner,
.col-customer .icon-box-img {
    border-radius: 4px;
}

.col-customer .icon-box-img {
    margin: 0 auto;
}

.col-customer .col-inner {
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}


.col-customer .col-inner:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transform: translateY(-6px);
    border-radius: 12px;
    cursor: pointer;
}

.row-5-col .col {
    flex-basis: 20%;
    max-width: 20%;
}

.img-radius img {
    border-radius: 8px;
}

.sub-menu.nav-dropdown {
    top: 56px !important;
    box-shadow: unset;
    border: 1px solid #ccc;
}

.header-wrapper.stuck ul.header-nav.header-nav-main.nav.nav-left .nav-top-link {
    padding: 0px 8px !important;
}


.img-box-sub-menu {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.img-box-sub-menu .box-image {
    margin: 0 auto !important;
    transition: transform 0.3s ease;
}

.img-box-sub-menu .box-image img {
    mix-blend-mode: multiply;
}

.img-box-sub-menu .box-text h4 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    color: #000;

}

.img-box-sub-menu:hover {
    background-color: #f5f5f5;


    border-color: #ddd;
}

.img-box-sub-menu:hover .box-image {
    transform: scale(1.05);
}

.product-info .is-divider.small {
    display: none;
}

ul.variable-items-wrapper {
    padding-bottom: 30px !important;
    margin-bottom: 22px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.woocommerce-variation-price {


    border-top: unset;
    font-size: unset;
    padding: unset;
}

h3.rev-title {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.nikolas-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

.nikolas-price-row ins {
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    order: 1;
}

.nikolas-price-row del {
    font-size: 16px;
    color: #999;
    order: 2;
}

.nikolas-price-row .woocommerce-Price-amount {
    color: inherit;
}

button.ux-buy-now-button.button.primary.ml-half {
    display: block;
    width: 100%;
    border-radius: 6px;
    padding: 4px;
}

button.single_add_to_cart_button.button {
    display: block;
    width: 79%;
}

h1.product-title.product_title.entry-title {
    color: #000;
    font-size: 22px;
}

/* 2. TAGS: Bo tròn capsule */
.nikolas-badges {
    display: flex;
    gap: 6px;
    order: 3;
    margin-left: 5px;
}

.badge-pill {
    background: #000;
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 50px;
    font-weight: bold;
    white-space: nowrap;
}

.nikolas-shipping-note {
    font-size: 12px;
    color: #888;
    margin-bottom: 25px !important;
}


p.nikolas-shipping-note a {
    color: #000;
    text-decoration: underline;
}

.product-info .accordion-title {
    padding: 12px 20px;
}


.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.nikolas-size-guide-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -15px;
    position: relative;
    z-index: 10;
}

.nikolas-ruler-btn {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    gap: 4px;
    padding-bottom: 2px;
}

.nikolas-ruler-btn:hover {
    font-style: italic !important;
    color: #000;
}

.ruler-svg {
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
}

/* 4. BIẾN THỂ: Nhỏ lại, bo góc */
.variations .variable-item {
    border: 1px solid #eee !important;
    border-radius: 4px !important;
    min-width: 32px !important;
    height: 28px !important;
    font-size: 10px !important;
}

.variations .variable-item.selected {
    background: #000 !important;
    color: #fff !important;
}

/* 5. NÚT MUA HÀNG: Giống 100% mẫu */
.quantity input {
    border: 1px solid #eee !important;
    border-radius: 4px !important;
    height: 45px !important;
}

.single_add_to_cart_button {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 4px !important;
    font-weight: bold;
    height: 45px !important;
    text-transform: uppercase;
}

.buy-now-button {
    background: #000 !important;
    color: #fff !important;
    border-radius: 4px !important;
    width: 100% !important;
    height: 48px !important;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

/* 6. ĐÁNH GIÁ & BLOCK CHI TIẾT */
.nikolas-reviews {
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-top: 30px;
}

.rating-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    text-align: center;
}

.circular-chart {
    max-width: 80px;
}

.circle-bg {
    fill: none;
    stroke: #E5E5E5;
    stroke-width: 3;
}

.circle {
    fill: none;
    stroke: #000;
    stroke-width: 3;
    stroke-linecap: round;
}

.animate-draw {
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.percentage {
    font-size: 7px;
    text-anchor: middle;
}

.rating-label {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.nikolas-details-block {
    margin-top: 30px;
}

button.single_add_to_cart_button.button.alt:hover {
    background: #000 !important;
    color: #fff !important;
}

/* 1. Ẩn tất cả các tiêu đề tab (li) */
.product-footer ul.tabs li {
    display: none !important;
}

/* 2. Hiển thị lại duy nhất tab cuối cùng */
.product-footer ul.tabs li:last-child {
    display: block !important;
}

/* 3. Ẩn tất cả các nội dung tab (panels) */
.product-footer .tab-panels .panel {
    display: none !important;
}

/* 4. Hiển thị lại nội dung của tab cuối cùng */
.product-footer .tab-panels .panel:last-child {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
}

/* Tinh chỉnh: Xóa đường gạch ngang giả của Flatsome nếu nó bị lệch */
.product-footer .nav-line-bottom>li>a:before {
    display: none !important;
}

/* Đưa tab cuối cùng về sát lề trái cho đẹp */
.product-footer .nav-left {
    justify-content: flex-start !important;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
i.icon-menu, i.icon-shopping-bag {
    color: #000;
}
	.tag-black {
    background: #000;
    color: #fff;
    font-size: 10px;
    padding: 0px 6px;
    border-radius: 20px;
    font-weight: 500;
    white-space: nowrap;
}


}