@import url(bootstrap.rtl.min.css);
@import url(fonts/fontawesome-free-5.15.4-web/css/all.min.css);
@import url(../plugins/OwlCarousel2-2.3.4/dist/assets/owl.carousel.min.css);
@import url(../plugins/OwlCarousel2-2.3.4/dist/assets/owl.theme.default.min.css);

a,
footer a {
    text-decoration: none
}

.dropdown-menu-box,
.grouping-home {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 12px 0
}

@font-face {
    font-family: IRANSansX;
    src: url("./fonts/woff/IRANSansX-Regular.woff") format("woff"), url("./fonts/woff2/IRANSansX-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: IRANSansX-Light;
    src: url("./fonts/woff/IRANSansX-Light.woff"), url("./fonts/woff2/IRANSansX-Light.woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: IRANSansX-Bold;
    src: url("./fonts/woff/IRANSansX-ExtraBold.woff"), url("./fonts/woff/IRANSansX-Bold.woff") format("woff"), url("./fonts/woff2/IRANSansX-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body {
    font-family: IRANSansX, IRANSansX-Light, IRANSansX-Bold, sans-serif
}

.sec-color,
a:hover {
    color: #2eaab6
}

a {
    color: #000
}

footer,
footer a {
    color: #fff
}

.w-fit {
    width: fit-content
}

.fs-9 {
    font-size: 9px
}

.fs-13,
.fs-size-14 {
    font-size: 13px
}

.fs-14,
.info-archive p,
.info-archive ul {
    font-size: 14px
}

.fs-15,
footer ul li {
    font-size: 15px
}

.back-to-home,
.fs-11,
.fs-12 {
    font-size: 12px
}

.fs-16 {
    font-size: 16px
}

.lh-2 {
    line-height: 2.5
}

.overflow-x-hidden {
    overflow-x: hidden
}

.z-index-100 {
    z-index: 1000
}

.z-index-999 {
    z-index: 998
}

.bordered {
    border: 1px solid #e0e0e0
}

.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.scroll-zero::-webkit-scrollbar {
    width: 0 !important
}

.filter-checkbox input[type=checkbox][id^=myCheckbox],
.hide,
.img-tow-hover a figure .second-img,
.img-tow-hover:hover>a figure .first-img,
.info-tik,
nav .m-menu__checkbox,
ol.breadcrumb li:first-child::before,
span.show-less {
    display: none
}

.text-justify {
    text-align: justify
}

.more-products {
    width: 17.5rem;
    height: 3rem;
    padding-top: 13px;
    margin: 2.3rem 0 3rem
}

.arrow-button__arrow-chevron {
    flex-shrink: 0;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block
}

.arrow-button,
.btn-option:hover .tooltip-short,
.img-tow-hover:hover>a figure .second-img,
nav .m-menu__checkbox:checked~.m-menu__overlay {
    display: block
}

.arrow-button {
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 50%;
    background: #fff;
    transition: background .7s cubic-bezier(.19, 1, .22, 1) 50ms;
    border: 1px solid #eaeaea
}

.arrow-slider {
    width: 50px;
    height: 50px
}

.arrow-button:focus,
.color-selection input[type=radio]:focus,
.size-selection input[type=radio]:focus {
    outline: 0
}

[data-whatinput=keyboard] .arrow-button:focus {
    outline-color: #0000
}

[data-whatinput=keyboard] .arrow-button:focus:before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px dashed #000;
    box-sizing: border-box;
    border-radius: 50%;
    content: ""
}

@media only screen and (min-width:1024px) {
    [data-whatinput=keyboard] .arrow-button:focus:before {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px
    }
}

@media (hover:hover) and (pointer:fine) {
    .arrow-button:hover {
        background: #fff
    }
}

.arrow-button__arrow {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    color: #000
}

.arrow-button__arrow--left {
    transform: translate(-50%, -50%) rotate(180deg)
}

.arrow-button__arrow--up {
    transform: translate(-50%, -50%) rotate(270deg)
}

.arrow-button__arrow--down {
    transform: translate(-50%, -50%) rotate(90deg)
}

.arrow-button__arrow-chevron {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transform-origin: center;
    transform: translateY(-50%) rotate(-45deg)
}

.arrow-button:hover .arrow-button__arrow-chevron {
    transform: translate(2px, -50%) rotate(-45deg)
}

.arrow-button__arrow-line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform .6s cubic-bezier(.19, 1, .22, 1), opacity .5s cubic-bezier(.19, 1, .22, 1);
    transform: translate(-1px, -50%) scaleX(.5);
    transform-origin: right;
    opacity: 0
}

.arrow-button:hover .arrow-button__arrow-line {
    opacity: 1;
    transform: translate(-1px, -50%) scaleX(1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1), opacity .7s cubic-bezier(.19, 1, .22, 1)
}

.title-box p {
    font-size: calc(1rem + .5vw)
}

header {
    width: 100%;
    height: 100px
}

.menu-on-scroll {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    z-index: 999
}

.nav-link {
    font-weight: 700
}

.nav-item {
    height: 60px;
    display: flex;
    align-items: center
}

.dropdown-menu-box-gruop {
    max-width: 100%;
    margin: auto -.03%;
    position: absolute;
    padding: 1.5em 3.5em;
    min-width: 100.1%
}

.dropdown-menu-box {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0;
    list-style: none;
    left: 0;
    right: 0;
    top: 61px;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear
}

.dropdown-menu-shop {
    max-width: 545px;
    margin-right: auto;
    margin-left: -1px;
    padding: 1em 2.5em
}

.dropdown-menu-shop-box-item {
    max-height: 65vh;
    overflow: auto
}

.dropdown-menu-box .dropdown-menu-item {
    display: contents;
    width: 329px;
    height: 235px;
    margin: 0 15px
}

.navbar-dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility, opacity .23s linear;
    -webkit-transition: visibility, opacity .23s linear;
    -moz-transition: visibility, opacity .23s linear;
    -ms-transition: visibility, opacity .23s linear;
    -o-transition: visibility, opacity .23s linear
}

