/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************/
@font-face {
    font-family: iransansRegular;
    src: url("../fonts/iransans-regular.woff");
    font-style: normal;
}

.font-pelakFA {
    font-family: iransansRegular !important;
}

body, a, h5, h1, h2, h3, h4, h6 {
    font-family: iransansRegular !important;
}

.product-detail {
    direction: rtl !important;
}

:root {
    --light-white: 255, 255, 255;
    --white: 255, 255, 255;
    --black: 0, 0, 0;
    --light-color: 118, 118, 118;
    --theme-font-color: 34, 34, 34;
    --bs-heading-color: #222;
    --dark-color: 38, 40, 52;
    --light-background: 242, 242, 242;
    --box-background: 248, 248, 248;
    --light-border: 233, 233, 233;
    --dark-border: 118, 118, 118;
    --star-yellow: 255, 196, 0;
    --theme-default: 204, 162, 112;
    --success-color: 48, 153, 117;
    --danger-color: 255, 79, 79;
    --border: 238, 238, 238
}

    :root .layout-2 {
        --theme-default: 238, 144, 81
    }

    :root .layout-3 {
        --theme-default: 254, 94, 53
    }

    :root .layout-4 {
        --theme-default: 226, 131, 90
    }

.dark {
    --light-white: 26, 25, 25;
    --white: 223, 223, 223;
    --black: 255, 255, 255;
    --light-color: 118, 118, 118;
    --theme-font-color: 255, 255, 255;
    --bs-heading-color: #fff;
    --bs-body-color: #a3a3a3;
    --dark-color: 222, 222, 222;
    --light-background: 242, 242, 242;
    --box-background: 47, 47, 47;
    --light-border: 40, 40, 40;
    --dark-border: 118, 118, 118;
    --border: 58, 57, 57
}

.bg-color-purple {
    background-color: #6570e6
}

.bg-color-blue {
    background-color: #b54747
}

.bg-color-red {
    background-color: #dc9260
}

.bg-color-yellow {
    background-color: #ffc7c7
}

.theme-default {
    background-color: rgba(var(--theme-default), 1) !important
}

.bg-color-brown {
    background-color: #cca270
}

.bg-color-chocolate {
    background-color: #b19a8c
}

.bg-color-coffee {
    background-color: #f0e5d7
}

.bg-color-black {
    background-color: #222
}

.theme-color {
    color: rgba(var(--theme-default), 1)
}

.light-bg {
    background-color: rgba(var(--box-background), 1)
}

.danger-color {
    background-color: rgba(var(--danger-color), 1)
}

.star-color {
    background-color: rgba(var(--star-yellow), 1)
}

body {
    background-color: rgba(var(--light-white), 1);
    color: rgba(var(--theme-font-color), 1);
    font-size: 14px;
    padding-right: 0 !important;
    position: relative
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Outfit, sans-serif
}

h1 {
    font-size: calc(19.2px + 2.125vw);
    line-height: .9
}

h1,
h2 {
    font-weight: 600;
    text-transform: capitalize
}

h2 {
    font-size: calc(18.4px + 1.125vw);
    line-height: 1.2
}

h3 {
    font-size: calc(17px + .9375vw);
    line-height: 1.3
}

h3,
h4 {
    font-weight: 500;
    text-transform: capitalize
}

h4 {
    font-size: calc(16.8px + .375vw)
}

h4,
h5 {
    line-height: 1.2
}

h5 {
    font-size: calc(14.8px + .375vw);
    font-weight: 500
}

h6 {
    font-size: calc(15.8px + .0625vw);
    font-weight: 400;
    line-height: 1.2
}

ul {
    margin-bottom: 0;
    padding-left: 0
}

[dir=rtl] ul {
    padding-right: 0
}

li {
    display: inline-block;
    font-size: 14px
}

li,
p {
}

p {
    font-size: calc(14.8px + .0625vw);
    font-weight: 400;
    margin-bottom: 0
}

p,
span {
    color: rgba(var(--light-color), 1)
}

span {
    font-size: calc(12.8px + .0625vw)
}

a {
    color: rgba(var(--theme-font-color), 1);
    cursor: pointer;
    display: inline-block;
    font-size: calc(14.8px + .0625vw);
    font-weight: 400;
}

    a,
    a:hover {
        text-decoration: none;
        transition: .4s ease
    }

        a:focus,
        button:focus {
            outline: none
        }

.btn:active {
    border-color: transparent !important
}

label {
    margin-bottom: .5rem
}

input:focus {
    border: 1px solid rgba(var(--theme-default), 1);
    box-shadow: none;
    outline: none
}

input::-moz-placeholder {
    color: rgba(var(--light-color), 1);
    font-size: 15px
}

input::placeholder {
    color: rgba(var(--light-color), 1);
    font-size: 15px
}

textarea {
    background-color: transparent
}

    textarea:focus {
        border: 1px solid rgba(var(--theme-default), 1);
        box-shadow: none;
        outline: none
    }

    textarea::-moz-placeholder {
        color: rgba(var(--light-color), 1);
        font-size: 15px
    }

    textarea::placeholder {
        color: rgba(var(--light-color), 1);
        font-size: 15px
    }

select:focus {
    border: 1px solid rgba(var(--light-border), 1) !important;
    box-shadow: none !important;
    outline: none !important
}

@media (min-width:1500px) {
    .custom-container {
        margin: 0 auto;
        max-width: 1440px;
        padding: 0 15px
    }
}

@media (min-width:1700px) {
    .custom-container {
        margin: 0 auto;
        max-width: 1670px;
        padding: 0 15px
    }
}

.form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.section-space {
    padding-bottom: calc(30px + 3.125vw)
}

.section-space,
.section-t-space,
section {
    padding-top: calc(30px + 3.125vw)
}

.section-b-space {
    padding-bottom: calc(30px + 3.125vw)
}

.large-section {
    padding-bottom: 120px;
    padding-top: 120px
}

.small-section {
    padding-bottom: 50px;
    padding-top: 50px
}

.x-small-section {
    padding-bottom: 30px;
    padding-top: 30px
}

.custom-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid rgba(var(--light-color), .6);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 20px
}

    .custom-checkbox:before {
        color: rgba(var(--theme-default), 1);
        content: "\f00c";
        font-family: FontAwesome !important;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: all .3s ease-in-out
    }

    .custom-checkbox:checked {
        background-color: rgba(var(--theme-default), 1);
        border: 1px solid rgba(var(--theme-default), 1)
    }

        .custom-checkbox:checked:before {
            color: rgba(var(--white), 1);
            transform: translate(-50%, -50%) scale(1)
        }

.custom-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin-left: 3px;
    outline: 1px solid rgba(var(--theme-default), 1);
    outline-offset: 2px;
    transition: all .3s ease-in-out;
    width: 14px
}

[dir=rtl] .custom-radio {
    margin-left: unset;
    margin-right: 3px
}

.custom-radio:checked {
    background-color: rgba(var(--theme-default), 1);
    outline: 1px solid rgba(var(--theme-default), 1)
}

.custom-radio:focus {
    border: none
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none
    }

.dark input {
    color: rgba(var(--white), 1)
}

    .dark input::-moz-placeholder {
        color: rgba(var(--white), .4)
    }

    .dark input::placeholder {
        color: rgba(var(--white), .4)
    }

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    color: rgba(var(--light-color), 1)
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: rgba(var(--light-color), 1)
}

[dir=rtl] [type=email] {
    direction: rtl
}

.switch {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 55px
}

    .switch input {
        height: 0;
        opacity: 0;
        width: 0
    }

        .dark .switch input:checked + .slider,
        .switch input:checked + .slider {
            background-color: rgba(var(--theme-default), 1)
        }

        .dark .switch input:focus + .slider,
        .switch input:focus + .slider {
            box-shadow: 0 0 1px rgba(var(--theme-default), 1)
        }

        .switch input:checked + .slider:before {
            transform: translateX(23px)
        }

@media (max-width:1199px) {
    .switch input:checked + .slider:before {
        transform: translateX(21px)
    }
}

.switch .slider {
    background-color: #eee;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.dark .switch .slider {
    background-color: rgba(var(--white), .4)
}

.switch .slider:before {
    background-color: rgba(var(--white), 1);
    bottom: 4px;
    content: "";
    height: 23px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 23px
}

.switch .slider.round {
    border-radius: 34px
}

    .switch .slider.round:before {
        border-radius: 50%
    }

.sticky {
    left: 0;
    position: sticky
}

    .sticky,
    .sticky.off-50 {
        top: 50px
    }

        .sticky.off-88 {
            top: 88px
        }

.btn_black {
    align-items: center;
    background-image: linear-gradient(90deg, #222 0, #494949 51%, #222);
    background-size: 200% auto;
    border-radius: 0;
    color: rgba(var(--white), 1) !important;
    display: inline-flex;
    font-size: calc(12.8px + .375vw);
    font-weight: 500;
    gap: 6px;
    justify-content: center;
    padding: calc(5.6px + .125vw) calc(4.8px + 1vw);
    transition: all .5s ease
}

    .btn_black svg {
        height: 20px;
        width: 20px;
        fill: rgba(var(--white), 1)
    }

    .btn_black:hover {
        background-position: 100%;
        color: rgba(var(--white), 1)
    }

    .btn_black.sm {
        padding: 6px calc(4.8px + 1vw)
    }

.btn_outline {
    border: 1px solid rgba(var(--theme-font-color), 1);
    border-radius: 0;
    color: rgba(var(--theme-font-color), 1);
    font-size: calc(12.8px + .375vw);
    font-weight: 500;
    padding: calc(5.6px + .125vw) calc(4.8px + 1vw);
    position: relative;
    transition: all .5s ease
}

    .btn_outline svg {
        height: 20px;
        transition: all .4s ease;
        width: 20px;
        fill: rgba(var(--theme-font-color), 1)
    }

    .btn_outline:hover {
        background-color: rgba(var(--theme-default), .1);
        border-color: rgba(var(--theme-default), 1);
        color: rgba(var(--theme-default), 1)
    }

        .btn_outline:hover svg {
            fill: rgba(var(--theme-default), 1)
        }

    .btn_outline.sm {
        padding: 6px calc(4.8px + 1vw)
    }

.link-hover-anim {
    cursor: pointer;
    line-height: 1
}

    .link-hover-anim,
    .link-hover-anim .link-strong {
        display: inline-block;
        overflow: hidden;
        position: relative;
        transition: all .4s ease-in-out
    }

        .link-hover-anim .link-strong {
            font-size: calc(12.8px + .375vw);
            font-weight: 500;
            padding: 0;
            text-decoration: underline;
            text-underline-offset: 2px
        }

            .link-hover-anim .link-strong svg {
                height: 20px;
                margin: 0 4px;
                width: 20px;
                transform: scaleX(-1) !important;
            }

.btn_black svg {
    transform: scaleX(-1) !important;
}

.btn svg {
    transform: scaleX(-1) !important;
}

.link-hover-anim .link-strong-unhovered {
    color: rgba(var(--theme-default), 1);
    display: block
}

    .link-hover-anim .link-strong-unhovered svg {
        fill: rgba(var(--theme-default), 1)
    }

.link-hover-anim .link-strong-hovered {
    color: rgba(var(--theme-font-color), 1);
    display: block;
    opacity: 0;
    position: absolute;
    top: 2px;
    transform: translateY(150%) translateZ(.001px) skewY(10deg)
}

    .link-hover-anim .link-strong-hovered svg {
        fill: rgba(var(--theme-font-color), 1);
        transform: scaleX(-1) !important;
    }

.link-hover-anim:hover .link-strong-unhovered {
    opacity: 0;
    transform: translateY(-150%) translateZ(.001px) skewY(-10deg)
}

.link-hover-anim:hover .link-strong-hovered {
    opacity: 1;
    transform: translateY(0) translateZ(.001px) skewY(0)
}

.theme-btns {
    align-items: center;
    display: flex;
    gap: 15px;
    position: fixed;
    right: 0;
    top: calc(50% + 70px);
    transform: rotate(90deg);
    transform-origin: right top;
    z-index: 1
}

[dir=rtl] .theme-btns {
    direction: ltr;
    left: -78px;
    right: unset;
    transform-origin: top
}

.theme-btns .btntheme {
    align-items: center;
    background: rgba(var(--theme-default), 1);
    border: none;
    color: #fff;
    display: flex;
    gap: 6px;
    outline: none;
    padding: 5px 14px;
    z-index: 3
}

    .theme-btns .btntheme i {
        font-size: calc(15.6px + .125vw)
    }

    .theme-btns .btntheme div {
        font-size: calc(15.2px + .25vw)
    }

::selection {
    background-color: rgba(var(--theme-default), 1);
    color: rgba(var(--white), 1)
}

::-moz-selection {
    background-color: rgba(var(--theme-default), 1);
    color: rgba(var(--white), 1)
}

.theme-scrollbar::-webkit-scrollbar-track {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(var(--theme-default), .3)
}

.theme-scrollbar::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.theme-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(var(--theme-default), .4);
    border-radius: 4px
}

.top-categories {
    align-items: center;
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: calc(3.6px + .75vw)
}

    .top-categories h4 {
        font-size: calc(16px + .625vw);
        font-weight: 500;
        transition: all .4s ease-in-out
    }

    .top-categories span {
        background-color: rgba(var(--theme-default), 1);
        display: block;
        height: 2px;
        margin-bottom: calc(4.4px + 1.125vw);
        width: 44px
    }

    .top-categories ul li {
        padding-bottom: calc(8.8px + 1vw)
    }

        .top-categories ul li:last-child {
            padding-bottom: 0
        }

        .top-categories ul li h6 {
            text-transform: uppercase;
            transition: all .4s
        }

        .top-categories ul li p {
            width: 75%
        }

@media (max-width:1550px) {
    .top-categories ul li p {
        width: 100%
    }
}

@media (max-width:1400px) and (min-width:900px) {
    .top-categories ul li p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

@media (max-width:1400px) {
    .top-categories ul li p {
        -webkit-line-clamp: 1
    }
}

@media (max-width:600px) {
    .top-categories ul li p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.top-categories ul li:hover a h6 {
    color: rgba(var(--theme-default), 1)
}

.top-categories .categories-img {
    position: relative
}

    .top-categories .categories-img:after {
        background-color: rgba(var(--black), .03);
        border-radius: 10px;
        content: "";
        height: 96%;
        left: -2%;
        position: absolute;
        top: 2%;
        transition: all .4s ease-in-out;
        width: 100%;
        z-index: -1
    }

@media (max-width:575px) {
    .top-categories .categories-img {
        margin: 0 auto;
        width: 80%
    }
}

@media (max-width:480px) {
    .top-categories .categories-img {
        width: 100%
    }
}

.top-categories:hover h4 {
    color: rgba(var(--theme-default), 1)
}

.top-categories:hover .categories-img:after {
    left: 0
}

.special-offer-slider {
    border: 1px solid rgba(var(--light-border), 1);
    padding: 20px 25px
}

    .special-offer-slider h4 {
        padding-bottom: 8px
    }

@media (max-width:1199px) {
    .special-offer-slider h4 {
        padding-bottom: 0
    }
}

@media (max-width:1600px) and (min-width:1400px) {
    .special-offer-slider {
        padding: 10px 25px
    }
}

@media (max-width:1199px) {
    .special-offer-slider {
        padding: 14px 25px
    }
}

.flash-box .flash-content {
    align-items: center;
    border: 1px solid rgba(var(--light-border), 1);
    display: flex;
    gap: 15px;
    position: relative
}

@media (max-width:360px) {
    .flash-box .flash-content img {
        width: 36%
    }
}

.flash-box .flash-content div ul {
    margin-bottom: 10px
}

@media (max-width:480px) {
    .flash-box .flash-content div ul {
        margin-bottom: 2px
    }
}

.flash-box .flash-content div ul li svg {
    height: 18px;
    width: 18px;
    fill: rgba(var(--star-yellow), 1);
    vertical-align: sub
}

@media (max-width:480px) {
    .flash-box .flash-content div ul li svg {
        height: 16px;
        width: 16px
    }
}

.flash-box .flash-content div a > h6 {
    line-height: 1.4;
    margin-bottom: 10px;
    transition: all .4s ease-in-out
}

.flash-box .flash-content div > h6 {
    font-weight: 600;
    margin-bottom: 0
}

    .flash-box .flash-content div > h6 del {
        color: rgba(var(--light-color), 1);
        font-weight: 400
    }

.flash-box .flash-content .flash-lable {
    background-color: rgba(var(--theme-default), 1);
    padding: 2px 6px;
    position: absolute;
    right: 12px;
    top: 10px
}

[dir=rtl] .flash-box .flash-content .flash-lable {
    left: 12px;
    right: unset
}

.flash-box .flash-content .flash-lable span {
    color: rgba(var(--white), 1);
    font-weight: 600
}

@media (max-width:360px) {
    .flash-box .flash-content .flash-lable {
        padding: 2px;
        right: 0;
        top: 0
    }
}

.flash-box .flash-content:hover div a > h6 {
    color: rgba(var(--theme-default), 1)
}

@media (max-width:1399px) {
    .flash-box .flash-images .banner-2 {
        background-color: rgba(var(--white), .8);
        border-radius: 4px;
        right: 5px;
        padding: 20px
    }
}

@media (max-width:480px) {
    .flash-box .flash-images .banner-2 {
        padding: 8px
    }
}

.dark .flash-box .flash-images .banner-2 h3 {
    color: #222
}

@media (max-width:480px) {
    .flash-box .flash-images .banner-2 a h5 {
        margin-bottom: 8px
    }
}

.flash-box .flash-images .banner-2 a .countdown {
    margin-bottom: 0
}

.dark .flash-box .flash-images .banner-2 .link-hover-anim .link-strong-hovered {
    color: #222
}

    .dark .flash-box .flash-images .banner-2 .link-hover-anim .link-strong-hovered svg {
        fill: #222
    }

.fashion-images .swiper-slide:hover h5 {
    color: rgba(var(--theme-default), 1);
}

.fashion-images h5 {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    text-transform: capitalize;
    transition: all .4s ease-in-out
}

.col-grid-box {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .4s ease-in-out
}

    .col-grid-box.show {
        height: auto;
        opacity: 1
    }

.quantity {
    gap: 2px;
    width: -moz-fit-content;
    width: fit-content
}

    .quantity,
    .quantity button {
        align-items: center;
        display: flex
    }

        .quantity button {
            background-color: transparent;
            background-color: rgba(var(--box-background), 1);
            border: none;
            border: 1px solid rgba(var(--light-border), 1);
            border-radius: 50px;
            height: 35px;
            justify-content: center;
            width: 35px
        }

            .quantity button i {
                color: rgba(var(--theme-font-color), 1);
                font-size: calc(13.6px + .125vw)
            }

@media (max-width:991px) {
    .quantity button {
        height: 30px;
        width: 30px
    }
}

.quantity input {
    background-color: transparent;
    background-color: rgba(var(--box-background), 1);
    border: none;
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 50px;
    height: 35px;
    padding: 6px 0;
    text-align: center;
    width: 70px
}

@media (max-width:991px) {
    .quantity input {
        height: 30px
    }
}

.error-img {
    text-align: center
}

    .error-img img {
        display: flex;
        margin: 0 auto;
        width: 40%
    }

@media (max-width:767px) {
    .error-img img {
        width: 100%
    }
}

.error-img p {
    color: rgba(var(--light-color), 1);
    margin: 0 auto 12px;
    width: 40%
}

@media (max-width:1400px) {
    .error-img p {
        width: 60%
    }
}

@media (max-width:767px) {
    .error-img p {
        width: 100%
    }
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label:after {
    background-color: transparent
}

.form-floating > .form-control:not(:placeholder-shown) ~ label:after {
    background-color: transparent
}

.main-search-box {
    align-items: center;
    display: flex;
    gap: 6px
}

    .main-search-box div {
        position: relative;
        width: 100%
    }

        .main-search-box div input {
            background-color: rgba(var(--box-background));
            border: 1px solid rgba(var(--light-border), 1);
            border-radius: 4px;
            padding: calc(7.4px + .1875vw) 12px calc(7.4px + .1875vw) 35px;
            width: 100%
        }

        .main-search-box div .iconsax {
            --Iconsax-Size: calc(13.2px + 0.25vw);
            --Iconsax-Color: rgba(var(--light-color), 1);
            left: 10px;
            position: absolute;
            top: 49%;
            transform: translateY(-49%)
        }

    .main-search-box button {
        border-radius: 4px
    }

.wishlist-box .lable-1 {
    align-items: center;
    background-color: rgba(var(--theme-default), 1) !important;
    border: none;
    border-radius: 50px;
    box-shadow: 0 3px 8px rgba(var(--black), .1);
    display: flex;
    height: 30px;
    justify-content: center;
    padding: 0;
    width: 30px
}

    .wishlist-box .lable-1 i {
        font-size: 16px
    }

.coming-soon-section {
    background-image: url(a9d2afd6536277df7a13.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative
}

    .coming-soon-section:after {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(var(--black), .7);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .coming-soon-section header .main-menu {
        padding: 25px 0
    }

@media (max-width:577px) {
    .coming-soon-section header .main-menu {
        justify-content: center !important
    }
}

.coming-soon-section header .main-menu .sub_header ul li a .iconsax {
    --Iconsax-Color: rgba(var(--white), 1)
}

.coming-soon-section .coming-soon-box {
    padding: 5% 20px;
    position: relative;
    text-align: center;
    z-index: 2
}

    .coming-soon-section .coming-soon-box h3 {
        background-color: rgba(var(--theme-default), 1);
        border-radius: 4px;
        color: rgba(var(--white), 1);
        margin: 0 auto 30px;
        padding: 10px 20px;
        width: -moz-fit-content;
        width: fit-content
    }

    .coming-soon-section .coming-soon-box h5 {
        color: rgba(var(--white), 1);
        font-size: calc(16.8px + 1vw);
        line-height: 1.3;
        margin: 0 auto 22px;
        width: 25%
    }

@media (max-width:1200px) {
    .coming-soon-section .coming-soon-box h5 {
        width: 60%
    }
}

@media (max-width:577px) {
    .coming-soon-section .coming-soon-box h5 {
        width: 100%
    }
}

.coming-soon-section .coming-soon-box p {
    color: rgba(var(--white), 1);
    font-size: calc(19.6px + .125vw);
    font-weight: 400;
    margin-bottom: 20px
}

.coming-soon-section .coming-soon-box .countdown {
    margin-bottom: 20px
}

    .coming-soon-section .coming-soon-box .countdown ul {
        align-items: center;
        display: flex;
        gap: 4px;
        justify-content: center
    }

        .coming-soon-section .coming-soon-box .countdown ul li {
            align-items: center;
            -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
            background-color: rgba(var(--light-white), .2);
            border-radius: 4px;
            display: flex;
            height: 72px;
            justify-content: center;
            width: 72px
        }

            .coming-soon-section .coming-soon-box .countdown ul li div .timer div {
                color: rgba(var(--theme-default), 1);
                font-size: calc(17.6px + .75vw);
                font-weight: 600;
                line-height: .8
            }

            .coming-soon-section .coming-soon-box .countdown ul li div .title {
                color: rgba(var(--white), 1);
                font-size: calc(20.8px - .25vw)
            }

.coming-soon-section .coming-soon-box a {
    background-image: linear-gradient(to right, rgba(var(--theme-default), 1) 0, #c28f51 51%, rgba(var(--theme-default), 1) 100%);
    border-radius: 4px
}

.coming-soon-section footer {
    bottom: 20px;
    left: 46%;
    position: absolute;
    text-align: center;
    transform: translateX(-30%);
    z-index: 2
}

@media (max-width:787px) {
    .coming-soon-section footer {
        left: 40%
    }
}

.coming-soon-section footer p {
    color: rgba(var(--white), 1)
}

    .coming-soon-section footer p a {
        color: rgba(var(--theme-default), 1);
        font-weight: 500;
        text-decoration: underline;
        text-underline-offset: 3px
    }

.layout-light {
    background-color: rgba(var(--light-background), 1)
}

.dark .layout-light {
    background-color: rgba(var(--box-background), 1)
}

.wishlist-box .product-box-3 .img-wrapper .label-block .label-2 {
    background-color: rgba(var(--theme-default), 1)
}

@media (max-width:480px) {
    .wishlist-box .product-box-3 .img-wrapper .label-block .label-2 {
        height: 26px;
        right: 6px;
        top: 5px;
        width: 26px
    }
}

.wishlist-box .product-box-3 .img-wrapper .label-block .label-2 .iconsax {
    --Iconsax-Color: rgba(var(--white), 1)
}

.wishlist-box .product-box-3 .img-wrapper .cart-info-icon a {
    display: none
}

@media (max-width:480px) {
    .wishlist-box .product-box-3 .img-wrapper .countdown {
        display: none
    }

    .wishlist-box .product-box-3 .product-detail .rating li i {
        font-size: 12px
    }

    .wishlist-box .product-box-3 .product-detail a h6 {
        margin-bottom: 0
    }

    .search-item .product-box-3 .img-wrapper .label-block .lable-1 {
        display: none
    }

    .search-item .product-box-3 .img-wrapper .label-block .label-2 {
        height: 26px;
        right: 6px;
        top: 5px;
        width: 26px
    }

    .search-item .product-box-3 .img-wrapper .cart-info-icon {
        right: 6px;
        top: 31px
    }

        .search-item .product-box-3 .img-wrapper .cart-info-icon a {
            height: 26px;
            margin: 4px 0;
            opacity: 1;
            width: 26px
        }

    .search-item .product-box-3 .img-wrapper .countdown {
        display: none
    }

    .search-item .product-box-3 .product-detail .rating li i {
        font-size: 12px
    }

    .search-item .product-box-3 .product-detail a h6 {
        margin-bottom: 0
    }

    .search-item .product-box-3:hover .img-wrapper .cart-info-icon a:first-child,
    .search-item .product-box-3:hover .img-wrapper .cart-info-icon a:last-child,
    .search-item .product-box-3:hover .img-wrapper .cart-info-icon a:nth-child(2) {
        animation: unset
    }
}

.bg-overlay {
    background-color: rgba(var(--black), 0);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 100vw;
    z-index: 8
}

    .bg-overlay.open,
    .bg-overlay.show {
        background-color: rgba(var(--black), .4);
        visibility: visible
    }

.for-light {
    display: block
}

.dark .for-light,
.for-dark {
    display: none
}

.dark .for-dark {
    display: block
}

.dark .progress {
    background-color: rgba(var(--light-white), .1)
}

[dir=rtl] .float-end {
    float: left !important
}

.form-control {
    padding: 10px
}

.dark .form-control {
    background-color: rgba(var(--box-background), 1);
    border-color: rgba(var(--light-border), 1)
}

figure.zoom {
    background-position: 50% 50%;
    cursor: zoom-in;
    overflow: hidden;
    position: relative
}

    figure.zoom img {
        display: block;
        transition: opacity .5s;
        width: 100%
    }

        figure.zoom img:hover {
            opacity: 0
        }

.tooltip {
    z-index: 1
}

    .tooltip .tooltip-inner {
        background-color: rgba(var(--theme-default), 1);
        color: rgba(var(--white), 1)
    }

    .tooltip .tooltip-arrow:before {
        border-top-color: rgba(var(--theme-default), 1)
    }

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
    border-bottom-color: rgba(var(--theme-default), 1);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: rgba(var(--theme-default), 1)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
    border-bottom-color: transparent;
    border-left-color: rgba(var(--theme-default), 1);
    border-right-color: transparent;
    border-top-color: transparent
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: rgba(var(--theme-default), 1);
    border-top-color: transparent
}

div#newsletter {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(var(--black), .2);
    overflow: hidden
}

.main-look-book {
    position: relative
}

    .main-look-book .look-book-main img {
        border-radius: 8px
    }

    .main-look-book .look-book-slider h6 {
        color: rgba(var(--theme-default), 1);
        font-weight: 500;
        margin-bottom: 0
    }

    .main-look-book .look-book-slider h3 {
        margin-bottom: 20px
    }

@media (max-width:991px) {
    .main-look-book .look-book-slider h3 {
        margin-bottom: 8px
    }
}

.main-look-book .look-book-slider .swiper {
    position: unset
}

    .main-look-book .look-book-slider .swiper .swiper-button-prev {
        background-color: rgba(var(--theme-default), 1);
        border-radius: 50%;
        height: 14px;
        left: 28%;
        position: absolute;
        top: 39%;
        width: 14px
    }

@media (max-width:800px) {
    .main-look-book .look-book-slider .swiper .swiper-button-prev {
        left: 16%
    }
}

@media (max-width:767px) {
    .main-look-book .look-book-slider .swiper .swiper-button-prev {
        left: 34%;
        top: 17%
    }
}

.main-look-book .look-book-slider .swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.main-look-book .look-book-slider .swiper .swiper-button-prev:before {
    background-color: rgba(var(--theme-default), .6);
    border-radius: 50%;
    content: "";
    height: 26px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 26px
}

.main-look-book .look-book-slider .swiper .swiper-button-prev:after {
    animation: ripple 8s infinite;
    background-color: rgba(var(--theme-default), .3);
    border-radius: 50%;
    content: "";
    height: 38px;
    left: -12px;
    position: absolute;
    top: -12px;
    transition: all 34s ease-in-out;
    width: 38px
}

.main-look-book .look-book-slider .swiper .swiper-button-next {
    background-color: rgba(var(--theme-default), 1);
    border-radius: 50%;
    height: 14px;
    left: 48%;
    position: absolute;
    top: 78%;
    width: 14px
}

    .main-look-book .look-book-slider .swiper .swiper-button-next.swiper-button-disabled {
        opacity: 1
    }

@media (max-width:767px) {
    .main-look-book .look-book-slider .swiper .swiper-button-next {
        left: 75%;
        top: 34%
    }
}

.main-look-book .look-book-slider .swiper .swiper-button-next:before {
    background-color: rgba(var(--theme-default), .6);
    border-radius: 50%;
    content: "";
    height: 26px;
    left: -6px;
    position: absolute;
    top: -6px;
    width: 26px
}

.main-look-book .look-book-slider .swiper .swiper-button-next:after {
    animation: ripple 8s infinite;
    background-color: rgba(var(--theme-default), .3);
    border-radius: 50%;
    content: "";
    height: 38px;
    left: -12px;
    position: absolute;
    top: -12px;
    transition: all 34s ease-in-out;
    width: 38px
}

.main-look-book .look-book-slider .swiper .swiper-wrapper .swiper-slide a {
    margin: 0 0px 0 0
}

@media (max-width:991px) {
    .main-look-book .look-book-slider .swiper .swiper-wrapper .swiper-slide a {
        margin: 0
    }
}

.main-look-book .look-book-slider .swiper .swiper-wrapper .swiper-slide h4 {
    margin-bottom: 0;
    margin-top: 12px
}

@media (max-width:991px) {
    .main-look-book .look-book-slider .swiper .swiper-wrapper .swiper-slide h4 {
        margin-top: 6px
    }
}

.main-look-book .look-book-slider .special-offer-slider {
    border: none;
    padding: 0
}

.main-look-book .look-book-slider .color-box {
    align-items: start;
    display: flex;
    gap: 6px
}

    .main-look-book .look-book-slider .color-box ul li {
        border-radius: 50%;
        cursor: pointer;
        height: 25px;
        margin-right: 2px;
        position: relative;
        width: 25px
    }

        .main-look-book .look-book-slider .color-box ul li:before {
            border: 2px solid rgba(var(--light-white), 1);
            border-radius: 100%;
            content: "";
            height: 100%;
            left: 50%;
            opacity: 0;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: all .2s ease-in-out;
            visibility: hidden;
            width: 100%
        }

@media (max-width:575px) {
    .main-look-book .look-book-slider .color-box ul li {
        height: 14px;
        width: 14px
    }
}

.main-look-book .look-book-slider .color-box ul li.active:before {
    height: calc(100% - 5px);
    opacity: 1;
    visibility: visible;
    width: calc(100% - 5px)
}

.main-look-book .look-book-slider .color-box span {
    color: rgba(var(--theme-font-color), 1);
    font-weight: 500
}

    .main-look-book .look-book-slider .color-box span i {
        color: rgba(var(--theme-default));
        font-size: 12px;
        margin-right: 2px
    }

[dir=rtl] .main-look-book .look-book-slider .color-box span i {
    margin-left: 2px;
    margin-right: unset
}

@keyframes ripple {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.custom-accordion {
    left: 0;
    position: sticky;
    top: 20px
}

    .custom-accordion.product-custom-accordion .accordion .accordion-item {
        border: 1px solid rgba(var(--border), 1);
        margin-bottom: 15px;
        padding-bottom: 0
    }

        .custom-accordion.product-custom-accordion .accordion .accordion-item:last-child {
            border-bottom: 1px solid rgba(var(--border), 1);
            padding-bottom: 15px
        }

        .custom-accordion.product-custom-accordion .accordion .accordion-item .accordion-body {
            padding: 20px
        }

    .custom-accordion .accordion {
        display: flex;
        flex-wrap: wrap
    }

        .custom-accordion .accordion .search-box {
            align-items: center;
            background-color: rgba(var(--box-background), 1);
            border: 1px solid rgba(var(--border), 1);
            border-radius: 6px;
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            padding: 8px;
            width: 100%
        }

            .custom-accordion .accordion .search-box input {
                background-color: transparent;
                border: none;
                padding: 6px 4px;
                width: 100%
            }

            .custom-accordion .accordion .search-box .iconsax {
                --Iconsax-Size: 20px;
                --Iconsax-Color: rgba(var(--light-color), 1);
                margin-right: 8px
            }

        .custom-accordion .accordion .accordion-item {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid rgba(var(--border), 1);
            width: 100%
        }

            .custom-accordion .accordion .accordion-item:last-child {
                border-bottom: none;
                margin-bottom: 0;
                padding-bottom: 0
            }

                .custom-accordion .accordion .accordion-item:last-child .accordion-body {
                    padding-bottom: 0
                }

            .custom-accordion .accordion .accordion-item .accordion-header.tags-header .accordion-button {
                align-items: center;
                display: flex;
                justify-content: space-between
            }

                .custom-accordion .accordion .accordion-item .accordion-header.tags-header .accordion-button:after {
                    display: none
                }

                .custom-accordion .accordion .accordion-item .accordion-header.tags-header .accordion-button span:last-child {
                    color: rgba(var(--light-color), 1);
                    font-size: 16px;
                    font-weight: 400
                }

            .custom-accordion .accordion .accordion-item .accordion-header .accordion-button {
                background-color: transparent;
                box-shadow: none;
                padding: 16px 0;
                position: relative
            }

                .custom-accordion .accordion .accordion-item .accordion-header .accordion-button:after {
                    background-image: none;
                    color: rgba(var(--light-color), 1);
                    content: "\f068";
                    font-family: FontAwesome !important;
                    font-size: 20px
                }

                .custom-accordion .accordion .accordion-item .accordion-header .accordion-button span {
                    color: rgba(var(--theme-font-color), 1);
                    font-size: calc(12.8px + .375vw);
                    font-weight: 500;
                    transition: all .4s ease-in-out
                }

                .custom-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
                    content: "+";
                    font-family: FontAwesome !important
                }

                .custom-accordion .accordion .accordion-item .accordion-header .accordion-button:hover span {
                    color: rgba(var(--theme-default), 1)
                }

            .custom-accordion .accordion .accordion-item .accordion-body {
                padding: 5px 0 16px
            }

                .custom-accordion .accordion .accordion-item .accordion-body .tags {
                    align-items: center;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 10px
                }

                    .custom-accordion .accordion .accordion-item .accordion-body .tags li a {
                        background-color: rgba(var(--light-white), 1);
                        border: 1px solid rgba(var(--light-border), 1);
                        border-radius: 4px;
                        color: rgba(var(--light-color), 1);
                        display: block;
                        font-size: 15px;
                        font-weight: 500;
                        padding: 5px 6px 5px 12px;
                        transition: all .4s ease-in-out
                    }

                        .custom-accordion .accordion .accordion-item .accordion-body .tags li a .iconsax {
                            --Iconsax-Size: $font-20;
                            --Iconsax-Color: rgba(var(--light-color), 1);
                            transform: rotate(-45deg);
                            vertical-align: -7px
                        }

                    .custom-accordion .accordion .accordion-item .accordion-body .tags li:hover a {
                        background-color: rgba(var(--theme-default), 1);
                        border-color: transparent;
                        color: rgba(var(--white), 1)
                    }

                        .custom-accordion .accordion .accordion-item .accordion-body .tags li:hover a .iconsax {
                            --Iconsax-Color: rgba(var(--white), 1)
                        }

                .custom-accordion .accordion .accordion-item .accordion-body .catagories-side {
                    display: grid;
                    gap: 10px;
                    height: 100%;
                    max-height: 170px;
                    overflow-y: auto
                }

                    .custom-accordion .accordion .accordion-item .accordion-body .catagories-side li {
                        align-items: center;
                        display: flex;
                        gap: 10px
                    }

                        .custom-accordion .accordion .accordion-item .accordion-body .catagories-side li label {
                            color: rgba(var(--light-color), 1);
                            font-size: 16px;
                            margin-bottom: 0;
                            transition: all .4s ease-in-out;
                            width: calc(100% - 28px)
                        }

                        .custom-accordion .accordion .accordion-item .accordion-body .catagories-side li:hover label {
                            color: rgba(var(--theme-default), 1);
                        }

                .custom-accordion .accordion .accordion-item .accordion-body .color-box {
                    align-items: center;
                    display: flex;
                    gap: 12px;
                    justify-content: start
                }

                    .custom-accordion .accordion .accordion-item .accordion-body .color-box ul {
                        align-items: center;
                        display: flex;
                        gap: 10px
                    }

                        .custom-accordion .accordion .accordion-item .accordion-body .color-box ul li {
                            border-radius: 50%;
                            cursor: pointer;
                            height: calc(18px + .5vw);
                            position: relative;
                            width: calc(18px + .5vw)
                        }

                            .custom-accordion .accordion .accordion-item .accordion-body .color-box ul li:before {
                                border: 2px solid rgba(var(--light-white), 1);
                                border-radius: 100%;
                                content: "";
                                height: 100%;
                                left: 50%;
                                opacity: 0;
                                position: absolute;
                                top: 50%;
                                transform: translate(-50%, -50%);
                                transition: all .2s ease-in-out;
                                visibility: hidden;
                                width: 100%
                            }

@media (max-width:575px) {
    .custom-accordion .accordion .accordion-item .accordion-body .color-box ul li {
        height: 14px;
        width: 14px
    }
}

.custom-accordion .accordion .accordion-item .accordion-body .color-box ul li.active:before {
    height: calc(100% - 5px);
    opacity: 1;
    visibility: visible;
    width: calc(100% - 5px)
}

.custom-accordion .accordion .accordion-item .accordion-body .color-box span {
    color: rgba(var(--theme-font-color), 1);
    font-weight: 500
}

    .custom-accordion .accordion .accordion-item .accordion-body .color-box span i {
        color: rgba(var(--theme-default))
    }

.custom-accordion .accordion .accordion-item .accordion-body .special-offer-slider {
    border: none;
    padding: 0
}

@media (max-width:1400px) {
    .custom-accordion .accordion .accordion-item .accordion-body .special-offer-slider .product-box-4 .product-detail ul {
        display: none
    }
}

.custom-accordion .accordion .accordion-item .accordion-body .widget-card {
    align-items: center;
    display: grid;
    gap: calc(8px + .625vw)
}

    .custom-accordion .accordion .accordion-item .accordion-body .widget-card li {
        align-items: start;
        display: flex;
        gap: 14px
    }

        .custom-accordion .accordion .accordion-item .accordion-body .widget-card li .iconsax {
            --Iconsax-Size: $font-28;
            --Iconsax-Color: rgba(var(--theme-font-color), 1)
        }

        .custom-accordion .accordion .accordion-item .accordion-body .widget-card li h6 {
            margin-bottom: 0
        }

.custom-accordion .accordion .accordion-item .accordion-body .collection-list {
    align-items: center;
    display: grid;
    gap: 10px
}

    .custom-accordion .accordion .accordion-item .accordion-body .collection-list li {
        align-items: center;
        display: flex;
        gap: 10px;
        width: 100%
    }

        .custom-accordion .accordion .accordion-item .accordion-body .collection-list li label {
            color: rgba(var(--light-color), 1);
            font-size: 16px;
            margin-bottom: 0;
            transition: all .4s ease-in-out;
            width: calc(100% - 28px)
        }

        .custom-accordion .accordion .accordion-item .accordion-body .collection-list li:hover label {
            color: rgba(var(--theme-default), 1);
        }

.custom-accordion .product-content .accordion-item {
    background-color: transparent
}

    .custom-accordion .product-content .accordion-item .accordion-body .question-answer ul li,
    .custom-accordion .product-content .accordion-item .accordion-body .question-main-box h6,
    .custom-accordion .product-content .accordion-item .accordion-header {
        background-color: rgba(var(--box-background), 1)
    }

    .custom-accordion .product-content .accordion-item .accordion-body .question-answer .question-box p {
        background-color: rgba(var(--light-white), 1)
    }

header .top_header {
    background-color: #222;
    padding: 8px 0;
    text-align: center
}

@media screen and (max-width:600px) {
    header .top_header {
        display: none
    }
}

header .top_header p,
header .top_header p span {
    color: rgba(var(--white), 1)
}

    header .top_header p span {
        background-color: rgba(var(--theme-default));
        font-size: 12px;
        font-weight: 600;
        margin: 0 10px;
        padding: 3px 7px 2PX 7PX
    }

    header .top_header p a {
        color: rgba(var(--white), 1);
        text-decoration: underline
    }

header .sub_header {
    background-color: rgba(var(--light-background), 1);
    padding: 14px 0
}

@media screen and (max-width:600px) {
    header .sub_header {
        display: none
    }
}

header .sub_header ul {
    align-items: center;
    display: flex;
    gap: 20px
}

@media screen and (max-width:991px) {
    header .sub_header ul {
        gap: 10px
    }
}

@media screen and (max-width:480px) {
    header .sub_header ul {
        gap: 6px
    }
}

header .sub_header ul .onhover-div,
header .sub_header ul li {
    position: relative
}

    header .sub_header ul .onhover-div button,
    header .sub_header ul li button {
        background-color: transparent;
        border: none
    }

        header .sub_header ul .onhover-div button .iconsax,
        header .sub_header ul li button .iconsax {
            --Iconsax-Size: $font-20;
            --Iconsax-Color: rgba(var(--theme-font-color), 1);
            vertical-align: sub
        }

    header .sub_header ul .onhover-div .shoping-prize,
    header .sub_header ul li .shoping-prize {
        color: rgba(var(--theme-font-color), 1);
        font-size: 14px
    }

        header .sub_header ul .onhover-div .shoping-prize .iconsax,
        header .sub_header ul li .shoping-prize .iconsax {
            --Iconsax-Size: 18px;
            --Iconsax-Color: rgba(var(--theme-font-color), 1)
        }

        header .sub_header ul .onhover-div .shoping-prize span,
        header .sub_header ul li .shoping-prize span {
            border-left: 1px solid rgba(var(--light-color), .2);
            color: rgba(var(--theme-font-color), 1);
            margin-left: 4px;
            padding-left: 8px
        }

    header .sub_header ul .onhover-div .cart_qty_cls,
    header .sub_header ul li .cart_qty_cls {
        background: rgba(var(--theme-default));
        border-radius: 20px;
        color: rgba(var(--white), 1);
        font-size: 12px;
        font-weight: 500;
        height: 18px;
        line-height: 12px;
        padding: 2px;
        position: absolute;
        right: -8px;
        text-align: center;
        top: -9px;
        width: 18px
    }

    header .sub_header ul .onhover-div .onhover-show-div,
    header .sub_header ul li .onhover-show-div {
        background-color: rgba(var(--light-white), 1);
        border-radius: 6px;
        box-shadow: 0 1px 5px 0 rgba(var(--light-color), .4);
        opacity: 0;
        padding: 10px 20px;
        position: absolute;
        transition: all .4s ease-in-out;
        visibility: hidden;
        z-index: 9
    }

        header .sub_header ul .onhover-div .onhover-show-div.user,
        header .sub_header ul li .onhover-show-div.user {
            right: 0;
            top: 50px;
            width: 150px
        }

[dir=rtl] header .sub_header ul .onhover-div .onhover-show-div.user,
[dir=rtl] header .sub_header ul li .onhover-show-div.user {
    left: 0;
    right: unset
}

@media screen and (max-width:577px) {

    header .sub_header ul .onhover-div .onhover-show-div.user,
    header .sub_header ul li .onhover-show-div.user {
        bottom: 50px;
        left: 50%;
        top: unset;
        transform: translateX(-50%)
    }
}

@media screen and (max-width:360px) {

    header .sub_header ul .onhover-div .onhover-show-div.user,
    header .sub_header ul li .onhover-show-div.user {
        left: unset !important;
        right: 0
    }
}

header .sub_header ul .onhover-div .onhover-show-div.user ul,
header .sub_header ul li .onhover-show-div.user ul {
    display: block;
    text-align: start
}

    header .sub_header ul .onhover-div .onhover-show-div.user ul li,
    header .sub_header ul li .onhover-show-div.user ul li {
        padding: 4px 0;
        width: 100%
    }

        header .sub_header ul .onhover-div .onhover-show-div.user ul li a,
        header .sub_header ul li .onhover-show-div.user ul li a {
            color: rgba(var(--theme-font-color), 1);
            transition: all .4s ease-in-out
        }

            header .sub_header ul .onhover-div .onhover-show-div.user ul li a:hover,
            header .sub_header ul li .onhover-show-div.user ul li a:hover {
                color: rgba(var(--theme-default));
            }

header .sub_header ul .onhover-div .onhover-show-div.setting-cart,
header .sub_header ul li .onhover-show-div.setting-cart {
    right: 0;
    top: 50px;
    width: 150px
}

    header .sub_header ul .onhover-div .onhover-show-div.setting-cart ul,
    header .sub_header ul li .onhover-show-div.setting-cart ul {
        display: block
    }

        header .sub_header ul .onhover-div .onhover-show-div.setting-cart ul h5,
        header .sub_header ul li .onhover-show-div.setting-cart ul h5 {
            margin-bottom: 0;
            margin-top: 10px
        }

            header .sub_header ul .onhover-div .onhover-show-div.setting-cart ul h5:first-child,
            header .sub_header ul li .onhover-show-div.setting-cart ul h5:first-child {
                margin-top: 0
            }

        header .sub_header ul .onhover-div .onhover-show-div.setting-cart ul li,
        header .sub_header ul li .onhover-show-div.setting-cart ul li {
            width: 100%
        }

            header .sub_header ul .onhover-div .onhover-show-div.setting-cart ul li a,
            header .sub_header ul li .onhover-show-div.setting-cart ul li a {
                transition: all .4s ease-in-out
            }

                header .sub_header ul .onhover-div .onhover-show-div.setting-cart ul li a:hover,
                header .sub_header ul li .onhover-show-div.setting-cart ul li a:hover {
                    color: rgba(var(--theme-default));
                }

header .sub_header ul .onhover-div:hover .onhover-show-div,
header .sub_header ul li:hover .onhover-show-div {
    opacity: 1;
    top: 38px;
    visibility: visible
}

@media screen and (max-width:577px) {

    header .sub_header ul .onhover-div:hover .onhover-show-div,
    header .sub_header ul li:hover .onhover-show-div {
        bottom: 40px;
        opacity: 1;
        top: unset;
        visibility: visible
    }
}

header .sub_header ul.menu-right .iconsax {
    --Iconsax-Size: 18px;
    --Iconsax-Color: rgba(var(--theme-font-color), 1);
    margin-right: 4px;
    vertical-align: sub
}

@media screen and (max-width:991px) {
    header .sub_header ul.menu-right {
        display: none
    }
}

@media screen and (max-width:360px) {
    header .sub_header ul li:last-child {
        display: none
    }
}

header .sub_header .sub_header_dropdown select {
    background-color: rgba(var(--light-background), 1);
    border: none;
    color: rgba(var(--dark-color), 1)
}

    header .sub_header .sub_header_dropdown select:last-child {
        border-left: 1px solid rgba(var(--light-color), .2);
        margin-left: 4px;
        padding-left: 4px
    }

    header .sub_header .sub_header_dropdown select:focus {
        outline: none
    }

header .header-1 .main-menu {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    position: relative;
    z-index: 8
}

    header .header-1 .main-menu .brand-logo {
        line-height: 0;
        width: 130px
    }

        header .header-1 .main-menu .brand-logo img {
            vertical-align: 6px
        }

    header .header-1 .main-menu .mobile-back {
        display: none
    }

@media screen and (max-width:1199px) {
    header .header-1 .main-menu .mobile-back {
        display: block
    }

    header .header-1 .main-menu .toggle-nav {
        display: block !important
    }
}

header .header-1 .main-menu nav .nav-menu {
    display: flex
}

    header .header-1 .main-menu nav .nav-menu > li {
        margin-right: 38px;
        position: relative;
        transition: all .4s ease-in-out
    }

[dir=rtl] header .header-1 .main-menu nav .nav-menu > li {
    margin-left: 38px;
    margin-right: unset
}

header .header-1 .main-menu nav .nav-menu > li:last-child {
    margin-right: 0
}

header .header-1 .main-menu nav .nav-menu > li .nav-link {
    color: rgba(var(--theme-font-color), 1);
    display: block;
    font-size: 16px;
    padding: calc(11px + 1.25vw) 0;
    position: relative
}

    header .header-1 .main-menu nav .nav-menu > li .nav-link:before {
        background-color: rgba(var(--theme-default));
        border-radius: 2px;
        content: "";
        height: 2px;
        position: absolute;
        right: 0;
        top: 64%;
        transition: all .4s ease-in-out;
        width: 0
    }

[dir=rtl] header .header-1 .main-menu nav .nav-menu > li .nav-link:before {
    right: 0;
    left: unset
}

header .header-1 .main-menu nav .nav-menu > li .nav-link span {
    color: rgba(var(--theme-font-color), 1);
    padding-left: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease-in-out
}

[dir=rtl] header .header-1 .main-menu nav .nav-menu > li .nav-link span {
    padding-left: unset;
    padding-right: 6px
}

header .header-1 .main-menu nav .nav-menu > li .nav-link span i {
    font-size: 14px
}

header .header-1 .main-menu nav .nav-menu > li .nav-link .lable-nav {
    background-color: rgba(var(--theme-default));
    color: rgba(var(--white), 1);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    padding: 2px 9px;
    position: absolute;
    right: 0;
    top: 11px
}

@media screen and (max-width:1400px) {
    header .header-1 .main-menu nav .nav-menu > li .nav-link .lable-nav {
        top: 4px
    }
}

header .header-1 .main-menu nav .nav-menu > li .nav-link .lable-nav:before {
    background-color: rgba(var(--theme-default));
    bottom: -8px;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    width: 10px;
    z-index: -1
}

@media screen and (max-width:1199px) {
    header .header-1 .main-menu nav .nav-menu > li .nav-link.show {
        color: rgba(var(--theme-default))
    }

        header .header-1 .main-menu nav .nav-menu > li .nav-link.show span {
            color: rgba(var(--theme-default));
            transform: translateY(-50%) rotateX(180deg)
        }

        header .header-1 .main-menu nav .nav-menu > li .nav-link.show:before {
            width: 15%
        }
}

header .header-1 .main-menu nav .nav-menu > li .nav-submenu {
    background-color: rgba(var(--light-white), 1);
    border-radius: 6px;
    box-shadow: 0 0 10px 2px rgba(var(--light-color), .05);
    left: 0;
    min-width: 260px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: 110%;
    transition: all .4s ease-in-out;
    visibility: hidden
}

@media screen and (max-width:1199px) {
    header .header-1 .main-menu nav .nav-menu > li .nav-submenu {
        display: none
    }

        header .header-1 .main-menu nav .nav-menu > li .nav-submenu.show {
            display: block;
            inset: unset;
            min-width: unset;
            position: relative
        }

    header .header-1 .main-menu nav .nav-menu > li .nav-submenu {
        opacity: 1 !important;
        transform: unset;
        visibility: visible !important
    }
}

header .header-1 .main-menu nav .nav-menu > li .nav-submenu body.dark {
    box-shadow: 0 0 10px 2px rgba(var(--light-color), .1)
}

header .header-1 .main-menu nav .nav-menu > li .nav-submenu li {
    position: relative;
    width: 100%
}

    header .header-1 .main-menu nav .nav-menu > li .nav-submenu li a {
        color: rgba(var(--theme-font-color), 1);
        display: block;
        padding: 4px 25px;
        position: relative;
        transition: all .4s ease-in-out;
        white-space: nowrap;
        width: 100%
    }

        header .header-1 .main-menu nav .nav-menu > li .nav-submenu li a span {
            color: rgba(var(--white), 1);
            margin-left: 6px;
            padding: 0 4px
        }

        header .header-1 .main-menu nav .nav-menu > li .nav-submenu li a:hover {
            color: rgba(var(--theme-default));
        }

header .header-1 .main-menu nav .nav-menu > li .mega-menu {
    background-color: rgba(var(--light-white), 1);
    border-radius: 6px;
    box-shadow: 0 0 10px 2px rgba(var(--light-color), .2);
    left: 0;
    min-width: 60vw;
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: 110%;
    transform: translateX(-25%) translateY(0);
    transition: all .4s ease-in-out;
    visibility: hidden
}

@media screen and (max-width:1199px) {
    header .header-1 .main-menu nav .nav-menu > li .mega-menu {
        display: none
    }

        header .header-1 .main-menu nav .nav-menu > li .mega-menu.show {
            display: block;
            inset: unset;
            min-width: unset;
            position: relative
        }

    header .header-1 .main-menu nav .nav-menu > li .mega-menu {
        opacity: 1 !important;
        transform: unset;
        visibility: visible !important
    }
}

[dir=rtl] header .header-1 .main-menu nav .nav-menu > li .mega-menu {
    left: unset;
    right: 62px;
    transform: translateX(25%) translateY(0)
}

header .header-1 .main-menu nav .nav-menu > li .mega-menu li {
    width: 100%
}

    header .header-1 .main-menu nav .nav-menu > li .mega-menu li a {
        color: rgba(var(--theme-font-color), 1);
        display: block;
        padding: 6px 25px;
        transition: all .4s ease-in-out;
        white-space: nowrap;
        width: 100%
    }

        header .header-1 .main-menu nav .nav-menu > li .mega-menu li a:hover {
            color: rgba(var(--theme-default));
        }

header .header-1 .main-menu nav .nav-menu > li .mega-menu .layout-images {
    display: block;
    margin: 5px
}

    header .header-1 .main-menu nav .nav-menu > li .mega-menu .layout-images .layout-box {
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px;
        box-shadow: 0 0 10px 2px rgba(var(--light-color), .05);
        height: 280px;
        transition: 6s
    }

        header .header-1 .main-menu nav .nav-menu > li .mega-menu .layout-images .layout-box:hover {
            background-position: bottom
        }

        header .header-1 .main-menu nav .nav-menu > li .mega-menu .layout-images .layout-box.img-1 {
            background-image: url(fcad606b8adc06970e10.jpg)
        }

        header .header-1 .main-menu nav .nav-menu > li .mega-menu .layout-images .layout-box.img-2 {
            background-image: url(ede2f274c918ca503cdd.jpg)
        }

        header .header-1 .main-menu nav .nav-menu > li .mega-menu .layout-images .layout-box.img-3 {
            background-image: url(684aa79a241a1bf856f5.jpg)
        }

        header .header-1 .main-menu nav .nav-menu > li .mega-menu .layout-images .layout-box.img-4 {
            background-image: url(5c1bd7b1190a5473e135.jpg)
        }

    header .header-1 .main-menu nav .nav-menu > li .mega-menu .layout-images h5 {
        margin: 15px 0 0;
        text-align: center;
        transition: all .4s ease-in-out
    }

    header .header-1 .main-menu nav .nav-menu > li .mega-menu .layout-images:hover h5 {
        color: rgba(var(--theme-default), 1);
    }

header .header-1 .main-menu nav .nav-menu > li .mega-menu .menu-banner {
    margin-left: -34px;
    transform: translateX(-12px)
}

[dir=rtl] header .header-1 .main-menu nav .nav-menu > li .mega-menu .menu-banner img {
    transform: rotateY(3.142rad)
}

header .header-1 .main-menu nav .nav-menu > li .mega-menu .mega-img {
    align-items: center;
    display: flex;
    gap: 12px;
    height: 100%;
    padding: 12px
}

    header .header-1 .main-menu nav .nav-menu > li .mega-menu .mega-img img {
        width: 240px
    }

    header .header-1 .main-menu nav .nav-menu > li .mega-menu .mega-img .img-1 {
        border-radius: 6px;
        position: relative
    }

        header .header-1 .main-menu nav .nav-menu > li .mega-menu .mega-img .img-1:after {
            align-items: center;
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
            background-color: rgba(var(--black), .5);
            border-radius: 0 0 6px 6px;
            bottom: 0;
            color: rgba(var(--white), 1);
            content: "Fashion";
            display: flex;
            font-size: calc(13.2px + .25vw);
            font-weight: 500;
            height: 12%;
            justify-content: center;
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            transition: all .4s ease-in-out;
            width: 100%
        }

@media (min-width:1199px) {
    header .header-1 .main-menu nav .nav-menu > li:hover .nav-link {
        color: rgba(var(--theme-default))
    }

        header .header-1 .main-menu nav .nav-menu > li:hover .nav-link span {
            color: rgba(var(--theme-default));
            transform: translateY(-50%) rotateX(180deg)
        }

        header .header-1 .main-menu nav .nav-menu > li:hover .nav-link:before {
            width: 70%
        }
}

header .header-1 .main-menu nav .nav-menu > li:hover .nav-submenu {
    opacity: 1;
    right: 4%;
    top: 100%;
    visibility: visible
}

header .header-1 .main-menu nav .nav-menu > li:hover .mega-menu {
    opacity: 1;
    top: 100%;
    transform: translateX(-25%) translateY(0);
    visibility: visible
}

@media screen and (max-width:1199px) {
    header .header-1 .main-menu nav .nav-menu > li:hover .mega-menu {
        transform: unset
    }
}

[dir=rtl] header .header-1 .main-menu nav .nav-menu > li:hover .mega-menu {
    transform: translateX(25%) translateY(0)
}

header .header-1 .main-menu nav .sm-horizontal.open {
    right: 0
}

@media (max-width:1199px) {

    header .header-1 .main-menu nav .sm-horizontal .mega-menu li a,
    header .header-1 .main-menu nav .sm-horizontal .mega-menu li a:active,
    header .header-1 .main-menu nav .sm-horizontal .mega-menu li a:focus {
        padding: 0
    }
}

@media screen and (max-width:1199px) {
    header .header-1 .main-menu nav .sm-horizontal {
        background-color: rgba(var(--white), 1);
        border: 1px solid #eee;
        border-radius: 0;
        display: block;
        height: 100vh;
        padding: 10px 15px;
        position: fixed;
        right: -300px;
        top: 0;
        transition: all .3s ease;
        width: 300px;
        z-index: 99
    }

        header .header-1 .main-menu nav .sm-horizontal li {
            margin-right: 0;
            width: 100%
        }

            header .header-1 .main-menu nav .sm-horizontal li .nav-link {
                display: block;
                padding: 10px 0
            }

                header .header-1 .main-menu nav .sm-horizontal li .nav-link:before {
                    left: 0;
                    top: 72%
                }

                header .header-1 .main-menu nav .sm-horizontal li .nav-link:hover:before {
                    width: 13%
                }

                header .header-1 .main-menu nav .sm-horizontal li .nav-link span {
                    /* right: 0 */
                }

                header .header-1 .main-menu nav .sm-horizontal li .nav-link .lable-nav {
                    left: 35%;
                    padding: 1px 9px;
                    right: unset;
                    top: -8px
                }

        header .header-1 .main-menu nav .sm-horizontal .mobile-back {
            align-items: center;
            border-bottom: 1px solid rgba(var(--light-border), 1);
            color: rgba(var(--theme-font-color), 1);
            cursor: pointer;
            display: flex;
            font-size: 18px;
            font-weight: 700;
            padding-bottom: 20px;
            text-transform: uppercase
        }

            header .header-1 .main-menu nav .sm-horizontal .mobile-back i {
                float: right;
                margin-left: auto;
                margin-right: 5px;
                transform: rotate(-180deg);
            }
}

header .header-1 .main-menu .sub_header {
    background-color: transparent;
    display: flex;
    gap: 10px;
    padding: 0
}

    header .header-1 .main-menu .sub_header .toggle-nav {
        cursor: pointer;
        display: none;
        padding: calc(11px + 1.25vw) 0 calc(11px + 1.25vw) 12px
    }

        header .header-1 .main-menu .sub_header .toggle-nav i {
            color: rgba(var(--theme-font-color), 1);
            font-size: 20px
        }

@media screen and (max-width:577px) {
    header .header-1 .main-menu .sub_header ul {
        display: none
    }
}

header .header-1 .main-menu .sub_header ul li .iconsax {
    --Iconsax-Size: $font-20;
    --Iconsax-Color: rgba(var(--theme-font-color), 1);
    vertical-align: sub
}

header .mobile-fix-option {
    display: none
}

@media screen and (max-width:577px) {
    header .mobile-fix-option {
        background-color: rgba(var(--box-background), 1);
        bottom: 0;
        display: block !important;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 8
    }

        header .mobile-fix-option ul {
            align-items: center;
            display: flex;
            justify-content: space-evenly
        }

            header .mobile-fix-option ul li a {
                display: grid;
                font-weight: 500;
                padding: 8px 6px;
                text-align: center;
                transition: all .4s ease-in-out
            }

                header .mobile-fix-option ul li a .iconsax {
                    font-size: calc(14.4px + .5vw);
                    line-height: 0;
                    transition: all .4s ease-in-out;
                    --Iconsax-Color: rgba(var(--light-color), 1);
                    margin: 0 auto
                }
}

@media screen and (max-width:577px) and (max-width:420px) {
    header .mobile-fix-option ul li a {
        font-size: 13px
    }
}

.badge-sm {
    border-radius: 2px;
    color: rgba(var(--white), 1);
    font-size: 12px;
    font-weight: 600;
    line-height: .9;
    margin-bottom: 0;
    padding: 3px 6px;
    text-transform: capitalize
}

    .badge-sm.animated {
        animation: blink 1s infinite
    }

.offcanvas {
    background-color: rgba(var(--light-white), 1)
}

    .offcanvas .offcanvas-header .btn-close:focus {
        box-shadow: none
    }

.dark .offcanvas .offcanvas-header .btn-close {
    filter: invert(1)
}

.search-offcanvas {
    background-color: transparent;
    height: 50vh
}

    .search-offcanvas .offcanvas-body {
        background-color: rgba(var(--white), 1);
        padding: 10px 0 47%;
        text-align: center
    }

        .search-offcanvas .offcanvas-body button {
            position: absolute;
            right: 16px
        }

            .search-offcanvas .offcanvas-body button:focus {
                box-shadow: none
            }

        .search-offcanvas .offcanvas-body > h4 {
            margin: 50px auto 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 55%;
            -webkit-line-clamp: 1;
            display: -webkit-box !important;
            -webkit-box-orient: vertical;
            white-space: normal
        }

        .search-offcanvas .offcanvas-body .search-bar {
            margin: 0 auto;
            position: relative;
            width: 50%
        }

            .search-offcanvas .offcanvas-body .search-bar > div {
                position: relative
            }

                .search-offcanvas .offcanvas-body .search-bar > div input {
                    background-color: rgba(var(--box-background), 1);
                    border: 1px solid rgba(var(--light-border), 1);
                    border-radius: 6px;
                    padding: 10px 45px 10px 15px;
                    width: 100%
                }

                    .search-offcanvas .offcanvas-body .search-bar > div input::-moz-placeholder {
                        font-size: 16px
                    }

                    .search-offcanvas .offcanvas-body .search-bar > div input::placeholder {
                        font-size: 16px
                    }

                .search-offcanvas .offcanvas-body .search-bar > div > i {
                    font-size: calc(12.8px + .375vw);
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    transform: translateY(-50%)
                }

            .search-offcanvas .offcanvas-body .search-bar .search-suggestion {
                background-color: rgba(var(--box-background), 1);
                border: 1px solid rgba(var(--light-border), 1);
                border-radius: 6px;
                opacity: 0;
                padding: 10px;
                position: absolute;
                text-align: left;
                top: 150%;
                transition: all .4s ease;
                visibility: hidden;
                width: 100%
            }

                .search-offcanvas .offcanvas-body .search-bar .search-suggestion.open {
                    opacity: 1;
                    top: 100%;
                    transition: all .4s ease;
                    visibility: visible
                }

                .search-offcanvas .offcanvas-body .search-bar .search-suggestion h6 {
                    color: rgba(var(--light-color), 1);
                    margin-bottom: 12px
                }

                .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-main-title {
                    align-items: center;
                    display: flex;
                    justify-content: space-between
                }

                    .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-main-title i {
                        color: rgba(var(--dark-color), 1);
                        cursor: pointer;
                        font-size: calc(12.8px + .375vw)
                    }

                .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .nav-tabs {
                    border: none;
                    gap: 10px;
                    margin-bottom: 15px
                }

                    .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .nav-tabs .nav-item:focus-visible {
                        outline: none
                    }

                    .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .nav-tabs .nav-item .nav-link {
                        background-color: rgba(var(--white), 1);
                        border-radius: 4px;
                        box-shadow: 0 0 5px rgba(var(--dark-color), .1);
                        padding: 8px;
                        text-transform: capitalize
                    }

                        .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .nav-tabs .nav-item .nav-link > h6 {
                            color: rgba(var(--light-color), 1);
                            font-size: 16px;
                            margin-bottom: 0
                        }

                        .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .nav-tabs .nav-item .nav-link.active {
                            border: none
                        }

                .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content {
                    margin-top: 20px
                }

                    .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content h6 {
                        color: rgba(var(--dark-color), 1);
                        font-weight: 500
                    }

                    .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .top-wear .searct-items li {
                        background-color: rgba(var(--white), 1);
                        border: 1px solid rgba(var(--light-border), 1);
                        border-radius: 2px;
                        margin-bottom: 15px;
                        padding: 8px 6px
                    }

                        .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .top-wear .searct-items li:last-child {
                            margin-bottom: 0
                        }

                        .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .top-wear .searct-items li > div {
                            align-items: center;
                            display: flex;
                            gap: 10px
                        }

                            .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .top-wear .searct-items li > div img {
                                border-radius: 4px;
                                width: 10%
                            }

                            .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .top-wear .searct-items li > div h5 {
                                font-size: calc(13.4px + .1875vw);
                                margin-bottom: 2px
                            }

                            .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .top-wear .searct-items li > div .iconsax {
                                cursor: pointer;
                                transform: translate(326px, -20px);
                                --Iconsax-Size: 18px;
                                --Iconsax-Color: rgba(var(--theme-font-color), 1)
                            }

                    .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .inner-sleep .inner-sleep-items {
                        background-color: rgba(var(--white), 1);
                        border: 1px solid rgba(var(--light-border), 1);
                        padding: 10px;
                        position: relative
                    }

                        .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .inner-sleep .inner-sleep-items .btn {
                            align-items: center;
                            -webkit-backdrop-filter: blur(4px);
                            backdrop-filter: blur(4px);
                            background-color: rgba(var(--white), .7);
                            color: rgba(var(--dark-color), 1);
                            display: flex;
                            font-size: calc(12.8px + .375vw);
                            height: 80%;
                            justify-content: center;
                            left: 50%;
                            position: absolute;
                            top: 50%;
                            transform: translate(-50%, -50%) scale(0);
                            transition: all .4s;
                            width: 80%
                        }

                        .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .inner-sleep .inner-sleep-items:hover .btn {
                            transform: translate(-50%, -50%) scale(1)
                        }

                    .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .sport-box .sports-items ul {
                        display: grid;
                        margin-bottom: 12px
                    }

                        .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .sport-box .sports-items ul li a {
                            color: rgba(var(--light-color), 1);
                            display: block;
                            padding: 6px 0;
                            transition: all .4s
                        }

                            .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .sport-box .sports-items ul li a:hover {
                                color: rgba(var(--theme-default), 1);
                            }

                    .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .sport-box .sports-items a {
                        border-radius: 6px
                    }

                    .search-offcanvas .offcanvas-body .search-bar .search-suggestion .search-tab .tab-content .dresses-box a.bg-size {
                        border-radius: 6px;
                        height: 100%
                    }

.shopping-details .offcanvas-header {
    background-color: rgba(var(--box-background), 1);
    border-bottom: 1px solid rgba(var(--light-border), 1)
}

@media screen and (max-width:577px) {
    .shopping-details .offcanvas-header {
        background-color: rgba(var(--box-background), 1);
        border-bottom: 1px dashed rgba(var(--light-border), 1)
    }
}

.dark .shopping-details .offcanvas-header .btn-close {
    filter: invert(1)
}

.shopping-details .offcanvas-body > ul {
    display: block;
    position: relative
}

    .shopping-details .offcanvas-body > ul li {
        align-items: center;
        border-bottom: 1px solid rgba(var(--light-border), .4);
        display: flex;
        gap: 12px;
        padding: 14px 0;
        position: relative
    }

        .shopping-details .offcanvas-body > ul li:first-child {
            padding-top: 0
        }

        .shopping-details .offcanvas-body > ul li:last-child {
            border-bottom: none
        }

        .shopping-details .offcanvas-body > ul li img {
            width: 90px
        }

        .shopping-details .offcanvas-body > ul li h6 {
            font-weight: 500
        }

        .shopping-details .offcanvas-body > ul li p span {
            color: rgba(var(--theme-default), 1);
            font-weight: 500
        }

        .shopping-details .offcanvas-body > ul li .iconsax {
            --Iconsax-Size: 18px;
            --Iconsax-Color: rgba(var(--light-color), 1);
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 10px;
            vertical-align: sub
        }

[dir=rtl] .shopping-details .offcanvas-body > ul li .iconsax {
    left: 0;
    right: unset
}

.shopping-details .offcanvas-body > ul li .btn-containter {
    align-items: center;
    display: flex;
    margin-top: 6px
}

    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control {
        color: rgba(var(--theme-font-color), 1);
        display: flex;
        height: 100%;
        line-height: 0;
        margin-right: 12px
    }

[dir=rtl] .shopping-details .offcanvas-body > ul li .btn-containter .btn-control {
    margin-left: 12px;
    margin-right: unset
}

.shopping-details .offcanvas-body > ul li .btn-containter .btn-control__add,
.shopping-details .offcanvas-body > ul li .btn-containter .btn-control__remove {
    align-items: center;
    background-color: rgba(var(--box-background), 1);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    color: rgba(var(--theme-font-color), 1);
    cursor: pointer;
    display: flex;
    font-size: calc(12.8px + .375vw);
    height: 25px;
    justify-content: center;
    outline: none;
    width: 30px
}

    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__add:active,
    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__remove:active {
        color: rgba(var(--theme-default), 1)
    }

.shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity {
    background: rgba(var(--box-background), 1);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    height: 25px;
    margin: 0 6px;
    overflow: hidden;
    position: relative;
    width: 40px
}

    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity > * {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity-previous,
    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity1-previous,
    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity2-previous,
    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity3-previous {
        left: -50%
    }

        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity-previous.removed,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity1-previous.removed,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity2-previous.removed,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity3-previous.removed {
            left: 50%;
            transition: all .3s ease-in-out
        }

    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity-current,
    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity1-current,
    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity2-current,
    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity3-current {
        left: 50%
    }

        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity-current.added,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity1-current.added,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity2-current.added,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity3-current.added {
            left: -50%;
            transition: all .3s ease-in-out
        }

        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity-current.removed,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity1-current.removed,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity2-current.removed,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity3-current.removed {
            left: 150%;
            transition: all .3s ease-in-out
        }

    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity-next,
    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity1-next,
    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity2-next,
    .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity3-next {
        left: 150%
    }

        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity-next.added,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity1-next.added,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity2-next.added,
        .shopping-details .offcanvas-body > ul li .btn-containter .btn-control__quantity #quantity3-next.added {
            left: 50%;
            transition: all .3s ease-in-out
        }

.shopping-details .offcanvas-body > ul li .btn-containter .btn-cart {
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(var(--theme-default), 1);
    border-radius: 4px;
    color: rgba(var(--theme-default), 1);
    display: flex;
    font-weight: 500;
    height: 30px;
    justify-content: center;
    width: 80px
}

    .shopping-details .offcanvas-body > ul li .btn-containter .btn-cart span {
        color: rgba(var(--theme-default), 1);
        font-weight: 500
    }

    .shopping-details .offcanvas-body > ul li .btn-containter .btn-cart .iconsax {
        --Iconsax-Size: $font-20;
        --Iconsax-Color: rgba(var(--theme-default), 1);
        vertical-align: sub
    }

.shopping-details .offcanvas-footer {
    background-color: rgba(var(--box-background), 1);
    border-top: 1px solid rgba(var(--light-border), 1);
    padding: 15px
}

    .shopping-details .offcanvas-footer p span {
        color: rgba(var(--theme-font-color), 1);
        font-weight: 500
    }

    .shopping-details .offcanvas-footer .price-box {
        display: flex;
        justify-content: space-between
    }

        .shopping-details .offcanvas-footer .price-box h6,
        .shopping-details .offcanvas-footer .price-box p {
            font-weight: 500
        }

    .shopping-details .offcanvas-footer .footer-range-slider {
        margin: 20px 0
    }

        .shopping-details .offcanvas-footer .footer-range-slider .progress {
            height: 13px
        }

    .shopping-details .offcanvas-footer .cart-button {
        border-top: 1px solid rgba(var(--light-border), 1);
        display: flex;
        gap: 10px;
        justify-content: space-between;
        padding-top: 10px
    }

        .shopping-details .offcanvas-footer .cart-button .btn {
            border-radius: 4px;
            padding: 6px 12px;
            width: 100%
        }

            .shopping-details .offcanvas-footer .cart-button .btn:last-child {
                transition: all .4s ease-in-out
            }

                .shopping-details .offcanvas-footer .cart-button .btn:last-child:hover {
                    color: rgba(var(--theme-default), 1)
                }

.search-details {
    background-color: rgba(var(--light-white), 1) !important;
    height: 90vh !important
}

    .search-details .offcanvas-header .btn-close {
        background-image: unset;
        opacity: 1;
        padding: 20px;
        position: absolute;
        right: 50px;
        top: 20px
    }

        .search-details .offcanvas-header .btn-close i {
            font-size: 24px
        }

[dir=rtl] .search-details .offcanvas-header .btn-close {
    left: 50px;
    right: unset
}

.search-details .offcanvas-body > div {
    padding: 12px
}

    .search-details .offcanvas-body > div h3 {
        margin-bottom: 15px
    }

    .search-details .offcanvas-body > div .search-box {
        border: 1px solid rgba(var(--border), 1);
        border-radius: 4px;
        margin-bottom: 12px;
        overflow: hidden;
        position: relative;
        width: 95%
    }

        .search-details .offcanvas-body > div .search-box input {
            background-color: transparent;
            border: unset;
            border-radius: 4px;
            font-size: 20px;
            padding: 16px 63px 16px 21px;
            width: 100%
        }

[dir=rtl] .search-details .offcanvas-body > div .search-box input {
    padding: 16px 21px 16px 63px
}

.search-details .offcanvas-body > div .search-box input::-moz-placeholder {
    font-size: 20px
}

.search-details .offcanvas-body > div .search-box input::placeholder {
    font-size: 20px
}

.search-details .offcanvas-body > div .search-box .iconsax {
    --Iconsax-Size: $font-20;
    --Iconsax-Color: rgba(var(--theme-font-color));
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding-inline: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

[dir=rtl] .search-details .offcanvas-body > div .search-box .iconsax {
    left: 0;
    right: unset
}

.search-details .offcanvas-body > div h4 {
    color: rgba(var(--theme-font-color), 1);
    padding: 18px 0 10px
}

.search-details .offcanvas-body > div .rapid-search {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px
}

    .search-details .offcanvas-body > div .rapid-search li {
        background-color: transparent;
        border: 1px solid rgba(var(--border), 1);
        border-radius: 4px;
        padding: 8px 16px;
        transition: all .4s ease-in-out
    }

        .search-details .offcanvas-body > div .rapid-search li a {
            color: rgba(var(--light-color), .7);
            transition: all .4s ease-in-out
        }

            .search-details .offcanvas-body > div .rapid-search li a .iconsax {
                --Iconsax-Size: 15px;
                --Iconsax-Color: rgba(var(--light-color), 1);
                margin-right: 6px;
                transition: all .4s ease-in-out;
                vertical-align: -2px
            }

[dir=rtl] .search-details .offcanvas-body > div .rapid-search li a .iconsax {
    margin-left: 6px;
    margin-right: 0
}

.search-details .offcanvas-body > div .rapid-search li:hover {
    background-color: rgba(var(--theme-default), .1);
    border-color: rgba(var(--theme-default), 1)
}

    .search-details .offcanvas-body > div .rapid-search li:hover a {
        color: rgba(var(--theme-default), 1)
    }

        .search-details .offcanvas-body > div .rapid-search li:hover a .iconsax {
            --Iconsax-Color: rgba(var(--theme-default), 1)
        }

.search-details .offcanvas-body > div .preemptive-search .product-box-6 {
    border: unset
}

    .search-details .offcanvas-body > div .preemptive-search .product-box-6 .product-detail {
        margin-top: 10px;
        text-align: center
    }

        .search-details .offcanvas-body > div .preemptive-search .product-box-6 .product-detail a h6 {
            font-size: calc(14.8px + .0625vw);
            margin-bottom: 0
        }

        .search-details .offcanvas-body > div .preemptive-search .product-box-6 .product-detail p {
            font-size: 14px
        }

        .search-details .offcanvas-body > div .preemptive-search .product-box-6 .product-detail .rating li {
            color: rgba(var(--light-color), .7)
        }

            .search-details .offcanvas-body > div .preemptive-search .product-box-6 .product-detail .rating li i {
                color: rgba(var(--theme-default), .7);
                font-size: 12px
            }

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tap-top {
    background: rgba(var(--theme-default));
    border: none;
    bottom: 30px;
    color: rgba(var(--white), 1);
    cursor: pointer;
    font-size: 22px;
    height: 35px;
    padding: 6px 5px 5px;
    position: fixed;
    left: -60px;
    text-align: center;
    transform: rotate(10deg);
    transition: all .5s ease;
    width: 35px;
    z-index: 7
}

@media (max-width:577px) {
    .tap-top {
        bottom: 80px
    }
}

.tap-top i {
    font-size: 20px
}

.tap-top:after {
    background-color: rgba(var(--black), 1);
    background: radial-gradient(ellipse at center, rgba(var(--black), .07) 0, rgba(var(--black), 0) 100%);
    bottom: -12px;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    transform: rotate(8deg);
    width: 100%
}

.tap-top > div {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2px
}

.tap-top.top {
    display: block;
    left: 40px;
    transition: all .5s ease
}

.subscribe {
    text-align: center
}

    .subscribe h5 {
        font-size: calc(16px + .625vw);
        margin-bottom: 0
    }

    .subscribe span {
        font-size: calc(12.8px + .375vw)
    }

    .subscribe .subscribe-form {
        display: inline-flex;
        margin-top: calc(17.6px + .75vw)
    }

@media (max-width:480px) {
    .subscribe .subscribe-form {
        display: inline-block
    }
}

.subscribe .subscribe-form .form-group {
    margin: 0 calc(7px + .9375vw)
}

@media (max-width:480px) {
    .subscribe .subscribe-form .form-group {
        padding-bottom: 6px
    }
}

.subscribe .subscribe-form .form-group .form-control {
    background-color: rgba(var(--light-white), 1);
    border: none;
    border-radius: 0;
    padding: calc(9px + .3125vw);
    width: calc(115.2px + 26.5vw)
}

    .subscribe .subscribe-form .form-group .form-control:focus {
        box-shadow: none
    }

    .subscribe .subscribe-form .form-group .form-control::-moz-placeholder {
        color: rgba(var(--light-color), 1)
    }

    .subscribe .subscribe-form .form-group .form-control::placeholder {
        color: rgba(var(--light-color), 1)
    }

footer .footer-content .footer-logo {
    margin-bottom: 28px
}

    footer .footer-content .footer-logo a {
        width: 130px
    }

footer .footer-content .footer-title {
    cursor: pointer;
    transition: all .4s ease-in-out
}

@media (max-width:576px) {
    footer .footer-content .footer-title.open h5:before {
        content: "\f068"
    }

    footer .footer-content .footer-title.open .accordion-hidden {
        height: auto
    }
}

footer .footer-content .footer-title h5 {
    align-items: center;
    display: flex;
    gap: calc(9px + .3125vw);
    position: relative;
    transition: all .4s ease-in-out
}

@media (max-width:576px) {
    footer .footer-content .footer-title h5 {
        height: 100%;
        width: 100%
    }

        footer .footer-content .footer-title h5:before {
            content: "+";
            font-family: FontAwesome !important;
            font-style: normal;
            height: 17px;
            position: absolute;
            right: 10px;
            top: 45%;
            transform: translateY(-50%);
            width: 17px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transition: all .4s ease-in-out
        }

    [dir=rtl] footer .footer-content .footer-title h5:before {
        left: 10px;
        right: unset
    }
}

footer .footer-content .footer-title i {
    font-size: calc(14.8px + .375vw)
}

@media (max-width:576px) {
    footer .footer-content .accordion-hidden {
        gap: 5px;
        height: 0;
        margin-bottom: 0;
        margin-top: 0;
        overflow: hidden;
        padding-left: 15px;
        padding-top: 10px;
        transition: all .4s ease;
        transition: all .4s ease-in-out;
        width: 100%
    }
}

@media (max-width:991px) {
    footer .footer-content ul {
        margin-bottom: 20px
    }
}

footer .footer-content ul li {
    align-items: start;
    display: flex;
    gap: 12px;
    padding-bottom: 14px
}

    footer .footer-content ul li:last-child {
        padding-bottom: 0
    }

    footer .footer-content ul li .iconsax {
        --Iconsax-Size: $font-18;
        --Iconsax-Color: rgba(var(--light-color), 1)
    }

    footer .footer-content ul li h6 {
        color: rgba(var(--light-color), 1);
        line-height: 1.3;
        margin-bottom: 7px;
        width: 85%
    }

    footer .footer-content ul li a {
        color: rgba(var(--light-color), 1);
        font-size: calc(15.6px + .125vw);
        transition: all .4s
    }

    footer .footer-content ul li:hover a {
        color: rgba(var(--theme-default), 1) !important;
    }

footer .footer-content .social-icon {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: calc(6.6px + .4375vw)
}

    footer .footer-content .social-icon > li {
        padding-bottom: 0
    }

        footer .footer-content .social-icon > li:last-child a {
            margin-right: 0
        }

        footer .footer-content .social-icon > li a {
            align-items: center;
            background-color: rgba(var(--light-white), 1);
            border-radius: 50%;
            display: flex;
            height: 40px;
            justify-content: center;
            margin: 0 4px;
            transition: all .4s ease-in-out;
            width: 40px
        }

.dark footer .footer-content .social-icon > li a {
    border-color: rgba(var(--light-white), 1)
}

footer .footer-content .social-icon > li a i {
    color: rgba(var(--light-color), 1);
    transition: all .4s ease-in-out
}

footer .footer-content .social-icon > li:hover a {
    background-color: rgba(var(--theme-default), 1);
    border: 1px solid rgba(var(--theme-default), 1);
    box-shadow: 0 0 8px 0 rgba(var(--theme-default), 1)
}

    footer .footer-content .social-icon > li:hover a i {
        color: rgba(var(--white), 1)
    }

footer .footer-content h5 {
    margin-bottom: 30px
}

footer .sub-footer {
    border-top: 1px solid rgba(var(--light-color), .2);
    padding: 23px 0
}

@media (max-width:577px) {
    footer .sub-footer {
        margin-bottom: 54px
    }
}

@media (max-width:767px) {
    footer .sub-footer .footer-end {
        text-align: center
    }
}

footer .sub-footer .footer-end h6 {
    color: rgba(var(--light-color), 1);
    line-height: 1.4;
    margin-bottom: 0
}

@media (max-width:767px) {
    footer .sub-footer .footer-end h6 {
        margin-bottom: 10px
    }
}

footer .sub-footer .payment-card-bottom {
    text-align: end
}

@media (max-width:767px) {
    footer .sub-footer .payment-card-bottom {
        text-align: center
    }
}

footer.footer-layout-img {
    background-image: url(../images/footer/fc4584f9f8a0cf77ff69.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

    footer.footer-layout-img .footer-content .footer-title h5,
    footer.footer-layout-img .footer-content ul li h6 {
        color: rgba(var(--white), 1)
    }

    footer.footer-layout-img .footer-content ul li .iconsax {
        --Iconsax-Color: rgba(var(--white), 1)
    }

    footer.footer-layout-img .footer-content ul li a,
    footer.footer-layout-img .sub-footer .footer-end h6 {
        color: rgba(var(--white), 1)
    }

@media (max-width:767px) {
    footer.footer-layout-img .sub-footer .footer-end h6 {
        margin-bottom: 10px
    }
}

@media (max-width:991px) {

    footer .footer,
    footer .footer-1 {
        padding-bottom: 0
    }
}

footer .footer .social-icon,
footer .footer-1 .social-icon {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: calc(6.6px + .4375vw)
}

    footer .footer .social-icon > li,
    footer .footer-1 .social-icon > li {
        padding-bottom: 0
    }

        footer .footer .social-icon > li:last-child a,
        footer .footer-1 .social-icon > li:last-child a {
            margin-right: 0
        }

        footer .footer .social-icon > li a,
        footer .footer-1 .social-icon > li a {
            align-items: center;
            background-color: transparent;
            border: 1px solid #ddd;
            border-radius: 50%;
            display: flex;
            height: 40px;
            justify-content: center;
            margin: 0 4px;
            transition: all .4s ease-in-out;
            width: 40px
        }

.dark footer .footer .social-icon > li a,
.dark footer .footer-1 .social-icon > li a {
    border-color: rgba(var(--light-white), 1)
}

footer .footer .social-icon > li a i,
footer .footer-1 .social-icon > li a i {
    color: rgba(var(--light-color), 1);
    transition: all .4s ease-in-out
}

footer .footer .social-icon > li:hover a,
footer .footer-1 .social-icon > li:hover a {
    background-color: rgba(var(--theme-default), 1);
    border: 1px solid rgba(var(--theme-default), 1);
    box-shadow: 0 0 8px 0 rgba(var(--theme-default), 1)
}

    footer .footer .social-icon > li:hover a i,
    footer .footer-1 .social-icon > li:hover a i {
        color: rgba(var(--white), 1)
    }

@media (max-width:991px) {

    footer .footer .row .col,
    footer .footer-1 .row .col {
        flex-basis: unset;
        max-width: 25%
    }

    footer .footer .footer-content,
    footer .footer-1 .footer-content {
        padding-bottom: 20px
    }

    footer .footer .row .col,
    footer .footer-1 .row .col {
        flex-basis: unset;
        max-width: 25%
    }
}

@media (max-width:767px) {

    footer .footer .row .col,
    footer .footer-1 .row .col {
        flex-basis: unset;
        max-width: 50%
    }
}

@media (max-width:576px) {

    footer .footer .row .col,
    footer .footer-1 .row .col {
        flex-basis: unset;
        max-width: 100%
    }

    footer .footer .footer-content,
    footer .footer-1 .footer-content {
        padding-bottom: 8px
    }

        footer .footer .footer-content .footer-title.active .according-menu,
        footer .footer-1 .footer-content .footer-title.active .according-menu {
            font: normal normal normal 14px/1 FontAwesome
        }

            footer .footer .footer-content .footer-title.active .according-menu:before,
            footer .footer-1 .footer-content .footer-title.active .according-menu:before {
                content: "\f106";
                position: absolute;
                right: 36px
            }

        footer .footer .footer-content .footer-title .according-menu,
        footer .footer-1 .footer-content .footer-title .according-menu {
            font: normal normal normal 14px/1 FontAwesome
        }

            footer .footer .footer-content .footer-title .according-menu:before,
            footer .footer-1 .footer-content .footer-title .according-menu:before {
                content: "\f107";
                position: absolute;
                right: 36px
            }

        footer .footer .footer-content h5,
        footer .footer-1 .footer-content h5 {
            margin-bottom: 0 !important;
            padding-bottom: 6px
        }
}

.footer-2 .small-section {
    border-bottom: 1px solid #ddd
}

.dark .footer-2 .small-section {
    border-color: rgba(var(--light-white), 1)
}

.footer-2 .subscribe {
    text-align: left
}

    .footer-2 .subscribe h5 {
        margin-bottom: 8px;
        text-align: left
    }

@media (max-width:1199px) {
    .footer-2 .subscribe h5 {
        text-align: center
    }

    .footer-2 .subscribe span {
        display: block;
        text-align: center
    }
}

.footer-2 .subscribe .subscribe-form {
    float: right;
    margin-top: 0
}

@media (max-width:1199px) {
    .footer-2 .subscribe .subscribe-form {
        display: flex;
        float: unset;
        justify-content: center;
        margin-top: 15px
    }
}

@media (max-width:480px) {
    .footer-2 .subscribe .subscribe-form {
        display: block;
        text-align: center
    }
}

.footer-2 .subscribe .subscribe-form .form-group {
    margin-left: 0;
    margin-right: 8px
}

    .footer-2 .subscribe .subscribe-form .form-group .form-control {
        background-color: rgba(var(--light-white), 1);
        border: 1px solid rgba(var(--border), 1)
    }

@media (max-width:480px) {
    .footer-2 .subscribe .subscribe-form .form-group .form-control {
        margin: 0 auto
    }
}

.footer-2 .footer-menu {
    margin-top: calc(13.2px + .875vw)
}

    .footer-2 .footer-menu li {
        margin-right: 20px
    }

        .footer-2 .footer-menu li:last-child {
            margin-right: 0
        }

        .footer-2 .footer-menu li a {
            color: rgba(var(--light-color), 1);
            padding: 6px 12px;
            transition: all .4s ease-in-out
        }

        .footer-2 .footer-menu li:hover a {
            color: rgba(var(--theme-default), 1)
        }

@media (max-width:576px) {
    .footer-2 > .footer-1 div div div {
        width: 100%
    }
}

.footer-2 > .footer-1 .footer-title h5 {
    position: relative
}

    .footer-2 > .footer-1 .footer-title h5:after {
        background-color: rgba(var(--theme-default), 1);
        bottom: -7px;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 20%
    }

[dir=rtl] .footer-2 > .footer-1 .footer-title h5:after {
    left: unset;
    right: 0
}

@media (max-width:576px) {
    .footer-2 > .footer-1 .footer-title h5:after {
        display: none
    }
}

.footer-2 > .footer-1 .footer-title h5:before {
    background-color: rgba(var(--theme-default), 1);
    bottom: -7px;
    content: "";
    height: 3px;
    left: 21%;
    position: absolute;
    width: 2%
}

[dir=rtl] .footer-2 > .footer-1 .footer-title h5:before {
    left: unset;
    right: 21%
}

@media (max-width:576px) {
    .footer-2 > .footer-1 .footer-title h5:before {
        background-color: transparent;
        bottom: unset;
        content: "+";
        font-family: FontAwesome !important;
        font-style: normal;
        height: 17px;
        left: unset;
        position: absolute;
        right: 10px;
        top: 45%;
        transform: translateY(-50%);
        width: 17px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all .4s ease-in-out
    }

    [dir=rtl] .footer-2 > .footer-1 .footer-title h5:before {
        left: 10px;
        right: unset
    }
}

.footer-2 > .footer-1 .footer-items li {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 8px
}

    .footer-2 > .footer-1 .footer-items li h6 {
        color: rgba(var(--theme-font-color), 1);
        display: -webkit-box !important;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }

    .footer-2 > .footer-1 .footer-items li span {
        font-weight: 500
    }

.theme-modal .modal-dialog .modal-content {
    border: none;
    border-radius: 10px !important;
    overflow: hidden
}

.dark .theme-modal .modal-dialog .modal-content {
    background-color: rgba(var(--light-white), 1)
}

.theme-modal .modal-dialog .modal-content .modal-header {
    border-radius: 0
}

    .theme-modal .modal-dialog .modal-content .modal-header h4 {
        margin-bottom: 0
    }

    .theme-modal .modal-dialog .modal-content .modal-header button:focus {
        box-shadow: none
    }

.dark .theme-modal .modal-dialog .modal-content .modal-header button {
    filter: invert(1)
}

.dark .theme-modal .modal-dialog .modal-content .modal-header {
    border-bottom-color: hsla(0, 0%, 100%, .1)
}

.theme-modal .modal-dialog .modal-content .modal-body {
    background-color: rgba(var(--white), 1);
    padding: 24px
}

.dark .theme-modal .modal-dialog .modal-content .modal-body {
    background-color: rgba(var(--light-white), 1)
}

.theme-modal .modal-dialog .modal-content .modal-body .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 7
}

    .theme-modal .modal-dialog .modal-content .modal-body .btn-close:focus {
        box-shadow: none
    }

.theme-modal .modal-dialog .modal-content .modal-body h6 {
    font-weight: 500
}

.theme-modal .modal-dialog .modal-content .modal-body .product-right h3 {
    padding-top: 10px
}

.theme-modal .modal-dialog .modal-content .modal-body .product-right h5 del {
    color: rgba(var(--light-color), 1);
    font-size: calc(13.6px + .125vw);
    font-weight: 400
}

.theme-modal .modal-dialog .modal-content .modal-body .product-right .color-variant {
    border-bottom: 1px dashed rgba(var(--light-border), 1);
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    padding: 10px 0
}

    .theme-modal .modal-dialog .modal-content .modal-body .product-right .color-variant li {
        border-radius: 50px;
        cursor: pointer;
        height: 26px;
        position: relative;
        width: 26px
    }

        .theme-modal .modal-dialog .modal-content .modal-body .product-right .color-variant li:before {
            border: 2px solid #fff;
            border-radius: 100%;
            content: "";
            height: 100%;
            left: 50%;
            opacity: 0;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: all .2s ease-in-out;
            visibility: hidden;
            width: 100%
        }

        .theme-modal .modal-dialog .modal-content .modal-body .product-right .color-variant li.active:before {
            height: calc(100% - 5px);
            opacity: 1;
            visibility: visible;
            width: calc(100% - 5px)
        }

.theme-modal .modal-dialog .modal-content .modal-body .product-right .border-product {
    border-bottom: 1px dashed rgba(var(--light-border), 1);
    margin-bottom: 15px;
    padding: 10px 0
}

.theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description {
    margin-bottom: 30px
}

    .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description .size-box {
        margin-bottom: 15px
    }

        .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description .size-box ul {
            display: flex;
            gap: 12px
        }

            .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description .size-box ul li {
                align-items: center;
                border: 1px solid rgba(var(--light-border), 1);
                border-radius: 50%;
                display: flex;
                height: 30px;
                justify-content: center;
                width: 30px
            }

                .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description .size-box ul li a {
                    color: rgba(var(--theme-font-color), 1)
                }

                .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description .size-box ul li.active {
                    background-color: rgba(var(--theme-default));
                    border-color: transparent
                }

                    .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description .size-box ul li.active a {
                        color: rgba(var(--white), 1)
                    }

    .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description .qty-box {
        margin-bottom: 15px
    }

        .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description .qty-box .input-group {
            width: 150px
        }

            .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description .qty-box .input-group .form-control {
                text-align: center
            }

                .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description .qty-box .input-group .form-control:focus {
                    border: 1px solid rgba(var(--theme-default));
                    box-shadow: none;
                    outline: none
                }

            .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-description .qty-box .input-group button {
                border: 1px solid rgba(var(--light-border), 1)
            }

.theme-modal .modal-dialog .modal-content .modal-body .product-right .product-buttons .btn {
    background-color: rgba(var(--theme-font-color), 1);
    color: rgba(var(--white), 1);
    margin: 0 4px;
    padding: 8px 12px;
    transition: all .4s ease-in-out
}

    .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-buttons .btn:first-child {
        margin-left: 0
    }

    .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-buttons .btn:last-child {
        margin-right: 0
    }

    .theme-modal .modal-dialog .modal-content .modal-body .product-right .product-buttons .btn:hover {
        background-color: rgba(var(--theme-default))
    }

.dark .theme-modal .modal-dialog .modal-content .modal-footer {
    border-top-color: hsla(0, 0%, 100%, .1)
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body {
    border: 2px dashed rgba(var(--light-color), .4);
    border-radius: 8px;
    margin: 10px
}

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart {
        margin-bottom: 25px;
        margin-top: 10px
    }

        .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex {
            gap: 20px
        }

@media (max-width:480px) {
    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex {
        flex-wrap: wrap;
        justify-content: center
    }
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex a img {
    max-width: 200px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex .add-card-content {
    padding: 0 15px
}

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex .add-card-content a {
        color: rgba(var(--light-color), 1)
    }

        .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex .add-card-content a h6 {
            font-size: 16px
        }

            .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex .add-card-content a h6 i {
                background: #19a340;
                border-radius: 50%;
                color: #fff;
                font-size: 14px;
                height: 18px;
                line-height: 18px;
                margin-right: 8px;
                width: 18px
            }

            .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex .add-card-content a h6 span {
                font-size: calc(15.6px + .125vw)
            }

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex .add-card-content .buttons {
        flex-wrap: wrap;
        justify-content: center;
        margin: 12px 0 6px
    }

        .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex .add-card-content .buttons a {
            background-size: 200% auto;
            border: 1px solid rgba(var(--theme-default));
            box-shadow: 0 3px 8px rgba(var(--theme-default), .24);
            color: rgba(var(--theme-default));
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
            margin: 0 6px;
            padding: 6px 10px;
            transition: all .4s ease-in-out
        }

            .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex .add-card-content .buttons a:hover {
                background-color: rgba(var(--theme-default));
                border: 1px solid rgba(var(--theme-default));
                box-shadow: none;
                color: rgba(var(--white), 1)
            }

@media (max-width:991px) {
    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .d-flex .add-card-content .buttons a {
        margin: 4px 6px
    }
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .card-img {
    align-items: center;
    border-bottom: 1px dashed rgba(var(--light-border), 1);
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px
}

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .card-img:nth-child(2n) {
        border-bottom: none
    }

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .card-img:last-child {
        margin-bottom: 0
    }

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .card-img a {
        color: rgba(var(--theme-font-color), 1);
        cursor: pointer
    }

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .card-img img {
        max-width: 68px
    }

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .card-img h6 {
        transition: all .4s ease-in-out
    }

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .card-img:hover h6 {
        color: rgba(var(--theme-default))
    }

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .upsell_payment {
    padding-top: 15px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell {
    margin-bottom: 20px;
    text-align: center
}

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h5 {
        margin-bottom: 0
    }

    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell svg {
        height: 18px;
        width: 72px;
        stroke: rgba(var(--theme-default))
    }

.theme-modal.social-modal .modal-header {
    border-bottom: none;
    padding: 15px 15px 6px
}

    .theme-modal.social-modal .modal-header h6 {
        font-weight: 500;
        margin-bottom: 0
    }

.theme-modal.social-modal .modal-body input {
    background-color: transparent;
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    color: rgba(var(--theme-font-color), 1);
    padding: 8px 10px;
    width: 100%
}

    .theme-modal.social-modal .modal-body input:focus {
        box-shadow: none
    }

.theme-modal.social-modal .modal-body h6 {
    font-weight: 500;
    margin: 20px 0 10px
}

.theme-modal.social-modal .modal-body ul {
    align-items: center;
    display: flex;
    gap: 10px
}

    .theme-modal.social-modal .modal-body ul li a {
        align-items: center;
        border: 1px solid rgba(var(--light-border), 1);
        border-radius: 50%;
        display: flex;
        height: 40px;
        justify-content: center;
        transition: all .4s ease-in-out;
        width: 40px
    }

        .theme-modal.social-modal .modal-body ul li a i {
            transition: all .4s ease-in-out
        }

        .theme-modal.social-modal .modal-body ul li a:hover {
            background-color: rgba(var(--theme-default), 1);
            border-color: transparent;
            box-shadow: 0 3px 8px rgba(var(--black), .24)
        }

            .theme-modal.social-modal .modal-body ul li a:hover i {
                color: rgba(var(--white), 1)
            }

.theme-modal.question-box .modal-header {
    border-bottom: none;
    padding-bottom: 0
}

.theme-modal.question-box .modal-body .question-items {
    margin-bottom: 15px
}

    .theme-modal.question-box .modal-body .question-items input {
        background-color: transparent;
        padding: 8px
    }

    .theme-modal.question-box .modal-body .question-items input,
    .theme-modal.question-box .modal-body .question-items textarea {
        border: 1px solid rgba(var(--light-border), 1);
        border-radius: 4px;
        width: 100%
    }

        .theme-modal.question-box .modal-body .question-items textarea:focus {
            outline: none
        }

.theme-modal.question-box .modal-body .form-check {
    margin-bottom: 10px;
    padding: 0
}

    .theme-modal.question-box .modal-body .form-check input {
        vertical-align: -5px
    }

    .theme-modal.question-box .modal-body .form-check label {
        margin-bottom: 0
    }

.theme-modal.question-box .modal-body button {
    border-radius: 4px;
    margin: 8px auto 0;
    width: 100%
}

.theme-modal.confirmation-modal .modal-body {
    background-image: url(550fb8f39c51facaf70a.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center
}

    .theme-modal.confirmation-modal .modal-body img {
        width: 20%
    }

    .theme-modal.confirmation-modal .modal-body .submit-button {
        align-items: center;
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 20px
    }

        .theme-modal.confirmation-modal .modal-body .submit-button button {
            background-color: transparent;
            border: 1px solid rgba(var(--theme-default), 1);
            color: rgba(var(--theme-default), 1);
            font-weight: 500;
            padding: 6px 30px;
            transition: all .4s ease-in-out
        }

            .theme-modal.confirmation-modal .modal-body .submit-button a,
            .theme-modal.confirmation-modal .modal-body .submit-button button:hover,
            .theme-modal.confirmation-modal .modal-body .submit-button button:last-child {
                background-color: rgba(var(--theme-default), 1);
                color: rgba(var(--white), 1)
            }

        .theme-modal.confirmation-modal .modal-body .submit-button a {
            font-weight: 500;
            padding: 6px 30px
        }

.theme-modal.newsletter-modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1
}

    .theme-modal.newsletter-modal .btn-close:focus {
        box-shadow: none
    }

.theme-modal.newsletter-modal .modal-body {
    padding: 0
}

.theme-modal.newsletter-modal .news-latter-box {
    background-image: url(b31d75142d0634cb0be9.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px
}

    .theme-modal.newsletter-modal .news-latter-box .newslwtter-content img {
        display: flex;
        justify-content: center;
        margin: 0 auto 30px
    }

    .theme-modal.newsletter-modal .news-latter-box .newslwtter-content p {
        display: -webkit-box !important;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }

    .theme-modal.newsletter-modal .news-latter-box .newslwtter-content .form-floating {
        margin-bottom: 10px
    }

        .theme-modal.newsletter-modal .news-latter-box .newslwtter-content .form-floating input {
            background-color: #fff;
            border: 1px solid rgba(var(--border), 1);
            border-radius: 4px;
            padding: 8px 15px;
            width: 100%
        }

        .theme-modal.newsletter-modal .news-latter-box .newslwtter-content .form-floating:last-child {
            margin-bottom: 0
        }

    .theme-modal.newsletter-modal .news-latter-box .newslwtter-content .btn-submit {
        background-image: linear-gradient(to right, rgba(var(--theme-default), 1) 0, #c28f51 51%, rgba(var(--theme-default), 1) 100%);
        color: #fff;
        padding: 6px 24px
    }

.theme-modal.newsletter-modal.newsletter-2 .news-latter-box {
    background-image: url(298dbd9718bcf4a0458c.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0
}

@media (max-width:991px) {
    .theme-modal.newsletter-modal.newsletter-2 .news-latter-box {
        padding: 20px
    }
}

@media (min-width:992px) {
    .theme-modal.newsletter-modal.newsletter-2 .news-latter-box .newslwtter-content {
        padding: 0 0 0 20px
    }
}

.theme-modal.newsletter-modal.newsletter-2 .news-latter-box .newslwtter-content h2 {
    background: linear-gradient(90.78deg, rgba(var(--theme-default), 1) 25.33%, rgba(var(--theme-default), .4) 82.24%);
    -webkit-background-clip: text;
    font-size: calc(16.4px + 1.75vw);
    font-weight: 800;
    -webkit-text-fill-color: transparent
}

.theme-modal.newsletter-modal.newsletter-2 .news-latter-box .newslwtter-content span {
    background: linear-gradient(90.78deg, rgba(var(--theme-default), .3) 15.33%, rgba(var(--theme-default), 1) 82.24%);
    -webkit-background-clip: text;
    display: block;
    font-size: calc(18px + 1.25vw);
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin-bottom: calc(19.4px + .8125vw)
}

.theme-modal.newsletter-modal.newsletter-2 .news-latter-box .newslwtter-content .btn-submit {
    background-image: linear-gradient(to right, rgba(var(--theme-default), 1) 0, #d17431 51%, rgba(var(--theme-default), 1) 100%);
    color: #fff;
    padding: 6px 24px
}

.theme-modal.newsletter-modal.newsletter-3 .news-latter-box {
    background-image: url(7a46fc51a782ffe3ef15.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0
}

@media (max-width:991px) {
    .theme-modal.newsletter-modal.newsletter-3 .news-latter-box {
        padding: 20px
    }
}

@media (min-width:992px) {
    .theme-modal.newsletter-modal.newsletter-3 .news-latter-box .newslwtter-content {
        padding: 0 0 20px 20px
    }
}

.theme-modal.newsletter-modal.newsletter-3 .news-latter-box .newslwtter-content h2 {
    color: rgba(var(--theme-default), 1);
    font-size: calc(18.4px + 1.125vw);
    font-weight: 800;
    margin-bottom: calc(20.4px + .5vw)
}

    .theme-modal.newsletter-modal.newsletter-3 .news-latter-box .newslwtter-content h2 span {
        color: rgba(var(--theme-default), 1);
        display: block;
        font-size: calc(18.4px + 1.125vw);
        font-weight: 800;
        padding-left: 60px
    }

.theme-modal.newsletter-modal.newsletter-3 .news-latter-box .newslwtter-content img {
    margin: 0 auto 5px
}

.theme-modal.newsletter-modal.newsletter-3 .news-latter-box .newslwtter-content .btn-submit {
    background-image: linear-gradient(to right, rgba(var(--theme-default), 1) 0, #ea4d1f 51%, rgba(var(--theme-default), 1) 100%);
    color: #fff;
    padding: 6px 24px
}

.theme-modal.newsletter-modal.newsletter-3 .news-latter-box .newslwtter-img {
    padding: 0 20px 0 0
}

.theme-modal.newsletter-modal.newsletter-4 .news-latter-box {
    background-image: url(9de62e40d5072bb6301f.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0
}

@media (max-width:991px) {
    .theme-modal.newsletter-modal.newsletter-4 .news-latter-box {
        padding: 20px
    }
}

@media (min-width:992px) {
    .theme-modal.newsletter-modal.newsletter-4 .news-latter-box .newslwtter-content {
        padding: 0 0 0 20px
    }
}

.theme-modal.newsletter-modal.newsletter-4 .news-latter-box .newslwtter-content h2 {
    background: linear-gradient(to bottom, rgba(var(--theme-default), 1) 25.33%, rgba(var(--theme-default), .4) 82.24%);
    -webkit-background-clip: text;
    font-size: calc(18px + 1.25vw);
    font-weight: 800;
    -webkit-text-fill-color: transparent
}

.theme-modal.newsletter-modal.newsletter-4 .news-latter-box .newslwtter-content span {
    background: linear-gradient(to bottom, rgba(var(--theme-default), 1) 25.33%, rgba(var(--theme-default), .3) 82.24%);
    -webkit-background-clip: text;
    display: block;
    font-size: calc(18px + 1.25vw);
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin-bottom: calc(19.4px + .8125vw)
}

.theme-modal.newsletter-modal.newsletter-4 .news-latter-box .newslwtter-content .btn-submit {
    background-image: linear-gradient(to right, rgba(var(--theme-default), 1) 0, #d17431 51%, rgba(var(--theme-default), 1) 100%);
    color: #fff;
    padding: 6px 24px
}

.theme-video-modal .modal-content {
    background-color: transparent;
    border: none
}

.dark .theme-video-modal .modal-content {
    background-color: rgba(var(--box-background), 1)
}

.theme-video-modal .modal-content .modal-header {
    border: none;
    padding: 0
}

    .theme-video-modal .modal-content .modal-header .btn-close {
        background-color: rgba(var(--white), 1);
        border-radius: 4px;
        color: rgba(var(--white), 1);
        height: 26px;
        margin-right: 2px;
        opacity: 1;
        width: 26px
    }

.theme-video-modal .modal-content .modal-body {
    border-radius: 4px;
    padding: 20px 0 0
}

    .theme-video-modal .modal-content .modal-body iframe {
        border-radius: 4px;
        height: 500px;
        width: 100%
    }

.address-modal .address-box {
    margin-top: 20px
}

    .address-modal .address-box .form-group {
        margin-bottom: 10px
    }

        .address-modal .address-box .form-group select {
            background-color: transparent;
            border: 1px solid rgba(var(--light-border), 1);
            border-radius: 4px;
            color: rgba(var(--light-color), 1);
            padding: 6px 12px;
            width: 100%
        }

            .address-modal .address-box .form-group select:focus {
                box-shadow: none
            }

    .address-modal .address-box label {
        color: rgba(var(--theme-font-color), 1);
        font-size: calc(14.8px + .0625vw);
        font-weight: 500;
        margin-bottom: 4px
    }

    .address-modal .address-box input {
        border: 1px solid rgba(var(--light-border), 1)
    }

        .address-modal .address-box input:focus {
            box-shadow: none
        }

        .address-modal .address-box input::-moz-placeholder {
            color: rgba(var(--light-color), .6)
        }

        .address-modal .address-box input::placeholder {
            color: rgba(var(--light-color), .6)
        }

.modal-footer .submit {
    border-color: rgba(var(--theme-default), 1)
}

    .modal-footer .submit,
    .modal-footer .submit.active {
        background-color: rgba(var(--theme-default), 1);
        color: rgba(var(--white), 1)
    }

.modal-footer .cancel {
    background-color: transparent;
    border: 1px solid rgba(var(--theme-default), 1);
    color: rgba(var(--theme-default), 1);
    transition: all .4s ease-in-out
}

    .modal-footer .cancel:hover {
        background-color: rgba(var(--theme-default), 1);
        color: rgba(var(--white), 1)
    }

.instagram-txt-box {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

    .instagram-txt-box > div {
        background-color: rgba(var(--box-background), 1);
        height: 100%;
        padding: calc(8.4px + 1.125vw) calc(10.4px + .5vw);
        text-align: center;
        width: 100%
    }

@media (max-width:1199px) {
    .instagram-txt-box > div {
        align-items: end;
        background-color: transparent;
        display: flex;
        justify-content: space-between;
        padding: 0;
        text-align: left
    }
}

@media (max-width:480px) {
    .instagram-txt-box > div div {
        text-align: center
    }
}

.instagram-txt-box > div svg {
    height: 45px;
    width: 45px;
    fill: rgba(var(--theme-font-color), 1);
    margin-bottom: 6px
}

@media (max-width:1199px) {
    .instagram-txt-box > div svg {
        height: 34px;
        margin-bottom: 0;
        width: 34px
    }
}

.instagram-txt-box > div h3 {
    margin-bottom: 8px
}

@media (max-width:1199px) {
    .instagram-txt-box > div h3 {
        margin-bottom: 0
    }
}

.instagram-txt-box > div span {
    background-color: rgba(var(--theme-font-color), 1);
    display: block;
    height: 3px;
    margin: 0 auto 16px;
    width: 15%
}

@media (max-width:1199px) {
    .instagram-txt-box > div span {
        display: none
    }
}

.instagram-txt-box > div p {
    margin-bottom: calc(4.8px - .25vw)
}

@media (max-width:1800px) {
    .instagram-txt-box > div p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

@media (max-width:1650px) {
    .instagram-txt-box > div p {
        -webkit-line-clamp: 1
    }
}

@media (max-width:1450px) {
    .instagram-txt-box > div p {
        display: none !important
    }
}

@media (max-width:1199px) {
    .instagram-txt-box > div .instashop-icon {
        align-items: center;
        display: flex;
        gap: 6px
    }
}

@media (max-width:480px) {
    .instagram-txt-box > div .instashop-icon {
        justify-content: center
    }
}

.instagram-box .instashop-effect {
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all .4s ease-in-out
}

    .instagram-box .instashop-effect img {
        /* margin: -5px 0 0 -5px; */
        transform: translate3d(5px, 5px, 0);
        transition: opacity .35s, transform .35s;
        /*width: 100%*/
    }

    .instagram-box .instashop-effect .insta-txt {
        color: rgba(var(--white), 1);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

        .instagram-box .instashop-effect .insta-txt:before {
            -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
            background-color: rgba(34, 34, 34, .5);
            border: 2px solid rgba(var(--light-white), 1);
            border-radius: 50%;
            bottom: -100px;
            box-shadow: 0 0 0 900px rgba(var(--light-white), .2);
            content: "";
            height: 254px;
            opacity: 0;
            position: absolute;
            right: -100px;
            transform: scale3d(.5, .5, 1);
            transform-origin: 50% 50%;
            transition: all .3s ease-in-out;
            width: 254px
        }

@media (max-width:1600px) {
    .instagram-box .instashop-effect .insta-txt:before {
        height: 230px;
        width: 230px
    }
}

@media (max-width:575px) {
    .instagram-box .instashop-effect .insta-txt:before {
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        border-radius: 0;
        bottom: 0;
        height: 100%;
        right: 0;
        width: 100%
    }
}

.instagram-box .instashop-effect .insta-txt > div {
    bottom: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    transition: all .4s ease-in-out
}

@media (max-width:1400px) {
    .instagram-box .instashop-effect .insta-txt > div {
        display: grid
    }
}

@media (max-width:575px) {
    .instagram-box .instashop-effect .insta-txt > div {
        bottom: unset !important;
        left: 50%;
        right: unset !important;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%
    }
}

.instagram-box .instashop-effect .insta-txt > div .insta-icon {
    height: 45px;
    width: 45px;
    fill: rgba(var(--white), 1);
    margin-bottom: 6px;
    opacity: 0;
    transform: translate3d(20px, 20px, 0);
    transition: all .4s ease-out
}

@media (max-width:1600px) {
    .instagram-box .instashop-effect .insta-txt > div .insta-icon {
        height: 38px;
        width: 38px
    }
}

@media (max-width:1400px) {
    .instagram-box .instashop-effect .insta-txt > div .insta-icon {
        height: 38px;
        margin: 0 auto;
        width: 38px
    }
}

@media (max-width:575px) {
    .instagram-box .instashop-effect .insta-txt > div .insta-icon {
        transform: unset
    }
}

.instagram-box .instashop-effect .insta-txt > div p {
    color: rgba(var(--white), 1);
    font-weight: 600;
    opacity: 0;
    transform: translate3d(20px, 20px, 0);
    transition: all .4s ease-out
}

@media (max-width:1400px) {
    .instagram-box .instashop-effect .insta-txt > div p {
        display: none
    }
}

.instagram-box .instashop-effect .insta-txt > div .link-hover-anim {
    opacity: 0;
    padding: 0 0 2px;
    transform: translate3d(20px, 20px, 0);
    transition: all .4s ease-out
}

    .instagram-box .instashop-effect .insta-txt > div .link-hover-anim a {
        color: rgba(var(--white), 1);
        font-size: 14px;
        font-weight: 600
    }

        .instagram-box .instashop-effect .insta-txt > div .link-hover-anim a > svg {
            height: 15px;
            width: 15px;
            fill: rgba(var(--white), 1)
        }

@media (max-width:575px) {
    .instagram-box .instashop-effect .insta-txt > div .link-hover-anim {
        display: none
    }
}

.instagram-box .instashop-effect:hover img {
    opacity: .6;
    transform: translateZ(0)
}

.instagram-box .instashop-effect:hover .insta-txt:before {
    opacity: 1;
    transform: scaleX(1)
}

.instagram-box .instashop-effect:hover .insta-txt > div {
    bottom: 15px;
    right: 15px
}

@media (max-width:1600px) {
    .instagram-box .instashop-effect:hover .insta-txt > div {
        bottom: 0
    }
}

@media (max-width:1400px) {
    .instagram-box .instashop-effect:hover .insta-txt > div {
        bottom: 15px
    }
}

.instagram-box .instashop-effect:hover .insta-txt > div .insta-icon,
.instagram-box .instashop-effect:hover .insta-txt > div .link-hover-anim,
.instagram-box .instashop-effect:hover .insta-txt > div p {
    opacity: 1;
    transform: translateZ(0)
}

.instagram-box-1 {
    margin-left: 6px;
    margin-right: 6px
}

    .instagram-box-1:nth-child(2n) {
        margin-top: 30px
    }

.mfp-bottom-bar {
    display: none
}

@media (max-width:1199px) {
    .instashop-section .row {
        --bs-gutter-y: 20px
    }

        .instashop-section .row div:first-child {
            order: 2
        }

        .instashop-section .row div:nth-child(2) {
            order: 3
        }

        .instashop-section .row div:nth-child(3) {
            order: 1;
            width: 100%
        }

        .instashop-section .row div:nth-child(4) {
            order: 4
        }

        .instashop-section .row div:last-child {
            order: 5
        }
}

.instashop-images {
    display: grid;
    grid-template-columns: .9fr 1fr 1.1fr 1.5fr;
    grid-template-rows: repeat(2);
    grid-column-gap: 25px;
    grid-row-gap: 25px
}

@media (max-width:1201px) {
    .instashop-images {
        grid-column-gap: 15px;
        grid-row-gap: 15px
    }
}

@media (max-width:767px) {
    .instashop-images {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(4, 1fr) !important;
        grid-column-gap: 10px;
        grid-row-gap: 10px
    }
}

.instashop-images a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

    .instashop-images a:after {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        background: rgba(var(--white), .25);
        border: 1px solid rgba(var(--white), .18);
        border-radius: 10px;
        content: "";
        height: 80%;
        width: 80%
    }

    .instashop-images a span,
    .instashop-images a:after {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: all .4s
    }

    .instashop-images a span {
        color: rgba(var(--theme-font-color), 1);
        font-size: 50px;
        z-index: 1
    }

    .instashop-images a img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .instashop-images a:first-child {
        grid-area: 1/1/3/2
    }

    .instashop-images a:nth-child(2) {
        grid-area: 1/2/2/3
    }

    .instashop-images a:nth-child(3) {
        grid-area: 2/2/3/3
    }

        .instashop-images a:nth-child(3).gallery-box:after {
            background: rgba(var(--theme-default), 1);
            border-radius: 0;
            height: 100%;
            transform: translate(-50%, -50%) scale(1);
            width: 100%
        }

        .instashop-images a:nth-child(3).gallery-box:before {
            color: rgba(var(--white), 1);
            content: "\f16d";
            font-family: FontAwesome !important;
            font-size: calc(18.8px + 1.625vw);
            left: 50%;
            position: absolute;
            top: 32%;
            transform: translate(-50%, -30%);
            z-index: 1
        }

@media (max-width:991px) {
    .instashop-images a:nth-child(3).gallery-box:before {
        top: 20%
    }
}

@media (max-width:767px) {
    .instashop-images a:nth-child(3).gallery-box:before {
        font-size: 50px;
        top: 30%
    }
}

@media (max-width:575px) {
    .instashop-images a:nth-child(3).gallery-box:before {
        font-size: 40px;
        top: 30%
    }
}

@media (max-width:415px) {
    .instashop-images a:nth-child(3).gallery-box:before {
        font-size: 40px;
        top: 21%
    }
}

.instashop-images a:nth-child(3).gallery-box span {
    color: transparent;
    transform: translate(-50%, -50%) scale(1)
}

    .instashop-images a:nth-child(3).gallery-box span:after {
        color: rgba(var(--white), 1);
        content: "Instashop";
        font-size: calc(17.6px + .75vw);
        font-weight: 600;
        left: 50%;
        position: absolute;
        top: 75%;
        transform: translate(-50%, -50%);
        z-index: 1
    }

@media (max-width:767px) {
    .instashop-images a:nth-child(3).gallery-box span:after {
        font-size: 30px
    }
}

@media (max-width:575px) {
    .instashop-images a:nth-child(3).gallery-box span:after {
        font-size: 22px
    }
}

.instashop-images a:nth-child(3).gallery-box span:before {
    background-color: rgba(var(--white), 1);
    border-radius: 4px;
    bottom: -30%;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -90%);
    width: 70px;
    z-index: 1
}

.instashop-images a:nth-child(4) {
    grid-area: 1/3/2/4
}

@media (max-width:767px) {
    .instashop-images a:nth-child(4) {
        grid-area: 3/1/4/2
    }
}

.instashop-images a:nth-child(5) {
    grid-area: 2/3/3/4
}

@media (max-width:767px) {
    .instashop-images a:nth-child(5) {
        grid-area: 4/1/5/2
    }
}

.instashop-images a:nth-child(6) {
    grid-area: 1/4/3/5
}

@media (max-width:767px) {
    .instashop-images a:nth-child(6) {
        grid-area: 3/2/5/3
    }
}

.instashop-images a:hover span,
.instashop-images a:hover:after {
    transform: translate(-50%, -50%) scale(1)
}

.blog-main {
    margin: 0 0 2px
}

    .blog-main .blog-box {
        overflow: hidden
    }

        .blog-main .blog-box .blog-img {
            display: block;
            height: 100%;
            position: relative
        }

            .blog-main .blog-box .blog-img:after {
                -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
                background-color: rgba(var(--white), .2);
                content: "";
                height: 92%;
                left: 50%;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%) scale(0);
                transition: all .4s ease-in-out;
                width: 92%;
                z-index: 1
            }

            .blog-main .blog-box .blog-img img {
                overflow: hidden;
                transform: scale(1);
                transition: all .4s ease-in-out;
                width: 100%
            }

    .blog-main .blog-txt {
        direction: rtl !important;
        padding-top: 14px
    }

        .blog-main .blog-txt p {
            font-size: calc(12.8px + .375vw);
            margin-bottom: 6px
        }

        .blog-main .blog-txt h5 {
            line-height: 1.1;
            transition: all .4s ease-in-out
        }

            .blog-main .blog-txt h5:hover {
                color: rgba(var(--theme-default), 1)
            }

        .blog-main .blog-txt .link-hover-anim {
            padding: 0
        }

            .blog-main .blog-txt .link-hover-anim a {
                text-decoration: none
            }

    .blog-main:hover .blog-box .blog-img:after {
        transform: translate(-50%, -50%) scale(1)
    }

    .blog-main:hover .blog-box .blog-img img {
        transform: scale(1.1)
    }

.main-blog-1 {
    background-color: rgba(var(--box-background), 1);
    padding: 30px 0
}

    .main-blog-1 .blog-main-2 {
        border-left: 1px solid rgba(var(--light-border), 1);
        margin-left: -2px;
        padding-left: calc(4.2px + 1.1875vw)
    }

        .main-blog-1 .blog-main-2 .blog-box {
            overflow: hidden;
            position: relative
        }

            .main-blog-1 .blog-main-2 .blog-box .blog-img:after {
                -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
                background-color: rgba(var(--white), .2);
                border-radius: 10px;
                content: "";
                height: 92%;
                left: 50%;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%) scale(0);
                transition: all .4s ease-in-out;
                width: 92%;
                z-index: 1
            }

            .main-blog-1 .blog-main-2 .blog-box .blog-img img {
                overflow: hidden;
                transform: scale(1);
                transition: all .4s ease-in-out
            }

            .main-blog-1 .blog-main-2 .blog-box .btn {
                color: rgba(var(--theme-font-color), 1);
                font-weight: 500;
                left: 50%;
                position: absolute;
                text-decoration: underline;
                top: 50%;
                transform: translate(-50%, -50%) scale(0);
                transition: all .4s ease-in-out;
                width: 100%;
                z-index: 2
            }

.blog-details {
    direction: rtl !important;
}

.main-blog-1 .blog-main-2 .blog-details h6 {
    color: rgba(var(--theme-default), 1);
    font-weight: 500
}

.main-blog-1 .blog-main-2 .blog-details a {
    color: rgba(var(--theme-font-color), 1);
    display: block;
    font-size: calc(12.8px + .375vw);
    font-weight: 500;
    margin-bottom: 6px;
    transition: all .4s ease-in-out
}

    .main-blog-1 .blog-main-2 .blog-details a:hover {
        color: rgba(var(--theme-default), 1)
    }

.main-blog-1 .blog-main-2:hover .blog-box .blog-img:after {
    transform: translate(-50%, -50%) scale(1)
}

.main-blog-1 .blog-main-2:hover .blog-box .blog-img img {
    transform: scale(1.1)
}

.main-blog-1 .blog-main-2:hover .blog-box .btn {
    transform: translate(-50%, -50%) scale(1)
}

.sidebar-title {
    margin-bottom: 30px;
    position: relative
}

    .sidebar-title .loader-line {
        background-color: rgba(var(--black), .06);
        border-radius: 20px;
        height: 2px;
        overflow: hidden;
        position: absolute;
        top: 32px;
        width: calc(36px + 1.25vw)
    }

        .sidebar-title .loader-line:before {
            animation: lineAnim 2s linear infinite;
            background: linear-gradient(to right, rgba(var(--theme-default), 1), rgba(var(--theme-default), .5));
            border-radius: 20px;
            content: "";
            height: 4px;
            left: -50%;
            position: absolute;
            width: 30%
        }

.blog-page .blog-main-box div {
    border-radius: 4px;
    overflow: hidden
}

    .blog-page .blog-main-box div .blog-img {
        border-radius: calc(2.4px + .1875vw)
    }

        .blog-page .blog-main-box div .blog-img.bg-size {
            transform: scale(1);
            transition: all 1.6s ease-in-out
        }

.blog-page .blog-main-box .blog-content .blog-date {
    display: block;
    font-size: 14px;
    margin: 14px 0 2px
}

.blog-page .blog-main-box .blog-content a > h4 {
    display: -webkit-box !important;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    transition: all .4s ease-in-out;
    white-space: normal;
    width: 80%
}

@media (max-width:1199px) {
    .blog-page .blog-main-box .blog-content a > h4 {
        margin-bottom: 0;
        width: 100%
    }
}

.blog-page .blog-main-box .blog-content p {
    display: -webkit-box !important;
    font-size: calc(13.6px + .125vw);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal
}

@media (max-width:1200px) {
    .blog-page .blog-main-box .blog-content p {
        display: -webkit-box !important;
        margin-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.blog-page .blog-main-box .blog-content span {
    display: block;
    font-size: calc(13.6px + .125vw);
    margin: 10px 0
}

@media (max-width:1200px) {
    .blog-page .blog-main-box .blog-content span {
        margin-top: 0
    }
}

@media (max-width:768px) and (min-width:576px) {
    .blog-page .blog-main-box .blog-content span {
        display: none
    }
}

.blog-page .blog-main-box .blog-content .share-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-top: 15px
}

@media (max-width:1200px) {
    .blog-page .blog-main-box .blog-content .share-box {
        padding-top: 6px
    }
}

@media (max-width:768px) and (min-width:576px) {
    .blog-page .blog-main-box .blog-content .share-box > div {
        display: none !important
    }
}

.blog-page .blog-main-box .blog-content .share-box img {
    border-radius: 50px;
    width: 30px
}

.blog-page .blog-main-box .blog-content .share-box h6 {
    color: rgba(var(--light-color), 1);
    font-size: calc(13.6px + .125vw);
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize
}

.blog-page .blog-main-box .blog-content .share-box > a {
    color: rgba(var(--theme-default), 1);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px
}

.blog-page .blog-main-box .blog-content h5,
.blog-page .blog-main-box .blog-content > ul {
    margin-bottom: 10px
}

    .blog-page .blog-main-box .blog-content > ul li {
        color: rgba(var(--light-color), 1);
        display: list-item;
        font-size: calc(13.2px + .25vw);
        margin-left: 32px;
        padding: 4px 0
    }

        .blog-page .blog-main-box .blog-content > ul li:first-child {
            padding-top: 0
        }

        .blog-page .blog-main-box .blog-content > ul li:last-child {
            padding-bottom: 0
        }

.blog-page .blog-main-box:hover .blog-content h4 {
    color: rgba(var(--theme-default), 1)
}

.blog-page .blog-main-box:hover div .blog-img.bg-size {
    transform: scale(1.1)
}

.blog-page .blog-main-box.blog-details .blog-content .quote-title {
    background-color: rgba(var(--box-background), 1);
    border-left: 3px solid rgba(var(--theme-default), 1);
    margin: 20px 0;
    padding: calc(9.6px + .75vw)
}

[dir=rtl] .blog-page .blog-main-box.blog-details .blog-content .quote-title {
    border-left: unset;
    border-right: 3px solid rgba(var(--theme-default), 1)
}

.blog-page .blog-main-box.blog-details .blog-content .quote-title h6 {
    align-items: start;
    display: flex;
    gap: 12px
}

    .blog-page .blog-main-box.blog-details .blog-content .quote-title h6 i {
        color: rgba(var(--theme-default), .4);
        font-size: calc(13.2px + .875vw);
        line-height: .5
    }

    .blog-page .blog-main-box.blog-details .blog-content .quote-title h6 span {
        color: rgba(var(--theme-font-color), 1);
        font-size: calc(14px + .625vw);
        font-weight: 500;
        line-height: 1.3;
        margin: 0
    }

.blog-page .blog-main-box.blog-details .blog-content .message-box label {
    color: rgba(var(--light-color), 1);
    font-size: calc(13.6px + .125vw);
    font-weight: 500;
    margin-bottom: 4px
}

.blog-page .blog-main-box.blog-details .blog-content .message-box input::-moz-placeholder {
    color: rgba(var(--light-color), .8)
}

.blog-page .blog-main-box.blog-details .blog-content .message-box input::placeholder {
    color: rgba(var(--light-color), .8)
}

.blog-page .blog-main-box.blog-details .blog-content .message-box textarea::-moz-placeholder {
    color: rgba(var(--light-color), .8)
}

.blog-page .blog-main-box.blog-details .blog-content .message-box textarea::placeholder {
    color: rgba(var(--light-color), .8)
}

.blog-page .blog-sidebar .sidebar-box {
    background-color: rgba(var(--box-background), 1);
    border-radius: calc(5.2px + .25vw);
    padding: calc(12.4px + .5vw)
}

    .blog-page .blog-sidebar .sidebar-box .categories li {
        padding: 4px 0;
        width: 100%
    }

        .blog-page .blog-sidebar .sidebar-box .categories li:last-child {
            padding-bottom: 0
        }

        .blog-page .blog-sidebar .sidebar-box .categories li:first-child {
            padding-top: 0
        }

        .blog-page .blog-sidebar .sidebar-box .categories li:hover p,
        .blog-page .blog-sidebar .sidebar-box .categories li:hover span {
            color: rgba(var(--theme-default), 1)
        }

        .blog-page .blog-sidebar .sidebar-box .categories li p {
            color: rgba(var(--theme-font-color), 1);
            font-size: calc(13.2px + .25vw);
            transition: all .4s ease-in-out
        }

        .blog-page .blog-sidebar .sidebar-box .categories li span {
            color: rgba(var(--light-color), 1);
            float: right;
            transition: all .4s ease-in-out
        }

[dir=rtl] .blog-page .blog-sidebar .sidebar-box .categories li span {
    float: left
}

.blog-page .blog-sidebar .sidebar-box .top-post {
    margin-top: 20px
}

    .blog-page .blog-sidebar .sidebar-box .top-post li {
        align-items: flex-start;
        display: flex;
        gap: 14px;
        padding: calc(2.8px + .375vw) 0
    }

        .blog-page .blog-sidebar .sidebar-box .top-post li:first-child {
            padding-top: 0
        }

        .blog-page .blog-sidebar .sidebar-box .top-post li:last-child {
            padding-bottom: 0
        }

        .blog-page .blog-sidebar .sidebar-box .top-post li img {
            border-radius: 4px;
            width: calc(47.5px + 1.875vw)
        }

@media (max-width:575px) {
    .blog-page .blog-sidebar .sidebar-box .top-post li img {
        width: 15%
    }
}

@media (max-width:480px) {
    .blog-page .blog-sidebar .sidebar-box .top-post li img {
        width: 20%
    }
}

@media (max-width:360px) {
    .blog-page .blog-sidebar .sidebar-box .top-post li img {
        width: 28%
    }
}

.blog-page .blog-sidebar .sidebar-box .top-post li div {
    width: calc(100% - 54px)
}

    .blog-page .blog-sidebar .sidebar-box .top-post li div a h6 {
        display: -webkit-box !important;
        font-size: calc(13.6px + .125vw);
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all .4s ease-in-out;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }

.blog-page .blog-sidebar .sidebar-box .top-post li:hover div a h6 {
    color: rgba(var(--theme-default), 1)
}

.blog-page .blog-sidebar .sidebar-box .popular-tag {
    display: flex;
    flex-wrap: wrap;
    gap: calc(5.2px + .25vw)
}

    .blog-page .blog-sidebar .sidebar-box .popular-tag li p {
        background-color: rgba(var(--light-white), 1);
        border: 1px solid rgba(var(--light-border), 1);
        border-radius: 4px;
        padding: 6px 20px;
        transition: all .4s ease-in-out
    }

    .blog-page .blog-sidebar .sidebar-box .popular-tag li:hover p {
        background-color: rgba(var(--theme-default), .1);
        border-color: rgba(var(--theme-default), 1);
        color: rgba(var(--theme-default), 1)
    }

.blog-page .blog-sidebar .sidebar-box .social-icon li {
    padding: 6px 0;
    width: 100%
}

    .blog-page .blog-sidebar .sidebar-box .social-icon li a {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px
    }

        .blog-page .blog-sidebar .sidebar-box .social-icon li a:first-child {
            padding-top: 0
        }

        .blog-page .blog-sidebar .sidebar-box .social-icon li a:last-child {
            padding-bottom: 0
        }

        .blog-page .blog-sidebar .sidebar-box .social-icon li a .icon {
            align-items: center;
            background-color: rgba(var(--light-white), 1);
            border: 1px solid rgba(var(--light-border), 1);
            border-radius: 50px;
            display: flex;
            height: 40px;
            justify-content: center;
            transition: all .4s ease-in-out;
            width: 40px
        }

            .blog-page .blog-sidebar .sidebar-box .social-icon li a .icon i {
                transition: all .4s ease-in-out
            }

        .blog-page .blog-sidebar .sidebar-box .social-icon li a h6 {
            margin-bottom: 0;
            transition: all .4s ease-in-out
        }

    .blog-page .blog-sidebar .sidebar-box .social-icon li :hover .icon {
        background-color: rgba(var(--theme-default), 1);
        border-color: rgba(var(--theme-default), 1);
        box-shadow: 0 6px 10px rgba(var(--black), .3)
    }

        .blog-page .blog-sidebar .sidebar-box .social-icon li :hover .icon i {
            color: rgba(var(--white), 1)
        }

    .blog-page .blog-sidebar .sidebar-box .social-icon li :hover h6 {
        color: rgba(var(--theme-default), 1)
    }

.blog-page .blog-search {
    position: relative
}

    .blog-page .blog-search input {
        background-color: transparent;
        border: 1px solid rgba(var(--light-border), 1);
        border-radius: 6px;
        padding: 12px 35px 12px 12px;
        width: 100%
    }

    .blog-page .blog-search .iconsax {
        --Iconsax-Size: calc(13.2px + 0.25vw);
        --Iconsax-Color: rgba(var(--light-color), 1);
        position: absolute;
        right: 15px;
        top: 49%;
        transform: translateY(-49%)
    }

.blog-page .blog-main-box.blog-list {
    align-items: center;
    display: flex;
    gap: 20px
}

@media (max-width:575px) {
    .blog-page .blog-main-box.blog-list {
        display: block
    }
}

.blog-page .blog-main-box.blog-list .list-img {
    width: 50%
}

@media (max-width:575px) {
    .blog-page .blog-main-box.blog-list .list-img {
        width: 100%
    }
}

.blog-page .blog-main-box.blog-list .blog-content,
.blog-page .blog-main-box.blog-list .list-img .blog-img {
    width: 100%
}

@media (max-width:575px) {
    .blog-page .blog-main-box.blog-list .blog-content {
        margin-top: 12px
    }
}

.blog-page .blog-main-box .comments-box {
    border-left: none;
    margin-bottom: 10px;
    margin-top: 26px;
    padding-left: 0
}

    .blog-page .blog-main-box .comments-box > ul {
        max-height: unset;
        overflow: unset
    }

.blog-no-sidebar .blog-main-box {
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px
}

    .blog-no-sidebar .blog-main-box > div {
        border-radius: 4px 4px 0 0;
        overflow: hidden
    }

        .blog-no-sidebar .blog-main-box > div .blog-img {
            border-radius: 4px 4px 0 0
        }

            .blog-no-sidebar .blog-main-box > div .blog-img.bg-size {
                transform: scale(1);
                transition: all 1.6s ease-in-out
            }

    .blog-no-sidebar .blog-main-box .blog-content {
        padding: 0 10px 10px
    }

@keyframes lineAnim {
    0% {
        left: -40%
    }

    50% {
        left: 20%;
        width: 60%
    }

    to {
        left: 100%;
        width: 100%
    }
}

.offer-box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-around;
    padding: calc(5.2px + .875vw) 6px
}

    .offer-box p {
        color: rgba(var(--theme-font-color), 1);
        font-weight: 500
    }

    .offer-box .btn {
        font-size: 16px;
        text-decoration: none
    }

        .offer-box .btn svg {
            height: 16px;
            width: 16px
        }

    .offer-box:first-child {
        background-color: rgba(181, 71, 71, .4)
    }

    .offer-box:nth-child(2) {
        background-color: rgba(254, 94, 53, .1) !important
    }

    .offer-box:nth-child(3) {
        background-color: rgba(var(--box-background), 1) !important
    }

    .offer-box:last-child {
        background-color: rgba(254, 94, 53, .1) !important
    }

[dir=rtl] .swiper {
    direction: ltr
}

.swiper.fashikart-slide .swiper-button-prev {
    background-color: rgba(var(--light-white), 1);
    border-radius: 50%;
    box-shadow: 0 0 12px 2px rgba(var(--black), .1);
    height: 40px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 40px
}

    .swiper.fashikart-slide .swiper-button-prev:after {
        color: rgba(var(--dark-color), 1);
        font-size: 16px;
        font-weight: 600
    }

.swiper.fashikart-slide .swiper-button-next {
    background-color: rgba(var(--light-white), 1);
    border-radius: 50%;
    box-shadow: 0 0 12px 2px rgba(var(--black), .1);
    height: 40px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 40px
}

    .swiper.fashikart-slide .swiper-button-next:after {
        color: rgba(var(--dark-color), 1);
        font-size: 16px;
        font-weight: 600
    }

.swiper.fashikart-slide:hover .swiper-button-prev {
    left: 2%;
    opacity: 1;
    visibility: visible
}

.swiper.fashikart-slide:hover .swiper-button-next {
    opacity: 1;
    right: 2%;
    visibility: visible
}

.swiper.top-categories-slide {
    padding-bottom: 60px
}

    .swiper.top-categories-slide .swiper-button-prev {
        background-color: rgba(var(--light-white), 1);
        border-radius: 50%;
        box-shadow: 0 0 12px 2px rgba(var(--black), .1);
        height: 40px;
        left: 47%;
        position: absolute;
        top: 96%;
        transform: translateX(-47%);
        transition: all .4s ease-in-out;
        width: 40px
    }

@media (max-width:1499px) {
    .swiper.top-categories-slide .swiper-button-prev {
        top: 95%
    }
}

@media (max-width:1399px) {
    .swiper.top-categories-slide .swiper-button-prev {
        top: 94%
    }
}

@media (max-width:991px) {
    .swiper.top-categories-slide .swiper-button-prev {
        left: 45%;
        transform: translateX(-45%)
    }
}

@media (max-width:575px) {
    .swiper.top-categories-slide .swiper-button-prev {
        top: 97%
    }
}

@media (max-width:480px) {
    .swiper.top-categories-slide .swiper-button-prev {
        left: 43%;
        transform: translateX(-43%)
    }
}

@media (max-width:390px) {
    .swiper.top-categories-slide .swiper-button-prev {
        left: 41%;
        transform: translateX(-41%)
    }
}

.swiper.top-categories-slide .swiper-button-prev:after {
    color: rgba(var(--dark-color), 1);
    font-size: 16px;
    font-weight: 600;
    transition: all .4s ease-in-out
}

.swiper.top-categories-slide .swiper-button-prev:hover {
    background-color: rgba(var(--theme-default), 1)
}

    .swiper.top-categories-slide .swiper-button-prev:hover:after {
        color: rgba(var(--white), 1)
    }

.swiper.top-categories-slide .swiper-button-next {
    background-color: rgba(var(--light-white), 1);
    border-radius: 50%;
    box-shadow: 0 0 12px 2px rgba(var(--black), .1);
    height: 40px;
    position: absolute;
    right: 47%;
    top: 96%;
    transform: translateX(47%);
    transition: all .4s ease-in-out;
    width: 40px
}

@media (max-width:1499px) {
    .swiper.top-categories-slide .swiper-button-next {
        top: 95%
    }
}

@media (max-width:1399px) {
    .swiper.top-categories-slide .swiper-button-next {
        top: 94%
    }
}

@media (max-width:991px) {
    .swiper.top-categories-slide .swiper-button-next {
        right: 45%;
        transform: translateX(45%)
    }
}

@media (max-width:575px) {
    .swiper.top-categories-slide .swiper-button-next {
        top: 97%
    }
}

@media (max-width:480px) {
    .swiper.top-categories-slide .swiper-button-next {
        right: 43%;
        transform: translateX(43%)
    }
}

@media (max-width:390px) {
    .swiper.top-categories-slide .swiper-button-next {
        right: 41%;
        transform: translateX(41%)
    }
}

.swiper.top-categories-slide .swiper-button-next:after {
    color: rgba(var(--dark-color), 1);
    font-size: 16px;
    font-weight: 600;
    transition: all .4s ease-in-out
}

.swiper.top-categories-slide .swiper-button-next:hover {
    background-color: rgba(var(--theme-default), 1)
}

    .swiper.top-categories-slide .swiper-button-next:hover:after {
        color: rgba(var(--white), 1)
    }

.special-offer-slide .swiper-button-prev {
    background-color: rgba(var(--light-white), 1);
    border-radius: 50%;
    box-shadow: 0 0 12px 2px rgba(var(--black), .1);
    height: 35px;
    left: 2% !important;
    opacity: 1 !important;
    transition: all .4s ease-in-out;
    visibility: visible;
    width: 35px
}

    .special-offer-slide .swiper-button-prev:after {
        color: rgba(var(--theme-font-color), 1);
        font-size: 14px;
        transition: all .4s ease-in-out
    }

    .special-offer-slide .swiper-button-prev:hover {
        background-color: rgba(var(--theme-default), 1)
    }

        .special-offer-slide .swiper-button-prev:hover:after {
            color: rgba(var(--white), 1)
        }

.special-offer-slide .swiper-button-next {
    background-color: rgba(var(--light-white), 1);
    border-radius: 50%;
    box-shadow: 0 0 12px 2px rgba(var(--black), .1);
    height: 35px;
    opacity: 1 !important;
    right: 2% !important;
    transition: all .4s ease-in-out;
    visibility: visible;
    width: 35px
}

    .special-offer-slide .swiper-button-next:after {
        color: rgba(var(--theme-font-color), 1);
        font-size: 14px;
        transition: all .4s ease-in-out
    }

    .special-offer-slide .swiper-button-next:hover {
        background-color: rgba(var(--theme-default), 1)
    }

        .special-offer-slide .swiper-button-next:hover:after {
            color: rgba(var(--white), 1)
        }

.quick-view-img .modal-slide-1 {
    margin-bottom: 10px
}

.insta-slide-3 .swiper-slide {
    width: -moz-fit-content;
    width: fit-content
}

    .insta-slide-3 .swiper-slide:nth-child(odd) {
        margin-top: 20px
    }

.service ul {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between
}

@media (max-width:991px) {
    .service ul {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start
    }
}

@media (max-width:480px) {
    .service ul {
        display: grid;
        justify-content: start
    }
}

.service ul li {
    border-right: 1px solid rgba(var(--border), 1);
    width: 100%
}

[dir=rtl] .service ul li {
    border-left: 1px solid rgba(var(--border), 1);
    border-right: unset
}

@media (max-width:991px) {
    .service ul li {
        width: 100%;
        border-right: none !important;
        border-left: none !important;
    }

        .service ul li:nth-child(2n) {
            border-right: unset
        }
}

@media (max-width:523px) {
    .service ul li {
        width: 100%;
        border-right: none !important;
        border-left: none !important;
    }
}

@media (max-width:480px) {
    .service ul li {
        /* border-bottom: 1px solid rgba(var(--border), 1); */
        border-right: none;
        padding-bottom: 8px;
        width: auto
    }
}

.service ul li:last-child {
    border-bottom: none;
    border-right: none;
    padding-bottom: 0
}

[dir=rtl] .service ul li:last-child {
    border-left: none
}

.service ul li .service-block {
    align-items: center;
    display: flex;
    gap: calc(8px + .625vw);
    justify-content: center;
    position: relative
}

@media (max-width:991px) {
    .service ul li .service-block {
        justify-content: flex-start
    }

        .service ul li .service-block img {
            height: 50px;
            width: 45px
        }
}

.service ul li .service-block h6 {
    display: -webkit-box !important;
    overflow: hidden;
    transition: all .4s ease-in-out;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    white-space: normal
}

.service ul li .service-block img {
    transition: all .4s ease-in-out
}

.dark .service ul li .service-block img {
    filter: invert(1)
}

.service ul li .service-block p {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal
}

.service ul li .service-block:hover h6 {
    color: rgba(var(--theme-default), 1)
}

.service ul li .service-block:hover img {
    animation: tada 1.5s ease infinite
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    70% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    60% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.toastify {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(var(--white), .8);
    border: 1px solid rgba(var(--success-color), 1);
    border-radius: 4px;
    box-shadow: 0 0 8px 2px rgba(var(--black), .2);
    color: rgba(var(--success-color), 1);
    font-size: 16px;
    font-weight: 500
}

@media (max-width:1199px) {
    .toastify {
        margin: 0 10px;
        max-width: 100% !important
    }
}

.toastify .toast-close {
    color: rgba(var(--success-color), 1);
    margin-left: 16px;
    opacity: 1
}

.top-filter-menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

    .top-filter-menu > div {
        align-items: center;
        display: flex;
        gap: 16px
    }

@media (max-width:480px) {
    .top-filter-menu > div {
        display: block;
        width: 100%
    }
}

.top-filter-menu > div a {
    background-color: rgba(var(--box-background), 1);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    padding: 6px;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:480px) {
    .top-filter-menu > div a {
        margin-bottom: 10px;
        text-align: left;
        width: 100%
    }

    [dir=rtl] .top-filter-menu > div a {
        text-align: right
    }
}

.top-filter-menu > div a h6 {
    color: rgba(var(--light-color), 1);
    margin-bottom: 0
}

    .top-filter-menu > div a h6 .iconsax {
        --Iconsax-Size: 18px;
        --Iconsax-Color: rgba(var(--light-color), 1);
        margin-right: 6px;
        vertical-align: -2px
    }

[dir=rtl] .top-filter-menu > div a h6 .iconsax {
    margin-left: 6px;
    margin-right: 0
}

.top-filter-menu > div a .active,
.top-filter-menu > div a:hover {
    background-color: rgba(var(--box-background), 1);
    border: 1px solid rgba(var(--light-border), 1)
}

.category-dropdown {
    align-items: center;
    display: flex;
    gap: 14px
}

    .category-dropdown label {
        font-size: calc(15.2px + .25vw);
        font-weight: 500;
        margin-bottom: 0;
        white-space: nowrap
    }

@media (max-width:480px) {
    .category-dropdown label {
        display: none
    }
}

.category-dropdown select {
    background-color: rgba(var(--box-background), 1);
    border: none;
    border: 1px solid rgba(var(--border), 1);
    border-radius: 4px;
    color: rgba(var(--light-color), 1);
    font-size: 16px;
    font-weight: 400;
    padding: 6px 10px
}

    .category-dropdown select:focus-visible {
        outline: none
    }

.filter-option-grid {
    align-items: center;
    display: flex;
    gap: 10px
}

    .filter-option-grid .nav-item .nav-link {
        align-items: center;
        background-color: transparent;
        border: 1px solid rgba(var(--theme-default), 1);
        border-radius: 0;
        display: flex;
        height: 36px;
        justify-content: center;
        transition: all .4s ease-in-out;
        width: 36px
    }

        .filter-option-grid .nav-item .nav-link svg {
            height: 28px;
            transition: all .4s ease-in-out;
            width: 28px;
            stroke: rgba(var(--theme-default), 1)
        }

        .filter-option-grid .nav-item .nav-link.active {
            background-color: rgba(var(--theme-default), 1)
        }

            .filter-option-grid .nav-item .nav-link.active svg {
                stroke: rgba(var(--white), 1)
            }

.product-tab-content .product-box-3 .product-detail a h6 {
    display: -webkit-box !important;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal
}

.product-tab-content .product-box-3 .product-detail .list-per {
    color: rgba(var(--light-color), 1);
    display: none;
    font-weight: 400;
    margin-bottom: 12px
}

.product-tab-content .product-box-3 .product-detail .listing-button {
    display: none
}

.product-tab-content .list-section > div .product-box-3 {
    align-items: center;
    border-radius: 4px;
    display: flex;
    gap: 20px;
    width: 100%
}

    .product-tab-content .list-section > div .product-box-3 .img-wrapper {
        width: 25%
    }

        .product-tab-content .list-section > div .product-box-3 .img-wrapper .countdown {
            bottom: 10px
        }

    .product-tab-content .list-section > div .product-box-3 .product-detail {
        text-align: left;
        width: calc(70% - 20px)
    }

[dir=rtl] .product-tab-content .list-section > div .product-box-3 .product-detail {
    text-align: right
}

@media (max-width:991px) {
    .product-tab-content .list-section > div .product-box-3 .product-detail {
        padding-top: 0
    }
}

.product-tab-content .list-section > div .product-box-3 .product-detail a h6 {
    font-weight: 500
}

.product-tab-content .list-section > div .product-box-3 .product-detail .color-box {
    justify-content: flex-start
}

.product-tab-content .list-section > div .product-box-3 .product-detail .rating {
    margin-bottom: 8px
}

.product-tab-content .list-section > div .product-box-3 .product-detail span {
    display: none
}

.product-tab-content .list-section > div .product-box-3 .product-detail .list-per {
    display: block;
    display: -webkit-box !important;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal
}

@media (max-width:991px) {
    .product-tab-content .list-section > div .product-box-3 .product-detail .list-per {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.product-tab-content .list-section > div .product-box-3 .product-detail .add-button {
    inset: unset;
    margin-inline: 0;
    margin-top: 10px;
    opacity: 1;
    position: unset;
    transform: unset;
    transition: unset
}

.product-tab-content .list-section > div .product-box-3 .product-detail .listing-button {
    display: block;
    margin-top: 10px
}

    .product-tab-content .list-section > div .product-box-3 .product-detail .listing-button a {
        background-color: rgba(var(--theme-default), 1);
        border: 1px solid rgba(var(--theme-default), 1);
        border-radius: 4px;
        color: rgba(var(--white), 1);
        font-weight: 500;
        padding: 6px calc(10.8px + 1vw);
        transition: all .4s ease-in-out;
        width: -moz-fit-content;
        width: fit-content
    }

        .product-tab-content .list-section > div .product-box-3 .product-detail .listing-button a:hover {
            background-color: transparent;
            border: 1px solid rgba(var(--theme-default), 1);
            color: rgba(var(--theme-default), 1)
        }

.product-tab-content .list-section > div .product-box-3:hover .img-wrapper .countdown {
    bottom: 10px
}

.product-tab-content button {
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    width: 16%
}

.product-tab-content > p {
    background-color: rgba(var(--box-background), 1);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    display: none;
    margin: 20px auto 0;
    padding: 6px 10px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

.pagination-wrap .pagination {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px
}

    .pagination-wrap .pagination li a {
        border: 1px solid rgba(var(--light-border), 1);
        border-radius: 4px;
        padding: 5px 12px;
        transition: all .4s ease-in-out
    }

        .pagination-wrap .pagination li a .iconsax {
            --Iconsax-Size: 18px;
            --Iconsax-Color: rgba(var(--theme-font-color), 1);
            vertical-align: sub
        }

        .pagination-wrap .pagination li a.active,
        .pagination-wrap .pagination li:hover a {
            background-color: rgba(var(--theme-default), 1);
            border-color: transparent;
            color: rgba(var(--white), 1)
        }

            .pagination-wrap .pagination li:hover a .iconsax {
                --Iconsax-Color: rgba(var(--white), 1)
            }

.collection-images .fashion-box {
    align-items: center;
    background-color: rgba(var(--box-background), 1);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 10px;
    display: flex;
    height: 120px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: all .4s ease-in-out;
    width: 100%
}

    .collection-images .fashion-box:before {
        background-image: url(e8516a32684f045b8869.png);
        content: "";
        height: 100%;
        position: absolute;
        right: -20%;
        top: -15%;
        transform: rotate(23deg);
        transition: all .4s ease-in-out;
        width: 100%
    }

    .collection-images .fashion-box img {
        height: auto;
        opacity: .8;
        transition: all .4s ease-in-out;
        width: 40%
    }

.dark .collection-images .fashion-box img {
    filter: invert(.8)
}

.collection-images .fashion-box:hover {
    background-color: rgba(var(--theme-default), 1);
    border: 1px solid rgba(var(--theme-default), 1)
}

    .collection-images .fashion-box:hover img,
    .collection-images .fashion-box:hover:before {
        filter: invert(1)
    }

@media (max-width:1199px) {
    .left-box {
        background-color: rgba(var(--light-white), 1);
        box-shadow: 0 8px 24px rgba(var(--black), .1);
        display: block;
        height: 100%;
        left: -300px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 15px;
        position: fixed;
        top: 0;
        transition: all .4s ease-in-out;
        width: 300px;
        z-index: 9
    }

    [dir=rtl] .left-box {
        left: unset;
        right: -300px
    }

    .left-box.open {
        left: 0
    }

    [dir=rtl] .left-box.open {
        left: unset;
        right: 0
    }
}

.left-box .left-accordion {
    cursor: pointer;
    display: none
}

@media (max-width:1199px) {
    .left-box .left-accordion {
        align-items: center;
        border-bottom: 1px solid rgba(var(--light-border), 1);
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
        padding-bottom: 6px
    }
}

.filter-button {
    display: none
}

@media (max-width:1199px) {
    .filter-button {
        display: block
    }

    .collection-right-sidebar .left-box {
        right: -300px
    }

    [dir=rtl] .collection-right-sidebar .left-box {
        left: -300px;
        right: unset
    }

    .collection-right-sidebar .left-box.open {
        left: unset;
        right: 0
    }

    [dir=rtl] .collection-right-sidebar .left-box.open {
        left: 0;
        right: unset
    }
}

#load-more {
    width: -moz-fit-content;
    width: fit-content
}

.range-slider {
    --range-slider-value-low-fallback: calc(var(--range-slider-value-low, 0)*1%);
    --range-slider-value-high-fallback: calc(var(--range-slider-value-high, 100)*1%);
    height: 24px;
    margin-block: 27px;
    position: relative;
    width: 100%
}

    .range-slider:before {
        background-color: rgba(var(--theme-default), .2);
        background-image: linear-gradient(to right, transparent var(--range-slider-value-low-fallback), rgba(var(--theme-default), 1) var(--range-slider-value-low-fallback), rgba(var(--theme-default)) var(--range-slider-value-high-fallback), transparent var(--range-slider-value-high-fallback));
        border-radius: 4px;
        content: "";
        height: 4px;
        left: 0;
        margin-top: -2px;
        pointer-events: none;
        position: absolute;
        top: 50%;
        width: 100%
    }

.range-slider-display {
    pointer-events: none
}

    .range-slider-display:before {
        content: attr(data-span);
        --pos: var(--range-slider-value-low);
        bottom: 100%;
        content: attr(data-low);
        left: var(--range-slider-value-low-fallback)
    }

    .range-slider-display:after,
    .range-slider-display:before {
        color: rgba(var(--theme-font-color), 1);
        font-size: calc(15.6px + .125vw);
        position: absolute;
        transform: translateX(-50%) translateX(calc(10px*(var(--pos)*-0.04 + 1)));
        white-space: nowrap;
        z-index: 0
    }

    .range-slider-display:after {
        content: attr(data-span);
        --pos: var(--range-slider-value-high);
        content: attr(data-high);
        left: var(--range-slider-value-high-fallback);
        top: 100%
    }

.range-slider-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

    .range-slider-input:focus,
    .range-slider-input:focus-visible {
        border: none;
        outline: none
    }

    .range-slider-input:active::-webkit-slider-thumb {
        cursor: grabbing;
        transform: scale(1.2)
    }

    .range-slider-input::-webkit-slider-runnable-track {
        -webkit-appearance: none;
        appearance: none;
        background-color: transparent;
        border-radius: 0
    }

    .range-slider-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        background-color: rgba(var(--theme-default), 1);
        border: none;
        border-radius: 50%;
        box-shadow: none;
        cursor: grab;
        height: 20px;
        pointer-events: all;
        position: relative;
        -webkit-transition: transform .3s cubic-bezier(.47, 1.64, .41, .8);
        transition: transform .3s cubic-bezier(.47, 1.64, .41, .8);
        width: 20px
    }

.product-thumbnail-page .product-slider-img {
    height: 100%
}

    .product-thumbnail-page .product-slider-img .swiper-wrapper {
        height: calc(167.3197px + 20.4521vw)
    }

        .product-thumbnail-page .product-slider-img .swiper-wrapper .swiper-slide img {
            border-radius: 4px;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .4s ease-in-out;
            width: 100%
        }

        .product-thumbnail-page .product-slider-img .swiper-wrapper .swiper-slide span {
            align-items: center;
            -webkit-backdrop-filter: blur(.8);
            backdrop-filter: blur(.8);
            background-color: rgba(34, 34, 34, .7);
            border-radius: 50%;
            display: flex;
            height: 38px;
            justify-content: center;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 38px;
            z-index: 1
        }

            .product-thumbnail-page .product-slider-img .swiper-wrapper .swiper-slide span .iconsax {
                --Iconsax-Size: $font-20;
                --Iconsax-Color: #fff
            }

        .product-thumbnail-page .product-slider-img .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
            border: 1px solid rgba(var(--theme-default), 1);
            border-radius: 4px;
            padding: 2px
        }

.product-thumbnail-page .product-slider-1 .swiper-slide img {
    opacity: .6;
    transition: all .4s ease-in-out
}

.product-thumbnail-page .product-slider-1 .swiper-slide span {
    align-items: center;
    -webkit-backdrop-filter: blur(.8);
    backdrop-filter: blur(.8);
    background-color: rgba(34, 34, 34, .7);
    border-radius: 50%;
    display: flex;
    height: 38px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    z-index: 1
}

    .product-thumbnail-page .product-slider-1 .swiper-slide span .iconsax {
        --Iconsax-Size: $font-20;
        --Iconsax-Color: #fff
    }

.product-thumbnail-page .product-slider-1 .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1
}

.product-thumbnail-page .img-wrap {
    overflow: hidden
}

    .product-thumbnail-page .img-wrap a {
        transition: all .4s ease-in-out
    }

        .product-thumbnail-page .img-wrap a:hover {
            transform: scale(1.1)
        }

    .product-thumbnail-page .img-wrap .video-tag {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

.product-slider-img-1 .swiper-wrapper .swiper-slide video {
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:1699px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 600px
    }
}

@media (max-width:1499px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 545px
    }
}

@media (max-width:1399px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 465px
    }
}

@media (max-width:1199px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 407px
    }
}

@media (max-width:991px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 600px
    }
}

@media (max-width:767px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 440px
    }
}

@media (max-width:575px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 416px
    }
}

@media (max-width:550px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 396px
    }
}

@media (max-width:500px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 340px
    }
}

@media (max-width:430px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 300px
    }
}

@media (max-width:400px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 280px
    }
}

@media (max-width:370px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 248px
    }
}

@media (max-width:340px) {
    .product-slider-img-1 .swiper-wrapper .swiper-slide video {
        height: 230px
    }
}

.product-thumbnail .swiper-wrapper .swiper-slide video {
    height: 723px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:1699px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 623px
    }
}

@media (max-width:1499px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 565px
    }
}

@media (max-width:1399px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 488px
    }
}

@media (max-width:1199px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 430px
    }
}

@media (max-width:991px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 623px
    }
}

@media (max-width:767px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 463px
    }
}

@media (max-width:575px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 487px
    }
}

@media (max-width:550px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 428px
    }
}

@media (max-width:500px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 422px
    }
}

@media (max-width:430px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 334px
    }
}

@media (max-width:400px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 330px
    }
}

@media (max-width:370px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 278px
    }
}

@media (max-width:340px) {
    .product-thumbnail .swiper-wrapper .swiper-slide video {
        height: 258px
    }
}

.without-thumbnail-img .swiper-wrapper .swiper-slide video {
    height: 850px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:1699px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 729px
    }
}

@media (max-width:1499px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 670px
    }
}

@media (max-width:1399px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 574px
    }
}

@media (max-width:1199px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 480px
    }
}

@media (max-width:991px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 732px
    }
}

@media (max-width:767px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 542px
    }
}

@media (max-width:575px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 575px
    }
}

@media (max-width:550px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 552px
    }
}

@media (max-width:500px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 424px
    }
}

@media (max-width:430px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 426px
    }
}

@media (max-width:400px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 362px
    }
}

@media (max-width:370px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 363px
    }
}

@media (max-width:340px) {
    .without-thumbnail-img .swiper-wrapper .swiper-slide video {
        height: 308px
    }
}

.product-detail-box .product-option .move-fast-box {
    background-color: rgba(var(--box-background), 1);
    border-radius: 100px;
    margin-bottom: calc(7.2px + .25vw);
    padding: 5px 17px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

.product-detail-box .product-option > p {
    color: rgba(var(--theme-font-color), 1);
    font-size: calc(14px + .625vw);
    font-weight: 600;
    margin: 12px 0
}

    .product-detail-box .product-option > p del {
        color: rgba(var(--light-color), 1);
        font-weight: 400
    }

    .product-detail-box .product-option > p .offer-btn {
        background-color: rgba(var(--danger-color), .1);
        border-radius: 4px;
        color: rgba(var(--danger-color), 1);
        font-weight: 500;
        margin-bottom: 10px;
        margin-left: 10px;
        padding: 4px 12px;
        width: -moz-fit-content;
        width: fit-content
    }

[dir=rtl] .product-detail-box .product-option > p .offer-btn {
    display: block
}

.product-detail-box .product-option h3 {
    font-size: calc(17.6px + .75vw);
    margin: 20px 0 15px
}

.product-detail-box .product-option .sale-box {
    background-color: rgba(var(--box-background), 1);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    margin: 20px 0;
    padding: 16px 20px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:400px) {
    .product-detail-box .product-option .sale-box {
        padding: 16px 10px
    }
}

.product-detail-box .product-option .sale-box p {
    color: rgba(var(--theme-font-color), 1)
}

.product-detail-box .product-option .sale-box .countdown ul {
    display: flex;
    gap: 12px;
    margin-top: 10px
}

@media (max-width:400px) {
    .product-detail-box .product-option .sale-box .countdown ul {
        gap: 6px
    }
}

.product-detail-box .product-option .sale-box .countdown ul li {
    align-items: center;
    color: rgba(var(--theme-default), 1);
    display: inline-flex
}

    .product-detail-box .product-option .sale-box .countdown ul li span {
        color: rgba(var(--theme-default), 1);
        font-size: calc(13.4px + .1875vw);
        font-weight: 500;
        margin-bottom: 0
    }

    .product-detail-box .product-option .sale-box .countdown ul li .timer {
        color: rgba(var(--theme-default), 1);
        font-size: calc(13.4px + .1875vw);
        font-weight: 500;
        margin: 0 4px
    }

.product-detail-box .product-option .rating {
    padding-bottom: 8px
}

    .product-detail-box .product-option .rating ul {
        display: flex;
        gap: 10px;
        margin: 6px 0 10px
    }

        .product-detail-box .product-option .rating ul li {
            color: rgba(var(--light-color), 1)
        }

            .product-detail-box .product-option .rating ul li i {
                color: #f99d21
            }

    .product-detail-box .product-option .rating > p {
        color: rgba(var(--light-color), 1);
        display: -webkit-box !important;
        margin: 6px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: calc(13.2px + .25vw);
        white-space: normal
    }

@media (max-width:991px) {
    .product-detail-box .product-option .rating > p {
        width: 100%
    }
}

.product-detail-box .product-option .buy-box.border-buttom {
    border-bottom: 1px solid rgba(var(--light-border), 1);
    padding-bottom: 10px
}

.product-detail-box .product-option .buy-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8.4px + 1.125vw)
}

    .product-detail-box .product-option .buy-box ul li span {
        cursor: pointer;
        font-size: calc(13.6px + .125vw)
    }

        .product-detail-box .product-option .buy-box ul li span .iconsax {
            --Iconsax-Size: calc(13.6px + 0.125vw);
            --Iconsax-Color: rgba(var(--light-color), 1);
            vertical-align: sub
        }

        .product-detail-box .product-option .buy-box ul li span i {
            color: rgba(var(--theme-font-color), .9);
            font-size: calc(13.6px + .125vw)
        }

    .product-detail-box .product-option .buy-box ul li a {
        color: rgba(var(--light-color), 1);
        font-size: calc(13.6px + .125vw)
    }

        .product-detail-box .product-option .buy-box ul li a i {
            color: rgba(var(--theme-font-color), .9);
            font-size: calc(13.6px + .125vw)
        }

.product-detail-box .product-option div > img {
    height: 22px
}

.product-detail-box .product-option .swiper .swiper-wrapper {
    height: auto !important
}

.product-detail-box .product-option .swiper .swiper-slide {
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    padding: 4px
}

    .product-detail-box .product-option .swiper .swiper-slide img {
        border-radius: 4px;
        height: auto
    }

    .product-detail-box .product-option .swiper .swiper-slide.swiper-slide-thumb-active {
        border-color: rgba(var(--theme-default), 1)
    }

.product-detail-box .product-option h5 {
    font-size: calc(13.4px + .1875vw);
    margin-top: 20px
}

.product-detail-box .product-option .color-box {
    margin-bottom: 12px
}

    .product-detail-box .product-option .color-box.variant-color {
        margin-bottom: 0
    }

        .product-detail-box .product-option .color-box.variant-color ul li {
            border-radius: 4px;
            height: 40px;
            width: 40px
        }

            .product-detail-box .product-option .color-box.variant-color ul li:before {
                border-radius: 4px;
                border-width: 2px
            }

            .product-detail-box .product-option .color-box.variant-color ul li.active:before {
                height: calc(100% - 10px);
                opacity: 1;
                visibility: visible;
                width: calc(100% - 10px)
            }

    .product-detail-box .product-option .color-box ul {
        align-items: center;
        display: flex;
        gap: 10px
    }

        .product-detail-box .product-option .color-box ul li {
            border-radius: 50%;
            cursor: pointer;
            height: 32px;
            position: relative;
            width: 32px
        }

            .product-detail-box .product-option .color-box ul li:before {
                border: 2px solid #fff;
                border-radius: 100%;
                content: "";
                height: 100%;
                left: 50%;
                opacity: 0;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                transition: all .2s ease-in-out;
                visibility: hidden;
                width: 100%
            }

@media (max-width:575px) {
    .product-detail-box .product-option .color-box ul li {
        height: 14px;
        width: 14px
    }
}

.product-detail-box .product-option .color-box ul li.active:before {
    height: calc(100% - 5px);
    opacity: 1;
    visibility: visible;
    width: calc(100% - 5px)
}

.product-detail-box .product-option .variant-radio {
    margin: 10px 0 6px
}

    .product-detail-box .product-option .variant-radio .form-check {
        padding-left: 0
    }

        .product-detail-box .product-option .variant-radio .form-check label {
            font-size: 16px;
            margin-bottom: 0;
            vertical-align: 1px
        }

.product-detail-box .product-option .variant-dropdown {
    margin: 15px 0
}

    .product-detail-box .product-option .variant-dropdown select {
        border: 1px solid rgba(var(--light-border), 1);
        max-width: 270px
    }

.product-detail-box .product-option .quantity-box {
    margin: 20px 0
}

@media (max-width:510px) {
    .product-detail-box .product-option .quantity-box {
        display: block !important
    }
}

.product-detail-box .product-option .quantity-box .quantity {
    align-items: center;
    display: flex;
    gap: 6px
}

@media (max-width:510px) {
    .product-detail-box .product-option .quantity-box .quantity {
        margin-bottom: 12px
    }
}

.product-detail-box .product-option .quantity-box .quantity button {
    align-items: center;
    background-color: transparent;
    background-color: rgba(var(--box-background), 1);
    border: none;
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 45px
}

    .product-detail-box .product-option .quantity-box .quantity button i {
        color: rgba(var(--theme-font-color), 1);
        font-size: 14px
    }

.product-detail-box .product-option .quantity-box .quantity input {
    background-color: transparent;
    background-color: rgba(var(--box-background), 1);
    border: none;
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    height: 40px;
    padding: 6px 0;
    text-align: center;
    width: 70px
}

.product-detail-box .product-option .quantity-box .btn_black {
    animation: horizontal-shaking 6s ease infinite;
    background-image: linear-gradient(to right, rgba(var(--theme-default), 1) 0, #c28f51 51%, rgba(var(--theme-default), 1) 100%);
    border-radius: 4px;
    display: block;
    font-size: calc(13.6px + .125vw);
    padding: 11px;
    width: 35%
}

@media (max-width:1199px) and (min-width:992px) {
    .product-detail-box .product-option .quantity-box .btn_black {
        width: 60%
    }
}

@media (max-width:400px) {
    .product-detail-box .product-option .quantity-box .btn_black {
        width: 60%
    }
}

.product-detail-box .product-option .quantity-box .btn_black.disabled {
    animation: unset
}

.product-detail-box .product-option .quantity-box .btn_outline {
    border: 1px solid rgba(var(--dark-border), .4);
    border-radius: 4px;
    color: rgba(var(--theme-font-color), 1);
    font-size: calc(13.6px + .125vw);
    padding: 11px;
    transition: all .4s ease-in-out;
    width: 35%
}

@media (max-width:1199px) and (min-width:992px) {
    .product-detail-box .product-option .quantity-box .btn_outline {
        width: 50%
    }
}

@media (max-width:400px) {
    .product-detail-box .product-option .quantity-box .btn_outline {
        width: 50%
    }
}

.product-detail-box .product-option .quantity-box .btn_outline:hover {
    background-color: rgba(var(--theme-default), 1);
    border-color: transparent;
    color: rgba(var(--white), 1)
}

.product-detail-box .product-option .size-box.rectangle-box ul li {
    background-color: rgba(var(--box-background), 1);
    border-radius: 4px;
    outline: 1px solid rgba(var(--light-border), 1);
    outline-offset: 2px
}

    .product-detail-box .product-option .size-box.rectangle-box ul li.active {
        outline-color: rgba(var(--theme-default), 1)
    }

.product-detail-box .product-option .size-box ul {
    display: flex;
    gap: 12px
}

    .product-detail-box .product-option .size-box ul li {
        align-items: center;
        border: 1px solid rgba(var(--light-border), 1);
        border-radius: 50%;
        display: flex;
        height: 35px;
        justify-content: center;
        transition: all .4s ease-in-out;
        width: 35px
    }

        .product-detail-box .product-option .size-box ul li a {
            color: rgba(var(--theme-font-color), 1);
            text-transform: uppercase
        }

        .product-detail-box .product-option .size-box ul li.active {
            background-color: rgba(var(--theme-default));
            border-color: transparent
        }

            .product-detail-box .product-option .size-box ul li.active a {
                color: rgba(var(--white), 1)
            }

.product-detail-box .product-option .find-size {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 5px
}

.product-detail-box .product-option > .variant-box {
    align-items: center;
    display: flex;
    gap: 15px;
    margin-top: 12px
}

    .product-detail-box .product-option > .variant-box .variant-images .btn-check:checked + .btn {
        border-color: rgba(var(--theme-default), 1)
    }

    .product-detail-box .product-option > .variant-box .variant-images label {
        border: 1px solid rgba(var(--light-border), 1);
        margin-bottom: 0;
        padding: 4px
    }

        .product-detail-box .product-option > .variant-box .variant-images label img {
            border-radius: 4px;
            width: 80px
        }

.product-detail-box .product-option .dz-info {
    border-bottom: 1px solid rgba(var(--light-border), 1);
    margin-top: 15px;
    padding-bottom: 10px;
    padding-left: 18px
}

[dir=rtl] .product-detail-box .product-option .dz-info {
    padding-left: unset;
    padding-right: 18px
}

.product-detail-box .product-option .dz-info > ul > li {
    display: list-item;
    padding: 4px 0;
    width: 100%
}

    .product-detail-box .product-option .dz-info > ul > li h6 {
        font-weight: 500;
        margin-bottom: 0
    }

.product-detail-box .product-option .share-option img {
    height: 30px;
    margin: 10px 0
}

@media (max-width:400px) {
    .product-detail-box .product-option .share-option img {
        height: 18px
    }
}

.product-section-box {
    margin-top: 30px
}

    .product-section-box.x-small-section {
        padding-bottom: 0
    }

.product-tab {
    align-items: center;
    border-bottom: 1px solid rgba(var(--light-border), 1);
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden
}

    .product-tab.nav-tabs .nav-link {
        background-color: transparent;
        color: rgba(var(--light-color), 1);
        font-size: calc(12.8px + .375vw);
        font-weight: 600;
        padding: 11px;
        white-space: nowrap
    }

        .product-tab.nav-tabs .nav-link.active,
        .product-tab.nav-tabs .nav-link:hover {
            border-bottom-color: rgba(var(--theme-default), 1);
            border-left-color: transparent;
            border-right-color: transparent;
            border-top-color: transparent;
            color: rgba(var(--theme-default), 1)
        }

        .product-tab.nav-tabs .nav-link:focus-visible {
            box-shadow: none
        }

.product-content {
    margin-top: 20px
}

    .product-content .review-right .global-rating {
        align-items: center;
        display: flex;
        gap: 10px;
        margin-top: 12px
    }

        .product-content .review-right .global-rating h5 {
            font-size: calc(46px + 1.25vw);
            line-height: calc(62.4px + 1.125vw);
            margin: calc(-12.6px - .125vw) 0
        }

        .product-content .review-right .global-rating h6 {
            color: rgba(var(--light-color), 1);
            font-size: calc(13.6px + .125vw);
            font-weight: 500;
            margin-bottom: calc(5.6px + .125vw)
        }

        .product-content .review-right .global-rating .rating {
            align-items: center;
            display: flex;
            gap: 5px
        }

            .product-content .review-right .global-rating .rating li i {
                color: rgba(var(--star-yellow), 1)
            }

        .product-content .review-right .global-rating span {
            color: rgba(var(--light-color), 1);
            font-size: 14px;
            font-weight: 500
        }

    .product-content .review-right .rating-progess {
        display: flex;
        flex-direction: column;
        gap: calc(9px + .3125vw);
        margin-top: 20px
    }

        .product-content .review-right .rating-progess li {
            align-items: center;
            display: flex;
            gap: 15px;
            width: 100%
        }

            .product-content .review-right .rating-progess li p {
                color: rgba(var(--light-color), 1);
                font-weight: 500;
                white-space: nowrap
            }

            .product-content .review-right .rating-progess li .progress {
                box-shadow: none;
                height: 14px;
                width: calc(100% - 90.8px - 1.625vw)
            }

.dark .product-content .review-right .rating-progess li .progress {
    background-color: rgba(var(--box-background), .8)
}

.product-content .review-right .rating-progess li .progress .progress-bar {
    background-color: rgba(var(--theme-default), 1)
}

.product-content .review-right .reviews-modal {
    border: 1px solid rgba(var(--theme-default), 1);
    color: rgba(var(--theme-default), 1);
    font-weight: 500;
    margin-top: 20px;
    padding: calc(4.6px + .4375vw);
    transition: all .4s ease-in-out;
    width: 100%
}

    .product-content .review-right .reviews-modal:hover {
        background-color: rgba(var(--theme-default), 1);
        color: rgba(var(--white), 1)
    }

.product-content .paragraphs {
    padding-bottom: 12px
}

.product-content .general-summery h5 {
    margin-bottom: 12px
}

.product-content .general-summery ul {
    padding-left: 20px
}

[dir=rtl] .product-content .general-summery ul {
    padding-left: unset;
    padding-right: 20px
}

.product-content .general-summery ul li {
    color: rgba(var(--light-color), 1);
    display: list-item;
    font-size: calc(13.6px + .125vw);
    padding: 6px 0;
    width: 100%
}

    .product-content .general-summery ul li:first-child {
        padding-top: 0
    }

    .product-content .general-summery ul li:last-child {
        padding-bottom: 0
    }

.comments-box {
    border-left: 1px solid rgba(var(--light-border), 1);
    padding-left: 20px
}

[dir=rtl] .comments-box {
    border-left: unset;
    border-right: 1px solid rgba(var(--light-border), 1);
    padding-left: unset;
    padding-right: 20px
}

@media (max-width:991px) {
    [dir=rtl] .comments-box {
        border-right: none;
        padding-right: 0
    }

    .comments-box {
        border-left: none;
        padding-left: 0
    }
}

.comments-box > ul {
    max-height: 370px;
    overflow: auto
}

    .comments-box > ul > li {
        background-color: rgba(var(--box-background), 1);
        border-radius: 6px;
        margin: 12px 0;
        padding: calc(10.4px + .5vw)
    }

        .comments-box > ul > li:last-child {
            margin-bottom: 0
        }

        .comments-box > ul > li .comment-items {
            align-items: flex-start;
            display: flex;
            gap: 14px
        }

            .comments-box > ul > li .comment-items .user-img img {
                border-radius: 4px;
                height: 80px;
                -o-object-fit: cover;
                object-fit: cover;
                width: 80px
            }

@media (max-width:1199px) {
    .comments-box > ul > li .comment-items .user-img img {
        height: calc(30.025px + 2.5vw);
        width: calc(30.025px + 2.5vw)
    }
}

.comments-box > ul > li .comment-items .user-content {
    width: calc(100% - 114px)
}

@media (max-width:1199px) {
    .comments-box > ul > li .comment-items .user-content {
        width: calc(100% - 74px);
        width: calc(100% - 49px)
    }
}

.comments-box > ul > li .comment-items .user-content .user-info {
    border-bottom: 1px solid rgba(var(--light-border), 1);
    margin-bottom: 6px;
    padding-bottom: 6px
}

@media (max-width:1199px) {
    .comments-box > ul > li .comment-items .user-content .user-info div {
        display: block !important
    }

        .comments-box > ul > li .comment-items .user-content .user-info div span {
            font-size: 14px;
            margin: 4px 0
        }

            .comments-box > ul > li .comment-items .user-content .user-info div span .iconsax {
                --Iconsax-Size: 14px
            }
}

.comments-box > ul > li .comment-items .user-content .user-info h6 {
    font-weight: 500;
    margin-bottom: 0
}

    .comments-box > ul > li .comment-items .user-content .user-info h6 .iconsax {
        --Iconsax-Size: 18px;
        --Iconsax-Color: rgba(var(--theme-font-color), 1);
        margin-right: 4px;
        vertical-align: sub
    }

[dir=rtl] .comments-box > ul > li .comment-items .user-content .user-info h6 .iconsax {
    margin-left: 4px;
    margin-right: unset
}

.comments-box > ul > li .comment-items .user-content .user-info .rating {
    color: rgba(var(--star-yellow), 1);
    margin: 6px 0 0
}

@media (max-width:480px) {
    .comments-box > ul > li .comment-items .user-content .user-info .rating {
        display: none
    }
}

.comments-box > ul > li .comment-items .user-content p {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    white-space: normal
}

@media (max-width:1199px) {
    .comments-box > ul > li .comment-items .user-content p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.comments-box > ul > li .comment-items .user-content .iconsax {
    --Iconsax-Size: 18px;
    --Iconsax-Color: rgba(var(--light-color), 1);
    margin-right: 4px;
    vertical-align: -2px
}

[dir=rtl] .comments-box > ul > li .comment-items .user-content .iconsax {
    margin-left: 4px;
    margin-right: unset
}

.comments-box > ul > li.reply {
    margin-left: 70px
}

[dir=rtl] .comments-box > ul > li.reply {
    margin-left: unset;
    margin-right: 70px
}

@media (max-width:480px) {
    [dir=rtl] .comments-box > ul > li.reply {
        margin-right: 20px
    }

    .comments-box > ul > li.reply {
        margin-left: 20px
    }
}

.question-answer-modal .reviews-product > div {
    background-color: rgba(var(--box-background), 1);
    padding: 12px
}

.customer-reviews-modal .modal-body .reviews-product > div,
.question-answer-modal .modal-body .reviews-product > div {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 10px
}

    .customer-reviews-modal .modal-body .reviews-product > div img,
    .question-answer-modal .modal-body .reviews-product > div img {
        border-radius: 4px;
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        width: 100px
    }

.customer-reviews-modal .modal-body .customer-rating,
.question-answer-modal .modal-body .customer-rating {
    align-items: center;
    display: flex;
    gap: 10px
}

    .customer-reviews-modal .modal-body .customer-rating label,
    .question-answer-modal .modal-body .customer-rating label {
        color: rgba(var(--theme-font-color), 1);
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 4px
    }

    .customer-reviews-modal .modal-body .customer-rating .rating li i,
    .question-answer-modal .modal-body .customer-rating .rating li i {
        color: rgba(var(--star-yellow), 1)
    }

.customer-reviews-modal .modal-body .from-group label,
.question-answer-modal .modal-body .from-group label {
    color: rgba(var(--theme-font-color), 1);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px
}

.customer-reviews-modal .modal-body .from-group input::-moz-placeholder,
.customer-reviews-modal .modal-body .from-group textarea::-moz-placeholder,
.question-answer-modal .modal-body .from-group input::-moz-placeholder,
.question-answer-modal .modal-body .from-group textarea::-moz-placeholder {
    color: rgba(var(--theme-font-color), .4)
}

.customer-reviews-modal .modal-body .from-group input::placeholder,
.customer-reviews-modal .modal-body .from-group textarea::placeholder,
.question-answer-modal .modal-body .from-group input::placeholder,
.question-answer-modal .modal-body .from-group textarea::placeholder {
    color: rgba(var(--theme-font-color), .4)
}

.customer-reviews-modal .modal-body .from-group input:focus,
.customer-reviews-modal .modal-body .from-group textarea:focus,
.question-answer-modal .modal-body .from-group input:focus,
.question-answer-modal .modal-body .from-group textarea:focus {
    border: 1px solid rgba(var(--light-border), 1);
    box-shadow: none
}

.reviews-modal .modal-header {
    border-bottom: none
}

    .reviews-modal .modal-header button:focus {
        box-shadow: none
    }

.reviews-modal .modal-body .reviews-product {
    background-color: rgba(var(--box-background), 1);
    border-radius: 4px;
    padding: 15px
}

    .reviews-modal .modal-body .reviews-product > div {
        align-items: center;
        display: flex;
        gap: 12px
    }

        .reviews-modal .modal-body .reviews-product > div img {
            border-radius: 4px;
            height: 100px
        }

        .reviews-modal .modal-body .reviews-product > div h5 {
            font-size: calc(15.6px + .125vw)
        }

        .reviews-modal .modal-body .reviews-product > div .rating li i {
            color: rgba(var(--star-yellow), 1)
        }

.reviews-modal .modal-body .from-group label {
    color: rgba(var(--theme-font-color), 1);
    font-size: calc(15.6px + .125vw);
    font-weight: 500;
    margin-bottom: 4px
}

.reviews-modal .modal-body .from-group input::-moz-placeholder,
.reviews-modal .modal-body .from-group textarea::-moz-placeholder {
    color: rgba(var(--theme-font-color), .4)
}

.reviews-modal .modal-body .from-group input::placeholder,
.reviews-modal .modal-body .from-group textarea::placeholder {
    color: rgba(var(--theme-font-color), .4)
}

.reviews-modal .modal-body .from-group input:focus,
.reviews-modal .modal-body .from-group textarea:focus {
    border: 1px solid rgba(var(--light-border), 1);
    box-shadow: none
}

.reviews-modal .modal-body .btn-submit {
    background-color: rgba(var(--theme-default), 1);
    color: rgba(var(--white), 1);
    font-weight: 500;
    margin: 8px auto 0;
    padding: 6px 20px;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content
}

.terms-conditions-modal .modal-header {
    border-bottom: none
}

.terms-conditions-modal .modal-body .returns-policy li {
    color: rgba(var(--light-color), 1);
    font-size: 16px;
    padding: 4px 0;
    width: 100%
}

.question-main-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (max-width:480px) {
    .question-main-box {
        display: block
    }
}

.question-main-box h6 {
    background-color: rgba(var(--light-white), 1);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
    padding: 12px 19px
}

@media (max-width:480px) {
    .question-main-box h6 {
        width: -moz-fit-content;
        width: fit-content
    }
}

.modal-button-group {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: end
}

    .modal-button-group .btn-cancel {
        background-color: transparent;
        border: 1px solid rgba(var(--theme-default), 1);
        border-radius: 4px;
        color: rgba(var(--theme-default), 1);
        padding: 6px 20px;
        transition: all .4s ease-in-out
    }

        .modal-button-group .btn-cancel:hover {
            background-color: rgba(var(--theme-default), 1);
            color: rgba(var(--white), 1)
        }

    .modal-button-group .btn-submit {
        background-image: linear-gradient(to right, rgba(var(--theme-default), 1) 0, #c28f51 51%, rgba(var(--theme-default), 1) 100%);
        color: rgba(var(--white), 1);
        margin: unset !important;
        text-transform: capitalize !important
    }

        .modal-button-group .btn-submit:hover {
            background-position: 100%
        }

.question-answer > ul > li {
    background-color: rgba(var(--box-background), 1);
    border-radius: 4px;
    margin: 10px 0;
    padding: calc(5.8px + .6875vw);
    width: 100%
}

    .question-answer > ul > li:first-child {
        margin-top: 0
    }

    .question-answer > ul > li:last-child {
        margin-bottom: 0
    }

    .question-answer > ul > li .question-box {
        align-items: center;
        border-bottom: 1px solid rgba(var(--light-border), 1);
        display: flex;
        gap: 12px;
        padding-bottom: 10px
    }

        .question-answer > ul > li .question-box h6 {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0
        }

@media (max-width:991px) {
    .question-answer > ul > li .question-box h6 {
        font-size: 14px
    }
}

.question-answer > ul > li .question-box p {
    background-color: rgba(var(--light-white), 1);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    color: rgba(var(--theme-font-color), 1);
    padding: 2px 6px
}

.question-answer > ul > li .answer-box {
    align-items: start;
    display: flex;
    gap: 12px;
    margin-top: 4px
}

    .question-answer > ul > li .answer-box span {
        font-size: 16px
    }

.link-dislike-box {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-left: auto
}

@media (max-width:480px) {
    .link-dislike-box {
        display: none
    }
}

.link-dislike-box li a {
    color: rgba(var(--light-color), 1)
}

    .link-dislike-box li a .iconsax {
        --Iconsax-Size: 18px;
        --Iconsax-Color: rgba(var(--light-color), 1);
        margin: 0 3px
    }

.disabled {
    opacity: .6 !important;
    overflow: hidden;
    pointer-events: none;
    position: relative
}

    .disabled,
    .disabled:after {
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

        .disabled:after {
            background-color: rgba(var(--danger-color), 1);
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
            width: 100%;
            z-index: 1
        }

@media (max-width:576px) {
    .bundle-main-box {
        overflow: auto
    }
}

.bundle-main-box ul {
    gap: 15px
}

@media (max-width:767px) {
    .bundle-main-box ul {
        gap: 6px
    }
}

.bundle-main-box ul li h6 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal
}

.bundle-main-box ul li:nth-child(odd) {
    width: 250px
}

@media (max-width:1400px) {
    .bundle-main-box ul li:nth-child(odd) {
        width: 200px
    }
}

@media (max-width:576px) {
    .bundle-main-box ul li:nth-child(odd) {
        width: 100%
    }
}

.bundle-main-box ul li:nth-child(2n) {
    background-color: rgba(var(--box-background), .8);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    font-size: calc(12.8px + .375vw);
    padding: 4px 14px
}

@media (max-width:576px) {
    .bundle-main-box ul li:nth-child(2n) {
        display: flex;
        margin: 14px auto;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (max-width:767px) {
    .bundle-main-box ul li:nth-child(2n) {
        padding: 2px 8px
    }
}

@media (max-width:576px) {
    .bundle-main-box ul li .product-box-5 {
        width: 200px
    }
}

@media (max-width:1199px) {
    .bundle-list {
        margin-top: 12px
    }
}

.bundle-list ul {
    margin-bottom: 20px
}

    .bundle-list ul li {
        padding: 6px 0;
        white-space: nowrap;
        width: 100%
    }

        .bundle-list ul li .custom-checkbox {
            vertical-align: middle
        }

        .bundle-list ul li label {
            color: rgba(var(--light-color), 1);
            font-size: calc(13.4px + .1875vw);
            margin-bottom: 0;
            margin-left: 4px
        }

            .bundle-list ul li label b {
                color: rgba(var(--theme-font-color), .8)
            }

.bundle-list h6 {
    color: rgba(var(--light-color), 1)
}

.bundle-list h5 {
    margin-bottom: 20px
}

.bundle-list .btn {
    background-color: rgba(var(--theme-default), 1);
    border-radius: 4px;
    color: rgba(var(--white), 1);
    font-weight: 500
}

@keyframes horizontal-shaking {

    0%, 18%, to {
        transform: translateZ(0)
    }

    10%, 14%, 2%, 6% {
        transform: translate3d(-1px, 0, 0)
    }

    12%, 16%, 4%, 8% {
        transform: translate3d(1px, 0, 0)
    }
}

.specification-table {
    border: 1px solid rgba(var(--light-border), 1);
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
    margin: 15px 0 0
}

    .specification-table.striped tr:nth-child(odd) td,
    .specification-table.striped tr:nth-child(odd) th {
        background-color: rgba(var(--box-background), .5)
    }

    .specification-table tr td,
    .specification-table tr th {
        border: none;
        padding: calc(6.6px + .4375vw);
        white-space: nowrap
    }

    .specification-table tr:not(:last-of-type) td,
    .specification-table tr:not(:last-of-type) th {
        border-bottom: 1px solid rgba(var(--light-border), 1)
    }

    .specification-table tr th {
        background-color: transparent;
        border-right: 1px solid rgba(var(--light-border), 1);
        color: rgba(var(--light-color), 1);
        font-size: calc(13.6px + .125vw);
        font-weight: 400;
        min-width: 130px;
        vertical-align: middle
    }

[dir=rtl] .specification-table tr th {
    border-left: 1px solid rgba(var(--light-border), 1);
    border-right: unset
}

.specification-table tr td {
    color: rgba(var(--theme-font-color), 1);
    font-size: calc(13.6px + .125vw);
    font-weight: 500;
    vertical-align: middle
}

.table thead tr th {
    background-color: rgba(var(--box-background), 1);
    border-bottom: none;
    color: rgba(var(--light-color), 1);
    font-size: calc(12.8px + .375vw);
    font-weight: 500;
    padding: 14px;
    text-align: center;
    white-space: nowrap
}

    .table thead tr th:first-child {
        border-radius: 6px 0 0 0;
        text-align: left
    }

[dir=rtl] .table thead tr th:first-child {
    text-align: right
}

.table thead tr th:last-child {
    border-radius: 0 6px 0 0
}

.table tbody tr {
    border-bottom: 1px solid rgba(var(--light-border), 1)
}

    .table tbody tr td {
        background-color: rgba(var(--light-white), 1);
        border-bottom: none;
        color: rgba(var(--theme-font-color), 1);
        padding: 14px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap
    }

        .table tbody tr td:first-child {
            text-align: left
        }

[dir=rtl] .table tbody tr td:first-child {
    text-align: right
}

.table tbody tr:last-child {
    border-bottom: none
}

.cart-countdown {
    align-items: start;
    background-color: hsla(33, 47%, 62%, .1);
    border-radius: 4px;
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 16px
}

@media (max-width:767px) {
    .cart-countdown {
        display: block
    }
}

.cart-countdown img {
    width: 20px
}

@media (max-width:767px) {
    .cart-countdown img {
        margin-bottom: 16px;
        width: 25px
    }
}

.cart-countdown h6 {
    color: rgba(var(--light-color), 1);
    line-height: 1.2;
    margin-bottom: 0
}

    .cart-countdown h6 span {
        color: rgba(var(--theme-font-color), 1);
        display: inline-block;
        font-size: calc(13.4px + .1875vw);
        font-weight: 600;
        margin: 0 6px;
        min-width: 56px;
        text-align: center
    }

.cart-box {
    align-items: center;
    display: flex;
    gap: 10px
}

    .cart-box img {
        width: 100px
    }

    .cart-box a h5 {
        display: -webkit-box !important;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        white-space: normal;
        white-space: nowrap
    }

    .cart-box > div {
        width: calc(100% - 110px)
    }

.cart-progress {
    border-bottom: 1px solid rgba(var(--dark-border), .25);
    margin: 0 auto 12px;
    padding-bottom: 12px;
    position: relative;
    text-align: center
}

    .cart-progress .progress {
        height: 12px;
        margin: 12px auto 21px;
        overflow: unset
    }

.dark .cart-progress .progress {
    background-color: rgba(var(--light-white), 1)
}

.cart-progress .progress .progress-bar {
    background-color: rgba(var(--theme-default), 1);
    overflow: unset;
    position: relative
}

    .cart-progress .progress .progress-bar > span {
        align-items: center;
        background-color: rgba(var(--theme-default), 1);
        border-radius: 50%;
        display: flex;
        height: 35px;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 35px
    }

[dir=rtl] .cart-progress .progress .progress-bar > span {
    left: 0;
    right: unset
}

.cart-progress .progress .progress-bar > span .iconsax {
    --Iconsax-Size: 20px;
    --Iconsax-Color: rgba(var(--white), 1)
}

.cart-progress p {
    color: rgba(var(--light-color), 1);
    font-size: calc(13.6px + .125vw);
    text-align: left
}

    .cart-progress p > span {
        color: rgba(var(--theme-font-color), 1);
        font-size: calc(13.6px + .125vw);
        font-weight: 500;
        margin: 0 6px
    }

.cart-items {
    background-color: rgba(var(--box-background), .8);
    border-radius: 6px;
    font-size: calc(11.2px + .25vw);
    padding: 30px 15px
}

    .cart-items .cart-body ul li p {
        font-size: calc(13.2px + .25vw)
    }

    .cart-items .cart-body ul li span {
        font-size: calc(13.6px + .125vw)
    }

.cart-bottom p {
    color: rgba(var(--danger-color), 1);
    font-size: 14px;
    font-weight: 500;
    text-align: end
}

    .cart-bottom p .iconsax {
        --Iconsax-Size: 14px;
        --Iconsax-Color: rgba(var(--danger-color), 1);
        transform: rotate(70deg);
        vertical-align: -2px
    }

.cart-bottom h6 {
    font-weight: 500;
    margin: 4px 0
}

    .cart-bottom h6 span {
        float: right;
        font-size: 16px
    }

.cart-bottom > span {
    display: block;
    font-size: calc(14.8px + .0625vw);
    width: 100%
}

.cart-bottom a {
    border-radius: 4px;
    margin-top: 15px;
    width: 100%
}

.cart-body h6 {
    font-weight: 500;
    margin-top: 20px
}

.cart-body ul {
    border-bottom: 1px solid rgba(var(--light-border), 1);
    margin: 12px 0;
    padding-bottom: 12px
}

    .cart-body ul li {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 4px 0;
        width: 100%
    }

    .cart-body ul .Coupon {
        color: rgba(var(--danger-color), 1)
    }

.coupon-box h6 {
    border-top: 1px solid rgba(var(--light-border), 1);
    font-weight: 500;
    margin: 12px 0 15px;
    padding-top: 12px
}

.coupon-box ul {
    margin-bottom: 20px
}

    .coupon-box ul li {
        align-items: center;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        width: 100%
    }

        .coupon-box ul li:first-child {
            margin-bottom: 10px
        }

        .coupon-box ul li span {
            float: right;
            margin-bottom: 2px;
            position: relative;
            width: 100%
        }

            .coupon-box ul li span input {
                border: none;
                border-radius: 4px;
                padding: 10px 6px 10px 32px;
                width: 100%
            }

.dark .coupon-box ul li span input {
    background-color: rgba(var(--light-white), 1)
}

.coupon-box ul li span i {
    --Iconsax-Size: 16px;
    --Iconsax-Color: rgba(var(--light-color), 1);
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.coupon-box ul li button {
    background-color: transparent;
    border: 1px solid rgba(var(--theme-default), 1);
    color: rgba(var(--theme-default), 1);
    padding: 8px 20px;
    transition: all .4s ease-in-out
}

    .coupon-box ul li button:hover {
        background-color: rgba(var(--theme-default), 1);
        color: rgba(var(--white), 1)
    }

.cart-slider {
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    padding: 20px
}

@media (max-width:767px) {
    .cart-slider > div {
        display: block !important;
        margin-bottom: 12px
    }
}

.cart-slider h6 {
    margin-bottom: 4px
}

.cart-slider h6,
.cart-slider p {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal
}

.cart-slider p {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .cart-slider p {
        margin-bottom: 8px
    }
}

.cart-slider p img {
    width: 20px
}

.cart-slider .cart-box {
    gap: 20px
}

@media (max-width:991px) {
    .cart-slider .cart-box {
        align-items: flex-start
    }
}

.cart-slider .cart-box img {
    width: 150px
}

@media (max-width:991px) {
    .cart-slider .cart-box img {
        width: 100px
    }
}

.cart-slider .cart-box .category-dropdown {
    margin-bottom: 5px
}

    .cart-slider .cart-box .category-dropdown select {
        border: 1px solid rgba(var(--light-border), 1);
        width: 50%
    }

@media (max-width:1400px) {
    .cart-slider .cart-box .category-dropdown select {
        width: 70%
    }
}

@media (max-width:991px) and (min-width:768px) {
    .cart-slider .cart-box .category-dropdown select {
        width: 100%
    }
}

@media (max-width:360px) {
    .cart-slider .cart-box .category-dropdown select {
        width: 100%
    }
}

.cart-slider .cart-box a h5 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgba(var(--theme-font-color), 1);
    margin-bottom: 6px;
    white-space: normal
}

@media (max-width:991px) {
    .cart-slider .cart-box a h5 {
        margin-bottom: 0
    }
}

.cart-slider .cart-box h6 {
    color: rgba(var(--light-color), 1);
    font-size: 16px;
    margin-bottom: 12px
}

@media (max-width:991px) {
    .cart-slider .cart-box h6 {
        margin-bottom: 8px
    }
}

.cart-slider .cart-box h6 span {
    color: rgba(var(--theme-font-color), 1);
    font-size: 16px
}

.cart-slider .cart-box p {
    color: rgba(var(--theme-font-color), 1);
    margin-bottom: 4px
}

.cart-slider .cart-box a.btn {
    background-color: rgba(var(--dark-color), 1);
    color: rgba(var(--white), 1);
    font-weight: 500
}

.dark .cart-slider .cart-box a.btn {
    background-color: rgba(var(--box-background), 1)
}

.cart-slider .cart-box > div {
    width: calc(100% - 170px)
}

@media (max-width:991px) {
    .cart-slider .cart-box > div {
        width: 100%
    }
}

.table-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 13px
}

    .table-title h5 span {
        color: rgba(var(--theme-font-color), 1);
        font-size: 18px;
        font-weight: 600
    }

    .table-title button {
        background-color: transparent;
        border: unset;
        color: rgba(var(--danger-color), 1);
        font-size: 18px;
        font-weight: 500;
        text-decoration: underline
    }

.cart-table table tbody tr td {
    font-size: calc(13.4px + .1875vw);
    font-weight: 500;
    text-align: center
}

    .cart-table table tbody tr td:first-child {
        max-width: 330px !important
    }

@media (max-width:991px) {
    .cart-table table tbody tr td:first-child {
        max-width: unset;
        min-width: 366px
    }
}

.cart-table table tbody tr td:last-child {
    min-width: 70px
}

.cart-table table tbody tr td .quantity {
    gap: 10px;
    justify-content: center;
    width: auto
}

    .cart-table table tbody tr td .quantity button,
    .cart-table table tbody tr td .quantity input {
        border-radius: 4px
    }

.cart-table table tbody tr td a .iconsax {
    --Iconsax-Size: 20px;
    --Iconsax-Color: rgba(var(--theme-font-color), 1)
}

.cart-table .no-data {
    display: none
}

    .cart-table .no-data h4 {
        padding-top: 10px
    }

    .cart-table .no-data p span {
        color: rgba(var(--theme-default), 1);
        display: block;
        font-weight: 600
    }

.address-option {
    background-color: rgba(var(--box-background), 1);
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 20px
}

    .address-option .address-title {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px
    }

        .address-option .address-title a {
            color: rgba(var(--theme-default), 1);
            font-weight: 500
        }

@media (max-width:480px) {
    .address-option .address-title {
        display: block
    }
}

.address-option label {
    width: 100%
}

.address-option .delivery-address-box {
    align-items: flex-start;
    background-color: rgba(var(--light-white), 1);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    gap: 20px;
    padding: 20px
}

    .address-option .delivery-address-box .form-check {
        padding-left: 0
    }

        .address-option .delivery-address-box .form-check input {
            vertical-align: -8px
        }

    .address-option .delivery-address-box .address-detail {
        width: calc(100% - 38px)
    }

        .address-option .delivery-address-box .address-detail .address {
            display: block;
            padding: 0 6px;
            width: 100%
        }

            .address-option .delivery-address-box .address-detail .address .address-title {
                color: rgba(var(--theme-font-color), 1);
                font-size: calc(14.8px + .375vw);
                font-weight: 500;
                margin-bottom: 0
            }

            .address-option .delivery-address-box .address-detail .address .address-tag {
                color: rgba(var(--theme-font-color), 1);
                font-size: calc(13.2px + .25vw);
                font-weight: 500;
                padding-right: 6px
            }

            .address-option .delivery-address-box .address-detail .address .address-home {
                font-size: calc(13.6px + .125vw)
            }

            .address-option .delivery-address-box .address-detail .address p span {
                color: rgba(var(--theme-font-color), 1);
                font-size: calc(13.4px + .1875vw);
                font-weight: 500
            }

.payment-options {
    background-color: rgba(var(--box-background), 1);
    border-radius: 4px;
    padding: 15px calc(8.4px + 1.125vw)
}

    .payment-options .payment-box {
        align-items: center;
        background-color: rgba(var(--light-white), 1);
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        gap: 6px;
        padding: 18px 20px
    }

        .payment-options .payment-box label {
            cursor: pointer;
            font-size: calc(13.4px + .1875vw);
            margin-bottom: 0;
            width: 100%;
            width: calc(100% - 20px)
        }

.right-sidebar-checkout {
    background-color: rgba(var(--box-background), 1);
    padding: 15px
}

.cart-listing > ul li {
    align-items: center;
    background-color: rgba(var(--light-white), 1);
    border-radius: 4px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding: 10px
}

    .cart-listing > ul li h6,
    .cart-listing > ul li:last-child {
        margin-bottom: 0
    }

    .cart-listing > ul li p {
        margin-left: auto
    }

[dir=rtl] .cart-listing > ul li p {
    margin-left: unset;
    margin-right: auto
}

.cart-listing .total {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 15px
}

    .cart-listing .total h6 {
        font-weight: 500
    }

.summary-total {
    border-bottom: 1px solid rgba(var(--light-border), 1);
    margin: 18px 0;
    padding-bottom: 20px
}

    .summary-total > ul li {
        align-items: center;
        display: flex;
        font-size: calc(14.8px + .0625vw);
        justify-content: space-between;
        padding: 4px 0;
        width: 100%
    }

        .summary-total > ul li p {
            color: rgba(var(--theme-font-color), 1)
        }

        .summary-total > ul li span {
            font-size: calc(14.8px + .0625vw)
        }

    .summary-total .coupon-code {
        background-color: rgba(var(--light-white), 1);
        border-radius: 4px;
        display: flex;
        margin: 10px 0 0;
        padding: 10px
    }

        .summary-total .coupon-code input {
            border: 1px solid rgba(var(--light-border), 1);
            border-radius: 4px 0 0 4px;
            padding: 10px;
            width: 100%
        }

[dir=rtl] .summary-total .coupon-code input {
    border-radius: 0 4px 4px 0
}

.dark .summary-total .coupon-code input {
    background-color: rgba(var(--box-background), 1)
}

.summary-total .coupon-code .btn {
    background-color: rgba(var(--theme-default), 1);
    border-radius: 0 4px 4px 0;
    color: rgba(var(--light-white), 1);
    font-weight: 500
}

[dir=rtl] .summary-total .coupon-code .btn {
    border-radius: 4px 0 0 4px
}

.login-img {
    align-items: center;
    display: flex;
    justify-content: center
}

.log-in-box {
    background-color: rgba(var(--box-background), 1);
    border-radius: 4px;
    padding: calc(8px + 2.1875vw)
}

    .log-in-box .form-floating input {
        border: 1px solid rgba(var(--light-border), 1);
        font-size: 18px
    }

        .log-in-box .form-floating input:focus {
            box-shadow: none
        }

    .log-in-box .form-floating label {
        color: rgba(var(--light-color), 1);
        font-size: 16px;
        margin-bottom: 0
    }

    .log-in-box .forgot-box {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

        .log-in-box .forgot-box div input {
            vertical-align: -5px
        }

        .log-in-box .forgot-box div label {
            cursor: pointer;
            font-size: calc(13.6px + .125vw);
            margin-bottom: 0
        }

            .log-in-box .forgot-box div label span {
                font-size: calc(13.6px + .125vw)
            }

            .log-in-box .forgot-box a,
            .log-in-box .forgot-box div label span {
                color: rgba(var(--theme-default), 1);
                font-weight: 500
            }

.login {
    background-image: linear-gradient(to right, rgba(var(--theme-default), 1) 0, #c28f51 51%, rgba(var(--theme-default), 1) 100%);
    border-radius: 4px;
    width: 100%
}

.log-in-title {
    margin-bottom: 12px
}

    .log-in-title h4 {
        line-height: 1.2;
        margin-bottom: 0
    }

.other-log-in {
    margin: 20px 0 0;
    position: relative;
    text-align: center
}

    .other-log-in:before {
        background-color: rgba(var(--light-border), 1);
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

    .other-log-in h6 {
        background-color: rgba(var(--box-background), 1);
        color: rgba(var(--light-color), 1);
        display: inline-block;
        margin-bottom: 0;
        padding: 0 16px;
        position: relative
    }

.log-in-button {
    margin-top: 20px;
    text-align: center
}

    .log-in-button ul {
        align-items: center;
        display: flex;
        gap: 12px;
        margin: 0 auto
    }

        .log-in-button ul li {
            align-items: center;
            background-color: transparent;
            border: 1px solid rgba(var(--theme-default), 1);
            border-radius: 4px;
            display: flex;
            height: 40px;
            justify-content: center;
            transition: all .4s ease-in-out;
            width: 100%
        }

            .log-in-button ul li a {
                font-weight: 500
            }

                .log-in-button ul li a,
                .log-in-button ul li a i {
                    color: rgba(var(--theme-default), 1);
                    transition: all .4s ease-in-out
                }

            .log-in-button ul li:hover {
                background-color: rgba(var(--theme-default), 1)
            }

                .log-in-button ul li:hover a,
                .log-in-button ul li:hover a i {
                    color: rgba(var(--white), 1)
                }

.login-bg-img {
    background-image: url(60e8c66cab4a78b1aa27.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}

.sign-up-box {
    padding-top: 15px;
    text-align: center
}

    .sign-up-box p {
        font-size: calc(13.6px + .125vw)
    }

    .sign-up-box a {
        color: rgba(var(--theme-default), 1);
        font-weight: 500
    }

.otp-input {
    align-items: center;
    display: flex;
    gap: 10px
}

    .otp-input input {
        border-radius: 4px;
        margin: 0 !important;
        padding: calc(5.2px + .25vw) !important;
        text-align: center !important;
        text-align: left;
        width: 100%
    }

        .otp-input input,
        .otp-input input:focus {
            border: 1px solid rgba(var(--light-border), 1)
        }

            .otp-input input:focus {
                box-shadow: none
            }

.wrapper {
    background: rgba(var(--white), 1);
    border-radius: 8px;
    bottom: 20px;
    box-shadow: 0 0 20px 2px rgba(var(--black), .1);
    max-width: 345px;
    padding: 15px 22px 22px;
    position: fixed;
    left: -370px;
    transition: all .3s ease;
    width: 100%;
    z-index: 8
}

@media (max-width:480px) {
    .wrapper {
        max-width: 283px
    }
}

.wrapper.show {
    left: 50px
}

.title-box {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 10px
}

    .title-box h3 {
        font-size: 24px;
        font-weight: 500
    }

    .title-box img {
        width: 20%
    }

.info {
    margin-bottom: 15px
}

    .info p {
        color: rgba(var(--light-color), 1);
        font-size: 16px;
        font-weight: 400
    }

.buttons {
    align-items: center;
    display: flex;
    gap: 10px;
    width: 100%
}

    .buttons button {
        border-radius: 4px;
        width: 100%
    }

.contact-main .contact-box p {
    margin-bottom: 20px
}

.contact-main .contact-box h6,
.contact-main .contact-box p {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal
}

.contact-main .contact-box .contact-form label {
    font-size: calc(14.8px + .0625vw);
    font-weight: 500
}

.contact-main .contact-box .contact-form input {
    background-color: rgba(var(--box-background), 1);
    border: 1px solid rgba(var(--light-border), 1);
    padding: 12px 15px
}

    .contact-main .contact-box .contact-form input:focus {
        box-shadow: none
    }

    .contact-main .contact-box .contact-form input::-moz-placeholder {
        color: rgba(var(--light-color), .8)
    }

    .contact-main .contact-box .contact-form input::placeholder {
        color: rgba(var(--light-color), .8)
    }

.contact-main .contact-box .contact-form textarea {
    background-color: rgba(var(--box-background), 1);
    border: 1px solid rgba(var(--light-border), 1);
    padding: 10px
}

    .contact-main .contact-box .contact-form textarea:focus {
        box-shadow: none
    }

    .contact-main .contact-box .contact-form textarea::-moz-placeholder {
        color: rgba(var(--light-color), .8)
    }

    .contact-main .contact-box .contact-form textarea::placeholder {
        color: rgba(var(--light-color), .8)
    }

@media (max-width:991px) {
    .contact-main .contact-img {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 20px auto
    }

        .contact-main .contact-img img {
            width: 60%
        }
}

@media (max-width:767px) {
    .contact-main .contact-img img {
        width: 90%
    }
}

.address-content {
    margin-bottom: 12px !important
}

    .address-content p {
        color: rgba(var(--theme-font-color), 1);
        font-size: calc(16.8px + .375vw) !important;
        font-weight: 500;
        margin: 0 !important
    }

        .address-content p span {
            background-color: rgba(var(--theme-font-color), 1) !important
        }

.address-items,
.address-items .icon-box {
    align-items: center;
    display: flex
}

    .address-items .icon-box {
        background-color: rgba(var(--theme-default), 1);
        border-radius: 4px;
        height: 50px;
        justify-content: center;
        position: relative;
        width: 50px;
        z-index: 1
    }

        .address-items .icon-box .iconsax {
            --Iconsax-Size: 24px;
            --Iconsax-Color: rgba(var(--white), 1)
        }

    .address-items .contact-box {
        background-color: rgba(var(--box-background), 1);
        border: 1px solid rgba(var(--light-border), 1);
        border-radius: 4px;
        padding: 20px 10px 20px 40px;
        transform: translateX(-24px);
        width: calc(100% - 50px)
    }

[dir=rtl] .address-items .contact-box {
    padding: 20px 40px 20px 10px;
    transform: translateX(24px)
}

.address-items .contact-box h6 {
    font-weight: 500;
    margin-bottom: 6px
}

.address-items .contact-box p {
    margin-bottom: 0
}

.address-items:hover .icon-box .iconsax {
    animation: tada 2s ease infinite
}

.map-section {
    margin-bottom: -10px
}

.comparemodal-body .table {
    border: 1px solid rgba(var(--light-border), 1);
    margin-bottom: 0
}

    .comparemodal-body .table tbody tr td:first-child {
        text-align: center
    }

    .comparemodal-body .table tr.table-product-details {
        border-bottom: 1px solid transparent
    }

    .comparemodal-body .table tr.table-cart-button td {
        border-top: 1px solid transparent
    }

    .comparemodal-body .table tr.table-cart-button a.btn {
        align-items: center;
        background-color: rgba(var(--theme-default), 1);
        border-radius: 5px;
        color: rgba(var(--white), 1);
        display: flex;
        font-weight: 700;
        padding: 6px 16px
    }

        .comparemodal-body .table tr.table-cart-button a.btn:hover {
            color: rgba(var(--white), 1)
        }

    .comparemodal-body .table tr td {
        border-left: 1px solid rgba(var(--light-border), 1);
        color: rgba(var(--theme-font-color), 1);
        font-size: calc(13.6px + .125vw);
        min-width: 246px;
        padding: 14px;
        width: 0
    }

    .comparemodal-body .table ul.list-detail {
        padding-left: 22px
    }

        .comparemodal-body .table ul.list-detail li {
            color: rgba(var(--light-color), 1);
            display: list-item;
            list-style-type: square
        }

.comparemodal-body .iconsax {
    --Iconsax-Size: $font-20;
    --Iconsax-Color: rgba(var(--theme-default), 1);
    cursor: pointer
}

.comparemodal-body .rating i {
    color: rgba(var(--star-yellow), 1)
}

.comparemodal-body .product-box .btn-close {
    right: 0;
    top: 0;
    z-index: 1
}

.comparemodal-body .product-box .product-image {
    text-align: center
}

    .comparemodal-body .product-box .product-image img {
        background-position: top;
        height: calc(110px + 1.5625vw);
        -o-object-fit: contain;
        object-fit: contain;
        width: calc(110px + 1.5625vw)
    }

.comparemodal-body .product-box .product-title h6 {
    color: rgba(var(--theme-font-color), 1);
    display: -webkit-box !important;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 10px 0 6px;
    white-space: normal
}

.comparemodal-body .product-box .product-details {
    margin-top: calc(8px + .3125vw)
}

    .comparemodal-body .product-box .product-details span {
        color: rgba(var(--theme-default), 1);
        font-size: calc(13.6px + .125vw);
        font-weight: 500;
        margin-bottom: 6px
    }

    .comparemodal-body .product-box .product-details del {
        color: rgba(var(--light-color), 1);
        font-size: calc(13.6px + .125vw);
        font-weight: 500
    }

    .comparemodal-body .product-box .product-details a {
        color: rgba(var(--theme-default), 1);
        display: block;
        font-weight: 500;
        width: 100%
    }

    .comparemodal-body .product-box .product-details p {
        display: -webkit-box !important;
        margin: 6px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }

    .comparemodal-body .product-box .product-details .btn_black {
        font-size: calc(13.6px + .125vw);
        margin: 10px auto 0;
        width: -moz-fit-content;
        width: fit-content
    }

.faq-title-2 {
    margin-bottom: 30px;
    text-align: center
}

    .faq-title-2 h3 {
        font-size: calc(16.4px + 1.125vw);
        line-height: .7;
        margin-bottom: 18px
    }

    .faq-title-2 div {
        align-items: center;
        display: flex;
        gap: 4px;
        margin: auto;
        width: 50%
    }

@media (max-width:1199px) {
    .faq-title-2 div {
        display: block;
        width: 70%
    }
}

.faq-title-2 div .faq-search {
    margin: 0;
    position: relative;
    width: 100%
}

@media (max-width:1199px) {
    .faq-title-2 div .faq-search {
        margin-bottom: 6px
    }
}

.faq-title-2 div .faq-search input {
    background-color: rgba(var(--box-background), 1);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    padding: calc(7px + .3125vw) 15px calc(7px + .3125vw) 40px;
    width: 100%
}

.faq-title-2 div .faq-search .iconsax {
    --Iconsax-Size: calc(13.2px + 0.25vw);
    --Iconsax-Color: rgba(var(--light-color), 1);
    left: 15px;
    position: absolute;
    top: 49%;
    transform: translateY(-49%)
}

.faq-title-2 div button {
    border-radius: 4px
}

.faq-section .custom-accordion .accordion .accordion-item {
    padding: 10px 26px
}

@media (max-width:480px) {
    .faq-section .custom-accordion .accordion .accordion-item {
        padding: 10px 12px
    }
}

.faq-section .custom-accordion .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:991px) {
    .faq-section .custom-accordion .accordion .accordion-item .accordion-header .accordion-button {
        padding: 4px 0
    }
}

.faq-section .custom-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span {
    color: rgba(var(--theme-default), 1);
    font-weight: 500 !important
}

.faq-section .custom-accordion .accordion .accordion-item .accordion-header .accordion-button span {
    font-size: calc(14.8px + .375vw) !important;
    font-weight: 400 !important;
    line-height: 1.3
}

.faq-section .custom-accordion .accordion .accordion-item .accordion-body {
    border-top: 1px solid rgba(var(--light-border), 1);
    padding: 14px 0 16px
}

    .faq-section .custom-accordion .accordion .accordion-item .accordion-body p {
        font-size: calc(13.2px + .25vw) !important
    }

.user-dashboard-section .tab-content,
.user-dashboard-section .tab-content .tab-pane {
    height: 100%
}

.dashboard-left-sidebar {
    background-color: rgba(var(--box-background), 1);
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(var(--black), .1);
    overflow: hidden
}

@media (max-width:991px) {
    .dashboard-left-sidebar {
        height: 100vh;
        left: -290px;
        position: fixed;
        top: 0;
        transition: left .4s ease-in-out;
        width: 290px;
        z-index: 8
    }

    [dir=rtl] .dashboard-left-sidebar {
        left: unset;
        right: -290px;
        transition: left .4s ease-in-out
    }

    .dashboard-left-sidebar.open {
        left: 0
    }

    [dir=rtl] .dashboard-left-sidebar.open {
        left: unset;
        right: 0
    }
}

.dashboard-left-sidebar .profile-box {
    position: relative
}

    .dashboard-left-sidebar .profile-box .profile-bg-img {
        background-image: url(5465225dbe66e6630596.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: absolute;
        right: -25%;
        top: -8%;
        transform: rotate(17deg);
        width: 100%
    }

    .dashboard-left-sidebar .profile-box .profile-contain {
        border-radius: 4px;
        padding: 20px 10px;
        position: relative;
        text-align: center
    }

        .dashboard-left-sidebar .profile-box .profile-contain .profile-image {
            margin-bottom: 12px
        }

            .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
                background-color: rgba(var(--white), 1);
                border: 1px solid rgba(var(--light-border), 1);
                border-radius: 50%;
                box-shadow: 2px 3px 8px rgba(var(--black), .08);
                height: auto;
                -o-object-fit: cover;
                object-fit: cover;
                padding: 5px;
                width: calc(76px + 1.25vw)
            }

        .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 {
            margin-bottom: 12px
        }

        .dashboard-left-sidebar .profile-box .profile-contain .profile-name span {
            color: rgba(var(--theme-default), 1);
            cursor: pointer;
            font-weight: 600
        }

    .dashboard-left-sidebar .profile-box .dashboard-left-sidebar-close {
        align-items: center;
        background-color: rgba(var(--theme-default), 1);
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        height: 28px;
        justify-content: center;
        opacity: 0;
        outline: 1px solid rgba(var(--theme-default), 1);
        outline-offset: 2px;
        position: absolute;
        right: 15px;
        top: 20px;
        visibility: hidden;
        width: 28px;
        z-index: 1
    }

        .dashboard-left-sidebar .profile-box .dashboard-left-sidebar-close i {
            color: rgba(var(--white), 1);
            font-size: 16px
        }

@media (max-width:991px) {
    .dashboard-left-sidebar .profile-box .dashboard-left-sidebar-close {
        opacity: 1;
        visibility: visible
    }
}

.dashboard-left-sidebar .dashboard-tab {
    border-top: 1px solid rgba(var(--light-border), 1);
    padding: 15px
}

    .dashboard-left-sidebar .dashboard-tab li {
        padding: 2px 0;
        width: 100%
    }

        .dashboard-left-sidebar .dashboard-tab li:last-child {
            padding-bottom: 0
        }

        .dashboard-left-sidebar .dashboard-tab li:first-child {
            padding-top: 0
        }

        .dashboard-left-sidebar .dashboard-tab li .nav-link {
            border-left: 3px solid rgba(var(--theme-default), 0);
            padding: 12px 16px;
            text-align: left;
            transition: all .4s ease-in-out;
            width: 100%
        }

            .dashboard-left-sidebar .dashboard-tab li .nav-link,
            .dashboard-left-sidebar .dashboard-tab li .nav-link a {
                color: rgba(var(--theme-font-color), 1);
                font-size: calc(15.6px + .125vw)
            }

                .dashboard-left-sidebar .dashboard-tab li .nav-link a .iconsax {
                    --Iconsax-Size: calc(13px + 0.3125vw);
                    --Iconsax-Color: rgba(var(--theme-font-color), 1);
                    margin-right: 8px;
                    vertical-align: -2px
                }

[dir=rtl] .dashboard-left-sidebar .dashboard-tab li .nav-link a .iconsax {
    margin-left: 8px;
    margin-right: unset
}

[dir=rtl] .dashboard-left-sidebar .dashboard-tab li .nav-link {
    border-left: unset;
    border-right: 3px solid rgba(var(--theme-default), 0);
    text-align: right
}

.dashboard-left-sidebar .dashboard-tab li .nav-link .iconsax {
    --Iconsax-Size: calc(13px + 0.3125vw);
    --Iconsax-Color: rgba(var(--theme-font-color), 1);
    margin-right: 8px;
    vertical-align: -2px
}

[dir=rtl] .dashboard-left-sidebar .dashboard-tab li .nav-link .iconsax {
    margin-left: 8px;
    margin-right: unset
}

.dashboard-left-sidebar .dashboard-tab li .nav-link.active {
    background-color: rgba(var(--theme-default), .1);
    border-left: 3px solid rgba(var(--theme-default), 1);
    border-radius: 4px;
    color: rgba(var(--theme-default), 1);
    font-weight: 500;
}

    .dashboard-left-sidebar .dashboard-tab li .nav-link.active a {
        color: rgba(var(--theme-default), 1)
    }

[dir=rtl] .dashboard-left-sidebar .dashboard-tab li .nav-link.active {
    border-left: unset;
    border-right: 3px solid rgba(var(--theme-default), 1)
}

.dashboard-left-sidebar .dashboard-tab li .nav-link.active .iconsax {
    --Iconsax-Color: rgba(var(--theme-default), 1)
}

.dashboard-left-sidebar .dashboard-tab li .nav-link:hover {
    background-color: rgba(var(--theme-default), .1);
    border-left: 3px solid rgba(var(--theme-default), 1);
    border-radius: 4px;
    color: rgba(var(--theme-default), 1);
}

    .dashboard-left-sidebar .dashboard-tab li .nav-link:hover a {
        color: rgba(var(--theme-default), 1)
    }

[dir=rtl] .dashboard-left-sidebar .dashboard-tab li .nav-link:hover {
    border-left: unset;
    border-right: 3px solid rgba(var(--theme-default), 1)
}

.dashboard-left-sidebar .dashboard-tab li .nav-link:hover .iconsax {
    --Iconsax-Color: rgba(var(--theme-default), 1)
}

.dashboard-left-sidebar .logout-button {
    border-top: 1px solid rgba(var(--light-border), 1);
    padding: 15px
}

    .dashboard-left-sidebar .logout-button a {
        border-radius: 4px;
        width: 100%
    }

.dashboard-right-box {
    background-color: rgba(var(--box-background), 1);
    height: 100%;
    padding: 15px
}

    .dashboard-right-box .my-dashboard-tab .sidebar-title {
        margin-bottom: 44px
    }

    .dashboard-right-box .my-dashboard-tab .dashboard-user-name {
        margin-top: 10px
    }

        .dashboard-right-box .my-dashboard-tab .dashboard-user-name p {
            color: rgba(var(--theme-font-color), .8);
            font-size: calc(13.4px + .1875vw);
            font-weight: 300;
            margin-top: 10px
        }

    .dashboard-right-box .my-dashboard-tab .total-box {
        margin: 30px 0
    }

        .dashboard-right-box .my-dashboard-tab .total-box .totle-contain {
            align-items: center;
            background: rgba(var(--light-white), 1) url(ca8654d00a014fd7330d.png);
            background-position: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 4px;
            box-shadow: 0 0 8px rgba(var(--black), .04);
            display: flex;
            gap: 15px;
            overflow: hidden;
            padding: 22px;
            position: relative
        }

            .dashboard-right-box .my-dashboard-tab .total-box .totle-contain .wallet-point img {
                width: calc(36px + 1.25vw)
            }

            .dashboard-right-box .my-dashboard-tab .total-box .totle-contain .wallet-point .img-1 {
                opacity: .2;
                position: absolute;
                right: -8%;
                top: 50%;
                transform: translateY(-50%);
                transition: all .4s ease-in-out;
                width: calc(32px + 2.5vw)
            }

[dir=rtl] .dashboard-right-box .my-dashboard-tab .total-box .totle-contain .wallet-point .img-1 {
    left: -8%;
    right: unset
}

@media (max-width:1199px) {
    .dashboard-right-box .my-dashboard-tab .total-box .totle-contain .wallet-point .img-1 {
        right: -2%
    }
}

.dashboard-right-box .my-dashboard-tab .total-box .totle-contain .totle-detail {
    width: calc(100% - 75px)
}

    .dashboard-right-box .my-dashboard-tab .total-box .totle-contain .totle-detail h4 {
        color: rgba(var(--theme-font-color), 1);
        font-weight: 600;
        margin-bottom: 0
    }

    .dashboard-right-box .my-dashboard-tab .total-box .totle-contain .totle-detail h6 {
        color: rgba(var(--theme-font-color), 1);
        margin-bottom: 6px
    }

.dashboard-right-box .my-dashboard-tab .total-box .totle-contain:hover .wallet-point .img-1 {
    right: -4%;
    transform: translateY(-50%) rotate(-9deg)
}

[dir=rtl] .dashboard-right-box .my-dashboard-tab .total-box .totle-contain:hover .wallet-point .img-1 {
    left: -4%;
    right: unset
}

.dashboard-right-box .my-dashboard-tab .profile-about {
    background-color: rgba(var(--light-white), 1);
    border-radius: 4px;
    padding: 15px
}

    .dashboard-right-box .my-dashboard-tab .profile-about .sidebar-title {
        margin-bottom: 30px
    }

    .dashboard-right-box .my-dashboard-tab .profile-about .profile-information {
        margin-bottom: 45px
    }

        .dashboard-right-box .my-dashboard-tab .profile-about .profile-information li {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            padding: 7px 0
        }

            .dashboard-right-box .my-dashboard-tab .profile-about .profile-information li:last-child {
                padding-bottom: 0
            }

            .dashboard-right-box .my-dashboard-tab .profile-about .profile-information li:first-child {
                padding-top: 0
            }

            .dashboard-right-box .my-dashboard-tab .profile-about .profile-information li h6 {
                font-weight: 500;
                margin-bottom: 0
            }

            .dashboard-right-box .my-dashboard-tab .profile-about .profile-information li p span {
                color: rgba(var(--theme-default), 1);
                cursor: pointer;
                font-weight: 500;
                margin-left: 6px
            }

.dashboard-right-box .notification-tab .notification-body {
    margin: 30px 0 0
}

    .dashboard-right-box .notification-tab .notification-body li {
        align-items: flex-start;
        border-bottom: 1px solid rgba(var(--light-border), 1);
        display: flex;
        gap: 12px;
        padding: 14px 0
    }

        .dashboard-right-box .notification-tab .notification-body li:first-child {
            padding-top: 0
        }

        .dashboard-right-box .notification-tab .notification-body li:last-child {
            border-bottom: none;
            padding-bottom: 0
        }

        .dashboard-right-box .notification-tab .notification-body li .user-img {
            border: 1px solid rgba(var(--dark-border), .3);
            border-radius: 4px;
            padding: 4px
        }

            .dashboard-right-box .notification-tab .notification-body li .user-img img {
                border-radius: 4px;
                width: 64px
            }

        .dashboard-right-box .notification-tab .notification-body li .user-contant {
            width: calc(100% - 66px)
        }

            .dashboard-right-box .notification-tab .notification-body li .user-contant h6 {
                font-weight: 500;
                margin-bottom: 4px
            }

                .dashboard-right-box .notification-tab .notification-body li .user-contant h6 span {
                    float: right;
                    font-weight: 400
                }

[dir=rtl] .dashboard-right-box .notification-tab .notification-body li .user-contant h6 span {
    float: left
}

.dashboard-right-box .notification-tab .notification-body li .user-contant p {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 92%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal
}

@media (max-width:480px) {
    .dashboard-right-box .notification-tab .notification-body li .user-contant p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.dashboard-right-box .order .order-box {
    background-color: rgba(var(--light-white), 1);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px;
    padding: 15px
}

    .dashboard-right-box .order .order-box .order-container {
        align-items: start;
        display: flex;
        gap: 12px;
        margin-bottom: 15px
    }

        .dashboard-right-box .order .order-box .order-container .order-icon {
            align-items: center;
            background-color: rgba(var(--theme-default), .1);
            border: 1px solid rgba(var(--theme-default), 1);
            border-radius: 50%;
            display: flex;
            height: 40px;
            justify-content: center;
            position: relative;
            width: 40px
        }

            .dashboard-right-box .order .order-box .order-container .order-icon .iconsax {
                --Iconsax-Size: calc(14.4px + 0.5vw);
                --Iconsax-Color: rgba(var(--theme-default), 1)
            }

            .dashboard-right-box .order .order-box .order-container .order-icon .couplet {
                align-items: center;
                background-color: rgba(var(--success-color), 1);
                border: 1px solid rgba(var(--white), 1);
                border-radius: 50%;
                bottom: -3px;
                display: flex;
                height: 18px;
                justify-content: center;
                position: absolute;
                right: -3px;
                width: 18px
            }

                .dashboard-right-box .order .order-box .order-container .order-icon .couplet i {
                    color: rgba(var(--white), 1);
                    font-size: 10px
                }

        .dashboard-right-box .order .order-box .order-container .order-detail {
            width: calc(100% - 47px)
        }

            .dashboard-right-box .order .order-box .order-container .order-detail h5 {
                margin-bottom: 0
            }

            .dashboard-right-box .order .order-box .order-container .order-detail h6 {
                color: rgba(var(--light-color), 1);
                font-size: calc(13.6px + .125vw)
            }

                .dashboard-right-box .order .order-box .order-container .order-detail h6 b {
                    color: rgba(var(--success-color), 1);
                    font-weight: 500
                }

                .dashboard-right-box .order .order-box .order-container .order-detail h6 a {
                    color: rgba(var(--danger-color), 1);
                    font-weight: 500
                }

@media (max-width:480px) {
    .dashboard-right-box .order .order-box .order-container .order-detail h6 {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.dashboard-right-box .order .order-box .order-container .order-detail p {
    color: rgba(var(--light-color), 1);
    margin-bottom: 0
}

@media (max-width:480px) {
    .dashboard-right-box .order .order-box .order-container .order-detail p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.dashboard-right-box .order .order-box .order-container .order-detail p b {
    color: rgba(var(--theme-font-color), 1);
    font-weight: 500
}

.dashboard-right-box .order .order-box .order-container .order-detail a {
    color: rgba(var(--danger-color), 1);
    font-weight: 500
}

.dashboard-right-box .order .order-box .product-order-detail {
    background-color: rgba(var(--box-background), 1);
    border-bottom: 1px solid rgba(var(--light-border), 1);
    padding: 15px
}

    .dashboard-right-box .order .order-box .product-order-detail .product-box {
        align-items: start;
        display: flex;
        gap: 20px
    }

@media (max-width:480px) {
    .dashboard-right-box .order .order-box .product-order-detail .product-box {
        display: block
    }
}

.dashboard-right-box .order .order-box .product-order-detail .product-box a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: calc(-13.2px + 8.5vw)
}

@media (max-width:767px) {
    .dashboard-right-box .order .order-box .product-order-detail .product-box a img {
        width: 50px
    }
}

@media (max-width:480px) {
    .dashboard-right-box .order .order-box .product-order-detail .product-box a img {
        margin-bottom: 10px;
        width: 60px
    }
}

.dashboard-right-box .order .order-box .product-order-detail .product-box .order-wrap {
    width: calc(100% - 170px)
}

@media (max-width:767px) {
    .dashboard-right-box .order .order-box .product-order-detail .product-box .order-wrap {
        width: 100%
    }
}

.dashboard-right-box .order .order-box .product-order-detail .product-box .order-wrap h5 {
    margin-bottom: 5px
}

.dashboard-right-box .order .order-box .product-order-detail .product-box .order-wrap > p {
    padding-bottom: 12px
}

.dashboard-right-box .order .order-box .product-order-detail .product-box .order-wrap ul li {
    align-items: center;
    display: flex;
    width: 100%
}

    .dashboard-right-box .order .order-box .product-order-detail .product-box .order-wrap ul li span {
        font-size: calc(13.6px + .125vw)
    }

.dashboard-right-box .order .order-box .return-box {
    background-color: rgba(var(--box-background), 1);
    padding: 10px 13px 15px
}

    .dashboard-right-box .order .order-box .return-box h6 {
        color: rgba(var(--light-color), 1);
        font-size: 14px;
        margin-bottom: 0
    }

    .dashboard-right-box .order .order-box .return-box .review-box {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

        .dashboard-right-box .order .order-box .return-box .review-box .rating {
            margin-bottom: 4px
        }

            .dashboard-right-box .order .order-box .return-box .review-box .rating li i {
                color: rgba(var(--theme-default), 1);
                margin: 0 1px
            }

        .dashboard-right-box .order .order-box .return-box .review-box span {
            color: rgba(var(--theme-default), 1);
            cursor: pointer;
            font-size: calc(13.2px + .25vw);
            font-weight: 500
        }

.dashboard-right-box .address-tab {
    position: relative
}

    .dashboard-right-box .address-tab .address-option {
        margin-bottom: 0;
        padding: 0
    }

        .dashboard-right-box .address-tab .address-option label {
            background-color: rgba(var(--light-white), 1);
            border: 1px solid rgba(var(--light-border), 1);
            margin-bottom: 0;
            padding: 15px
        }

            .dashboard-right-box .address-tab .address-option label .delivery-address-box {
                background-color: rgba(var(--box-background), 1);
                border: none;
                padding: 10px
            }

            .dashboard-right-box .address-tab .address-option label .buttons {
                padding: 10px
            }

                .dashboard-right-box .address-tab .address-option label .buttons a {
                    border-radius: 4px;
                    font-size: calc(15.6px + .125vw);
                    width: 100%
                }

                    .dashboard-right-box .address-tab .address-option label .buttons a.btn_black {
                        background-image: none;
                        border: 1px solid rgba(var(--theme-default), 1);
                        color: rgba(var(--theme-default), 1) !important;
                        transition: all .4s ease-in-out
                    }

                        .dashboard-right-box .address-tab .address-option label .buttons a.btn_black:hover {
                            background-color: rgba(var(--theme-default), 1);
                            color: rgba(var(--white), 1) !important
                        }

                    .dashboard-right-box .address-tab .address-option label .buttons a.btn_outline {
                        border: 1px solid rgba(var(--theme-default), 1);
                        color: rgba(var(--theme-default), 1);
                        transition: all .4s ease-in-out
                    }

                        .dashboard-right-box .address-tab .address-option label .buttons a.btn_outline:hover {
                            background-color: rgba(var(--theme-default), 1);
                            color: rgba(var(--white), 1) !important
                        }

    .dashboard-right-box .address-tab .add-address {
        background-color: rgba(var(--theme-default), 1);
        border-radius: 4px;
        color: rgba(var(--white), 1);
        font-weight: 500;
        padding: 6px 20px;
        position: absolute;
        right: 0;
        top: 0
    }

[dir=rtl] .dashboard-right-box .address-tab .add-address {
    left: 0;
    right: unset
}

@media (max-width:480px) {
    .dashboard-right-box .address-tab .add-address {
        display: flex;
        justify-content: center;
        margin: 15px auto 0;
        position: unset
    }
}

.dashboard-right-box .saved-card .payment-section .payment-card {
    background: rgba(var(--light-white), 1) url(ca8654d00a014fd7330d.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
    position: relative
}

    .dashboard-right-box .saved-card .payment-section .payment-card .bank-info {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

        .dashboard-right-box .saved-card .payment-section .payment-card .bank-info .bank {
            height: auto;
            width: calc(90px + 1.5625vw)
        }

        .dashboard-right-box .saved-card .payment-section .payment-card .bank-info .card-type {
            align-items: center;
            display: flex;
            flex-direction: column;
            gap: 5px
        }

            .dashboard-right-box .saved-card .payment-section .payment-card .bank-info .card-type .bank-card {
                height: auto;
                width: calc(34px + .3125vw)
            }

            .dashboard-right-box .saved-card .payment-section .payment-card .bank-info .card-type span {
                color: rgba(var(--light-color), 1);
                font-size: 14px;
                font-weight: 400
            }

    .dashboard-right-box .saved-card .payment-section .payment-card .add-card {
        align-items: center;
        display: flex;
        height: 140px;
        justify-content: center
    }

        .dashboard-right-box .saved-card .payment-section .payment-card .add-card h6 {
            background-color: rgba(var(--theme-default), 1);
            border-radius: 4px;
            color: rgba(var(--white), 1);
            cursor: pointer;
            font-weight: 500;
            padding: 10px 18px
        }

    .dashboard-right-box .saved-card .payment-section .payment-card .card-details {
        margin-top: 15px
    }

        .dashboard-right-box .saved-card .payment-section .payment-card .card-details span {
            color: rgba(var(--light-color), 1);
            font-size: 14px
        }

        .dashboard-right-box .saved-card .payment-section .payment-card .card-details h5 {
            color: rgba(var(--theme-font-color), 1);
            font-size: calc(13.6px + .125vw);
            font-weight: 500;
            margin-top: calc(2.8px + .0625vw)
        }

    .dashboard-right-box .saved-card .payment-section .payment-card .card-details-wrap {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .dashboard-right-box .saved-card .payment-section .payment-card .btn-box {
        align-items: center;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        background-color: rgba(var(--theme-default), .2);
        border-radius: 5px;
        bottom: -1px;
        display: flex;
        gap: 10px;
        height: calc(100% + 2px);
        justify-content: center;
        left: -1px;
        opacity: 0;
        position: absolute;
        right: -1px;
        top: -1px;
        transform: scale(0);
        transition: all .5s;
        width: calc(100% + 2px)
    }

        .dashboard-right-box .saved-card .payment-section .payment-card .btn-box span {
            align-items: center;
            background-color: rgba(var(--theme-default), 1);
            border-radius: 5px;
            color: rgba(var(--white), 1);
            cursor: pointer;
            display: flex;
            gap: 5px;
            height: 38px;
            justify-content: center;
            position: relative;
            text-align: center;
            width: 38px
        }

            .dashboard-right-box .saved-card .payment-section .payment-card .btn-box span .iconsax {
                --Iconsax-Size: calc(13.2px + 0.25vw);
                --Iconsax-Color: rgba(var(--white), 1)
            }

    .dashboard-right-box .saved-card .payment-section .payment-card:hover .btn-box {
        opacity: 1;
        transform: scale(1)
    }

.dashboard-right-box .privacy-tab .short-title {
    display: block;
    font-weight: 500;
    margin: 30px 0 4px;
    text-transform: uppercase
}

.dashboard-right-box .privacy-tab .privacy-items {
    background-color: rgba(var(--light-white), .5);
    border: 1px solid rgba(var(--light-border), 1);
    border-radius: 4px
}

    .dashboard-right-box .privacy-tab .privacy-items li {
        align-items: center;
        border-bottom: 1px solid rgba(var(--light-border), 1);
        display: flex;
        gap: 12px;
        padding: 16px 12px
    }

        .dashboard-right-box .privacy-tab .privacy-items li:last-child {
            border-bottom: none
        }

@media (max-width:480px) {
    .dashboard-right-box .privacy-tab .privacy-items li {
        padding: 16px 8px
    }
}

.dashboard-right-box .privacy-tab .privacy-items li .privacy-icon {
    align-items: center;
    background-color: rgba(var(--theme-default), .1);
    border: 1px solid rgba(var(--theme-default), 1);
    border-radius: 50%;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px
}

@media (max-width:480px) {
    .dashboard-right-box .privacy-tab .privacy-items li .privacy-icon {
        height: 33px
    }
}

.dashboard-right-box .privacy-tab .privacy-items li .privacy-icon .iconsax {
    --Iconsax-Size: calc(13.2px + 0.25vw);
    --Iconsax-Color: rgba(var(--theme-default), 1)
}

.dashboard-right-box .privacy-tab .privacy-items li .privacy-contant {
    width: calc(100% - 80px)
}

    .dashboard-right-box .privacy-tab .privacy-items li .privacy-contant h6 {
        margin-bottom: 0
    }

@media (max-width:480px) {

    .dashboard-right-box .privacy-tab .privacy-items li .privacy-contant h6,
    .dashboard-right-box .privacy-tab .privacy-items li .privacy-contant p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal
    }

    .dashboard-right-box .privacy-tab .privacy-items li .switch input:checked + .slider:before {
        transform: translateX(18px)
    }
}

@media (max-width:360px) {
    .dashboard-right-box .privacy-tab .privacy-items li .switch input:checked + .slider:before {
        transform: translateX(16px)
    }
}

.dashboard-right-box .privacy-tab .privacy-items li .publish-button {
    background-color: rgba(var(--theme-default), .1);
    border-radius: 4px
}

    .dashboard-right-box .privacy-tab .privacy-items li .publish-button button {
        color: rgba(var(--theme-default), 1);
        font-weight: 500
    }

.left-dashboard-show {
    display: none;
    margin-bottom: 14px
}

@media (max-width:991px) {
    .left-dashboard-show {
        display: block
    }
}

.order-success .order-items p {
    margin-bottom: 12px
}

.order-success .order-items .order-table {
    background-color: rgba(var(--box-background), 1);
    margin-top: 20px;
    padding: 10px 20px
}

    .order-success .order-items .order-table .table tbody tr td {
        color: rgba(var(--light-color), 1);
        font-size: calc(13.6px + .125vw);
        font-weight: 500
    }

@media (max-width:1199px) {
    .order-success .order-items .order-table .table tbody tr td:first-child {
        min-width: 382px
    }
}

.order-success .order-items .order-table .table tbody tr td.total {
    color: rgba(var(--theme-font-color), 1);
    font-size: calc(13.2px + .25vw)
}

.order-success .summery-box {
    background-color: rgba(var(--box-background), 1);
    margin-bottom: 20px;
    padding: 20px
}

    .order-success .summery-box .summery-content {
        margin-top: 20px
    }

        .order-success .summery-box .summery-content ul {
            border-bottom: 1px solid rgba(var(--light-border), 1);
            margin-bottom: 22px;
            padding-bottom: 22px
        }

            .order-success .summery-box .summery-content ul li {
                align-items: center;
                display: flex;
                justify-content: space-between;
                padding: 8px 0
            }

                .order-success .summery-box .summery-content ul li:first-child {
                    padding-top: 0
                }

                .order-success .summery-box .summery-content ul li:last-child {
                    padding-bottom: 0
                }

                .order-success .summery-box .summery-content ul li p {
                    color: rgba(var(--theme-font-color), 1);
                    font-size: calc(13.2px + .25vw)
                }

                .order-success .summery-box .summery-content ul li span {
                    font-size: calc(13.6px + .125vw)
                }

                .order-success .summery-box .summery-content ul li h6 {
                    font-weight: 600
                }

        .order-success .summery-box .summery-content h5 {
            color: rgba(var(--theme-default), 1);
            font-weight: 500
        }

        .order-success .summery-box .summery-content h6 {
            font-weight: 600
        }

        .order-success .summery-box .summery-content .note-box {
            background-color: rgba(var(--theme-default), .1);
            border: 1px dashed rgba(var(--theme-default), 1);
            margin-top: 14px;
            padding: 12px
        }

.order-success .summery-footer {
    background-color: rgba(var(--box-background), 1);
    padding: 20px
}

    .order-success .summery-footer ul li {
        padding: 6px 0;
        width: 100%
    }

        .order-success .summery-footer ul li:first-child {
            padding-top: 0
        }

        .order-success .summery-footer ul li:last-child {
            padding-bottom: 0
        }

        .order-success .summery-footer ul li h6 {
            color: rgba(var(--light-color), 1)
        }

            .order-success .summery-footer ul li h6 span {
                color: rgba(var(--danger-color), 1);
                font-size: calc(13.6px + .125vw);
                font-weight: 500
            }

.order-box-1 {
    background: rgba(var(--theme-default), .1) url(d6406e892a85c43f3759.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    text-align: center
}

    .order-box-1 h4 {
        margin-top: -20px
    }

    .order-box-1 p {
        margin-bottom: 40px
    }

.order-tracking .order-table {
    background-color: rgba(var(--box-background), 1);
    padding: 20px
}

    .order-tracking .order-table table tbody td {
        font-size: calc(13.2px + .25vw)
    }

        .order-tracking .order-table table tbody td > a img {
            margin-right: 4px;
            width: 30px
        }

.order-tracking .tracking-box {
    background-color: rgba(var(--box-background), 1);
    height: 100%;
    padding: 20px
}

    .order-tracking .tracking-box .tracking-timeline {
        background-color: rgba(var(--light-white), 1);
        border-radius: 4px;
        color: rgba(var(--light-color), 1);
        padding: 12px
    }

        .order-tracking .tracking-box .tracking-timeline h4 {
            margin-bottom: 0
        }

    .order-tracking .tracking-box ul {
        margin-top: 20px
    }

        .order-tracking .tracking-box ul li {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding-bottom: 16px;
            padding-right: 40px;
            position: relative;
            width: 100%
        }

            .order-tracking .tracking-box ul li:after {
                background-color: rgba(var(--dark-color), 1);
                border-radius: 50%;
                content: "";
                height: 15px;
                right: 8px;
                position: absolute;
                top: 0;
                width: 15px
            }

            .order-tracking .tracking-box ul li:before {
                background-color: transparent;
                border: 1px dashed rgba(var(--dark-color), 1);
                border-radius: 50%;
                content: "";
                height: 100%;
                right: 14px;
                position: absolute;
                top: 0;
                width: 0
            }

            .order-tracking .tracking-box ul li div h6 {
                font-weight: 500;
                margin-bottom: 4px
            }

@media (max-width:480px) {

    .order-tracking .tracking-box ul li div h6,
    .order-tracking .tracking-box ul li div p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.order-tracking .tracking-box ul li span {
    color: rgba(var(--theme-font-color), 1);
    font-size: calc(13.6px + .125vw)
}

.order-tracking .tracking-box ul li:last-child {
    padding-bottom: 0
}

    .order-tracking .tracking-box ul li:last-child:before {
        display: none
    }

    .order-tracking .tracking-box ul li:last-child:after {
        background-color: rgba(var(--dark-color), .2)
    }

    .order-tracking .tracking-box ul li:last-child div h6 {
        color: rgba(var(--light-color), 1);
        font-weight: 500;
        margin-bottom: 4px
    }

    .order-tracking .tracking-box ul li:last-child span {
        color: rgba(var(--light-color), 1);
        font-size: calc(13.6px + .125vw)
    }

.order-tracking .tracking-box ul li:nth-last-of-type(2):after {
    background-color: rgba(var(--dark-color), .2)
}

.order-tracking .tracking-box ul li:nth-last-of-type(2):before {
    border-color: rgba(var(--dark-color), .2)
}

.order-tracking .tracking-box ul li:nth-last-of-type(2) div h6 {
    color: rgba(var(--light-color), 1);
    font-weight: 500;
    margin-bottom: 4px
}

.order-tracking .tracking-box ul li:nth-last-of-type(2) span {
    color: rgba(var(--light-color), 1);
    font-size: calc(13.6px + .125vw)
}

.order-tracking .tracking-box ul li:nth-last-of-type(3):after {
    background-color: transparent;
    border: 2px solid rgba(var(--dark-color), 1)
}

.order-tracking .tracking-box ul li:nth-last-of-type(3):before {
    border-color: rgba(var(--dark-color), .2)
}

.order-tracking .tracking-table table thead tr th {
    text-align: center
}

    .order-tracking .tracking-table table thead tr th:nth-child(2) {
        text-align: start;
        width: 420px
    }

.order-tracking .tracking-table table tbody tr td {
    text-align: center
}

    .order-tracking .tracking-table table tbody tr td:nth-child(2) {
        text-align: start;
        width: 420px
    }

    .order-tracking .tracking-table table tbody tr td .cart-box a img {
        width: 70px
    }

.our-team .our-team-content .team-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

    .our-team .our-team-content .team-img img {
        border-radius: 10px;
        filter: grayscale(1);
        transform: scale(1);
        transition: all .4s ease-in-out
    }

    .our-team .our-team-content .team-img:after {
        background-image: linear-gradient(rgba(var(--white), 0), rgba(var(--black), 1));
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .4s ease-in-out;
        width: 100%
    }

.dark .our-team .our-team-content .team-img:after {
    background-image: linear-gradient(rgba(var(--white), 0), rgba(var(--light-white), 1))
}

.our-team .our-team-content .team-img .social-group {
    bottom: -40px;
    left: 50%;
    margin-top: 10px;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all .4s ease-in-out;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

    .our-team .our-team-content .team-img .social-group li {
        margin: 0 4px
    }

        .our-team .our-team-content .team-img .social-group li > a {
            align-items: center;
            background-color: rgba(var(--theme-default), 1);
            border: 1px solid rgba(var(-theme-default), 1);
            border-radius: 4px;
            display: flex;
            height: 38px;
            justify-content: center;
            transition: all .4s ease-in-out;
            width: 38px
        }

            .our-team .our-team-content .team-img .social-group li > a i {
                color: rgba(var(--white), 1);
                font-size: calc(13.2px + .25vw);
                transition: all .4s ease-in-out
            }

        .our-team .our-team-content .team-img .social-group li:hover > a {
            background-color: rgba(var(--theme-default), 1);
            border-color: transparent;
            box-shadow: 0 0 8px 0 rgba(var(--theme-default), 1)
        }

            .our-team .our-team-content .team-img .social-group li:hover > a i {
                color: rgba(var(--white), 1)
            }

.our-team .our-team-content .team-content {
    margin-top: 20px;
    text-align: center
}

.our-team .our-team-content:hover .team-img img {
    filter: grayscale(0);
    transform: scale(1.1)
}

.our-team .our-team-content:hover .team-img:after {
    opacity: 1
}

.our-team .our-team-content:hover .team-img .social-group {
    bottom: 20px;
    opacity: 1
}

.fashion-box-1 {
    margin-bottom: 50px
}

@media (max-width:991px) {
    .fashion-box-1 {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .fashion-box-1 {
        margin-bottom: 0
    }
}

@media (max-width:1400px) {
    .fashion-box-1 p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

@media (max-width:991px) and (min-width:767px) {
    .fashion-box-1 p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.fashion-box-1 a {
    color: rgba(var(--theme-default), 1);
    font-size: calc(12.8px + .375vw);
    font-weight: 500;
    margin: 20px 0;
    width: 100%
}

@media (max-width:991px) {
    .fashion-box-1 a {
        margin: 10px 0
    }
}

.fashion-box-1 img {
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(var(--black), .2)
}

.about-img {
    border-radius: 10px;
    margin-right: 20px;
    position: relative
}

@media (max-width:991px) {
    .about-img {
        margin-right: 0
    }
}

[dir=rtl] .about-img {
    margin-left: 20px;
    margin-right: unset
}

@media (max-width:991px) {
    [dir=rtl] .about-img {
        margin-left: 0
    }
}

.about-img:after {
    background-image: linear-gradient(rgba(var(--white), 0), rgba(var(--black), .7));
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.dark .about-img:after {
    background-image: linear-gradient(rgba(var(--white), 0), rgba(var(--light-white), 1))
}

.about-img img {
    box-shadow: 0 0 8px rgba(var(--black), .1)
}

.about-img .about-tag {
    align-items: center;
    background-color: rgba(var(--theme-default), 1);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(var(--black), .2);
    display: flex;
    height: 100px;
    justify-content: center;
    position: absolute;
    right: -6%;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    z-index: 1
}

[dir=rtl] .about-img .about-tag {
    left: -6%;
    right: unset
}

@media (max-width:991px) {
    [dir=rtl] .about-img .about-tag {
        bottom: 4%;
        left: unset;
        right: 3%;
        top: unset;
        transform: unset
    }
}

@media (max-width:1400px) {
    .about-img .about-tag {
        height: 75px;
        height: 65px;
        width: 75px;
        width: 65px
    }
}

@media (max-width:991px) {
    .about-img .about-tag {
        bottom: 4%;
        left: 3%;
        right: unset;
        top: unset;
        transform: unset
    }
}

.about-img .about-tag a {
    text-align: center
}

    .about-img .about-tag a h5 {
        color: rgba(var(--white), 1);
        margin-bottom: 0;
        margin-top: 12px
    }

@media (max-width:1400px) {
    .about-img .about-tag a h5 {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .about-img .about-tag a h5 {
        font-size: 14px
    }
}

.about-img .about-tag a i {
    color: rgba(var(--white), 1);
    font-size: calc(13.2px + .25vw);
    margin-top: 4px;
    transform: rotate(-45deg)
}

.about-content {
    margin-left: 30px
}

[dir=rtl] .about-content {
    margin-left: unset;
    margin-right: 30px
}

@media (max-width:991px) {
    [dir=rtl] .about-content {
        margin-right: 0
    }

    .about-content {
        margin-left: 0
    }
}

.about-content .sidebar-title .loader-line {
    top: 40px
}

.about-content ul {
    margin-top: 20px
}

    .about-content ul li {
        align-items: start;
        display: flex;
        gap: 15px;
        padding: 8px 0
    }

        .about-content ul li:last-child {
            padding-bottom: 0
        }

        .about-content ul li .iconsax {
            --Iconsax-Size: calc(16.8px + 1vw);
            --Iconsax-Color: rgba(var(--theme-default), 0.8)
        }

        .about-content ul li div {
            width: calc(100% - 51px)
        }

            .about-content ul li div h6 {
                font-weight: 500;
                margin-bottom: 4px
            }

@media (max-width:1400px) {
    .about-content p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

@media (max-width:1199px) {
    .about-content p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.about-img-1 {
    margin-left: 20px;
    margin-right: 0
}

@media (max-width:991px) {
    .about-img-1 {
        margin-left: 0
    }
}

[dir=rtl] .about-img-1 {
    margin-left: unset;
    margin-right: 20px
}

@media (max-width:991px) {
    [dir=rtl] .about-img-1 {
        margin-right: 0
    }
}

.about-img-1 .about-tag {
    left: -6%;
    right: unset
}

[dir=rtl] .about-img-1 .about-tag {
    left: unset;
    right: -6%
}

@media (max-width:991px) {
    [dir=rtl] .about-img-1 .about-tag {
        left: unset;
        right: 3%
    }

    .about-img-1 .about-tag {
        left: 3%
    }
}

.about-img-1 .about-tag a i {
    transform: rotate(-145deg)
}

.about-content-1 {
    margin-left: 0;
    margin-right: 30px
}

@media (max-width:991px) {
    .about-content-1 {
        margin-right: 0
    }
}

[dir=rtl] .about-content-1 {
    margin-left: 30px;
    margin-right: unset
}

@media (max-width:991px) {
    [dir=rtl] .about-content-1 {
        margin-left: 0
    }
}

.about-icon {
    background-color: rgba(var(--light-white), 1);
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center
}

    .about-icon .iconsax {
        --Iconsax-Size: calc(16px + 1.25vw);
        --Iconsax-Color: rgba(var(--theme-default), 1);
        background-color: rgba(var(--theme-default), .1);
        border-radius: 50%;
        margin-bottom: 20px;
        padding: 20px
    }

@media (max-width:1400px) {
    .about-icon p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

@media (max-width:1200px) and (min-width:767px) {
    .about-icon p {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }
}

.testimonials-box {
    background-color: rgba(var(--box-background), 1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px
}

@media (max-width:480px) {
    .testimonials-box {
        padding: 10px
    }
}

.testimonials-box .customer-item {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: center
}

    .testimonials-box .customer-item i {
        color: rgba(var(--theme-default), .2);
        font-size: calc(14px + 1.875vw)
    }

.testimonials-box .customer-img {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 20px
}

    .testimonials-box .customer-img img {
        border: 1px solid rgba(var(--dark-color), .2);
        border-radius: 50%;
        padding: 4px;
        width: 80px
    }

/* .testimonials-box .customer-img div {
  width: 100%
}

.testimonials-box .customer-img div h5 span {
  float: right
} */

@media (max-width:767px) {
    .fashion-girl {
        padding-bottom: 30px !important
    }

    .fashion-item {
        display: flex;
        flex-direction: column-reverse
    }
}

body.skeleton_body {
    overflow: hidden
}

.skeleton_loader {
    background-color: rgba(var(--light-white), 1);
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

    .skeleton_loader header .top_header p {
        animation: skeleton-loader 2s linear infinite;
        background-image: linear-gradient(to right, rgba(var(--box-background), .1), rgba(var(--box-background), .2), rgba(var(--box-background), .1));
        background-size: 800px 104px;
        border-radius: 2px;
        height: 20px;
        margin: 0 auto;
        width: 32%
    }

@media (max-width:1600px) {
    .skeleton_loader .home-section .row > div:last-child {
        margin-left: -200px
    }
}

@media (max-width:1199px) {
    .skeleton_loader .home-section .row > div:last-child {
        margin-left: -140px
    }
}

@media (max-width:991px) {
    .skeleton_loader .home-section .row > div:last-child {
        margin-left: 0
    }
}

.skeleton_loader .home-section .home-left-img {
    background-color: #f3f3f3;
    height: 785px;
    width: 914px
}

@media (max-width:1600px) {
    .skeleton_loader .home-section .home-left-img {
        width: 820px
    }
}

@media (max-width:1399px) {
    .skeleton_loader .home-section .home-left-img {
        height: 620px;
        width: 640px
    }
}

@media (max-width:1199px) {
    .skeleton_loader .home-section .home-left-img {
        height: 548px;
        width: 583px
    }
}

.skeleton_loader .home-section .home-left-img img {
    display: none
}

@media (max-width:991px) {
    .skeleton_loader .home-section .home-right-img {
        justify-content: center
    }
}

@media (max-width:576px) {
    .skeleton_loader .home-section .home-right-img {
        height: 300px
    }
}

.skeleton_loader .home-section .home-right-img > div span {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    display: inline-block;
    height: 30px;
    width: 147px
}

    .skeleton_loader .home-section .home-right-img > div span:before {
        background-color: rgba(var(--box-background), 1);
        height: 2px
    }

.skeleton_loader .home-section .home-right-img > div h1 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 60px;
    margin: 8px 0;
    width: 440px
}

@media (max-width:1399px) {
    .skeleton_loader .home-section .home-right-img > div h1 {
        width: 350px
    }
}

@media (max-width:1199px) {
    .skeleton_loader .home-section .home-right-img > div h1 {
        width: 265px
    }
}

.skeleton_loader .home-section .home-right-img > div > p {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    display: inline-block;
    height: 40px;
    margin: 8px 0 4px;
    width: 380px
}

@media (max-width:1399px) {
    .skeleton_loader .home-section .home-right-img > div > p {
        width: 320px
    }
}

@media (max-width:1199px) {
    .skeleton_loader .home-section .home-right-img > div > p {
        width: 226px
    }
}

.skeleton_loader .home-section .home-right-img > div a {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 48px;
    width: 173px
}

@media (max-width:1199px) {
    .skeleton_loader .home-section .home-right-img > div a {
        display: none
    }
}

.skeleton_loader .home-section .home-right-img .home-details .home-img {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    height: 354px;
    margin: 0;
    width: 100%
}

@media (max-width:1199px) {
    .skeleton_loader .home-section .home-right-img .home-details .home-img {
        height: 240px
    }
}

.skeleton_loader .home-section .home-right-img .home-details > div {
    background-color: #f3f3f3;
    height: 123px;
    width: 383px
}

@media (max-width:1600px) {
    .skeleton_loader .home-section .home-right-img .home-details > div {
        width: 310px
    }
}

@media (max-width:1199px) {
    .skeleton_loader .home-section .home-right-img .home-details > div {
        width: 265px
    }
}

@media (max-width:630px) {
    .skeleton_loader .home-section .home-right-img .home-details > div {
        width: 200px
    }
}

.skeleton_loader .home-section .home-right-img .home-details > div h4 {
    height: 20px;
    margin: 0 auto 10px;
    width: 165px
}

.skeleton_loader .home-section .home-right-img .home-details > div h4,
.skeleton_loader .home-section .home-right-img .home-details > div p {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px
}

.skeleton_loader .home-section .home-right-img .home-details > div p {
    height: 42px;
    margin: 0 auto;
    width: 185px
}

.skeleton_loader .banner-content h2 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 40px;
    width: 240px
}

.skeleton_loader .banner-content p {
    margin-bottom: 6px;
    width: 280px
}

.skeleton_loader .banner-content p,
.skeleton_loader .banner-content span {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 30px
}

.skeleton_loader .banner-content span {
    display: inline-block;
    margin-bottom: 12px;
    width: 260px
}

.skeleton_loader .banner-content .link-hover-anim {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    display: block;
    height: 32px;
    width: 170px
}

.skeleton_loader .banner span {
    background-color: #f3f3f3;
    height: 392px;
    width: 392px
}

@media (max-width:1199px) {
    .skeleton_loader .banner span {
        height: 280px
    }
}

@media (max-width:575px) {
    .skeleton_loader .banner span {
        width: 500px
    }
}

.skeleton_loader .banner .banner-contain h4 {
    margin: 0 auto 8px;
    width: 75px
}

.skeleton_loader .banner .banner-contain h4,
.skeleton_loader .banner .banner-contain p {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 21px
}

.skeleton_loader .banner .banner-contain p {
    width: 90px
}

.skeleton_loader .banner:hover .banner-contain {
    margin: 0
}

.skeleton_loader .sub_header {
    background-color: rgba(var(--light-background), .5)
}

    .skeleton_loader .sub_header .menu-right li a {
        height: 20px;
        width: 230px
    }

    .skeleton_loader .sub_header .menu-right li a,
    .skeleton_loader .sub_header .sub_header_dropdown span {
        animation: skeleton-loader 2s linear infinite;
        background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
        background-size: 800px 104px;
        border-radius: 6px;
        display: inline-block
    }

    .skeleton_loader .sub_header .sub_header_dropdown span {
        height: 22px;
        margin: 0 4px;
        width: 70px
    }

.skeleton_loader .home-section-2 .img-wrapper {
    background-color: rgba(var(--light-background), 1);
    float: right;
    height: 791px;
    width: 922px
}

@media (max-width:1199px) {
    .skeleton_loader .home-section-2 .img-wrapper {
        height: 520px
    }
}

.skeleton_loader .home-section-2 .img-wrapper-1 {
    background-color: rgba(var(--light-background), 1);
    height: 447px;
    width: auto
}

.skeleton_loader .home-section-2 .home-content > p {
    height: 28px;
    width: 177px
}

.skeleton_loader .home-section-2 .home-content h1,
.skeleton_loader .home-section-2 .home-content > p {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px
}

.skeleton_loader .home-section-2 .home-content h1 {
    height: 60px;
    margin: 10px 0;
    width: 294px
}

@media (max-width:399px) {
    .skeleton_loader .home-section-2 .home-content h1 {
        width: 250px
    }
}

.skeleton_loader .home-section-2 .home-content h4 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 60px;
    width: 450px
}

@media (max-width:399px) {
    .skeleton_loader .home-section-2 .home-content h4 {
        width: 270px
    }
}

.skeleton_loader .home-section-2 .home-content a {
    display: inline-block;
    height: 40px;
    width: 173px
}

.skeleton_loader .home-section-2 .home-content a,
.skeleton_loader .home-section-2 .view-link {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px
}

.skeleton_loader .home-section-2 .view-link {
    height: 181px;
    right: 23%;
    top: 13%;
    width: 30px
}

@media (max-width:1199px) {
    .skeleton_loader .home-section-2 .view-link {
        display: none
    }

    .skeleton_loader .service ul {
        flex-wrap: wrap
    }
}

.skeleton_loader .service ul li {
    border: none;
    width: auto
}

.skeleton_loader .service .service-block .img-wrapper {
    height: 45px;
    width: 45px
}

.skeleton_loader .service .service-block .img-wrapper,
.skeleton_loader .service .service-block div h6 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px
}

.skeleton_loader .service .service-block div h6 {
    height: 18px;
    margin-bottom: 6px;
    width: 180px
}

.skeleton_loader .service .service-block div p {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 24px;
    width: 214px
}

.skeleton_loader .title h3 {
    height: 35px;
    width: 280px
}

.skeleton_loader .title h3,
.skeleton_loader .title svg {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    margin: 0 auto
}

.skeleton_loader .title svg {
    height: 16px;
    width: 72px
}

@media (max-width:1199px) {
    .skeleton_loader .top-categories-slide .swiper-slide {
        width: 100% !important
    }
}

@media (max-width:576px) {
    .skeleton_loader .top-categories-slide .top-categories > div {
        align-items: start
    }
}

.skeleton_loader .top-categories-slide .top-categories h4 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 28px;
    width: 212px
}

.skeleton_loader .top-categories-slide .top-categories span {
    height: 4px;
    width: 80px
}

.skeleton_loader .top-categories-slide .top-categories span,
.skeleton_loader .top-categories-slide .top-categories ul li h6 {
    animation: skeleton-loader 2s linear infinite;
    background-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px
}

.skeleton_loader .top-categories-slide .top-categories ul li h6 {
    height: 20px;
    width: 100px
}

.skeleton_loader .top-categories-slide .top-categories ul li p {
    animation: skeleton-loader 2s linear infinite;
    background-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 20px;
    margin-bottom: 4px;
    width: 360px
}

    .skeleton_loader .top-categories-slide .top-categories ul li p:last-child {
        width: 280px
    }

@media (max-width:1399px) {
    .skeleton_loader .top-categories-slide .top-categories ul li p:last-child {
        width: 200px
    }
}

@media (max-width:1199px) {
    .skeleton_loader .top-categories-slide .top-categories ul li p:last-child {
        width: 280px
    }
}

@media (max-width:767px) {
    .skeleton_loader .top-categories-slide .top-categories ul li p:last-child {
        width: 235px
    }
}

@media (max-width:1699px) {
    .skeleton_loader .top-categories-slide .top-categories ul li p {
        width: 227px
    }
}

@media (max-width:1199px) {
    .skeleton_loader .top-categories-slide .top-categories ul li p {
        width: 380px;
        width: 300px
    }
}

@media (max-width:767px) {
    .skeleton_loader .top-categories-slide .top-categories ul li p {
        width: 200px
    }
}

.skeleton_loader .top-categories-slide .top-categories .categories-img:after {
    display: none
}

.skeleton_loader .top-categories-slide .top-categories .categories-img .img-wrapper {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 460px;
    width: 371px
}

@media (max-width:1699px) {
    .skeleton_loader .top-categories-slide .top-categories .categories-img .img-wrapper {
        width: 307px
    }
}

@media (max-width:1499px) {
    .skeleton_loader .top-categories-slide .top-categories .categories-img .img-wrapper {
        width: 282px;
        width: 244px
    }
}

@media (max-width:1199px) {
    .skeleton_loader .top-categories-slide .top-categories .categories-img .img-wrapper {
        width: 440px;
        width: 318px
    }
}

@media (max-width:767px) {
    .skeleton_loader .top-categories-slide .top-categories .categories-img .img-wrapper {
        width: 230px
    }
}

.skeleton_loader .home-section-3 {
    background-color: rgba(var(--box-background), 1)
}

    .skeleton_loader .home-section-3 .menu {
        background-color: rgba(var(--light-white), 1)
    }

        .skeleton_loader .home-section-3 .menu li {
            animation: skeleton-loader 2s linear infinite;
            background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
            background-size: 800px 104px;
            border-radius: 6px;
            height: 27px;
            margin: 14px
        }

            .skeleton_loader .home-section-3 .menu li:first-child {
                width: 160px
            }

            .skeleton_loader .home-section-3 .menu li:nth-child(2) {
                width: 130px
            }

            .skeleton_loader .home-section-3 .menu li:nth-child(3) {
                width: 160px
            }

            .skeleton_loader .home-section-3 .menu li:nth-child(4) {
                width: 150px
            }

            .skeleton_loader .home-section-3 .menu li:nth-child(5) {
                width: 170px
            }

            .skeleton_loader .home-section-3 .menu li:nth-child(6) {
                width: 140px
            }

            .skeleton_loader .home-section-3 .menu li:nth-child(7) {
                width: 130px
            }

            .skeleton_loader .home-section-3 .menu li:nth-child(8) {
                width: 150px
            }

            .skeleton_loader .home-section-3 .menu li:nth-child(9) {
                width: 180px
            }

            .skeleton_loader .home-section-3 .menu li:nth-child(10) {
                width: 140px
            }

            .skeleton_loader .home-section-3 .menu li:nth-child(11) {
                width: 150px
            }

    .skeleton_loader .home-section-3 .home-banner .img-wrapper {
        height: 635px;
        width: 1000px
    }

@media (max-width:1400px) {
    .skeleton_loader .home-section-3 .home-banner .img-wrapper {
        width: 700px
    }
}

@media (max-width:991px) {
    .skeleton_loader .home-section-3 .home-banner .img-wrapper {
        height: 435px;
        width: 600px
    }
}

@media (max-width:649px) {
    .skeleton_loader .home-section-3 .home-banner .img-wrapper {
        width: 480px
    }
}

@media (max-width:505px) {
    .skeleton_loader .home-section-3 .home-banner .img-wrapper {
        width: 294px
    }
}

.skeleton_body .home-section-3 .home-banner .contain-banner {
    left: 0;
}

.skeleton_loader .home-section-3 .home-banner .contain-banner div h4 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 18px;
    width: 280px
}

@media (max-width:505px) {
    .skeleton_loader .home-section-3 .home-banner .contain-banner div h4 {
        width: 225px
    }
}

.skeleton_loader .home-section-3 .home-banner .contain-banner div h1 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 66px;
    width: 340px
}

@media (max-width:505px) {
    .skeleton_loader .home-section-3 .home-banner .contain-banner div h1 {
        width: 262px
    }
}

.skeleton_loader .home-section-3 .home-banner .contain-banner div p {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 24px;
    margin-bottom: 4px;
    width: 400px
}

@media (max-width:505px) {
    .skeleton_loader .home-section-3 .home-banner .contain-banner div p {
        width: 242px
    }
}

.skeleton_loader .home-section-3 .home-banner .contain-banner div span {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    display: inline-block;
    height: 24px;
    width: 300px
}

@media (max-width:505px) {
    .skeleton_loader .home-section-3 .home-banner .contain-banner div span {
        width: 255px
    }
}

.skeleton_loader .home-section-3 .home-banner .contain-banner div h5 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 20px;
    width: 100px
}

.skeleton_loader .collection-banner .img-wrapper {
    background-color: rgba(var(--box-background), 1);
    height: 301px;
    width: 670px
}

@media (max-width:1699px) {
    .skeleton_loader .collection-banner .img-wrapper {
        width: 557px
    }
}

@media (max-width:1500px) {
    .skeleton_loader .collection-banner .img-wrapper {
        width: 520px
    }
}

@media (max-width:1399px) {
    .skeleton_loader .collection-banner .img-wrapper {
        width: 720px
    }
}

@media (max-width:1199px) {
    .skeleton_loader .collection-banner .img-wrapper {
        width: 600px
    }
}

@media (max-width:991px) {
    .skeleton_loader .collection-banner .img-wrapper {
        height: 240px;
        width: 446px
    }
}

@media (max-width:767px) {
    .skeleton_loader .collection-banner .img-wrapper {
        width: 514px
    }
}

@media (max-width:527px) {
    .skeleton_loader .collection-banner .img-wrapper {
        width: 460px
    }
}

@media (max-width:487px) {
    .skeleton_loader .collection-banner .img-wrapper {
        width: 410px
    }
}

@media (max-width:441px) {
    .skeleton_loader .collection-banner .img-wrapper {
        width: 370px
    }
}

@media (max-width:383px) {
    .skeleton_loader .collection-banner .img-wrapper {
        width: 295px
    }
}

.skeleton_loader .collection-banner .contain-banner h4 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 18px;
    width: 200px
}

.skeleton_loader .collection-banner .contain-banner h3 {
    margin-bottom: 6px;
    width: 250px
}

.skeleton_loader .collection-banner .contain-banner h3,
.skeleton_loader .collection-banner .contain-banner h6 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 38px
}

.skeleton_loader .collection-banner .contain-banner h6 {
    width: 180px
}

.skeleton_loader .collection-banner .contain-banner h5 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 20px;
    width: 140px
}

.skeleton_loader .offer-banner-3 .img-wrapper {
    background-color: rgba(var(--box-background), 1);
    height: 631px;
    width: 530px
}

@media (max-width:1699px) {
    .skeleton_loader .offer-banner-3 .img-wrapper {
        width: 480px
    }
}

@media (max-width:1554px) {
    .skeleton_loader .offer-banner-3 .img-wrapper {
        width: 446px
    }
}

@media (max-width:1500px) {
    .skeleton_loader .offer-banner-3 .img-wrapper {
        width: 422px
    }
}

.skeleton_loader .special-offer-slider h4 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 21px;
    width: 150px
}

.skeleton_loader .special-offer-slider .product-box-4 .img-wrapper .product-image {
    background-color: rgba(var(--box-background), 1);
    height: 434px;
    width: 340px
}

@media (max-width:991px) {
    .skeleton_loader .special-offer-slider .product-box-4 .img-wrapper .product-image {
        height: 385px
    }
}

.skeleton_loader .special-offer-slider .product-box-4 .product-detail div h6 {
    height: 18px;
    width: 163px
}

.skeleton_loader .special-offer-slider .product-box-4 .product-detail div h6,
.skeleton_loader .special-offer-slider .product-box-4 .product-detail div p {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px
}

.skeleton_loader .special-offer-slider .product-box-4 .product-detail div p {
    height: 20px;
    width: 150px
}

.skeleton_loader .special-offer-slider .product-box-4 .product-detail ul {
    background-color: transparent;
    padding: 0
}

@media (max-width:991px) {
    .skeleton_loader .special-offer-slider .product-box-4 .product-detail ul {
        display: none
    }
}

.skeleton_loader .special-offer-slider .product-box-4 .product-detail ul li {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 33px;
    width: 110px
}

@media (max-width:991px) {
    .skeleton_loader .special-offer-slider .product-box-4 .product-size-stock {
        display: none
    }
}

.skeleton_loader .special-offer-slider .product-box-4 .product-size-stock .size-box span {
    display: inline-block;
    height: 20px;
    margin-top: 10px;
    width: 100px
}

.skeleton_loader .special-offer-slider .product-box-4 .product-size-stock .size-box p,
.skeleton_loader .special-offer-slider .product-box-4 .product-size-stock .size-box span {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px
}

.skeleton_loader .special-offer-slider .product-box-4 .product-size-stock .size-box p {
    height: 22px;
    width: 120px
}

.skeleton_loader .fashion-images {
    text-align: center
}

    .skeleton_loader .fashion-images .fashion-box {
        animation: skeleton-loader 2s linear infinite;
        background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
        background-size: 800px 104px;
        border-radius: 50%;
        height: 230px;
        margin: auto;
        width: 100%
    }

        .skeleton_loader .fashion-images .fashion-box:hover {
            background-color: rgba(var(--box-background), 1);
            border: 1px solid rgba(var(--light-border), 1)
        }

@media (max-width:1300px) {
    .skeleton_loader .fashion-images .fashion-box {
        height: 190px
    }
}

@media (max-width:750px) {
    .skeleton_loader .fashion-images .fashion-box {
        height: 165px
    }
}

@media (max-width:600px) {
    .skeleton_loader .fashion-images .fashion-box {
        height: 130px
    }
}

@media (max-width:540px) {
    .skeleton_loader .fashion-images .fashion-box {
        height: 110px
    }
}

@media (max-width:489px) {
    .skeleton_loader .fashion-images .fashion-box {
        height: 180px
    }
}

@media (max-width:420px) {
    .skeleton_loader .fashion-images .fashion-box {
        height: 150px
    }
}

.skeleton_loader .fashion-images h5 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 20px;
    margin: 10px auto 0;
    width: 130px
}

@media (max-width:540px) {
    .skeleton_loader .fashion-images h5 {
        width: 110px
    }
}

.skeleton_loader .home-section-4 {
    position: relative
}

    .skeleton_loader .home-section-4 .home-content p {
        animation: skeleton-loader 2s linear infinite;
        background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
        background-size: 800px 104px;
        border-radius: 6px;
        height: 24px;
        margin-bottom: 8px;
        width: 280px
    }

@media (max-width:505px) {
    .skeleton_loader .home-section-4 .home-content p {
        width: 200px
    }
}

.skeleton_loader .home-section-4 .home-content h2 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 50px;
    width: 320px
}

@media (max-width:505px) {
    .skeleton_loader .home-section-4 .home-content h2 {
        width: 240px
    }
}

.skeleton_loader .home-section-4 .home-content h1 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 70px;
    width: 350px
}

@media (max-width:505px) {
    .skeleton_loader .home-section-4 .home-content h1 {
        width: 260px
    }
}

.skeleton_loader .home-section-4 .home-content h6 {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 24px;
    margin-bottom: 8px;
    width: 450px
}

@media (max-width:505px) {
    .skeleton_loader .home-section-4 .home-content h6 {
        width: 300px
    }
}

.skeleton_loader .home-section-4 .home-content .btn {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 60px;
    margin-bottom: 8px;
    width: 150px
}

@media (max-width:505px) {
    .skeleton_loader .home-section-4 .home-content .btn {
        width: 150px
    }
}

.skeleton_loader .home-section-4 .product-1 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(var(--light-white), .3);
    border: 1px solid rgba(var(--light-white), 1);
    border-radius: 10px;
    bottom: 14%;
    box-shadow: rgba(var(--black), .2) 0 2px 8px 0;
    left: 22%;
    padding: 8px;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1
}

[dir=rtl] .skeleton_loader .home-section-4 .product-1 {
    left: unset;
    right: 22%
}

@media (max-width:1600px) {
    .skeleton_loader .home-section-4 .product-1 {
        left: 18%
    }
}

@media (max-width:1400px) {
    .skeleton_loader .home-section-4 .product-1 {
        left: 14%
    }
}

@media (max-width:1300px) {
    .skeleton_loader .home-section-4 .product-1 {
        left: 10%
    }
}

@media (max-width:1199px) {
    .skeleton_loader .home-section-4 .product-1 {
        left: 38%;
        z-index: 2
    }
}

@media (max-width:1140px) {
    .skeleton_loader .home-section-4 .product-1 {
        left: unset;
        right: 40%
    }
}

@media (max-width:991px) {
    .skeleton_loader .home-section-4 .product-1 {
        display: none
    }
}

.skeleton_loader .home-section-4 .product-1 .product .img-fluid {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 100px;
    width: 100px
}

.skeleton_loader .home-section-4 .product-1 .product .product-details h6 {
    height: 30px;
    width: 160px
}

.skeleton_loader .home-section-4 .product-1 .product .product-details h6,
.skeleton_loader .home-section-4 .product-1 .product .product-details p {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    margin-bottom: 8px
}

.skeleton_loader .home-section-4 .product-1 .product .product-details p {
    height: 24px;
    width: 140px
}

.skeleton_loader .home-section-4 .product-1 .product .product-details ul {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 24px;
    margin-bottom: 8px;
    width: 120px
}

@media (max-width:767px) {

    .skeleton_loader .home-section-4 .home-images,
    .skeleton_loader .home-section-4 .product-1 {
        display: none
    }
}

.skeleton_loader .home-section-4 .home-images .main-images {
    animation: skeleton-loader 2s linear infinite;
    background-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    border-radius: 35% 65% 73% 27%/28% 30% 70% 72%;
    bottom: -6%;
    height: 420px;
    left: 42%;
    outline: 2px solid hsla(0, 0%, 83%, .3);
    outline-offset: 10px;
    position: absolute;
    transform: rotate(-80deg) translateX(-50%);
    width: 515px
}

@media (max-width:1600px) {
    .skeleton_loader .home-section-4 .home-images .main-images {
        height: 390px;
        width: 440px
    }
}

@media (max-width:1400px) {
    .skeleton_loader .home-section-4 .home-images .main-images {
        height: 360px;
        width: 420px
    }
}

@media (max-width:1199px) {
    .skeleton_loader .home-section-4 .home-images .main-images {
        bottom: 0;
        left: unset;
        right: 5%;
        transform: rotate(-25deg) translateX(-5%);
        width: 366px;
        z-index: 1
    }
}

@media (max-width:991px) {
    .skeleton_loader .home-section-4 .home-images .main-images {
        height: 260px;
        width: 270px
    }
}

.skeleton_loader .home-section-4 .product-2 {
    bottom: 34%;
    position: absolute;
    right: 15%
}

[dir=rtl] .skeleton_loader .home-section-4 .product-2 {
    left: 15%;
    right: unset
}

@media (max-width:1500px) {
    .skeleton_loader .home-section-4 .product-2 {
        bottom: 40%;
        right: 12%
    }
}

@media (max-width:1199px) {
    .skeleton_loader .home-section-4 .product-2 {
        display: none
    }
}

.skeleton_loader .home-section-4 .product-2 .product {
    background-color: transparent;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    border-radius: 60% 60% 0 0;
    height: 260px;
    outline: 2px solid #dedede;
    outline-offset: 6px;
    width: -moz-fit-content;
    width: fit-content;
    width: 250px
}

@media (max-width:1500px) {
    .skeleton_loader .home-section-4 .product-2 .product {
        height: 210px;
        width: 200px
    }
}

.skeleton_loader .product-section .product-box {
    animation: skeleton-loader 2s linear infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 83%, .3) 8%, #e4e4e4 18%, hsla(0, 0%, 83%, .3) 33%);
    background-size: 800px 104px;
    border-radius: 6px;
    height: 350px;
    width: 100%
}

@media (max-width:991px) {
    .skeleton_loader .product-section .product-box {
        height: 250px
    }
}

@media (max-width:420px) {
    .skeleton_loader .product-section .product-box {
        height: 200px
    }
}

@keyframes skeleton-loader {
    0% {
        background-position: -468px 0;
        transform: translateZ(0)
    }

    to {
        background-position: 468px 0;
        transform: translateZ(0)
    }
}

@media (max-width:991px) {
    .home-section {
        height: 100%;
        position: relative;
        width: 100%
    }

        .home-section .row > div:first-child .home-left-img img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: top;
            opacity: .2;
            width: 100%
        }
}

.home-section .row > div:last-child {
    margin-left: -156px
}

[dir=rtl] .home-section .row > div:last-child {
    margin-left: unset;
    margin-right: -156px
}

@media (max-width:1300px) {
    .home-section .row > div:last-child {
        margin-left: -100px
    }

    [dir=rtl] .home-section .row > div:last-child {
        margin-left: unset;
        margin-right: -100px
    }
}

@media (max-width:991px) {
    .home-section .row > div:last-child {
        margin-left: 0
    }

    [dir=rtl] .home-section .row > div:last-child {
        margin-left: unset;
        margin-right: 0
    }
}

.home-section .home-right-img {
    align-items: center;
    display: flex;
    gap: 10px;
    position: relative
}

@media (max-width:991px) {
    .home-section .home-right-img {
        height: 100%;
        position: absolute;
        right: 15px;
        top: 0
    }
}

.home-section .home-right-img .rotet-elements {
    animation: rotateIt 7s linear infinite;
    bottom: -50px;
    position: absolute;
    right: -50px
}

[dir=rtl] .home-section .home-right-img .rotet-elements {
    left: -50px;
    right: unset
}

@media (max-width:991px) {
    .home-section .home-right-img .rotet-elements {
        bottom: 37px;
        right: 37%
    }

    [dir=rtl] .home-section .home-right-img .rotet-elements {
        left: 37%;
        right: unset
    }
}

@media (max-width:720px) {
    .home-section .home-right-img .rotet-elements {
        display: none
    }
}

.home-section .home-right-img .home-details {
    background-color: rgba(var(--box-background), 1);
    margin-right: 0;
    width: 86%
}

[dir=rtl] .home-section .home-right-img .home-details {
    margin-left: 0
}

@media (max-width:1740px) {
    .home-section .home-right-img .home-details {
        width: unset
    }
}

@media (max-width:520px) {
    .home-section .home-right-img .home-details {
        display: none
    }
}

.home-section .home-right-img .home-details div {
    background-color: rgba(var(--light-white), 1);
    margin: 28px;
    padding: 30px 0;
    text-align: center
}

    .home-section .home-right-img .home-details div h4 {
        color: rgba(var(--light-color), 1);
        font-weight: 400
    }

    .home-section .home-right-img .home-details div p {
        color: rgba(var(--theme-font-color), 1);
        font-size: calc(16px + .625vw);
        font-weight: 600
    }

.home-section .home-right-img > div {
    margin-right: 40px;
    text-align: end
}

[dir=rtl] .home-section .home-right-img > div {
    margin-left: 40px;
    margin-right: unset
}

@media (max-width:1300px) {
    .home-section .home-right-img > div {
        margin-right: 0
    }

    [dir=rtl] .home-section .home-right-img > div {
        margin-left: 0;
        margin-right: unset
    }
}

.home-section .home-right-img > div h1 span {
    color: rgba(var(--theme-default), 1);
    font-size: calc(19.2px + 2.125vw);
    line-height: 1.1
}

.home-section .home-right-img > div > span {
    font-size: calc(14.4px + .5vw);
    position: relative
}

    .home-section .home-right-img > div > span:before {
        background-color: rgba(var(--theme-font-color), 1);
        content: "";
        height: 3px;
        left: -25px;
        position: absolute;
        top: 50%;
        transform: translate(-50%);
        width: 20%
    }

[dir=rtl] .home-section .home-right-img > div > span:before {
    left: unset;
    right: -53px
}

@keyframes rotateIt {
    to {
        transform: rotate(-1turn)
    }
}

.home-section-2 {
    position: relative
}

    .home-section-2:before {
        background-color: rgba(var(--box-background), 1);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 93%;
        z-index: -1
    }

[dir=rtl] .home-section-2:before {
    left: unset;
    right: 0
}

@media (max-width:1100px) {
    .home-section-2 img {
        opacity: .6
    }
}

.home-section-2 .home-content {
    left: 7%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

[dir=rtl] .home-section-2 .home-content {
    left: unset;
    right: 7%
}

@media (max-width:1300px) {
    .home-section-2 .home-content {
        left: 4%
    }

    [dir=rtl] .home-section-2 .home-content {
        left: unset;
        right: 4%
    }
}

.home-section-2 .home-content p {
    align-items: center;
    display: flex;
    font-size: calc(12.8px + .375vw);
    gap: 10px;
    line-height: 1;
    padding-bottom: 8px
}

    .home-section-2 .home-content p span {
        background-color: rgba(var(--theme-font-color), 1);
        display: block;
        height: 2px;
        width: 26px
    }

.home-section-2 .home-content h1 {
    color: rgba(var(--theme-default), 1);
    font-size: calc(19.2px + 2.125vw);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px
}

    .home-section-2 .home-content h1 > span {
        color: rgba(var(--theme-font-color), 1);
        display: block;
        font-size: calc(19.2px + 2.125vw);
        font-weight: 600
    }

.home-section-2 .rotet-elements {
    animation: rotateIt 7s linear infinite;
    position: absolute;
    right: 4%;
    top: 18%
}

[dir=rtl] .home-section-2 .rotet-elements {
    left: 4%;
    right: unset
}

@media (max-width:575px) {
    .home-section-2 .rotet-elements {
        bottom: 2%;
        right: 6%;
        top: unset
    }

    [dir=rtl] .home-section-2 .rotet-elements {
        left: 6%;
        right: unset
    }
}

@media (max-width:480px) {
    .home-section-2 .rotet-elements {
        display: none
    }
}

.home-section-2 .view-link {
    color: rgba(var(--light-color), 1);
    font-size: calc(12.8px + .375vw);
    position: absolute;
    right: 19%;
    text-decoration: underline;
    text-underline-offset: 6px;
    top: 23%;
    transform: rotate(-90deg)
}

[dir=rtl] .home-section-2 .view-link {
    left: 19%;
    right: unset
}

@media (max-width:1500px) {
    .home-section-2 .view-link {
        right: 13%;
        top: 50%;
        transform: rotate(0)
    }

    [dir=rtl] .home-section-2 .view-link {
        left: 13%;
        right: unset
    }
}

@media (max-width:1400px) {
    .home-section-2 .view-link {
        right: 12%;
        top: 54%
    }

    [dir=rtl] .home-section-2 .view-link {
        left: 12%;
        right: unset
    }
}

@media (max-width:1210px) {
    .home-section-2 .view-link {
        right: 10%;
        top: 58%
    }

    [dir=rtl] .home-section-2 .view-link {
        left: 10%;
        right: unset
    }

    .home-section-2 .view-link {
        right: 1%;
        top: 56%
    }

    [dir=rtl] .home-section-2 .view-link {
        left: 1%;
        right: unset
    }
}

@media (max-width:575px) {
    .home-section-2 .view-link {
        display: none
    }
}

.home-section-3 {
    position: relative
}

    .home-section-3 ul {
        align-items: center;
        display: grid;
        justify-content: center;
        text-align: center
    }

        .home-section-3 ul li a {
            display: block !important;
            font-size: calc(13.4px + .1875vw);
            padding: 14px;
            transition: all .4s ease-in-out;
            width: 100% !important
        }

@media (max-width:1800px) {
    .home-section-3 ul li a {
        padding: 12px 14px
    }
}

@media (max-width:1700px) {
    .home-section-3 ul li a {
        padding: 11px 14px
    }
}

@media (max-width:1600px) {
    .home-section-3 ul li a {
        padding: 10px 14px
    }
}

@media (max-width:1500px) {
    .home-section-3 ul li a {
        padding: 8px 14px
    }
}

@media (max-width:1300px) {
    .home-section-3 ul li a {
        padding: 8px 14px;
        padding: 6px 14px
    }
}

.home-section-3 ul li:hover a {
    color: rgba(var(--theme-default), 1)
}

.home-section-3 .home-banner {
    overflow: hidden;
    position: relative
}

@media (max-width:991px) {
    .home-section-3 .home-banner img {
        opacity: .2
    }
}

.home-section-3 .home-banner .img-part {
    transition: all .5s ease;
    width: 100%
}

.home-section-3 .home-banner.p-top .contain-banner {
    align-items: flex-start
}

.home-section-3 .home-banner.p-left .contain-banner {
    justify-content: flex-start;
    text-align: right;
    width: 45%
}

.home-section-3 .home-banner.p-right .contain-banner {
    justify-content: flex-end;
    left: unset;
    right: 0
}

[dir=rtl] .home-section-3 .home-banner.p-right .contain-banner {
    justify-content: flex-start
}

.home-section-3 .home-banner.p-right .contain-banner > div {
    width: 38%
}

@media (max-width:991px) {
    .home-section-3 .home-banner.p-right .contain-banner > div {
        padding: 14px;
        width: 100%
    }
}

@media (max-width:567px) {
    .home-section-3 .home-banner.p-right .contain-banner > div {
        padding: 6px
    }
}

.home-section-3 .home-banner.p-center .contain-banner {
    justify-content: center
}

.home-section-3 .home-banner.tl-content .contain-banner {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px
}

@media (max-width:480px) {
    .home-section-3 .home-banner img {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.home-section-3 .home-banner .contain-banner {
    align-items: center;
    display: flex;
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (max-width:700px) {
    .home-section-3 .home-banner .contain-banner {
        padding: 0 15px
    }
}

.home-section-3 .home-banner .contain-banner h4 {
    color: rgba(var(--light-color), 1);
    font-size: calc(12.8px + .375vw);
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .home-section-3 .home-banner .contain-banner h4 {
        margin-bottom: 10px
    }
}

.home-section-3 .home-banner .contain-banner h4 span {
    color: rgba(var(--theme-default), 1);
    font-size: calc(12.8px + .375vw);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px
}

.home-section-3 .home-banner .contain-banner h1 {
    font-size: calc(15.2px + 2.125vw);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px
}

.dark .home-section-3 .home-banner .contain-banner h1 {
    color: #222
}

@media (max-width:991px) {
    .home-section-3 .home-banner .contain-banner h1 {
        margin-bottom: 8px
    }
}

.home-section-3 .home-banner .contain-banner p {
    color: rgba(var(--light-color), 1);
    font-size: calc(12.8px + .375vw);
    line-height: 1.4;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .home-section-3 .home-banner .contain-banner p {
        margin-bottom: 12px
    }
}

.home-section-3 .home-banner .contain-banner a {
    color: rgba(var(--theme-default), 1);
    font-size: calc(12.8px + .375vw);
    text-decoration: underline;
    text-underline-offset: 3px
}

    .home-section-3 .home-banner .contain-banner a svg {
        height: 20px;
        width: 20px;
        fill: rgba(var(--theme-default), 1);
        margin: 0 6px
    }

.home-section-3 .social-icon {
    align-items: center;
    display: flex;
    gap: 20px;
    position: absolute;
    right: -3%;
    top: 20%;
    transform: rotate(-90deg);
    z-index: 1
}

[dir=rtl] .home-section-3 .social-icon {
    left: -3%;
    right: unset
}

@media (max-width:991px) {
    .home-section-3 .social-icon {
        display: none
    }
}

.home-section-3 .social-icon li a {
    color: rgba(var(--light-color), 1);
    font-weight: 700;
    padding: 0;
    text-transform: uppercase
}

    .home-section-3 .social-icon li a h6 {
        margin-bottom: 0
    }

.dark .home-section-3 .social-icon li a h6 {
    color: #222
}

.home-section-4 {
    background-color: rgba(var(--box-background), 1);
    height: 700px;
    overflow: hidden;
    position: relative
}

@media (max-width:1600px) {
    .home-section-4 {
        height: 600px
    }
}

@media (max-width:1199px) {
    .home-section-4 {
        height: 520px
    }
}

@media (max-width:991px) {
    .home-section-4 {
        height: 350px
    }
}

@media (max-width:767px) {
    .home-section-4 {
        height: unset
    }
}

.home-section-4 .home-content p {
    align-items: center;
    color: rgba(var(--theme-default), 1);
    display: flex;
    font-size: calc(12.8px + .375vw);
    font-weight: 600;
    gap: 10px;
    line-height: 1;
    padding-bottom: 12px
}

    .home-section-4 .home-content p span {
        background-color: rgba(var(--theme-default), 1);
        display: block;
        height: 2px;
        width: 26px
    }

.home-section-4 .home-content h1 {
    color: rgba(var(--theme-font-color), 1);
    font-size: calc(19.2px + 2.125vw);
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase
}

.home-section-4 .home-content h2 {
    font-size: calc(16.4px + 1.75vw);
    font-weight: 300;
    line-height: 1.3;
    text-transform: uppercase
}

.home-section-4 .home-content h6 {
    color: rgba(var(--light-color), 1);
    font-size: calc(15.2px + .25vw);
    margin-bottom: 20px
}

.home-section-4 .product-1 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(var(--light-white), .3);
    border: 1px solid rgba(var(--light-white), 1);
    border-radius: 10px;
    bottom: 14%;
    box-shadow: rgba(var(--black), .2) 0 2px 8px 0;
    left: 22%;
    padding: 8px;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1
}

[dir=rtl] .home-section-4 .product-1 {
    left: unset;
    right: 22%
}

@media (max-width:1600px) {
    .home-section-4 .product-1 {
        left: 18%
    }
}

@media (max-width:1400px) {
    .home-section-4 .product-1 {
        left: 14%
    }
}

@media (max-width:1300px) {
    .home-section-4 .product-1 {
        left: 10%
    }
}

@media (max-width:1199px) {
    .home-section-4 .product-1 {
        left: 38%;
        z-index: 2
    }
}

@media (max-width:1140px) {
    .home-section-4 .product-1 {
        left: unset;
        right: 40%
    }
}

@media (max-width:991px) {
    .home-section-4 .product-1 {
        display: none
    }
}

.home-section-4 .product-1 .product {
    align-items: start;
    background-color: rgba(var(--light-white), 1);
    border-radius: 12px;
    display: flex;
    gap: 10px;
    padding: 10px
}

    .home-section-4 .product-1 .product .product-details h6 {
        font-weight: 600;
        margin-bottom: 0
    }

    .home-section-4 .product-1 .product .product-details p {
        color: rgba(var(--light-color), 1)
    }

    .home-section-4 .product-1 .product .product-details .rating {
        margin-bottom: 8px
    }

        .home-section-4 .product-1 .product .product-details .rating li i {
            color: rgba(var(--theme-default), 1)
        }

    .home-section-4 .product-1 .product .product-details h5 {
        color: rgba(var(--theme-default), 1);
        font-size: calc(13.2px + .25vw);
        font-weight: 400
    }

        .home-section-4 .product-1 .product .product-details h5 del {
            color: rgba(var(--light-color), 1);
            margin: 0 2px
        }

        .home-section-4 .product-1 .product .product-details h5 span {
            background-color: rgba(var(--theme-default), 1);
            border-radius: 12px;
            color: rgba(var(--light-white), 1);
            float: right;
            margin-left: auto;
            padding: 4px
        }

.home-section-4 .marquee {
    display: flex;
    left: 27%;
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
    white-space: nowrap
}

[dir=rtl] .home-section-4 .marquee {
    left: unset;
    right: 27%
}

@media (max-width:767px) {
    .home-section-4 .marquee {
        left: 40%
    }
}

@media (max-width:550px) {
    .home-section-4 .marquee {
        left: 30%
    }
}

@media (max-width:430px) {
    .home-section-4 .marquee {
        left: 25%
    }
}

.home-section-4 .marquee .marquee__item {
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-name: marquee-content;
    animation-timing-function: linear;
    padding: 5px 15px
}

    .home-section-4 .marquee .marquee__item .animation-text {
        background: linear-gradient(rgba(var(--light-white), 1), rgba(var(--black), .12));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: calc(-14.4px + 10.125vw);
        font-weight: 800
    }

@media (max-width:767px) {
    .home-section-4 .marquee .marquee__item .animation-text {
        font-size: calc(20px + 3.125vw)
    }

    .home-section-4 .home-images {
        display: none
    }
}

.home-section-4 .home-images .main-images {
    background-color: rgba(var(--theme-default), 1);
    border-radius: 35% 65% 73% 27%/28% 30% 70% 72%;
    bottom: 15%;
    height: 420px;
    left: 50%;
    outline: 2px solid rgba(var(--theme-default), 1);
    outline-offset: 10px;
    position: absolute;
    transform: rotate(-25deg) translateX(-50%);
    width: 515px
}

@media (max-width:1600px) {
    .home-section-4 .home-images .main-images {
        height: 390px;
        width: 440px
    }
}

@media (max-width:1400px) {
    .home-section-4 .home-images .main-images {
        height: 360px;
        width: 420px
    }
}

@media (max-width:1199px) {
    .home-section-4 .home-images .main-images {
        bottom: 0;
        left: unset;
        right: 5%;
        transform: rotate(-25deg) translateX(-5%);
        width: 366px;
        z-index: 1
    }
}

@media (max-width:991px) {
    .home-section-4 .home-images .main-images {
        height: 260px;
        width: 270px
    }
}

.home-section-4 .home-images img {
    bottom: -1px;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

@media (max-width:1199px) {
    .home-section-4 .home-images img {
        left: unset;
        right: 10%;
        transform: translateX(-10%);
        z-index: 1
    }
}

@media (max-width:991px) {
    .home-section-4 .home-images img {
        right: 12%
    }
}

.home-section-4 .home-box-1 {
    bottom: 34%;
    left: 42.5%;
    position: absolute;
    transform: translateX(-42.5%);
    z-index: 2
}

@media (max-width:1400px) {
    .home-section-4 .home-box-1 {
        left: 41%
    }
}

@media (max-width:1199px) {
    .home-section-4 .home-box-1 {
        left: unset;
        right: 31%
    }
}

@media (max-width:1140px) {
    .home-section-4 .home-box-1 {
        right: 36%
    }
}

@media (max-width:991px) {
    .home-section-4 .home-box-1 {
        display: none
    }
}

.home-section-4 .home-box-1 > span {
    background-color: rgba(var(--light-white), 1);
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 12px;
    position: relative;
    width: 12px
}

    .home-section-4 .home-box-1 > span:before {
        background-color: rgba(var(--light-white), .5);
        border-radius: 50px;
        content: "";
        height: 22px;
        left: -5px;
        position: absolute;
        top: -5px;
        width: 22px
    }

    .home-section-4 .home-box-1 > span:after {
        background-color: rgba(var(--light-white), .3);
        border-radius: 50px;
        content: "";
        height: 32px;
        left: -10px;
        position: absolute;
        top: -10px;
        width: 32px
    }

.home-section-4 .home-box-2 {
    bottom: 50%;
    position: absolute;
    right: 41%;
    transform: translateX(-44%);
    z-index: 2
}

@media (max-width:1400px) {
    .home-section-4 .home-box-2 {
        right: 40%
    }
}

@media (max-width:1300px) {
    .home-section-4 .home-box-2 {
        right: 38%
    }
}

@media (max-width:1199px) {
    .home-section-4 .home-box-2 {
        display: none
    }
}

.home-section-4 .home-box-2 > span {
    background-color: rgba(var(--light-white), 1);
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 12px;
    position: relative;
    width: 12px
}

    .home-section-4 .home-box-2 > span:before {
        background-color: rgba(var(--light-white), .5);
        border-radius: 50px;
        content: "";
        height: 22px;
        left: -5px;
        position: absolute;
        top: -5px;
        width: 22px
    }

    .home-section-4 .home-box-2 > span:after {
        background-color: rgba(var(--light-white), .3);
        border-radius: 50px;
        content: "";
        height: 32px;
        left: -10px;
        position: absolute;
        top: -10px;
        width: 32px
    }

.home-section-4 .product-2 {
    bottom: 34%;
    position: absolute;
    right: 15%
}

[dir=rtl] .home-section-4 .product-2 {
    left: 15%;
    right: unset
}

@media (max-width:1500px) {
    .home-section-4 .product-2 {
        bottom: 40%;
        right: 12%
    }
}

@media (max-width:1199px) {
    .home-section-4 .product-2 {
        display: none
    }
}

.home-section-4 .product-2 .product {
    background-color: #dedede;
    border-radius: 60% 60% 0 0;
    outline: 2px solid #dedede;
    outline-offset: 6px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

.dark .home-section-4 .product-2 .product {
    background-color: #222;
    outline-color: #222
}

.home-section-4 .product-2 .product img {
    animation: ping 10s linear infinite;
    margin-top: -80px;
    padding: 20px 20px 0
}

@media (max-width:1600px) {
    .home-section-4 .product-2 .product img {
        width: 200px
    }
}

.home-section-4 .product-2 .product .product-details {
    align-items: center;
    background-color: rgba(var(--light-white), 1);
    border-radius: 30px 30px 0 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 15px
}

@media (max-width:1400px) {
    .home-section-4 .product-2 .product .product-details {
        justify-content: center;
        padding: 10px
    }
}

.home-section-4 .product-2 .product .product-details div {
    text-align: left
}

.home-section-4 .product-2 .product .product-details h6 {
    color: rgba(var(--light-color), 1);
    margin-bottom: 0
}

.home-section-4 .product-2 .product .product-details h5 {
    font-size: calc(15.2px + .25vw);
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap
}

.home-section-4 .product-2 .product .product-details span {
    background-color: rgba(var(--theme-default), 1);
    border-radius: 15px;
    color: rgba(var(--light-white), 1);
    padding: 4px 12px
}

@media (max-width:1400px) {
    .home-section-4 .product-2 .product .product-details span {
        display: none
    }
}

.home-section-4 .shape-images img {
    position: absolute
}

@media (max-width:400px) {
    .home-section-4 .shape-images img {
        display: none
    }
}

.home-section-4 .shape-images img:first-child {
    opacity: .5;
    right: 34%;
    top: 10%
}

.home-section-4 .shape-images img:last-child {
    bottom: 15%;
    opacity: .5
}

@media (max-width:991px) {
    .home-section-4 .shape-images img:last-child {
        bottom: -5%
    }
}

@media (max-width:767px) {
    .home-section-4 .shape-images img:last-child {
        bottom: 5%;
        right: 20%
    }
}

@keyframes marquee-content {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes ping {

    0%, to {
        transform: translateZ(0)
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(0, -10px, 0)
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(0, 10px, 0)
    }
}

.title {
    margin-bottom: calc(13.2px + .875vw);
    text-align: center
}

    .title h3 {
        color: rgba(var(--theme-font-color), 1);
        line-height: 1;
        margin-bottom: 3px
    }

    .title svg {
        height: 16px;
        width: 72px;
        stroke: rgba(var(--theme-default))
    }

.title-1 {
    margin-bottom: calc(13.2px + .875vw)
}

    .title-1 p {
        align-items: center;
        display: flex;
        font-size: calc(12.8px + .375vw);
        gap: 10px;
        line-height: 1;
        padding-bottom: 8px
    }

        .title-1 p span {
            background-color: rgba(var(--light-color), 1);
            display: block;
            height: 2px;
            width: 26px
        }

    .title-1 h3 {
        color: rgba(var(--theme-font-color), 1);
        font-size: calc(17.6px + .75vw);
        line-height: 1;
        margin-bottom: 3px
    }

.theme-tab-1 .nav {
    border: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: calc(18px + .625vw);
    overflow: auto;
    white-space: nowrap
}

    .theme-tab-1 .nav li {
        cursor: pointer;
        margin: 0 calc(1.8px + .6875vw);
        padding-bottom: 3px;
        position: relative
    }

        .theme-tab-1 .nav li a {
            border: none;
            color: rgba(var(--light-color), 1);
            padding: 0;
            transition: all .4s ease-in-out
        }

            .theme-tab-1 .nav li a:before {
                background-color: rgba(var(--theme-default));
                border-radius: 4px;
                bottom: 0;
                content: "";
                height: 2px;
                position: absolute;
                right: 0;
                transition: all .5s ease-in-out;
                width: 0
            }

            .theme-tab-1 .nav li a h6 {
                margin-bottom: 0
            }

            .theme-tab-1 .nav li a:hover {
                color: rgba(var(--theme-default))
            }

                .theme-tab-1 .nav li a:hover:before {
                    width: 80%
                }

            .theme-tab-1 .nav li a.active {
                background-color: transparent;
                color: rgba(var(--theme-default))
            }

                .theme-tab-1 .nav li a.active:before {
                    width: 80%
                }

.product-box .img-wrapper {
    overflow: hidden;
    position: relative
}

    .product-box .img-wrapper .label-block {
        left: 0;
        margin-left: 30px;
        position: absolute;
        transition: all .4s ease-in-out;
        width: -moz-fit-content;
        width: fit-content
    }

[dir=rtl] .product-box .img-wrapper .label-block {
    left: unset;
    margin-left: unset;
    margin-right: 30px;
    right: 0
}

@media (max-width:575px) {
    .product-box .img-wrapper .label-block {
        margin-left: 6px
    }

    [dir=rtl] .product-box .img-wrapper .label-block {
        left: unset;
        margin-left: unset;
        margin-right: 6px;
        right: 0
    }

    .product-box .img-wrapper .label-block img {
        width: 70%
    }
}

.product-box .img-wrapper .label-block span {
    color: rgba(var(--white), 1);
    font-weight: 600;
    left: 50%;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%)
}

@media (max-width:575px) {
    .product-box .img-wrapper .label-block span {
        font-size: 10px;
        left: 35%
    }

    [dir=rtl] .product-box .img-wrapper .label-block span {
        left: unset;
        right: -30%
    }
}

.product-box .img-wrapper .countdown {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(var(--light-white), .8);
    bottom: 50px;
    box-shadow: rgb(var(--black), .1) 0 0 24px 0;
    cursor: pointer;
    left: 50%;
    margin: 0 auto;
    padding: 8px calc(5.6px + .75vw);
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    transition: all .5s ease-in-out;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:575px) {
    .product-box .img-wrapper .countdown {
        display: none
    }
}

.product-box .img-wrapper .countdown ul {
    align-items: center;
    display: flex;
    gap: 11px
}

    .product-box .img-wrapper .countdown ul .timer div {
        color: rgba(var(--dark-color), 1);
        font-weight: 500;
        margin-bottom: 0
    }

    .product-box .img-wrapper .countdown ul span {
        color: rgba(var(--light-color), 1);
        font-size: 13px;
        margin-bottom: 0
    }

    .product-box .img-wrapper .countdown ul .dot {
        align-items: center;
        display: flex
    }

        .product-box .img-wrapper .countdown ul .dot span {
            display: block
        }

.product-box .img-wrapper .cart-info-icon {
    position: absolute;
    right: 12px;
    top: 12px
}

[dir=rtl] .product-box .img-wrapper .cart-info-icon {
    left: 12px;
    right: unset
}

@media (max-width:575px) {
    .product-box .img-wrapper .cart-info-icon {
        top: 0
    }
}

.product-box .img-wrapper .cart-info-icon a,
.product-box .img-wrapper .cart-info-icon button {
    align-items: center;
    background-color: rgba(var(--light-white), 1);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(var(--light-color), .1);
    display: block;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 8px 0;
    opacity: 0;
    transition: all .5s ease;
    width: 34px
}

@media (max-width:575px) {

    .product-box .img-wrapper .cart-info-icon a,
    .product-box .img-wrapper .cart-info-icon button {
        height: 30px;
        margin: 4px 0;
        opacity: 1;
        width: 30px
    }
}

.product-box .img-wrapper .cart-info-icon a:first-child,
.product-box .img-wrapper .cart-info-icon button:first-child {
    margin-top: 0
}

@media (max-width:575px) {

    .product-box .img-wrapper .cart-info-icon a:first-child,
    .product-box .img-wrapper .cart-info-icon button:first-child {
        display: none
    }
}

.product-box .img-wrapper .cart-info-icon a .iconsax,
.product-box .img-wrapper .cart-info-icon button .iconsax {
    --Iconsax-Size: 18px;
    --Iconsax-Color: rgba(var(--dark-color), 1);
    transition: all .5s ease
}

.dark .product-box .img-wrapper .cart-info-icon a .iconsax,
.dark .product-box .img-wrapper .cart-info-icon button .iconsax {
    --Iconsax-Color: rgba(var(--white), 1)
}

.product-box .product-detail {
    padding-top: 18px;
    position: relative
}

    .product-box .product-detail .color-box {
        align-items: start;
        display: flex;
        gap: 6px
    }

        .product-box .product-detail .color-box ul li {
            border-radius: 50%;
            cursor: pointer;
            height: 18px;
            margin-right: 2px;
            position: relative;
            width: 18px
        }

            .product-box .product-detail .color-box ul li:before {
                border: 2px solid rgba(var(--light-white), 1);
                border-radius: 100%;
                content: "";
                height: 100%;
                left: 50%;
                opacity: 0;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                transition: all .2s ease-in-out;
                visibility: hidden;
                width: 100%
            }

@media (max-width:575px) {
    .product-box .product-detail .color-box ul li {
        height: 14px;
        width: 14px
    }
}

.product-box .product-detail .color-box ul li.active:before {
    height: calc(100% - 5px);
    opacity: 1;
    visibility: visible;
    width: calc(100% - 5px)
}

.product-box .product-detail .color-box span {
    color: rgba(var(--theme-font-color), 1);
    font-weight: 500
}

    .product-box .product-detail .color-box span i {
        color: rgba(var(--theme-default));
        font-size: 12px;
        margin-right: 2px
    }

[dir=rtl] .product-box .product-detail .color-box span i {
    margin-left: 2px;
    margin-right: unset
}

.product-box .product-detail h6 {
    color: rgba(var(--dark-color), 1);
    margin-top: 8px;
    transition: all .4s ease-in-out
}

@media (max-width:575px) {
    .product-box .product-detail h6 {
        line-height: 1.1
    }
}

@media (max-width:480px) {
    .product-box .product-detail h6 {
        display: -webkit-box !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        margin-top: 4px;
        white-space: normal
    }
}

.product-box .product-detail p {
    color: rgba(var(--theme-default));
    font-weight: 600
}

    .product-box .product-detail p del {
        color: rgba(var(--light-color), 1);
        font-weight: 400
    }

.product-box .product-detail .add-button {
    background-color: rgba(var(--theme-font-color), 1);
    cursor: pointer;
    left: 50%;
    margin: 0 auto;
    opacity: 0;
    padding: 8px 6px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, -40px);
    transition: all .4s ease-in-out;
    width: 146px
}

.dark .product-box .product-detail .add-button {
    background-color: #222
}

.product-box .product-detail .add-button a {
    color: rgba(var(--white), 1)
}

.product-box:hover .img-wrapper .label-block {
    margin-top: 6px
}

.product-box:hover .img-wrapper .add-button {
    bottom: 10px
}

.product-box:hover .img-wrapper .cart-info-icon a {
    opacity: 1
}

    .product-box:hover .img-wrapper .cart-info-icon a:first-child {
        animation: fadeInRight .3s ease-in-out
    }

    .product-box:hover .img-wrapper .cart-info-icon a:nth-child(2) {
        animation: fadeInRight .5s ease-in-out
    }

@media (max-width:575px) {
    .product-box:hover .img-wrapper .cart-info-icon a:nth-child(2) {
        animation: none
    }
}

.product-box:hover .img-wrapper .cart-info-icon a:last-child {
    animation: fadeInRight .7s ease-in-out
}

@media (max-width:575px) {
    .product-box:hover .img-wrapper .cart-info-icon a:last-child {
        animation: none
    }
}

.product-box:hover .product-detail .add-button {
    opacity: 1;
    transform: translate(-50%, -45px)
}

@media (max-width:1300px) {
    .product-box:hover .product-detail .add-button {
        display: none;
        width: 146px
    }
}

.theme-tab-2 .nav {
    border: none;
    display: flex;
    flex-wrap: nowrap;
    gap: calc(8px + 1.25vw);
    justify-content: center;
    margin-bottom: calc(18px + .625vw);
    overflow: auto;
    white-space: nowrap
}

@media (max-width:480px) {
    .theme-tab-2 .nav {
        justify-content: start
    }
}

.theme-tab-2 .nav li {
    cursor: pointer;
    padding-bottom: 3px;
    position: relative
}

    .theme-tab-2 .nav li a {
        border: none;
        color: rgba(var(--light-color), 1);
        padding: 0;
        transition: all .4s ease-in-out
    }

        .theme-tab-2 .nav li a:before {
            background-color: rgba(var(--theme-default));
            border-radius: 4px;
            bottom: 0;
            content: "";
            height: 2px;
            position: absolute;
            right: 0;
            transition: all .5s ease-in-out;
            width: 0
        }

        .theme-tab-2 .nav li a h6 {
            margin-bottom: 0
        }

        .theme-tab-2 .nav li a:hover {
            color: rgba(var(--theme-default))
        }

            .theme-tab-2 .nav li a:hover:before {
                width: 100%
            }

        .theme-tab-2 .nav li a.active {
            background-color: transparent;
            color: rgba(var(--theme-default))
        }

            .theme-tab-2 .nav li a.active:before {
                width: 100%
            }

.product-box-2 {
    border: 1px solid rgba(var(--light-border), 1);
    padding: 15px
}

@media (max-width:991px) {
    .product-box-2 {
        padding: 8px
    }
}

@media (max-width:575px) {
    .product-box-2 {
        padding: 4px
    }
}

.product-box-2 .img-wrapper {
    overflow: hidden;
    position: relative
}

    .product-box-2 .img-wrapper .product-image {
        background-color: rgba(var(--box-background), 1)
    }

    .product-box-2 .img-wrapper .cart-info-icon {
        bottom: 18px;
        display: flex;
        gap: 10px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%)
    }

@media (max-width:575px) {
    .product-box-2 .img-wrapper .cart-info-icon {
        bottom: 2px;
        gap: 6px
    }
}

.product-box-2 .img-wrapper .cart-info-icon a,
.product-box-2 .img-wrapper .cart-info-icon button {
    align-items: center;
    background-color: rgba(var(--light-white), 1);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(var(--light-color), .1);
    display: flex;
    height: 44px;
    justify-content: center;
    opacity: 0;
    transition: all .5s ease;
    width: 44px
}

@media (max-width:1199px) {

    .product-box-2 .img-wrapper .cart-info-icon a,
    .product-box-2 .img-wrapper .cart-info-icon button {
        height: 36px;
        width: 36px
    }
}

@media (max-width:575px) {

    .product-box-2 .img-wrapper .cart-info-icon a,
    .product-box-2 .img-wrapper .cart-info-icon button {
        height: 30px;
        margin: 4px 0;
        opacity: 1;
        width: 30px
    }
}

.product-box-2 .img-wrapper .cart-info-icon a .iconsax,
.product-box-2 .img-wrapper .cart-info-icon button .iconsax {
    --Iconsax-Size: $font-18;
    --Iconsax-Color: rgba(var(--dark-color), 1)
}

.dark .product-box-2 .img-wrapper .cart-info-icon a .iconsax,
.dark .product-box-2 .img-wrapper .cart-info-icon button .iconsax {
    --Iconsax-Color: rgba(var(--white), 1)
}

@media (max-width:1199px) {

    .product-box-2 .img-wrapper .cart-info-icon a .iconsax,
    .product-box-2 .img-wrapper .cart-info-icon button .iconsax {
        --Iconsax-Size: 18px
    }
}

@media (max-width:575px) {

    .product-box-2 .img-wrapper .cart-info-icon a .iconsax,
    .product-box-2 .img-wrapper .cart-info-icon button .iconsax {
        --Iconsax-Size: 16px
    }
}

.product-box-2 .img-wrapper .cart-info-icon a:first-child,
.product-box-2 .img-wrapper .cart-info-icon button:first-child {
    margin-top: 0
}

.product-box-2 .img-wrapper .countdown {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(var(--light-white), .8);
    bottom: 70px;
    box-shadow: rgb(var(--black), .1) 0 0 24px 0;
    cursor: pointer;
    left: 50%;
    margin: 0 auto;
    padding: 8px calc(5.6px + .75vw);
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    transition: all .5s ease-in-out;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:991px) {
    .product-box-2 .img-wrapper .countdown {
        display: none
    }
}

.product-box-2 .img-wrapper .countdown ul {
    align-items: center;
    display: flex;
    gap: 11px;
    direction: ltr !important;
}

    .product-box-2 .img-wrapper .countdown ul .timer div {
        color: rgba(var(--dark-color), 1);
        font-weight: 500;
        margin-bottom: 0
    }

    .product-box-2 .img-wrapper .countdown ul span {
        color: rgba(var(--light-color), 1);
        font-size: 13px;
        margin-bottom: 0
    }

    .product-box-2 .img-wrapper .countdown ul .dot {
        align-items: center;
        display: flex
    }

        .product-box-2 .img-wrapper .countdown ul .dot span {
            display: block
        }

.product-box-2 .img-wrapper .lable-block .lable-1 {
    align-items: center;
    background-color: rgba(var(--theme-font-color), 1);
    border-radius: 50%;
    color: rgba(var(--white), 1);
    display: flex;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 48px
}

.dark .product-box-2 .img-wrapper .lable-block .lable-1 {
    background-color: #222
}

[dir=rtl] .product-box-2 .img-wrapper .lable-block .lable-1 {
    left: unset;
    right: 12px
}

@media (max-width:991px) {
    .product-box-2 .img-wrapper .lable-block .lable-1 {
        height: 34px;
        width: 34px
    }
}

@media (max-width:575px) {
    .product-box-2 .img-wrapper .lable-block .lable-1 {
        left: 5px;
        top: 5px
    }

    [dir=rtl] .product-box-2 .img-wrapper .lable-block .lable-1 {
        left: unset;
        right: 5px
    }

    .product-box-2 .img-wrapper .lable-block .lable-1 {
        font-size: 10px;
        height: 30px;
        width: 30px
    }
}

.product-box-2 .img-wrapper .lable-block .label-2 {
    position: absolute;
    right: 12px;
    top: 12px
}

[dir=rtl] .product-box-2 .img-wrapper .lable-block .label-2 {
    left: 12px;
    right: unset
}

@media (max-width:575px) {
    .product-box-2 .img-wrapper .lable-block .label-2 {
        right: 6px;
        top: 6px
    }

    [dir=rtl] .product-box-2 .img-wrapper .lable-block .label-2 {
        left: 6px;
        right: unset
    }
}

.product-box-2 .img-wrapper .lable-block .label-2 .iconsax {
    --Iconsax-Size: $font-20;
    --Iconsax-Color: rgba(var(--dark-color), 1)
}

.dark .product-box-2 .img-wrapper .lable-block .label-2 .iconsax {
    --Iconsax-Color: #222
}

@media (max-width:575px) {
    .product-box-2 .img-wrapper .lable-block .label-2 .iconsax {
        --Iconsax-Size: 16px
    }
}

.product-box-2 .product-detail {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 17px
}

@media (max-width:991px) {
    .product-box-2 .product-detail {
        display: block
    }
}

@media (max-width:767px) {
    .product-box-2 .product-detail {
        display: flex
    }
}

@media (max-width:620px) {
    .product-box-2 .product-detail {
        display: block;
        text-align: center
    }
}

.product-box-2 .product-detail h6 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s ease-in-out;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0
}

.product-box-2 .product-detail p {
    color: rgba(var(--theme-default));
    font-weight: 600
}

@media (max-width:991px) {
    .product-box-2 .product-detail p {
        margin-bottom: 6px
    }
}

.product-box-2 .product-detail p del {
    color: rgba(var(--light-color), 1);
    font-weight: 400
}

.product-box-2 .product-detail ul {
    background-color: rgba(var(--box-background), 1);
    display: flex;
    justify-content: center;
    padding: 6px;
    width: 122px
}

@media (max-width:620px) {
    .product-box-2 .product-detail ul {
        margin: 0 auto
    }
}

.product-box-2 .product-detail ul li {
    border-left: 1px solid rgba(var(--dark-border), .2);
    margin-left: 10px;
    padding-left: 10px
}

    .product-box-2 .product-detail ul li i {
        color: rgba(var(--theme-default), 1)
    }

    .product-box-2 .product-detail ul li:last-child {
        border-left: none;
        margin-left: 0;
        padding-left: 0
    }

.product-box-2:hover .img-wrapper .cart-info-icon a,
.product-box-2:hover .img-wrapper .cart-info-icon button {
    opacity: 1
}

    .product-box-2:hover .img-wrapper .cart-info-icon a:first-child,
    .product-box-2:hover .img-wrapper .cart-info-icon button:first-child {
        animation: fadeInUp .3s ease-in-out
    }

@media (max-width:575px) {

    .product-box-2:hover .img-wrapper .cart-info-icon a:first-child,
    .product-box-2:hover .img-wrapper .cart-info-icon button:first-child {
        animation: none
    }
}

.product-box-2:hover .img-wrapper .cart-info-icon a:nth-child(2),
.product-box-2:hover .img-wrapper .cart-info-icon button:nth-child(2) {
    animation: fadeInUp .5s ease-in-out
}

@media (max-width:575px) {

    .product-box-2:hover .img-wrapper .cart-info-icon a:nth-child(2),
    .product-box-2:hover .img-wrapper .cart-info-icon button:nth-child(2) {
        animation: none
    }
}

.product-box-2:hover .img-wrapper .cart-info-icon a:last-child,
.product-box-2:hover .img-wrapper .cart-info-icon button:last-child {
    animation: fadeInUp .7s ease-in-out
}

@media (max-width:575px) {

    .product-box-2:hover .img-wrapper .cart-info-icon a:last-child,
    .product-box-2:hover .img-wrapper .cart-info-icon button:last-child {
        animation: none
    }
}

.product-box-2:hover .product-detail h6 {
    color: rgba(var(--theme-default))
}

.theme-tab-3 .nav {
    border: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: end;
    overflow: auto;
    white-space: nowrap
}

@media (max-width:767px) {
    .theme-tab-3 .nav {
        justify-content: flex-start;
        margin-bottom: 20px
    }
}

.theme-tab-3 .nav li {
    cursor: pointer;
    padding-bottom: 3px;
    position: relative
}

    .theme-tab-3 .nav li a {
        border: none;
        border: 1px solid rgba(var(--light-border), 1);
        border-radius: 0;
        color: rgba(var(--light-color), 1);
        color: rgba(var(--theme-font-color), 1);
        padding: 10px 15px;
        transition: all .4s ease-in-out
    }

        .theme-tab-3 .nav li a h6 {
            font-weight: 500;
            margin-bottom: 0;
            transition: all .4s ease-in-out
        }

        .theme-tab-3 .nav li a:hover {
            background-color: rgba(var(--theme-default), 1);
            border-color: rgba(var(--theme-default), 1)
        }

            .theme-tab-3 .nav li a:hover h6 {
                color: #fff
            }

        .theme-tab-3 .nav li a.active {
            background-color: rgba(var(--theme-default), 1);
            border-color: rgba(var(--theme-default), 1)
        }

            .theme-tab-3 .nav li a.active h6 {
                color: #fff
            }

.product-box-3 .img-wrapper {
    overflow: hidden;
    position: relative
}

    .product-box-3 .img-wrapper .label-block .lable-1 {
        background-color: rgba(var(--dark-color), 1);
        color: rgba(var(--white), 1);
        font-size: 12px;
        font-weight: 500;
        left: 18px;
        padding: 3px 10px;
        position: absolute;
        top: 10px;
        z-index: 1
    }

@media (max-width:991px) {
    .product-box-3 .img-wrapper .label-block .lable-1 {
        padding: 2px 6px
    }
}

.dark .product-box-3 .img-wrapper .label-block .lable-1 {
    background-color: rgba(var(--light-white), 1)
}

@media (max-width:480px) {
    .product-box-3 .img-wrapper .label-block .lable-1 {
        display: none
    }
}

[dir=rtl] .product-box-3 .img-wrapper .label-block .lable-1 {
    left: unset;
    right: 18px
}

.product-box-3 .img-wrapper .label-block .label-2 {
    align-items: center;
    background-color: rgba(var(--light-white), 1);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(var(--light-color), .1);
    display: flex;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 34px;
    z-index: 1
}

[dir=rtl] .product-box-3 .img-wrapper .label-block .label-2 {
    left: 12px;
    right: unset
}

@media (max-width:480px) {
    .product-box-3 .img-wrapper .label-block .label-2 {
        height: 26px;
        right: 6px;
        top: 5px;
        width: 26px
    }
}

.product-box-3 .img-wrapper .label-block .label-2 .iconsax {
    --Iconsax-Size: 18px;
    --Iconsax-Color: rgba(var(--dark-color), 1)
}

.dark .product-box-3 .img-wrapper .label-block .label-2 .iconsax {
    --Iconsax-Color: rgba(var(--white), 1)
}

.product-box-3 .img-wrapper .cart-info-icon {
    position: absolute;
    right: 12px;
    top: 46px
}

[dir=rtl] .product-box-3 .img-wrapper .cart-info-icon {
    left: 12px;
    right: unset
}

@media (max-width:480px) {
    .product-box-3 .img-wrapper .cart-info-icon {
        right: 6px;
        top: 31px
    }
}

.product-box-3 .img-wrapper .cart-info-icon a,
.product-box-3 .img-wrapper .cart-info-icon button {
    align-items: center;
    background-color: rgba(var(--light-white), 1);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(var(--light-color), .1);
    display: block;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 8px 0;
    opacity: 0;
    transition: all .5s ease;
    width: 34px
}

@media (max-width:480px) {

    .product-box-3 .img-wrapper .cart-info-icon a:nth-child(2),
    .product-box-3 .img-wrapper .cart-info-icon a:nth-child(3),
    .product-box-3 .img-wrapper .cart-info-icon button:nth-child(2),
    .product-box-3 .img-wrapper .cart-info-icon button:nth-child(3) {
        display: none
    }

    .product-box-3 .img-wrapper .cart-info-icon a,
    .product-box-3 .img-wrapper .cart-info-icon button {
        height: 26px;
        margin: 4px 0;
        opacity: 1;
        width: 26px
    }
}

.product-box-3 .img-wrapper .cart-info-icon a .iconsax,
.product-box-3 .img-wrapper .cart-info-icon button .iconsax {
    --Iconsax-Size: 18px;
    --Iconsax-Color: rgba(var(--dark-color), 1)
}

.dark .product-box-3 .img-wrapper .cart-info-icon a .iconsax,
.dark .product-box-3 .img-wrapper .cart-info-icon button .iconsax {
    --Iconsax-Color: rgba(var(--white), 1)
}

.product-box-3 .img-wrapper .product-image {
    background-color: rgba(var(--box-background), 1)
}

    .product-box-3 .img-wrapper .product-image .pro-first {
        transition: all .6s ease-in-out
    }

    .product-box-3 .img-wrapper .product-image .pro-sec {
        height: 100%;
        left: -100%;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all .6s ease-in-out;
        visibility: hidden;
        width: 100%
    }

.product-box-3 .img-wrapper .countdown {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(var(--light-white), .8);
    bottom: 10px;
    box-shadow: rgb(var(--black), .1) 0 0 24px 0;
    cursor: pointer;
    left: 50%;
    margin: 0 auto;
    padding: 8px calc(5.6px + .75vw);
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    transition: all .5s ease-in-out;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:480px) {
    .product-box-3 .img-wrapper .countdown {
        display: none
    }
}

.product-box-3 .img-wrapper .countdown ul {
    align-items: center;
    display: flex;
    gap: 11px
}

    .product-box-3 .img-wrapper .countdown ul .timer div {
        color: rgba(var(--dark-color), 1);
        font-weight: 500;
        margin-bottom: 0
    }

    .product-box-3 .img-wrapper .countdown ul span {
        color: rgba(var(--light-color), 1);
        font-size: 13px;
        margin-bottom: 0
    }

    .product-box-3 .img-wrapper .countdown ul .dot {
        align-items: center;
        display: flex
    }

        .product-box-3 .img-wrapper .countdown ul .dot span {
            display: block
        }

.product-box-3 .product-detail {
    padding-top: 14px
}

    .product-box-3 .product-detail .rating {
        margin-bottom: 12px
    }

@media (max-width:991px) {
    .product-box-3 .product-detail .rating {
        margin-bottom: 4px
    }
}

.product-box-3 .product-detail .rating li i {
    color: rgba(var(--star-yellow), 1)
}

@media (max-width:480px) {
    .product-box-3 .product-detail .rating li i {
        font-size: 12px
    }
}

.product-box-3 .product-detail h6 {
    color: rgba(var(--dark-color), 1);
    display: -webkit-box !important;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s ease-in-out;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    white-space: normal
}

@media (max-width:480px) {
    .product-box-3 .product-detail h6 {
        margin-bottom: 0
    }
}

.product-box-3 .product-detail p {
    color: rgba(var(--theme-font-color));
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    gap: 4px
}

    .product-box-3 .product-detail p del {
        color: rgba(var(--light-color), 1);
        font-weight: 400
    }

    .product-box-3 .product-detail p span {
        background-color: rgba(var(--theme-default), 1);
        color: rgba(var(--white), 1);
        margin: 0 4px;
        padding: 2px 8px
    }

.product-box-3:hover .product-image .pro-first {
    opacity: 0;
    visibility: hidden
}

.product-box-3:hover .product-image .pro-sec {
    left: 0;
    opacity: 1;
    visibility: visible
}

.product-box-3:hover .img-wrapper .cart-info-icon a {
    opacity: 1
}

    .product-box-3:hover .img-wrapper .cart-info-icon a:first-child {
        animation: fadeInDown .5s ease-in-out
    }

    .product-box-3:hover .img-wrapper .cart-info-icon a:nth-child(2) {
        animation: fadeInDown .7s ease-in-out
    }

    .product-box-3:hover .img-wrapper .cart-info-icon a:last-child {
        animation: fadeInDown 1s ease-in-out
    }

@media (max-width:480px) {

    .product-box-3:hover .img-wrapper .cart-info-icon a:first-child,
    .product-box-3:hover .img-wrapper .cart-info-icon a:last-child,
    .product-box-3:hover .img-wrapper .cart-info-icon a:nth-child(2) {
        animation: unset
    }
}

.product-box-3:hover .product-detail h6 {
    color: rgba(var(--theme-default))
}

.product-box-4 .img-wrapper {
    overflow: hidden;
    position: relative
}

    .product-box-4 .img-wrapper .label-block .lable-1 {
        background-color: rgba(var(--dark-color), 1);
        color: rgba(var(--white), 1);
        font-size: 12px;
        font-weight: 500;
        left: 18px;
        padding: 0 3px;
        position: absolute;
        top: 10px;
        z-index: 1
    }

    .product-box-4 .img-wrapper .label-block .label-2 {
        align-items: center;
        background-color: rgba(var(--light-white), 1);
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(var(--light-color), .1);
        display: flex;
        height: 34px;
        justify-content: center;
        position: absolute;
        right: 12px;
        top: 12px;
        width: 34px;
        z-index: 1
    }

        .product-box-4 .img-wrapper .label-block .label-2 svg {
            height: 20px;
            width: 20px
        }

        .product-box-4 .img-wrapper .label-block .label-2:hover {
            background-color: rgba(var(--theme-default), 1)
        }

            .product-box-4 .img-wrapper .label-block .label-2:hover svg {
                fill: rgba(var(--white), 1)
            }

    .product-box-4 .img-wrapper .cart-info-icon {
        position: absolute;
        right: 12px;
        top: 46px
    }

        .product-box-4 .img-wrapper .cart-info-icon a,
        .product-box-4 .img-wrapper .cart-info-icon button {
            align-items: center;
            background-color: rgba(var(--white), 1);
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(var(--light-color), .1);
            display: block;
            display: flex;
            height: 34px;
            justify-content: center;
            margin: 8px 0;
            opacity: 0;
            transition: all .5s ease;
            width: 34px
        }

            .product-box-4 .img-wrapper .cart-info-icon a svg,
            .product-box-4 .img-wrapper .cart-info-icon button svg {
                height: 18px;
                width: 18px;
                fill: rgba(var(--dark-color), 1);
                transition: all .5s ease
            }

.dark .product-box-4 .img-wrapper .cart-info-icon a svg,
.dark .product-box-4 .img-wrapper .cart-info-icon button svg {
    fill: #222
}

.product-box-4 .img-wrapper .cart-info-icon a:hover,
.product-box-4 .img-wrapper .cart-info-icon button:hover {
    background-color: rgba(var(--theme-default))
}

    .product-box-4 .img-wrapper .cart-info-icon a:hover svg,
    .product-box-4 .img-wrapper .cart-info-icon button:hover svg {
        fill: rgba(var(--white), 1)
    }

.product-box-4 .img-wrapper .countdown {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(var(--light-white), .8);
    bottom: 10px;
    box-shadow: rgb(var(--black), .1) 0 0 24px 0;
    cursor: pointer;
    left: 50%;
    margin: 0 auto;
    padding: 8px calc(5.6px + .75vw);
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    transition: all .5s ease-in-out;
    width: -moz-fit-content;
    width: fit-content
}

    .product-box-4 .img-wrapper .countdown ul {
        align-items: center;
        display: flex;
        gap: 11px
    }

        .product-box-4 .img-wrapper .countdown ul .timer div {
            color: rgba(var(--dark-color), 1);
            font-weight: 500;
            margin-bottom: 0
        }

        .product-box-4 .img-wrapper .countdown ul span {
            color: rgba(var(--light-color), 1);
            font-size: 13px;
            margin-bottom: 0
        }

        .product-box-4 .img-wrapper .countdown ul .dot {
            align-items: center;
            display: flex
        }

            .product-box-4 .img-wrapper .countdown ul .dot span {
                display: block
            }

.product-box-4 .product-detail {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 17px
}

    .product-box-4 .product-detail h6 {
        transition: all .4s ease-in-out
    }

    .product-box-4 .product-detail p {
        color: rgba(var(--theme-default));
        font-weight: 600
    }

        .product-box-4 .product-detail p del {
            color: rgba(var(--light-color), 1);
            font-weight: 400
        }

    .product-box-4 .product-detail ul {
        background-color: rgba(var(--box-background), 1);
        padding: 6px 10px
    }

        .product-box-4 .product-detail ul li {
            border-right: 1px solid rgba(var(--dark-border), .2);
            margin-right: 10px;
            padding-right: 10px
        }

            .product-box-4 .product-detail ul li i {
                color: rgba(var(--theme-default), 1)
            }

            .product-box-4 .product-detail ul li:last-child {
                border-right: none;
                margin-right: 0;
                padding-right: 0
            }

.product-box-4 .product-size-stock {
    display: flex;
    gap: 15px
}

    .product-box-4 .product-size-stock .color-box ul {
        margin-top: 2px
    }

        .product-box-4 .product-size-stock .color-box ul li {
            border-radius: 50%;
            cursor: pointer;
            height: 18px;
            margin-right: 2px;
            position: relative;
            width: 18px
        }

            .product-box-4 .product-size-stock .color-box ul li:before {
                border: 2px solid rgba(var(--light-white), 1);
                border-radius: 100%;
                content: "";
                height: 100%;
                left: 50%;
                opacity: 0;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                transition: all .2s ease-in-out;
                visibility: hidden;
                width: 100%
            }

            .product-box-4 .product-size-stock .color-box ul li.active:before {
                height: calc(100% - 5px);
                opacity: 1;
                visibility: visible;
                width: calc(100% - 5px)
            }

    .product-box-4 .product-size-stock .size-box p {
        color: rgba(var(--theme-font-color), 1);
        font-size: 14px
    }

.product-box-4:hover .img-wrapper .cart-info-icon a {
    opacity: 1
}

    .product-box-4:hover .img-wrapper .cart-info-icon a:first-child {
        animation: fadeInDown .5s ease-in-out
    }

    .product-box-4:hover .img-wrapper .cart-info-icon a:nth-child(2) {
        animation: fadeInDown .7s ease-in-out
    }

    .product-box-4:hover .img-wrapper .cart-info-icon a:last-child {
        animation: fadeInDown 1s ease-in-out
    }

.product-box-4:hover .product-detail h6 {
    color: rgba(var(--theme-default))
}

.product-box-5 {
    background-color: rgba(var(--box-background), 1);
    border: 1px solid rgba(var(--border), 1);
    border-radius: 4px;
    padding: 6px
}

    .product-box-5 .img-wrapper .product-image a img {
        border-radius: 4px;
        width: 270px
    }

@media (max-width:576px) {
    .product-box-5 .img-wrapper .product-image a img {
        width: 100%
    }
}

.product-box-5 .product-detail {
    margin-top: 12px;
    text-align: center
}

    .product-box-5 .product-detail h6 {
        font-weight: 500
    }

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.slide-2 {
    background-color: rgba(var(--box-background), 1);
    padding: calc(8.4px + 1.125vw) 0
}

    .slide-2 .logo-block {
        text-align: center
    }

        .slide-2 .logo-block a img {
            margin: 0 auto;
            opacity: .6;
            transition: all .4s ease-in-out
        }

.dark .slide-2 .logo-block a img {
    filter: invert(1)
}

.slide-2 .logo-block:hover a img {
    opacity: 1
}

.logo-slider .swiper-wrapper .swiper-slide {
    text-align: center
}

    .logo-slider .swiper-wrapper .swiper-slide a img {
        margin: 0 auto;
        opacity: .6;
        transition: all .4s ease-in-out
    }

.dark .logo-slider .swiper-wrapper .swiper-slide a img {
    filter: invert(1)
}

.logo-slider .swiper-wrapper .swiper-slide:hover a img {
    opacity: 1
}

.brand-logo-txt {
    align-items: center;
    display: flex;
    justify-content: center
}

    .brand-logo-txt h4 {
        color: rgba(var(--light-color), 1);
        font-weight: 400;
        margin-bottom: 18px
    }

.input-box {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 100%
}

    .input-box input {
        background-color: rgba(var(--white), 1);
        border: none;
        border-radius: 8px;
        box-shadow: 0 0 5px rgba(var(--black), .2);
        padding: 15px 50px;
        width: 100%
    }

.dark .input-box input {
    background-color: #222
}

.input-box .iconsax {
    --Iconsax-Size: 20px;
    --Iconsax-Color: rgba(var(--light-color), 1);
    left: 15px;
    position: absolute;
    top: 15px
}

[dir=rtl] .input-box .iconsax {
    left: unset;
    right: 15px
}

.input-box .close-icon {
    color: rgba(var(--light-color), 1);
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(0deg);
    transition: all .4s ease-in-out
}

[dir=rtl] .input-box .close-icon {
    left: 15px;
    right: unset
}

.input-box .close-icon:hover {
    transform: rotate(-90deg)
}

.input-box.open {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    visibility: visible
}

.banner {
    display: flex;
    margin-bottom: calc(3.6px + 1.375vw);
    position: relative
}

    .banner .banner-contain {
        background-color: rgba(var(--light-white), 1);
        bottom: 0;
        padding: 13px calc(7.8px + 1.3125vw);
        position: absolute;
        text-align: center;
        transition: all .4s ease-in-out
    }

        .banner .banner-contain h4 {
            font-weight: 600;
            margin-bottom: 0
        }

        .banner .banner-contain p {
            color: rgba(var(--light-color), 1)
        }

    .banner.p-left .banner-contain {
        float: left
    }

    .banner.p-right .banner-contain {
        float: right
    }

    .banner.p-center .banner-contain {
        left: 0;
        margin: 0 auto;
        right: 0
    }

    .banner:hover .banner-contain {
        margin-bottom: 10px;
        margin-left: 10px
    }

[dir=rtl] .banner:hover .banner-contain {
    margin-left: unset;
    margin-right: 10px
}

.offer-banner {
    background-color: rgba(var(--theme-default), 1);
    padding: calc(4.8px + 1vw) calc(-30px + 3vw);
    text-align: center;
    width: 96%
}

@media (max-width:1600px) {
    .offer-banner {
        width: 100%
    }
}

.offer-banner h2 {
    color: rgba(var(--white), 1)
}

.offer-banner > span {
    background-color: rgba(var(--white), 1);
    display: block;
    height: 2px;
    margin: 0 auto 12px;
    width: 50px
}

.offer-banner p {
    color: rgba(var(--white), 1);
    padding-bottom: 17px;
    text-wrap: balance
}

.offer-banner .btn {
    background-color: rgba(var(--light-white), 1);
    border-radius: 0;
    padding: 12px calc(-20.75px + 1.8125vw)
}

    .offer-banner .btn h6 {
        display: flex;
        font-weight: 600;
        gap: 5px;
        margin-bottom: 0;
        transition: all .4s ease-in-out
    }

        .offer-banner .btn h6 span {
            color: rgba(var(--theme-default), 1);
            font-weight: 600;
            line-height: 1.5;
            padding-bottom: 0;
            transition: all .4s ease-in-out
        }

    .offer-banner .btn:active {
        border: none
    }

.banner-1 {
    margin-left: calc(1.6px + 2vw)
}

[dir=rtl] .banner-1 {
    margin-left: unset;
    margin-right: calc(1.6px + 2vw)
}

@media (max-width:575px) {
    .banner-1 {
        margin-top: 10px;
        text-align: center
    }
}

@media (max-width:767px) {
    .banner-1 h2 {
        font-size: 20px
    }
}

.banner-1 h4 {
    color: rgba(var(--light-color), 1);
    font-weight: 400;
    margin-bottom: 20px
}

    .banner-1 h4 span {
        color: rgba(var(--theme-default), 1);
        font-size: calc(16.8px + .375vw)
    }

@media (max-width:767px) {
    .banner-1 h4 {
        font-size: 14px;
        margin-bottom: 8px
    }
}

.banner-1 .countdown {
    background-color: rgba(var(--box-background), 1);
    cursor: pointer;
    margin-bottom: 30px;
    padding: 8px calc(3.6px + 1.375vw);
    text-align: center;
    transition: all .4s ease-in-out;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:575px) {
    .banner-1 .countdown {
        margin: 0 auto 10px
    }
}

@media (max-width:767px) {
    .banner-1 .countdown {
        margin-bottom: 10px;
        padding: 6px
    }
}

.banner-1 .countdown ul {
    display: flex
}

    .banner-1 .countdown ul li:nth-child(odd) {
        display: grid;
        padding: 0 calc(6.6px + .4375vw)
    }

        .banner-1 .countdown ul li:nth-child(odd) .timer {
            color: rgba(var(--dark-color), 1);
            font-size: calc(16px + .625vw);
            font-weight: 600;
            margin-bottom: 0
        }

        .banner-1 .countdown ul li:nth-child(odd) span {
            color: rgba(var(--light-color), 1);
            font-size: calc(12.8px + .375vw);
            margin-bottom: 0
        }

@media (max-width:767px) {
    .banner-1 .countdown ul li:nth-child(odd) {
        padding: 0 4px
    }
}

.banner-1 .countdown ul li:first-child {
    padding-left: 0
}

.banner-1 .countdown ul li:last-child {
    padding-right: 0
}

.banner-1 .countdown ul .dot span {
    background-color: rgba(var(--light-color), .2);
    border-radius: 10px;
    display: block;
    height: 10px;
    margin: 16px 0;
    width: 10px
}

@media (max-width:767px) {
    .banner-content {
        margin-bottom: 10px
    }
}

.banner-content h2 {
    line-height: 1.2
}

    .banner-content h2 span {
        background-color: rgba(var(--theme-font-color), 1);
        display: inline-block;
        height: 2px;
        width: 38px
    }

@media (max-width:360px) {
    .banner-content h2 span {
        display: block;
        margin-top: 6px
    }
}

.banner-content p {
    font-size: calc(12.8px + .375vw);
    margin-bottom: 28px
}

@media (max-width:767px) {
    .banner-content p {
        margin-bottom: 12px
    }
}

.banner-content .link-hover-anim a {
    text-decoration: none
}

@media (max-width:575px) {
    .style-banner .row div:first-child {
        order: 2
    }

    .style-banner .row div:last-child {
        order: 1
    }
}

.style-banner .style-content {
    margin-bottom: calc(4.4px + 1.125vw)
}

    .style-banner .style-content h6 {
        color: rgba(var(--theme-default), 1);
        font-size: calc(12.8px + .375vw);
        font-weight: 500;
        margin-bottom: calc(8px + .625vw);
        text-decoration: underline;
        text-transform: uppercase;
        text-underline-offset: 4px
    }

    .style-banner .style-content h2 {
        font-size: calc(12.6px + 1.6875vw);
        margin-bottom: 6px
    }

    .style-banner .style-content h4 {
        color: rgba(var(--light-color), 1);
        font-weight: 400;
        margin-bottom: calc(7.2px + .25vw)
    }

.subscribe-banner {
    position: relative
}

    .subscribe-banner .subscribe-content {
        background-color: rgba(var(--light-white), 1);
        margin-top: calc(15.6px - 4.875vw);
        padding: calc(15.6px + 2.625vw) calc(25.6px - .5vw) calc(15.6px + 2.625vw) calc(19.6px + 1.375vw);
        transform: translateX(-200px)
    }

[dir=rtl] .subscribe-banner .subscribe-content {
    padding: calc(15.6px + 2.625vw) calc(19.6px + 1.375vw) calc(15.6px + 2.625vw) calc(25.6px - .5vw);
    transform: translateX(200px)
}

@media (max-width:1199px) {
    .subscribe-banner .subscribe-content {
        transform: translateX(-62px)
    }
}

@media (max-width:991px) {
    .subscribe-banner .subscribe-content {
        padding-left: 20px;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .subscribe-banner .subscribe-content {
        background-color: rgba(var(--white), .9);
        left: 50%;
        padding: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%
    }
}

@media (max-width:480px) {
    .subscribe-banner .subscribe-content {
        width: 90%
    }
}

.subscribe-banner .subscribe-content h6 {
    color: rgba(var(--theme-default), 1);
    font-size: calc(13.4px + .1875vw);
    font-weight: 500;
    margin-bottom: 8px
}

.subscribe-banner .subscribe-content h4 {
    font-size: calc(16px + .625vw);
    margin-bottom: calc(10.4px + .5vw)
}

.subscribe-banner .subscribe-content p {
    display: -webkit-box !important;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal
}

@media (max-width:480px) {
    .subscribe-banner .subscribe-content p {
        display: none !important
    }
}

.subscribe-banner .subscribe-content input {
    background-color: transparent;
    border: 1px solid rgba(var(--light-border), 1);
    margin-bottom: calc(4px + 1.875vw);
    padding: calc(9px + .3125vw);
    width: 100%
}

@media (max-width:575px) {
    .offer-banner-2 .row div:first-child {
        order: 2
    }

    .offer-banner-2 .row div:nth-child(2) {
        order: 1
    }
}

.offer-banner-2 .offer-banner-details {
    height: 100%
}

    .offer-banner-2 .offer-banner-details > div {
        align-items: center;
        background-color: rgba(var(--light-white), 1);
        border: 20px solid rgba(var(--theme-default), .2);
        display: grid;
        height: 100%;
        text-align: center;
        width: 100%
    }

        .offer-banner-2 .offer-banner-details > div button {
            background-color: rgba(var(--theme-default), 1);
            border-radius: 0;
            color: rgba(var(--white), 1);
            font-size: calc(12.8px + .375vw);
            font-weight: 500;
            margin: auto;
            max-width: 190px;
            padding: 8px 9px
        }

            .offer-banner-2 .offer-banner-details > div button:active {
                background-color: rgba(var(--theme-default), 1);
                border: none;
                color: rgba(var(--white), 1)
            }

        .offer-banner-2 .offer-banner-details > div .offer-content {
            border: 1px solid rgba(var(--light-color), .2);
            margin: 0 auto;
            padding: calc(15.6px + .75vw);
            width: -moz-fit-content;
            width: fit-content
        }

            .offer-banner-2 .offer-banner-details > div .offer-content h2 {
                font-size: calc(15.2px + 3.375vw);
                margin-bottom: 20px
            }

            .offer-banner-2 .offer-banner-details > div .offer-content h4 {
                color: rgba(var(--light-color), 1);
                font-weight: 400
            }

        .offer-banner-2 .offer-banner-details > div .link-hover-anim {
            margin: auto;
            max-width: 190px
        }

            .offer-banner-2 .offer-banner-details > div .link-hover-anim a {
                color: rgba(var(--theme-font-color), 1);
                text-decoration: none
            }

                .offer-banner-2 .offer-banner-details > div .link-hover-anim a svg {
                    fill: rgba(var(--theme-font-color), 1)
                }

.offer-banner-2 .banner-images {
    position: relative
}

    .offer-banner-2 .banner-images .iconsax {
        --Iconsax-Size: 66px;
        --Iconsax-Color: rgba(var(--white), 1)
    }

    .offer-banner-2 .banner-images .iconsax,
    .offer-banner-2 .banner-images .offer-round-img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%)
    }

        .offer-banner-2 .banner-images .offer-round-img img {
            animation: rotateIt 7s linear infinite
        }

.offer-banner-2 .title-1 h3 {
    font-size: calc(16.4px + 1.75vw);
    font-weight: 600;
    line-height: 1.2
}

.collection-banner {
    overflow: hidden;
    position: relative;
    background-position: left;
}

[dir=rtl] .collection-banner {
    direction: ltr
}

.collection-banner .img-part {
    transition: all .5s ease;
    width: 100%
}

.collection-banner.p-top .contain-banner {
    align-items: flex-start
}

.collection-banner.p-left .contain-banner {
    justify-content: flex-start;
    text-align: left;
    width: 45%
}

[dir=rtl] .collection-banner.p-left .contain-banner {
    justify-content: start
}

@media (max-width:576px) {
    .collection-banner.p-left .contain-banner {
        width: 100%
    }
}

.collection-banner.p-right .contain-banner {
    justify-content: flex-end;
    left: unset;
    right: 0;
    text-align: center;
    width: 45%
}

@media (max-width:576px) {
    .collection-banner.p-right .contain-banner {
        width: 100%
    }
}

.collection-banner.p-center .contain-banner {
    justify-content: center
}

.collection-banner.tl-content .contain-banner {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px
}

.collection-banner .contain-banner {
    align-items: center;
    display: flex;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:480px) {
    .collection-banner .contain-banner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.collection-banner .contain-banner h4 {
    color: rgba(var(--light-color), 1);
    font-size: calc(12.8px + .375vw);
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: inherit
}

.collection-banner .contain-banner h3 {
    color: rgba(var(--dark-color), 1);
    line-height: 1.1;
    margin-bottom: calc(5.2px + .875vw)
}

@media (max-width:360px) {
    .collection-banner .contain-banner h3 {
        font-size: 16px
    }
}

.dark .collection-banner .contain-banner h3 {
    color: #222
}

.sale-banner a {
    position: relative
}

    .sale-banner a > span {
        background-color: rgba(var(--dark-color), 1);
        bottom: 9%;
        height: 3px;
        position: absolute;
        right: -17%;
        width: 25%
    }

[dir=rtl] .sale-banner a > span {
    left: -17%;
    right: unset
}

@media (max-width:1199px) {
    .sale-banner a > span {
        right: -9%;
        width: 20%
    }
}

@media (max-width:575px) {
    .sale-banner a > span {
        display: none
    }
}

.sale-banner .sale-content {
    margin-left: 15%;
    position: relative
}

[dir=rtl] .sale-banner .sale-content {
    margin-left: unset;
    margin-right: 15%
}

@media (max-width:1199px) {
    .sale-banner .sale-content {
        margin-left: 8%
    }

    [dir=rtl] .sale-banner .sale-content {
        margin-left: unset;
        margin-right: 8%
    }
}

@media (max-width:575px) {
    .sale-banner .sale-content {
        margin-left: 0
    }

    [dir=rtl] .sale-banner .sale-content {
        margin-left: unset;
        margin-right: 0
    }
}

.sale-banner .sale-content a {
    outline: 2px solid rgba(var(--light-border), 1);
    outline-offset: 15px
}

@media (max-width:767px) {
    .sale-banner .sale-content a {
        outline: none;
        outline-offset: 0
    }
}

.sale-banner .sale-content .sale-offer {
    right: 20px;
    position: absolute;
    top: 20px;
    z-index: 1
}

@media (max-width:992px) {
    .sale-banner .sale-content .sale-offer {
        left: 10px;
        top: 10px
    }
}

.sale-banner .sale-content .sale-offer img {
    animation: rotateIt 9s linear infinite
}

@media (max-width:992px) {
    .sale-banner .sale-content .sale-offer img {
        width: 66%
    }
}

.sale-banner .sale-content .sale-offer span {
    color: rgba(var(--white), 1);
    display: block;
    font-size: calc(12.8px + .375vw);
    font-weight: 600;
    text-align: center;
    transform: translate(25px, -76px);
    width: 50%
}

[dir=rtl] .sale-banner .sale-content .sale-offer span {
    transform: translate(-25px, -76px)
}

@media (max-width:992px) {
    .sale-banner .sale-content .sale-offer span {
        font-weight: 500;
        line-height: 1.1;
        transform: translate(10px, -49px)
    }

    [dir=rtl] .sale-banner .sale-content .sale-offer span {
        transform: translate(-10px, -49px)
    }
}

@media (max-width:768px) {
    .sale-banner .sale-content .sale-offer span {
        transform: translate(8px, -47px)
    }
}

.sale-banner .sale-content .sale-timing {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50px;
    transform: translateX(-50%);
    z-index: 1
}

@media (max-width:1400px) {
    .sale-banner .sale-content .sale-timing {
        top: 40px
    }
}

@media (max-width:1201px) {
    .sale-banner .sale-content .sale-timing {
        top: 20px
    }
}

@media (max-width:992px) {
    .sale-banner .sale-content .sale-timing {
        top: 6px
    }
}

@media (max-width:767px) {
    .sale-banner .sale-content .sale-timing {
        display: inherit;
        left: unset;
        position: unset;
        right: 0;
        transform: unset
    }
}

.sale-banner .sale-content .sale-timing h6 {
    color: rgba(var(--theme-default), 1);
    font-weight: 600;
    margin-bottom: 20px;
    position: relative
}

    .sale-banner .sale-content .sale-timing h6:before {
        background-color: rgba(var(--theme-default), 1);
        bottom: -8px;
        content: "";
        height: 2px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 15%
    }

@media (max-width:767px) {
    .sale-banner .sale-content .sale-timing h6 {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1
    }

    .sale-banner .sale-content .sale-timing .countdown {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: rgba(var(--light-white), .8);
        border-radius: 4px;
        bottom: 34%;
        padding: 10px;
        position: absolute;
        right: 0;
        z-index: 1
    }
}

@media (max-width:588px) {
    .sale-banner .sale-content .sale-timing .countdown {
        bottom: 20%
    }
}

@media (max-width:575px) {
    .sale-banner .sale-content .sale-timing .countdown {
        bottom: 15%
    }
}

@media (max-width:420px) {
    .sale-banner .sale-content .sale-timing .countdown {
        bottom: 18%
    }
}

.sale-banner .sale-content .sale-timing .countdown ul {
    align-items: center;
    display: flex;
    gap: 11px
}

    .sale-banner .sale-content .sale-timing .countdown ul .timer div {
        color: rgba(var(--dark-color), 1);
        font-weight: 500;
        margin-bottom: 0
    }

    .sale-banner .sale-content .sale-timing .countdown ul span {
        color: rgba(var(--light-color), 1);
        font-size: 13px;
        margin-bottom: 0
    }

    .sale-banner .sale-content .sale-timing .countdown ul .dot {
        align-items: center;
        display: flex
    }

        .sale-banner .sale-content .sale-timing .countdown ul .dot span {
            display: block
        }

.sale-banner .sale-content h2 {
    font-size: calc(19.8px + 1.3125vw);
    font-weight: 500;
    margin-bottom: 0;
    transform: translateY(100px);
    width: 80%
}

@media (max-width:1400px) {
    .sale-banner .sale-content h2 {
        transform: translateY(74px)
    }
}

@media (max-width:1199px) {
    .sale-banner .sale-content h2 {
        transform: translateY(34px);
        width: 100%
    }
}

@media (max-width:767px) {
    .sale-banner .sale-content h2 {
        transform: translateY(8px)
    }
}

@media (max-width:588px) and (min-width:576px) {
    .sale-banner .sale-content h2 {
        font-size: 22px
    }
}

.offer-banner-3 {
    position: relative
}

    .offer-banner-3 div {
        left: 35px;
        position: absolute;
        top: 0
    }

[dir=rtl] .offer-banner-3 div {
    left: unset;
    right: 35px
}

.offer-banner-3 div h6 {
    color: rgba(var(--white), 1);
    font-weight: 500;
    text-align: center;
    transform: translate(6px, -84px);
    width: 49%
}

[dir=rtl] .offer-banner-3 div h6 {
    transform: translate(-6px, -84px)
}

.flash-images {
    height: 100%;
    position: relative
}

    .flash-images a {
        height: 100%
    }

    .flash-images .banner-2 {
        right: 10px;
        margin-left: calc(1.6px + 2vw);
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

[dir=rtl] .flash-images .banner-2 {
    direction: ltr
}

@media (max-width:480px) {
    .flash-images .banner-2 h3 {
        font-size: 16px;
        margin-bottom: 0
    }
}

.flash-images .banner-2 h5 {
    color: rgba(var(--light-color), 1);
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width:480px) {
    .flash-images .banner-2 h5 {
        margin-bottom: 4px
    }
}

.flash-images .banner-2 .countdown {
    cursor: pointer;
    margin-bottom: 20px
}

@media (max-width:480px) {
    .flash-images .banner-2 .countdown {
        margin-bottom: -12px
    }
}

.flash-images .banner-2 .countdown ul {
    display: flex
}

    .flash-images .banner-2 .countdown ul li:first-child {
        padding-left: 0 !important
    }

@media (max-width:480px) {
    .flash-images .banner-2 .countdown ul li {
        font-size: 16px;
        margin-bottom: 0
    }
}

.flash-images .banner-2 .countdown ul li:nth-child(odd) {
    display: grid;
    padding: 0 calc(5.6px + .125vw);
    text-align: center
}

    .flash-images .banner-2 .countdown ul li:nth-child(odd) .timer {
        color: rgba(var(--dark-color), 1);
        font-size: calc(16px + .625vw);
        font-weight: 600;
        margin-bottom: -8px
    }

.dark .flash-images .banner-2 .countdown ul li:nth-child(odd) .timer {
    color: #222
}

.flash-images .banner-2 .countdown ul li:nth-child(odd) span {
    color: rgba(var(--light-color), 1);
    font-size: calc(12.8px + .375vw);
    margin-bottom: 0
}

.flash-images .banner-2 .countdown ul .dot span {
    background-color: rgba(var(--light-color), .2);
    border-radius: 10px;
    display: block;
    height: 6px;
    margin: 18px 0;
    width: 6px
}

.best-seller .offer-banner {
    margin-left: auto;
    padding: calc(12.4px + .5vw);
    width: 80%
}

[dir=rtl] .best-seller .offer-banner {
    margin-left: unset;
    margin-right: auto
}

@media (max-width:1700px) {
    .best-seller .offer-banner {
        margin: unset;
        width: 100%
    }
}

.best-seller .style-content {
    margin-top: calc(8px + 2.1875vw)
}

    .best-seller .style-content h6 {
        color: rgba(var(--theme-default), 1);
        font-weight: 600;
        text-decoration: underline;
        text-transform: uppercase;
        text-underline-offset: 4px
    }

    .best-seller .style-content h4 {
        color: rgba(var(--light-color), 1);
        font-size: calc(16.4px + .5vw);
        font-weight: 400;
        margin-bottom: 0
    }

    .best-seller .style-content h2 {
        font-size: calc(14.6px + 1.0625vw)
    }

    .best-seller .style-content .link-hover-anim {
        margin-bottom: calc(8px + .625vw)
    }

@media (max-width:767px) {
    .best-seller .style-content {
        margin-top: 0
    }
}

.best-seller .best-seller-box {
    height: 100%;
    position: relative
}

    .best-seller .best-seller-box .best-seller-content {
        bottom: 15%;
        left: -20%;
        position: absolute
    }

[dir=rtl] .best-seller .best-seller-box .best-seller-content {
    left: unset;
    right: -20%
}

@media (max-width:1400px) {
    [dir=rtl] .best-seller .best-seller-box .best-seller-content {
        right: -36%
    }

    .best-seller .best-seller-box .best-seller-content {
        left: -36%
    }
}

.best-seller .best-seller-box .best-seller-content h3 {
    margin-bottom: 20px
}

.best-seller .best-seller-box .best-seller-content span {
    background-color: rgba(var(--theme-font-color), 1);
    display: block;
    height: 3px;
    margin-bottom: 20px;
    width: 25%
}

.heading-banner {
    background-color: rgba(var(--box-background), 1);
    background-position: 100%;
    background-repeat: no-repeat;
    border-radius: 6px;
    padding: 20px 0;
    position: relative
}

[dir=rtl] .heading-banner {
    background-position: 0
}

.heading-banner h4 {
    font-size: calc(16.4px + .5vw);
    margin-bottom: 0
}

@media (max-width:575px) {
    .heading-banner h4 {
        display: flex;
        justify-content: center;
        margin-bottom: 8px
    }
}

.heading-banner .breadcrumb {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 0
}

@media (max-width:575px) {
    .heading-banner .breadcrumb {
        float: unset !important;
        justify-content: center
    }
}

.heading-banner .breadcrumb .breadcrumb-item {
    padding: 0
}

[dir=rtl] .heading-banner .breadcrumb .breadcrumb-item:before {
    float: right;
    padding-left: 8px;
    padding-right: unset
}

.dark .heading-banner .breadcrumb .breadcrumb-item:before {
    color: rgba(var(--theme-font-color), 1)
}

.heading-banner .breadcrumb .breadcrumb-item a {
    text-transform: capitalize
}

.heading-banner .breadcrumb .breadcrumb-item.active {
    color: rgba(var(--theme-font-color), 1);
    content: "/";
    float: left;
    padding-right: 10px
}

[dir=rtl] .heading-banner .breadcrumb .breadcrumb-item.active {
    padding-left: 10px;
    padding-right: unset
}

.heading-banner h5 {
    margin: 0
}

.shop-banner {
    margin-bottom: 30px;
    position: relative
}

    .shop-banner .shop-banner-content {
        left: 50%;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 40%
    }

        .shop-banner .shop-banner-content h2,
        .shop-banner .shop-banner-content h4 {
            color: #222
        }

@media (max-width:1199px) {
    .shop-banner .shop-banner-content h4 {
        display: none
    }
}

.shop-banner .shop-banner-content p {
    margin-bottom: 12px
}

@media (max-width:1199px) {

    .shop-banner .shop-banner-content .btn,
    .shop-banner .shop-banner-content p {
        display: none
    }
}

@media (max-width:1399px) {
    .offer-box-1 .bg-size:before {
        padding-top: 38% !important
    }
}

.dark .offer-box-1 .collection-banner .contain-banner .link-hover-anim .link-strong-hovered {
    color: #222
}

    .dark .offer-box-1 .collection-banner .contain-banner .link-hover-anim .link-strong-hovered svg {
        fill: #222
    }

.banner-4 {
    position: relative
}

    .banner-4:after {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        background-color: rgba(var(--white), .2);
        content: "";
        height: 93%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: all .4s ease-in-out;
        width: 93%
    }

    .banner-4:hover:after {
        transform: translate(-50%, -50%) scale(1)
    }

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}

.ratio_30 .bg-size:before {
    content: "";
    display: block;
    padding-top: 10%
}

.ratio_13 .bg-size:before {
    content: "";
    display: block;
    padding-top: 13%
}

.ratio_18 .bg-size:before {
    content: "";
    display: block;
    padding-top: 18%
}

.ratio_35 .bg-size:before {
    content: "";
    display: block;
    padding-top: 35%
}

.ratio_38 .bg-size:before {
    content: "";
    display: block;
    padding-top: 38%
}

.ratio_40 .bg-size:before {
    content: "";
    display: block;
    padding-top: 40%
}

.ratio_45 .bg-size:before {
    content: "";
    display: block;
    padding-top: 45%
}

.ratio50 .bg-size:before {
    content: "";
    display: block;
    padding-top: 50%
}

.ratio50_2 .bg-size:before {
    content: "";
    display: block;
    padding-top: 52%
}

.ratio_55 .bg-size:before {
    content: "";
    display: block;
    padding-top: 55%
}

.ratio2_3 .bg-size:before {
    content: "";
    display: block;
    padding-top: 60%
}

.ratio3_2 .bg-size:before {
    content: "";
    display: block;
    padding-top: 66.66%
}

.ratio3_3 .bg-size:before {
    content: "";
    display: block;
    padding-top: 68%
}

.ratio_landscape .bg-size:before {
    content: "";
    display: block;
    padding-top: 75%
}

.ratio3_5 .bg-size:before {
    content: "";
    display: block;
    padding-top: 90%
}

.ratio3_4 .bg-size:before {
    content: "";
    display: block;
    padding-top: 95%
}

.ratio_square .bg-size:before {
    content: "";
    display: block;
    padding-top: 100%
}

.ratio_square-1 .bg-size:before {
    content: "";
    display: block;
    padding-top: 86%
}

.ratio_square-2 .bg-size:before {
    content: "";
    display: block;
    padding-top: 105%
}

.ratio_square-3 .bg-size:before {
    content: "";
    display: block;
    padding-top: 124%
}

.ratio_square-4 .bg-size:before {
    content: "";
    display: block;
    padding-top: 101%
}

.ratio_apos .bg-size:before {
    content: "";
    display: block;
    padding-top: 127.7777778%
}

.ratio_portrait .bg-size:before {
    content: "";
    display: block;
    padding-top: 150%
}

.ratio1_2 .bg-size:before {
    content: "";
    display: block;
    padding-top: 200%
}

.ratio1_3 .bg-size:before {
    content: "";
    display: block;
    padding-top: 119%
}

.b-top {
    background-position: top !important
}

.b-bottom {
    background-position: bottom !important
}

.b-center {
    background-position: 50% !important
}

.b-left {
    background-position: 0 !important
}

.b-right {
    background-position: 100% !important
}

.b_size_content {
    background-size: contain !important
}

html:hover .cursor {
    opacity: 1
}

body div canvas:first-child {
    display: none !important
}

.cursor {
    height: 50px;
    left: 0;
    margin: -25px 0 0 -25px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
    width: 50px;
    z-index: 999
}

.cursor--hover .cursor-inner {
    opacity: 0;
    transform: scale(.5)
}

.cursor--hover .cursor-outer {
    border-color: #cca270;
    opacity: 1;
    transform: scale(1.4)
}

.cursor-move-inner {
    height: 10px;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 10px;
    z-index: 1
}

.cursor-move-outer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cursor-inner {
    background: rgba(var(--theme-default), 1);
    border-radius: 50%;
    display: block;
    height: 80%;
    transition: transform .4s cubic-bezier(.23, 1, .32, 1), opacity .4s cubic-bezier(.165, .84, .44, 1);
    width: 80%
}

.cursor-outer {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(var(--theme-default), 1);
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 70%;
    transition: border .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.23, 1, .32, 1), opacity .4s cubic-bezier(.165, .84, .44, 1);
    width: 70%
}
