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

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


body {
    font-family: "Nunito Sans", sans-serif;
}

#top-bar {
    background-image: linear-gradient(90deg, rgb(181, 18, 27) 0%, rgb(149, 15, 22) 50%, rgb(181, 18, 27) 100%), radial-gradient(circle at 10% 20%, rgba(255, 215, 0, 0.15) 1px, transparent 1px), radial-gradient(circle at 80% 60%, rgba(34, 139, 34, 0.12) 1px, transparent 1px), radial-gradient(circle at 40% 80%, rgba(255, 215, 0, 0.1) 1px, transparent 1px), radial-gradient(circle at 90% 30%, rgba(34, 139, 34, 0.1) 1px, transparent 1px), radial-gradient(circle at 20% 70%, rgba(255, 215, 0, 0.12) 1px, transparent 1px);
    background-size: 200% 100%, 150px 150px, 120px 120px, 100px 100px, 130px 130px, 140px 140px;
    background-position: 0% 50%, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.3s;
    animation: 8s ease 0s infinite normal none running slideBackground, 20s linear 0s infinite normal none running sparkleMove;
    padding-top: 8px;
    padding-bottom: 8px;
}

@keyframes slideBackground {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

@keyframes sparkleMove {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 100%;
    }
}

.mjkds {
    font-size: 14px;
}

/* footer css */
.icon_mnsa h3 {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.icon_mnsa p {
    font-size: 12px;
    color: #000;
    margin: 0;
}

.njdj {
    font-size: 12px;
    margin: 0;
    text-transform: capitalize;
    color: #000 !important;
}

.logos img {
    width: 120px;
}

.MuiGrid-roods p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #000;
}

.roww_mnhsa {
    color: black;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 25px;
}

