pre {
    white-space: initial;
}

html {
    scroll-behavior: smooth;
}

/* common helper utilites */
.c-scrollbar::-webkit-scrollbar {
    width: 4px;
    background: #1e1e2d;
    border-radius: 3px;
}

.c-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.c-scrollbar {
    scrollbar-color: rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
}

.c-scrollbar-light::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track {
    background: transparent;
}

.c-scrollbar-light::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}

.c-scrollbar-light {
    scrollbar-color: rgba(24, 28, 41, 0.08);
    scrollbar-width: thin;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0;
}

.no-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.no-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}

.img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.customer-login-image {
    max-height: 580px;
    width: 100%;
    object-fit: contain;
}

.forgot-password-logo-img {
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay.overlay-fixed {
    position: fixed;
}

.hov-scale-img:hover img,
.hov-scale:hover {
    transform: scale(1.05);
}

.fullscreen {
    min-height: 100vh;
}

/*modal 1050
backdrop 1040
fixed-bottom 1030*/

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.z-5 {
    z-index: 5 !important;
}

.z-1025 {
    z-index: 1025 !important;
}

.z-1035 {
    z-index: 1035 !important;
}

.minw-0 {
    min-width: 0;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c-pointer {
    cursor: pointer !important;
}

.separator {
    position: relative;
    text-align: center;
    z-index: 1;
}

.separator:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebedf2;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

[dir="rtl"] .absolute-top-right {
    right: auto;
    left: 0;
}

.absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

[dir="rtl"] .absolute-top-right {
    right: auto;
    left: 0;
}

.absolute-top-right--5px {
    position: absolute;
    top: -5px;
    right: -5px;
}

.absolute-top-right--10px {
    position: absolute;
    top: -10px;
    right: -6px;
}

.absolute-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

[dir="rtl"] .absolute-top-left {
    left: auto;
    right: 0;
}

.absolute-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

[dir="rtl"] .absolute-bottom-left {
    left: auto;
    right: 0;
}

.absolute-top-center {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* .dot-loader > div {
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 2px;
    background: #777;
    -webkit-animation: loader 1.48s ease-in-out infinite both;
    animation: loader 1.48s ease-in-out infinite both;
}

.dot-loader > div:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.dot-loader > div:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
} */

@-webkit-keyframes loader {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
}

@keyframes loader {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
}

@media (max-width: 991.98px) {
}

.top-0 {
    top: 0 !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

/*bootstrap extend*/

.fw-300 {
    font-weight: 300 !important;
}

.fw-bold {
    font-weight: bold;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-26 {
    font-size: 1.625rem !important;
}

.fs-28 {
    font-size: 1.75rem !important;
}

.fs-36 {
    font-size: 2.25rem !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-1-4 {
    line-height: 1.4 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.opacity-100,
.hov-opacity-100:hover {
    opacity: 1 !important;
}

.shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow,
.hov-shadow:hover {
    box-shadow:
        0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md,
.hov-shadow-md:hover {
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-out,
.hov-shadow-out:hover {
    z-index: 2 !important;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 16%) !important;
    /* box-shadow: 0px 2px 30px -7px rgb(0 0 0 / 30%) !important; */
}

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

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center center;
}

.bg-primary,
.hov-bg-primary:hover {
    background-color: var(--primary) !important;
}

.bg-soft-primary {
    background-color: var(--soft-primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-soft-secondary,
.hov-bg-soft-secondary:hover {
    background-color: var(--soft-secondary) !important;
}

.bg-success {
    background-color: var(--success) !important;
}

.bg-soft-success {
    background-color: var(--soft-success) !important;
}

.bg-info {
    background-color: var(--info) !important;
}

.bg-warning {
    background-color: var(--warning) !important;
}

.bg-soft-warning {
    background-color: var(--soft-warning) !important;
}

.bg-secondary-base {
    background-color: var(--secondary-base) !important;
}

.bg-soft-secondary-base {
    background-color: var(--soft-secondary-base) !important;
}

.bg-danger {
    background-color: var(--danger) !important;
}

.bg-soft-danger {
    background-color: var(--soft-danger) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-soft-dark {
    background-color: var(--soft-dark) !important;
}

.bg-blue {
    background-color: var(--blue) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

.bg-black,
.hov-bg-black:hover {
    background-color: #17171f !important;
}

.bg-soft-light,
.hov-bg-soft-light:hover {
    background-color: var(--soft-light) !important;
}

.bg-gray {
    background-color: var(--gray) !important;
}

.hov-bg-white:hover {
    background-color: #fff !important;
}

.bg-black-10,
.hov-bg-black-10:hover {
    background-color: rgb(0 0 0 / 10%) !important;
}

.bg-black-10:hover {
    background-color: rgb(0 0 0 / 20%) !important;
}

/* box-shadow */
.shadow-primary {
    box-shadow: -5px 5px 18px rgba(1, 158, 247, 0.39);
}

.shadow-success {
    box-shadow: -5px 5px 18px rgba(81, 204, 138, 0.39);
}

[class*="border"],
hr {
    /* border-color: #dfdfe6 !important; */
    border-color: #ededf2 !important;
}

.border-2 {
    border: 2px solid !important;
}

.border-gray-400 {
    border-color: #cbd5e0 !important;
}

.border-primary {
    border-color: var(--primary) !important;
}

.border-secondary {
    border-color: var(--secondary) !important;
}

.border-success {
    border-color: var(--success) !important;
}

.border-info {
    border-color: var(--info) !important;
}

.border-warning {
    border-color: var(--warning) !important;
}

.border-secondary-base {
    border-color: var(--secondary-base) !important;
}

.border-danger {
    border-color: var(--danger) !important;
}

.border-light {
    border-color: var(--light) !important;
}

.border-dark {
    border-color: var(--dark) !important;
}

.border-blue {
    border-color: var(--blue) !important;
}

.border-soft-dark {
    border-color: var(--soft-dark) !important;
}

.border-soft-light {
    border-color: var(--soft-light) !important;
}

.spinner-border {
    border-end-color: transparent !important;
}

.border-width-2 {
    border-width: 2px !important;
}

.border-bottom-6px {
    border-bottom: 6px solid !important;
    border-bottom-color: var(--soft-light) !important;
}

.done .border-bottom-6px {
    border-bottom-color: var(--success) !important;
}

.active .border-bottom-6px {
    border-bottom-color: var(--primary) !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-transparent {
    border-color: transparent !important;
}

.hov-border:hover {
    border-color: #dee2e6 !important;
}

.hov-border-primary:hover {
    border-color: var(--primary) !important;
}

.text-primary,
.hov-text-primary:hover {
    color: var(--primary) !important;
}

.text-secondary,
.hov-text-secondary:hover {
    color: var(--secondary) !important;
}

.text-success {
    color: var(--success) !important;
}

.text-info {
    color: var(--info) !important;
}

.text-warning {
    color: var(--warning) !important;
}

.text-secondary-base,
.hov-text-secondary-base:hover {
    color: var(--secondary-base) !important;
}

.text-danger {
    color: var(--danger) !important;
}

.text-dark,
.hov-text-dark:hover {
    color: var(--dark) !important;
}

.text-soft-dark {
    color: var(--soft-dark) !important;
}

.text-gray {
    color: var(--gray) !important;
}

.text-gray-dark {
    color: var(--gray-dark) !important;
}

.text-blue {
    color: var(--blue) !important;
}

.text-light {
    color: var(--light) !important;
}

.text-soft-light {
    color: var(--soft-light) !important;
}

.text-blue {
    color: var(--blue) !important;
}

.text-inherit {
    color: inherit !important;
}

.w-auto {
    width: auto;
}

.size-20px {
    width: 20px;
}

.size-25px {
    width: 25px;
}

.size-30px {
    width: 30px;
}

.w-35px {
    width: 35px;
}

.size-40px {
    width: 40px;
}

.w-48px,
.size-48px {
    width: 48px;
}

.w-50px,
.size-50px {
    width: 50px;
}

.w-60px,
.size-60px {
    width: 60px;
}

.w-70px,
.size-70px {
    width: 70px;
}

.size-90px {
    width: 90px;
}

.w-110px {
    width: 110px;
}

.w-120px {
    width: 120px;
}

.w-140px {
    width: 140px;
}

.w-150px {
    width: 150px;
}

.w-190px {
    width: 190px;
}

.w-230px {
    width: 230px;
}

.h-auto {
    height: auto;
}

.h-20px,
.size-20px {
    height: 20px;
}

.size-25px {
    height: 25px;
}

.size-30px {
    height: 30px;
}

.h-35px {
    height: 35px;
}

.h-40px,
.size-40px {
    height: 40px;
}

.wh-40px {
    height: 40px;
    width: 40px;
}

.h-45px {
    height: 45px;
}

.h-48px,
.size-48px {
    height: 48px;
}

.h-50px,
.size-50px {
    height: 50px;
}

.size-60px {
    height: 60px;
}

.size-70px {
    height: 70px;
}

.h-80px {
    height: 80px;
}

.size-90px {
    height: 90px;
}

.h-140px {
    height: 140px;
}

.h-200px {
    height: 200px;
}

.h-360px {
    height: 360px;
}

.max-h-360px {
    max-height: 360px;
}

.pl-6,
.px-6,
.p-6 {
    padding-left: 4rem;
}

.pl-7,
.px-7 {
    padding-left: 5rem;
}

.pl-8,
.px-8,
.p-8 {
    padding-left: 6rem;
}

.pl-9 {
    padding-left: 8rem;
}

.pl-10,
.px-10,
.p-10 {
    padding-left: 10rem;
}

.p-12 {
    padding-left: 16rem;
}

.p-2rem {
    padding-left: 2rem !important;
}

.px-6,
.p-6 {
    padding-right: 4rem;
}

.pr-7,
.px-7 {
    padding-right: 5rem;
}

.pr-8,
.px-8,
.p-8 {
    padding-right: 6rem;
}

.pr-9 {
    padding-right: 8rem;
}

.pr-10,
.px-10,
.p-10 {
    padding-right: 10rem;
}

.pr-12,
.p-12 {
    padding-right: 16rem;
}

.p-2rem {
    padding-right: 2rem !important;
}

.pt-6,
.py-6,
.p-6 {
    padding-top: 4rem;
}

.pt-8,
.py-8,
.p-8 {
    padding-top: 6rem;
}

.py-10,
.p-10 {
    padding-top: 10rem;
}

.py-12,
.p-12 {
    padding-top: 16rem;
}

.pt-2rem,
.p-2rem {
    padding-top: 2rem !important;
}

.py-6,
.p-6 {
    padding-bottom: 4rem;
}

.py-8,
.p-8 {
    padding-bottom: 6rem;
}

.py-10,
.p-10 {
    padding-bottom: 10rem;
}

.py-12,
.p-12 {
    padding-bottom: 16rem;
}

.p-2rem {
    padding-bottom: 2rem !important;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.px-15px {
    padding-left: 15px;
}

.px-15px {
    padding-right: 15px;
}

.py-20px {
    padding-top: 20px;
}

.py-20px {
    padding-bottom: 20px;
}

.col-xxl-4,
.col-xxl-6,
.col-xxl-8,
.col-xxl {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.gutters-5 > .col,
.gutters-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
}

.gutters-10 > .col,
.gutters-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutters-16 {
    margin-right: -16px;
    margin-left: -16px;
}

.gutters-16 > .col,
.gutters-16 > [class*="col-"] {
    padding-right: 16px;
    padding-left: 16px;
}

[dir="rtl"] .row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

[dir="rtl"] .row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

[dir="rtl"] .row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

[dir="rtl"] .row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/* sm */
@media (min-width: 576px) {
    .border-sm {
        border: 1px solid #dfdfe6 !important;
    }

    .border-sm-right {
        border-end: 1px solid #dfdfe6 !important;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #dfdfe6 !important;
    }

    .border-sm-left {
        border-start: 1px solid #dfdfe6 !important;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .px-sm-2rem,
    .p-sm-2rem {
        padding-left: 2rem !important;
    }

    .px-sm-2rem,
    .p-sm-2rem {
        padding-right: 2rem !important;
    }

    .p-sm-2rem {
        padding-top: 2rem !important;
    }

    .p-sm-2rem {
        padding-bottom: 2rem !important;
    }

    .w-sm-auto {
        width: auto;
    }

    .h-sm-auto {
        height: auto;
    }

    .h-sm-250px {
        height: 250px;
    }

    .sm-gutters-10 {
        margin-right: -10px;
        margin-left: -10px;
    }

    .sm-gutters-10 > .col,
    .sm-gutters-10 > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    [dir="rtl"] .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* md */
@media (min-width: 768px) {
    .border-md {
        border: 1px solid #dfdfe6 !important;
    }

    .border-md-0 {
        border: 0 !important;
    }

    .px-md-2rem {
        padding-left: 2rem !important;
    }

    .px-md-2rem {
        padding-right: 2rem !important;
    }

    .h-md-80px {
        height: 80px;
    }

    .h-md-150px {
        height: 150px;
    }

    .h-md-200px {
        height: 200px;
    }

    .h-md-340px {
        height: 340px;
    }

    [dir="rtl"] .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    [dir="rtl"] .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    [dir="rtl"] .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* lg */
@media (min-width: 992px) {
    .border-lg {
        border: 1px solid #dfdfe6 !important;
    }

    .px-lg-2rem,
    .p-lg-2rem {
        padding-left: 2rem !important;
    }

    .px-lg-2rem,
    .p-lg-2rem {
        padding-right: 2rem !important;
    }

    .p-lg-2rem {
        padding-top: 2rem !important;
    }

    .p-lg-2rem {
        padding-bottom: 2rem !important;
    }

    .px-lg-25px {
        padding-left: 25px;
    }

    .px-lg-25px {
        padding-right: 25px;
    }

    .h-lg-80px {
        height: 80px;
    }

    [dir="rtl"] .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* xl */
@media (min-width: 1200px) {
    .w-xl-auto {
        width: auto !important;
    }

    .w-xl-auto {
        width: auto;
    }

    [dir="rtl"] .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    [dir="rtl"] .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    [dir="rtl"] .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

/* xxl */
@media (min-width: 1500px) {
    .container,
    .container-xxl {
        max-width: 1400px;
    }

    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xxl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    [dir="rtl"] .row-cols-xxl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

/*bootstrap, global reset*/
body {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #1b1b28;
    background-color: #fff;
    max-width: 100vw;
    overflow-x: hidden;
}

a,
button,
input,
textarea,
.btn,
.has-transition {
    -webkit-transition:
        background-color 0.5s ease,
        color 0.5s ease,
        border-color 0.5s ease,
        box-shadow 0.5s ease,
        transform 0.5s ease;
    transition:
        background-color 0.5s ease,
        color 0.5s ease,
        border-color 0.5s ease,
        box-shadow 0.5s ease,
        transform 0.5s ease;
}

a {
    color: var(--primary);
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    color: var(--hov-primary);
}

:focus,
a:focus,
button:focus,
.page-link:focus {
    box-shadow: none;
    outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*ub styles*/
.ub-main-wrapper {
    /* min-height: 100vh; */
    /* max-width: 100vw; */
    /* background-color: var(--light); */
}

.ub-titlebar h1,
.ub-titlebar .title {
    font-size: 1rem;
    font-weight: 500;
}

/* .ub-content-wrapper {
    padding-left: 0;
    padding-top: 75px;
    height: 100%;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
} */

/* lg */
@media (min-width: 992px) {
    /* .ub-content-wrapper {
        padding-top: 85px;
    } */
}

/* xl */
@media (min-width: 1200px) {
    /* .ub-content-wrapper {
        padding-left: 280px;
    } */
    /* [dir="rtl"] .ub-content-wrapper {
        padding-left: 0;
        padding-right: 280px;
    } */
    /* .side-menu-closed .ub-content-wrapper {
        padding-left: 0;
    } */
    /* [dir="rtl"] .side-menu-closed .ub-content-wrapper {
        padding-left: 0;
        padding-right: 0;
    } */
}

/*siebar nav*/
.ub-sidebar-overlay {
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 98;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:
        visibility 0.3s ease,
        opacity 0.3s ease;
    transition:
        visibility 0.3s ease,
        opacity 0.3s ease;
}

@media (max-width: 1199.98px) {
    .side-menu-open .ub-sidebar-overlay {
        visibility: visible;
        opacity: 1;
    }
}

.ub-sidebar.left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -280px;
    height: 100vh;
    overflow-y: auto;
    z-index: 99;
    background-color: white;
    width: 280px;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

[dir="rtl"] .ub-sidebar.left {
    left: auto;
    right: -280px;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

.product-card {
    background-color: #b8f1a3;
    border: 2px solid #b7e98e;
    border-radius: 8px;
    /* margin-left: 20px; */
    width: auto;
    padding: 5px;
    font-weight: bold;
}

/* xl */
@media (min-width: 1200px) {
    .ub-sidebar.left {
        left: 0px;
    }

    [dir="rtl"] .ub-sidebar.left {
        left: auto;
        right: 0;
    }

    .side-menu-closed .ub-sidebar.left {
        left: -280px;
    }

    [dir="rtl"] .side-menu-closed .ub-sidebar.left {
        left: auto;
        right: -280px;
    }
}

/*dropdown*/
.dropdown-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-toggle::after {
    content: "\f107" !important;
    font-family: "Line Awesome Free" !important;
    border: 0 !important;
    font-weight: 900 !important;
    font-size: 80% !important;
    margin-left: 0.3rem !important;
    display: none;
}

.dropup .dropdown-toggle::after {
    border: 0;
    content: "\f106";
}

.dropdown-menu {
    border-color: #dfdfe6;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    padding: 0.5rem 0;
    border-radius: 4px;
    max-width: 100%;
}

.show.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0 !important;
}

.dropdown-menu.dropdown-menu-lg {
    width: 320px;
    min-width: 280px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #74788d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
    color: #fff !important;
    background-color: var(--primary);
}

.notifications .nav-link {
    border: 0px;
    border-bottom: 2px solid transparent;
}

.notifications .nav-link.active {
    border-bottom-color: #d43533;
}

/*card elements*/
.card {
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-color: #ebedf2;
}

.card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 1rem;
    border-bottom: 1px solid #ebedf2;
    min-height: 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
}

.card .card-body {
    padding: 1rem;
    border-radius: 4px;
}

.card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #ebedf2;
    background-color: transparent;
    padding: 12px 25px;
}

.ub-p-hov-icon button {
    /* display: block; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    margin-top: 5px;
    margin-right: 5px;
    color: #333;
    font-size: 16px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
    transform: translateX(calc(100% + 15px));
    -webkit-transform: translateX(calc(100% + 15px));
}

[dir="rtl"] .ub-p-hov-icon button {
    transform: translateX(calc(-100% - 15px));
    -webkit-transform: translateX(calc(-100% - 15px));
    margin-left: 5px;
}

.ub-p-hov-icon button:hover {
    background: var(--primary);
    color: #fff;
}

.ub-p-hov-icon button:nth-child(2) {
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
}

.ub-p-hov-icon button:nth-child(3) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.ub-card-box {
    overflow: hidden;
}

.ub-card-box:hover .ub-p-hov-icon button {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.ub-card-box .disc-amount {
    margin-right: -37%;
    opacity: 0 !important;
}

.ub-card-box:hover .disc-amount {
    margin-right: 0;
    opacity: 1 !important;
}

.carousel-box .ub-card-box {
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: 2px;
}

.cart-btn {
    background: #000;
    opacity: 0.7;
    transform: translateY(100%);
    transition: 0.3s;
    overflow: hidden;
}

.cart-btn:hover,
.cart-btn.active {
    opacity: 1;
}

.cart-btn .cart-btn-text {
    margin-top: 48px;
    margin-bottom: 20px;
    transition: 0.4s;
}

.cart-btn:hover .cart-btn-text {
    margin-top: -40px;
}

.ub-card-box:hover .cart-btn {
    transform: translateY(0);
}

/*tabs*/
.ub-nav-tabs a.active {
    border-bottom: 2px solid var(--primary);
}

/*ub steps*/

/*countdown*/
.ub-count-down {
    display: flex;
    direction: ltr;
}

.ub-count-down .countdown-item {
    padding: 4px 6px;
    background: var(--primary);
    color: #fff;
    border-radius: 3px;
    margin: 0 3px;
}

/*countdown-box*/
.ub-count-down-box {
    display: flex;
    direction: ltr;
    background: var(--primary);
}

.ub-count-down-box .countdown-item {
    padding: 7px;
    color: #fff;
    border-radius: 3px;
    margin: 0 3px;
    min-width: 52px;
    font-size: 16px;
    font-weight: 700;
}

.ub-count-down-box .countdown-name {
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    text-transform: uppercase;
}

.ub-count-down-box .countdown-separator {
    color: #fff;
    font-size: 14px;
}

/* Countdown Circle */
/* .ub-count-down-circle{
   display: flex;
   justify-content: center;
   min-height: 100%;
   background: #fff;
   padding: 1rem;
   box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
} */
/*
.ub-count-down-circle#time{
    display: flex;
}
.ub-count-down-circle #time .circle{
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ub-count-down-circle#time .circle svg{
    position: relative;
    width: 70px;
    height: 70px;
    transform: rotate(270deg);
}
.ub-count-down-circle #time .circle svg circle{
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 1;
    stroke: #f7f2f2;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}
.ub-count-down-circle #time .circle svg circle:nth-child(2){
    stroke: var(--primary);
    stroke-width: 2;
    stroke-dasharray: 190;
    stroke-dashoffset: 190;
}
.ub-count-down-circle #time div{
    position: absolute;
    text-align: center;
    font-weight: 700;
    color: #1b1b28;
    font-size: 14px;
    top: -20px;
}
.ub-count-down-circle #time div span{
    position: absolute;
    transform: translateX(-50%) translateY(-10%);
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
[dir="rtl"] .ub-count-down-circle #time div span{
    transform: translateX(50%) translateY(-10%);
} */

/*form elements*/

.ub-count-down-circle {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
}

.flash-time-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}

.ub-count-down-circle .flash-time-container .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.ub-count-down-circle .flash-time-container .circle svg {
    width: 60px;
    height: 60px;
}

.ub-count-down-circle .flash-time-container .circle svg circle {
    fill: transparent;
    stroke-width: 1;
    stroke: #f7f2f2;
    stroke-linecap: round;
}

.ub-count-down-circle .flash-time-container .circle svg circle:nth-child(2) {
    stroke: var(--primary); /* Assuming --primary is a custom CSS variable */
    stroke-width: 2;
    stroke-dasharray: 190;
    stroke-dashoffset: 190;
}

.ub-count-down-circle .flash-time-container .circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.form-control {
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    height: calc(1.3125rem + 1.2rem + 2px);
    border: 1px solid #dfdfe6;
    color: #898b92;
}

.form-control-sm {
    height: calc(1.5rem + 0.8rem + 2px);
    padding: 0.4rem 0.7rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.form-control-lg {
    height: calc(1.5rem + 1.5rem + 2px);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #898b92;
}

.form-control:-ms-input-placeholder {
    color: #898b92;
}

.form-control::placeholder {
    color: #898b92;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f7f8fa;
    opacity: 1;
    border-color: #dfdfe6;
}

.custom-file {
    height: calc(1.3125rem + 1.2rem + 2px);
    overflow: hidden;
}

.custom-file-name {
    white-space: nowrap;
}

/*custom checkbox, radio*/
.ub-checkbox-list {
    padding: 0 0;
}

.ub-checkbox,
.ub-radio {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

[dir="rtl"] .ub-checkbox [dir="rtl"] .ub-radio {
    padding-right: 28px;
    padding-left: 0;
}

.ub-checkbox-inline .ub-checkbox,
.ub-radio-inline .ub-radio {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}

.ub-checkbox-inline .ub-checkbox:last-child,
.ub-radio-inline .ub-radio:last-child {
    margin-right: 0;
}

.ub-checkbox > input,
.ub-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.ub-square-check,
.ub-rounded-check {
    background: 0 0;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid #d1d7e2;
}

.ub-checkbox .ub-square-check,
.ub-checkbox .ub-rounded-check,
.ub-radio .ub-square-check,
.ub-radio .ub-rounded-check {
    position: absolute;
    top: 2px;
    left: 0;
}

[dir="rtl"] .ub-checkbox .ub-square-check,
[dir="rtl"] .ub-checkbox .ub-rounded-check,
[dir="rtl"] .ub-radio .ub-square-check,
[dir="rtl"] .ub-radio .ub-rounded-check {
    left: auto;
    right: 0;
}

.ub-square-check {
    border-radius: 3px;
}

.ub-rounded-check {
    border-radius: 50%;
}

.ub-square-check:after,
.ub-rounded-check:after {
    content: "";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ub-square-check:after {
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid var(--primary);
}

.ub-rounded-check:after {
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}

.ub-checkbox > input:checked ~ .ub-square-check:after,
.ub-radio > input:checked ~ .ub-square-check:after,
.ub-checkbox > input:checked ~ .ub-rounded-check:after,
.ub-radio > input:checked ~ .ub-rounded-check:after {
    visibility: visible;
    opacity: 1;
}

/*ub megabox*/
.ub-megabox {
    position: relative;
    cursor: pointer;
}

.ub-megabox input {
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.ub_payment_box input {
    position: absolute;
    z-index: 1;
    opacity: 1;
}

.ub-megabox .ub-megabox-elem {
    border: 1px solid #dfdfe6;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    border-radius: 0.25rem;
}

.ub-megabox > input:checked ~ span .ub-rounded-check:after,
.ub-megabox > input:checked ~ span .ub-square-check:after {
    visibility: visible;
    opacity: 1;
}

.ub-megabox > input:checked ~ .ub-megabox-elem,
.ub-megabox > input:checked ~ .ub-megabox-elem {
    border-color: var(--primary);
}

.ub-megabox > input:checked ~ .ub-megabox-elem.border-transparent {
    border-color: var(--primary) !important;
}

/*input group/ form group*/
.input-group-text {
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #74788d;
    background-color: #f7f8fa;
    border: 1px solid #dfdfe6;
    border-radius: 4px;
}

/*input with icon*/

/*switch*/
.ub-switch input:empty {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}

.ub-switch input:empty ~ span {
    display: inline-block;
    position: relative;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px;
    height: 21px;
    width: 40px;
    border-radius: 12px;
}

.ub-switch input:empty ~ span:after,
.ub-switch input:empty ~ span:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: " ";
    -webkit-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
    width: 40px;
    border-radius: 12px;
}

.ub-switch input:empty ~ span:before {
    background-color: #e8ebf1;
}

.ub-switch input:empty ~ span:after {
    height: 17px;
    width: 17px;
    line-height: 20px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    color: #f8f9fb;
    background-color: #fff;
}

.ub-switch input:checked ~ span:after {
    background-color: var(--primary);
    margin-left: 20px;
}

.ub-switch-success input:checked ~ span:after {
    background-color: var(--success);
}

/*date range*/
.daterangepicker {
    border-color: #dfdfe6;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    font-family: inherit;
}

.daterangepicker:before {
    border-bottom-color: #dfdfe6;
}

.daterangepicker th {
    font-weight: 600;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover,
.daterangepicker .ranges li:hover {
    background-color: var(--light);
}

.daterangepicker td.in-range {
    background-color: var(--soft-primary);
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
    background-color: var(--primary);
}

.daterangepicker .calendar-time {
    padding-right: 8px;
    display: -ms-flexbox;
    display: flex;
}

/*time picker*/

/*button element*/

.btn {
    padding: 0.5rem 1.2rem;
    font-size: 0.875rem;
    color: #2a3242;
    font-weight: inherit;
}

.btn-circle {
    border-radius: 50em;
}

.btn-icon {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.6rem;
    width: calc(2.5125rem + 2px);
    height: calc(2.5125rem + 2px);
}

.btn-xs {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
}

.btn-sm {
    padding: 0.416rem 1rem;
    font-size: 0.8125rem;
}

.btn-sm.btn-icon {
    padding: 0.416rem;
    width: calc(2.02rem + 2px);
    height: calc(2.02rem + 2px);
}

.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.btn-lg.btn-icon {
    padding: 0.75rem;
    font-size: 1.2rem;
    width: calc(3rem + 2px);
    height: calc(3rem + 2px);
}

.btn-primary,
.btn-soft-primary:hover,
.btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: var(--hov-primary);
    border-color: var(--hov-primary);
}

.btn-secondary,
.btn-soft-secondary:hover,
.btn-outline-secondary:hover {
    background-color: var(--hov-primary);
    border-color: var(--hov-primary);
    color: var(--white);
}

.btn-success,
.btn-soft-success:hover,
.btn-outline-success:hover {
    background-color: var(--hov-primary);
    border-color: var(--hov-primary);
    color: var(--white);
}

.btn-danger,
.btn-soft-danger:hover,
.btn-outline-danger:hover {
    background-color: var(--danger);
    border-color: var(--danger);
    color: var(--white);
}

.btn-warning {
    background-color: var(--warning);
    border-color: var(--warning);
}

.btn-secondary:hover {
    background-color: var(--hov-secondary-base);
}

.btn-info,
.btn-soft-info:hover,
.btn-outline-info:hover {
    background-color: var(--info);
    border-color: var(--info);
    color: var(--white);
}

.btn-light,
.btn-outline-light:hover {
    background-color: var(--light);
    border-color: var(--light);
}

.btn-dark {
    background-color: var(--dark);
    border-color: var(--dark);
    color: var(--white);
}

.btn-link {
    color: var(--primary);
}

.btn-link:hover {
    color: var(--hov-primary);
}

/* .btn-topbar.btn-light:hover > svg *{
    fill: var(--white);
} */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--primary);
}

.btn-install {
    width: 280px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(to right, #e90608 0%, #f59e39 100%);
    box-shadow: 0px 8px 16px rgba(255, 88, 0, 0.16);
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff !important;
    transition: all 0.5s;
}

.btn-install:hover {
    box-shadow: 0px 8px 40px rgb(255 88 0 / 30%);
    letter-spacing: 0.3px;
}

/*soft buttons*/
.btn-soft-primary {
    background-color: var(--soft-primary);
    color: var(--primary);
}

.btn-soft-secondary {
    background-color: var(--soft-secondary);
    color: var(--dark);
}

.btn-soft-success {
    background-color: var(--soft-success);
    color: var(--success);
}

.btn-soft-danger {
    background-color: var(--soft-danger);
    color: var(--danger);
}

.btn-soft-info {
    background-color: var(--soft-info);
    color: var(--info);
}

/*outline buttons*/
.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline-secondary {
    border-color: var(--secondary);
    color: var(--dark);
}

.btn-outline-success {
    border-color: var(--success);
    color: var(--success);
}

.btn-outline-danger {
    border-color: var(--danger);
    color: var(--danger);
}

.btn-outline-info {
    border-color: var(--info);
    color: var(--info);
}

.btn-outline-light {
    border-color: var(--light);
    color: var(--dark);
}

/*notify*/
.ub-notify {
    min-width: 350px;
    max-width: 350px;
    padding-right: 50px;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 0;
    color: var(--white);
    box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
    -webkit-box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
    padding: 1.25rem 1.25rem;
    font-size: 0.875rem;
    z-index: 1060 !important;
}

[dir="rtl"] .ub-notify {
    text-align: right !important;
}

.ub-notify .btn-close {
    position: absolute;
    top: 50% !important;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: var(--white);
    opacity: 0.7;
    right: 15px !important;
    text-shadow: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

[dir="rtl"] .ub-notify .btn-close {
    right: auto !important;
    left: 15px !important;
}

.ub-notify .btn-close:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}

.ub-notify .btn-close:hover {
    color: var(--dark);
    opacity: 1;
}

.ub-notify .btn-close:hover:before {
    opacity: 1;
    background-color: #fff;
    width: 170%;
    height: 170%;
    top: -35%;
    left: -35%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ub-notify .progress {
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
}

.ub-notify .progress-bar {
    background-color: var(--white);
}

.ub-notify.alert-success {
    background-color: var(--success);
}

.ub-notify.alert-danger {
    background-color: var(--danger);
}

.ub-notify.alert-primary {
    background-color: var(--primary);
}

.ub-notify.alert-warning {
    background-color: var(--warning);
}

.ub-notify.alert-info {
    background-color: var(--info);
}

@media (max-width: 575px) {
    .ub-notify {
        width: calc(100% - 40px);
        min-width: auto;
    }

    .h-sm-auto {
        height: auto;
    }
}

/*pagination*/
.ub-pagination-center .pagination {
    -ms-flex-pack: center;
    justify-content: center;
}

.ub-pagination .pagination {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination .page-link,
.page-item.disabled .page-link {
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 0.875rem;
    border-radius: 50% !important;
    color: var(--dark);
}

.pagination .page-item {
    margin: 0 10px 0 0;
}

.pagination .active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

.pagination .page-link:hover {
    background-color: var(--primary);
    color: #fff;
}

/*modal*/
.modal.website-popup {
    display: block;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-backdrop {
    background-color: #11151d;
}

.modal-content {
    border: 1px solid rgba(20, 20, 35, 0.2);
}

.modal-content .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    background-color: transparent;
}

.modal-header .btn-close {
    font-size: 0;
}

.modal-header .btn-close:before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f00d";
    font-size: 20px;
}

.modal-content .modal-body {
    padding: 12px 25px;
    /* overflow-y: auto; */
    /* max-height: 70vh; */
}

/* @media (min-width: 768px) {
    .modal-content .modal-body {
        max-height: 80vh;
    }
} */

.modal-content .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 10px 25px;
    border-top: 1px solid #ebedf2;
    min-height: 60px;
    background-color: transparent;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        -webkit-transform 0.3s ease-out;
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.modal.modal-static .modal-dialog.modal-dialog-zoom {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/*badges*/
.badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.65rem;
    font-weight: 500;
    line-height: unset;
}

.badge-circle {
    border-radius: 50%;
}

.badge-sm {
    height: 14px;
    width: 14px;
    font-size: 0.55rem;
}

.badge-md-sm {
    height: 18px;
    width: 18px;
    font-size: 0.55rem;
}

.badge-md {
    height: 24px;
    width: 24px;
    font-size: 0.75rem;
}

.badge.badge-dot {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 8px;
    width: 8px;
}

.badge-dot.badge-md {
    height: 10px;
    width: 10px;
}

.badge-inline {
    width: auto;
    padding: 0 0.5rem;
}

.badge-primary {
    background-color: var(--primary);
}

.badge-secondary {
    background-color: var(--secondary);
}

.badge-success {
    background-color: var(--success);
}

.badge-danger {
    background-color: var(--danger);
}

.badge-warning {
    background-color: var(--warning);
}

.badge-info {
    background-color: var(--info);
}

.badge-soft-primary {
    background-color: var(--soft-primary);
    color: var(--primary);
}

.badge-soft-secondary {
    background-color: var(--soft-secondary);
    color: var(--secondary);
}

.badge-soft-success {
    background-color: var(--soft-success);
    color: var(--success);
}

.badge-soft-info {
    background-color: var(--soft-info);
    color: var(--info);
}

.list-group-item {
    border-color: #ebedf2;
}

.list-group-raw .list-group-item {
    border: 0;
}

/*range slider - no ui slider*/

/*iti mobile number select*/
.iti {
    display: block;
    width: 100%;
}

/*avatar*/
.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.7em;
    position: relative;
}

.avatar img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.avatar-sm {
    width: 48px;
    height: 48px;
    font-size: 1.1em;
}

.avatar-md {
    width: 64px;
    height: 64px;
    font-size: 1.4em;
}

.avatar-xl {
    width: 120px;
    height: 120px;
    font-size: 2.3em;
}

/*rating*/
.rating i {
    color: #c3c3c5;
    font-size: 1rem;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.rating i.hover,
.rating i.active {
    color: #ffa707;
}

.rating i.half {
    position: relative;
}

.rating i.half:after {
    position: absolute;
    content: "\f089";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #ffa707;
    z-index: 1;
}

[dir="rtl"] .rating i.half {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.rating-sm i {
    font-size: 0.8125rem;
}

.rating-input label {
    cursor: pointer;
}

.rating-input input {
    display: none;
}

.rating-me-1 i {
    margin-right: 0.5rem;
}

/*social icon colored*/
ul.social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50em;
    line-height: 43px;
    text-align: center;
    font-size: 18px;
    background-color: #d5d5df;
}

ul.social a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

ul.social i {
    color: #171727;
    font-size: 24px;
    font-weight: 700;
}

ul.social a:hover i {
    color: #fff;
}

ul.social.colored i {
    color: #fff;
}

ul.social [class*="facebook"]:hover,
ul.social.colored [class*="facebook"] {
    background-color: #3b5998;
}

ul.social [class*="twitter"]:hover,
ul.social.colored [class*="twitter"] {
    background-color: #1da1f2;
}

ul.social [class*="google"]:hover,
ul.social.colored [class*="google"] {
    background-color: #e62833;
}

ul.social.colored [class*="apple"] {
    background-color: #141414;
}

ul.social [class*="youtube"]:hover,
ul.social.colored [class*="youtube"] {
    background-color: #ff0000;
}

ul.social [class*="instagram"]:hover,
ul.social.colored [class*="instagram"] {
    background-color: #bd32a2;
}

ul.social [class*="tripadvisor"]:hover,
ul.social.colored [class*="tripadvisor"] {
    background-color: #32da9d;
}

ul.social [class*="linkedin"]:hover,
ul.social.colored [class*="linkedin"] {
    background-color: #0070ac;
}

/*apps icon*/
ul.apps a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50em;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #b5b5bf;
}

ul.apps a:hover > svg * {
    fill: #171727 !important;
}

ul.apps a:hover {
    background-color: #b5b5bf;
}

ul.apps i {
    color: #b5b5bf;
    font-size: 23px;
}

ul.apps a:hover i {
    color: #171727;
}

.ub-cookie-alert {
    /* position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 300px;
    z-index: 1070; */
    display: none;
}

.ub-cookie-alert.show {
    display: block;
}

/*ub-custom-alert*/
.ub-custom-alert {
    position: fixed;
    max-width: 300px;
    z-index: 1070;
    /* display: none; */
}

.ub-custom-alert.bottom-left {
    bottom: 20px;
    left: 20px;
}

.ub-custom-alert.bottom-right {
    bottom: 20px;
    right: 20px;
}

.ub-custom-alert.top-left {
    top: 20px;
    left: 20px;
}

.ub-custom-alert.top-right {
    top: 20px;
    right: 20px;
}

/*messnger icon mobile*/

/*front pages*/

/*user panel*/
.ub-user-sidenav-wrap {
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
    max-width: 315px;
    /* -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05); */
    /* box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05); */
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ebedf2;
}

.ub-user-panel {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}

[dir="rtl"] .ub-user-panel {
    padding-right: 30px;
    padding-left: 0;
}

.ub-user-sidenav .ub-side-nav-link.level-2-active,
.ub-user-sidenav .ub-side-nav-link.level-3-active {
    background-color: transparent;
    color: var(--dark);
}

.ub-user-sidenav .level-2-active .ub-side-nav-icon,
.ub-user-sidenav .level-3-active .ub-side-nav-icon {
    color: var(--dark);
}

.ub-user-sidenav .ub-side-nav-link.active,
.ub-user-sidenav .ub-side-nav-link:hover {
    background-color: var(--soft-secondary-base);
}

.ub-user-sidenav .level-2 .ub-side-nav-link:hover:after,
.ub-user-sidenav .level-2 .ub-side-nav-link.active:after {
    background: var(--dark);
}

.ub-user-sidenav .active .ub-side-nav-icon {
    color: var(--dark);
}

.ub-user-sidenav .ub-side-nav-link > svg * {
    transition: 0.3s;
}

.ub-user-sidenav .ub-side-nav-link.active > svg *,
.ub-user-sidenav .ub-side-nav-link:hover > svg *,
.ub-user-sidenav .level-2-active > svg *,
.ub-user-sidenav .level-3-active > svg * {
    fill: var(--dark);
}

@media (max-width: 1199px) {
    .ub-user-sidenav-wrap {
        display: none;
        height: 100vh;
    }

    .ub-user-panel {
        padding-left: 0px;
    }

    .ub-user-sidenav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    [dir="rtl"] .ub-user-panel {
        padding-right: 0px;
    }
}

.ub-mobile-side-nav .ub-user-sidenav-wrap {
    display: block;
    max-width: initial;
    border: 0;
}

.cart-item:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light);
}

/* @media (max-width: 991px) {
    .front-header-search {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .front-header-search.active {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
} */

/*slider mobile auto height*/
@media (max-width: 767.98px) {
}

/*copyright*/

[dir="rtl"] .la-angle-right {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

[dir="rtl"] .la-angle-left {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/* collapse side bar*/

.collapse-sidebar-wrap .overlay {
    opacity: 0;
    visibility: hidden;
}

.collapse-sidebar-wrap .overlay {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 575.98px) {
    .ub-filter-sidebar .collapse-sidebar {
        overflow-y: auto;
    }
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
    .sidebar-xl {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .sidebar-xl .collapse-sidebar {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        width: 400px;
        max-width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        /* overflow-y: auto; */
    }

    .sidebar-xl.sidebar-right .collapse-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }

    .sidebar-xl,
    .sidebar-xl .collapse-sidebar,
    .sidebar-xl .overlay {
        opacity: 0;
        visibility: hidden;
    }
}

.collapse-sidebar-wrap.active,
.collapse-sidebar-wrap.active .collapse-sidebar,
.collapse-sidebar-wrap.active .overlay {
    opacity: 1;
    visibility: visible;
}

.collapse-sidebar-wrap.active .collapse-sidebar {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    background-color: #fff;
}

.dropdown-toggle.filter-section[data-toggle].collapsed:after {
    content: "\f107";
    font-family: "Line Awesome Free";
    color: #b5b5bf;
    font-size: 16px;
}

.dropdown-toggle.filter-section[data-toggle]:not(.collapsed):after {
    font-family: "Line Awesome Free";
    content: "\f106";
    color: #b5b5bf;
    font-size: 16px;
}

/* ---- Nav User Info ---- */
.nav-user-info {
    cursor: pointer;
}

.nav-user-info .nav-user-img {
    transition: all 0.5s;
}

.nav-user-info:hover .nav-user-img {
    border-color: var(--primary) !important;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
}

.nav-user-info .nav-user-img > svg * {
    transition: all 0.5s;
}

.nav-user-info:hover .nav-user-img > svg * {
    fill: var(--primary);
}

/* search input box */
.search-input-box {
    position: relative;
    width: 100%;
}

.search-input-box > input {
    border-radius: 21px;
    overflow: hidden;
    height: 40px;
}

.search-input-box > svg {
    position: absolute;
    right: 20px;
    top: 10px;
}

[dir="rtl"] .search-input-box > svg {
    right: auto;
    left: 20px;
}

.search-input-box .form-control:focus {
    border-width: 2px !important;
    border-color: var(--primary) !important;
}

/* animate underline */
.animate-underline-primary,
.animate-underline-white {
    position: relative;
}

.animate-underline-primary::after,
.animate-underline-white:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border-radius: 2px;
    transform-origin: right;
    transform: scaleX(0);
    transition:
        transform 0.5s cubic-bezier(0, 0, 0.2, 1),
        -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.animate-underline-white:after {
    bottom: -5px;
    background: #fff;
}

.animate-underline-primary:after {
    bottom: -3px;
    background: var(--primary);
}

.animate-underline-primary:hover::after,
.animate-underline-white:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* animate outline */
.hov-animate-outline {
    position: relative;
}

.hov-animate-outline::before,
.hov-animate-outline::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    z-index: -1 !important;
    width: 0;
    height: 0;
    transition: color 0.3s;
    border: 2px solid transparent;
}

.hov-animate-outline::before {
    top: 0;
    left: 0;
}

[dir="rtl"] .hov-animate-outline::before {
    left: auto;
    right: 0;
}

.hov-animate-outline::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hov-animate-outline:hover::before,
.hov-animate-outline:hover::after {
    width: 100%;
    height: 100%;
}

.hov-animate-outline:hover::before {
    border-top-color: var(--primary);
    border-end-color: var(--primary);
    transition:
        width 0.3s ease-out,
        height 0.3s ease-out 0.3s;
}

[dir="rtl"] .hov-animate-outline:hover::before {
    border-start-color: var(--primary);
    border-end-color: transparent;
}

.hov-animate-outline:hover::after {
    border-bottom-color: var(--primary);
    border-start-color: var(--primary);
    transition:
        height 0.3s ease-out,
        width 0.3s ease-out 0.3s;
}

[dir="rtl"] .hov-animate-outline:hover::after {
    border-end-color: var(--primary);
    border-start-color: transparent;
}

/* Visit Button */

/* Slide Button */

/* Accordion */
.ub-accordion-wrap {
    margin-bottom: 2px;
}

.ub-accordion-heading .ub-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.ub-accordion-heading.active,
.ub-accordion-heading:hover {
    background-color: #ccc;
}

.ub-accordion-heading .ub-accordion:after {
    content: "\002B";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 18px;
}

.ub-accordion-heading.active .ub-accordion:after {
    content: "\2212";
}

.ub-accordion-panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition:
        max-height 0.3s ease,
        opacity 0.3s ease,
        transform 0.3s ease;
}

/* Accessibility: Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
    .ub-accordion-panel {
        transition: none;
    }
}

.accordion .card-header i {
    transition: all 0.4s;
}

.accordion .card-header[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.hov-svg-white:hover > svg * {
    fill: var(--white);
}

.hov-svg-danger:hover > svg * {
    fill: var(--danger);
}

.rounded-content {
    border-radius: 50%;
}

.rounded-1 {
    border-radius: 0.25rem !important;
}

.rounded-2 {
    border-radius: 0.5rem !important;
}

.rounded-3 {
    border-radius: 1rem !important;
}

.rounded-4 {
    border-radius: 1.5rem !important;
}

.hov-column-gap-1 {
    transition: all 0.5s;
    column-gap: 0;
}

.hov-column-gap-1:hover {
    column-gap: 0.25rem !important;
}

.link-disable {
    pointer-events: none;
    opacity: 0.3;
}

.card-columns {
    column-gap: 2rem;
}

.header_menu_links.active {
    background-color: rgb(0 0 0 / 10%) !important;
}

#spotlight {
    position: fixed;
    top: -1px;
    bottom: -1px;
    width: 100%;
    z-index: 99999;
    color: #fff;
    background-color: rgb(0 0 0 / 80%);
}

.ls-1,
.hov-ls-1:hover {
    letter-spacing: 1px;
}

.less {
    max-height: 140px !important;
    overflow: hidden;
}

.svg-active svg * {
    fill: var(--primary) !important;
}

/* .ub-carousel.product-gallery-thumb .slick-track {
    transform: translate3d(0, 0, 0) !important;
} */

[dir="rtl"] .me-4 {
    margin-right: inherit !important;
}

#size-chart-show-modal .nav-tabs .nav-link {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
}

#size-chart-show-modal .nav-tabs .nav-link.active {
    background: #000 !important;
    color: #fff !important;
}

/* image overlay */

/* page side nav */
.page-side-nav {
    width: 200px;
    min-width: 200px;
    min-height: calc(100vh - 180px);
    overflow-y: auto;
    background: #fff;
}

.page-side-nav .nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #9da3ae;
    border: 0;
    padding: 0.45rem 0.5rem;
    margin-bottom: 2px;
    border-radius: 0;
    height: 40px;
    border-radius: 4px;
}

.page-side-nav .nav .nav-item .nav-link:hover,
.page-side-nav .nav .nav-item .nav-link.active {
    background: var(--soft-blue);
    color: var(--blue);
}

.page-side-nav .nav .nav-item .nav-link .badge {
    width: fit-content;
}

.home-select-section-w {
    width: 320px;
}

@media (max-width: 575px) {
    .page-side-nav {
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        overflow-y: hidden;
        background: #fff;
        margin-bottom: 2rem;
    }

    .page-side-nav .nav .nav-item .nav-link {
        margin-bottom: 5px;
        margin-right: 5px;
        background: #f5f5f5;
    }
}

/* language bar */
.language-bar.nav .nav-item .nav-link {
    background-color: var(--white) !important;
    border: 1px solid #f7f7f7 !important;
    position: relative;
}

.language-bar.nav .nav-item .nav-link:after {
    transition: all 0.5s;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.language-bar.nav .nav-item .nav-link.active:after,
.language-bar.nav .nav-item .nav-link:hover:after {
    background-color: var(--blue);
}

@media (min-width: 576px) {
    .ub-mobile-bottom-nav {
        /* width: 463px !important; */
        /* height: 72px; */
        border-radius: 36px;
    }

    .card-columns {
        column-count: 2 !important;
    }

    /* .page-content {
        margin-left: -25px;
        margin-right: -25px;
    } */
}

@media (min-width: 768px) {
    .fs-md-12 {
        font-size: 12px !important;
    }

    .fs-md-20 {
        font-size: 20px !important;
    }

    .fs-md-24 {
        font-size: 24px !important;
    }

    /* .page-content {
        margin-left: -25px;
        margin-right: -25px;
    } */
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3 !important;
    }
}

@media (max-width: 768px) {
    .fs-24 {
        font-size: 1.2rem !important;
    }
    .home-select-section-w {
        width: 130px;
    }
    .section-card-body {
        flex-direction: column;
        align-items: self-start;
    }

    .section-actions-wrapper {
        border-start: none !important;
        padding-left: 0; /* optional */
    }

    .section-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Main category info*/

/* treeview*/
.hummingbird-treeview,
.hummingbird-treeview * {
    list-style: none;
    font-size: 13px;
    line-height: 12px;
}

.hummingbird-treeview label {
    font-weight: normal;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
}

[dir="rtl"] .hummingbird-treeview label {
    padding-right: 20px;
    padding-left: auto;
}

.hummingbird-treeview input[type="checkbox"] {
    width: 13px;
    height: 12px;
    padding: 0px;
    margin: 0px;
}

.hummingbird-treeview input[type="radio"] {
    float: right;
    margin-right: 10px;
}

[dir="rtl"] .hummingbird-treeview input[type="radio"] {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.hummingbird-treeview ul:not(.hummingbird-base) {
    display: none;
}

.hummingbird-treeview .la {
    font-style: normal;
    cursor: pointer;
}

.hummingbird-treeview .las {
    font-style: normal;
    cursor: pointer;
    position: absolute;
    margin-top: 2px;
}

.hummingbird-base {
    white-space: nowrap;
    padding-inline-start: 0px !important;
}

.hummingbird-base ul {
    padding-inline-start: 15px !important;
}

.hummingbird-base li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.hummingbird-base li[data-id]:not([data-id=""]) {
    position: relative;
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .hummingbird-treeview label {
        width: 180px;
    }
}

@media (max-width: 375px) {
    .hummingbird-treeview label {
        width: 200px;
    }
}

@media (max-width: 345px) {
    .hummingbird-treeview label {
        width: 180px;
    }
}

/* input[type="color"] */
input[type="color"]::-moz-color-swatch {
    border: none;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}

/* home category banner */
.home-category-banner {
    position: relative;
}

.home-category-banner::before,
.home-category-banner::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
    visibility: hidden;
    opacity: 0;
}

.home-category-banner::before {
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.home-category-banner::after {
    content: "View All";
    border-radius: 24px;
    background: rgb(2 0 0 / 80%);
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 36px;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.home-category-banner:hover::before,
.home-category-banner:hover::after {
    visibility: visible;
    opacity: 1;
}

.home-category-banner .home-category-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 100%;
    height: fit-content;
    z-index: 2;
    padding: 0 15px;
    transition: all 0.5s;
}

.home-category-banner .home-category-name span {
    /* border-radius: 8px;
    background: rgb(0 0 0 / 60%); */
    padding: 7px;
    display: block;
}

.home-category-banner:hover .home-category-name {
    bottom: 15px;
}

/* .home-category-name i{
    transition: all 0.5s;
    opacity: 0;
}
.home-category-name:hover i{
    opacity: 1;
} */

/* password-toggle */
.password-toggle {
    display: block !important;
    position: absolute;
    right: 7px;
    left: auto;
    top: 50%;
    cursor: pointer;
    font-size: 20px;
    transform: translateY(-50%);
}

[dir="rtl"] .password-toggle {
    left: 7px;
    right: auto;
}

/* lds spinner */

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/* ub-refresh */
.ub-refresh {
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    z-index: -1;
    top: 0;
    left: 0;
    justify-content: center;
    background: #ffffff96;
}

.ub-refresh.active {
    z-index: 5000;
}

.ub-refresh-content,
.ub-refresh-content div {
    box-sizing: border-box;
}

.ub-refresh-content {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.ub-refresh-content div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: currentColor;
    animation: ub-refresh-content 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.ub-refresh-content div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.ub-refresh-content div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.ub-refresh-content div:nth-child(3) {
    left: 56px;
    animation-delay: 0s;
}

@keyframes ub-refresh-content {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.disable-div {
    pointer-events: none;
    opacity: 0.5;
}

.hide-alert-ic .is-invalid {
    background-image: none !important;
}

.set-postion {
    position: absolute;
    right: 0;
}

.set-postion-mobile {
    position: absolute;
    left: -256px;
}

@media (max-width: 490px) {
    .flash-time-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Ensure content starts from the top */
        padding: 10px;
    }
}

@media (max-width: 600px) {
    .set-postion {
        position: absolute;
        right: 0 !important;
    }
}

.breakWorld {
    word-wrap: break-word;
}

/* ========================================================================
   Bootstrap 5 Button Hover Compatibility Fixes
   ========================================================================
   Bootstrap 5 uses CSS custom properties for button styling. We work WITH
   the variable system by ensuring hover states apply Bootstrap 5 variables
   with fallbacks to our custom variables.
   ======================================================================== */

/* Force Bootstrap 5 button hover states to apply with fallbacks */
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus-visible,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary.active {
    color: var(--bs-btn-hover-color, #fff) !important;
    background-color: var(--bs-btn-hover-bg, var(--primary)) !important;
    border-color: var(--bs-btn-hover-border-color, var(--primary)) !important;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus-visible,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary.active {
    color: var(--bs-btn-hover-color, #fff) !important;
    background-color: var(--bs-btn-hover-bg, var(--secondary)) !important;
    border-color: var(--bs-btn-hover-border-color, var(--secondary)) !important;
}

.btn.btn-outline-success:hover,
.btn.btn-outline-success:focus-visible,
.btn.btn-outline-success:active,
.btn.btn-outline-success.active {
    color: var(--bs-btn-hover-color, #fff) !important;
    background-color: var(--bs-btn-hover-bg, var(--success)) !important;
    border-color: var(--bs-btn-hover-border-color, var(--success)) !important;
}

.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:focus-visible,
.btn.btn-outline-danger:active,
.btn.btn-outline-danger.active {
    color: var(--bs-btn-hover-color, #fff) !important;
    background-color: var(--bs-btn-hover-bg, var(--danger, #dc3545)) !important;
    border-color: var(
        --bs-btn-hover-border-color,
        var(--danger, #dc3545)
    ) !important;
}

.btn.btn-outline-info:hover,
.btn.btn-outline-info:focus-visible,
.btn.btn-outline-info:active,
.btn.btn-outline-info.active {
    color: var(--bs-btn-hover-color, #fff) !important;
    background-color: var(--bs-btn-hover-bg, var(--info)) !important;
    border-color: var(--bs-btn-hover-border-color, var(--info)) !important;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus-visible,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active {
    color: var(--bs-btn-hover-color, var(--dark)) !important;
    background-color: var(--bs-btn-hover-bg, var(--light)) !important;
    border-color: var(--bs-btn-hover-border-color, var(--light)) !important;
}

/* Ensure all child elements inherit the hover color */
.btn-outline-primary:hover *,
.btn-outline-secondary:hover *,
.btn-outline-success:hover *,
.btn-outline-danger:hover *,
.btn-outline-info:hover * {
    color: inherit !important;
}

.btn-outline-light:hover * {
    color: var(--dark) !important;
}

/* Add smooth transitions */
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-info,
.btn-outline-light {
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

/* End Bootstrap 5 Compatibility Fixes */


html {
    scroll-behavior: smooth;
    /* Prevent stray horizontal page scroll / empty right-side gutter caused
       by fixed/absolute off-canvas panels (cart drawers, nav mega menu) that
       sit just past the viewport edge — these escape the `overflow-x: hidden`
       already set on <body>. `clip` is used instead of `hidden` because it
       does NOT establish a scroll container, so `position: sticky`
       descendants keep working. This is most visible on tablet (~1024px)
       where a mega-menu dropdown extended ~50px past the viewport. */
    overflow-x: clip;
}

.user-select-none {
    cursor: default !important;
    pointer-events: none !important;
    user-select: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
}

.c-scrollbar::-webkit-scrollbar {
    width: 4px;
    background: #1e1e2d;
    border-radius: 3px;
}

.c-scrollbar::-webkit-scrollbar-track {
    background: 0 0;
}

.c-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.c-scrollbar {
    scrollbar-color: rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
}

.c-scrollbar-light::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track {
    background: 0 0;
}

.c-scrollbar-light::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}

.c-scrollbar-light {
    scrollbar-color: rgba(24, 28, 41, 0.08);
    scrollbar-width: thin;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0;
}

.no-scrollbar::-webkit-scrollbar-track {
    background: 0 0;
}

.no-scrollbar::-webkit-scrollbar-thumb {
    background: 0 0;
}

.img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

.overlay.overlay-fixed {
    position: fixed;
}

.hov-scale-img:hover img,
.hov-scale:hover {
    transform: scale(1.05);
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.z-5 {
    z-index: 5 !important;
}

.z-1025 {
    z-index: 1025 !important;
}

.z-1035 {
    z-index: 1035 !important;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c-pointer {
    cursor: pointer !important;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

[dir="rtl"] .absolute-top-right {
    right: auto;
    left: 0;
}

.absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

[dir="rtl"] .absolute-top-right {
    right: auto;
    left: 0;
}

.absolute-top-right--5px {
    position: absolute;
    top: -5px;
    right: -5px;
}

.absolute-top-right--10px {
    position: absolute;
    top: -10px;
    right: -6px;
}

.absolute-top-right--12px {
    position: absolute;
    top: -12px;
    right: -6px;
}

.absolute-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

[dir="rtl"] .absolute-top-left {
    left: auto;
    right: 0;
}

.absolute-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

[dir="rtl"] .absolute-bottom-left {
    left: auto;
    right: 0;
}

.absolute-top-center {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@-webkit-keyframes loader {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
}

@keyframes loader {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
}

.top-0 {
    top: 0 !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-bold {
    font-weight: 700;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-26 {
    font-size: 1.625rem !important;
}

.fs-28 {
    font-size: 1.75rem !important;
}

.fs-36 {
    font-size: 2.25rem !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.hov-opacity-100:hover,
.opacity-100 {
    opacity: 1 !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hov-shadow:hover,
.shadow {
    box-shadow:
        0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hov-shadow-md:hover,
.shadow-md {
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hov-shadow-out:hover,
.shadow-out {
    z-index: 2 !important;
    box-shadow: 0 20px 40px rgb(0 0 0 / 16%) !important;
}

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

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center center;
}

.bg-primary,
.hov-bg-primary:hover {
    background-color: var(--primary) !important;
}

.bg-soft-primary {
    background-color: var(--soft-primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-soft-secondary,
.hov-bg-soft-secondary:hover {
    background-color: var(--soft-secondary) !important;
}

.bg-info {
    background-color: var(--info) !important;
}

.bg-secondary-base {
    background-color: var(--secondary-base) !important;
}

.bg-soft-secondary-base {
    background-color: var(--soft-secondary-base) !important;
}

.bg-danger {
    background-color: var(--danger) !important;
}

.bg-soft-danger {
    background-color: var(--soft-danger) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-soft-dark {
    background-color: var(--soft-dark) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

.bg-black,
.hov-bg-black:hover {
    background-color: #17171f !important;
}

.bg-soft-light,
.hov-bg-soft-light:hover {
    background-color: var(--soft-light) !important;
}

.bg-gray {
    background-color: var(--gray) !important;
}

.hov-bg-white:hover {
    background-color: #fff !important;
}

.bg-black-10,
.hov-bg-black-10:hover {
    background-color: rgb(0 0 0 / 10%) !important;
}

.bg-black-10:hover {
    background-color: rgb(0 0 0 / 20%) !important;
}

.shadow-primary {
    box-shadow: -5px 5px 18px rgba(1, 158, 247, 0.39);
}

[class*="border"] {
    border-color: #ededf2 !important;
}

.border-2 {
    border: 2px solid !important;
}

.border-gray-400 {
    border-color: #cbd5e0 !important;
}

.border-primary {
    border-color: var(--primary) !important;
}

.border-secondary {
    border-color: var(--secondary) !important;
}

.border-info {
    border-color: var(--info) !important;
}

.border-secondary-base {
    border-color: var(--secondary-base) !important;
}

.border-danger {
    border-color: var(--danger) !important;
}

.border-light {
    border-color: var(--light) !important;
}

.border-dark {
    border-color: var(--dark) !important;
}

.border-soft-dark {
    border-color: var(--soft-dark) !important;
}

.border-soft-light {
    border-color: var(--soft-light) !important;
}

.spinner-border {
    border-end-color: transparent !important;
}

.border-width-2 {
    border-width: 2px !important;
}

.border-bottom-6px {
    border-bottom: 6px solid !important;
    border-bottom-color: var(--soft-light) !important;
}

.active .border-bottom-6px {
    border-bottom-color: var(--primary) !important;
}

.border-transparent {
    border-color: transparent !important;
}

.hov-border:hover {
    border-color: #dee2e6 !important;
}

.hov-border-primary:hover {
    border-color: var(--primary) !important;
}

.hov-text-primary:hover,
.text-primary {
    color: var(--primary) !important;
}

.hov-text-secondary:hover,
.text-secondary {
    color: var(--secondary) !important;
}

.text-info {
    color: var(--info) !important;
}

.hov-text-secondary-base:hover,
.text-secondary-base {
    color: var(--secondary-base) !important;
}

.text-danger {
    color: var(--danger) !important;
}

.hov-text-dark:hover,
.text-dark {
    color: var(--dark) !important;
}

.text-grey {
    color: #a0a0a0;
}

.text-soft-dark {
    color: var(--soft-dark) !important;
}

.text-gray {
    color: var(--gray) !important;
}

.text-gray-dark {
    color: var(--gray-dark) !important;
}

.text-light {
    color: var(--light) !important;
}

.text-soft-light {
    color: var(--soft-light) !important;
}

.text-inherit {
    color: inherit !important;
}

.w-auto {
    width: auto;
}

.size-20px {
    width: 20px;
}

.size-25px {
    width: 25px;
}

.size-30px {
    width: 30px;
}

.w-35px {
    width: 35px;
}

.size-40px {
    width: 40px;
}

.size-48px,
.w-48px {
    width: 48px;
}

.size-50px,
.w-50px {
    width: 50px;
}

.size-60px,
.w-60px {
    width: 60px;
}

.size-70px,
.w-70px {
    width: 70px;
}

.size-90px {
    width: 90px;
}

.w-110px {
    width: 110px;
}

.w-120px {
    width: 120px;
}

.w-140px {
    width: 140px;
}

.w-150px {
    width: 150px;
}

.w-190px {
    width: 190px;
}

.w-230px {
    width: 230px;
}

.h-auto {
    height: auto;
}

.h-20px,
.size-20px {
    height: 20px;
}

.size-25px {
    height: 25px;
}

.size-30px {
    height: 30px;
}

.h-35px {
    height: 35px;
}

.h-40px,
.size-40px {
    height: 40px;
}

.wh-40px {
    height: 40px;
    width: 40px;
}

.h-45px {
    height: 45px;
}

.h-48px,
.size-48px {
    height: 48px;
}

.h-50px,
.size-50px {
    height: 50px;
}

.size-60px {
    height: 60px;
}

.size-70px {
    height: 70px;
}

.h-80px {
    height: 80px;
}

.size-90px {
    height: 90px;
}

.h-140px {
    height: 140px;
}

.h-200px {
    height: 200px;
}

.h-360px {
    height: 360px;
}

.max-h-360px {
    max-height: 360px;
}

.p-6,
.pl-6,
.px-6 {
    padding-left: 4rem;
}

.pl-7,
.px-7 {
    padding-left: 5rem;
}

.p-8,
.pl-8,
.px-8 {
    padding-left: 6rem;
}

.pl-9 {
    padding-left: 8rem;
}

.p-10,
.pl-10,
.px-10 {
    padding-left: 10rem;
}

.p-12 {
    padding-left: 16rem;
}

.p-2rem {
    padding-left: 2rem !important;
}

.p-6,
.px-6 {
    padding-right: 4rem;
}

.pr-7,
.px-7 {
    padding-right: 5rem;
}

.p-8,
.pr-8,
.px-8 {
    padding-right: 6rem;
}

.pr-9 {
    padding-right: 8rem;
}

.p-10,
.pr-10,
.px-10 {
    padding-right: 10rem;
}

.p-12,
.pr-12 {
    padding-right: 16rem;
}

.p-2rem {
    padding-right: 2rem !important;
}

.p-6,
.pt-6,
.py-6 {
    padding-top: 4rem;
}

.p-8,
.pt-8,
.py-8 {
    padding-top: 6rem;
}

.p-10,
.py-10 {
    padding-top: 10rem;
}

.p-12,
.py-12 {
    padding-top: 16rem;
}

.p-2rem,
.pt-2rem {
    padding-top: 2rem !important;
}

.p-6,
.py-6 {
    padding-bottom: 4rem;
}

.p-8,
.py-8 {
    padding-bottom: 6rem;
}

.p-10,
.py-10 {
    padding-bottom: 10rem;
}

.p-12,
.py-12 {
    padding-bottom: 16rem;
}

.p-2rem {
    padding-bottom: 2rem !important;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.px-15px {
    padding-left: 15px;
}

.px-15px {
    padding-right: 15px;
}

.py-20px {
    padding-top: 20px;
}

.py-20px {
    padding-bottom: 20px;
}

.col-xxl,
.col-xxl-4,
.col-xxl-6,
.col-xxl-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

body {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #1b1b28;
    background-color: #fff;
    max-width: 100vw;
    overflow-x: hidden;
}

.btn,
.has-transition,
a,
button,
input {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a {
    color: var(--primary);
}

a:hover {
    text-decoration: none;
    color: var(--hov-primary);
}

:focus,
a:focus,
button:focus {
    box-shadow: none;
    outline: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.product-card {
    background-color: #b8f1a3;
    border: 2px solid #b7e98e;
    border-radius: 8px;
    margin-left: 20px;
    width: auto;
    padding: 12px;
    font-weight: 700;
}

.dropdown-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-toggle::after {
    content: "\f107" !important;
    font-family: "Line Awesome Free" !important;
    border: 0 !important;
    font-weight: 900 !important;
    font-size: 80% !important;
    margin-left: 0.3rem !important;
    display: none;
}

.dropdown-menu {
    border-color: #dfdfe6;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    padding: 0.5rem 0;
    border-radius: 4px;
    max-width: 100%;
}

.show.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0 !important;
}

.dropdown-menu.dropdown-menu-lg {
    width: 320px;
    min-width: 280px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #74788d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: #fff !important;
    background-color: var(--primary);
}

.card {
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-color: #ebedf2;
}

.card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 1rem;
    border-bottom: 1px solid #ebedf2;
    min-height: 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
}

.card .card-body {
    padding: 1rem;
    border-radius: 4px;
}

.card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #ebedf2;
    background-color: transparent;
    padding: 12px 25px;
}

.ub-p-hov-icon button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    margin-top: 5px;
    margin-right: 5px;
    color: #333;
    font-size: 16px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    transform: translateX(calc(100% + 15px));
    -webkit-transform: translateX(calc(100% + 15px));
}

[dir="rtl"] .ub-p-hov-icon button {
    transform: translateX(calc(-100% - 15px));
    -webkit-transform: translateX(calc(-100% - 15px));
    margin-left: 5px;
}

.ub-p-hov-icon button:hover {
    background: var(--primary);
    color: #fff;
}

.ub-p-hov-icon button:nth-child(2) {
    transition-delay: 50ms;
    -webkit-transition-delay: 50ms;
}

.ub-p-hov-icon button:nth-child(3) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

.ub-card-box {
    overflow: hidden;
}

.ub-card-box:hover .ub-p-hov-icon button {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.ub-card-box .disc-amount {
    margin-right: -37%;
    opacity: 0 !important;
}

.ub-card-box:hover .disc-amount {
    margin-right: 0;
    opacity: 1 !important;
}

.carousel-box .ub-card-box {
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: 2px;
}

.cart-btn {
    background: #000;
    opacity: 0.7;
    transform: translateY(100%);
    transition: 0.3s;
    overflow: hidden;
}

.cart-btn.active,
.cart-btn:hover {
    opacity: 1;
}

.cart-btn .cart-btn-text {
    margin-top: 48px;
    margin-bottom: 20px;
    transition: 0.4s;
}

.cart-btn:hover .cart-btn-text {
    margin-top: -40px;
}

.ub-card-box:hover .cart-btn {
    transform: translateY(0);
}

.ub-nav-tabs a.active {
    border-bottom: 2px solid var(--primary);
}

.ub-count-down {
    display: flex;
    direction: ltr;
}

.ub-count-down-box {
    display: flex;
    direction: ltr;
    background: var(--primary);
}

.ub-count-down-circle {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.16);
}

.flash-time-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}

.ub-count-down-circle .flash-time-container .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.ub-count-down-circle .flash-time-container .circle svg {
    width: 60px;
    height: 60px;
}

.ub-count-down-circle .flash-time-container .circle svg circle {
    fill: transparent;
    stroke-width: 1;
    stroke: #f7f2f2;
    stroke-linecap: round;
}

.ub-count-down-circle .flash-time-container .circle svg circle:nth-child(2) {
    stroke: var(--primary);
    stroke-width: 2;
    stroke-dasharray: 190;
    stroke-dashoffset: 190;
}

.ub-count-down-circle .flash-time-container .circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.form-control {
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    height: calc(1.3125rem + 1.2rem + 2px);
    border: 1px solid #dfdfe6;
    color: #898b92;
}

.form-control-sm {
    height: calc(1.5rem + 0.8rem + 2px);
    padding: 0.4rem 0.7rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.form-control-lg {
    height: calc(1.5rem + 1.5rem + 2px);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #898b92;
}

.form-control:-ms-input-placeholder {
    color: #898b92;
}

.form-control::placeholder {
    color: #898b92;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f7f8fa;
    opacity: 1;
    border-color: #dfdfe6;
}

.ub-rounded-check {
    background: 0 0;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid #d1d7e2;
}

.ub-rounded-check {
    border-radius: 50%;
}

.ub-rounded-check:after {
    content: "";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ub-rounded-check:after {
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}

.ub_payment_box input {
    position: absolute;
    z-index: 1;
    opacity: 1;
}

.rounded-0 .dropdown-toggle {
    border-radius: 0 !important;
}

.btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.875rem;
    color: #2a3242;
    font-weight: inherit;
}

.btn-circle {
    border-radius: 50em;
}

.btn-icon {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.6rem;
    width: calc(2.5125rem + 2px);
    height: calc(2.5125rem + 2px);
}

.btn-sm {
    padding: 0.416rem 1rem;
    font-size: 0.8125rem;
}

.btn-sm.btn-icon {
    padding: 0.416rem;
    width: calc(2.02rem + 2px);
    height: calc(2.02rem + 2px);
}

.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.btn-lg.btn-icon {
    padding: 0.75rem;
    font-size: 1.2rem;
    width: calc(3rem + 2px);
    height: calc(3rem + 2px);
}

.btn-primary,
.btn-soft-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.btn-primary.disabled,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: var(--hov-primary);
    border-color: var(--hov-primary);
}

/* Primary Outlined btn */
.btn-outline-primary,
.btn-soft-primary:hover {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: var(--hov-primary);
    color: var(--hov-primary);
}

.btn-darger {
    background-color: #ff5050;
    color: white;
    min-height: 48px;
}

.btn-darger:hover {
    background-color: #e93333;
    color: white;
}

.btn-secondary,
.btn-soft-secondary:hover {
    background-color: var(--hov-primary);
    border-color: var(--hov-primary);
    color: var(--white);
}

.btn-soft-secondary:hover img {
    filter: invert(1);
}

.btn-danger,
.btn-soft-danger:hover {
    background-color: var(--danger);
    border-color: var(--danger);
    color: var(--white);
}

.btn-secondary:hover {
    background-color: var(--hov-secondary-base);
}

.btn-info,
.btn-soft-info:hover {
    background-color: var(--info);
    border-color: var(--info);
    color: var(--white);
}

.btn-light {
    background-color: var(--light);
    border-color: var(--light);
}

.btn-dark {
    background-color: var(--dark);
    border-color: var(--dark);
    color: var(--white);
}

.btn-link {
    color: var(--primary);
}

.btn-link:hover {
    color: var(--hov-primary);
}

.btn-soft-primary {
    background-color: var(--soft-primary);
    color: var(--primary);
}

.btn-soft-secondary {
    background-color: var(--soft-secondary);
    color: var(--dark);
}

.btn-soft-danger {
    background-color: var(--soft-danger);
    color: var(--danger);
}

.btn-soft-info {
    background-color: var(--soft-info);
    color: var(--info);
}

/* Custom checkbox */

.ub-notify {
    min-width: 350px;
    max-width: 350px;
    padding-right: 50px;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 0;
    color: var(--white);
    box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
    -webkit-box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
    padding: 1.25rem 1.25rem;
    font-size: 0.875rem;
    z-index: 1060 !important;
}

[dir="rtl"] .ub-notify {
    text-align: right !important;
}

.ub-notify .close {
    position: absolute;
    top: 50% !important;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: var(--white);
    opacity: 0.7;
    right: 15px !important;
    text-shadow: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

[dir="rtl"] .ub-notify .close {
    right: auto !important;
    left: 15px !important;
}

.ub-notify .close:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}

.ub-notify .close:hover {
    color: var(--dark);
    opacity: 1;
}

.ub-notify .close:hover:before {
    opacity: 1;
    background-color: #fff;
    width: 170%;
    height: 170%;
    top: -35%;
    left: -35%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ub-notify .progress {
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
}

.ub-notify .progress-bar {
    background-color: var(--white);
}

.ub-notify.alert-danger {
    background-color: var(--danger);
}

.ub-notify.alert-success {
    background-color: var(--primary);
}

.ub-notify.alert-warning {
    background-color: var(--warning);
}

.ub-notify.alert-primary {
    background-color: var(--primary);
}

.ub-notify.alert-info {
    background-color: var(--info);
}

.modal.website-popup {
    display: block;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-backdrop {
    background-color: #11151d;
}

.modal-content {
    border: 1px solid rgba(20, 20, 35, 0.2);
}

.modal-content .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    background-color: transparent;
}

.modal-header .close {
    font-size: 0;
}

.modal-header .close:before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f00d";
    font-size: 20px;
}

.modal-content .modal-body {
    padding: 12px 25px;
    overflow-y: auto;
    max-height: 70vh;
}

.modal-content .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 10px 25px;
    border-top: 1px solid #ebedf2;
    min-height: 60px;
    background-color: transparent;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        -webkit-transform 0.3s ease-out;
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.modal.modal-static .modal-dialog.modal-dialog-zoom {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.65rem;
    font-weight: 500;
    line-height: unset;
}

.badge-circle {
    border-radius: 50%;
}

.badge-sm {
    height: 14px;
    width: 14px;
    font-size: 0.55rem;
}

.badge-md-sm {
    height: 18px;
    width: 18px;
    font-size: 0.55rem;
}

.badge-md {
    height: 24px;
    width: 24px;
    font-size: 0.75rem;
}

.badge-inline {
    width: auto;
    padding: 0 0.5rem;
}

.badge-primary {
    background-color: var(--primary);
}

.badge-secondary {
    background-color: var(--secondary);
}

.badge-danger {
    background-color: var(--danger);
}

.badge-info {
    background-color: var(--info);
}

.badge-soft-primary {
    background-color: var(--soft-primary);
    color: var(--primary);
}

.badge-soft-secondary {
    background-color: var(--soft-secondary);
    color: var(--secondary);
}

.badge-soft-info {
    background-color: var(--soft-info);
    color: var(--info);
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.7em;
    position: relative;
}

.avatar img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.avatar-sm {
    width: 48px;
    height: 48px;
    font-size: 1.1em;
}

.avatar-md {
    width: 64px;
    height: 64px;
    font-size: 1.4em;
}

.avatar-xl {
    width: 120px;
    height: 120px;
    font-size: 2.3em;
}

.rating i {
    color: #c3c3c5;
    font-size: 1rem;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.rating i.active,
.rating i.hover {
    color: #ffa707;
}

.rating-sm i {
    font-size: 0.8125rem;
}

.rating-input label {
    cursor: pointer;
}

.rating-input input {
    display: none;
}

.rating-me-1 i {
    margin-right: 0.5rem;
}

ul.social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50em;
    line-height: 43px;
    text-align: center;
    font-size: 18px;
    background-color: #d5d5df;
}

ul.social a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

ul.social i {
    color: #171727;
    font-size: 24px;
    font-weight: 700;
}

ul.social a:hover i {
    color: #fff;
}

ul.social [class*="facebook"]:hover {
    background-color: #3b5998;
}

ul.social [class*="twitter"]:hover {
    background-color: #1da1f2;
}

ul.social [class*="google"]:hover {
    background-color: #e62833;
}

ul.social [class*="youtube"]:hover {
    background-color: red;
}

ul.social [class*="instagram"]:hover {
    background-color: #bd32a2;
}

ul.social [class*="tripadvisor"]:hover {
    background-color: #32da9d;
}

ul.social [class*="linkedin"]:hover {
    background-color: #0070ac;
}

ul.apps a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50em;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #b5b5bf;
}

ul.apps a:hover > svg * {
    fill: #171727 !important;
}

ul.apps a:hover {
    background-color: #b5b5bf;
}

ul.apps i {
    color: #b5b5bf;
    font-size: 23px;
}

ul.apps a:hover i {
    color: #171727;
}

.ub-custom-alert {
    position: fixed;
    max-width: 300px;
    z-index: 1070;
}

.ub-custom-alert.bottom-left {
    bottom: 20px;
    left: 20px;
}

.ub-custom-alert.bottom-right {
    bottom: 20px;
    right: 20px;
}

.ub-custom-alert.top-left {
    top: 20px;
    left: 20px;
}

.ub-custom-alert.top-right {
    top: 20px;
    right: 20px;
}

.cart-item:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light);
}

.collapse-sidebar-wrap .overlay {
    opacity: 0;
    visibility: hidden;
}

.collapse-sidebar-wrap .overlay {
    opacity: 0;
    visibility: hidden;
}

.collapse-sidebar-wrap.active,
.collapse-sidebar-wrap.active .collapse-sidebar,
.collapse-sidebar-wrap.active .overlay {
    opacity: 1;
    visibility: visible;
}

.collapse-sidebar-wrap.active .collapse-sidebar {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #fff;
}

.dropdown-toggle.filter-section[data-toggle]:not(.collapsed):after {
    font-family: "Line Awesome Free";
    content: "\f106";
    color: #b5b5bf;
    font-size: 16px;
}

.nav-user-info {
    cursor: pointer;
}

.nav-user-info .nav-user-img {
    transition: all 0.5s;
}

.nav-user-info:hover .nav-user-img {
    border-color: var(--primary) !important;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
}

.nav-user-info .nav-user-img > svg * {
    transition: all 0.5s;
}

.nav-user-info:hover .nav-user-img > svg * {
    fill: var(--primary);
}

.search-input-box {
    position: relative;
    width: 100%;
}

.search-input-box > input {
    border-radius: 7px;
    overflow: hidden;
    height: 40px;
}

.search-input-box > svg {
    position: absolute;
    right: 20px;
    top: 10px;
}

[dir="rtl"] .search-input-box > svg {
    right: auto;
    left: 20px;
}

.search-input-box .form-control:focus {
    border-width: 2px !important;
    border-color: var(--primary) !important;
}

.ub-accordion-wrap {
    margin-bottom: 2px;
}

.ub-accordion-heading .ub-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: 0.4s;
}

.ub-accordion-heading.active,
.ub-accordion-heading:hover {
    background-color: #ccc;
}

.ub-accordion-heading .ub-accordion:after {
    content: "\002B";
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    font-size: 18px;
}

.ub-accordion-heading.active .ub-accordion:after {
    content: "\2212";
}

.accordion .card-header i {
    transition: all 0.4s;
}

.accordion .card-header[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.hov-svg-white:hover > svg * {
    fill: var(--white);
}

.hov-svg-danger:hover > svg * {
    fill: var(--danger);
}

.rounded-content {
    border-radius: 50%;
}

.rounded-1 {
    border-radius: 0.25rem !important;
}

.rounded-2 {
    border-radius: 0.5rem !important;
}

.rounded-3 {
    border-radius: 1rem !important;
}

.rounded-4 {
    border-radius: 1.5rem !important;
}

.hov-column-gap-1 {
    transition: all 0.5s;
    column-gap: 0;
}

.hov-column-gap-1:hover {
    column-gap: 0.25rem !important;
}

.link-disable {
    pointer-events: none;
    opacity: 0.3;
}

.card-columns {
    column-gap: 2rem;
}

.header_menu_links.active {
    background-color: rgb(0 0 0 / 10%) !important;
}

.svg-active svg * {
    fill: var(--primary) !important;
}

[dir="rtl"] .me-4 {
    margin-right: inherit !important;
}

input[type="color"]::-moz-color-swatch {
    border: none;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}

.home-category-banner {
    position: relative;
}

.home-category-banner::after,
.home-category-banner::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
    visibility: hidden;
    opacity: 0;
}

.home-category-banner::before {
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.home-category-banner::after {
    content: "View All";
    border-radius: 24px;
    background: rgb(2 0 0 / 80%);
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 36px;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-category-banner:hover::after,
.home-category-banner:hover::before {
    visibility: visible;
    opacity: 1;
}

.home-category-banner:hover::after {
    visibility: visible;
    opacity: 1;
}

.home-category-banner .home-category-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 100%;
    height: fit-content;
    z-index: 2;
    padding: 0 15px;
    transition: all 0.5s;
}

.custom_category_card_name {
    display: none;
    position: absolute;
    bottom: 15px;
    z-index: 3;
    width: 100%;
    text-align: center;
}

.home-category-banner .home-category-name span {
    padding: 7px;
    display: block;
}

.home-category-banner:hover .home-category-name {
    bottom: 15px;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.ub-refresh {
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    z-index: -1;
    top: 0;
    left: 0;
    justify-content: center;
    background: #ffffff96;
}

.ub-refresh.active {
    z-index: 5000;
}

.ub-refresh-content,
.ub-refresh-content div {
    box-sizing: border-box;
}

.ub-refresh-content {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.ub-refresh-content div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: currentColor;
    animation: ub-refresh-content 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.ub-refresh-content div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.ub-refresh-content div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.ub-refresh-content div:nth-child(3) {
    left: 56px;
    animation-delay: 0s;
}

@keyframes ub-refresh-content {
    0% {
        top: 8px;
        height: 64px;
    }
    100%,
    50% {
        top: 24px;
        height: 32px;
    }
}

.disable-div {
    pointer-events: none;
    opacity: 0.5;
}

.set-postion {
    position: absolute;
    right: 0;
}

.set-postion-mobile {
    position: absolute;
    left: -256px;
}

.tf-top-bar_item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tf-top-bar_item > li {
    width: 30px;
    height: 35px;
    display: grid;
    place-items: center;
}

.tf-top-bar_item > li > a {
    width: 30px;
    height: 35px;
    display: grid;
    place-items: center;
}

.tf-top-bar_item > li > a > svg {
    height: 22px;
}

.text-uppercase {
    text-transform: uppercase;
}

.ub-user-panel {
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* padding-left: 15px; */
}

[dir="rtl"] .ub-user-panel {
    padding-right: 15px;
    padding-left: 0;
}

.ub-filter-btn-mobile {
    display: none;
}

.top-product-filters {
    display: flex;
}

/* Modern Order Confirmation Page Styles */

/* Main Container */

/* Success Header */

@keyframes scaleIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Modern Card Styles */

/* Button Styles */
.btn-modern {
    padding: 0.6rem 1.8rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.btn-modern.btn-primary {
    background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.3);
}

.btn-modern.btn-primary:hover {
    background: linear-gradient(135deg, #3182ce 0%, #2c5282 100%);
    box-shadow: 0 6px 20px rgba(66, 153, 225, 0.4);
    transform: translateY(-2px);
}

/* Order Summary Table */

/* Info Section */
.info-section {
    padding: 1.5rem;
}

/* Order Details Section */

/* Products Table */
.products-table {
    width: 100%;
    border-collapse: collapse;
}

.products-table thead {
    background-color: #f7fafc;
}

.products-table th {
    padding: 1rem;
    font-weight: 600;
    color: #4a5568;
    text-align: left;
    font-size: 0.9rem;
    border-bottom: 2px solid #e2e8f0;
}

.products-table td {
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    color: #4a5568;
}

.products-table tbody tr:hover {
    background-color: #f9fafb;
}

.products-table a {
    color: #3182ce;
    font-weight: 500;
    text-decoration: none;
}

.products-table a:hover {
    text-decoration: underline;
    color: #2c5282;
}

/* Totals Section */
.totals-section {
    margin-top: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border-radius: 8px;
}

.totals-table {
    width: 100%;
    border-collapse: collapse;
}

.totals-table th {
    padding: 0.8rem 0;
    text-align: left;
    font-weight: 500;
    color: #4a5568;
    border: none;
}

.totals-table td {
    padding: 0.8rem 0;
    text-align: right;
    border: none;
}

.totals-table tr:last-child th,
.totals-table tr:last-child td {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2d3748;
    padding-top: 1rem;
    border-top: 2px solid #cbd5e0;
}

/* Status Badge */
.status-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
}

.c10-swiper-wrapper {
    max-height: 300px;
}

.c12-swiper-wrapper {
    max-height: 150px;
}

.oc_5_swiper_wrapper {
    max-height: 350px;
}

.oc_7_swiper_wrapper {
    max-height: 480px;
}

.tabs-product-swiper {
    max-height: 450px;
}

.height-unset {
    height: unset !important;
}

/* Grid Layout */
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .info-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* Pickup Point Card */
.pickup-point-card {
    background: #f0f4ff;
    border: 2px solid var(--primary);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .btn-modern {
        width: 100%;
        text-align: center;
    }

    .products-table th,
    .products-table td {
        padding: 0.8rem 0.5rem;
        font-size: 0.85rem;
    }
}

/* ========================================================================
   noUiSlider Price Range Filter Styles
   - Uses --primary CSS variable so it adapts to theme (storefront red,
     admin purple, or any custom color set by theme_setting('base_color'))
   - Loaded on: single_category, single_tag, single_brand, product_listing,
     filter_theme_1, filter_theme_2, sidebar_filter, mobile_filter
   ======================================================================== */
.ub-range-slider {
    position: relative;
    width: 100%;
    padding: 14px 10px;
    margin: 0;
    box-sizing: border-box;
}

.ub-range-slider .noUi-target {
    background: #e9ecef;
    border: none;
    border-radius: 999px;
    box-shadow: none;
    height: 6px;
}

.ub-range-slider .noUi-connect {
    background: var(--primary, #5943be);
    border-radius: 999px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    transition: background 0.2s ease;
}

.ub-range-slider .noUi-handle {
    background: #ffffff;
    border: 2px solid var(--primary, #5943be);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    cursor: grab;
    height: 22px;
    width: 22px;
    top: -8px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ub-range-slider .noUi-handle::before,
.ub-range-slider .noUi-handle::after {
    display: none;
}

.ub-range-slider .noUi-handle:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(89, 67, 190, 0.18), 0 2px 6px rgba(0, 0, 0, 0.18);
}

.ub-range-slider .noUi-handle:hover {
    background: var(--primary, #5943be);
    transform: scale(1.08);
}

.ub-range-slider .noUi-handle:active,
.ub-range-slider .noUi-handle.noui-active {
    cursor: grabbing;
    transform: scale(1.12);
    background: var(--primary, #5943be);
}

.ub-range-slider .noUi-handle .noUi-touch {
    background: var(--primary, #5943be);
}

.ub-range-slider .noUi-handle .noUi-touch::before,
.ub-range-slider .noUi-handle .noUi-touch::after {
    background: var(--primary, #5943be);
}

.ub-range-slider .noUi-handle:hover .noUi-touch,
.ub-range-slider .noUi-handle:active .noUi-touch {
    background: #ffffff;
}

.ub-range-slider .noUi-handle:hover .noUi-touch::before,
.ub-range-slider .noUi-handle:hover .noUi-touch::after,
.ub-range-slider .noUi-handle:active .noUi-touch::before,
.ub-range-slider .noUi-handle:active .noUi-touch::after {
    background: #ffffff;
}

.ub-range-slider .noUi-tooltip {
    background: var(--primary, #5943be);
    border: none;
    border-radius: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.ub-range-slider .noUi-tooltip::before,
.ub-range-slider .noUi-tooltip::after {
    display: none;
}

.ub-range-slider .noUi-marker {
    display: none;
}

.ub-range-slider .noUi-value {
    color: var(--dark);
    font-size: 12px;
    font-weight: 500;
}

/* Value labels under the slider */
.range-slider-value {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    color: var(--dark);
    font-variant-numeric: tabular-nums;
    transition: background 0.15s ease, color 0.15s ease;
}

.range-slider-value:hover {
    background: var(--soft-primary);
    color: var(--primary);
}

/* Filter card that wraps the price slider */
.filter-card {
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #ffffff;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.filter-card:hover {
    border-color: var(--soft-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.filter-header {
    cursor: pointer;
    user-select: none;
}

.filter-header .toggle-icon {
    color: #6c757d;
    transition: transform 0.2s ease, color 0.2s ease;
}

.filter-header[aria-expanded="true"] .toggle-icon,
.filter-header.collapsed .toggle-icon {
    transform: rotate(-180deg);
    color: var(--primary);
}

/* Hide legacy default scrollbar focus on slider */
.ub-range-slider .noUi-handle:focus-visible {
    outline: 2px solid var(--primary, #5943be);
    outline-offset: 2px;
}

/* Price range value label and separator */
.range-slider-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a8d93;
    margin-bottom: 4px;
}

.range-slider-separator {
    color: #c5c8cd;
    font-size: 16px;
    font-weight: 500;
    user-select: none;
}

.range-slider-value {
    display: inline-block;
    padding: 4px 10px;
    background: var(--soft-primary, rgba(89, 67, 190, 0.1));
    border-radius: 6px;
    color: var(--primary, #5943be);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
    border: 1px solid transparent;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.range-slider-value:hover {
    border-color: var(--primary, #5943be);
    transform: translateY(-1px);
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --main: #000000;
    --white: #ffffff;
    --red_1: #db1215;
    --backdrop: rgba(0, 0, 0, 0.5);
    --yellow: #ffb321;
    --main-rgba-1: rgba(0, 0, 0, 0.16);
    --main-rgba-2: rgba(0, 0, 0, 0.15);
    --text: #545454;
    --text-2: #909090;
    --text-3: #868686;
    --line: #ebebeb;
    --line-2: #ececec;
    --bg-1: #fcfbf9;
    --bg-2: #f6f6f6;
    --bg-3: #fcffb2;
    --bg-4: #c9f4aa;
    --bg-5: #ff7b54;
    --bg-6: #8054ff;
    --bg-7: #f1f0ed;
    --bg-8: #f0edf1;
    --bg-9: #edeef1;
    --bg-10: #fcfbf9;
    --bg-11: #f2f2f2;
    --success: #31a56d;
    --bg-load: #d9d9d9;
    --bg-scrollbar-track: #f1f1f1;
    --bg-scrollbar-thumb: #c1c1c1;
    --secondary: #6c757d;
    --soft-secondary: #e2e6ea;
    --success: #28a745;
    --soft-success: #d4edda;
    --info: #17a2b8;
    --soft-info: #d1ecf1;
    --warning: #f8830e;
    --soft-warning: #fff3cd;
    --secondary-base: #495057;
    --soft-secondary-base: #f8f9fa;
    --danger: #dc3545;
    --soft-danger: #f8d7da;
    --dark: #343a40;
    --blue: #007bff;
    --soft-blue: #cce5ff;
    --light: #f2f3f8;
    --soft-light: #fefefe;
    --gray: #6c757d;
    --soft-white: #ffffff;
    --podium-cds-color-bg-secondary: #f5f5f5;
    --podium-cds-color-bg-hover: #e5e5e5;

    /* common modals style */
    --border-radius: 12px;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --gray-500: #6b7280;
    --gray-200: #e5e7eb;
    --gray-900: #111827;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-700: #374151;
    --gray-300: #d1d5db;
}

.fw-6 {
    font-weight: 600 !important;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.gap-5 {
    gap: 5px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.pt_0 {
    padding-top: 0px !important;
}

.pb_0 {
    padding-bottom: 0px !important;
}

.my_40 {
    margin: 40px 0px;
}

.mt_3 {
    margin-top: 3px;
}

.mt_8 {
    margin-top: 8px;
}

.mt_37 {
    margin-top: 37px;
}

.flat-spacing-5 {
    padding: 30px 0px;
}

.flat-spacing-5-bottom {
    padding-bottom: 30px;
}

.flat-spacing-7 {
    padding-bottom: 60px;
}

.flat-spacing-10 {
    padding: 40px 0px;
}

.flat-spacing-12 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.flat-spacing-13 {
    padding-top: 10px;
    padding-bottom: 40px;
}

.flat-spacing-17 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.flat-spacing-24 {
    padding-top: 109px;
    padding-bottom: 132px;
}

.flat-spacing-27 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.canvas-wrapper {
    padding: 0;
    isolation: isolate;
    height: 100%;
    width: 100%;
    max-height: none;
    display: grid;
    grid-auto-rows: auto minmax(0, 1fr) auto;
    align-content: start;
    background-color: #25f4ee;
}

/* .filter-drawer-content {
    background-color: var(--white);
    padding: 15px 20px 80px;
    overscroll-behavior-y: contain;
    overflow-y: auto;
    height: calc(100% - 60px);
    position: relative;
}
.filter-drawer-content::-webkit-scrollbar {
    width: 5px;
}
.filter-drawer-content::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-track);
}
.filter-drawer-content::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 4px;
}
.filter-drawer-content .applyFilterButton {
    position: fixed;
    bottom: 30px;
    left: 35px;
    width: calc(380px - 30px) !important;
    z-index: 10;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
@media (max-width: 575.98px) {
    .filter-drawer-content .applyFilterButton {
        left: 20px;
        width: calc(100% - 40px) !important;
        bottom: 20px;
    }
} */

.canvas-filter {
    max-width: 300px;
}

.canvas-filter .filter-icon {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    color: var(--main);
    text-transform: uppercase;

    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
}

.canvas-filter .canvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background-color: var(--bg-11);
}

.canvas-filter .canvas-header .icon-close-popup {
    font-size: 16px;
}

.canvas-filter .widget-facet:last-child {
    margin-bottom: 0;
}

video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    width: 100%;
}

.h-16 {
    height: 16px;
}

.line-height-0 {
    line-height: 0 !important;
}

.img-contain {
    object-fit: contain !important;
    object-position: top;
}

/*your custom css goes here*/
@media (max-width: 370px) {
    .payment-card-modal {
        padding-left: 5px !important;
    }
}

.btn-custom-focus:focus {
    color: var(--secondary-base) !important;
}

#buy-product-buttons {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 350px) {
    #account_delete_confirm .modal-content .modal-footer {
        padding: 0px !important;
    }
}

.hidden {
    display: none;
}

.address-phone-code {
    width: 80px;
}

.address-phone-code .dropdown-item {
    padding: 0.5rem 1rem;
}

.address-phone-code .dropdown-toggle {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 0.6rem 0.5rem;
}

#set_default_new,
#set_default_edit {
    margin-bottom: 6px !important;
}

.description-text-cl {
    word-wrap: anywhere;
}

/* Modal customizations for this page */
.ubx-modal .modal-content {
    border-radius: var(--border-radius);
    border: none;
    box-shadow: var(--shadow-lg);
}

.ubx-modal .modal-header {
    background: var(--gray-50);
    border-bottom: 1px solid var(--gray-200);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.ubx-modal .modal-title {
    color: var(--gray-900);
    font-weight: 600;
    display: flex;
    align-items: center;
}

/* .ubx-modal label{
    color: var(--gray-900);
    font-weight: bolder;
} */

.ubx-btn-secondary {
    background: var(--gray-100);
    color: var(--gray-700);
    border: 1px solid var(--gray-300);
}

.ubx-btn-secondary:hover {
    background: var(--gray-200);
    color: var(--gray-700);
    border-color: #545b62;
}

.containers {
    position: absolute;
    bottom: 0;
    background-color: white;
    height: 100px;
    margin: 5px;
    animation: floatUp 4s infinite linear;
    box-shadow: #c39a21 0px 0px 25px 5px;
}

.container-full {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

@keyframes floatUp {
    0% {
        opacity: var(--light-opacity);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-100vh);
    }
}

.containers:nth-child(1) {
    width: 0%;
    height: 30%;
    left: 10%;
    animation-delay: 0s;
}

.containers:nth-child(2) {
    width: 0%;
    height: 50%;
    left: 15%;
    animation-delay: 0.5s;
}

.containers:nth-child(3) {
    width: 0%;
    height: 15%;
    left: 30%;
    animation-delay: 1s;
}

.containers:nth-child(4) {
    width: 0%;
    height: 40%;
    left: 45%;
    animation-delay: 1.5s;
}

.containers:nth-child(5) {
    width: 0%;
    height: 380%;
    left: 60%;
    animation-delay: 2s;
}

.containers:nth-child(6) {
    width: 0%;
    height: 43%;
    left: 20%;
    animation-delay: 2.5s;
}

.containers:nth-child(7) {
    width: 0%;
    height: 30%;
    left: 70%;
    animation-delay: 3s;
}

.containers:nth-child(8) {
    width: 0%;
    height: 15%;
    left: 90%;
    animation-delay: 3.5s;
}

.containers:nth-child(9) {
    width: 0%;
    height: 80%;
    left: 55%;
    animation-delay: 4s;
}

/* use this containter without animation */
.container-box {
    padding: 30px;
    margin-top: -400px;
    border-radius: 6px;
    background-color: #ffffff;
}

.contact_card_title {
    font-size: 1rem;
    font-weight: 600;
    color: black;
}

.contact_card_text {
    font-size: 1.1rem;
    color: black !important;
}

.fa-plus,
.fa-minus {
    transition: transform 0.3s ease-in-out;
}

.faq_question_color,
.faq_question_answer {
    color: black;
}

.set-icon-size {
    font-size: 15px;
    color: black;
}

@media (max-width: 776px) {

    .container-box {
        margin-top: -100px;
    }

    .box {
        margin-bottom: 20px;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.contact_email_break_text {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.category-card {
    overflow: hidden; /* Ensure no overflow */
    border-radius: 8px; /* Optional: rounded corners */
}

.display-4 {
    font-weight: 600;
    line-height: 1;
}

.header_search_input {
    padding-right: 50px;
}

.hide-alert-ic .is-invalid {
    background-image: none !important;
}

.max-h-600 {
    max-height: 600px !important;
}

.max-h-700 {
    max-height: 700px !important;
}

.overflow-y-auto {
    overflow-y: auto;
}

.currency-switcher {
    max-height: 400px;
    overflow-y: auto;
}

.empty-icon::before {
    content: "\f119";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 60px;
    opacity: 0.5;
    transform: translate(-50%, 0px);
}

.empty-content::after {
    content: "Nothing Found";
    transform: translate(-50%, 0px);
    font-size: 25px;
    opacity: 0.5;
}

.contact_icon {
    height: 61px;
    width: 61px;
    object-fit: contain;
}

#remove-coupon-form > .input-group > #set_coupon_text {
    text-wrap: nowrap !important;
    overflow: scroll;
}

/* testmonial style start */
.inside_div {
    height: 300px;
    display: flex;
    justify-content: center;
}

.testimonial-header {
    width: 100%;
    margin: 0 auto;
}

.responseive_text {
    font-size: 1.5rem;
}

.rounded-more {
    border-radius: 10px;
    border-width: 3px !important;
}

.rounded-md {
    border-radius: 10px;
    border-width: 1px !important;
}

@media (max-width: 1200px) {
    .responseive_text {
        font-size: 1.3rem;
    }
}

@media (max-width: 992px) {
    .responseive_text {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .responseive_text {
        font-size: 1.1rem;
    }

    .blog-article-item.style-row .article-content {
        gap: 10px;
    }

    .blog-article-item.style-row .article-title a {
        font-size: 16px;
        line-height: 19px;
    }

    .blog-article-item.style-row .article-btn {
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .responseive_text {
        font-size: 1rem;
    }
}

.testimonial_name {
    color: #474747;
    margin-bottom: 1rem;
    text-align: center;
}

.testimonial_description {
    text-align: center;
    color: #474747;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial_description_t1,
.t5-description {
    text-align: start;
    color: #474747;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial_image {
    display: inline-block;
}

.size-85px {
    width: 85px;
    height: 85px;
}

.testimonial_card {
    position: relative;
    background-color: #ffffff;
}

.rounded_card_more {
    border-radius: 25px;
}

.testimonial_card_name {
    position: relative;
    font-weight: 700;
    font-size: 1.25rem;
    z-index: 2;
}

.Quotes_icon {
    width: 64px;
    height: 64px;
    position: absolute;
    top: -20px;
    left: -2px;
    color: var(--primary);
}

.Quotes_icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.discovery-new-item {
    padding: 37px;
    height: 100%;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 10px;
}

.discovery-new-item h5 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.discovery-new-item a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 50%;
    font-size: 25px;
    color: black;
    transition: all 0.3s ease;
}

.dot {
    background-color: black;
    width: 06px;
    height: 06px;
    border-radius: 50%;
}

.line {
    border-bottom: 1px solid var(--line);
}

.line-black {
    border-bottom: 1px solid var(--main);
}

.tf-social-icon {
    --facebook-cl: rgb(59, 89, 152);
    --twitter-cl: rgb(85, 85, 85);
    --instagram-cl: linear-gradient(#8a3ab9, #e95950, #fccc63);
    --threads-cl: rgb(224, 53, 102);
    --youtube-cl: rgb(205, 32, 31);
    --tiktok-cl: linear-gradient(#25f4ee, #000, #fe2c55);
    --tiktok-cl2: rgb(254, 44, 85);
    --pinterest-cl: rgb(203, 32, 39);
    --tumblr-cl: rgb(55, 69, 92);
    --vimeo-cl: rgb(26, 183, 234);
    --snapchat-cl: rgb(255, 221, 0);
    --whatsapp-cl: rgb(0, 230, 118);
    --linked_in-cl: rgb(23, 106, 255);
    --wechat-cl: rgb(26, 173, 24);
    --reddit-cl: rgb(255, 69, 0);
    --line-cl: rgb(0, 195, 77);
    --spotify-cl: rgb(30, 125, 96);
}

/*------------ box icon ---------------- */
.box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

.box-icon.w_28 {
    width: 28px;
    height: 28px;
}

.box-icon.w_34 {
    width: 34px;
    height: 34px;
}

.box-icon.w_46 {
    width: 46px;
    height: 46px;
}

.box-icon.w_50 {
    width: 50px;
    height: 50px;
}

.box-icon.round {
    border-radius: 50% !important;
}

.tf-social-icon .box-icon {
    color: black;
}

/* .tf-social-icon .social-facebook:hover {
    background: var(--facebook-cl);
    color: var(--white);
}
.tf-social-icon .social-twiter:hover {
    background: var(--twitter-cl);
    color: var(--white);
}
.tf-social-icon .social-instagram:hover {
    background: var(--instagram-cl);
    color: var(--white);
}
.tf-social-icon .social-tiktok:hover {
    background: var(--tiktok-cl);
    color: var(--white);
}
.tf-social-icon .social-pinterest:hover {
    background: var(--pinterest-cl);
    color: var(--white);
} */
.tf-social-icon.style-white li a {
    border-color: var(--white);
    color: var(--white);
}

.tf-social-icon .social-line {
    border: 1px solid var(--main);
}

.tf-social-icon .social-line.social-facebook:hover {
    background: transparent;
    color: var(--facebook-cl);
    border-color: var(--facebook-cl);
}

.tf-social-icon .social-line.social-twiter:hover {
    background: transparent;
    color: var(--twitter-cl);
    border-color: var(--twitter-cl);
}

.tf-social-icon .social-line.social-instagram:hover {
    background: transparent;
    color: var(--threads-cl);
    border-color: var(--threads-cl);
}

.tf-social-icon .social-line.social-tiktok:hover {
    background: transparent;
    color: var(--tiktok-cl2);
    border-color: var(--tiktok-cl2);
}

.tf-social-icon .social-line.social-pinterest:hover {
    background: transparent;
    color: var(--pinterest-cl);
    border-color: var(--pinterest-cl);
}

.tf-social-icon.style-default li {
    display: inline-flex;
}

.tf-social-icon.style-default li a {
    border: 0 !important;
}

.tf-social-icon.style-default li a:hover {
    background: unset !important;
}

.tf-social-icon.style-default li .social-facebook:hover {
    color: var(--facebook-cl);
}

.tf-social-icon.style-default li .social-twiter:hover {
    color: var(--twitter-cl);
}

.tf-social-icon.style-default li .social-instagram:hover {
    color: var(--threads-cl);
}

.tf-social-icon.style-default li .social-tiktok:hover {
    color: var(--tiktok-cl2);
}

.tf-social-icon.style-default li .social-pinterest:hover {
    color: var(--pinterest-cl);
}

.top-bar-text {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.top-bar-text .tf-btn {
    padding: 5px !important;
    color: var(--primary);
    text-decoration: underline !important;
}

.px_15 {
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar-language a {
    font-size: 13px !important;
    padding: 0px !important;
}

.tf-cur {
    display: flex;
    gap: 28px;
}

.flat-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.flat-title .title {
    font-size: 22px;
    line-height: 26.4px;
}

.flat-title .sub-title {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.flat-title.mb_1 {
    margin-bottom: 30px;
}

.flat-title .sw-dots {
    margin-top: 0;
}

.flat-title.title-upper .title {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 800;
    text-transform: uppercase;
}

/*------------ carousel ---------------- */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0px !important;
}

.sw-auto .swiper-slide {
    width: auto;
}

.sw-dots {
    display: flex;
    gap: 8px;
}

.sw-dots.swiper-pagination-bullets .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sw-dots .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.sw-dots .swiper-pagination-bullet:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background-color: var(--main);
    transition: 0.3s;
}

.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.16);
}

.sw-dots.style-2 span::before {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.16);
}

.sw-dots.style-2 span.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid var(--main);
}

.sw-dots.style-2 span.swiper-pagination-bullet-active::before {
    background-color: var(--main);
}

.sw-dots.dots-white span::before {
    background-color: rgba(255, 255, 255, 0.2);
}

.sw-dots.dots-white span.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid var(--white);
}

.sw-dots.dots-white span.swiper-pagination-bullet-active::before {
    background-color: var(--white);
}

.sw-dots.line-pagination span {
    width: 6px;
    height: 6px;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
}

.sw-dots.line-pagination span::before {
    content: none;
}

.sw-dots.line-pagination span.swiper-pagination-bullet-active {
    background-color: rgb(0, 0, 0);
    opacity: 1;
    width: 22px;
    border-radius: 9999px;
}

.sw-dots.rectangle-pagination span {
    width: 30px;
    height: 2px;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    border-radius: 0;
    border: 0;
}

.sw-dots.rectangle-pagination span::before {
    content: none;
}

.sw-dots.rectangle-pagination span.swiper-pagination-bullet-active {
    background-color: rgb(0, 0, 0);
    opacity: 1;
}

.sw-dots.line-white-pagination span {
    background-color: rgb(255, 255, 255);
    opacity: 0.4;
    width: 6px;
    height: 6px;
}

.sw-dots.line-white-pagination span::before {
    content: none;
}

.sw-dots.line-white-pagination span.swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
    opacity: 1;
    width: 22px;
    border-radius: 9999px;
}

.sw-dots.dots-fill-white .swiper-pagination-bullet::before {
    background-color: var(--white);
}

.sw-dots.dots-fill-white .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.1607843137);
}

.sw-dots:not(.swiper-pagination-lock) {
    margin-top: 15px;
}

.sw-dots.medium span {
    width: 20px;
    height: 20px;
    border-width: 1px !important;
}

.sw-dots.medium span::before {
    width: 6px;
    height: 6px;
}

.sw-dots.medium span.swiper-pagination-bullet-active::before {
    width: 4px;
    height: 4px;
}

.sw-dots.small span {
    width: 16px;
    height: 16px;
    border-width: 1px !important;
}

.sw-dots.small span::before {
    width: 6px;
    height: 6px;
}

.sw-dots.small span.swiper-pagination-bullet-active::before {
    width: 4px;
    height: 4px;
}

.sw-dots.absolute-dots {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    z-index: 10;
}

.sw-dots.large .swiper-pagination-bullet::before {
    width: 8px;
    height: 8px;
}

.tf-sw-collection .swiper-slide {
    height: auto;
}

.tf-sw-collection .swiper-slide img {
    height: 100%;
}

.sw-wrapper-right {
    margin-right: -15px;
}

/* Cart Css */
.tf-progress-bar {
    height: 4px;
    width: 100%;
    background-color: var(--line);
    position: relative;
}

.tf-progress-bar span {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--primary);
    border-radius: 3px;
}

.tf-progress-bar .progress-car {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 26px;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 2.5px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-shopping-cart .modal-content {
    max-width: 477px !important;
    cursor: default !important;
}

.modal-shopping-cart .header {
    margin: 0 36px;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    height: 60px;
}

.modal-shopping-cart .header .title {
    font-size: 20px;
}

.modal-shopping-cart .header .icon-close-popup {
    font-size: 16px;
    padding: 0 6px;
}

.modal-shopping-cart .wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal-shopping-cart .tf-mini-cart-threshold {
    margin: 0 36px;
    padding: 18px 0 16px;
    border-bottom: 1px solid var(--line);
}

.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar {
    margin-top: 14px;
    margin-bottom: 10px;
    height: 4px;
}

.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-msg {
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
}

.modal-shopping-cart .tf-mini-cart-wrap {
    flex: 1 1 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main {
    flex: 1 1 auto;
    position: relative;
}

.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll {
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

.modal-shopping-cart
    .tf-mini-cart-wrap
    .tf-mini-cart-main
    .tf-mini-cart-sroll::-webkit-scrollbar {
    width: 6px;
}

.modal-shopping-cart
    .tf-mini-cart-wrap
    .tf-mini-cart-main
    .tf-mini-cart-sroll::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 6px;
}

.modal-shopping-cart .tf-mini-cart-item {
    margin: 0 36px;
    padding: 20px 0;
    display: flex;
    gap: 24px;
}

.modal-shopping-cart .tf-mini-cart-item:not(:last-child) {
    border-bottom: 1px solid var(--line);
}

.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image a {
    width: 80px;
    height: 110px;
}

.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info a {
    font-size: 16px;
    line-height: 16px;
    display: block;
}

.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .meta-variant {
    font-size: 12px;
    line-height: 19px;
    margin-top: 6px;
}

.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .price {
    line-height: 14px;
    margin-top: 6px;
}

.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .tf-mini-cart-btns {
    margin-top: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.modal-shopping-cart
    .tf-mini-cart-item
    .tf-mini-cart-info
    .tf-mini-cart-btns
    .wg-quantity {
    width: 86px;
}

.modal-shopping-cart
    .tf-mini-cart-item
    .tf-mini-cart-info
    .tf-mini-cart-btns
    .tf-mini-cart-remove {
    font-size: 12px;
    line-height: 19px;
    color: var(--text);
    text-decoration: underline;
}

.modal-shopping-cart .tf-minicart-recommendations {
    margin: 15px 36px;
    padding: 18px;
    box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.0784313725);
}

.modal-shopping-cart
    .tf-minicart-recommendations
    .tf-minicart-recommendations-heading {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-shopping-cart
    .tf-minicart-recommendations
    .tf-minicart-recommendations-heading
    .tf-minicart-recommendations-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.modal-shopping-cart
    .tf-minicart-recommendations
    .tf-minicart-recommendations-heading
    .sw-dots {
    width: unset;
}

.modal-shopping-cart .tf-minicart-recommendations-item {
    display: flex;
    align-items: center;
}

.modal-shopping-cart
    .tf-minicart-recommendations-item
    .tf-minicart-recommendations-item-image
    a {
    width: 80px;
    height: 110px;
    margin-right: 18px;
}

.modal-shopping-cart
    .tf-minicart-recommendations-item
    .tf-minicart-recommendations-item-infos
    a {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
}

.modal-shopping-cart
    .tf-minicart-recommendations-item
    .tf-minicart-recommendations-item-infos
    .price {
    margin-top: 4px;
    line-height: 14px;
    font-weight: 600;
}

.modal-shopping-cart
    .tf-minicart-recommendations-item
    .tf-minicart-recommendations-item-quickview
    .quickview {
    margin-left: 15px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main);
    font-size: 16px;
    color: var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-shopping-cart
    .tf-minicart-recommendations-item
    .tf-minicart-recommendations-item-quickview
    .quickview:hover {
    background-color: var(--primary);
}

.modal-shopping-cart .tf-mini-cart-tool {
    background-color: rgb(242, 242, 242);
    display: flex;
    justify-content: center;
}

.modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn {
    width: 69px;
    height: 43px;
    line-height: 43px;
    margin: 18px 10px;
    border-radius: 3px;
    cursor: pointer;
    color: var(--main);
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn:hover {
    background-color: var(--primary);
    color: var(--white);
}

.modal-shopping-cart .tf-mini-cart-bottom-wrap {
    padding: 20px 36px 30px;
}

.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-totals-discounts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-shopping-cart
    .tf-mini-cart-bottom-wrap
    .tf-cart-totals-discounts
    .tf-cart-total {
    font-size: 20px;
}

.modal-shopping-cart
    .tf-mini-cart-bottom-wrap
    .tf-cart-totals-discounts
    .tf-totals-total-value {
    font-size: 20px;
    line-height: 32px;
    margin-left: 15px;
}

.tf-page-cart-checkout .tf-cart-totals-discounts {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tf-page-cart-checkout .tf-cart-totals-discounts h3 {
    font-size: 20px;
    line-height: 24px;
}

.tf-page-cart-checkout .tf-cart-totals-discounts .total-value {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-tax {
    margin-top: 10px;
    color: var(--text);
}

.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-tax a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tf-page-cart-checkout .tf-cart-tax {
    margin-top: 18px;
    color: var(--text);
}

.tf-page-cart-checkout .tf-cart-tax a {
    color: rgba(0, 0, 0, 0.85);
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
    transition: text-decoration-thickness 1s ease;
}

.tf-page-cart-checkout .tf-cart-tax a:hover {
    color: var(--main);
    text-decoration-thickness: 2px;
}

.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-line {
    border: 1px solid var(--line);
    margin-top: 14px;
    margin-bottom: 14px;
}

.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-checkbox {
    margin-top: 10px;
}

.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout {
    margin-top: 20px;
    display: flex;
    gap: 14px;
}

.radius-3 {
    border-radius: 3px !important;
}

.modal-shopping-cart .modal-content {
    max-width: 420px !important;
}

.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-msg {
    font-size: 14px;
    line-height: 22.4px;
}

.modal-shopping-cart .tf-mini-cart-item {
    margin: 0 15px;
}

.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info a {
    font-size: 14px;
    line-height: 14px;
}

.modal-shopping-cart .tf-minicart-recommendations {
    padding: 15px;
    margin: 15px;
}

.modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn {
    width: 50px;
    height: 38px;
    line-height: 38px;
    margin: 18px 8px;
    font-size: 18px;
}

.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-msg {
    font-size: 13px;
    line-height: 20.8px;
}

.modal-shopping-cart .tf-mini-cart-item {
    gap: 14px;
}

.modal-shopping-cart .tf-mini-cart-item {
    margin: 0 36px;
    padding: 20px 0;
    display: flex;
}

.tf-page-cart-footer .tf-free-shipping-bar .tf-progress-msg {
    margin-top: 28px;
}

.modal.fullRight .modal-dialog {
    transform: translate(100%, 0);
    min-width: 100%;
    height: 100%;
    margin: 0;
    transition: transform 1s ease-out;
}

.modal.fullRight .modal-dialog .modal-content .modal-body {
    overflow: auto;
    padding: 0;
    padding-bottom: 30px;
}

.modal.fullRight .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
}

.modal.fullRight.show .modal-dialog {
    transform: translate(0, 0);
}

.rtl .modal.fullRight .modal-dialog {
    transform: translate(-100%, 0) !important;
    transition: all 0.3s !important;
}

.rtl .modal.fullRight .modal-dialog .modal-content {
    left: 0;
    right: unset;
}

.rtl .modal.fullRight.show .modal-dialog {
    transform: translate(0, 0) !important;
}

.wg-quantity .quantity-product {
    pointer-events: none;
}

.wg-quantity {
    width: 127px;
    display: flex;
    justify-content: space-between;
    background-color: rgb(242, 242, 242);
    border-radius: 3px;
    overflow: hidden;
}

.wg-quantity input {
    width: 51px;
    height: 46px;
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--main);
}

.wg-quantity .btn-quantity {
    width: 38px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--main);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wg-quantity .btn-quantity:hover {
    color: var(--primary);
}

.wg-quantity.small {
    width: 109px;
    height: 30px;
}

.wg-quantity.small .btn-quantity {
    width: 27px;
    height: 30px;
    font-size: 20px;
}

.wg-quantity.small input {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.tf-cart-item .wg-quantity {
    min-width: 86px;
    width: 86px;
    height: 30px;
}

.tf-cart-item .wg-quantity .btn-quantity {
    width: 25px;
    height: 30px;
    line-height: 25px;
}

.tf-cart-item .wg-quantity input {
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
}

/* End Cart css */
.navigation-sw-dot {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: var(--white);
}

.navigation-sw-dot span {
    width: 9px;
    height: 9px;
    background-color: var(--main);
    border-radius: 50%;
}

.navigation-sw-dot::after,
.navigation-sw-dot::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    animation: ripple 3s infinite;
}

.navigation-sw-dot::after {
    animation-delay: 0.5s;
}

.navigation-sw-dot::before {
    animation-delay: 0.9s;
}

.navigation-sw-dot.type-black::after,
.navigation-sw-dot.type-black::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    animation: ripple_black 3s infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple_black {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.box-nav-pagination {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    min-width: 70px;
    background-color: var(--white);
    padding: 8px;
    line-height: 0;
    border-radius: 999px;
}

.box-nav-pagination .dots-default {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.dots-default .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: var(--main);
}

.tf-sw-brand .sw-dots:not(.swiper-pagination-lock) {
    margin-top: 35px;
}

.testimonial-item .heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

.testimonial_3 {
    height: 300px;
}

.testimonial_3 .testimonial-item {
    display: grid;
}

.collection-item-circle.circle-line .collection-image {
    padding: 17px;
}

.collection-item-circle .collection-content {
    margin-top: 30px;
}

.collection-item-circle .collection-content .title {
    font-size: 18px;
    line-height: 21.6px;
}

.collection-item-circle.has-bg {
    padding: 20px 0px;
}

.collection-item-circle .tf-shopall-icon .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.collection-item-circle .tf-shopall-icon:hover {
    border-color: var(--primary);
}

.collection-item-circle .tf-shopall-icon:hover .icon {
    color: var(--primary);
}

.collection-item-circle .collection-content {
    margin-top: 45px;
}

.collection-item-circle {
    position: relative;
}

.collection-item-circle .collection-image {
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.collection-item-circle .collection-content {
    margin-top: 15px;
}

.collection-item-circle .collection-content .title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

.collection-item-circle .collection-content .count {
    color: var(--text);
}

.collection-item-circle .sale-off {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 19px;
    padding: 0 5px;
    background-color: var(--main);
    border-radius: 999px;
    color: var(--white);
}

.collection-item-circle.has-bg {
    padding: 15px 0;
    background-color: var(--bg-2);
    border-radius: 20px;
}

.collection-item-circle.has-bg .collection-image {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.collection-item-circle.has-bg .collection-content {
    margin-top: 19px;
}

.collection-item-circle.has-bg .collection-content .title {
    margin-bottom: 0;
}

.collection-item-circle.has-bg-2 {
    background-color: #f2f2f2;
    border-radius: 3px;
}

.collection-item-circle.circle-line .collection-image {
    padding: 15px;
    border: 1px solid var(--primary);
}

.collection-item-circle.circle-line .collection-content {
    margin-top: 20px;
}

.collection-item-circle.circle-line .collection-content .title {
    margin: 0;
}

.hover-img .img-style {
    overflow: hidden;
}

.hover-img .img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.hover-img:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.hover-img .img-style2 {
    overflow: hidden;
    border-radius: 10px;
}

.hover-img .img-style2 .img-hv {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: transform 500ms ease;
}

.wrapper-thumbs-testimonial {
    display: flex;
    padding: 0px 100px;
    align-items: center;
}

.wrapper-thumbs-testimonial .box-left {
    width: 47%;
    padding-left: 24px;
    padding-right: 83px;
}

.wrapper-thumbs-testimonial .box-right {
    width: 53%;
}

.wrapper-thumbs-testimonial.wrap-carousel .nav-next-slider {
    left: 0;
}

.wrapper-thumbs-testimonial {
    display: flex;
    padding: 0px 100px;
    align-items: center;
}

.wrapper-thumbs-testimonial.wrap-carousel .nav-next-slider {
    left: 0;
}

.wrapper-thumbs-testimonial.wrap-carousel .nav-prev-slider {
    right: 0;
}

.wrapper-thumbs-testimonial .box-right {
    width: 53%;
}

.wrapper-thumbs-testimonial .img-sw-thumb {
    border-radius: 10px;
    overflow: hidden;
}

.tf-countdown-v2 .countdown__timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tf-countdown-v2 .countdown__item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 70px;
    min-height: 75px;
    padding: 6px 10px;
    border: 1px solid var(--main);
    background-color: transparent;
    border-radius: 3px;
}

.tf-countdown-v2 .countdown__value {
    font-size: 23px;
    line-height: 19.2px;
    font-weight: 500;
    margin-bottom: 6px;
}

.tf-countdown-v2 .countdown__label {
    font-size: 12px;
    font-weight: 500;
}

.tf-content-wrap-v2 .description {
    margin-top: 12px;
    font-size: 16px;
    line-height: 19.2px;
}

.tf-content-wrap-v2 .tf-btn {
    margin-top: 22px;
}

/* h4 {
    font-size: 42px;
    line-height: 50.4px;
} */

.btn-line {
    padding: 0 !important;
    padding-bottom: 7px !important;
    color: var(--main) !important;
    position: relative;
}

.btn-line:hover {
    color: var(--primary) !important;
}

.btn-line::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: var(--main);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-line:hover::after {
    background-color: var(--primary);
}

img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.icon-img {
    width: 65px;
    height: 65px;
}

.testimonial-item .rating {
    margin-bottom: 16px;
}

.testimonial-item .box-author .box-img {
    width: 70px;
    height: 74px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.testimonial-item .box-author {
    display: flex;
    gap: 16px;
}

.tf-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: background-color, color, border;
    pointer-events: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 14px 24px;
    display: inline-flex;
    border-radius: 3px;
    align-items: center;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
}

.tf-btn.hover-icon .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: right;
    width: 0;
    display: inline-block;
    font-size: 9px;
}

.tf-btn.hover-icon:hover .icon {
    transform: scale(1);
    width: 10px;
    min-width: 10px;
    margin-inline-start: 8px;
}

.tf-btn span {
    z-index: 1;
    color: inherit;
}

.tf-btn.btn-primary {
    background-color: var(--primary);
    color: var(--white);
}

.tf-btn.btn-primary-main {
    background-color: var(--primary);
    color: var(--main);
}

.tf-btn.style-2 {
    padding: 0 24px;
    line-height: 42px;
}

.tf-btn.style-3 {
    padding: 0 24px;
    line-height: 40px;
}

.tf-btn.btn-color-1 {
    background-color: #fcf151;
    border-color: var(--main);
}

.tf-btn.btn-color-2 {
    background-color: #c7fcff;
    border-color: var(--main);
}

.tf-btn.btn-color-3 {
    background-color: #ffb1d2;
    border-color: var(--main);
}

.tf-btn.btn-color-4 {
    background-color: #c1fb9b;
    border-color: var(--main);
}

.tf-btn.btn-color-5 {
    background-color: #e09314;
    color: var(--white);
}

.tf-btn.btn-color-6 {
    background-color: #b46161;
    color: var(--white);
}

.btn-icon .icon {
    margin-inline-start: 8px;
    display: inline-block;
    font-size: 9px;
}

.btn-outline {
    background-color: var(--white);
    border: 1px solid var(--main);
}

.animate-hover-btn {
    position: relative;
    overflow: hidden;
}

.animate-hover-btn:after {
    background-image: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.25),
        transparent
    );
    content: "";
    left: 150%;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: skew(-20deg);
    width: 200%;
}

.animate-hover-btn.btn-color-6:after,
.animate-hover-btn.btn-color-5:after,
.animate-hover-btn.btn-primary:after,
.animate-hover-btn.btn-fill::after {
    background-image: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );
}

.btn-fill {
    background-color: var(--main);
    border: 1px solid var(--main);
    color: var(--white);
}

/* Start Flash Deal */
.flat-spacing-17 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.tf-flash-sale {
    border: 2px solid var(--primary);
    padding: 75px 20px 20px;
    border-radius: 10px;
    position: relative;
}

.tf-flash-sale .heading-flash-sale {
    position: absolute;
    left: 0;
    top: -4%;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--white);
    padding: 4px 16px;
    margin-left: 15px;
    color: var(--primary);
    font-weight: 400;
    font-size: 22px;
    line-height: 26.4px;
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.list-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.list-product-btn .box-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 3px;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    background-color: rgb(242, 242, 242);
    position: relative;
}

.list-product-btn .box-icon .icon {
    font-size: 14px;
    font-weight: 500;
    height: 13px;
}

.list-product-btn .box-icon .text {
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    line-height: 32px;
}

.list-product-btn .box-icon .tooltip {
    top: -100%;
    margin-top: 5px;
}

.list-product-btn .box-icon .tooltip::before {
    top: unset;
    bottom: -4px;
}

.card-product .card-product-wrapper .on-sale-wrap {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    z-index: 5;
}

.card-product .card-product-wrapper img {
    display: block;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    padding: 0 6px;
    min-width: 40px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    position: relative;
    background-color: #fc5732;
    color: var(--white);
    border-radius: 999px;
}

.card-product .card-product-wrapper:hover .product-img .img-hover {
    display: block;
    z-index: 1;
    opacity: 1;
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.card-product.style-8 {
    border: 1px solid var(--line-2);
    border-radius: 10px;
    padding: 5px 5px 20px;
}

.card-product.style-8 .card-product-wrapper {
    aspect-ratio: unset;
}

/*------------ slider banner ---------------- */
.slider-effect .img-slider {
    width: 50%;
    margin-left: auto;
}

.slider-effect-fade .swiper-slide .fade-item {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-1 {
    transition-delay: 0.5s;
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-2 {
    transition-delay: 0.6s;
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-3 {
    transition-delay: 0.7s;
}

.slider-effect-fade .swiper-slide .fade-item.fade-item-4 {
    transition-delay: 0.8s;
}

.slider-effect-fade .swiper-slide.swiper-slide-active .fade-item {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.slider-effect {
    position: relative;
}

.slider-effect .content-left {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex !important;
    background-color: rgb(238, 241, 224);
}

.animate-hover-btn {
    position: relative;
    overflow: hidden;
}

.btn-light-icon {
    background-color: var(--white);
}

.swiper-slide.swiper-slide-active .box-content {
    opacity: 1;
}

.slider_h1 {
    font-size: 80px;
    /* line-height: 96px; */
}

.slider_h2 {
    font-size: 68px;
    line-height: 81.6px;
}

.slider-effect .content-left .box-content {
    position: unset;
    transform: unset;
}

.swiper-slide .box-content {
    opacity: 0;
}

.sw-dots {
    display: flex;
    gap: 8px;
}

.tf-hero-image-liquid {
    position: relative;
}

.font-caprasimo {
    font-family: "Caprasimo", serif;
}

.o-hidden {
    overflow: hidden;
}

.radius-10 {
    border-radius: 10px !important;
}

.tf-hero-image-liquid img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.banner-countdown-v2 .box-content {
    left: 3%;
    right: 3%;
}

.tf-hero-image-liquid .box-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tf-hero-image-liquid .box-content .heading {
    font-size: 52px;
    line-height: 62.4px;
}

.tf-hero-image-liquid .box-content .tf-btn {
    margin-top: 20px;
}

.tf-countdown .countdown__timer .countdown__item .countdown__value {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    color: var(--main);
}

.tf-hero-image-liquid .tf-countdown .countdown__timer {
    justify-content: center;
    gap: 10px;
}

.tf-countdown .countdown__timer .countdown__item {
    width: 90px;
    height: 90px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tf-countdown .countdown__timer .countdown__item .countdown__value {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    color: var(--main);
}

.tf-countdown .countdown__timer .countdown__item .countdown__label {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    letter-spacing: 0.5px;
    color: var(--main);
    text-transform: uppercase;
}

.tf-countdown .countdown__timer {
    display: flex;
    gap: 16px;
    justify-content: start;
}

.change_view img:hover {
    transform: scale(1.15) !important;
}

.container {
    width: 100%;
    margin: auto !important;
}

.h-190px {
    height: 190px;
}

.tf-marquee {
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
}

.tf-marquee .wrap-marquee {
    -webkit-animation: slide-har 15s linear infinite;
    animation: slide-har 15s linear infinite;
}

.tf-marquee .marquee-item {
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.tf-marquee .marquee-item .text {
    font-size: 18px;
    line-height: 21.6px;
    white-space: nowrap;
    margin-bottom: 0px !important;
}

.tf-marquee .marquee-item p {
    white-space: nowrap;
}

.tf-marquee .wrap-marquee {
    display: flex;
    -webkit-animation: slide-har 6s linear infinite;
    animation: slide-har 6s linear infinite;
    transition: animation-duration 300ms;
}

.tf-marquee .wrap-marquee:hover {
    animation-play-state: paused;
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.flat-title-v2 {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 33px;
}

/*------------ collection ---------------- */
.collection-item .collection-inner {
    position: relative;
}

.collection-item .collection-image {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.collection-item .collection-content {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.collection-title {
    background-color: white;
    color: black;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 15px;
    line-height: 46px;
    height: 46px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    transition: width 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    border: none;
}

.collection-item .collection-title .icon {
    color: var(--white);
    margin: 0;
    font-size: 16px;
}

.collection-item .collection-title:hover {
    background-color: var(--main);
    color: var(--white) !important;
}

.collection-title:hover svg {
    stroke: #fff;
}

.collection-item.style-left .collection-content {
    left: 0;
    transform: unset;
}

.collection-item.style-left .collection-content .collection-title {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Animated-button category card: keep long names on one line, truncated,
   with the chevron aligned and never clipped by the fixed-height pill. */
.collection-item.style-left .collection-content {
    max-width: calc(100% - 15px);
}

.collection-item .collection-title .collection-title-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.collection-item .collection-title svg {
    flex: 0 0 auto;
    margin-left: 6px;
}

.collection-item-v2 .collection-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.collection-item-v2 .collection-image {
    width: 100%;
    height: 100%;
}

.collection-item-v2 .collection-content {
    position: absolute;
    inset: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.collection-item-v2 .collection-content .heading {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 21.6px;
}

.collection-item-v2 .collection-content .subheading {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 7px;
}

.collection-item-v2.type-small .collection-content .heading {
    font-size: 18px;
    margin-bottom: 0;
}

.collection-item-v2.type-small .collection-content p {
    font-size: 14px;
}

.collection-item-v3 .collection-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.collection-item-v3 .collection-image .box-icon {
    position: absolute;
    border-radius: 50%;
    color: var(--main);
    font-size: 10px;
    bottom: 15px;
    right: 15px;
    background-color: var(--white);
    width: 35px;
    height: 35px;
}

.collection-item-v3 .collection-image .box-icon:hover {
    background-color: var(--main);
    color: var(--white);
}

.collection-item-v3 .collection-content {
    margin-top: 15px;
}

.collection-item-v3 .collection-content .title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
}

.collection-item-v3 .collection-content .count {
    font-size: 14px;
    line-height: 22.4px;
}

.collection-item-v4 .collection-inner {
    position: relative;
}

.collection-item-v4 .collection-image {
    display: block;
}

.collection-item-v4 .collection-content {
    text-align: center;
    bottom: 7%;
    position: absolute;
    left: 7%;
    right: 7%;
    height: 80%;
    overflow: scroll;
    z-index:3;
}

.collection-item-v4 .collection-content .heading {
    font-size: 18px;
    line-height: 21.6px;
    text-transform: capitalize;
}

.collection-item-v4 .collection-content .subheading {
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.collection-item-v4 .collection-content .tf-btn {
    margin-top: 14px;
}

.collection-item-v4.style-2 .collection-content {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
}

.collection-item-v4.style-2 .collection-content .subtext {
    margin-top: 9px;
}

.collection-item-v4.style-2 .collection-content .heading {
    font-size: 22px;
    line-height: 26.4px;
}

.collection-item-v4.style-3 .collection-content {
    text-align: left;
}

.collection-item-v4.st-lg .collection-content .heading {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 10px;
}

.collection-item-v4.st-lg .collection-content .subtext {
    font-size: 16px;
    line-height: 19.2px;
}

.collection-item-v5 .collection-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.collection-item-v5 .collection-image {
    width: 100%;
    height: 100%;
    display: block;
}

.collection-item-v5 .collection-content {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.collection-item-v5 .collection-content .collection-title {
    padding: 10px 12px;
    /* font-size: 15px; */
    /* line-height: 18px; */
    font-weight: 500;
    display: flex;
    align-items: center;
    background-color: var(--white);
    border-radius: 3px;
    gap: 5px;
}

.collection-item-v5 .collection-content .collection-title .icon {
    font-size: 12px;
    font-weight: 500;
}

.collection-item-v5 .collection-content .collection-title:hover {
    background-color: var(--main);
    color: var(--white);
}

.collection-title:hover .icon-tabler-chevron-right {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.collection-item-v6 .collection-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.collection-item-v6 .collection-image {
    width: 100%;
    height: 100%;
    display: block;
}

.collection-item-v6 .collection-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
    padding: 14px;
}

.collection-item-v6 .collection-content .heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 2px;
}

.collection-item-v6 .collection-content .subheading {
    font-size: 16px;
    line-height: 19.2px;
}

.collection-item-circle {
    position: relative;
}

.collection-item-circle .collection-image {
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.collection-item-circle .collection-content {
    margin-top: 15px;
}

.collection-item-circle .collection-content .title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

.collection-item-circle .collection-content .count {
    color: var(--text);
}

.collection-item-circle .sale-off {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 19px;
    padding: 0 5px;
    background-color: var(--main);
    border-radius: 999px;
    color: var(--white);
}

.collection-item-circle.has-bg {
    padding: 15px 0;
    background-color: var(--bg-2);
    border-radius: 20px;
}

.collection-item-circle.has-bg .collection-image {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.collection-item-circle.has-bg .collection-content {
    margin-top: 19px;
}

.collection-item-circle.has-bg .collection-content .title {
    margin-bottom: 0;
}

.collection-item-circle.has-bg-2 {
    background-color: #f2f2f2;
    border-radius: 3px;
}

.collection-item-circle.circle-line .collection-image {
    padding: 15px;
    border: 1px solid var(--primary);
}

.collection-item-circle.circle-line .collection-content {
    margin-top: 20px;
}

.collection-item-circle.circle-line .collection-content .title {
    margin: 0;
}

.c5-category-slider {
    max-height: 400px;
}

.rounded-full {
    border-radius: 999px !important;
}

.tf-grid-layout {
    display: grid;
    gap: 15px;
}

.tf-grid-layout.tf-col-2 {
    grid-template-columns: 1fr 1fr;
}

.tf-grid-layout.gap30 {
    gap: 30px;
}

.tf-grid-layout.row-gap-10 {
    row-gap: 10px !important;
}

.c6-category-slider .collection-item-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c6-category-slider .collection-image {
    height: 175px !important;
    width: 175px !important;
}

.c6-category-slider .collection-content {
    margin-top: 10px;
}

.img-text-3 .grid-img-group .item-1 {
    top: 20%;
    width: 39%;
    height: max-content;
}

.img-text-3.img-text-3-style-2 .tf-image-wrap {
    border-radius: 10px;
    overflow: hidden;
}

.tf-grid-layout.md-col-2 {
    grid-template-columns: repeat(2, 1fr);
}
.fix-margin-t-b{
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}


.grid-img-group {
    position: relative;
}

.grid-img-group .item-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    width: 51%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grid-img-group .item-1:hover {
    z-index: 2;
}

.grid-img-group .item-2 {
    margin-left: auto;
    width: 84%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.grid-img-group .item-2:hover {
    z-index: 2;
    position: relative;
}

.grid-img-group .img-style {
    border-radius: 10px;
}

.grid-img-group.style-ter-1 {
    padding-bottom: 66px;
}

.grid-img-group.style-ter-1 .item-1 {
    width: 53%;
    align-items: end;
}

.grid-img-group.style-ter-1 .item-2 {
    width: 79%;
}

.img-text-3 .grid-img-group .item-2 {
    left: 14%;
    margin-left: unset;
    width: 66.67%;
    height: 500px !important;
}

.img-text-3 .grid-img-group .item-3 {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    width: 30%;
}

.img-text-3 .tf-content-wrap {
    padding: 14px 0 0 0;
    text-align: start;
}

.img-text-3 .tf-content-wrap .desc {
    margin-top: 14px;
}

.img-text-3.img-text-3-style-2 .grid-img-group .item-1 {
    top: -8%;
    width: 33%;
    height: 250px;
}

.img-text-3.img-text-3-style-2 .grid-img-group .item-3 {
    width: 50%;
    top: 54%;
    height: 300px;
}

.text-content-part{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .img-text-3.img-text-3-style-2 .grid-img-group .item-1 {
        top: -15%;
        width: 36%;
        height: 180px;
    }

    .img-text-3 .grid-img-group .item-2 {
        left: 14%;
        margin-left: unset;
        width: 66.67%;
        height: 300px !important;
    }

    .img-text-3.img-text-3-style-2 .grid-img-group .item-3 {
        width: 40%;
        top: 54%;
        height: 200px;
    }

    .fix-margin-t-b {
       margin-top: 4.5rem !important;
       margin-bottom: 0rem !important;

    }

    .tf-countdown .countdown__timer .countdown__item{
        width: 70px;
        height: 70px;
    }

    .tf-countdown .countdown__timer .countdown__item .countdown__value{
        font-size: 24px;
        line-height: 28.8px;
    }

    .tf-countdown .countdown__timer .countdown__item .countdown__label{
        font-size: 10px;
        line-height: 12px;
    }

}

.tf-img-with-text .tf-image-wrap img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}

.tf-content-wrap .heading {
    margin-top: 14px;
    font-size: 24px;
}

.tf-content-wrap .tf-btn {
    margin-top: 16px;
}

.swiper-slide .collection-item-v4,
.swiper-slide .collection-item-v4 .collection-inner,
.swiper-slide .collection-item-v4 .collection-image {
    height: 100%;
}

.set-height {
    height: 430px;
    object-fit: cover;
}

/*start blog post grid style */

.blog-article-item {
    margin-bottom: 37px;
}

.blog-article-item .article-thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.blog-article-item .article-thumb a {
    width: 100%;
    height: 100%;
}

.blog-article-item .article-thumb a img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
    transition: all 1s;
}

.blog-article-item .article-thumb a:hover img {
    transform: scale(1.1);
}

.blog-article-item .article-thumb.h-460 {
    height: 460px;
}

.blog-article-item .article-label {
    position: absolute;
    bottom: 18px;
    left: 18px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
}

.blog-article-item .article-label a {
    background-color: var(--white);
    color: var(--main);
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    padding: 0 16px;
    height: 31px;
    line-height: 31px;
    border-color: var(--white);
}

.blog-article-item .article-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
}

.blog-article-item .article-title a {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--main);
}

.blog-article-item .article-title a:hover {
    color: var(--primary);
}

.blog-article-item.style-sidebar {
    display: flex;
    gap: 17px;
    margin-bottom: 0;
}

.blog-article-item.style-sidebar .article-thumb {
    width: 92px;
    flex-shrink: 0;
    height: 100%;
}

.blog-article-item.style-sidebar .article-thumb a {
    height: 88px;
}

.blog-article-item.style-sidebar .article-content {
    padding-top: 0;
}

.blog-article-item.style-sidebar .article-content .article-label {
    position: unset;
}

.blog-article-item.style-sidebar .article-content .article-label a {
    background-color: rgb(242, 242, 242);
}

.blog-article-item.style-sidebar .article-content .article-title a {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.blog-article-item.style-row {
    display: flex;
    align-items: center;
    gap: 69px;
    margin-bottom: 0;
}

.blog-article-item.style-row .article-thumb {
    width: 421px;
    height: 406px;
    flex-shrink: 0;
}

.blog-article-item.style-row .article-thumb a {
    height: 406px;
}

.blog-article-item.style-row .article-content {
    padding-top: 0;
}

.blog-article-item.style-row .article-content .article-label {
    position: unset;
}

.blog-article-item.style-row .article-content .article-label a {
    background-color: var(--white);
    border: 1px solid var(--line);
}

.tf-section-sidebar {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.tf-section-sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--main);
    padding-bottom: 25px;
    /* margin-bottom: 28px; */
}

.tf-section-sidebar .sidebar-categories ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.tf-section-sidebar .sidebar-categories ul li a {
    font-weight: 500 !important;
    color: var(--main);
    font-size: 14px;
}

.tf-section-sidebar .sidebar-categories ul li a span {
    margin-left: 5px;
}

.tf-section-sidebar .sidebar-categories ul li a:hover {
    color: var(--primary);
}

.tf-section-sidebar .sidebar-post ul {
    display: flex;
    gap: 21px;
    flex-direction: column;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.tf-section-sidebar .sidebar-instagram ul {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, 1fr);
}

.tf-section-sidebar .sidebar-instagram ul li {
    border-radius: 5px;
    overflow: hidden;
}

.tf-section-sidebar .sidebar-instagram ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.tf-section-sidebar .sidebar-instagram ul li:hover img {
    transform: scale(1.1);
}

ul.tags-lists {
    display: flex;
    gap: 10px;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

ul.tags-lists li a {
    border: 1px solid var(--line);
    padding: 0 14px;
    line-height: 27px;
}

ul.tags-lists li a:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.blog-grid-main {
    padding: 36px 0 37px;
}

.blog-sidebar-main {
    padding: 40px 0 66px;
}

.blog-sidebar-main .list-blog .blog-article-item {
    margin-bottom: 54px;
}

.blog-sidebar-main .list-blog .blog-article-item .article-thumb {
    max-height: 625px;
}

.blog-list-main {
    padding: 64px 0 66px;
}

.blog-list-main .blog-article-item {
    margin-bottom: 37px;
}

.text-end {
    text-align: right !important;
}

.blog-article-item.style-row .article-thumb {
    width: 300px;
    height: 300px;
}

.blog-list-main .wg-pagination {
    margin-top: 57px;
}

.blog-detail {
    padding: 30px 0 20px;
}

.blog-detail .blog-detail-main .blog-detail-main-heading .tags-lists {
    margin-bottom: 20px;
}

.blog-detail .blog-detail-main .blog-detail-main-heading .tags-lists a {
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}

.blog-detail .blog-detail-main .blog-detail-main-heading .title {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: var(--main);
    text-align: center;
}

.blog-detail .blog-detail-main .blog-detail-main-heading .meta {
    margin-bottom: 30px;
    text-align: center;
}

.blog-detail .blog-detail-main .blog-detail-main-heading .meta span {
    font-weight: 600;
}

.blog-detail .blog-detail-main .blog-detail-main-heading .image {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.blog-detail .blog-detail-main .blog-detail-main-heading .image img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 10px;
}

.blog-detail .blog-detail-main .grid-image {
    display: flex;
    gap: 35px;
    margin-bottom: 48px;
}

.blog-detail .blog-detail-main .grid-image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail .blog-detail-main .desc {
    margin-bottom: 30px;
}

.blog-detail .blog-detail-main .bot {
    margin-bottom: 30px;
}

.blog-detail .blog-detail-main .bot .tags-lists a {
    border-radius: 3px;
    border-color: var(--main);
}

.blog-detail .blog-detail-main .bot p {
    font-weight: 600;
}

.blog-detail .blog-detail-main .bot .tf-social-icon {
    gap: 15px;
}

.blog-detail .blog-detail-main .tf-article-navigation {
    display: flex;
    padding: 27px 0 23px;
    margin-bottom: 80px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.blog-detail .blog-detail-main .tf-article-navigation .item.prev {
    padding-right: 15px;
    padding-left: 0;
}

.blog-detail .blog-detail-main .tf-article-navigation .item.prev::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--line);
    top: 0;
    right: 0;
}

.blog-detail .blog-detail-main .tf-article-navigation .item .inner > a {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
}

.blog-detail .blog-detail-main .tf-article-navigation .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--main);
    border-radius: 50%;
}

.blog-detail .blog-detail-main .tf-article-navigation .item .icon:hover {
    background-color: var(--main);
    border-color: var(--main);
    color: var(--white) !important;
}

.blog-detail .blog-detail-main .tf-article-navigation .icon {
    width: 26px;
    height: 26px;
}

.blog-detail-main .tf-article-navigation h6 {
    font-size: 16px;
    line-height: 24px;
}

.blog-detail-main .tf-article-navigation h6 a {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

blockquote {
    position: relative;
    padding: 16px 30px 25px;
    margin-bottom: 45px;
    border-left: 2px solid var(--main);
}

blockquote .icon {
    margin-bottom: 20px;
}

blockquote .text {
    font-weight: 500;
}

/*end blog post grid style */

/* start blog side bar style  */

.btn-sidebar-mobile {
    display: none;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 100;
    width: max-content;
}

.btn-sidebar-mobile button {
    width: 40px;
    height: 48px;
    display: flex;
    border: 0;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}

.btn-sidebar-mobile button i {
    font-size: 17px;
    color: var(--main);
}

.btn-sidebar-mobile button.type-hover {
    padding: 0 11.5px;
}

.btn-sidebar-mobile button.type-hover span {
    display: none;
}

.btn-sidebar-mobile button.type-hover:hover {
    width: max-content;
    padding-right: 24px;
    gap: 11.5px;
}

.btn-sidebar-mobile button.type-hover:hover span {
    display: block;
}

.btn-sidebar-mobile.left {
    right: auto;
    left: 0;
}

.rtl .btn-sidebar-mobile {
    left: 0;
    right: auto;
}

.rtl .btn-sidebar-mobile.left {
    left: auto;
    right: 0;
}

.rtl .btn-sidebar-mobile.left button {
    transform: rotateY(180deg);
}

/* end blog side bar style  */

/*timeline style start */

.tf-timeline-wrap {
    padding-top: 130px;
    padding-bottom: 20px;
}

.tf-timeline-line {
    position: absolute;
    width: 1px;
    border: 1px dashed var(--line);
    height: 95%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.tf-timeline-line::after,
.tf-timeline-line::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    z-index: 3;
    background-color: var(--line);
    border-radius: 50%;
}

.tf-timeline-line::before {
    top: 0;
}

.tf-timeline-line::after {
    bottom: 0;
}

.tf-timeline-item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
}

.tf-timeline-inner {
    gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-direction: column;
}

.tf-timeline-time {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main);
    color: var(--white);
    border-radius: 2.5px;
    padding: 0 35px;
    font-size: 20px;
    line-height: 36px;
}

.tf-timeline-content,
.tf-timeline-image {
    max-width: 490px;
}

.tf-timeline-content {
    background-color: var(--white);
    text-align: center;
}

.tf-timeline-content .tf-timeline-label {
    margin-bottom: 7px;
}

.tf-timeline-content .tf-timeline-title {
    margin-bottom: 10px;
    word-break: break-word;
}

.tf-timeline-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-position: top;
    object-fit: cover;
}

.flat-wrap-countdown .tf-content-wrap-v2 {
    text-align: center;
}

/* timeline style end */

/* banner_with_video start style  */

.tf-slideshow {
    overflow: hidden;
}

.tf-slideshow .wrap-pagination {
    position: absolute;
    z-index: 10;
    bottom: 57px;
    left: 0;
    right: 0;
}

.tf-slideshow .sw-absolute-3 {
    right: 3%;
    left: unset;
    width: auto;
}

.tf-slideshow .sw-absolute-3 .sw-dots {
    flex-direction: column;
}

.tf-slideshow .card-box {
    padding: 64px 48px 70px;
    border-radius: 10px;
    max-width: 550px;
}

.tf-slideshow .card-box .heading {
    margin-bottom: 38px;
}

.tf-slideshow .subheading {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 22.4px;
}

.tf-slideshow .box-content .subheading {
    margin-bottom: 14px;
}

.tf-slideshow .banner-wrapper {
    position: relative;
}

.tf-slideshow .banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-slideshow .banner-wrapper .description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19.2px;
}

.tf-slideshow .banner-wrapper .tf-btn {
    margin-top: 30px;
}

.tf-slideshow.about-us-page .text {
    font-size: 68px;
    line-height: 81.6px;
}

.tf-slideshow.about-us-page img {
    max-height: 860px;
}

.tf-slideshow .text-in-right .box-content {
    left: unset;
}

.tf-slideshow .card-box-2 {
    max-width: 400px;
}

.tf-slideshow .card-box-2 .title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
}

.tf-slideshow .card-box-2 .price {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.tf-md-hidden {
    display: none;
}

.tf-form-search {
    position: relative;
}

.tf-form-search .search-box {
    position: relative;
}

.tf-form-search .search-box .tf-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background-color: var(--main);
    border-radius: 60px;
    width: 81px;
    height: 36px;
    justify-content: center;
    background-color: #253d4e;
}

.tf-form-search .search-box .tf-btn .icon {
    font-size: 18px;
    color: var(--white);
}

.tf-form-search .search-box .tf-btn:hover {
    background-color: var(--hov-primary);
}

.tf-form-search .search-suggests-results {
    border-radius: 10px;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    z-index: 1000;
    /* width: 1600px; */
    height: auto;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
    max-width: 100%;
    box-shadow: 0 1px 5px 2px #ebebeb;
    pointer-events: none;
}

.tf-form-search .search-suggests-results .search-suggests-results-inner {
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    max-height: calc(95vh - 183px);
}

.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar-track {
    background-color: var(--line);
}

.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.tf-form-search:hover .search-suggests-results {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.tf-form-search .search-suggests-results-inner .search-result-item {
    display: flex;
    gap: 15px;
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content {
    flex-grow: 1;
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .title {
    color: #000000;
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .price {
    color: #000000;
    font-weight: 600;
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .old-price {
    text-decoration: line-through;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.55);
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .new-price {
    color: rgb(219, 18, 21);
    font-weight: 600;
}

.tf-form-search .search-suggests-results-inner .search-result-item .img-box {
    width: 60px;
    height: 84px;
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .img-box
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-form-search
    .search-suggests-results-inner
    li:not(:last-child)
    .search-result-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px var(--line);
}

.rtl .tf-form-search .search-box .tf-btn {
    left: 5px;
    right: auto;
}

.rtl .tf-form-search .search-box input {
    padding-left: 40px;
    padding-right: 18px;
}

.tf-form-search .search-box input {
    width: 100% !important;
    border: 1px solid var(--line);
    outline: 0;
    font-size: 16px;
    /* padding-right: 40px; */
    padding-left: 20px;
    color: var(--main);
    border-radius: 60px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.nav-icon {
    list-style-type: none;
}

.nav-icon li a {
    color: black;
}

#header .nav-icon .nav-icon-item .text {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 500;
    display: inline-block;
}

#header .nav-icon .count-box {
    position: absolute;
    line-height: 18px;
    height: 18px;
    min-width: 18px;
    text-align: center;
    padding: 0 3px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 9999px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    z-index: 2;
    top: -8px;
    right: -10px;
    color: var(--white);
    background-color: var(--primary);
}

#header .nav-icon .nav-icon-item:hover {
    color: var(--primary);
}

@media (max-width: 767px) {
    .top-header-cl {
        margin-left: -72px;
    }
}

.position-relative {
    position: relative;
}

.category_image_layout {
    aspect-ratio: 1/1.2;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.line_h_0 {
    line-height: 1 !important;
}

.header_1_search_icon {
    position: absolute;
    top: 11px;
    right: 11px;
}

.aspect_1_1 {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    min-height: 100px;
    min-width: 80px;
    max-height: 100px;
    max-width: 80px;
}

.aspect_2_3 {
    aspect-ratio: 2/3;
    object-fit: cover;
    object-position: top;
}

.aspect_2_2 {
    aspect-ratio: 2/2;
    object-fit: cover;
    object-position: top;
}

.a_to_button_1 {
    border: none !important;
    color: #000 !important;
    background-color: transparent !important;
}

.a_to_button_1:hover {
    color: var(--primary) !important;
}

.dark-black-text {
    color: #000 !important;
}

.light-img {
    background-color: white !important;
}

.a_to_button_bordr {
    border: none !important;
}

.custom-placeholder-style::placeholder {
    color: #4a4a4a;
    opacity: 1;
    font-weight: bold;
}

.header_search_input {
    background-color: #ffffff;
    color: #333333;
}

.mw-90 {
    width: 90px;
}

@media (max-width: 576px) {
    .mw-90 {
        width: 53px;
    }
}

.mx-1400 {
    max-width: 1400px;
    margin: auto;
}

.grid-4-text {
    width: 95%;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.responsive-table {
    width: 100%;
    overflow-x: scroll;
}

.popup_img {
    width: auto;
    aspect-ratio: 1/2;
    object-fit: cover;
    object-position: top;
    max-height: 500px;
}

.frontend_header_logo {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .frontend_header_logo {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 600px) {
    .frontend_header_logo {
        width: 100%;
        height: auto;
    }

    .facebook_social_image {
        object-fit: contain !important;
    }
}

/* Custom table styling */
.table-custom {
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.table-custom thead th {
    background-color: #393a3a;
    color: #fff;
    border-bottom: none;
}

.table-custom tbody tr {
    transition: background-color 0.3s ease;
}

.table-custom tbody tr:hover {
    background-color: #f1f1f1;
}

.table-custom tbody td {
    border-top: 1px solid #e9ecef;
}

.table-custom tbody tr:last-child td {
    border-bottom: none;
}

/* Responsive table */
@media (max-width: 767.98px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }
}

.brand-line-he {
    line-height: 4 !important;
}

/* Product Image */

.tf-cur {
    display: flex;
    gap: 28px;
}

.tf-payment {
    display: flex;
    gap: 10px;
}

/*------------ tabs ---------------- */
.widget-tabs .widget-menu-tab .item-title:not(.default) {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    position: relative;
}

.widget-tabs .widget-menu-tab .item-title:not(.default)::after {
    position: absolute;
    content: "";
    background-color: var(--main);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-tabs .widget-content-tab {
    position: relative;
    overflow: hidden;
}

.widget-tabs .widget-content-tab .widget-content-inner {
    padding: 35px;
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition-timing-function: ease-in;
    transition-duration: 0.2s;
}

.widget-tabs .widget-content-tab .widget-content-inner.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
}

.widget-tabs.style-has-border {
    border: 1px solid var(--line);
}

.widget-tabs.style-has-border .widget-menu-tab {
    display: flex;
    gap: 10px 50px;
    margin: 0 38px;
    border-bottom: 1px solid var(--line);
    overflow-x: auto;
}

.widget-tabs.style-has-border .widget-menu-tab .item-title {
    padding: 15px 0;
    min-width: max-content;
}

.widget-tabs.style-has-border .widget-menu-tab .item-title::after {
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
}

.widget-tabs.style-has-border .widget-menu-tab .item-title.active::after {
    width: 100%;
}

/*------------ slider banner ---------------- */
.tf-slideshow {
    overflow: hidden;
}

.tf-slideshow .wrap-pagination {
    position: absolute;
    z-index: 10;
    bottom: 57px;
    left: 0;
    right: 0;
}

.tf-slideshow .sw-absolute-3 {
    right: 3%;
    left: unset;
    width: auto;
}

.tf-slideshow .sw-absolute-3 .sw-dots {
    flex-direction: column;
}

.tf-slideshow .card-box {
    padding: 64px 48px 70px;
    border-radius: 10px;
    max-width: 550px;
}

.tf-slideshow .card-box .heading {
    margin-bottom: 38px;
}

.tf-slideshow .subheading {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 22.4px;
}

.swiper-slide .box-content {
    opacity: 0;
}

.swiper-slide.swiper-slide-active .box-content {
    opacity: 1;
}

/*------------ button ---------------- */
.tf-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: background-color, color, border;
    pointer-events: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 14px 24px;
    display: inline-flex;
    border-radius: 3px;
    align-items: center;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
}

.tf-btn.hover-icon .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: right;
    width: 0;
    display: inline-block;
    font-size: 9px;
}

.tf-btn.hover-icon:hover .icon {
    transform: scale(1);
    width: 10px;
    min-width: 10px;
    margin-inline-start: 8px;
}

.tf-btn span {
    z-index: 1;
    color: inherit;
}

.tf-btn.btn-primary {
    background-color: var(--primary);
    color: var(--white);
}

.tf-btn.btn-primary-main {
    background-color: var(--primary);
    color: var(--main);
}

.btn-icon .icon {
    margin-inline-start: 8px;
    display: inline-block;
    font-size: 9px;
}

.btn-xl {
    padding: 0px 30px;
    font-size: 18px;
    line-height: 50px;
}

.btn-xl .icon {
    font-weight: 600;
    margin-inline-start: 12px;
    font-size: 12px;
}

.btn-md {
    padding: 0.6rem 1rem;
    /* font-size: 0.9rem; */
}

.btn-sm {
    padding-left: 18px;
    padding-right: 18px;
}

.btn-fill {
    background-color: var(--main);
    border: 1px solid var(--main);
    color: var(--white);
}

.btn-outline {
    background-color: var(--white);
    border: 1px solid var(--main);
}

.btn-outline-2 {
    background-color: var(--white);
    border: 1px solid #ebebeb;
}

.btn-outline-dark {
    background-color: transparent;
    border: 1px solid var(--main);
    color: var(--main);
    font-weight: 400;
    gap: 12px;
}

.btn-outline-dark i {
    font-size: 10px;
}

.btn-outline-dark:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-light {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.btn-outline-light:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.fill-outline-light {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.fill-outline-light:hover {
    color: var(--main);
    border-color: var(--white);
    background-color: var(--white);
}

.btn-line {
    padding: 0;
    padding-bottom: 7px;
    color: var(--main);
    position: relative;
}

.btn-line .icon {
    margin-inline-start: 8px;
    display: inline-block;
    font-size: 8px;
}

.btn-line::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: var(--main);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-line:hover {
    color: var(--primary);
}

.btn-line:hover::after {
    background-color: var(--primary);
}

.btn-line.collection-other-link {
    padding-bottom: 4px;
}

.btn-line-light {
    color: var(--white);
}

.btn-line-light::after {
    background-color: var(--white);
}

.btn-light .icon {
    color: var(--white);
}

.btn-light-btn {
    background-color: #d9d9d9;
}

.btn-light-icon {
    background-color: var(--white);
}

.btn-fill-line {
    border: 1px solid var(--main) !important;
}

.btn-fill-line:hover {
    border-color: transparent !important;
}

.subscribe-form textarea {
    height: 235px;
}

.subscribe-form.mw-705 button {
    min-width: 215px;
}

.testimonial-sub-title,
.offfer_card_subtitle,
.blog-listing-subtitle,
.p-list-sub-title,
.t-description,
.exception-title,
.exception-error {
    overflow: hidden;
    text-overflow: ellipsis;
}

#recover:target ~ #login,
#recover {
    display: none;
}

.line-h-1 {
    line-height: 1 !important;
}

.c-l-sub-title {
    overflow: hidden;
    text-overflow: ellipsis;
}

#recover:target {
    display: block;
}

.flat-subscrite-wrap .form-newsletter {
    max-width: 520px;
    margin: auto;
}

.flat-subscrite-wrap .subscribe-content {
    display: flex;
    align-items: center;
    gap: 9px;
}

.flat-subscrite-wrap .subscribe-content .email {
    flex-grow: 1;
}

.flat-subscrite-wrap .subscribe-content input {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}

.flat-subscrite-wrap .subscribe-content input:focus {
    border: 1px solid var(--main);
}

.tf-form-search {
    position: relative;
}

.tf-form-search .search-box {
    position: relative;
}

.tf-form-search .search-box .tf-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background-color: var(--main);
    border-radius: 60px;
    width: 81px;
    height: 36px;
    justify-content: center;
    outline: none;
    border: 1px solid var(--line);
}

.tf-form-search .search-box .tf-btn .icon {
    font-size: 18px;
    color: var(--white);
}

.tf-form-search .search-box .tf-btn:hover {
    background-color: var(--primary);
}

.tf-form-search .search-suggests-results {
    border-radius: 10px;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    z-index: 1000;
    /* width: 1600px; */
    height: auto;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
    max-width: 100%;
    box-shadow: 0 1px 5px 2px #ebebeb;
    pointer-events: none;
}

.tf-form-search .search-suggests-results .search-suggests-results-inner {
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    max-height: calc(95vh - 183px);
}

.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar-track {
    background-color: var(--line);
}

.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.tf-form-search:hover .search-suggests-results {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.tf-form-search .search-suggests-results-inner .search-result-item {
    display: flex;
    gap: 15px;
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content {
    flex-grow: 1;
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .title {
    color: #000000;
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .price {
    color: #000000;
    font-weight: 600;
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .old-price {
    text-decoration: line-through;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.55);
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .new-price {
    color: rgb(219, 18, 21);
    font-weight: 600;
}

.tf-form-search .search-suggests-results-inner .search-result-item .img-box {
    width: 60px;
    height: 84px;
}

.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .img-box
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tf-form-search
    .search-suggests-results-inner
    li:not(:last-child)
    .search-result-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px var(--line);
}

.wg-quantity .quantity-product {
    pointer-events: none;
}

/*------------ product ---------------- */
.thumbs-slider {
    display: flex;
    gap: 10px;
}

.thumbs-slider .product-thumb-left-right .swiper-slide {
    height: 115px;
    /* height: max-content; */
}

.thumbs-slider .swiper-slide .item {
    position: relative;
    height: 100%;
}

/* .tf-product-media-thumbs {
    width: calc(14% - 10px);
    max-height: 846px;
  }
  .tf-product-media-thumbs .swiper-slide {
    height: max-content;
  }
  .tf-product-media-thumbs .swiper-slide .item {
    position: relative;
    height: 100%;
  }
  .tf-product-media-thumbs .swiper-slide .item img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tf-product-media-thumbs .swiper-slide .item::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
  }
  .tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item::after {
    border: 2px solid var(--main);
  }

   .tf-product-media-main1,
  .tf-product-media-main2,
  .tf-product-media-main3,
  .tf-product-media-main4,
  .tf-product-media-main {
    width: 86%;
  }
  .tf-product-media-main1 .item,
  .tf-product-media-main2 .item,
  .tf-product-media-main3 .item,
  .tf-product-media-main4 .item,
  .tf-product-media-main .item {
    width: 100%;
    height: 100%;
    max-height: 846px;
  }
  .tf-product-media-main1 .item img,
  .tf-product-media-main2 .item img,
  .tf-product-media-main3 .item img,
  .tf-product-media-main4 .item img,
  .tf-product-media-main .item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }   */

/* //////////// */

.tf-product-info-list {
    padding-left: 25px;
}

.tf-product-info-list > div:not(:last-child) {
    margin-bottom: 30px;
}

.tf-product-info-title {
    margin-bottom: 20px !important;
}

.tf-product-info-badges {
    margin-bottom: 18px !important;
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.tf-product-info-badges .badges {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
    border: 1px solid var(--main);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    line-height: 29px;
}

.tf-product-info-badges .product-status-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.tf-product-info-badges .product-status-content svg {
    animation: tf-ani-flash 2s infinite;
}

.tf-product-info-badges .product-status-content i {
    font-size: 20px;
    color: var(--primary);
    animation: tf-ani-flash 2s infinite;
}

.tf-product-info-price {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tf-product-info-price .price {
    color: var(--main);
    font-size: 28px;
    line-height: 28px;
}

.tf-product-info-price .price-on-sale {
    color: var(--primary);
    font-size: 28px;
    line-height: 28px;
}

.tf-product-info-price .compare-at-price {
    color: rgba(0, 0, 0, 0.55);
    font-size: 20px;
    line-height: 20px;
    text-decoration: line-through;
}

.tf-product-info-price .badges-on-sale {
    background-color: rgb(252, 87, 50);
    border-radius: 28px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    color: var(--white);
}

.tf-product-info-variant-picker {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.tf-product-info-quantity .quantity-title {
    margin-bottom: 5px;
}

.tf-product-info-buy-button form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tf-product-info-buy-button form .btns-full {
    width: 100%;
    margin-top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    height: 44px;
    background-color: #ffc520;
    border-radius: 3px;
    font-weight: 500;
    color: rgb(37, 59, 128);
}

.tf-product-info-buy-button form .btns-full:hover {
    background-color: #f6b600;
}

.tf-product-info-buy-button form .payment-more-option {
    width: 100%;
    margin-top: 10px;
    text-decoration: underline;
    color: rgb(134, 134, 134);
    text-align: center;
}

.tf-product-info-trust-seal {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.tf-product-info-trust-seal .tf-product-trust-mess {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tf-product-info-trust-seal .tf-product-trust-mess i {
    font-size: 21px;
    color: var(--main);
}

.find-size {
    text-decoration: underline !important;
    text-underline-offset: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.find-size:hover {
    color: var(--primary);
}

/* ------ zoom ---------------- */
.tf-zoom-main {
    position: sticky;
    top: 30px;
    z-index: 50;
}

.tf-zoom-main .drift-zoom-pane {
    top: 0;
    left: 0;
    height: 520px;
    max-width: 520px;
    width: 100%;
    background: #fff;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431),
        0 5px 18px rgba(127, 127, 127, 0.2);
    z-index: 3;
}

/*
  .drift-bounding-box.drift-open {
    background: rgba(255, 255, 255, 0.2509803922);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
    z-index: 5000;
  }

  .drift-zoom-pane {
    z-index: 5000;
  } */

/* .section-image-zoom .other-image-zoom {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .section-image-zoom.zoom-active .other-image-zoom {
    opacity: 0.3;
  } */

/* .pswp__bg {
    background: var(--white);
  }

  .pswp__icn {
    fill: rgb(34, 34, 34);
    color: var(--white);
  }
  .pswp__icn .pswp__icn-shadow {
    stroke: var(--white);
    stroke-width: 1px;
    fill: none;
  }

  .pswp__counter {
    color: #222;
    text-shadow: 1px 1px 3px #ffffff;
  } */

/* .tf-model-viewer {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .tf-model-viewer model-viewer {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
  }
  .tf-model-viewer model-viewer.disabled {
    pointer-events: none;
  }
  .tf-model-viewer.active model-viewer {
    pointer-events: all;
  }
  .tf-model-viewer.active .wrap-btn-viewer {
    display: none;
  } */

.products-detail-actions {
    display: inline-flex;
    width: 100%;
    gap: 10px;
}

/* Utility Class */
.min-height-200px {
    min-height: 200px;
}

.play-store-icons {
    width: 100%;
    aspect-ratio: 16/6;
    object-fit: cover;
}

.login_side_logo {
    object-fit: contain;
}

.replace-anchar {
    border: none;
    background-color: transparent;
}

.t2-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.hover_icon_change:hover .white_delete_btn {
    filter: brightness(0) invert(1);
}

.product_searched_container {
    position: absolute !important;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 100%;
    padding: 15px 3px 10 3px;
    opacity: 0;
    min-height: 100px;
    max-height: 500px;
    overflow-y: scroll;
}

/*
 * Top Bar height must be driven by its content, not a fixed pixel value.
 * The default single-line announcement bar is ~55px tall, but richer
 * layout variants (e.g. the Flash Sale countdown, which stacks a number
 * over a label inside padded cells and sits next to a padded CTA button)
 * are taller. A hard `height: 55px` clipped the bottom of those variants.
 *
 * Using `min-height` keeps the familiar 55px look for simple bars while
 * letting taller variants grow to fit. Vertical padding guarantees the
 * content never touches (and never gets clipped by) the top/bottom edges,
 * and `box-sizing: border-box` keeps the collapsed height at 55px so the
 * default design is unchanged.
 */
.top-header-1 {
    min-height: 55px;
    height: auto;
    padding-block: 6px;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    overflow: visible;
}

.top-header {
    min-height: 55px;
    height: auto;
    padding-block: 6px;
    box-sizing: border-box;
    overflow: visible;
}

.header-1-ul-box li {
    transition: all 0.3s ease-in-out;
}

.nav-user-img img {
    width: 40px;
    height: 40px;
}

.header-5-logo {
    width: 150px;
    height: 50px;
}

.h-55px {
    height: 55px;
}

.detail-1-search {
    border-radius: 20px;
    padding: 5px 10px;
    outline: none;
    border: 1px solid rgb(110, 106, 106);
    width: 90%;
}

.c-10-button:hover .icon-tabler-chevron-right {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.float-cart-add-card {
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    min-height: 120px;
    max-width: 540px;
    width: 100%;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 8px;
}

.float-cart-add-content {
    display: flex !important;
    align-items: center;
}

.float-cart-add-card .float-cart-add-detail {
    width: 100%;
}

.float-cart-add-card button {
    white-space: nowrap;
    min-width: 120px;
}

.float-cart-add-detail {
    padding: 0px 12px;
}

.float-cart-add-card .title {
    font-weight: 600;
}

.float-cart-add-card img {
    height: 95px;
    width: 80px;
    border-radius: 7px;
}

/* Floating cart variations styles */
.floating-cart-variations {
    margin-top: 6px;
}

.floating-cart-variations .selected-variations {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.floating-cart-variations .variation-item {
    background-color: #f8f9fa;
    color: #495057;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #e9ecef;
    line-height: 1.2;
}

.floating-cart-variations .variation-item:first-child {
    background-color: var(--primary, #007bff);
    color: white;
    border-color: var(--primary, #007bff);
}

.text-no-wrap {
    text-wrap: nowrap;
}

/* Mobile responsive adjustments */
@media (max-width: 576px) {
    .float-cart-add-card {
        bottom: 15px;
        right: 15px;
        left: 15px;
        max-width: none;
        padding: 12px;
    }

    .floating-cart-variations .variation-item {
        font-size: 10px;
        padding: 2px 6px;
    }

    .float-cart-add-card img {
        height: 80px;
        width: 65px;
    }
}

.btn-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
    color: transparent !important;
}

.btn-overlay {
    display: none;
}

.btn-loading .btn-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
    z-index: 1;
    display: block;
}

.btn-loading > *:not(.btn-overlay) {
    visibility: hidden;
}

.btn-loading .btn-loading-text {
    visibility: hidden;
}

.btn-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 14px);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    box-shadow: 12px 0 0 rgba(255, 255, 255, 0.2),
        24px 0 0 rgba(255, 255, 255, 0.2);
    animation: dotsBlink 1.4s infinite linear;
    z-index: 2;
}

/* google social button style */
.gsi-material-button {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: "Roboto", arial, sans-serif;
    font-size: 18px;
    height: 50px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color 0.218s, border-color 0.218s,
        box-shadow 0.218s;
    transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.gsi-material-button .gsi-material-button-icon {
    height: 25px;
    margin-right: 12px;
    min-width: 20px;
    width: 25px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    /* -webkit-flex-grow: 1;
             flex-grow: 1; */
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity 0.218s;
    transition: opacity 0.218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
        0 1px 3px 1px rgba(60, 64, 67, 0.15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
        0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}

.facebook_social_image {
    height: 50px !important;
    object-fit: cover;

    width: 100%;
}

.facebook_social_wrapper {
    height: 50px !important;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

@keyframes dotsBlink {
    0% {
        background: rgba(255, 255, 255, 1);
        box-shadow: 12px 0 0 rgba(255, 255, 255, 0.2),
            24px 0 0 rgba(255, 255, 255, 0.2);
    }
    33% {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 12px 0 0 rgba(255, 255, 255, 1),
            24px 0 0 rgba(255, 255, 255, 0.2);
    }
    66% {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 12px 0 0 rgba(255, 255, 255, 0.2),
            24px 0 0 rgba(255, 255, 255, 1);
    }
    100% {
        background: rgba(255, 255, 255, 1);
        box-shadow: 12px 0 0 rgba(255, 255, 255, 0.2),
            24px 0 0 rgba(255, 255, 255, 0.2);
    }
}

.refund-media-preview {
    display: flex;
    flex-wrap: wrap;
}

/* Last purchased alert */
.last-purchased-alert {
    border: 1px solid #e5e7eb !important;
    background: #fafbfc;
    border-radius: 6px !important;
}

.last-purchased-alert-content {
    display: flex;
    align-items: center;
}

.last-purchased-alert svg {
    color: var(--primary);
    margin-right: 10px;
}

.last-purchased-alert .ub-h6 {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .last-purchased-alert-content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .last-purchased-alert-content .flex-grow-1 {
        margin-bottom: 10px;
    }

}

/* Filter Chips Styles */
.filter-chips-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.filter-chip {
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    border-radius: 6px !important;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.4rem 0.65rem !important;
    margin: 0.15rem;
    transition: all 0.2s ease;
    color: white !important;
}

.filter-chip:hover {
    opacity: 0.85;
}

.filter-chip .ti-x {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.filter-chip .ti-x:hover {
    opacity: 1;
}

.clear-all-filters {
    border-radius: 6px;
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #6c757d;
    color: #6c757d;
}

.clear-all-filters:hover {
    background-color: #6c757d;
    color: white;
}

.readmore-btn-blog .icon-tabler-arrow-right {
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.77,0,0.175,1);
}

.readmore-btn-blog:hover .icon-tabler-arrow-right {
    transform: translateX(8px);
    transition: transform 0.5s cubic-bezier(0.77,0,0.175,1);
}

@media (max-width: 768px) {
    .filter-chip {
        font-size: 0.8rem;
        padding: 0.35rem 0.5rem !important;
        margin: 0.1rem;
    }

    .filter-chip .ti-x {
        font-size: 0.7rem;
    }

    .clear-all-filters {
        font-size: 0.8rem;
        padding: 0.35rem 0.6rem;
    }
    /*
     * On small screens the top bar content (announcement text, and for
     * richer variants the countdown + CTA) commonly wraps onto multiple
     * lines. Use a taller `min-height` so the collapsed bar keeps its
     * roomier mobile proportions, but let it grow with wrapped content
     * instead of clipping it at a fixed 80px.
     */
    .top-header-1 {
        min-height: 80px;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .coupon-banner-heading {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Delete Link Red Styling */
.delete-link-red {
}

.delete-link-red:hover {
}


/* Delete Link Red Styling */
.delete-link-red {
    color: red !important;
}

.delete-link-red:hover {
    color: white !important;
    background-color: #dc3545 !important;
}

/* =====================================================================
   Global Wishlist State Styles
   ===================================================================== */

/* Fill heart SVG paths when wishlisted — overrides HTML presentation attributes.
   Excludes the transparent overlay path (stroke="none") used by Tabler icons. */
.heart-icon.wishlisted svg path:not([stroke="none"]),
svg.heart-icon.wishlisted path:not([stroke="none"]) {
    fill: currentColor;
}

/* Cart page out-of-stock wishlist button */
.ub-cart-wishlist-btn {
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.ub-cart-wishlist-btn.wishlisted {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    background: rgba(220, 53, 69, 0.05) !important;
}
.ub-cart-wishlist-btn.wishlisted .heart-icon svg path:not([stroke="none"]) {
    fill: currentColor;
}

/* Migrated from deleted resources/css/admin/admin-style.css (2026-08-28) —
   these utility classes are still in active use by:
     - backend/uploaded_files/info.blade.php  (.hover-view, .dropdown-width)
     - resources/js/backend/ub-core-be.js    (.download-icon-style, dynamic) */
.hover-view {
    background-color: #f8f9fa;
    overflow: hidden;
}

.dropdown-width {
    min-width: 150px;
    max-width: 250px;
    padding: 5px;
}

.download-icon-style {
    display: flex;
    align-items: center;
    height: 100px;
}
/* ============================================================
   Swiper Navigation Buttons – Global Styles
   All swiper prev/next button UI & responsive rules live here.
   ============================================================ */

/* ------- Base swiper-button-next / prev (global) ------- */
.swiper-button-next,
.swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    background-color: var(--primary);
    color: var(--white, #ffffff);
    border: none;
    cursor: pointer;
    z-index: 10;
    margin-top: 0;
    transition: background-color 0.2s ease, color 0.2s ease,
        transform 0.2s ease, box-shadow 0.2s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 15px !important;
    color: white;
    font-weight: 600;
}

/* ------- Generic disabled state ------- */
.swiper-button-disabled {
    cursor: auto !important;
}

/* ------- box-sw-navigation ------- */
.box-sw-navigation {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ------- .nav-sw (small circle nav) ------- */
.nav-sw {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--main);
    border: 1px solid var(--main);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
    cursor: pointer;
}

.nav-sw.swiper-button-disabled {
    border-color: rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.4);
}

.nav-sw:hover:not(.swiper-button-disabled) {
    background-color: var(--main);
    color: var(--white);
}

.nav-sw.lg {
    width: 46px;
    height: 46px;
    font-size: 12px;
}

.nav-sw.square {
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

.nav-sw.round {
    border-radius: 999px;
}

.nav-sw.style-not-line {
    border-color: transparent;
}

.nav-sw.style-not-line.swiper-button-disabled {
    background-color: rgba(255, 255, 255, 0.4);
    color: rgb(0, 0, 0);
}

.nav-sw.line-white {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}

.nav-sw.line-white:hover:not(.swiper-button-disabled) {
    color: var(--main);
    background-color: var(--white);
    border-color: var(--white);
}

.nav-sw.line-white.swiper-button-disabled {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
}

.nav-sw.disable-line.swiper-button-disabled {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    color: rgb(0, 0, 0);
}

.nav-sw.style-blue {
    border-color: #1c355e;
    background-color: #1c355e;
}

.nav-sw.style-blue .icon {
    color: var(--white);
}

.nav-sw.style-blue:hover:not(.swiper-button-disabled) {
    border-color: var(--white);
    background-color: var(--white);
}

.nav-sw.style-blue:hover:not(.swiper-button-disabled) .icon {
    color: #1c355e;
}

.nav-sw.style-blue.swiper-button-disabled {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
}

.nav-sw.style-blue.swiper-button-disabled .icon {
    color: #1c355e;
}

.nav-sw.style-white {
    background-color: var(--white);
    border: 0;
}

.nav-sw.style-white-line {
    background-color: var(--white);
}

/* ------- .nav-sw-arrow ------- */
.nav-sw-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

.nav-sw-arrow:hover {
    color: var(--primary);
}

.nav-sw-arrow.swiper-button-disabled {
    color: rgba(0, 0, 0, 0.4);
}

.nav-sw-arrow.type-white {
    color: var(--white);
}

.nav-sw-arrow.type-white:hover {
    color: var(--primary);
}

/* ------- hover-sw-nav (show on hover wrapper) ------- */
.hover-sw-nav {
    position: relative;
}

.hover-sw-nav .nav-sw {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    visibility: hidden;
    background-color: var(--white);
    border-color: transparent;
}

.hover-sw-nav .nav-sw.nav-next-slider {
    margin-left: 20px;
    left: 13px;
}

.hover-sw-nav .nav-sw.nav-prev-slider {
    right: 13px;
    margin-right: 20px;
}

.hover-sw-nav .nav-sw.w_46 .icon {
    font-size: 12px;
}

.hover-sw-nav .nav-sw.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.2);
}

.hover-sw-nav .nav-sw:hover:not(.swiper-button-disabled) {
    background-color: var(--main);
    color: var(--white);
}

.hover-sw-nav .nav-sw.style-2.swiper-button-disabled {
    opacity: 0.4;
    background-color: var(--white);
}

.hover-sw-nav.view-default .nav-sw,
.hover-sw-nav:hover .nav-sw {
    margin: 0;
    visibility: visible;
}

.hover-sw-nav.hover-sw-2 .nav-sw {
    top: 37%;
}

.hover-sw-nav.hover-sw-3 .nav-sw {
    top: 40%;
}

.hover-sw-nav.hover-sw-4 .nav-sw {
    top: 35%;
}

.hover-sw-nav.hover-sw-5 .nav-sw {
    top: 32%;
}

/* ------- Component-specific Swiper navigation ------- */

/* Related-products preview: hide buttons */
.rp-layout-preview-clip .swiper-button-prev,
.rp-layout-preview-clip .swiper-button-next {
    display: none !important;
}

/* Brands B2 */
.nav-prev-brands-b2,
.nav-next-brands-b2 {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--primary, #377dff);
    border: 1px solid transparent;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    color: var(--white, #ffffff) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease,
        border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
        filter 0.2s ease;
}

.nav-prev-brands-b2:hover,
.nav-next-brands-b2:hover {
    transform: translateY(-50%) translateY(-2px);
    border-color: transparent;
    filter: brightness(1.05);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22);
}

.nav-prev-brands-b2 {
    left: 0;
}

.nav-next-brands-b2 {
    right: 0;
}

.nav-prev-brands-b2::after,
.nav-next-brands-b2::after {
    font-size: 14px;
    font-weight: 700;
    color: var(--white, #ffffff) !important;
}

/* Categories C1 / C6 */
.c1-swiper-container .c1-nav-prev-collection,
.c1-swiper-container .c1-nav-next-collection,
.c6-swiper-container .c6-nav-prev-collection,
.c6-swiper-container .c6-nav-next-collection {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    margin-top: 0;
    z-index: 10;
}

.c1-swiper-container .c1-nav-prev-collection,
.c6-swiper-container .c6-nav-prev-collection {
    left: 5px;
}

.c1-swiper-container .c1-nav-next-collection,
.c6-swiper-container .c6-nav-next-collection {
    right: 5px;
}

/* Offer-card custom swiper button */
.custom-swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.nav-prev-collection.custom-swiper-button,
.nav-prev-collection-c8.custom-swiper-button {
    left: 10px;
}

.nav-next-collection.custom-swiper-button,
.nav-next-collection-c8.custom-swiper-button {
    right: 10px;
}

/* Content-slider S4 nav */
.s4-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.92);
    color: #0f1115;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease,
        box-shadow 0.2s ease;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.s4-nav-btn:hover {
    background: var(--primary, #1d4ed8);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
    transform: translateY(-50%) scale(1.05);
}

.s4-nav-btn.swiper-button-disabled {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(15, 17, 21, 0.45);
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: none;
    cursor: default;
}

.s4-nav-prev {
    left: 18px;
}

.s4-nav-next {
    right: 18px;
}

/* Content-slider S1 nav */
.slider_swiper .s1-swiper-button-prev,
.slider_swiper .s1-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease,
        box-shadow 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.92);
    color: #0f1115;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.slider_swiper .s1-swiper-button-prev:hover,
.slider_swiper .s1-swiper-button-next:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
    background: var(--primary, #1d4ed8);
    color: #ffffff;
    border-color: transparent;
}

.slider_swiper .s1-swiper-button-prev i,
.slider_swiper .s1-swiper-button-next i {
    font-size: 18px;
    line-height: 1;
}

.slider-content-container:hover .s1-swiper-button-prev,
.slider-content-container:hover .s1-swiper-button-next {
    opacity: 1;
    pointer-events: auto;
}

.slider_swiper .s1-swiper-button-prev.swiper-button-disabled,
.slider_swiper .s1-swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.6);
    color: rgba(15, 17, 21, 0.45);
    border-color: rgba(0, 0, 0, 0.08);
}

.slider-content-container:hover .s1-swiper-button-prev.swiper-button-disabled,
.slider-content-container:hover .s1-swiper-button-next.swiper-button-disabled {
    opacity: 0.45;
}

.slider_swiper .s1-swiper-button-prev {
    left: 22px;
}

.slider_swiper .s1-swiper-button-next {
    right: 22px;
}

/* ------- navigation-sw-dot ------- */
.navigation-sw-dot.swiper-button-disabled {
    width: 36px;
    height: 36px;
}

.navigation-sw-dot.swiper-button-disabled span {
    width: 12px;
    height: 12px;
}

/* ------- box-nav-pagination disabled ------- */
.nav-arr-default.swiper-button-disabled {
    opacity: 0.35;
}

/* ------- button-style-arrow ------- */
.button-style-arrow {
    width: 46px;
    height: 46px;
    background-color: var(--white);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-style-arrow::after {
    font-size: 11px;
    color: var(--main);
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-style-arrow:hover {
    background-color: var(--primary);
}

.button-style-arrow:hover::after {
    color: var(--white);
}

/* ------- wrap-carousel ------- */
.wrap-carousel {
    position: relative;
}

.wrap-carousel .nav-sw {
    z-index: 20;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wrap-carousel .nav-next-slider {
    left: -84px;
}

.wrap-carousel .nav-prev-slider {
    right: -84px;
}

.wrap-carousel .sw-dots {
    display: none;
}

.wrap-carousel.wrap-sw-2 .nav-sw {
    top: 37%;
}

.wrap-carousel.wrap-sw-3 .nav-sw {
    top: 46%;
}

/* ============================================================
   Responsive – Swiper button sizing
   ============================================================ */

/* Core swiper buttons – compact on smaller screens */
@media (max-width: 575.98px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 32px !important;
        height: 32px !important;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 13px !important;
    }
}

/* S1 slider – tablet/mobile */
@media (max-width: 767px) {
    .slider_swiper .s1-swiper-button-prev,
    .slider_swiper .s1-swiper-button-next {
        width: clamp(34px, 12vw, 42px);
        height: clamp(34px, 12vw, 42px);
    }

    .slider_swiper .s1-swiper-button-prev {
        left: 10px;
    }

    .slider_swiper .s1-swiper-button-next {
        right: 10px;
    }

    .slider_swiper .s1-swiper-button-prev i,
    .slider_swiper .s1-swiper-button-next i {
        font-size: 16px;
    }
}

/* C6 categories – small mobile */
@media (max-width: 480px) {
    .c6-swiper-container .c6-nav-prev-collection,
    .c6-swiper-container .c6-nav-next-collection {
        width: 25px;
        height: 25px;
    }
}

/* C1 categories – small mobile */
@media (max-width: 575.98px) {
    .c1-swiper-container .c1-nav-prev-collection,
    .c1-swiper-container .c1-nav-next-collection {
        width: 32px;
        height: 32px;
    }
}

/* Compact swiper buttons for brands, categories, offers, products, groups, and coupons */
@media (max-width: 575.98px) {
    :is(
        [class*="nav-prev-brands-"],
        [class*="nav-next-brands-"],
        [class*="nav-prev-collection"],
        [class*="nav-next-collection"],
        [class*="c1-nav-"],
        [class*="c2-nav-"],
        [class*="c3-nav-"],
        [class*="c4-nav-"],
        [class*="c5-nav-"],
        [class*="c6-nav-"],
        [class*="c7-nav-"],
        [class*="c8-nav-"],
        [class*="c9-nav-"],
        [class*="c10-nav-"],
        [class*="c11-nav-"],
        [class*="c12-nav-"],
        [class*="nav-prev-related-"],
        [class*="nav-next-related-"],
        [class*="best-product-nav-"],
        [class*="product-listing-nav-"],
        [class*="featured-product-nav-"],
        [class*="custom-product-nav-"],
        [class*="coupon-nav-"],
        .tf-swiper-button-prev,
        .tf-swiper-button-next,
        .t8-nav,
        .custom-swiper-button,
        .custom-nav-btn,
        .thumbs-prev,
        .thumbs-next,
        .previous_content,
        .next_search,
        .tabs-product-swiper .swiper-button-prev,
        .tabs-product-swiper .swiper-button-next,
        .coupon-banner-section-5 .coupon-nav-btn,
        .swiper-button-prev-custom,
        .swiper-button-next-custom
    ) {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        line-height: 32px;
        font-size: 0.875rem;
    }

    :is(
        [class*="nav-prev-brands-"],
        [class*="nav-next-brands-"],
        [class*="nav-prev-collection"],
        [class*="nav-next-collection"],
        [class*="c1-nav-"],
        [class*="c2-nav-"],
        [class*="c3-nav-"],
        [class*="c4-nav-"],
        [class*="c5-nav-"],
        [class*="c6-nav-"],
        [class*="c7-nav-"],
        [class*="c8-nav-"],
        [class*="c9-nav-"],
        [class*="c10-nav-"],
        [class*="c11-nav-"],
        [class*="c12-nav-"],
        [class*="nav-prev-related-"],
        [class*="nav-next-related-"],
        [class*="best-product-nav-"],
        [class*="product-listing-nav-"],
        [class*="featured-product-nav-"],
        [class*="custom-product-nav-"],
        [class*="coupon-nav-"],
        .tf-swiper-button-prev,
        .tf-swiper-button-next,
        .t8-nav,
        .custom-swiper-button,
        .custom-nav-btn,
        .thumbs-prev,
        .thumbs-next,
        .previous_content,
        .next_search,
        .tabs-product-swiper .swiper-button-prev,
        .tabs-product-swiper .swiper-button-next,
        .coupon-banner-section-5 .coupon-nav-btn,
        .swiper-button-prev-custom,
        .swiper-button-next-custom
    )::after {
        font-size: 14px;
    }

    .coupon-banner-section-5 .coupon-nav-btn i {
        font-size: 14px;
    }
}
/* Pagination */
.pagination .page-link,
.page-item.disabled .page-link {
    min-width: 32px;
    min-height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    border: 1px solid var(--soft-light);
    font-size: 0.875rem;
    border-radius: 0 !important;
    color: var(--dark);
}

.pagination .page-item {
    margin: 0 5px;
}

/* Carousel */
.ub-carousel.coupon-slider .slick-track {
    margin-left: 0;
}

/* Form Controls */
.form-control:focus {
    border-width: 2px !important;
}

/* Tagify */
.tagify.tagify--focus {
    border-width: 2px;
    border-color: var(--primary);
}

/* Map */
#map, #edit_map {
    width: 100%;
    height: 250px;
}

/* Other styles */
.overflow-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
 
.help-no {
    text-align: end;
}

.list-style-cl {
    list-style-type: none;
}

.bg_line {
    background-color: var(--line);
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .set-position {
        left: 7% !important;
    }
}

@media (min-width: 765px) and (max-width: 1024px) {
    .set-position {
        left: -5% !important;
        width: 771px !important;
    }
}

.set-position {
    position: absolute;
    left: 12%;
    top: 100%;
    width: 1000px;
    z-index: 2 !important;
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.05) !important;
}

.set-max-height {
    max-height: 600px;
    overflow-y: auto;
}

.position-unset {
    position: unset;
}

.attribute-menu {
    max-height: 550px;
    overflow-y: auto;
}

.under_line_bottom {
    border-bottom: 2px solid #f2f2f2;
}

.attribute-drop-down-style {
    max-height: 200px;
    overflow-y: auto;
}

.attribute_filter {
    cursor: pointer;
}

/* =========================================================
   Section Border Radius — CSS Variable Bindings
   (merged from resources/css/frontend/section-border-radius.css)
   Applies business_settings-driven radius to each layout's main card.
   !important overrides any inline styles. CSS variables defined in
   main_css_libs.blade.php from business_settings.
   ========================================================= */

/* Testimonial Layouts (T1–T8) */
#testimonial_section_t1 .t1-card {
    border-radius: var(--T1-border-radius, 16px) !important;
}
#testimonial_section_t2 .t2-card {
    border-radius: var(--T2-border-radius, 12px) !important;
}
.testimonial_3 .t3-card {
    border-radius: var(--T3-border-radius, 10px) !important;
}
#testimonial_section_t6 .t6-card {
    border-radius: var(--T6-border-radius, 16px) !important;
}

/* Product Card Layouts (pc_1–pc_5) */
.ubx-product-card-pc_1 { border-radius: var(--pc_1-border-radius, 0px) !important; }
.ubx-product-card-pc_2 { border-radius: var(--pc_2-border-radius, 15px) !important; }
.ubx-product-card-pc_3 { border-radius: var(--pc_3-border-radius, 13px) !important; }
.ubx-product-card-pc_4 { border-radius: var(--pc_4-border-radius, 24px) !important; }
.ubx-product-card-pc_5 { border-radius: var(--pc_5-border-radius, 18px) !important; }

/* Category Listing Layouts (c1, c3) */
.c1-category-card {
    border-radius: var(--c1-border-radius, 10px) !important;
}
.category-layout-c3 .category-card-c3 {
    border-radius: var(--c3-border-radius, 18px) !important;
}

/* Group Listing / Tabs (TB1–TB5) */
.custom-tab-TB1 { border-radius: var(--TB1-border-radius, 100px) !important; }
.modern-tabs-TB2 .nav-link-TB2 {
    border-radius: var(--TB2-border-radius, 8px) var(--TB2-border-radius, 8px) 0 0 !important;
}
.custom-tab-btn-TB3 { border-radius: var(--TB3-border-radius, 100px) !important; }
.card-tabs-TB4::-webkit-scrollbar-thumb {
    border-radius: var(--TB4-border-radius, 3px) !important;
}
.nav-tabs-TB5 .nav-link-TB5 {
    border-radius: var(--TB5-border-radius, 4px) !important;
}

/* FAQ Layouts */
.ub-faq-grid__card { border-radius: var(--faq-grid-border-radius, 14px) !important; }
.ub-faq-sidebar__navwrap { border-radius: var(--faq-sidebar-border-radius, 14px) !important; }
.ub-faq-tabs__bar { border-radius: var(--faq-htabs-border-radius, 16px) !important; }
.ub-faq-card { border-radius: var(--faq-cards-border-radius, 20px) !important; }
.ub-faq-dark__bg { border-radius: var(--faq-dark-border-radius, 20px) !important; }
.ub-faq-hero__hero { border-radius: var(--faq-hero-border-radius, 24px) !important; }
.ub-faq-compact__grid { border-radius: var(--faq-compact-border-radius, 16px) !important; }

/* Subscribe Layouts (S2, S4, S7, S8, S9) */
.ubx-s2-container { border-radius: var(--S2-border-radius, 8px) !important; }
.ubx-s4-card { border-radius: var(--S4-border-radius, 12px) !important; }
.ubx-s7-card { border-radius: var(--S7-border-radius, 40px) !important; }
.ubx-s8-box { border-radius: var(--S8-border-radius, 4px) !important; }
.ubx-s9-box { border-radius: var(--S9-border-radius, 12px) !important; }

/* Coupon Banner Layouts */
.coupon-card-6 { border-radius: var(--coupon-banner-6-border-radius, 8px) !important; }
.coupon-gift-card { border-radius: var(--coupon-banner-8-border-radius, 8px) !important; }
.coupon-stack-card__layer { border-radius: var(--coupon-banner-10-border-radius, 4px) !important; }

/* Timeline Layouts (tm2–tm5) */
.timeline-t2-card { border-radius: var(--tm2-border-radius, 16px) !important; }
.timeline-t3-card { border-radius: var(--tm3-border-radius, 24px) !important; }
.timeline-t4-card { border-radius: var(--tm4-border-radius, 20px) !important; }
.timeline-t5-content-box { border-radius: var(--tm5-border-radius, 20px) !important; }

/* Scroll Text Layouts */
.scroll-badge-item { border-radius: var(--scroll-text-3-border-radius, 8px) !important; }
.scroll-split-bar { border-radius: var(--scroll-text-4-border-radius, 10px) !important; }

/* Offer Card (oc_10 hardcoded; oc_1–oc_9 use per-card inline) */
.oc-10-card { border-radius: var(--oc_10-border-radius, 12px) !important; }

/* Slider Layout Types (fallback when no per-slide radius set) */
.image_slider_container {
    border-radius: var(--slider-image-border-radius, 0px);
    overflow: hidden;
}
.video_slider_container {
    border-radius: var(--slider-video-border-radius, 0px);
    overflow: hidden;
}
.color_slider_container {
    border-radius: var(--slider-color-border-radius, 0px);
    overflow: hidden;
}

/* Banner Layout Types */
.grid-four-banner-card {
    border-radius: var(--banner-grid4-border-radius, 0px) !important;
    overflow: hidden !important;
}
.two-images-banner-card {
    border-radius: var(--banner-two-images-border-radius, 0px) !important;
    overflow: hidden !important;
}
.tf-img-with-text:not(.three-img-grid-banner) {
    border-radius: var(--banner-land-text-border-radius, 0px) !important;
    overflow: hidden !important;
}
.three-img-grid-banner {
    border-radius: var(--banner-three-images-border-radius, 0px) !important;
    overflow: hidden !important;
}
.banner-with-text-section {
    border-radius: var(--banner-with-text-border-radius, 0px) !important;
    overflow: hidden !important;
}
.tf-slideshow.slider-video {
    border-radius: var(--banner-with-video-border-radius, 0px) !important;
    overflow: hidden !important;
}