.row-active,
.visibility-login {
    opacity: 1 !important
}

.hover-menu-show:hover .navbar-dropdown-menu {
    visibility: visible;
    opacity: 1
}

#movetxt {
    position: relative;
    -webkit-animation: 47s ease-out infinite moving;
    animation: 47s ease-out infinite moving
}

@-webkit-keyframes moving {
    from {
        right: 100%
    }

    to {
        right: -10%
    }
}

@keyframes moving {
    from {
        right: 100%
    }

    to {
        right: -10%
    }
}

.pointer,
div.count-number,
li.init,
nav label.m-menu__toggle {
    cursor: pointer
}

.wrapper-menu {
    margin: 0 auto;
    overflow-x: hidden
}

nav.new-menu {
    background-color: #fff;
    width: 94%;
    margin: auto;
    height: 50px;
    padding: 0 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #e0e0e0
}

.wrapper-menu,
nav .m-menu {
    background-color: #fff;
    width: 100%
}

nav .m-menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -moz-transform: translate3d(-450px, 0, 0);
    -o-transform: translate3d(-450px, 0, 0);
    -ms-transform: translate3d(-450px, 0, 0);
    -webkit-transform: translate3d(-450px, 0, 0);
    transform: translate3d(-450px, 0, 0);
    -moz-transition: transform .35s;
    -o-transition: transform .35s;
    -webkit-transition: transform .35s;
    transition: transform 1.35s;
    z-index: 1;
    overflow: hidden
}

nav .m-menu__overlay {
    background-color: rgba(103, 103, 103, .5);
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    display: none
}

nav .m-menu .m-menu label.m-menu__toggle,
nav .m-menu__header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex
}

nav .m-menu__header {
    padding: 0 16px;
    height: 50px;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8
}

nav .m-menu__header span {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    width: 100%
}

nav .m-menu .m-menu {
    -moz-transform: translate3d(480px, 0, 0);
    -o-transform: translate3d(480px, 0, 0);
    -ms-transform: translate3d(480px, 0, 0);
    -webkit-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0)
}

nav .m-menu ul {
    height: 100%;
    overflow-y: auto
}

nav .m-menu ul li a,
nav .m-menu ul li label {
    display: block;
    text-align: right;
    padding: 0 15px;
    line-height: 47px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: .7rem;
    border-bottom: 1px solid #e8e8e8;
    position: relative
}

nav .m-menu ul li label.a-label__chevron::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-136deg);
    top: 50%;
    margin-top: -5px;
    right: 95%
}

nav .m-menu ul li .-invisible {
    border-bottom: 0
}