.MuiBox-root {
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.MuiBox-root a img {
    height: 55px;
    cursor: pointer;
    transition: transform 0.2s;
}

.roww_mnhsadwd .col {
    padding-bottom: 0;
}

.section-title-normal span {
    border-bottom: 0px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
}

.section-title-normal {
    border-bottom: 0px solid #ececec;
}

.tt_nhhsna span {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

.Menu-ftres div a {
    color: #000;
    font-size: 14px;
}

.str_menu_main {
    display: flex;
    justify-content: center;
}

.str_menu_main li a {
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

/* cate css */

.ald_riskhsaf h1 {
    margin: 0;
    color: #1f2937;
}

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

.woocommerce-ordering,
.woocommerce-ordering select {
    border-radius: 5px !important;
    width: 160px !important;
}

.page-hd_cate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.woocommerce-no-products-found {
    width: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 48px 16px;
    text-align: center;
    border-radius: 8px;
    background-color: rgb(250, 250, 250);
    border: 1px dashed rgba(0, 0, 0, 0.12);
}

.product-small.box .box-text {
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-small.box .box-text .title_prds {
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.meta_prds {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #475569;
    flex-wrap: wrap;
    margin-top: 5px;
}

.price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.price-sale span {
    color: #258635;
}

.price-original span {
    color: #9ca3af;
    font-weight: 500;
    font-size: 12px;
    text-decoration: line-through;
    line-height: 1.2;
}

.discount-badge {
    display: inline-flex;
    align-items: center;
    background: #ff6b35;
    color: #fff;
    border-radius: 4px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.meta_prds .dot {
    color: #94a3b8;
}

.meta_prds .cat {
    font-weight: 600;
    margin-left: auto;
    border-radius: 4px;
    padding: 4px 8px;
    background: #fffafa;
    color: #a74438;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 13px;
}

.product-small.box {
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform .12s ease, box-shadow .12s ease;
    background: #fff;
    position: relative;
}

.product-small.box:hover {
    transform: translatey(-2px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .12);
}

.sidebar-inner {
    border-radius: 16px;
    padding: 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.icon_ftree {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
    color: #25292A;
    font-size: 20px;
}

.fil_box_sb h6 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.00938em;
    color: #25292A;
    text-transform: capitalize;
}

.fil_box_sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

/* ===== Wrapper ===== */
/* ===== Header ===== */
.cnn-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.cnn-price {
    color: #555;
    font-weight: 400;
}

.cnn-selected-label {
    font-weight: 700;
    color: #c0392b;
    /* màu đỏ như trong ảnh */
}

/* ===== Toggle Buttons ===== */
.cnn-toggle-group {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
    border: 0px solid #ccc;
    border-radius: 0px;
    overflow: hidden;
    width: fit-content;
}

.cnn-btn {
    padding: 2px 22px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    transition: background 0.2s, color 0.2s;
    outline: none;
    margin: 0px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.cnn-btn:first-child {
    border-right: 1.5px solid #ccc;
}

.cnn-btn.active {
    background: #1a1a1a;
    color: #fff;
}

.cnn-btn:not(.active):hover {
    background: #f0f0f0;
}

/* ===== Input Fields ===== */
.cnn-fields {
    background: #f9f9f9;
    border: 1.5px dashed #a5d6a7;
    /* viền xanh lá như ảnh */
    border-radius: 6px;
    padding: 14px 14px 8px;
}

.cnn-field-group {
    margin-bottom: 12px;
}

.cnn-field-group label {
    display: block;
    font-size: 13.5px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}

.cnn-field-group input[type="text"] {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    color: #555;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s;
    outline: none;
    display: block;
    height: 47px;
}

.cnn-field-group input[type="text"]:focus {
    border-color: #888;
}

.cnn-field-group input[type="text"]::placeholder {
    color: #bbb;
}

/* wrp */
/* WRAP */
.fbt-wrap {
    border-radius: 20px;
    background: #fff;
}

.fbt-list .fbt-content {
    gap: 2px;
}

.fbt-list .fbt-meta {
    font-size: 13px;
}

.fbt-list .fbt-edit {
    margin: 0;
}

/* TITLE */
.fbt-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #140d5c;
}

/* GRID */
.fbt-grid {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 10px;
    align-items: start;
}

/* MAIN PRODUCT */
.fbt-main {
    border: 2px solid #23176d;
    border-radius: 16px;
    padding: 14px;
    position: relative;
    background: #fff;
}

/* BADGE */
.fbt-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #23176d;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    padding: 8px 13px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* PRODUCT */
.fbt-product {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

/* CHECKBOX */
.fbt-check {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

.fbt-check input {
    width: 18px;
    height: 18px;
    accent-color: #23176d;
}

/* IMAGE */
.fbt-image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f3f3;
}

.fbt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.fbt-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* NAME */
.fbt-name {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    color: #140d5c;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 65px;
}

/* META */
.fbt-meta {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

/* VARIANT */
.fbt-variant {
    font-size: 13px;
    color: #140d5c;
    font-weight: 600;
}

/* PRICE */
.fbt-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.fbt-sale {
    font-size: 18px;
    font-weight: 700;
    color: #140d5c;
}

.fbt-old {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: line-through;
}

/* RIGHT LIST */
.fbt-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

/* ITEM */
.fbt-item {
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    padding: 10px;
    background: #fff;
    position: relative;
    transition: .25s;
}

.fbt-item:hover {
    border-color: #23176d;
    transform: translateY(-2px);
}

/* SMALL CARD TITLE */
.fbt-item .fbt-name {
    font-size: 14px;
    font-size: 13px;
    min-height: unset !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* SMALL CARD PRICE */
.fbt-item .fbt-sale {
    font-size: 16px;
}

/* EDIT BUTTON */
.fbt-edit {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #d8d8d8;
    font-size: 13px;
    font-weight: 600;
    color: #23176d;
    cursor: pointer;
    transition: .2s;
}

.fbt-edit:hover {
    background: #23176d;
    color: #fff;
}

/* BOTTOM */
.fbt-bottom {
    margin-top: 12px;
}

/* BUTTON */
.fbt-btn {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 6px;
    background: #f56565;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s;
    box-shadow: 0 8px 20px rgba(245, 101, 101, .25);
    margin: 0;
}

.fbt-btn:hover {
    opacity: .9;
    transform: translateY(-2px);
}

/* MOBILE */
@media(max-width:991px) {

    .fbt-grid {
        grid-template-columns: 1fr;
    }

    .fbt-list {
        grid-template-columns: 1fr;
    }

}

.omnsa {
    margin-top: 15px;
}

/* ========== Live Search Popup [zone_live_search] ========== */
/* .zone-ls-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid #93c5fd;
    border-radius: 999px;
    background: #fff;
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, border-color .2s, box-shadow .2s;
    line-height: 1.2;
} */
.zone-ls-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0px solid #93c5fd;
    border-radius: 999px;
    background: #fff;
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, border-color .2s, box-shadow .2s;
    line-height: 1.2;
    margin: 0;
}

.zone-ls-trigger:hover {
    background: #eff6ff;
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, .15);
}

.zone-ls-trigger__icon {
    /* width: 18px;
    height: 18px;
    fill: currentColor; */
}

html.zone-ls-open {
    overflow: hidden;
}

.zone-ls-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    background: rgba(15, 23, 42, .55);
    backdrop-filter: blur(2px);
}

.zone-ls-overlay[hidden] {
    display: none !important;
}

.zone-ls-modal {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, .18);
    padding: 20px 24px 24px;
    animation: zoneLsFadeIn .25s ease;
    border-radius: unset;
}

@keyframes zoneLsFadeIn {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.zone-ls-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    margin: auto;
}

.zone-ls-form {
    max-width: 700px;
    margin: auto !important;
    margin-top: 15px !important;
}

.zone-ls-results {
    max-width: 700px;
    margin: auto;
    margin-top: 15px;
}

.zone-ls-modal__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1e40af;
}

.zone-ls-modal__title svg {
    width: 22px;
    height: 22px;
    fill: #2563eb;
}

.zone-ls-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: background .2s, border-color .2s;
    margin: 0;
    padding: 0;
}

.zone-ls-close:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.zone-ls-close svg {
    width: 20px;
    height: 20px;
    fill: #64748b;
}

.zone-ls-input-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 6px 6px 14px;
    background: #fff;
    background-color: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 32px;
    border: 2px solid rgb(227, 242, 253);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.zone-ls-input__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    fill: #94a3b8;
}

.zone-ls-input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    font-size: 15px;
    color: #0f172a;
    background: transparent;
}

.zone-ls-input::placeholder {
    color: #94a3b8;
}

.zone-ls-input-wrap input {
    border: unset;
    box-shadow: unset;
}

.zone-ls-submit {
    flex-shrink: 0;
    padding: 6px 20px;
    border: none;
    border-radius: 5px;
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
    margin: 0;
}

.zone-ls-submit:hover {
    background: #1d4ed8;
}

.zone-ls-results {
    margin-top: 16px;
    min-height: 255px;
    max-height: min(420px, 55vh);
    overflow-y: auto;
    border: 2px dashed #e2e8f0;
    border-radius: 12px;
    padding: 16px;
}

.zone-ls-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 180px;
    padding: 24px 16px;
}

