/*
Theme Name: achang
Template: flatsome
Version: 1.0.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.xc-home-featured {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.xc-home-featured .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    padding: 0 !important;
}

.xc-home-featured .col {
    padding-bottom: 0px !important;
}

.xc-home-featured__box.icon-box-left {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    padding: 10px 0 !important;
}

.xc-home-featured__box .icon-box-img {
    width: 40px !important;
    min-width: 40px !important;
    margin-bottom: 0 !important;
}

.xc-home-featured__box .icon-box-img img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    padding: 0;
}

.xc-home-featured__box .icon-box-text {
    padding-left: 0 !important;

}

.xc-home-featured__box .icon-box-text h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #444 !important;
    margin-bottom: 3px !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.xc-home-featured__box .icon-box-text p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #777 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .xc-home-featured {
        padding: 5px 0 10px !important;
    }

    .xc-home-featured .row {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;

        scroll-snap-type: x mandatory;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-bottom: 5px !important;

    }

    .xc-home-featured .row::-webkit-scrollbar {
        display: none !important;
    }

    .xc-home-featured .col {
        flex: 0 0 45% !important;

        max-width: 45% !important;
        padding: 0 5px !important;
        scroll-snap-align: start;
    }

    .xc-home-featured__box.icon-box-left {
        flex-direction: column !important;

        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 8px !important;
    }

    .xc-home-featured__box .icon-box-img {
        width: 36px !important;
        min-width: 36px !important;
        margin-bottom: 0 !important;

    }

    .xc-home-featured__box .icon-box-img img {
        width: 36px !important;
        height: 36px !important;
    }

    .xc-home-featured__box .icon-box-text h3 {
        font-size: 13px !important;
        margin-bottom: 2px !important;
        line-height: 1.2 !important;
    }

    .xc-home-featured__box .icon-box-text p {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
}

.xc-footer.dark {
    background-color: #001F5D !important;
    padding: 40px 0 0 !important;
}

.xc-footer .section-bg {
    background-color: #001F5D !important;
}

.xc-footer__logo {
    max-width: 180px !important;
    margin-bottom: 20px !important;
}

.xc-footer__logo .img-inner img {
    width: 180px !important;
    height: auto !important;
}

.xc-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0 !important;
}

.xc-contact-list br {
    display: none;
}

.xc-contact-list__item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    font-size: 14px;
    color: #ccc;
    line-height: 1.5;
}

.xc-contact-list__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    color: #fff;
    font-size: 14px;
}

.xc-contact-list__link {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s;
}

.xc-contact-list__link:hover {
    color: #fff !important;
}

.xc-footer__widget-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    letter-spacing: 0.5px;
    padding-bottom: 0;
    border-bottom: none;
}

.xc-form-newsletter {
    margin-top: 15px;
    margin-bottom: 20px;
}

.xc-form-newsletter p {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0 !important;
    align-items: flex-end;
}

.xc-form-newsletter .wpcf7-form-control-wrap {
    flex: 1;
    display: block;
}

.xc-form-newsletter .wpcf7-email,
.xc-form-newsletter input[type="email"] {
    width: 100% !important;
    height: 40px !important;
    padding: 8px 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    background-color: transparent !important;
    color: #fff !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    outline: none !important;
}

.xc-form-newsletter .wpcf7-email::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.xc-form-newsletter .wpcf7-email:focus {
    border-bottom-color: #fff !important;
}

.xc-form-newsletter .wpcf7-submit,
.xc-form-newsletter input[type="submit"] {
    height: 40px !important;
    padding: 0 24px !important;
    background-color: #000 !important;
    border: none !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 0 0 0 !important;
    min-height: 40px !important;
    line-height: 40px !important;
    white-space: nowrap;
    flex-shrink: 0;
}

.xc-form-newsletter .wpcf7-submit:hover {
    background-color: #ff6310 !important;
    border-color: #ff6310 !important;
    box-shadow: none !important;
}

.xc-form-newsletter .wpcf7-spinner {
    display: none !important;
}

.xc-footer p {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}

.xc-footer .large-2 {
    max-width: none !important;
    flex-basis: auto !important;
    padding: 0 3px 5px 3px !important;
    width: auto !important;
}

.xc-footer .large-2 .img-inner img {
    width: 32px !important;
    height: 32px !important;
    border-radius: 4px;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.85;
}

.xc-footer .large-2 .img-inner img:hover {
    transform: scale(1.15);
    opacity: 1;
}

.xc-footer .large-2 .img {
    width: auto !important;
}

.xc-footer__menu {
    margin-bottom: 10px;
}

.xc-footer__menu .ux-menu-link__link {
    border-bottom: none !important;
    min-height: auto !important;
    padding: 5px 0 !important;
}

.xc-footer__menu .ux-menu-link__text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #fff !important;
    transition: none;
}

.xc-footer__menu .ux-menu-link:hover .ux-menu-link__text {
    color: #fff !important;
    padding-left: 0;
}

.xc-footer__cua-hang.icon-box-left {
    display: block !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.xc-footer__cua-hang .icon-box-img {
    display: inline !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 4px 0 0 !important;
    vertical-align: middle;
    flex: none !important;
}

.xc-footer__cua-hang .icon-box-img .icon,
.xc-footer__cua-hang .icon-box-img .icon-inner {
    display: inline;
    width: auto;
    height: auto;
}

.xc-footer__cua-hang .icon-box-img svg {
    width: 16px !important;
    height: 16px !important;
    fill: #fff !important;
    vertical-align: middle;
    padding: 0 !important;
    display: inline !important;
}

.xc-footer__cua-hang .icon-box-img svg path {
    fill: #fff !important;
}

.xc-footer__cua-hang .icon-box-text {
    display: inline !important;
    flex: none !important;
    padding-left: 0 !important;
}

.xc-footer__cua-hang .icon-box-text h3 {
    display: inline !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 0 !important;
    vertical-align: middle;
}

.xc-footer__cua-hang .icon-box-text p {
    display: block !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    color: #ffffff !important;
    line-height: 1.5 !important;
    margin-top: 6px !important;
    margin-bottom: 0 !important;
}

.xc-footer__cua-hang:last-of-type {
    border-bottom: none;
    margin-bottom: 10px;
}

a.xc-footer__xem-tat-ca,
.xc-footer__xem-tat-ca.button {
    display: inline-block !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 8px 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    margin-top: 10px;
    line-height: 1.4 !important;
    min-height: auto !important;
}

a.xc-footer__xem-tat-ca:hover,
.xc-footer__xem-tat-ca.button:hover {
    background-color: transparent !important;
    color: #ff6310 !important;
    box-shadow: none !important;
}

.xc-footer__thanh-toan {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 0 0 20px 0 !important;
    width: auto !important;
}

.xc-footer__thanh-toan .col {
    max-width: none !important;
    flex-basis: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.xc-footer__thanh-toan .col .img {
    width: auto !important;
    margin-bottom: 0 !important;
}

.xc-footer__thanh-toan img {
    border-radius: 4px;
    width: 55px !important;
    height: auto !important;
}

.xc-footer__bct,
.xc-footer__dmca {
    display: block !important;
    width: auto !important;
    max-width: 120px !important;
    margin-bottom: 10px !important;
}

.xc-footer__bct .img-inner img {
    width: 100px !important;
    height: auto !important;
}

.xc-footer__dmca .img-inner img {
    width: 100px !important;
    height: auto !important;
}

.xc-footer__copyright {
    border-top: none;
    margin-top: 20px;
    padding-top: 15px !important;
}

.xc-footer__copyright .col {
    padding-bottom: 10px !important;
}

.xc-footer__copyright p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #888 !important;
    text-align: center;
    margin: 0 !important;
}

.xc-footer__copyright a {
    color: #ff6310 !important;
    font-weight: 600;
}

.xc-footer__copyright a:hover {
    color: #fff !important;
}

.absolute-footer {
    display: none !important;
}

.woocommerce-store-notice.demo_store {
    display: none !important;
}

.entry-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 849px) {
    .xc-footer .large-2 .img-inner img {
        width: 28px !important;
        height: 28px !important;
    }
}

@media (max-width: 549px) {
    .xc-footer.dark {
        padding: 25px 0 0 !important;
    }

    .xc-footer__widget-title {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }

    .xc-contact-list__item {
        font-size: 13px;
    }

    .xc-footer__cua-hang .icon-box-text h3 {
        font-size: 12px !important;
    }

    .xc-footer__cua-hang .icon-box-text p {
        font-size: 11px !important;
    }

    .xc-footer__thanh-toan img {
        width: 45px !important;
    }
}

.xc-section-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px !important;
}

.box-blog-post {
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.3s;
}

.box-blog-post:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.box-blog-post .box-image .image-cover img {
    transition: transform 0.5s ease !important;
}

.box-blog-post:hover .box-image .image-cover img {
    transform: scale(1.05);
}

.box-blog-post .box-text h5.post-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #000 !important;
    letter-spacing: 0 !important;
    line-height: 1.5 !important;
    margin-bottom: 6px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-blog-post .box-text h5.post-title a {
    color: #000 !important;
    display: inline !important;
}

.box-blog-post .box-text h5.post-title a:hover {
    color: #ff6310 !important;
}

.box-blog-post .is-divider {
    display: none !important;
}

.box-text-inner.blog-post-inner {
    display: flex !important;
    flex-direction: column !important;
}

.box-text-inner.blog-post-inner>* {
    order: 5;
}

.box-text-inner.blog-post-inner .cat-label {
    order: 1;
}

.box-text-inner.blog-post-inner h5.post-title {
    order: 2;
}

.box-text-inner.blog-post-inner .xc-blog-date {
    order: 3;
}

.box-text-inner.blog-post-inner .is-divider {
    order: 4;
}

.box-text-inner.blog-post-inner .from_the_blog_excerpt {
    order: 5;
}

.xc-blog-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #999;
    margin-bottom: 6px;
    display: block;
}

.box-blog-post .badge.post-date {
    display: none !important;
}

.box-blog-post .from_the_blog_excerpt {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #777 !important;
    line-height: 1.6 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-blog-post .box-text {
    text-align: left !important;
    padding: 12px 8px !important;
}

.box-blog-post .box-text>div>div {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.slider-nav-reveal .flickity-prev-next-button {
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.slider-nav-reveal .flickity-prev-next-button svg {
    fill: #000 !important;
}

.slider-nav-reveal .flickity-prev-next-button:hover svg {
    fill: #ff6310 !important;
}

@media (max-width: 549px) {
    .xc-section-title {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }

    .box-blog-post .box-text h5.post-title {
        font-size: 13px !important;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .box-blog-post .from_the_blog_excerpt {
        font-size: 12px !important;
    }
}

.xc-home__blog-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 10px 28px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0.3px;
    transition: all 0.3s;
    margin: 20px auto 0 !important;
}

.xc-home__blog-btn:hover {
    background-color: #ff6310 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.xc-home__blog-btn .icon-angle-right {
    font-size: 14px;
    transition: transform 0.3s;
}

.xc-home__blog-btn:hover .icon-angle-right {
    transform: translateX(3px);
}

.xc-home__blog-btn-wrap,
.col-inner>.xc-home__blog-btn {
    text-align: center;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.term-description.xc-desc-clamped {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
}

.xc-desc-toggle {
    display: inline-block;
    cursor: pointer;
    color: #000 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
    text-decoration: underline;
    transition: color 0.3s;
}

.xc-desc-toggle:hover {
    color: #ff6310 !important;
}

.xc-desc-toggle i {
    margin-left: 4px;
    font-size: 11px;
}

.xc-faq-section {
    max-width: 1300px;
    margin: 40px auto 30px;
    padding: 0 15px;
}

@media (min-width: 1625px) {
    .xc-faq-section {
        max-width: 80vw;
    }
}

.xc-faq__title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px !important;
    padding-bottom: 12px;
    border-bottom: 2px solid #000;
}

.xc-faq__list {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}

.xc-faq__item {
    border-bottom: 1px solid #e5e5e5;
}

.xc-faq__item:last-child {
    border-bottom: none;
}

.xc-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.xc-faq__question:hover {
    background: #fafafa;
}

.xc-faq__question i {
    font-size: 12px;
    color: #999;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 15px;
}

.xc-faq__item.active .xc-faq__question {
    background: #f5f5f5;
}

.xc-faq__item.active .xc-faq__question i {
    transform: rotate(180deg);
    color: #ff6310;
}

.xc-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #555;
    background: #fafafa;
}

.xc-faq__item.active .xc-faq__answer {
    max-height: 500px;
    padding: 15px 20px 20px;
}

.xc-faq__answer p {
    margin: 0 0 8px;
}

.xc-faq__answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 549px) {
    .xc-faq__title {
        font-size: 16px !important;
    }

    .xc-faq__question {
        font-size: 13px;
        padding: 14px 15px;
    }

    .xc-faq__answer {
        font-size: 12px;
    }

    .xc-faq-section {
        margin: 25px auto 20px;
    }
}

.term-description img {
    border-radius: 12px !important;
    max-width: 800px !important;
    width: 100% !important;

    height: auto !important;
    display: block;
    margin: 20px auto;
}

@media (max-width: 767px) {
    .term-description img {
        max-width: 90% !important;
    }
}

.shop-page-title,
.page-title-inner {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0 !important;
}

.woocommerce-breadcrumb {
    color: #888 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    justify-content: flex-start !important;
    padding-left: 0 !important;
    margin-bottom: 15px !important;
}

.woocommerce-breadcrumb a {
    color: #333 !important;
}

.woocommerce-result-count {
    display: none !important;
}

.woocommerce-ordering {
    float: right;
    margin-bottom: 15px !important;
}

.woocommerce-ordering select.orderby {
    border: 1px solid #e1e1e1 !important;
    height: 38px !important;
    padding: 0 35px 0 15px !important;
    border-radius: 4px !important;
    color: #333 !important;
    font-size: 13px !important;
    font-family: inherit !important;
    background: #fff url('data:image/svg+xml;utf8,<svg viewBox="0 0 140 140" width="12" height="12" xmlns="http://www.w3.org/2000/svg"><g><path d="M119.5,41.9c-2.4-2.4-6.3-2.4-8.7,0L70.9,81.7L31.1,41.9c-2.4-2.4-6.3-2.4-8.7,0c-2.4,2.4-2.4,6.3,0,8.7l44.1,44.1c1.2,1.2,2.8,1.8,4.3,1.8c1.5,0,3.1-0.6,4.3-1.8l44.1-44.1C121.9,48.2,121.9,44.3,119.5,41.9z" fill="%23444"/></g></svg>') no-repeat right 10px center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 200px !important;
    box-shadow: none !important;
    outline: none !important;
}

.product-small .badge-container,
.product-small .onsale {
    display: none !important;
}

.mobile-nav .header-button a.icon.button.round.is-outline.is-small:hover {
    background: bottom;
    border: 1px solid #fff;
    color: #fff;
}

.mobile-nav .header-button a.icon.button.round.is-outline.is-small .icon-menu:before {
    content: "";
    font-size: 18px;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    width: 80%;
    background-color: #fff;
    bottom: auto;
}

.off-canvas:not(.off-canvas-center) li.html {
    padding: 0;
}

.off-canvas .sidebar-menu {
    padding: 10px 0 0 0;
}

.mfp-content .col-menu-mobile {
    padding: 0px 4px 14px 4px;
}

.col-menu-mobile .icon-box-img {
    margin-bottom: 4px;
}

.mfp-content .nav-vertical>li+li {
    border: none;
}

.mfp-content ul li a {
    font-size: 14px;
    font-weight: 200;
    color: #000;
    text-transform: capitalize;
}

.mobile-sidebar .nav-vertical>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 10px;
}

.mobile-sidebar li.has-icon-left>a>img {
    margin-right: 12px;
}

.sidebar-menu.no-scrollbar {
    padding-top: 0;
}

.mobile-sidebar li.html.custom.html_topbar_left {
    padding: 0;
}

.info_login.width_common img {
    width: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.info_login.width_common {
    padding: 27px 10px 10px 70px;
    background: #0aacdd;
    background-size: cover;
    min-height: 80px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 10px solid #eaeaea;
}

.info_login.width_common span,
.info_login.width_common span a {
    color: #fff;
}

.titile-pro h3 {
    border-bottom: 2px solid #0aacdd;
    margin-bottom: 0;
}

.titile-pro h3 span {
    border: none;
}

.titile-pro h3 span {
    width: auto;
    background-color: #0aacdd;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 10px 0;
    position: relative;
    margin: 0;
}

.titile-pro h3 span:after {
    border: 15px solid transparent;
    border-left-color: #0aacdd;
    border-bottom-color: #0aacdd;
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
}

.titile-pro a {
    color: #0aacdd;
}

.section-slider {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
}

.section-slider img.attachment-large {
    border-radius: 10px;
}

.product-category.col .col-inner {
    box-shadow: rgb(60 64 67 / 20%) 0px 1px 1px 0px, rgb(60 64 67 / 10%) 0px 1px 2px 1px;
}

.product-category.col:hover .col-inner {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
}

.product-category.col .col-inner .box-text.text-center {
    padding-left: 2px;
    padding-right: 2px;
}

.cate-mobile {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.cate-mobile .product-category.col {
    padding: 4px;
}

.cate-mobile .product-category.col h5 {
    font-weight: 300;
    font-size: 13px;
    font-weight: 400;
}

.cate-mobile .box-text.text-center {
    padding-left: 4px;
    padding-right: 4px;
}

.buynow-pro {
    border: 1px solid #0aacdd;
    border-radius: 4px;
    text-align: center;
    margin-top: 6px;
    padding: 2px 0;
}

.buynow-pro a {
    color: #0aacdd;
}

.section-sp ul.product_list_widget li {
    margin-left: 0;
}

.tab-sp h4 {
    width: 30%;
    float: left;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    color: #fff;
    font-weight: 300;
    background-color: #0aacdd;
    padding-left: 15px;
}

.tab-sp ul.nav {
    width: 70%;
    float: left;
    background-color: #0aacdd;
}

.tab-sp ul.nav li {
    margin: 0
}

.tab-sp ul.nav li a {
    padding-left: 10px;
    padding-right: 10px;
}

.tab-sp ul.nav li a span {
    color: #fff;
    font-weight: 300;
}

.tab-sp ul.nav li.active a,
.tab-sp ul.nav li:hover a {
    background-color: #087fa3;
}

.title-review h2,
.title-cauhoi h2 {
    text-align: center;
    color: #0aacdd;
    font-size: 30px;
}

.cauhoi p {
    background-color: #edf9f8;
    padding: 12px;
    border-radius: 8px;
}

.cauhoi .accordion-inner {
    padding: 0;
}

.cauhoi a.accordion-title.plain.active,
.cauhoi a.accordion-title.plain:hover {
    background: bottom;
    color: #fa6400;
    font-weight: 300;
}

.cauhoi a.accordion-title.plain {
    padding-right: 0;
}

.footer-widgets.footer.footer-2.dark {
    background-color: #0aacdd;
}

.row-footer .col-footer ul li {
    margin-left: 0;
}

.row-footer .col-footer ul li::before {
    content: "";
    font-family: fl-icons;
    padding-right: 6px;
    vertical-align: top;
}

h2.product-title.product_title.entry-title {
    color: #0aacdd;
    font-weight: 300;
}

a.woocommerce-review-link,
span.ma-sanpham {
    font-size: 14px;
    color: #2058a1;
    font-weight: 400;
}

.star-rating span:before,
.stars a:hover:after,
.stars a.active:after,
.star-rating:before,
.woocommerce-page .star-rating:before {
    color: #ff6600;
}

.price-same {
    padding-bottom: 5px;
}

.giaban {
    margin-bottom: 5px;
}

.giaban .giabanchinh bdi {
    font-size: 30px;
    color: #ff6600;
}

.giaban span.baogom-vat {
    font-size: 14px;
}

p.thitruong-tietkiem {
    margin-bottom: 10px;
}

p.thitruong-tietkiem span {
    font-weight: 400;
    font-size: 15px;
}

p.thitruong-tietkiem span.phantram {
    color: #ff6600;
}

.ux-swatch.tooltip.ux-swatch--image.selected.tooltipstered,
.ux-swatch.tooltip.ux-swatch--label.selected.tooltipstered {
    box-shadow: 0px 0px;
    border: 1px solid #ff6600;
    color: #ff6600;
}

.ux-swatch.tooltip.ux-swatch--image.tooltipstered,
.ux-swatch.tooltip.ux-swatch--label.tooltipstered {
    border: 1px solid #000;
    box-shadow: 0px 0px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 3px;
}

table.variations tbody td label {
    font-size: 15px;
}

.product-main .product-info.summary .quantity .button.minus,
.shop-container .product-main .product-info.summary .quantity .button.plus {
    width: 40px;
    height: 40px;
    border-radius: 8px !important;
    background-color: #0aacdd;
    margin-right: 8px;
    border: 0px;
    font-weight: bold;
    text-shadow: 0px 0px #ff000000;
    color: #fff;
}

.product-main .product-info.summary .quantity input[type="number"] {
    height: 40px;
    width: 44px;
    border-radius: 8px !important;
    border: 1px solid #0aacdd;
    box-shadow: none !important;
    max-width: 48px;
    font-weight: bold;
    margin-right: 8px;
}

p.title-muangay {
    margin-bottom: 0;
    font-size: 13px;
}

span.text-muangay {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 0px;
}

button#buy_now_button {
    background-color: #0d7a9b;
    width: 100%;
    border-radius: 4px;
    line-height: initial;
    padding-top: 6px;
    padding-bottom: 6px;
    opacity: 1;
}

button.single_add_to_cart_button.button.alt {
    background-color: #0aacdd;
    font-size: 13px;
    border-radius: 4px;
    opacity: 1;
}

.single-product button.single_add_to_cart_button.button.alt {
    padding-top: 4px;
    padding-bottom: 3px;
}

.shippnow {
    border-top: 1px dashed #ddd;
    padding: 10px 0 0;
}

p.shipnow-title-pc b {
    background-image: url(/wp-content/uploads/2021/09/deliverynowmyapham.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 48px;
}

p.shipnow-title-mobile b {
    background-image: url(/wp-content/uploads/2021/09/icon_nowfree.png);
    background-repeat: no-repeat;
    background-size: 76px;
    padding-left: 82px;
    background-position: left;
}

p.shipnow-title-pc,
p.shipnow-title-mobile {
    font-size: 15px;
    margin-bottom: 8px;
}

.badge-container.is-larger.absolute.left.top.z-1 {
    display: none;
}

.single-product .flickity-slider .col img {
    opacity: 1;
}

a.button.is-outline.circle.icon.button.product-video-popup.tip-top.tooltipstered,
a.zoom-button.button.is-outline.circle.icon.tooltip.hide-for-small.tooltipstered {
    border: 2px solid #466082;
}

a.button.is-outline.circle.icon.button.product-video-popup.tip-top.tooltipstered i,
a.zoom-button.button.is-outline.circle.icon.tooltip.hide-for-small.tooltipstered i {
    color: #466082;
}

a.button.is-outline.circle.icon.button.product-video-popup.tip-top.tooltipstered:hover i,
a.zoom-button.button.is-outline.circle.icon.tooltip.hide-for-small.tooltipstered:hover i {
    color: #fff;
}

.single-product .product-info,
.single-product .product-main {
    padding-bottom: 0;
}

.single-product form.variations_form.cart {
    margin-bottom: 0;
}

.product-footer {
    margin-top: 20px;
}

.product-footer .woocommerce-tabs {
    border: none;
    padding: 0;
}

h3.title-mota span {
    background-color: #0aacdd;
    color: #fff;
    padding: 6px 16px 4px 16px;
    font-weight: 300;
    font-size: 18px;
}

h3.title-mota {
    border-bottom: 2px solid #0aacdd;
}

.single-product div#tab-reviews {
    margin-top: 30px;
}

.single-product #commentform input#submit {
    background-color: #0aacdd;
    border-radius: 4px;
    border: none;
}

.single-product textarea#comment {
    min-height: 80px;
}

#commentform input,
#commentform textarea {
    border-radius: 6px;
    box-shadow: 0px 0px;
    border: 1px solid #000;
}

.single-product .commentlist strong.woocommerce-review__author:after {
    background: transparent url(/wp-content/uploads/2021/09/icon-confirm.png) no-repeat center center;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    display: inline-block;
    content: "";
}

.single-product .commentlist strong.woocommerce-review__author {
    align-items: center;
    display: inline-flex;
}

.single-product .commentlist span.woocommerce-review__dash {
    display: none;
}

.single-product .commentlist .star-rating {
    font-size: 12px;
    float: left;
    margin-right: 12px;
}

.single-product .commentlist time.woocommerce-review__published-date:before {
    content: "Đã mua hàng tại PV Lân - ";
    color: #52b858;
}

.single-product .commentlist time.woocommerce-review__published-date {
    font-size: 14px;
}

.single-product .commentlist img {
    width: 70%;
}

.single-product .commentlist .comment-text.flex-col.flex-grow {
    padding-left: 0;
}

.single-product .commentlist .description p {
    font-style: normal;
}

ol.commentlist li {
    margin-left: 0;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    margin: 0;
    width: 100%;
}

.page-title-inner {
    min-height: 0;
    padding: 14px 0 14px 0;
}

.page-title.shop-page-title.product-page-title {

    background: #f9f7f7;
}

.page-title-inner .flex-col.medium-text-center {
    padding: 0;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    text-transform: inherit;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase a {
    color: #466082;
    font-size: 14px;
}

.woocommerce-cart #main {
    background-color: #f2f1f6;
}

.cart-left .woocommerce-cart-form .cart-wrapper,
.cart-right .cart-sidebar.col-inner {
    background-color: #fff;
    padding: 15px 20px;
}

.cart-left thead tr th {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}

.woocommerce-cart a.checkout-button.button.alt.wc-forward,
.woocommerce-cart button.button.primary.mt-0.pull-left.small,
button#place_order {
    background-color: #ff6600;
    border-radius: 4px;
}

.woocommerce-cart a.button-continue-shopping.button.primary.is-outline,
.woocommerce-cart input.is-form.expand {
    background-color: #2058a1;
    color: #fff;
    border: none;
    border-radius: 4px;
    line-height: 35px;
}

input#coupon_code {
    box-shadow: 0px 0px #326e51;
    border-radius: 4px;
    border: 1px solid #326e51;
}

.woocommerce a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;

    display: block;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}

.woocommerce a.remove:before,
.woocommerce a.remove:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}

.woocommerce a.remove:before {
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}

.woocommerce a.remove:after {
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}

.woocommerce a.remove:hover:before {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}

.woocommerce a.remove:hover {
    background: transparent;
}

.woocommerce-checkout .row.row-main {
    background-color: #fff;
    padding-top: 15px;
}

input#billing_first_name,
.woocommerce-checkout input#billing_address_1,
.woocommerce-checkout input#billing_phone,
.woocommerce-checkout input#billing_email,
.woocommerce-checkout textarea#order_comments {
    border-radius: 6px;
    box-shadow: none;
    border-color: #000;
}

.woocommerce-checkout p#billing_address_1_field {
    margin-right: 0px;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr th {
    text-transform: initial;
    color: #000;
}

.woocommerce-checkout .has-border {
    border: 1px solid #1e1e1e;
    border-top: 4px solid #8bbea5;
}

.woocommerce-checkout .woocommerce-billing-fields {
    padding-top: 15px;
    border-top: 4px solid #8bbea5;
}

.page-id-580 #main {
    background-color: #fff;
}

.page-id-580 input#orderid,
input#order_email {
    box-shadow: 0px 0px;
}

.page-id-580 button.button {
    background-color: #0aacdd;
    border-radius: 4px;
}

.woocommerce-account main#main {
    background-color: #fff;
}

.woocommerce-account .dashboard-links a:hover {
    background-color: #0aacdd;
}

a.woocommerce-button.button.view {
    background-color: #326e51;
    border-radius: 4px;
}

@media (max-width: 1080px) {
    div#wide-nav ul.header-nav li a.nav-top-link {
        padding: 8px 15px;
    }
}

@media (min-width: 1024px) {

    .woocommerce-cart td.product-name {
        width: 45%;
    }

    .woocommerce-checkout td.product-name {
        width: 70%;
    }
}

@media (max-width: 992px) {

    .top_header_phone_2 {
        display: none;
    }

    .top_header_phone_1 {
        display: block;
    }
}

@media (min-width: 850px) {

    .row-divided>.col+.col:not(.large-12) {
        border-left: none;
    }

    .cart-left.col {
        padding-right: 12px;
    }

    .cart-right.col {
        padding-left: 12px;
    }
}

@media (min-width: 768px) {

    p.shipnow-title-mobile {
        display: none;
    }

    .woocommerce-checkout p#billing_phone_field,
    .woocommerce-checkout p#billing_email_field {
        width: 48%;
        float: left;
    }

    .woocommerce-checkout p#billing_phone_field {
        margin-right: 4%;
    }

    .woocommerce-checkout p.form-row-wide {
        clear: inherit;
    }
}

@media (max-width: 768px) {
    #masthead .flex-left .button.icon.is-small {
        border: 1px solid var(--icon-nav-color);
        color: var(--icon-nav-color);
    }

    .header-main {
        height: 56px !important;
    }

    #logo img {
        max-height: 40px !important;
    }

    div#wide-nav {
        background-color: #fff;
        box-shadow: 0px 0px;
    }

    h2.product-title.product_title.entry-title {
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }

    p.shipnow-title-pc {
        display: none;
    }

    nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
        text-align: left;
        padding-left: 15px;
    }

    .tab-sp ul.nav {
        width: 100%;
        justify-content: flex-start;
    }

    .tab-sp h4 {
        display: none;
    }
}

@media (max-width: 549px) {

    .cart-left .woocommerce-cart-form .cart-wrapper,
    .cart-right .cart-sidebar.col-inner {
        background-color: #fff;
        padding: 10px;
    }

    .cauhoi a.accordion-title.plain {
        font-size: 15px;
    }
}

@media (max-width: 375px) {

    .tab-sp ul.nav li a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .cate-mobile .product-category.col h5 {
        font-size: 11px;
    }
}

@media (max-width: 320px) {

    .tab-sp ul.nav li a {
        padding-left: 4px;
        padding-right: 4px;
        font-size: 12px;
    }

    .product-small.col .price del {
        width: 42%;
    }

    .product-small.col .badge-container.top {
        right: 0px;
        top: auto;
    }

    .titile-pro h3 span {
        font-size: 15px;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}

.chat-zalo {
    visibility: hidden;
}

.product-small .col-inner {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 5px 5px 15px 5px !important;
    min-height: 100% !important;
    flex: 1;
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0px 0px 4px 2px #dbdbdb80 !important;
    border: none !important;
}

.product-small .box {
    box-shadow: none !important;
}

.product-small .box:hover .col-inner {
    transform: translateY(-2px) !important;
    box-shadow: 0px 4px 8px 2px #dbdbdb80 !important;
}

.product-small .box-image {
    border-radius: 4px !important;
    overflow: hidden;
    background-color: #f7f7f7 !important;
}

.product-small .box-text {
    padding: 12px 0 0 0 !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
    align-items: flex-start !important;
    background-color: #fff !important;
}

.image-tools.grid-tools.bottom {
    bottom: 12px !important;
    top: auto !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: none !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 15 !important;
}

.product-icon-action {
    display: flex;
    flex-direction: row;
    gap: 0px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden;
}

.product-small:hover .product-icon-action {
    opacity: 1;
    transform: translateY(0);
}

.product-icon-action>div>a {
    width: 32px !important;
    height: 32px !important;
    background-color: #fff !important;
    color: #444 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    transition: all 0.2s ease !important;
}

.product-icon-action>div:first-child {
    border-right: 1px solid #eee;
}

.product-icon-action>div>a:hover {
    color: #fff !important;
    background-color: #092e66 !important;
}

.product-small .box-image .image-tools>a.quick-view {
    display: none !important;
}

.product-small .ux-swatches {
    order: 3 !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    justify-content: flex-start !important;
}

.product-small .title-wrapper {
    order: 1 !important;
}

.title-wrapper .product-title,
.product-small .product-title,
.product-small .xc-pro-name {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    margin-top: 0 !important;
    margin-bottom: 6px !important;
    line-height: 18px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    height: auto !important;
}

.product-small .product-title a,
.product-small .xc-pro-name a {
    color: #000 !important;
    font-weight: 500 !important;
    height: auto !important;
    margin-top: 0 !important;
}

.product-small .product-title a:hover {
    color: #ff6310 !important;
}

.product-small .ux-swatch {
    border-radius: 50% !important;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #e1e1e1 !important;
    overflow: hidden;
    padding: 0 !important;
}

.product-small .ux-swatch.selected {
    border: 1px solid #000 !important;
    padding: 1px !important;
}

.product-small .ux-swatch img {
    border-radius: 50% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.product-small .price-wrapper {
    order: 2 !important;
    margin-top: 4px !important;
    padding-bottom: 0 !important;
}

.product-small .price {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.product-small .price,
.product-small .price span.amount {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #092e66 !important;
    line-height: 1 !important;
}

.product-small .price ins {
    color: #092e66 !important;
    text-decoration: none !important;
    order: 1 !important;
}

.product-small .price ins span.amount {
    color: #092e66 !important;
}

.product-small .price del {
    color: #999 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: line-through !important;
    order: 2 !important;
}

.product-small .price del span.amount {
    color: #999 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.xc-percent-sale {
    order: 3 !important;
    background: #ff0000 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    margin-left: auto !important;
}

.product-small .col-inner {
    position: relative;
}

.info-ticket {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    z-index: 99 !important;
    pointer-events: none;
}

.info-ticket .seller {
    display: block !important;
    width: 90px !important;
    height: 30px !important;
    background-size: contain !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}

.info-ticket.sale-tag-new .seller {
    background-image: url('assets/images/sale_badge.png') !important;
}

.info-ticket.tag-new-new .seller {
    background-image: url('https://file.hstatic.net/1000360022/file/4__3_.png') !important;
}

.info-ticket.disney .seller {
    background-image: url('https://file.hstatic.net/1000360022/file/disney__2_.png') !important;
}

.info-ticket.hethangnew .seller {
    background-image: url('https://file.hstatic.net/1000360022/file/3__4__-_copy.png') !important;
}

.shop-page-title h1,
.shop-page-title .is-xlarge.uppercase,
.woocommerce-products-header__title {
    display: none !important;
}

.shop-page-title,
.page-title-inner {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0 !important;
}

.woocommerce-breadcrumb {
    color: #888 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    justify-content: flex-start !important;
    padding-left: 0 !important;
    margin-bottom: 15px !important;
}

.woocommerce-breadcrumb a {
    color: #333 !important;
}

.woocommerce-result-count {
    display: none !important;
}

.woocommerce-ordering {
    float: right;
    margin-bottom: 15px !important;
}

.woocommerce-ordering select.orderby {
    border: 1px solid #e1e1e1 !important;
    height: 38px !important;
    padding: 0 35px 0 15px !important;
    border-radius: 4px !important;
    color: #333 !important;
    font-size: 13px !important;
    font-family: inherit !important;
    background: #fff url('data:image/svg+xml;utf8,<svg viewBox="0 0 140 140" width="12" height="12" xmlns="http://www.w3.org/2000/svg"><g><path d="M119.5,41.9c-2.4-2.4-6.3-2.4-8.7,0L70.9,81.7L31.1,41.9c-2.4-2.4-6.3-2.4-8.7,0c-2.4,2.4-2.4,6.3,0,8.7l44.1,44.1c1.2,1.2,2.8,1.8,4.3,1.8c1.5,0,3.1-0.6,4.3-1.8l44.1-44.1C121.9,48.2,121.9,44.3,119.5,41.9z" fill="%23444"/></g></svg>') no-repeat right 10px center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 200px !important;
    box-shadow: none !important;
    outline: none !important;
}

.product-small .badge-container,
.product-small .onsale {
    display: none !important;
}

.tax-product_cat .products.row .col,
.post-type-archive-product .products.row .col {
    padding: 0 10px 20px;
}

@media (min-width: 1025px) {

    .tax-product_cat .products.row>.col,
    .post-type-archive-product .products.row>.col {
        width: 20% !important;
        max-width: 20% !important;
        flex-basis: 20% !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {

    .tax-product_cat .products.row>.col,
    .post-type-archive-product .products.row>.col {
        width: 33.3333% !important;
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important;
    }
}

@media (max-width: 767px) {

    .tax-product_cat .products.row>.col,
    .post-type-archive-product .products.row>.col {
        width: 50% !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
        padding: 0 5px 15px;
    }

    .tax-product_cat .products.row,
    .post-type-archive-product .products.row {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.tax-product_cat .woocommerce-breadcrumb,
.post-type-archive-product .woocommerce-breadcrumb {
    color: #666 !important;
    font-size: 13px !important;
    font-family: 'Montserrat', sans-serif !important;
    justify-content: flex-start !important;
    padding-left: 0 !important;
    margin-bottom: 5px !important;
    margin-top: 15px !important;
}

.tax-product_cat .woocommerce-pagination,
.post-type-archive-product .woocommerce-pagination {
    margin-top: 30px !important;
    text-align: center;
}

.single-product .product-info.summary {
    font-family: 'Montserrat', sans-serif !important;
}

.single-product .product_title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #000 !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    text-transform: none !important;
}

.single-product .price-wrapper .price {
    font-family: 'Montserrat', sans-serif !important;
}

.single-product .price-wrapper .price .woocommerce-Price-amount {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #092e66 !important;
}

.single-product .price-wrapper .price del .woocommerce-Price-amount {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #999 !important;
}

.single-product .price-wrapper .price ins {
    text-decoration: none !important;
}

.single-product .onsale,
.single-product .wdr-onsale,
.single-product .badge-container {
    display: none !important;
}

.xc-promo-box {
    padding: 10px;
    margin-bottom: 10px;
    border: 2px dashed #b00002;
    margin-top: 20px;
    position: relative;
    border-radius: 8px;
}

.xc-promo-box__heading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #b00002;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: absolute;
    top: -20px;
    left: 10px;
    width: auto !important;
}

.xc-promo-box__heading svg {
    flex-shrink: 0;
}

.xc-promo-box__list,
.xc-promo-box__content ul,
.xc-promo-box__content ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xc-promo-box__list li,
.xc-promo-box__content li {
    padding: 10px 15px;
    border-bottom: 1px dashed #f0f0f0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    position: relative;
    padding-left: 28px;
}

.xc-promo-box__list li:last-child,
.xc-promo-box__content li:last-child {
    border-bottom: none;
}

.xc-promo-box__list li::before,
.xc-promo-box__content li::before {
    content: "✓";
    position: absolute;
    left: 12px;
    top: 10px;
    color: #092e66;
    font-weight: 700;
    font-size: 12px;
}

.xc-promo-box__list li strong,
.xc-promo-box__content li strong,
.xc-promo-box__content strong {
    color: #092e66;
    font-weight: 700;
    background: #e8f0fe;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
}

.xc-promo-box__content p {
    padding: 10px 15px;
    border-bottom: 1px dashed #f0f0f0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

.xc-promo-box__content p:last-child {
    border-bottom: none;
}

.xc-coupon-section {
    margin: 12px 0 15px;
}

.xc-coupon-section__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin-bottom: 8px !important;
    color: #333;
}

.xc-coupon-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    cursor: pointer;
}

.xc-coupon-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    border: 1px dashed #092e66;
    border-radius: 4px;
    background: #f0f4ff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.xc-coupon-badge:hover {
    background: #dce6f8;
    border-color: #001f5d;
    transform: translateY(-1px);
}

.xc-coupon-badge__label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #092e66;
    white-space: nowrap;
}

.xc-coupon-drawer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}

.xc-coupon-drawer.active {
    display: block;
}

.xc-coupon-drawer__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    animation: xcFadeIn 0.3s ease;
}

@keyframes xcFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.xc-coupon-drawer__content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 420px;
    max-width: 90vw;
    background: #fff;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    animation: xcSlideIn 0.3s ease;
}

@keyframes xcSlideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.xc-coupon-drawer__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
}

.xc-coupon-drawer__header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.xc-coupon-drawer__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    transition: all 0.2s;
    flex-shrink: 0;
}

.xc-coupon-drawer__close:hover {
    background: #f0f0f0;
}

.xc-coupon-drawer__body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.xc-voucher-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8faff 0%, #fff 100%);
    position: relative;
    transition: box-shadow 0.2s;
}

.xc-voucher-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.xc-voucher-card::before,
.xc-voucher-card::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.xc-voucher-card::before {
    left: -10px;
    box-shadow: inset -2px 0 4px rgba(0, 0, 0, 0.08);
}

.xc-voucher-card::after {
    right: -10px;
    box-shadow: inset 2px 0 4px rgba(0, 0, 0, 0.08);
}

.xc-voucher-card__top {
    padding: 16px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #e0e0e0;
}

.xc-voucher-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.xc-voucher-card__label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #092e66;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.xc-voucher-card__min {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #666;
}

.xc-voucher-card__value {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.xc-voucher-card__amount {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #092e66;
    line-height: 1;
}

.xc-voucher-card__currency {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #092e66;
}

.xc-voucher-card__bottom {
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xc-voucher-card__code {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #092e66;
}

.xc-voucher-card__code strong {
    font-weight: 700;
}

.xc-voucher-card__copy {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #092e66;
    border: none;
    border-radius: 4px;
    padding: 6px 16px;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.xc-voucher-card__copy:hover {
    background: #001f5d;
}

.xc-voucher-card__copy.copied {
    background: #16a34a;
}

.xc-strengths {
    margin: 20px 0;
    padding: 16px 20px;
    background: #f8fafd;
    border: 1px solid #e8edf5;
    border-radius: 8px;
}

.xc-strengths__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.xc-strengths__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.xc-strengths__item img {
    width: 27px;
    height: 27px;
    object-fit: contain;
    flex-shrink: 0;
}

.xc-strengths__item svg {
    flex-shrink: 0;
}

.single-product .woocommerce-tabs .tabs {
    font-family: 'Montserrat', sans-serif !important;
}

.single-product .woocommerce-tabs .tabs li a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    color: #555 !important;
}

.single-product .woocommerce-tabs .tabs li.active a {
    color: #092e66 !important;
    border-bottom-color: #092e66 !important;
}

.xc-policy-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 1.7;
}

.xc-policy-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

.xc-policy-content h2,
.xc-policy-content h3 {
    color: #092e66;
    margin-top: 20px;
}

.single-product .product_meta {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #888 !important;
    padding: 10px 0 !important;
    border-top: 1px solid #f0f0f0 !important;
    margin-top: 10px !important;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
    display: block;
    margin-bottom: 4px;
}

.single-product .product_meta a {
    color: #092e66 !important;
}

.single-product .quantity .button.minus,
.single-product .quantity .button.plus {
    background: #f5f5f5 !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.single-product .quantity input[type="number"] {
    height: 36px !important;
    width: 50px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    text-align: center;
    font-weight: 600 !important;
}

.single-product button.single_add_to_cart_button {
    background: transparent !important;
    color: #092e66 !important;
    border: 1px solid #092e66 !important;
    border-radius: 4px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 10px 30px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    transition: all 0.3s !important;
    min-height: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.single-product button.single_add_to_cart_button:hover {
    background: #092e66 !important;
    color: #fff !important;
}

.single-product button#buy_now_button,
.single-product button.ux-buy-now-button {
    background: #092e66 !important;
    color: #fff !important;
    border: 1px solid #092e66 !important;
    border-radius: 4px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 10px 30px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    transition: all 0.3s !important;
    opacity: 1 !important;
}

.single-product button#buy_now_button:hover,
.single-product button.ux-buy-now-button:hover {
    background: #001f5d !important;
    border-color: #001f5d !important;
}

@media (max-width: 768px) {
    .xc-coupon-drawer__content {
        width: 100%;
        max-width: 100vw;
    }

    .xc-strengths__list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .single-product .product_title {
        font-size: 18px !important;
    }

    .xc-promo-box__list li {
        font-size: 12px;
    }
}

@media (max-width: 549px) {
    .xc-voucher-card__amount {
        font-size: 22px;
    }

    .xc-voucher-card__top {
        padding: 12px 18px;
    }

    .xc-voucher-card__bottom {
        padding: 10px 18px;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .xc-voucher-card__copy {
        width: 100%;
        text-align: center;
    }
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;

}

.woocommerce-variation-add-to-cart.variations_button .quantity {
    flex: 0 0 auto;
    margin: 0 !important;
}

.woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button {
    flex: 1;
    margin: 0 !important;
    white-space: nowrap;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 13px !important; 
}

.ux-buy-now-button {
    flex: 1 1 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.price-wrapper {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.woocommerce-variation-add-to-cart .quantity {
    display: inline-flex !important;
    align-items: stretch !important;
    border: 1px solid #092e66 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background: transparent !important;
    min-height: 46px !important;
    padding: 0 !important;
}

.woocommerce-variation-add-to-cart .quantity input.qty {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 45px !important;
    height: 100% !important;
    padding: 0 !important;
    text-align: center !important;
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    margin: 0 !important;
    min-height: auto !important;
}

.woocommerce-variation-add-to-cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-variation-add-to-cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}

html body.single-product .quantity input[type="button"],
html body.single-product .quantity input.minus,
html body.single-product .quantity input.plus,
html body.single-product .quantity .button.is-form,
html body.single-product .quantity .ux-quantity__button,
html body.single-product .ux-quantity__button {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    width: 35px !important;
    height: 100% !important;
    min-height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: none !important;
}

html body.single-product .quantity input[type="button"]:hover,
html body.single-product .quantity input.minus:hover,
html body.single-product .quantity input.plus:hover,
html body.single-product .quantity .button.is-form:hover,
html body.single-product .quantity .ux-quantity__button:hover,
html body.single-product .ux-quantity__button:hover {
    color: #ff6310 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

html body .product-small .col-inner {
    position: relative !important;
}

html body .col-inner .info-ticket {
    position: absolute !important;
    top: 0px !important;
    left: auto !important;
    right: -25px !important;

    z-index: 99 !important;
    pointer-events: none;
}

html body .col-inner:has(.tag-new-new) .info-ticket.sale-tag-new {
    display: none !important;
}

html body .col-inner .info-ticket .seller {
    display: block !important;
    width: 140px !important;

    height: 46px !important;

    background-size: contain !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}

html body .col-inner .info-ticket.sale-tag-new .seller {
    background-image: url('assets/images/sale_badge.png') !important;
}

html body .col-inner .info-ticket.tag-new-new .seller {
    background: url('assets/images/new_badge_4_3.png') no-repeat center/cover !important;
}

html body .col-inner .badge-container,
html body .product-small .badge-container {
    display: none !important;
}

.xc-float-contact {
    position: fixed;
    right: 20px;
    bottom: 90px;

    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.xc-float-contact--show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.xc-float-contact__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.xc-float-contact.is-expanded .xc-float-contact__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.xc-btn-support {
    background: #001F5D;
    width: 47px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-image: url('assets/images/support-bubble.png');
    background-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-image 0.2s ease, background-color 0.2s ease;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.xc-btn-support:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.xc-float-contact.is-expanded .xc-btn-support {
    background-image: url('assets/images/cancel-while.svg');
    background-size: 20px;
}

.xc-float-contact__item {
    margin: 0;
    padding: 0;
}

.xc-float-contact__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    color: #fff;
}

.xc-float-contact__link:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.xc-float-contact__item--phone .xc-float-contact__link {
    background-color: #d11a2a;

    width: 45px;
    height: 45px;
}

.xc-float-contact__item--phone svg {
    color: #fff;
    width: 22px;
    height: 22px;
    animation: xc-pulse 1.5s infinite;
}

@keyframes xc-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.xc-float-contact__item--zalo img,
.xc-float-contact__item--messenger img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .xc-float-contact {
        right: 15px;
        bottom: calc(20dvh + 60px) !important;
    }
    
    html body button#top-link.back-to-top,
    html body .back-to-top {
        bottom: 20dvh !important;
    }
    
    body.single-product .xc-float-contact {
        bottom: calc(20dvh + 125px) !important;
    }
    
    html body.single-product button#top-link.back-to-top,
    html body.single-product .back-to-top {
        bottom: calc(20dvh + 65px) !important;
    }
}



html body button#top-link.back-to-top,
html body .back-to-top {
    min-width: 45px !important;
    height: 45px !important;
    line-height: 43px !important;
    border: 2px solid #092e66 !important;

    color: #092e66 !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

html body button#top-link.back-to-top:hover,
html body .back-to-top:hover {
    background-color: #092e66 !important;
    color: #fff !important;
    border-color: #092e66 !important;
}

html body button#top-link.back-to-top i {
    font-size: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

html body .xc-promo-box__content ul {
    margin-left: 0 !important;
    padding-left: 15px !important;
}

html body .xc-promo-box__content ul li {
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style-type: disc !important;
    display: list-item !important;
}

html body .page-title.shop-page-title,
html body .page-title.product-page-title {
    background-color: #f5f5f5 !important;

    padding: 10px 0 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-top: 1px solid #e1e1e1 !important;
}

html body .page-title.shop-page-title .woocommerce-ordering,
html body .page-title.shop-page-title .woocommerce-result-count {
    display: none !important;
}

html body .product-small .product-title,
html body .product-small .woocommerce-loop-product__title {
    height: 42px !important;
    min-height: 42px !important;
    margin-bottom: 5px !important;
}

html body .product-small .product-title a,
html body .product-small .woocommerce-loop-product__title a {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #333 !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

html body #masthead .header-inner .flex-left.flex-grow {
    justify-content: center !important;
}

html body #masthead .header-inner .header-nav.nav-left {
    justify-content: center !important;
    margin-left: 0 !important;
}

html body .header-nav .xc-menu-new>a::after {
    content: "NEW";
    display: inline-block;
    position: relative;
    top: -10px;
    left: 4px;

    background-color: #d10000;
    color: #ffffff;
    font-size: 8px;

    font-weight: 800;
    line-height: 1;
    padding: 2px 4px;

    border-radius: 3px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(209, 0, 0, 0.4);
    animation: xc-badge-pulse 2s infinite ease-in-out;
    pointer-events: none;
}

@keyframes xc-badge-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1) rotate(3deg);
    }
}

html body .row-slider-image-box .flickity-prev-next-button {
    display: none !important;
}

html body .row-mega-menu {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 20px !important;
    max-width: 100% !important;

    width: 100% !important;
}

html body .row-mega-menu::before,
html body .row-mega-menu::after {
    display: none !important;
}

html body .row-mega-menu>.col {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
    flex-basis: auto !important;
}

html body .row-mega-menu .img-inner,
html body .row-mega-menu .img-inner img {
    border-radius: 12px !important;
    overflow: hidden !important;
}

html body .page-title.shop-page-title .page-title-inner,
html body .page-title.product-page-title .page-title-inner {
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
}

html body .page-title.shop-page-title .woocommerce-breadcrumb,
html body .page-title.product-page-title .woocommerce-breadcrumb {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    color: #666 !important;
}

html body .page-title.shop-page-title .woocommerce-breadcrumb a,
html body .page-title.product-page-title .woocommerce-breadcrumb a {
    color: #666 !important;
    transition: color 0.2s ease;
    text-transform: none !important;
}

html body .page-title.shop-page-title .woocommerce-breadcrumb a:hover,
html body .page-title.product-page-title .woocommerce-breadcrumb a:hover {
    color: #092e66 !important;

}

html body .page-title.shop-page-title .woocommerce-breadcrumb .divider,
html body .page-title.product-page-title .woocommerce-breadcrumb .divider {
    opacity: 0.6;
    margin: 0 6px !important;
}

html body .xc-promo-box__content ul li::before,
html body .xc-promo-box__content ul li::after {
    display: none !important;
    content: none !important;
}

html body .xc-home-product-tab .nav-line {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    border: none !important;
    border-bottom: none !important;
    gap: 16px !important;
    justify-content: center !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;

    position: relative !important;
    z-index: 10;
    margin-top: -50px !important;
    margin-bottom: 0 !important;
    padding: 0 15px !important;
    background: transparent !important;
    line-height: 1 !important;
}

html body .xc-home-product-tab .nav-line::before,
html body .xc-home-product-tab .nav-line::after {
    display: none !important;
    content: none !important;
}

html body .xc-home-product-tab .nav-line::-webkit-scrollbar {
    display: none !important;
}

html body .xc-home-product-tab .nav-line>li.tab {
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    display: inline-block !important;
    list-style: none !important;
    line-height: 0 !important;
    border: none !important;
}

html body .xc-home-product-tab .nav-line>li.tab>a {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: opacity 0.3s ease, transform 0.2s ease !important;
    cursor: pointer;
    line-height: 0 !important;
    font-size: 0 !important;
}

html body .xc-home-product-tab .nav-line>li.tab:not(.active)>a:hover {
    opacity: 0.8 !important;
    transform: scale(1.05);
}

html body .xc-home-product-tab .nav-line>li.tab>a span {
    display: none !important;
}

html body .xc-home-product-tab .nav-line>li.tab>a::before,
html body .xc-home-product-tab .nav-line>li.tab>a::after {
    display: none !important;
    content: none !important;
}

html body .xc-home-product-tab .nav-line>li.tab>a i {
    display: none !important;
}

html body .xc-home-product-tab .nav-line>li.tab:nth-child(1)>a {
    width: 180px !important;
    height: 65px !important;
    background-image: url('https://file.hstatic.net/1000360022/file/artboard_70.png') !important;
}

html body .xc-home-product-tab .nav-line>li.tab:nth-child(2)>a {
    width: 180px !important;
    height: 65px !important;
    background-image: url('https://cdn.hstatic.net/files/1000360022/file/05_-_tag_s_n_ph_m_button_-_01.png') !important;
}

html body .xc-home-product-tab .nav-line>li.tab:nth-child(3)>a {
    width: 180px !important;
    height: 65px !important;
    background-image: url('https://file.hstatic.net/1000360022/file/artboard_69.png') !important;
}

html body .xc-home-product-tab .nav-line>li.tab:nth-child(4)>a {
    width: 180px !important;
    height: 65px !important;
    background-image: url('https://file.hstatic.net/1000360022/file/artboard_68.png') !important;
}

html body .xc-home-product-tab .nav-line>li.tab:nth-child(5)>a {
    width: 180px !important;
    height: 65px !important;
    background-image: url('https://file.hstatic.net/1000360022/file/artboard_67.png') !important;
}

html body .xc-home-product-tab .nav-line>li.tab:nth-child(1).active>a {
    background-image: url('https://file.hstatic.net/1000360022/file/artboard_81.png') !important;
}

html body .xc-home-product-tab .nav-line>li.tab:nth-child(2).active>a {
    background-image: url('https://cdn.hstatic.net/files/1000360022/file/05_-_tag_s_n_ph_m_button_-_02.png') !important;
}

html body .xc-home-product-tab .nav-line>li.tab:nth-child(3).active>a {
    background-image: url('https://file.hstatic.net/1000360022/file/artboard_80.png') !important;
}

html body .xc-home-product-tab .nav-line>li.tab:nth-child(4).active>a {
    background-image: url('https://file.hstatic.net/1000360022/file/artboard_79.png') !important;
}

html body .xc-home-product-tab .nav-line>li.tab:nth-child(5).active>a {
    background-image: url('https://file.hstatic.net/1000360022/file/artboard_78.png') !important;
}

html body .xc-home-product-tab {
    display: flex !important;
    flex-direction: column !important;
    position: relative;
}

html body .xc-home-product-tab::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 33.2%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden;
    order: -1;
    transition: background-image 0.4s ease-in-out;
}

html body .xc-home-product-tab .tab-panels {
    order: 1;
}

html body .xc-home-product-tab:has(.nav-line > li.tab:nth-child(1).active)::before {
    background-image: url('https://file.hstatic.net/1000360022/file/thumb_-_1_desktop.jpg');
}

html body .xc-home-product-tab:has(.nav-line > li.tab:nth-child(2).active)::before {
    background-image: url('https://cdn.hstatic.net/files/1000360022/file/1500x498_-_banner_airflex_no_date.jpg');
}

html body .xc-home-product-tab:has(.nav-line > li.tab:nth-child(3).active)::before {
    background-image: url('https://file.hstatic.net/1000360022/file/thumb_-_procool.png');
}

html body .xc-home-product-tab:has(.nav-line > li.tab:nth-child(4).active)::before {
    background-image: url('https://file.hstatic.net/1000360022/file/thumb_-_105.png');
}

html body .xc-home-product-tab:has(.nav-line > li.tab:nth-child(5).active)::before {
    background-image: url('https://file.hstatic.net/1000360022/file/thumb_-_smj.png');
}

@media (max-width: 549px) {
    html body .xc-home-product-tab::before {
        padding-bottom: 50%;
    }

    html body .xc-home-product-tab .nav-line {
        justify-content: flex-start !important;
        gap: 8px !important;
        padding: 0 10px !important;
        margin-top: -42px !important;
    }

    html body .xc-home-product-tab .nav-line>li.tab>a {
        width: 110px !important;
        height: 42px !important;
    }
}

html body .xc-home__blog-btn {
    display: flex !important;

    width: max-content !important;
    margin: 20px auto !important;

    background: transparent !important;

    background-color: transparent !important;
    border: 1px solid #000 !important;

    color: #000 !important;
    border-radius: 5px !important;
    padding: 12px 30px !important;

    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

html body .xc-home__blog-btn:hover {
    background: #000 !important;

    background-color: #000 !important;
    color: #fff !important;

}

html body .xc-home__blog-btn i {
    margin-left: 8px !important;
    transition: transform 0.3s ease !important;
}

html body .xc-home__blog-btn:hover i {
    transform: translateX(4px) !important;
}

@media screen and (max-width: 849px) {

    html body .flickity-prev-next-button,
    html body .slider-wrapper .flickity-prev-next-button,
    html body .has-hover .flickity-prev-next-button,
    html body .slider-nav-reveal .flickity-prev-next-button {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
}

.woocommerce-cart .col.pb-0 {
    background-color: #F0F3F7 !important;
}

.woocommerce-cart #content {
    background-color: #F0F3F7 !important;
}

.woocommerce-cart .page-wrapper {
    background-color: #F0F3F7 !important;
}

.woocommerce-cart .cart-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

.woocommerce-cart .page-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #001F5D !important;
    margin-bottom: 20px !important;
}

.woocommerce-cart .cart-main-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.woocommerce-cart table.shop_table thead {
    background: transparent !important;
    border-bottom: 2px solid #E8ECF1 !important;
}

.woocommerce-cart table.shop_table thead th {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #001F5D !important;
    text-transform: uppercase !important;
    padding: 12px 10px !important;
    border: none !important;
    background: transparent !important;
    letter-spacing: 0.5px;
}

.woocommerce-cart table.shop_table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: transparent !important;
}

.woocommerce-cart table.shop_table td {
    border-top: 1px solid #F0F3F7 !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 20px 10px !important;
    vertical-align: middle !important;
    background: transparent !important;
}

.woocommerce-cart table.shop_table .product-thumbnail img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid #E8ECF1 !important;
}

.woocommerce-cart table.shop_table .product-name a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.woocommerce-cart table.shop_table .product-name a:hover {
    color: #001F5D !important;
}

.woocommerce-cart table.shop_table .product-name .variation {
    margin-top: 6px !important;
}

.woocommerce-cart table.shop_table .product-name .variation dt,
.woocommerce-cart table.shop_table .product-name .variation dd {
    font-size: 12px !important;
    color: #888 !important;
    margin-bottom: 2px !important;
}

.woocommerce-cart table.shop_table .product-price .amount,
.woocommerce-cart table.shop_table .product-subtotal .amount {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.woocommerce-cart .quantity {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #d9dee4 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    width: max-content !important;
    background: #fff !important;
}

.woocommerce-cart .quantity input.qty {
    width: 40px !important;
    height: 36px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: none !important;
    background: transparent !important;
    color: #1a1a1a !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-cart .quantity input.qty::-webkit-inner-spin-button,
.woocommerce-cart .quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}

.woocommerce-cart .quantity .ux-quantity__button,
.woocommerce-cart .quantity .qty-btn {
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #001F5D !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    padding: 0 !important;
}

.woocommerce-cart .quantity .ux-quantity__button:hover,
.woocommerce-cart .quantity .qty-btn:hover {
    background: #F0F3F7 !important;
}

.woocommerce-cart table.shop_table .product-remove a.remove {
    color: #999 !important;
    font-size: 20px !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    border-radius: 50% !important;
    background: #f5f5f5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
}

.woocommerce-cart table.shop_table .product-remove a.remove:hover {
    background: #ff4444 !important;
    color: #fff !important;
}

.woocommerce-cart table.shop_table td.actions {
    padding: 20px 10px !important;
    border-top: 2px solid #E8ECF1 !important;
}

.woocommerce-cart .button-continue-shopping {
    background: #001F5D !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px;
}

.woocommerce-cart .button-continue-shopping:hover {
    background: #003399 !important;
    color: #fff !important;
}

.woocommerce-cart .actions .button[name="update_cart"] {
    background: transparent !important;
    color: #001F5D !important;
    border: 1px solid #001F5D !important;
    border-radius: 8px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 11px 24px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .actions .button[name="update_cart"]:hover {
    background: #001F5D !important;
    color: #fff !important;
}

.woocommerce-cart .cart-collaterals {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    background: transparent !important;
    padding: 0 !important;
}

.woocommerce-cart .cart_totals h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #001F5D !important;
    text-transform: uppercase !important;
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid #E8ECF1 !important;
}

.woocommerce-cart .cart_totals table {
    border: none !important;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    border: none !important;
    padding: 10px 0 !important;
    background: transparent !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
}

.woocommerce-cart .cart_totals table th {
    color: #555 !important;
    font-weight: 500 !important;
}

.woocommerce-cart .cart_totals table td {
    text-align: right !important;
}

.woocommerce-cart .cart_totals .order-total th {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #001F5D !important;
    border-top: 2px solid #E8ECF1 !important;
    padding-top: 16px !important;
}

.woocommerce-cart .cart_totals .order-total td {
    border-top: 2px solid #E8ECF1 !important;
    padding-top: 16px !important;
}

.woocommerce-cart .cart_totals .order-total .amount {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #001F5D !important;
}

.woocommerce-cart .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: block !important;
    width: 100% !important;
    background: #001F5D !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 16px 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
    text-align: center !important;
    margin-top: 16px !important;
    box-shadow: 0 4px 12px rgba(0, 31, 93, 0.3) !important;
}

.woocommerce-cart .checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #003399 !important;
    box-shadow: 0 6px 16px rgba(0, 31, 93, 0.4) !important;
    transform: translateY(-1px) !important;
}

.woocommerce-cart .coupon-section,
.woocommerce-cart .cart-collaterals .is-form,
.woocommerce-cart .coupon {
    margin-top: 16px !important;
}

.woocommerce-cart .coupon label,
.woocommerce-cart .cart-collaterals .is-form label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #001F5D !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.woocommerce-cart #coupon_code {
    width: 100% !important;
    height: 44px !important;
    border: 1px solid #d9dee4 !important;
    border-radius: 8px !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    background: #fff !important;
    transition: border-color 0.2s ease !important;
    box-sizing: border-box !important;
}

.woocommerce-cart #coupon_code:focus {
    border-color: #001F5D !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 31, 93, 0.1) !important;
}

.woocommerce-cart .coupon .button,
.woocommerce-cart .cart-collaterals .is-form .button {
    width: 100% !important;
    background: transparent !important;
    color: #001F5D !important;
    border: 1px solid #001F5D !important;
    border-radius: 8px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 11px 20px !important;
    margin-top: 8px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.woocommerce-cart .coupon .button:hover,
.woocommerce-cart .cart-collaterals .is-form .button:hover {
    background: #001F5D !important;
    color: #fff !important;
}

.woocommerce-cart .shipping td,
.woocommerce-cart .woocommerce-shipping-destination {
    font-size: 13px !important;
    color: #666 !important;
}

.woocommerce-cart .cart_totals del .amount {
    color: #999 !important;
    font-weight: 400 !important;
}

.woocommerce-cart .cart_totals ins .amount {
    color: #e74c3c !important;
    font-weight: 700 !important;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error {
    border-radius: 8px !important;
    font-family: 'Montserrat', sans-serif !important;
}

.woocommerce-cart .xc-voucher-section {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-top: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.woocommerce-cart .xc-voucher-section__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #001F5D;
    margin-bottom: 16px;
}

.woocommerce-cart .xc-voucher-input {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.woocommerce-cart .xc-voucher-input input {
    flex: 1;
    height: 44px;
    border: 1px solid #d9dee4;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-cart .xc-voucher-input input:focus {
    border-color: #001F5D;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 31, 93, 0.1);
}

.woocommerce-cart .xc-voucher-input button {
    background: #001F5D;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.woocommerce-cart .xc-voucher-input button:hover {
    background: #003399;
}

.woocommerce-cart .xc-voucher-cards {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 12px;
}

.woocommerce-cart .xc-voucher-cards::-webkit-scrollbar {
    height: 6px;
}
.woocommerce-cart .xc-voucher-cards::-webkit-scrollbar-track {
    background: #f4f5f7;
    border-radius: 4px;
}
.woocommerce-cart .xc-voucher-cards::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4px;
}
.woocommerce-cart .xc-voucher-cards::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.woocommerce-cart .xc-voucher-card {
    min-width: 220px;
    background: #fff;
    border: 1px solid #E8ECF1;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    flex-shrink: 0;
}

.woocommerce-cart .xc-voucher-card:hover {
    border-color: #001F5D;
    box-shadow: 0 2px 8px rgba(0, 31, 93, 0.12);
}

.woocommerce-cart .xc-voucher-card.active {
    border-color: #001F5D;
    background: #F0F5FF;
}

.woocommerce-cart .xc-voucher-card.disabled {
    opacity: 1;
    cursor: not-allowed;
}

.woocommerce-cart .xc-voucher-card__check {
    width: 18px;
    height: 18px;
    border: 2px solid #d9dee4;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
    transition: all 0.2s ease;
}

.woocommerce-cart .xc-voucher-card.active .xc-voucher-card__check {
    border-color: #001F5D;
    background: #001F5D;
}

.woocommerce-cart .xc-voucher-card.active .xc-voucher-card__check::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.woocommerce-cart .xc-voucher-card__content {
    flex: 1;
}

.woocommerce-cart .xc-voucher-card__code {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #001F5D;
    margin-bottom: 4px;
}

.woocommerce-cart .xc-voucher-card__desc {
    font-size: 13px;
    color: #555;
    margin-bottom: 4px;
}

.woocommerce-cart .xc-voucher-card__expiry {
    font-size: 12px;
    color: #999;
}

.woocommerce-cart .xc-voucher-card__hint {
    font-size: 11px;
    color: #e67e22;
    font-weight: 500;
    margin-top: 4px;
    font-style: italic;
}

.woocommerce-cart .xc-voucher-card__badge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 60px;
}

.woocommerce-cart .xc-progress-bar {
    background: #E8ECF1;
    border-radius: 20px;
    height: 6px;
    margin-bottom: 16px;
    overflow: hidden;
}

.woocommerce-cart .xc-progress-bar__fill {
    background: linear-gradient(90deg, #001F5D, #0055CC);
    height: 100%;
    border-radius: 20px;
    transition: width 0.5s ease;
}

.woocommerce-cart .xc-progress-msg {
    background: #001F5D;
    color: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-cart .xc-progress-msg span {
    font-weight: 700;
}

.woocommerce-cart .xc-progress-msg span:first-of-type,
.woocommerce-cart .xc-progress-msg .amount {
    color: #ff4d4f;
}

.woocommerce-cart .xc-return-tag {
    display: inline-block;
    background: transparent;
    color: #e74c3c;
    border: 1px solid #e74c3c;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    margin-top: 6px;
}

@media (max-width: 849px) {
    .woocommerce-cart .cart-container .row {
        flex-direction: column !important;
    }

    .woocommerce-cart table.shop_table thead {
        display: none !important;
    }

    .woocommerce-cart table.shop_table .cart_item {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        padding: 16px 0 !important;
        border-bottom: 1px solid #F0F3F7 !important;
    }

    .woocommerce-cart table.shop_table .cart_item td {
        border: none !important;
        padding: 4px !important;
    }

    .woocommerce-cart table.shop_table .product-thumbnail {
        width: 90px !important;
    }

    .woocommerce-cart table.shop_table .product-thumbnail img {
        width: 80px !important;
        height: 80px !important;
    }

    .woocommerce-cart table.shop_table .product-name {
        flex: 1 !important;
    }

    .woocommerce-cart table.shop_table .product-price {
        display: none !important;
    }

    .woocommerce-cart table.shop_table .product-quantity {
        width: auto !important;
    }

    .woocommerce-cart table.shop_table .product-subtotal {
        width: auto !important;
        text-align: right !important;
    }

    .woocommerce-cart .product-subtotal .amount {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #001F5D !important;
    }

    .woocommerce-cart .checkout-button {
        font-size: 15px !important;
        padding: 14px 20px !important;
    }

    .woocommerce-cart .xc-voucher-cards {
        gap: 10px;
    }

    .woocommerce-cart .xc-voucher-card {
        min-width: 200px;
        padding: 12px;
    }
}

@media (max-width: 549px) {
    .woocommerce-cart .cart-container {
        padding: 10px;
    }

    .woocommerce-cart .cart-collaterals {
        padding: 16px !important;
        border-radius: 10px !important;
    }

    .woocommerce-cart .cart-main-wrapper {
        padding: 14px;
        border-radius: 10px;
    }
}

.woocommerce-checkout {
    background: #F0F3F7 !important;
}

.woocommerce-checkout #content,
.woocommerce-checkout .page-wrapper,
.woocommerce-checkout .woocommerce {
    background: #F0F3F7 !important;
}

.woocommerce-checkout .page-title,
.woocommerce-checkout .woocommerce-breadcrumb,
.woocommerce-checkout .shop-page-title {
    display: none !important;
}

.xc-onepage-checkout .xc-checkout-wrapper {
    display: flex;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px;
    font-family: 'Montserrat', sans-serif;
}

.xc-onepage-checkout .xc-checkout-left {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 0;
}

.xc-onepage-checkout .xc-checkout-right {
    flex: 1;
    min-width: 0;
}

.xc-onepage-checkout .xc-checkout-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.xc-onepage-checkout .xc-checkout-back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #001F5D;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

.xc-onepage-checkout .xc-checkout-back:hover {
    background: #001F5D;
    color: #fff;
}

.xc-onepage-checkout .xc-checkout-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.xc-onepage-checkout .xc-checkout-section {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.xc-onepage-checkout .xc-checkout-section__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #F0F3F7;
}

.xc-onepage-checkout .xc-customer-details .form-row {
    margin-bottom: 14px !important;
}

.xc-onepage-checkout .xc-customer-details label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #555 !important;
    margin-bottom: 6px !important;
}

.xc-onepage-checkout .xc-customer-details input[type="text"],
.xc-onepage-checkout .xc-customer-details input[type="email"],
.xc-onepage-checkout .xc-customer-details input[type="tel"],
.xc-onepage-checkout .xc-customer-details input[type="number"],
.xc-onepage-checkout .xc-customer-details textarea,
.xc-onepage-checkout .xc-customer-details select {
    width: 100% !important;
    height: 46px !important;
    border: 1px solid #d9dee4 !important;
    border-radius: 8px !important;
    padding: 0 14px !important;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    background: #fff !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease !important;
    appearance: auto;
}

.xc-onepage-checkout .xc-customer-details textarea {
    height: auto !important;
    min-height: 80px !important;
    padding: 12px 14px !important;
}

.xc-onepage-checkout .xc-customer-details input:focus,
.xc-onepage-checkout .xc-customer-details select:focus,
.xc-onepage-checkout .xc-customer-details textarea:focus {
    border-color: #001F5D !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0, 31, 93, 0.1) !important;
}

.xc-onepage-checkout .xc-billing-fields .col2-set {
    display: flex;
    gap: 16px;
}

.xc-onepage-checkout .xc-billing-fields .col2-set>div {
    flex: 1;
}

.xc-onepage-checkout .xc-billing-fields .form-row-first,
.xc-onepage-checkout .xc-billing-fields .form-row-last {
    width: 48% !important;
    float: left !important;
}

.xc-onepage-checkout .xc-billing-fields .form-row-last {
    float: right !important;
}

.xc-onepage-checkout .xc-billing-fields .form-row-wide {
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

.xc-onepage-checkout .xc-billing-fields h3,
.xc-onepage-checkout .xc-shipping-fields h3 {
    display: none !important;
}

.xc-onepage-checkout .xc-ship-method {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid #E8ECF1;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.xc-onepage-checkout .xc-ship-method.active {
    border-color: #001F5D;
    background: #FAFCFF;
}

.xc-onepage-checkout .xc-ship-method input[type="radio"] {
    display: none !important;
}

.xc-onepage-checkout .xc-ship-checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #d9dee4;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
}

.xc-onepage-checkout .xc-ship-method.active .xc-ship-checkmark {
    border-color: #001F5D;
}

.xc-onepage-checkout .xc-ship-method.active .xc-ship-checkmark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #001F5D;
    border-radius: 50%;
}

.xc-onepage-checkout .xc-ship-content p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
}

.xc-onepage-checkout .xc-payment-methods-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.xc-onepage-checkout .xc-payment-card {
    border: 1px solid #E8ECF1;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    overflow: hidden;
}

.xc-onepage-checkout .xc-payment-card:hover {
    border-color: #001F5D;
}

.xc-onepage-checkout .xc-payment-card.active {
    border-color: #001F5D;
    background: #FAFCFF;
}

.xc-onepage-checkout .xc-payment-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
}

.xc-onepage-checkout .xc-payment-card input[type="radio"] {
    display: none !important;
}

.xc-onepage-checkout .xc-payment-checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #d9dee4;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
}

.xc-onepage-checkout .xc-payment-card.active .xc-payment-checkmark {
    border-color: #001F5D;
}

.xc-onepage-checkout .xc-payment-card.active .xc-payment-checkmark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #001F5D;
    border-radius: 50%;
}

.xc-onepage-checkout .xc-payment-card__icon {
    width: 60px;
    height: auto;
    max-height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 6px;
}

.xc-onepage-checkout .xc-payment-card__name {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
}

.xc-onepage-checkout .xc-payment-card__desc {
    padding: 0 18px 16px 50px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    display: none;
}

.xc-onepage-checkout .xc-payment-card.active .xc-payment-card__desc {
    display: block;
}

.xc-onepage-checkout .xc-wc-payment-native {
    margin-top: 16px;
}

.xc-onepage-checkout .xc-wc-payment-native h3#order_review_heading {
    display: none !important;
}

.xc-onepage-checkout .woocommerce-checkout-review-order-table {
    display: none !important;
}

.xc-onepage-checkout #payment {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
}

.xc-onepage-checkout #payment .payment_methods {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.xc-onepage-checkout #payment .payment_methods li {
    margin: 0 0 8px 0 !important;
    padding: 12px 14px !important;
    border: 1px solid #E8ECF1 !important;
    border-radius: 8px !important;
    background: #fff !important;
    list-style: none !important;
}

.xc-onepage-checkout #payment .payment_methods li input[type="radio"] {
    margin-right: 10px !important;
}

.xc-onepage-checkout #payment .place-order {
    padding: 16px 0 0 0 !important;
}

.xc-onepage-checkout #payment #place_order {
    background: #001F5D !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 16px 24px !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
}

.xc-onepage-checkout #payment #place_order:hover {
    background: #003399 !important;
    box-shadow: 0 6px 16px rgba(0, 31, 93, 0.4) !important;
}

.xc-onepage-checkout .xc-cart-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.xc-onepage-checkout .xc-cart-title__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.xc-onepage-checkout .xc-cart-title__left h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #001F5D;
    margin: 0;
}

.xc-onepage-checkout .xc-cart-count {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.xc-onepage-checkout .xc-progress-bar {
    background: #E8ECF1;
    border-radius: 20px;
    height: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}

.xc-onepage-checkout .xc-progress-bar__fill {
    background: linear-gradient(90deg, #001F5D, #0055CC);
    height: 100%;
    border-radius: 20px;
    transition: width 0.5s ease;
}

.xc-onepage-checkout .xc-progress-msg {
    background: #001F5D;
    color: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.xc-onepage-checkout .xc-progress-msg span {
    font-weight: 700;
}

.xc-onepage-checkout .xc-progress-msg span:first-of-type,
.xc-onepage-checkout .xc-progress-msg .amount {
    color: #ff4d4f;
}

.xc-onepage-checkout .xc-progress-msg--success {
    background: #28a745;
}

.xc-onepage-checkout .xc-progress-link {
    color: #fff;
    font-size: 18px;
    margin-left: auto;
    text-decoration: none;
}

.xc-onepage-checkout .xc-cart-items {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.xc-onepage-checkout .xc-cart-item {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #F0F3F7;
}

.xc-onepage-checkout .xc-cart-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.xc-onepage-checkout .xc-cart-item:first-child {
    padding-top: 0;
}

.xc-onepage-checkout .xc-cart-item__img {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
}

.xc-onepage-checkout .xc-cart-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #F0F3F7;
}

.xc-onepage-checkout .xc-cart-item__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.xc-onepage-checkout .xc-cart-item__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.xc-onepage-checkout .xc-cart-item__name {
    flex: 1;
    min-width: 0;
}

.xc-onepage-checkout .xc-cart-item__name a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xc-onepage-checkout .xc-cart-item__name a:hover {
    color: #001F5D;
}

.xc-onepage-checkout .xc-remove-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 18px;
    color: #999;
    text-decoration: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.xc-onepage-checkout .xc-remove-item:hover {
    background: #fee;
    color: #e74c3c;
}

.xc-onepage-checkout .xc-return-tag {
    display: inline-block;
    background: transparent;
    color: #e74c3c;
    border: 1px solid #e74c3c;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 6px;
    margin: 4px 0;
    width: fit-content;
}

.xc-onepage-checkout .xc-cart-item__variations {
    margin: 4px 0;
}

.xc-onepage-checkout .xc-cart-item__variation {
    display: inline-block;
    font-size: 12px;
    color: #666;
    background: #F0F3F7;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 6px;
}

.xc-onepage-checkout .xc-cart-item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 6px;
}

.xc-onepage-checkout .xc-qty-controls {
    display: flex;
    align-items: center;
    border: 1px solid #E8ECF1;
    border-radius: 6px;
    overflow: hidden;
}

.xc-onepage-checkout .xc-qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: #F8F9FB;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    padding: 0;
    line-height: 1;
}

.xc-onepage-checkout .xc-qty-btn:hover {
    background: #E8ECF1;
}

.xc-onepage-checkout .xc-qty-input {
    width: 36px;
    height: 32px;
    border: none;
    border-left: 1px solid #E8ECF1;
    border-right: 1px solid #E8ECF1;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    color: #1a1a1a;
    appearance: textfield;
    -moz-appearance: textfield;
}

.xc-onepage-checkout .xc-qty-input::-webkit-inner-spin-button,
.xc-onepage-checkout .xc-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.xc-onepage-checkout .xc-cart-item__price {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #001F5D;
}

.xc-onepage-checkout .xc-cart-item__price del {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    display: block;
}

.xc-onepage-checkout .xc-cart-item__price ins {
    text-decoration: none;
    color: #e74c3c;
}

.xc-onepage-checkout .xc-voucher-section {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.xc-onepage-checkout .xc-voucher-section__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #001F5D;
    margin-bottom: 14px;
}

.xc-onepage-checkout .xc-voucher-input {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.xc-onepage-checkout .xc-voucher-input input {
    flex: 1;
    height: 44px;
    border: 1px solid #d9dee4;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.xc-onepage-checkout .xc-voucher-input input:focus {
    border-color: #001F5D;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 31, 93, 0.1);
}

.xc-onepage-checkout .xc-voucher-input button {
    background: #001F5D;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0 16px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.xc-onepage-checkout .xc-voucher-input button:hover {
    background: #003399;
}

.xc-onepage-checkout .xc-voucher-cards {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 12px;
}

.xc-onepage-checkout .xc-voucher-cards::-webkit-scrollbar {
    height: 6px;
}
.xc-onepage-checkout .xc-voucher-cards::-webkit-scrollbar-track {
    background: #f4f5f7;
    border-radius: 4px;
}
.xc-onepage-checkout .xc-voucher-cards::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4px;
}
.xc-onepage-checkout .xc-voucher-cards::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.xc-onepage-checkout .xc-voucher-card {
    min-width: 200px;
    background: #fff;
    border: 1px solid #E8ECF1;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.xc-onepage-checkout .xc-voucher-card:hover {
    border-color: #001F5D;
    box-shadow: 0 2px 8px rgba(0, 31, 93, 0.1);
}

.xc-onepage-checkout .xc-voucher-card.active {
    border-color: #001F5D;
    background: #F0F5FF;
}

.xc-onepage-checkout .xc-voucher-card.disabled {
    opacity: 1;
    cursor: not-allowed;
}

.xc-onepage-checkout .xc-voucher-card__check {
    width: 16px;
    height: 16px;
    border: 2px solid #d9dee4;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
    transition: all 0.2s ease;
}

.xc-onepage-checkout .xc-voucher-card.active .xc-voucher-card__check {
    border-color: #001F5D;
    background: #001F5D;
}

.xc-onepage-checkout .xc-voucher-card.active .xc-voucher-card__check::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.xc-onepage-checkout .xc-voucher-card__code {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #001F5D;
    margin-bottom: 2px;
}

.xc-onepage-checkout .xc-voucher-card__desc {
    font-size: 12px;
    color: #555;
    margin-bottom: 2px;
}

.xc-onepage-checkout .xc-voucher-card__expiry {
    font-size: 11px;
    color: #999;
}

.xc-onepage-checkout .xc-voucher-card__hint {
    font-size: 11px;
    color: #e67e22;
    font-weight: 500;
    margin-top: 4px;
    font-style: italic;
}

.xc-onepage-checkout .xc-order-totals {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.xc-onepage-checkout .xc-order-totals__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    color: #555;
}

.xc-onepage-checkout .xc-order-totals__row--discount .xc-order-totals__value,
.xc-onepage-checkout .xc-order-totals__row--coupon .xc-order-totals__value {
    color: #28a745;
    font-weight: 600;
}

.xc-onepage-checkout .xc-order-totals__divider {
    height: 1px;
    background: #E8ECF1;
    margin: 8px 0;
}

.xc-onepage-checkout .xc-order-totals__row--total {
    font-size: 18px;
    color: #1a1a1a;
    padding: 12px 0 4px;
}

.xc-onepage-checkout .xc-order-totals__value--total {
    color: #001F5D;
    font-size: 20px;
}

.xc-checkout-empty {
    text-align: center;
    padding: 60px 20px;
    max-width: 500px;
    margin: 0 auto;
}

.xc-checkout-empty h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #001F5D;
    margin-bottom: 12px;
}

.xc-checkout-empty p {
    color: #666;
    margin-bottom: 24px;
}

.xc-checkout-empty .button {
    background: #001F5D !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 32px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block !important;
}

@media (max-width: 849px) {

    .xc-onepage-checkout .xc-custom-cart-section > .row {
        flex-direction: column;
    }
    .xc-onepage-checkout .xc-checkout-right-col {
        order: -1;
    }

    .xc-onepage-checkout .xc-checkout-heading {
        font-size: 18px;
    }

    .xc-onepage-checkout .xc-checkout-section {
        padding: 16px;
    }

    .xc-onepage-checkout .xc-checkout-section__title {
        font-size: 16px;
    }

    .xc-onepage-checkout .xc-cart-item__img {
        width: 75px;
        height: 75px;
    }

    .xc-onepage-checkout .xc-billing-fields .form-row-first,
    .xc-onepage-checkout .xc-billing-fields .form-row-last {
        width: 100% !important;
        float: none !important;
    }
}

@media (max-width: 549px) {
    .xc-onepage-checkout .xc-checkout-wrapper {
        padding: 10px 8px;
    }

    .xc-onepage-checkout .xc-checkout-section {
        padding: 14px;
        border-radius: 10px;
    }

    .xc-onepage-checkout .xc-cart-items {
        padding: 12px;
    }

    .xc-onepage-checkout .xc-cart-item__img {
        width: 70px;
        height: 70px;
    }

    .xc-onepage-checkout .xc-voucher-input input,
    .xc-onepage-checkout .xc-voucher-input button {
        height: 44px;
    }
}

.xc-onepage-checkout #billing_country_field,
.xc-onepage-checkout #shipping_country_field {
    display: none !important;
}

.xc-onepage-checkout .xc-billing-fields .form-row {
    margin-bottom: 12px !important;
}

.xc-onepage-checkout .xc-billing-fields input.input-text {
    height: 44px !important;
    border-radius: 6px !important;
    border: 1px solid #E8ECF1 !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.xc-onepage-checkout .woocommerce-checkout-review-order-table {
    display: none !important;
}

.xc-onepage-checkout #payment.woocommerce-checkout-payment {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.xc-onepage-checkout #payment .place-order {
    display: none !important;
}

.xc-desktop-place-order {
    margin-top: 16px;
}
.xc-desktop-place-order button {
    width: 100%;
    background: #001F5D !important;
    color: #fff !important;
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.xc-desktop-place-order button:hover {
    background: #000c29 !important;
}

.xc-voucher-popup {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 999999;
    font-family: 'Montserrat', sans-serif;
}

.xc-voucher-popup.is-open {
    display: block;
}

.xc-voucher-popup__overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    animation: xcFadeIn 0.25s ease;
}

.xc-voucher-popup__drawer {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    animation: xcSlideUp 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
}

.xc-voucher-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f3f7;
    flex-shrink: 0;
}

.xc-voucher-popup__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #001F5D;
    margin: 0;
}

.xc-voucher-popup__title img {
    flex-shrink: 0;
}

.xc-voucher-popup__close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 0 4px;
    transition: color 0.2s;
}

.xc-voucher-popup__close:hover {
    color: #333;
}

.xc-voucher-popup__body {
    padding: 16px 20px 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.xc-voucher-popup__input {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.xc-voucher-popup__input input {
    flex: 1;
    height: 44px;
    border: 1px solid #d9dee4;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

.xc-voucher-popup__input input:focus {
    border-color: #001F5D;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 31, 93, 0.1);
}

.xc-voucher-popup__input button {
    background: #001F5D;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.xc-voucher-popup__input button:hover {
    background: #003399;
}

.xc-voucher-popup__cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.xc-voucher-popup__cards .xc-voucher-card {
    min-width: unset;
    width: 100%;
    background: #fff;
    border: 1px solid #E8ECF1;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    box-sizing: border-box;
}

.xc-voucher-popup__cards .xc-voucher-card:hover {
    border-color: #001F5D;
    box-shadow: 0 2px 8px rgba(0, 31, 93, 0.12);
}

.xc-voucher-popup__cards .xc-voucher-card.active {
    border-color: #001F5D;
    background: #F0F5FF;
}

.xc-voucher-popup__cards .xc-voucher-card.disabled {
    opacity: 0.7;
    cursor: not-allowed;
    background: #fafafa;
}

.xc-voucher-popup__cards .xc-voucher-card.disabled:hover {
    border-color: #E8ECF1;
    box-shadow: none;
}

.xc-voucher-popup__cards .xc-voucher-card__check {
    width: 18px;
    height: 18px;
    border: 2px solid #d9dee4;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
    transition: all 0.2s ease;
}

.xc-voucher-popup__cards .xc-voucher-card.active .xc-voucher-card__check {
    border-color: #001F5D;
    background: #001F5D;
}

.xc-voucher-popup__cards .xc-voucher-card.active .xc-voucher-card__check::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 6px; height: 6px;
    background: #fff;
    border-radius: 50%;
}

.xc-voucher-popup__cards .xc-voucher-card__content {
    flex: 1;
    min-width: 0;
}

.xc-voucher-popup__cards .xc-voucher-card__code {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #001F5D;
    margin-bottom: 4px;
}

.xc-voucher-popup__cards .xc-voucher-card__desc {
    font-size: 13px;
    color: #555;
    margin-bottom: 4px;
}

.xc-voucher-popup__cards .xc-voucher-card__expiry {
    font-size: 12px;
    color: #999;
}

.xc-voucher-popup__cards .xc-voucher-card__hint {
    font-size: 11px;
    color: #e67e22;
    font-weight: 500;
    margin-top: 4px;
    font-style: italic;
}

@keyframes xcFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes xcSlideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

@media (min-width: 850px) {
    .xc-voucher-popup { display: none !important; }
}

.xc-custom-cart-structure {
    padding-bottom: 120px;
}

.xc-sticky-footer-global {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.08);
    padding: 0 15px; 
}

.xc-onepage-checkout .xc-sticky-footer-inner {
    margin: 0 auto;
    background: #fff;
}

.xc-onepage-checkout .xc-sticky-footer-inner > .xc-sticky-col {
    padding: 16px 15px !important;
    display: flex;
    align-items: center;
    border-right: 1px solid #d4dbe8;
}
.xc-onepage-checkout .xc-sticky-col:last-child {
    border-right: none;
}

.xc-onepage-checkout .xc-sticky-col--method {
    background: #EEF2F9;
}
.xc-onepage-checkout .xc-sticky-method-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.xc-onepage-checkout .xc-sticky-cod-badge {
    background: #001F5D;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
}
.xc-onepage-checkout .xc-sticky-method {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.xc-onepage-checkout .xc-sticky-voucher {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.xc-onepage-checkout .xc-sticky-voucher-text {
    display: flex;
    flex-direction: column;
}
.xc-onepage-checkout .xc-sticky-sys-voucher {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 600;
}
.xc-onepage-checkout .xc-sticky-use {
    font-size: 12px;
    color: #999;
}

.xc-onepage-checkout .xc-sticky-col--price {
    justify-content: flex-end;
}
.xc-onepage-checkout .xc-sticky-price-wrap {
    text-align: right;
    width: 100%;
}
.xc-onepage-checkout .xc-sticky-price-wrap br {
    display: none;
}
.xc-onepage-checkout .xc-sticky-total {
    font-size: 20px;
    font-weight: 700;
    color: #001F5D;
}
.xc-onepage-checkout .xc-sticky-discount {
    font-size: 12px;
    color: #e50000;
}
.xc-onepage-checkout .xc-sticky-discount--empty {
    color: #999;
}

.xc-onepage-checkout .xc-sticky-col--btn {
    padding: 10px 20px !important;
}
.xc-onepage-checkout .xc-sticky-col--btn button {
    background: #001F5D !important;
    color: #fff !important;
    border: none;
    border-radius: 4px !important;
    padding: 14px 20px !important;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0 !important;
    height: 100%;
    min-height: 52px;
    white-space: nowrap;
    text-transform: none;
}

@media (max-width: 849px) {
    .xc-custom-cart-structure {
        padding-bottom: 150px;
    }

    .xc-sticky-footer-global {
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -4px 10px rgba(0,0,0,0.05);
        background-color: #fff;
    }

    .xc-onepage-checkout .xc-sticky-footer-inner {
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
    }

    .xc-onepage-checkout .xc-sticky-footer-inner > .xc-sticky-col {
        padding: 10px 15px !important;
    }

    .xc-onepage-checkout .xc-sticky-footer-inner > .xc-sticky-col--voucher {
        background-color: #EEF2F9;
        border-radius: 20px 20px 0 0;
        border-bottom: 1px solid #e1e1e1;
        border-right: none;
    }

    .xc-onepage-checkout .xc-sticky-voucher {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        gap: 10px;
    }

    .xc-onepage-checkout .xc-sticky-voucher-text {
        flex-direction: row;
        width: 100%;
        flex-grow: 1;
        justify-content: space-between;
        align-items: center;
    }

    .xc-onepage-checkout .xc-sticky-sys-voucher {
        font-size: 14px;
        color: #001F5D;
        font-weight: 600;
    }

    .xc-onepage-checkout .xc-sticky-use {
        color: #333 !important;
        font-weight: 600 !important;
        font-size: 13px !important;
    }

    .xc-onepage-checkout .xc-sticky-footer-inner > .xc-sticky-col--price {
        border-right: none;
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .xc-onepage-checkout .xc-sticky-price-wrap {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .xc-onepage-checkout .xc-sticky-price-wrap br {
        display: none !important;
    }

    .xc-onepage-checkout .xc-sticky-total-label {
        display: block !important;
        font-size: 12px;
        color: #333;
        font-weight: 600;
        margin-bottom: 0px !important;
        line-height: 1;
    }

    .xc-onepage-checkout .xc-sticky-total {
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 2px !important;
        display: block;
        color: #001F5D !important;
        font-weight: 700;
    }

    .xc-onepage-checkout .xc-sticky-discount {
        font-size: 11px;
        color: #333;
        display: inline-flex;
        align-items: center;
        gap: 2px;
        margin-top: 0 !important;
        line-height: 1.1;
    }

    .xc-onepage-checkout .xc-sticky-discount .amount {
        color: #e30018 !important; 
        font-weight: 700;
        font-size: 12px;
    }

    .xc-onepage-checkout .xc-sticky-discount::after {
        content: 'v';
        font-size: 10px;
        transform: scaleY(0.7);
    }

    .xc-onepage-checkout .xc-sticky-discount--empty {
        display: none !important;
    }

    .xc-onepage-checkout .xc-sticky-footer-inner > .xc-sticky-col--btn {
        justify-content: flex-end;
        align-items: center;
        border-right: none;
    }

    .xc-onepage-checkout .xc-sticky-col--btn button {
        width: 100%;
        max-width: 140px;
        border-radius: 8px !important;
        font-size: 14px;
        font-weight: 600;
        min-height: 40px;
        height: auto;
        padding: 10px !important;
        margin-left: auto;
    }

    body.xc-info-step .xc-onepage-checkout .xc-sticky-footer-global {
        border-radius: 0;
        box-shadow: 0 -4px 10px rgba(0,0,0,0.05); 
    }

    body.xc-info-step .xc-onepage-checkout .xc-sticky-footer-inner > .xc-sticky-col--method {
        display: flex !important; 
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        background-color: #fff;
    }

    body.xc-info-step .xc-onepage-checkout .xc-sticky-cod-badge { display: none; } 
    body.xc-info-step .xc-onepage-checkout .xc-sticky-method { font-size: 11px; line-height: 1.2; }

    body.xc-info-step .xc-onepage-checkout .xc-sticky-footer-inner > .xc-sticky-col--voucher {
        max-width: 50% !important; 
        flex: 0 0 50% !important;
        background-color: #fff; 
        border-radius: 0;
        border-bottom: 1px solid #eee; 
        border-right: none;
        justify-content: flex-end;
    }

    body.xc-info-step .xc-onepage-checkout .xc-sticky-voucher { justify-content: flex-end; width: 100%; gap: 6px; }
    body.xc-info-step .xc-onepage-checkout .xc-sticky-voucher-text { flex-direction: column; align-items: flex-end; text-align: right; }
    body.xc-info-step .xc-onepage-checkout .xc-sticky-sys-voucher { font-size: 11px; color: #666; }
    body.xc-info-step .xc-onepage-checkout .xc-sticky-use { font-size: 13px !important; }

    body.xc-info-step .xc-onepage-checkout .xc-sticky-col--btn button {
        white-space: normal;
        line-height: 1.2;
    }
}

.xc-product-sticky-mobile {
    display: none;
}

@media (max-width: 849px) {

    .sticky-add-to-cart {
        display: none !important;
    }

    .xc-product-sticky-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: transparent;
        z-index: 999;
        display: flex;
        flex-direction: column;
        pointer-events: none; 
    }

    .xc-sticky-fabs {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-right: 15px;
        margin-bottom: 15px;
        pointer-events: auto;
    }

    .xc-fab {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        text-decoration: none;
    }

    .xc-fab-phone {
        background-color: #001F5D;
    }

    .xc-fab-totop {
        background-color: #fff;
        border: 1px solid #001F5D;
    }

    .xc-sticky-bar {
        display: flex;
        height: 55px;
        width: 100%;
        pointer-events: auto;
        background: #001F5D;
    }

    .xc-mobile-order-step ul {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        width: 100%;
        height: 100%;
    }

    .xc-mobile-order-step .xc-state-none li,
    .xc-mobile-order-step .xc-state-size li,
    .xc-mobile-order-step .xc-state-color li {
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: #001F5D;
        color: #ffffff;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .xc-mobile-order-step .xc-state-ready {
        display: flex;
        width: 100%;
    }

    .xc-mobile-order-step .xc-state-ready li {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 15px;
        cursor: pointer;
        text-transform: none;
        background-color: #001F5D;
        color: #ffffff;
    }

    .xc-btn-addcart .span-content {
        display: flex;
        align-items: center;
    }

}
/* ---- FALLBACK TO PREVENT DUPLICATE BADGES ---- */
html body .col-inner:has(.xc-custom-ticket) .sale-tag-new,
html body .col-inner:has(.xc-custom-ticket) .tag-new-new,
html body .col-inner:has(.xc-custom-ticket) .hethangnew,
html body .col-inner:has(.xc-custom-ticket) .badge-container,
html body .product-gallery:has(.xc-custom-ticket) .sale-tag-new,
html body .product-gallery:has(.xc-custom-ticket) .tag-new-new,
html body .product-gallery:has(.xc-custom-ticket) .hethangnew,
html body .product-gallery:has(.xc-custom-ticket) .badge-container {
    display: none !important;
}

/* Ensure New priority hides Sale */
html body .col-inner:has(.tag-new-new) .sale-tag-new,
html body .product-gallery:has(.tag-new-new) .sale-tag-new,
html body .col-inner:has(.tag-new-new) .badge-container,
html body .product-gallery:has(.tag-new-new) .badge-container {
    display: none !important;
}

/* Fix mobile padding left on single product breadcrumb */
@media (max-width: 767px) {
    html body div.page-title.product-page-title nav.woocommerce-breadcrumb.breadcrumbs {
        padding-left: 15px !important;
    }
}