nav .m-menu .m-menu label.m-menu__toggle {
    display: flex;
    border-bottom: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

nav .m-menu__checkbox:checked~.m-menu {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.factor-list {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    visibility: hidden;
    height: 0;
    transition: .11s;
    -webkit-transition: .11s;
    -moz-transition: .11s;
    -ms-transition: .11s;
    -o-transition: .11s
}

.factor-list-active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    height: auto;
    visibility: visible
}

.form-group .check-dark {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.form-group .label-check-dark {
    position: relative;
    cursor: pointer
}

.form-group .label-check-dark:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.form-group .check-dark:checked+.label-check-dark:before {
    background: #000
}

.form-group .check-dark:checked+.label-check-dark:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.who-send {
    border-bottom: 2px solid #000 !important
}

.title-counter h1 {
    font-size: 20px
}

.customer-level-text {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    max-width: 80%;
    margin: -33px auto auto;
    text-align: center;
    position: sticky;
    z-index: 10;
    font-size: 14px
}

.customer-level-text p:first-child {
    max-width: 80%;
    margin: auto;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0
}

.content-customers-rules {
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin-bottom: 3em
}

.tab-product-list {
    text-align: center;
    margin-bottom: 40px
}

.tab-product-list .tab-product-list-item {
    margin: 10px;
    border-radius: 15px
}

.tab-product-list .tab-product-list-item .tab-product-list-item-active {
    width: 100%;
    display: block;
    border-radius: 15px;
    border: 1px solid #a7a0a0;
    padding: 0 8px
}

footer {
    background-color: #000;
    margin-top: 4.5rem
}

.send-mail-offer {
    width: 80%;
    margin: auto;
    padding: 3em
}

.send-mail-offer p {
    width: 100%;
    max-width: 770px;
    font-size: 16px
}

.send-mail-offer input {
    width: 100%;
    max-width: 880px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    outline: 0;
    text-align: right;
    color: #fff
}

.send-mail-offer button {
    width: 100%;
    max-width: 258px;
    height: 55px;
    background-color: #000;
    border: 1px solid #979797
}

.img-tow-hover figure {
    margin-bottom: 10px
}

.img-tow-hover p {
    margin-bottom: 6px
}

.img-tow-hover a:hover {
    color: #000;
    font-weight: 700
}

.off-products {
    position: absolute;
    top: 2%;
    left: 2%
}

.grouping-home-box {
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.grouping-home-box:hover {
    color: #000;
    font-weight: 700;
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

.grouping-home {
    width: 90%;
    margin: -27px auto auto;
    background: #fff;
    text-align: center;
    padding: 12px 30px 18px;
    z-index: 10;
    border: 1px solid #e0e0e0;
    position: sticky
}

.slider-footer {
    margin: 4.5rem 0 -4.5rem
}

.location-on-slider {
    width: 100%;
    height: 100%;
    margin-bottom: .5rem;
    position: absolute;
    bottom: -1.5%;
    z-index: 10
}

.location-on-slider-info {
    display: flex;
    height: 100%;
    align-items: self-end;
    width: 100%;
    justify-content: center;
    padding-bottom: 3rem
}

.location-on-slider p {
    color: #fff;
    font-size: 2em;
    font-weight: 700
}

.slider-archive img {
    width: 100%
}

.slider-archive {
    margin-top: -72px
}

.owl-archive .owl-stage {
    margin: auto
}

.card-gift-img,
.off-products-position {
    position: relative
}

.filter-archive {
    display: flex;
    justify-content: center
}

.filter-fixed,
.heart-like {
    justify-content: center;
    display: flex
}

.filter-fixed {
    width: 200px;
    align-items: center;
    background-color: #fff;
    padding-top: 4px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px
}

.row-four img,
.row-three img {
    opacity: .3
}

.blur-load.loaded>img,
.row-four:hover img,
.row-three:hover img {
    opacity: 1
}

.filter-fixed button {
    background-color: #000;
    padding: 6px 10px 4px 15px;
    color: #fff;
    margin: 0 auto 4px 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px
}

.offcanvas-body::-webkit-scrollbar {
    width: 10px
}

.offcanvas-body::-webkit-scrollbar-track {
    background-color: transparent;
    border: 1px solid #e0e0e0
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background: #d8d8d8
}

.offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: #1a1a1a
}

.filter-checkbox label {
    border: 1px solid #fff;
    display: block;
    position: relative;
    cursor: pointer
}

.filter-checkbox label:before {
    background-color: #fff;
    color: #fff;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: .4s;
    transform: scale(0)
}

.filter-checkbox label img {
    transition-duration: .2s;
    transform-origin: 50% 50%
}

.filter-checkbox :checked+label {
    border-color: #ddd
}

.filter-checkbox :checked+label:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
    z-index: 10
}

.filter-checkbox :checked+label img {
    transform: scale(.9);
    z-index: -1
}

.info-archive {
    border: 1px solid #e0e0e0;
    padding: 1.5rem 3.5rem;
    margin: 35px 0
}

.info-archive h2 {
    font-size: calc(.7rem + .4vw)
}

.info-archive h3 {
    font-size: calc(.6rem + .3vw);
    font-weight: 700
}

.info-archive h4 {
    font-size: calc(.53rem + .3vw);
    font-weight: 600
}

.count-singel {
    width: 60%;
    border: 1px solid #ccc;
    height: 36px
}

.thank-bg {
    border: 1px solid #e0e0e0;
    background-image: url("../images/Logo/pattern.svg");
    background-size: contain
}

.thank-box {
    width: 40%;
    padding: 10px;
    margin: auto;
    border: 1px solid #e0e0e0;
    background-color: #fff
}

.color-selection label,
.size-selection label {
    position: relative;
    cursor: pointer;
    width: 100%
}

.color-selection input[type=radio],
.size-selection input[type=radio] {
    width: 100%;
    height: 40px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none
}

.color-selection input[type=radio]:checked,
.size-selection input[type=radio]:checked {
    background-color: #fff;
    border: 2px solid #000
}

.color-selection input[type=radio]:checked~span:first-of-type,
.size-selection input[type=radio]:checked~span:first-of-type {
    font-weight: 700;
    color: #000
}

.color-selection label span:first-of-type,
.size-selection label span:first-of-type {
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    font-size: 15px;
    color: #000
}

.color-selection label span,
.size-selection label span {
    position: relative;
    top: -12px
}

.heart-like {
    width: 73px;
    margin-left: 12px;
    height: 100%;
    align-items: center;
    border: 1px solid #e0e0e0
}

.counter-number {
    width: 78px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.counter-number .minus-gift,
.counter-number .plus-gift {
    width: 20px;
    height: 100%;
    min-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0
}

.counter-number .input-count-gift {
    width: 38px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0
}

.accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 20px
}

.fixme-active {
    background-color: #fff;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    position: sticky;
    top: 16%;
    flex: 0 0 auto;
    right: 0
}

.card-details ul li {
    display: flex;
    justify-content: space-between
}

.search-page input {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    width: 86%
}

.search-page input:focus {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #e0e0e0
}

.search-page label {
    color: #e0e0e0;
    cursor: pointer
}

.box-info-gift {
    max-width: 516px
}

.box-info-gift input {
    padding: 0;
    max-width: 90%
}

.count-giftcard-area {
    right: 52%;
    left: 50%;
    top: 70%;
    bottom: 50%;
    transform: translate(178px, -30px);
    width: 229px
}

.count-giftcard-area::before {
    display: flex;
    content: "ریال";
    width: 5em;
    height: 3em;
    position: absolute;
    right: 100%;
    justify-content: start;
    align-items: center;
    color: #000;
    font-weight: 600;
    background: #fff
}

.count-giftcard {
    height: 48.1px;
    margin-top: 00;
    border: 0;
    outline: 0
}

.ul-custom-img {
    list-style-image: url(../images/Logo/Gol\Nafis.svg)
}

.giftcard-organiz {
    height: 348px;
    width: 100%;
    background-image: url(../images/bg/ArtboardGift.webp);
    background-size: cover;
    margin-bottom: -72px
}

.box-menu-dashboard-items-active {
    font-weight: bolder;
    border-bottom: 2px solid #000 !important
}

.arrow-dashboard::after {
    content: "";
    background-image: url("../images/icons/Path.png");
    height: 12px;
    background-size: cover;
    width: 6px;
    display: block;
    position: absolute;
    right: 91%;
    font-size: 14px;
    top: 30%
}

.card-gift-disgn {
    position: absolute;
    background: #fff;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 10%;
    left: 0
}

.card-gift-info {
    right: 0;
    width: 65%;
    bottom: 15%
}

.card-gift-info-tow p:first-child {
    right: 25%;
    width: 62%;
    bottom: 76%
}

.card-gift-info-tow p:last-child {
    right: 25%;
    width: 62%;
    bottom: 50%
}

.shopping-cart-design {
    border-radius: 50%;
    width: 18px;
    display: block;
    font-size: 9px;
    padding-left: 3px !important;
    height: 19px;
    padding-top: 6px !important
}

.dot-pos .owl-nav {
    margin-top: -53px
}

.checkout-stand {
    top: 423px
}

.filter-archive {
    margin: 4rem 0 1.5rem
}

.field-icon {
    float: left;
    margin-left: 25px;
    margin-top: -25px;
    position: relative;
    z-index: 2
}

.panel-box.show {
    transform: translate3d(-1px, 48px, 0) !important;
    border-radius: 0
}

.f-products-14 {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.aftersales-singel {
    height: 33em;
    overflow: hidden
}

figure img {
    object-position: center;
    object-fit: cover;
    aspect-ratio: 1/1.2
}

.blur-load {
    background-image: url(../images/logo/Placeholder-Nafis-400.webp);
    background-size: cover;
    background-position: center
}

.blur-load>img {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

@media (min-width:1800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1750px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1400px) {
    .box-info-gift {
        margin-right: 5vw
    }

    .card-gift-info {
        bottom: 30%
    }
}

@media only screen and (max-width:1354px) {
    .fix-singel-ph {
        width: 100%
    }

    .fix-singel-ph .counter-box-singel {
        width: 55px
    }
}

@media only screen and (min-width:1023px) {
    .w-md-25 {
        width: 25% !important
    }

    .revers-price-mobile-border {
        border: 1px solid #ccc;
        text-align: center
    }

    .owl-nav {
        position: absolute;
        top: 0;
        margin-top: -70px
    }

    .nan-invent {
        margin-top: -32px;
        margin-right: -60px
    }

    .rows-four .row-custom {
        flex: 0 0 auto;
        width: 25% !important
    }

    .price-cart-mobile {
        margin-top: -25px
    }

    .owl-item-women .owl-item {
        width: auto !important
    }

    .owl-item-women .owl-stage {
        display: flex;
        justify-content: center
    }

    .shopping-cart-pos {
        padding: 1em 0;
        width: 90%;
        margin: auto
    }

    .modal-pos {
        width: 32.2%;
        margin-top: 136px;
        margin-right: 1.9vw
    }

    .shopping-cart-pos:hover {
        font-weight: 700
    }

    .mt-1px {
        margin-top: 1px !important
    }

    #captchaContainer img {
        width: 100%
    }

    .filter-archive {
        margin: 1rem 0 1.5rem
    }

    .tab-product-list .tab-product-list-item {
        margin: 0
    }

    .text-lg-start {
        text-align: right
    }

    .w-md-50 {
        width: 50% !important
    }

    .fixme-active-checkcart {
        background-color: #fff;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        position: sticky;
        top: 16%;
        flex: 0 0 auto;
        right: 0
    }

    .factor-list {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        height: auto;
        visibility: visible
    }

    .branch-box {
        border: 1px solid #e0e0e0
    }
}

.visibility-login {
    visibility: visible !important
}

.info-archive {
    overflow-wrap: anywhere
}

.remove-bg span {
    background-color: transparent !important
}

.modal-dialog {
    box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px
}

.m-menu__overlay {
    background-color: #fff !important
}

.img-captcha img {
    position: static;
    display: inline
}

.showPass {
    position: absolute;
    z-index: 10;
    left: 4%;
    top: 60%
}

.minSizes {
    min-width: 1280px;
    min-height: 720px
}

.owl-set-product .owl-item {
    width: 121px !important
}

.nan-Product {
    position: relative;
    overflow: hidden;
    height: 40px
}

.nan-Product::after,
.nan-Product::before {
    content: "";
    position: absolute;
    width: 140%;
    height: 1px;
    background-color: #e0e0e0;
    top: 50%;
    left: -20%;
    transform: rotate(29deg);
    pointer-events: none
}

.nan-Product::after {
    transform: rotate(-29deg)
}

@media only screen and (max-width:768px) {
    .minSizes {
        min-width: 375px !important;
        min-height: 667px !important
    }

    .nan-Product::after,
    .nan-Product::before {
        transform: rotate(20deg)
    }

    .nan-Product::after {
        transform: rotate(-20deg)
    }

    .revers-price-mobile-border {
        border: 1px solid #ccc;
        width: 50%;
        text-align: center;
        margin-bottom: 5px
    }

    .refresh-captcha {
        position: relative !important;
        top: -130% !important;
        right: 60px
    }

    .show-bot-mobile {
        margin-bottom: 19rem
    }

    .price-cart-mobile .price-group-pos {
        width: 100%;
        padding-left: 0;
        display: flex;
        justify-content: end
    }

    .price-cart-mobile .price-group-pos .price-group-pos-left {
        display: flex;
        justify-content: end
    }

    .f-products-14 {
        font-size: 13px
    }

    .owl-stage {
        padding-left: 0 !important
    }
}

@media only screen and (max-width:992px) {
    .fs-11 {
        font-size: 10px
    }

    .revers-price-mobile {
        flex-direction: column !important
    }

    .nan-invent {
        margin-top: -28px;
        margin-right: -68px
    }

    .footer-white,
    .footer-white ul li a,
    .send-mail-offer button {
        color: #000;
        background-color: #fff
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 20%
    }

    .center-mobile {
        text-align: center
    }

    .center-mobile .w-fit,
    .thank-box {
        width: 100%
    }

    .mobile-fullcover {
        padding-left: 3px
    }

    .card-details.border {
        border: none !important
    }

    .rows-four .row-custom {
        flex: 0 0 auto;
        width: 50%
    }

    .fs-h6-smaller h6,
    .img-tow-hover a {
        font-size: 14px
    }

    .count-giftcard-area {
        transform: translate(145px, -30px)
    }

    .pos-offcanvas {
        width: 94%;
        margin: auto;
        top: 16px
    }

    .breadcrumb,
    .info-archive p,
    .info-archive ul {
        font-size: 12px
    }

    .product-on-cart-mobile {
        width: 94%;
        margin: auto;
        padding: 0
    }

    .counter-box-singel {
        width: 28%;
        margin: 15px
    }

    .box-menu-dashboard,
    .checkcart-move,
    .mobile-fixed {
        position: fixed;
        bottom: 0;
        width: 100%
    }

    .fs-15,
    .info-archive h2 {
        font-size: 13px
    }

    .slider-archive {
        margin-top: -8px
    }

    .fs-14,
    .send-mail-offer p {
        font-size: 11px
    }

    .fs-size-14 a {
        font-size: 12px !important
    }

    .fs-16 {
        font-size: 13.5px
    }

    .price-cart-mobile {
        flex-direction: column-reverse;
        align-items: center;
        margin-left: 0;
        font-size: 11px;
        margin-top: 20px
    }

    .counter-number div,
    .counter-number input {
        min-height: 21px
    }

    .count-giftcard,
    .count-giftcard-area::before {
        height: 34px
    }

    .count-giftcard-area::before {
        width: 2em
    }

    .order-1 {
        order: 1
    }

    .order-2 {
        order: 2
    }

    .order-1 {
        order: 3
    }

    .mobile-fixed {
        left: 0;
        background-color: #fff;
        border-top: 2px solid #e0e0e0;
        padding: 10px
    }

    .giftcard-organiz {
        background-image: url(../images/bg/Artboard-moblie.webp)
    }

    .checkcart-move {
        background: #fff;
        right: 0;
        left: 0
    }

    .footer-white {
        margin-bottom: 170px
    }

    footer ul {
        margin-bottom: 35px
    }

    footer ul li {
        margin: 10px 0
    }

    .send-mail-offer {
        padding: 0
    }

    .title-box h2 {
        font-size: calc(.9rem + .25vw)
    }

    .send-mail-offer button {
        border: 1px solid #000
    }

    .carousel-control-next .arrow-button,
    .carousel-control-prev .arrow-button {
        width: 31px;
        height: 31px
    }

    .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -o-transform: translateY(-10%)
    }

    .info-archive {
        padding: 20px
    }

    .owl-nav .owl-next {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -o-transform: translateY(-10%)
    }

    .box-menu-dashboard {
        right: 0;
        background-color: #fff;
        line-height: 0;
        z-index: 10
    }
}