.zone-ls-empty svg {
    width: 56px;
    height: 56px;
    fill: #cbd5e1;
    margin-bottom: 12px;
}

.zone-ls-empty__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: #334155;
}

.zone-ls-empty__hint {
    margin: 0;
    font-size: 14px;
    color: #94a3b8;
}

.zone-ls-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    gap: 12px;
    color: #64748b;
    font-size: 14px;
}

.zone-ls-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #e2e8f0;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: zoneLsSpin .7s linear infinite;
}

@keyframes zoneLsSpin {
    to {
        transform: rotate(360deg);
    }
}

.zone-ls-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.zone-ls-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: background .15s;
}

.zone-ls-item:hover {
    background: #f8fafc;
}

.zone-ls-item__thumb {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
}

.zone-ls-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zone-ls-item__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.zone-ls-item__title {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zone-ls-item__price {
    font-size: 14px;
    font-weight: 700;
    color: #2563eb;
}

.zone-ls-item__price del {
    color: #94a3b8;
    font-weight: 400;
    margin-right: 6px;
}

@media (max-width: 640px) {
    .zone-ls-modal {
        padding: 16px;
    }

    .zone-ls-submit {
        padding: 10px 14px;
        font-size: 13px;
    }

    .zone-ls-input-wrap {
        flex-wrap: wrap;
        border-radius: 16px;
        padding: 10px;
    }

    .zone-ls-submit {
        width: 100%;
        border-radius: 10px;
    }
}

/**/
.new-notable-now-row {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.new-notable-now-banner {
    flex: 0 0 auto;
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    transition: transform .15s ease;
}

.img_bns .box-text {
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.img_bns .box-text h4 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    margin: 0;
}

.rs2 {
    margin-bottom: 15px;
}

.row_bnsas .col:nth-child(2) {
    padding-left: 7px !important;
}

.row_bnsas .col:nth-child(1) {
    padding-right: 7px !important;
}

.img_bns {
    border-radius: 24px;
    overflow: hidden;
}

.row_bnsa .img_bns {
    border-radius: 0;
    overflow: hidden;
}

.row_cts .col .col-inner {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
    color: #000;
}

.row_cts .col .col-inner h2 {
    color: #000;
}

.home_acs {
    background: linear-gradient(135deg, rgba(252, 215, 171, .2) 10.94%, #f2f8fc 33.73%, #f2f8fc 46.1%, rgba(252, 215, 171, .1) 72.4%);
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    padding: 80px 0 120px 0;
}

.home_acs::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/05/hero-dot.png);
    background-size: cover;
    background-position: center;
}

.tt_mjsa h1 span {
    font-weight: 700;
    color: #d2691e;
    margin-bottom: 40px;
    font-size: 40px;
    text-transform: capitalize;
}

.section-title b {
    height: 0px;
}

.tt_mjsa {
    margin: 0;
}

.searchform-wrapper form {
    margin-bottom: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.searchform-wrapper form input#woocommerce-product-search-field-0 {
    border-radius: 8px;
    border: unset;
    height: 52px;
}

.home_acs:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 400px;
    z-index: 2;
    object-fit: contain;
    background-image: url(/wp-content/uploads/2026/05/hero2.png);
    width: 600px;
}

.tt_faqs span {
    color: #000;
}

.absolute-footer {
    display: none;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.faq-grid a.faq-card {
    border-radius: 13px;
    outline: 2px solid transparent;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(11, 11, 11, .11);
    position: relative;
    transition: all 250ms ease-in-out;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.faq-grid a h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.faq-grid a {
    border-radius: 13px;
    outline: 2px solid transparent;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(11, 11, 11, .11);
    position: relative;
    transition: all 250ms ease-in-out;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.faq-card:hover {
    transform: translatey(-4px);
    box-shadow: 0 8px 20px rgba(11, 11, 11, .15);
    outline-color: rgba(210, 105, 30, .2);
}

.row_mnhsasa {
    margin: auto !important;
}

.row_mnhsasadd {
    margin: auto !important;
}

.row_mnhsasadd .col {
    padding-bottom: 0px;
}

.row_mnhsasadd .col .col-inner {
    background: #f6f6f6;
    padding: 15px;
    border-radius: 10px;
    color: #000;
}

.row_mnhsasadd .col .col-inner .ux-menu-link {
    height: 50px;
}

.contact-info h2 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    font-size: 30px;
}

.contact-info p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

p.email-support {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 2px solid #1a73e8;
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

.row_form_item .col,
.row_form_itemd .col {
    padding-bottom: 0;
}

.row_form_item p {
    margin-bottom: 0;
}

.row_form_item input {
    box-shadow: unset;
    border-radius: 5px;
    height: 45px;
}

.row_form_item textarea {
    border-radius: 5px;
    box-shadow: unset;
}

.row_btn_s .SendMessage {
    background: #d2691e !important;
    color: white;
    border: none;
    padding: 7px 30px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .3s ease;
    align-self: center;
    display: block;
    margin: auto;
}

.com_dcs .col-inner {
    background: url(/wp-content/uploads/2026/05/1761643000863yfu9oq.png) no-repeat center center;
    background-size: cover;
    padding: 60px 50px;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 700px;
}

.contact-info-overlay {
    position: absolute;
    bottom: 60px;
    left: 30px;
    background: transparent;
    padding: 0;
    width: 60%;
    max-width: 450px;
    text-align: left;
}

.info-label {
    display: block;
    font-size: 1rem;
    color: #3674b5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 5px;
    text-align: left;
}

.tt_opmsaj span {
    letter-spacing: 0.00938em;
    color: rgb(31, 41, 55);
    font-weight: 700;
    text-transform: capitalize;
}

.tt_opmsaj {
    margin: 0;
}

.sub_mnhsa p {
    text-align: center;
    color: #000;
}

.accordion-title {
    border: 1px solid #ddd;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px 20px;
}

.accordion-title.active {
    background-color: rgba(0, 0, 0, .03);
    border-color: #ddd;
    color: #000;
    font-weight: 700;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.accordion .toggle {
    left: unset;
    right: 0;
    margin: 0;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;

}

.accordion-inner {
    padding: 8px 16px 16px;
    padding-left: 68px;
    padding-right: 32px;
    padding-top: 12px;
    padding-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid #e5e7eb;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.accsm .toggle i {
    font-size: 16px;
}

.accsm {
    counter-reset: acc-number;
}

.accsm .accordion-item {
    counter-increment: acc-number;
}

.accsm .accordion-title span::before {
    content: counter(acc-number, decimal-leading-zero) ". ";
    font-weight: 700;
    margin-right: 8px;
    color: #000;
}

.boxqc {
    margin-top: 32px;
    padding: 20px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.tyf1 {
    letter-spacing: 0.00938em;
    color: #374151;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.tyf2 br {
    display: none;
}

.tyf2 {
    margin-bottom: 0;
}

.tyf2 .addsss {
    font-weight: 600;
    color: #1f2937;
}

.row_cts p br {
    display: none;
}

.row_cts tr th,
.row_cts tr td {
    padding: 15px !important;
    color: #000;
}

/**/
#toast-wrap {
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

#toast-wrap {
    padding: 1rem 0;
    min-height: 110px;
    display: flex;
    align-items: flex-end;
}

.toast {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.75);
    border: 0.5px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    padding: 11px 14px;
    width: 310px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    backdrop-filter: blur(8px);
}

.toast.visible {
    opacity: 1;
    transform: translateY(0);
}

.toast.fading {
    opacity: 0;
    transform: translateY(-6px);
}

.toast-img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.toast-body {
    flex: 1;
    min-width: 0;
}

.toast-name {
    font-size: 12.5px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toast-sub {
    font-size: 12px;
    color: #fff;
    margin: 0 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toast-time {
    font-size: 11px;
    color: #fff;
    margin: 0;
}

.toast-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34c759;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 5px;
}

/* FREE Returns Popup */
.free-returns-popup {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    background-color: #232f3e;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 100;
    font-family: inherit;
    text-align: left;
    cursor: default;
    line-height: 1.5;
}

.free-returns-popup-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
}

.free-returns-popup-desc {
    font-size: 13px;
    margin-bottom: 12px;
    color: #fff;
}

.free-returns-popup-link {
    color: #ffb822;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #ffb822;
    padding-bottom: 1px;
}

.free-returns-popup-arrow {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #232f3e;
}

.css-mkanj7 {
    display: flex;
    justify-content: space-between;
}

/* ================= BASE ================= */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lineFill {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {

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

    50% {
        transform: scale(1.1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.shipping-wrap {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.shipping-title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0b3a82;
}

/* ================= DESKTOP ================= */
.shipping-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.timeline-line-container {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 1;
}

.timeline-line-1 {
    position: absolute;
    left: calc(16.66% + 21px);
    width: calc(33.33% - 42px);
    height: 2px;
    background: linear-gradient(90deg, #2f2a7a, #0b3a82);
    border-radius: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-out;
}

.shipping-wrap.animate .timeline-line-1 {
    animation: lineFill 1s ease-out 0.3s both;
}

.timeline-line-2 {
    position: absolute;
    left: calc(50% + 21px);
    width: calc(33.33% - 42px);
    height: 2px;
    background: repeating-linear-gradient(to right,
            #0b3a82 0px,
            #0b3a82 6px,
            transparent 6px,
            transparent 12px);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-out;
}

.shipping-wrap.animate .timeline-line-2 {
    animation: lineFill 1s ease-out 1.3s both;
}

.timeline-step {
    width: 33.33%;
    text-align: center;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
}

.shipping-wrap.animate .timeline-step {
    animation: fadeInUp 0.6s ease-out both;
}

.shipping-wrap.animate .timeline-step:nth-child(1) {
    animation-delay: 0.1s;
}

.shipping-wrap.animate .timeline-step:nth-child(2) {
    animation-delay: 0.5s;
}

.shipping-wrap.animate .timeline-step:nth-child(3) {
    animation-delay: 0.9s;
}

.step-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 8px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipping-wrap.animate .step-icon {
    animation: pulse 2s ease-in-out infinite;
    animation-delay: 0.8s;
}

.step-icon img {
    width: 38px;
    height: 38px;
}

.step-label {
    font-weight: 700;
    font-size: 14px;
    color: #0b3a82;
}

.step-time {
    font-size: 13px;
    color: #4b5563;
}

.step-note {
    position: absolute;
    top: 38px;
    font-size: 11px;
    background: #67bed9;
    color: #0f172a;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 3;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.shipping-wrap.animate .step-note {
    animation: fadeIn 0.5s ease-out both;
}

.shipping-wrap.animate .step-note.note-1 {
    animation-delay: 0.7s;
}

.shipping-wrap.animate .step-note.note-2 {
    animation-delay: 1.5s;
}

.step-note.note-1 {
    left: 33.33%;
}

.step-note.note-2 {
    left: 66.67%;
}

/* ================= MOBILE ================= */
@media(max-width:960px) {
    .shipping-wrap {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    Đ .shipping-wrap .step-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .shipping-wrap .step-icon img {
        width: 32px !important;
        height: 32px !important;
    }

    .shipping-wrap .step-label {
        font-size: 12px !important;
    }

    .shipping-wrap .step-time {
        font-size: 11px !important;
    }

    .shipping-wrap .step-note {
        font-size: 10px !important;
    }
}