/* Minification failed. Returning unminified contents.
(2275,30): run-time error CSS1039: Token not allowed after unary operator: '-header-button-cart-number-background'
 */
html {
    font-size: 15px
}

:focus {
    outline: 0 !important
}

html {
    font-size: 14px
}

body {
    background-color: #eee;
    direction: rtl;
    font-weight: 400;
    min-height: 100vh;
    text-align: right
}

    body.body-overlay:before {
        background: transparent;
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        width: 100%;
        z-index: 9
    }

a {
    color: #535353
}

    a, a:hover {
        text-decoration: none
    }

        a:hover {
            color: #945c07
        }

ul {
    margin: 0;
    padding: 0
}

button {
    border: 0
}

:disabled {
    cursor: not-allowed
}

    :disabled::-webkit-input-placeholder {
        color: #535353;
        opacity: .5
    }

    :disabled::-moz-placeholder {
        color: #535353;
        opacity: .5
    }

    :disabled:-ms-input-placeholder {
        color: #535353;
        opacity: .5
    }

    :disabled::-ms-input-placeholder {
        color: #535353;
        opacity: .5
    }

    :disabled::placeholder {
        color: #535353;
        opacity: .5
    }



body::-webkit-scrollbar-track {
    background: #c9c9c9
}

body::-webkit-scrollbar-thumb {
    background: #945c07;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

    body::-webkit-scrollbar-thumb:hover {
        background: #633e05
    }

:not(.responsive-menu)::-webkit-scrollbar {
    height: 15px;
    width: 15px
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.3);
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,.4)
    }

.text-field {
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    color: #535353;
    max-width: 100%;
    padding: 12px 20px;
    width: 300px
}

    .text-field::-webkit-input-placeholder {
        color: #a9a9a9
    }

    .text-field::-moz-placeholder {
        color: #a9a9a9
    }

    .text-field:-ms-input-placeholder {
        color: #a9a9a9
    }

    .text-field::-ms-input-placeholder {
        color: #a9a9a9
    }

    .text-field::placeholder {
        color: #a9a9a9
    }

    .text-field:focus {
        border-color: #1fb7e9
    }

    .text-field:disabled {
        background: #cfcfcf;
        border-color: transparent
    }

.button {
    background: #1fb7e9;
    border-radius: 4px;
    color: #fff;
    padding: 12px 24px
}

    .button:focus, .button:hover {
        background-color: #14a1d0;
        color: #fff
    }

    .button:disabled {
        background-color: #78b5c9
    }

    .button.button-pill {
        border-radius: 100px !important;
        padding: 7px 20px !important
    }

@media (max-width:576px) {
    .button.button-pill {
        padding: 8px 18px !important
    }
}

@media (min-width:768px) {
    .button.button-pill {
        padding: 8px 18px !important
    }
}

@media (min-width:992px) {
    .button.button-pill {
        padding: 8px 18px !important
    }
}

.button-brand {
    background-color: #945c07;
    border: 1px solid #945c07;
    color: #fff
}

    .button-brand.button-outlined {
        background-color: transparent !important;
        border-color: #945c07 !important;
        color: #945c07 !important
    }

    .button-brand.button-light {
        background-color: #f2f2f2;
        border-color: rgba(0,0,0,.1);
        color: #945c07;
        display: inline-block
    }

    .button-brand:focus, .button-brand:hover {
        background-color: #724705;
        color: #fff
    }

.text-english {
    font-family: Segoe UI,Tahoma,Geneva,Verdana,sans-serif !important
}

.bg-gray {
    background: #f2f2f2
}

[class*=ico-], [class^=ico-] {
    line-height: 1
}

    [class*=ico-].ico-1x, [class^=ico-].ico-1x {
        font-size: 1.3rem
    }

    [class*=ico-].ico-2x, [class^=ico-].ico-2x {
        font-size: 2rem
    }

    [class*=ico-].ico-3x, [class^=ico-].ico-3x {
        font-size: 3rem
    }

    [class*=ico-].ico-4x, [class^=ico-].ico-4x {
        font-size: 4rem
    }

#app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh
}

    #app > #content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    #app > section {
        margin-bottom: 35px
    }

.text-ltr {
    direction: ltr !important
}

.text-wide {
    letter-spacing: 1px
}

.flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.flip-vertical {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.link {
    color: #945c07 !important
}

    .link:hover {
        color: #535353 !important
    }

.link-like-btn {
    border: none
}

.no-bg {
    background: 0
}

.adjust-icon {
    position: relative;
    top: 2px
}

.icon-brand {
    font-weight: 400
}

.animation-initial {
    opacity: 0;
    z-index: -1
}

.tiny-badge {
    background: #d33e43;
    border-radius: 100px;
    color: #fff;
    line-height: 1.1;
    min-height: 20px;
    min-width: 20px;
    padding: 3px 5px;
    position: absolute;
    right: -4px;
    top: -5px;
    z-index: 1
}

    .tiny-badge:empty {
        display: none
    }

@media (max-width:360px) {
    .tiny-badge {
        min-height: 10px;
        min-width: 10px
    }
}

.has-dot {
    position: relative
}

    .has-dot:after {
        background: #d33e43;
        border-radius: 100%;
        content: "";
        height: 6px;
        position: absolute;
        right: 0;
        top: -5px;
        width: 6px
    }

.focus-overlay {
    background: rgba(0,0,0,.3);
    display: block;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}

.ani-fade {
    -webkit-animation: fade-in .15s ease forwards;
    animation: fade-in .15s ease forwards
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.aspect-ratio {
    position: relative
}

    .aspect-ratio:before {
        content: "";
        display: block;
        padding-top: 56.25%;
        width: 100%
    }

    .aspect-ratio > .inner {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

    .aspect-ratio.ratio-16x9:before {
        padding-top: 56.25%
    }

    .aspect-ratio.ratio-9x16:before {
        padding-top: 177.7777777778%
    }

    .aspect-ratio.ratio-golden:before {
        padding-top: 161.8033%
    }

    .aspect-ratio.one-by-one:before, .aspect-ratio.ratio-1x1:before {
        padding-top: 100% !important
    }

    .aspect-ratio.ratio-4x5:before {
        padding-top: 125%
    }

    .aspect-ratio.product-ratio:before {
        padding-top: 159.2592592593% !important
    }

    .aspect-ratio.two-by-one:before {
        padding-top: 50% !important
    }

.white-box {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 1px 2px 6px #ebebeb;
    box-shadow: 1px 2px 6px #ebebeb;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 10px 20px
}

.snackbar-item p {
    margin-bottom: 0
}

.loading-animation {
    -webkit-animation: loading .4s linear infinite;
    animation: loading .4s linear infinite;
    border: 2px solid rgba(0,0,0,.3);
    border-radius: 100px;
    border-top-color: #945c07;
    height: 20px;
    width: 20px
}

.loading-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    width: 100%;
    z-index: 10000000
}

.loading-progressbar {
    background: rgba(0,0,0,.3);
    height: 4px;
    overflow: hidden;
    position: relative;
    width: 300px
}

    .loading-progressbar .inner {
        background: #945c07;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        width: 40%
    }

.back-top {
    background: #fff;
    border-radius: 5px;
    bottom: 50px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.07),0 4px 8px rgba(0,0,0,.07),0 8px 16px rgba(0,0,0,.07),0 16px 32px rgba(0,0,0,.07),0 32px 64px rgba(0,0,0,.07);
    box-shadow: 0 1px 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.07),0 4px 8px rgba(0,0,0,.07),0 8px 16px rgba(0,0,0,.07),0 16px 32px rgba(0,0,0,.07),0 32px 64px rgba(0,0,0,.07);
    cursor: pointer;
    display: none;
    height: 50px;
    left: 40px;
    position: fixed;
    text-align: center;
    width: 50px;
    z-index: 10
}

    .back-top img {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .back-top.sticky {
        display: block
    }

@media (max-width:498px) {
    .back-top {
        display: none !important
    }
}

@media (max-width:576px) {
    .back-top {
        bottom: -3px;
        height: 50px;
        left: 23px;
        width: 50px
    }
}

@media (min-width:768px) {
    .back-top {
        height: 50px;
        width: 50px
    }
}

@media (min-width:992px) {
    .back-top {
        height: 50px;
        width: 50px
    }
}

@media (min-width:1366px) {
    .back-top {
        height: 50px;
        width: 50px
    }
}

@media (min-width:1536px) {
    .back-top {
        height: 65px;
        width: 65px
    }
}

@media (min-width:1920px) {
    .back-top {
        height: 65px;
        width: 65px
    }
}

.shadow-shorter {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.11),0 2px 2px rgba(0,0,0,.11),0 4px 4px rgba(0,0,0,.11),0 6px 8px rgba(0,0,0,.11),0 8px 16px rgba(0,0,0,.11);
    box-shadow: 0 1px 1px rgba(0,0,0,.11),0 2px 2px rgba(0,0,0,.11),0 4px 4px rgba(0,0,0,.11),0 6px 8px rgba(0,0,0,.11),0 8px 16px rgba(0,0,0,.11)
}

.xcontainer {
    margin: 0 auto;
    max-width: 100% !important;
    width: 100% !important
}

@media (min-width:1440px) {
    .xcontainer {
        max-width: 1440px !important;
        width: 1440px !important
    }
}

[class*=hint--] {
    display: block
}

    [class*=hint--]:after {
        font-family: IRANSans
    }

.cursor-pointer {
    cursor: pointer
}

.overflow-x-scroll {
    overflow-x: auto
}

.overflow-y-clip {
    overflow-y: hidden
}

.overflow-x-clip {
    overflow-x: hidden
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.link-like-btn {
    background: 0
}

.categories-ul > li.has-children > a:after, .icon-brand, .mega-menu-container > div ul li:before, .product-container .add-to-cart-btn:before, .product-container .add-wishlist-btn.added-wishlist:before, .product-container .add-wishlist-btn:before, .radio-label:before, .results .result-categories li:before, blockquote:before, select:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: iconly;
    font-style: normal;
    font-variant: normal
}

.search-no-result li a {
    color: #945c07 !important
}

    .search-no-result li a:hover {
        color: #535353 !important
    }

label::-moz-selection {
    background: transparent
}

label::selection {
    background: transparent
}

input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -4
}

    input[type=checkbox]:checked + label:before {
        background-color: #1fb7e9 !important;
        background-image: url(../images/product-variation-checkbox.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 80%;
        border: 1px solid #1fb7e9
    }

.checkbox-label {
    cursor: pointer
}

    .checkbox-label:before {
        background-color: #fff;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        content: "";
        display: inline-block;
        height: 16px;
        margin-left: 8px;
        position: relative;
        text-align: center;
        top: 4px;
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        width: 16px
    }

@media (min-width:1536px) {
    .checkbox-label:before {
        height: 20px;
        width: 20px
    }
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], textarea {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    font-size: 1rem;
    max-width: 100%;
    padding: 8px 16px;
    width: 250px
}

@media (min-width:1366px) {
    input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], textarea {
        padding: 11px 16px
    }
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, textarea:focus {
    border-color: #1fb7e9
}

    input[type=email]:focus.ltr-on-focus:focus, input[type=number]:focus.ltr-on-focus:focus, input[type=password]:focus.ltr-on-focus:focus, input[type=tel]:focus.ltr-on-focus:focus, input[type=text]:focus.ltr-on-focus:focus, textarea:focus.ltr-on-focus:focus {
        direction: rtl;
        text-align: left
    }

button[type=submit], input[type=button], input[type=submit] {
    background: #1fb7e9;
    border-color: transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    padding: 4px 16px
}

    button[type=submit]:focus, button[type=submit]:hover, input[type=button]:focus, input[type=button]:hover, input[type=submit]:focus, input[type=submit]:hover {
        background-color: #1397c2
    }

input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -4
}

    input[type=radio]:checked + label:before {
        background-color: #1fb7e9 !important
    }

.radio-label {
    cursor: pointer
}

    .radio-label:before {
        background-color: #c8c8c8;
        border-radius: 100px;
        color: #fff;
        content: "\f111";
        display: inline-block;
        font-size: .53rem;
        height: 16px;
        margin-left: 8px;
        padding-top: 3px;
        position: relative;
        text-align: center;
        width: 16px
    }

select:before {
    background: #fff;
    color: #9b9b9b;
    content: "\f107";
    display: block;
    font-size: 1.5rem;
    height: calc(100% - 2px);
    left: 3px;
    padding-top: 10px;
    position: absolute;
    text-align: right;
    top: 1px;
    width: 29px;
    z-index: 2
}

select {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    font-size: 1rem;
    min-width: 250px;
    padding: 8px 16px
}

    select:focus {
        border-color: #1fb7e9
    }

    select:disabled {
        background: #cfcfcf;
        border-color: transparent
    }

.icon {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: iconly;
    font-style: normal;
    font-variant: normal
}

.ebcf_modal {
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.ebcf_modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    margin: auto;
    max-width: 40%;
    padding: 20px;
    width: auto
}

.ebcf_close {
    color: #aaa;
    font-size: 28px
}

    .ebcf_close:focus, .ebcf_close:hover {
        color: #000;
        cursor: pointer;
        text-decoration: none
    }

@media (min-width:1366px) {
    .x-container {
        max-width: 100% !important;
        padding-left: calc(50vw - 683px) !important;
        padding-right: calc(50vw - 683px) !important;
        width: 100% !important
    }

        .x-container .categories-ul > li {
            margin-left: 15px
        }
}

@media (max-height:450px),(max-width:576px) {
    .responsive-menu#cart-responsive-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .responsive-menu #not-empty-cart-popup li {
        border-bottom: 1px solid rgba(0,0,0,.07)
    }

        .responsive-menu #not-empty-cart-popup li button {
            color: red;
            left: 30px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 10
        }

        .responsive-menu #not-empty-cart-popup li .text-muted, .responsive-menu #not-empty-cart-popup li a {
            font-size: 1rem !important
        }

    .responsive-menu #empty-cart-popup {
        padding-top: 20px
    }

    .responsive-menu #not-empty-cart-popup {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%
    }

        .responsive-menu #not-empty-cart-popup ul {
            max-height: none;
            overflow-y: visible
        }

        .responsive-menu #not-empty-cart-popup li {
            border-bottom: 1px solid #eee
        }

        .responsive-menu #not-empty-cart-popup .position-absolute {
            background: #fff;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 9
        }

    .responsive-menu #profile-responsive-panel form {
        display: grid
    }

    .responsive-menu#responsive-main-menu-panel .resp-main-menu {
        font-size: 1.1rem
    }

        .responsive-menu#responsive-main-menu-panel .resp-main-menu li + li, .responsive-menu#responsive-main-menu-panel .resp-main-menu li:first-child {
            border-bottom: 1px solid #d4d4d4
        }

        .responsive-menu#responsive-main-menu-panel .resp-main-menu li:hover {
            background: #efefef
        }

        .responsive-menu#responsive-main-menu-panel .resp-main-menu a {
            display: block;
            padding: 20px 32px
        }

    .responsive-menu#responsive-main-menu-panel .resp-social-menu {
        border-top: 1px solid #d4d4d4
    }

        .responsive-menu#responsive-main-menu-panel .resp-social-menu li {
            padding: 15px
        }

    .responsive-menu .resp-menu-logo {
        margin-right: 25px;
        margin-top: 25px;
        max-width: 40%
    }
}

label {
    margin-bottom: 0 !important
}

.table td, .table th {
    vertical-align: middle
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: .85rem;
    opacity: .75
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: .85rem;
    opacity: .75
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: .85rem;
    opacity: .75
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: .85rem;
    opacity: .75
}

input::placeholder, textarea::placeholder {
    font-size: .85rem;
    opacity: .75
}

.inset-full:before {
    bottom: 0;
    content: "";
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1
}

.see-more-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #945c07;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center
}

    .see-more-products img {
        margin: 0 auto;
        width: 75px
    }

    .see-more-products a:before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

.text-xsmall {
    font-size: .51rem
}

.text-smaller {
    font-size: .64rem
}

.text-small {
    font-size: .8rem
}

.text-standard {
    font-size: 1rem
}

.text-medium {
    font-size: 1.25rem
}

.text-large {
    font-size: 1.56rem
}

.text-larger {
    font-size: 1.95rem
}

.text-xlarge {
    font-size: 3.44rem
}

.header-narrow-menu {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    color: #535353;
    -webkit-transition: all .3s ease;
    font-size: 14px !important;
    transition: all .3s ease
}

    .header-narrow-menu ul {
        position: relative;
        top: 2px
    }

@media (min-width:1920px) {
    .header-narrow-menu ul {
        top: 5px
    }
}

.header-narrow-menu ul li {
    font-size: 12px;
    margin-left: 25px
}

@media (min-width:768px) {
    .header-narrow-menu ul li {
        font-size: .8rem !important
    }
}

@media (min-width:992px) {
    .header-narrow-menu ul li {
        font-size: .8rem !important
    }
}

@media (max-width:576px) {
    .header-narrow-menu {
        display: none !important
    }
}

.header-main-bar .logo {
    width: 20%
}

@media (max-height:450px),(max-width:576px) {
    .header-main-bar .logo {
        width: 25%
    }
}

@media (max-width:768px) {
    .header-main-bar .logo {
        text-align: center
    }
}

@media (min-width:1920px) {
    .header-main-bar .logo {
        margin-right: auto
    }
}

@media (max-height:450px),(max-width:576px) {
    .header-main-bar .logo .link-like-btn {
        cursor: pointer
    }
}

.header-main-bar .logo img {
    max-width: 55%
}

@media screen and (max-width:414px) {
    .header-main-bar .logo img {
        max-width: 90%;
        right: 0
    }
}

@media (min-width:576.1px) and (min-height:450px) {
    .header-main-bar .logo img {
        max-height: 60px;
        max-width: 80%
    }
}

@media (max-height:450px),(max-width:576px) {
    .header-main-bar .logo img {
        max-height: 35px;
        max-width: 100%
    }
}

@media (max-width:768px) {
    .header-main-bar .logo img {
        max-height: 6.5vh
    }
}

@media (min-width:992px) {
    .header-main-bar .logo img {
        max-width: 80%
    }
}

@media (min-width:1366px) {
    .header-main-bar .logo img {
        max-width: 70%
    }
}

#site-header {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.03),0 2px 4px rgba(0,0,0,.03),0 4px 8px rgba(0,0,0,.03),0 8px 16px rgba(0,0,0,.03),0 16px 32px rgba(0,0,0,.03),0 32px 64px rgba(0,0,0,.03);
    box-shadow: 0 1px 2px rgba(0,0,0,.03),0 2px 4px rgba(0,0,0,.03),0 4px 8px rgba(0,0,0,.03),0 8px 16px rgba(0,0,0,.03),0 16px 32px rgba(0,0,0,.03),0 32px 64px rgba(0,0,0,.03)
}

    #site-header.sticky {
        border-bottom: 0;
        left: 0;
        position: fixed;
        top: 0;
        z-index: 10
    }

@media (max-width:992px) {
    #site-header.sticky {
        padding: 10px
    }
}

#site-header.sticky .header-main-bar {
    padding-bottom: 5px !important;
    padding-top: 5px !important
}

@media (min-width:768px) {
    #site-header.sticky .header-main-bar {
        padding-bottom: 2px !important;
        padding-top: 2px !important
    }
}

@media (max-width:768px) {
    #site-header.sticky .header-main-bar {
        padding: 10px 0 !important
    }
}

@media (min-width:992px) {
    #site-header.sticky .header-main-bar {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }
}

@media (min-width:1536px) {
    #site-header.sticky .header-main-bar {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }
}

@media (min-width:1920px) {
    #site-header.sticky .header-main-bar {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }
}

#site-header.sticky .header-categories, #site-header.sticky .header-narrow-menu {
    border: 0 !important;
    height: 0;
    overflow: hidden;
    padding: 0 !important
}

@media (max-width:576px) {
    #site-header.sticky .header-categories, #site-header.sticky .header-narrow-menu {
        display: none
    }
}

#site-header.sticky.unfold {
    top: 0;
    -webkit-transition: top .1s linear;
    transition: top .1s linear
}

@media (max-height:450px),(max-width:576px) {
    #site-header.sticky {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
        top: -15vh
    }

    #site-header .header-categories, #site-header .header-narrow-menu {
        display: none
    }
}

.card-noti-profile {
    position: relative;
    width: 20%;
    z-index: 6
}

    .card-noti-profile > * {
        margin-right: 14%
    }

@media screen and (max-width:414px) {
    .card-noti-profile > * {
        margin-right: 10px
    }
}

@media (min-width:768px) {
    .card-noti-profile > * {
        margin-right: 10%
    }
}

.card-noti-profile i {
    color: grey
}

@media (max-width:576px) {
    .card-noti-profile .button-with-popup {
        display: none
    }
}

@media (max-height:450px),(max-width:576px) {
    .card-noti-profile .button-with-popup:last-child {
        lay: none !important
    }

    .card-noti-profile {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        width: auto
    }

    .popup-states > .button-popup {
        max-width: 100% !important;
        min-width: auto !important
    }
}

@media (min-width:768px) {
    .popup-states > .button-popup {
        max-width: 100% !important;
        min-width: auto !important
    }
}

@media (min-width:992px) {
    .popup-states > .button-popup {
        max-width: 100% !important;
        min-width: auto !important
    }
}

.button-with-popup {
    position: relative
}

    .button-with-popup .popup-states {
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.07),0 4px 8px rgba(0,0,0,.07),0 8px 16px rgba(0,0,0,.07),0 16px 32px rgba(0,0,0,.07),0 32px 64px rgba(0,0,0,.07),-68px -101px 57px -53px rgba(0,0,0,.08);
        box-shadow: 0 1px 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.07),0 4px 8px rgba(0,0,0,.07),0 8px 16px rgba(0,0,0,.07),0 16px 32px rgba(0,0,0,.07),0 32px 64px rgba(0,0,0,.07),-68px -101px 57px -53px rgba(0,0,0,.08);
        display: none;
        left: -10%;
        min-width: 220px;
        position: absolute;
        top: 140%;
        z-index: 1
    }

        .button-with-popup .popup-states * > .button-popup {
            width: 100%
        }

        .button-with-popup .popup-states:before {
            border: 10px solid transparent;
            border-bottom-color: #fff;
            content: "";
            display: block;
            height: 0;
            left: 17px;
            position: absolute;
            top: -20px;
            width: 0
        }

#empty-cart-popup > img {
    display: block;
    margin: 15px auto;
    max-width: 40%
}

#empty-cart-popup ul li {
    margin-bottom: 4px;
    padding: 2px 5px
}

    #empty-cart-popup ul li a {
        color: #945c07 !important
    }

        #empty-cart-popup ul li a:hover {
            color: #535353 !important
        }

#not-empty-cart-popup {
    min-width: 300px
}

    #not-empty-cart-popup > ul {
        max-height: 250px;
        overflow-y: scroll
    }

@media (max-height:450px),(max-width:576px) {
    #not-empty-cart-popup > ul {
        max-height: 160px
    }
}

#not-empty-cart-popup li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.07);
    display: grid;
    grid-template-columns: 75px auto;
    position: relative
}

@media (min-width:1366px) {
    #not-empty-cart-popup li {
        grid-template-columns: 90px auto
    }
}

@media (max-width:360px) {
    #not-empty-cart-popup li {
        grid-template-columns: 65px 1fr
    }
}

#not-empty-cart-popup li a {
    font-size: .9rem !important
}

#not-empty-cart-popup li div a:first-child {
    margin-bottom: 9px
}

    #not-empty-cart-popup li div a:first-child:before {
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2
    }

#not-empty-cart-popup li img {
    border-radius: 4px;
    width: 100%
}

#profile-button {
    height: 50px;
    overflow: hidden;
    width: 50px
}

@media (max-height:450px),(max-width:576px) {
    #profile-button {
        height: 50px;
        position: relative;
        top: 3px;
        width: 50px
    }
}

@media (min-width:992px) {
    #profile-button {
        height: 55px;
        width: 55px
    }
}

@media (min-width:1366px) {
    #profile-button {
        height: 60px;
        width: 60px
    }
}

#profile-button img {
    width: 100%
}

@media (max-height:450px),(max-width:576px) {
    #profile-button + .button-popup {
        min-width: 200px !important
    }
}

@media (min-width:768px) {
    #profile-button + .button-popup {
        min-width: 200px !important
    }
}

@media (min-width:992px) {
    #profile-button + .button-popup {
        min-width: 200px !important
    }
}

@media (min-width:768px) {
    #profile-button {
        height: 50px;
        position: relative;
        width: 50px
    }
}

.button-popup#profile-popup ul li a {
    border-top: 1px solid rgba(0,0,0,.1);
    color: #535353;
    display: block;
    padding: 12px 16px;
    white-space: nowrap
}

    .button-popup#profile-popup ul li a:hover {
        background: rgba(0,0,0,.04);
        color: #945c07
    }

    .button-popup#profile-popup ul li a i {
        margin-left: .5em;
        opacity: 1;
        position: relative;
        top: 5px
    }

.header-categories {
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.categories-ul {
    margin-right: 20px;
    overflow-x: auto;
    position: relative
}

    .categories-ul > li {
        border-radius: 5px;
        margin-left: 10px;
        white-space: nowrap
    }

        .categories-ul > li.hovered, .categories-ul > li:hover {
            background: rgba(0,0,0,.05)
        }

        .categories-ul > li > a {
            display: inline-block;
            padding: 25px 20px
        }

@media (max-height:450px),(max-width:576px) {
    .categories-ul > li > a {
        padding: 15px 20px
    }
}

@media (min-width:768px) {
    .categories-ul > li > a {
        padding: 15px 20px
    }
}

@media (max-width:768px) {
    .categories-ul > li > a {
        padding: 10px 15px
    }
}

.categories-ul > li > div {
    display: none !important
}

.categories-ul > li.has-children > a:after {
    content: "\e904";
    font-size: .9rem;
    margin-right: 15px;
    position: relative;
    top: 4px
}

.categories-ul .mega-menu-container {
    display: none
}

@media (max-height:450px),(max-width:576px) {
    .categories-ul .mega-menu-container {
        width: 80%
    }
}

@media (max-width:768px) {
    .categories-ul .mega-menu-container {
        width: 100%
    }
}

@media (min-width:768px) {
    .categories-ul .mega-menu-container {
        width: 80%
    }
}

@media (max-width:768px) {
    .categories-ul {
        margin-top: 10px !important
    }
}

.ul-mega {
    background-color: #fff;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.07),0 4px 8px rgba(0,0,0,.07),0 8px 16px rgba(0,0,0,.07),0 16px 32px rgba(0,0,0,.07),0 32px 64px rgba(0,0,0,.07);
    box-shadow: 0 1px 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.07),0 4px 8px rgba(0,0,0,.07),0 8px 16px rgba(0,0,0,.07),0 16px 32px rgba(0,0,0,.07),0 32px 64px rgba(0,0,0,.07);
    max-height: 450px;
    overflow-y: scroll;
    padding: 2% 3%;
    position: absolute;
    right: 50%;
    top: 100%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: calc(100% - 3em);
    transition-delay: 500ms;
    z-index: 5
}

@media (max-height:450px),(max-width:576px) {
    .ul-mega {
        max-height: 320px
    }
}

@media (min-width:768px) {
    .ul-mega {
        max-height: 320px
    }
}

@media (min-width:992px) {
    .ul-mega {
        max-height: 320px
    }
}

@media (min-width:1366px) {
    .ul-mega {
        max-height: 510px
    }
}

@media (min-width:1536px) {
    .ul-mega {
        max-height: 590px
    }
}

.has-children .mega-menu-container {
    display: none
}

.mega-menu-container {
    border-radius: 5px;
    min-height: 300px;
    width: 80%
}

@media (min-width:1366px) {
    .mega-menu-container {
        width: 65%
    }
}

.mega-menu-container .mega-sizer, .mega-menu-container > div {
    width: 25%
}

@media (min-width:1366px) {
    .mega-menu-container .mega-sizer, .mega-menu-container > div {
        width: 20%
    }
}

@media (min-width:768px) {
    .mega-menu-container .mega-sizer, .mega-menu-container > div {
        width: 33.33%
    }
}

@media (max-width:768px) {
    .mega-menu-container .mega-sizer, .mega-menu-container > div {
        width: 25%
    }
}

@media (min-width:992px) {
    .mega-menu-container .mega-sizer, .mega-menu-container > div {
        width: 25%
    }
}

.mega-menu-container > div {
    padding: 10px 15px
}

    .mega-menu-container > div > li a {
        font-weight: 500
    }

    .mega-menu-container > div ul {
        padding-right: 0
    }

        .mega-menu-container > div ul li {
            margin-bottom: 10px
        }

            .mega-menu-container > div ul li:before {
                content: "\e909";
                margin-left: 10px;
                opacity: .5;
                position: relative;
                top: 2px
            }

@media (min-width:768px) {
    .mega-menu-container > div {
        padding: 5px
    }
}

@media (max-width:768px) {
    .mega-menu-container > div {
        padding: 0
    }
}

.site-search {
    position: relative;
    width: 60%
}

@media (max-height:450px),(max-width:576px) {
    .site-search {
        background: #fff;
        display: none;
        position: absolute;
        right: 0;
        width: 100%
    }
}

.site-search .search-icon {
    opacity: .4;
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px
}

.site-search form {
    position: relative;
    z-index: 10
}

    .site-search form i {
        color: #9b9b9b;
        font-size: 18px;
        position: absolute;
        top: 13px
    }

@media (max-height:450px),(max-width:576px) {
    .site-search form i {
        top: 6px
    }
}

@media (min-width:768px) {
    .site-search form i {
        top: 12px
    }
}

.site-search form i.ico-Search1 {
    right: 11px !important
}

@media (min-width:992px) {
    .site-search form i {
        top: 12px
    }
}

@media (min-width:1920px) {
    .site-search form i {
        top: 12px
    }
}

.site-search form input {
    background: #edf2f7;
    border: 0;
    border-radius: 0 4px 4px 0;
    padding: 12px 60px 12px 12px !important;
    width: 100%
}

    .site-search form input::-webkit-input-placeholder {
        opacity: .8
    }

    .site-search form input::-moz-placeholder {
        opacity: .8
    }

    .site-search form input:-ms-input-placeholder {
        opacity: .8
    }

    .site-search form input::-ms-input-placeholder {
        opacity: .8
    }

    .site-search form input::placeholder {
        opacity: .8
    }

@media (max-height:450px),(max-width:576px) {
    .site-search form input::-webkit-input-placeholder {
        font-size: .9rem
    }

    .site-search form input::-moz-placeholder {
        font-size: .9rem
    }

    .site-search form input:-ms-input-placeholder {
        font-size: .9rem
    }

    .site-search form input::-ms-input-placeholder {
        font-size: .9rem
    }

    .site-search form input::placeholder {
        font-size: .9rem
    }
}

@media (min-width:768px) {
    .site-search form input::-webkit-input-placeholder {
        font-size: .9rem
    }

    .site-search form input::-moz-placeholder {
        font-size: .9rem
    }

    .site-search form input:-ms-input-placeholder {
        font-size: .9rem
    }

    .site-search form input::-ms-input-placeholder {
        font-size: .9rem
    }

    .site-search form input::placeholder {
        font-size: .9rem
    }
}

@media (min-width:992px) {
    .site-search form input::-webkit-input-placeholder {
        font-size: .9rem
    }

    .site-search form input::-moz-placeholder {
        font-size: .9rem
    }

    .site-search form input:-ms-input-placeholder {
        font-size: .9rem
    }

    .site-search form input::-ms-input-placeholder {
        font-size: .9rem
    }

    .site-search form input::placeholder {
        font-size: .9rem
    }
}

@media (min-width:1536px) {
    .site-search form input::-webkit-input-placeholder {
        font-size: 1rem
    }

    .site-search form input::-moz-placeholder {
        font-size: 1rem
    }

    .site-search form input:-ms-input-placeholder {
        font-size: 1rem
    }

    .site-search form input::-ms-input-placeholder {
        font-size: 1rem
    }

    .site-search form input::placeholder {
        font-size: 1rem
    }
}

.site-search form input:focus {
    background: #fff
}

@media (max-height:450px),(max-width:576px) {
    .site-search form input {
        border-radius: 4px;
        padding-bottom: 10px !important;
        padding-right: 36px !important;
        padding-top: 10px !important;
        width: 100%
    }
}

@media (min-width:768px) {
    .site-search form input {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }
}

@media (max-width:768px) {
    .site-search form input {
        padding-bottom: 10px !important;
        padding-right: 36px !important;
        padding-top: 10px !important;
        width: 100%
    }
}

@media (min-width:992px) {
    .site-search form input {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
}

@media (min-width:1366px) {
    .site-search form input {
        padding-bottom: 15px !important;
        padding-top: 15px !important
    }
}

@media (min-width:1920px) {
    .site-search form input {
        padding-bottom: 18px !important;
        padding-top: 18px !important
    }
}

.site-search form .clear-icon {
    background: #edf2f7;
    color: #000;
    cursor: pointer;
    display: none;
    font-size: 1.7rem;
    font-weight: lighter
}

@media (max-width:576px) {
    .site-search form .clear-icon {
        position: relative;
        right: -2px
    }
}

.site-search form button {
    background: #945c07;
    border-radius: 4px 0 0 4px;
    color: #fff;
    padding: 0 20px
}

    .site-search form button:hover {
        background-color: #7c4d06
    }

@media (max-height:450px),(max-width:576px) {
    .site-search form button {
        display: none
    }
}

@media (min-width:768px) {
    .site-search form button {
        padding: 0 20px
    }
}

@media (min-width:992px) {
    .site-search form button {
        padding: 0 20px
    }
}

@media (min-width:1366px) {
    .site-search form button {
        padding: 0 25px
    }
}

@media (min-width:1920px) {
    .site-search form button {
        padding: 0 40px
    }
}

@media (max-height:450px),(max-width:576px) {
    .site-search form {
        margin: 0 !important
    }
}

.search-result {
    background: #fff;
    border-radius: 4px;
    color: #535353;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 115%;
    width: 100%;
    z-index: 9
}

    .search-result > div {
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.03),0 2px 10px rgba(0,0,0,.12);
        box-shadow: 0 1px 1px rgba(0,0,0,.03),0 2px 10px rgba(0,0,0,.12);
        position: relative;
        z-index: 1
    }

.results .result-categories {
    border-bottom: 1px solid #dedede
}

    .results .result-categories li {
        padding: 4px 10px;
        position: relative
    }

        .results .result-categories li:before {
            color: #9b9b9b;
            content: "\e986";
            margin-left: 5px;
            padding: 8px 10px
        }

@media (max-width:576px) {
    .results .result-categories li:before {
        padding: 10px
    }
}

.results .result-categories li:hover {
    background: #f2f2f2
}

.results .result-categories li a:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.results .result-products {
    margin: 0;
    max-height: 35vh;
    overflow-y: scroll
}

@media (max-width:576px) {
    .results .result-products {
        max-height: 70vh
    }
}

.results .result-products li {
    padding: 10px 30px;
    position: relative
}

    .results .result-products li:hover {
        background: #f2f2f2
    }

@media (max-width:576px) {
    .results .result-products li {
        padding: 15px
    }

        .results .result-products li > article:before {
            content: "\e909";
            font-family: iconly
        }
}

.results .result-products a:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.results .result-products article a:last-child {
    margin-right: 20px
}

@media (max-width:576px) {
    .results .result-products article a:last-child {
        margin-right: 7px
    }
}

.results .result-products .result-product-image {
    display: inline-block;
    min-height: 60px;
    width: 40px
}

    .results .result-products .result-product-image img {
        width: 100%
    }

@media (max-width:576px) {
    .results .result-products .result-product-image {
        display: none !important
    }
}

@media (min-width:1366px) {
    .results .result-products .result-product-image {
        min-height: 70px;
        width: 70px
    }
}

.results footer {
    background: #efefef
}

.search-no-result li {
    margin-left: 40px
}

    .search-no-result li:last-child {
        margin-left: 0
    }

@media screen and (max-width:414px) {
    .search-no-result li {
        margin-left: 20px
    }
}

@media (max-width:576px) {
    .search-no-result li {
        margin-left: 30px
    }
}

.responsive-mobile-like-menu {
    background: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 -2.2px 2.2px rgba(0,0,0,.017),0 -5.2px 5.3px rgba(0,0,0,.024),0 -9.8px 10px rgba(0,0,0,.03),0 -17.4px 17.9px rgba(0,0,0,.036),0 -32.6px 33.4px rgba(0,0,0,.043),0 -78px 80px rgba(0,0,0,.06);
    box-shadow: 0 -2.2px 2.2px rgba(0,0,0,.017),0 -5.2px 5.3px rgba(0,0,0,.024),0 -9.8px 10px rgba(0,0,0,.03),0 -17.4px 17.9px rgba(0,0,0,.036),0 -32.6px 33.4px rgba(0,0,0,.043),0 -78px 80px rgba(0,0,0,.06);
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 8
}

@media (max-height:450px),(max-width:576px) {
    .responsive-mobile-like-menu {
        display: block
    }
}

.responsive-mobile-like-menu li, .responsive-mobile-like-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.responsive-mobile-like-menu li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    padding: 15px 5px;
    text-align: center
}

    .responsive-mobile-like-menu li:hover {
        background-color: #f5f5f5
    }

        .responsive-mobile-like-menu li:hover * {
            fill: #945c07;
            color: #945c07
        }

    .responsive-mobile-like-menu li > svg {
        fill: #535353;
        height: 20px;
        margin-bottom: 3px;
        width: 20px
    }

    .responsive-mobile-like-menu li#responsive-menu-cart {
        position: relative
    }

        .responsive-mobile-like-menu li#responsive-menu-cart:before {
            background: var(--header-button-cart-number-background) !important;
            border-radius: 100%;
            color: #fff;
            content: attr(data-count);
            height: 17px;
            left: 60%;
            line-height: 17px;
            position: absolute;
            top: 10px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 17px
        }

.responsive-menu-header {
    border-bottom: 1px solid #cbcbcb;
    position: relative
}

    .responsive-menu-header h5 {
        font-weight: 400;
        margin-bottom: 0
    }

.responsive-menu {
    display: none !important
}

@media (max-height:450px),(max-width:576px) {
    .responsive-menu {
        background: #fff;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: 100%;
        overflow-y: auto;
        position: fixed !important;
        right: -100%;
        top: 0;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        width: 100%;
        z-index: 1000
    }
}

@media (max-height:450px) and (max-width:420px),(max-width:576px) and (max-width:420px) {
    .responsive-menu {
        right: -100%;
        width: 100%
    }
}

@media (max-height:450px),(max-width:576px) {
    .responsive-menu.menu-slide-in {
        -webkit-box-shadow: 0 0 0 5000px rgba(0,0,0,.5);
        box-shadow: 0 0 0 5000px rgba(0,0,0,.5);
        right: 0
    }

    .responsive-menu .close-responsive-menu {
        cursor: pointer;
        font-weight: lighter
    }

    .responsive-menu .resp-logo img {
        max-width: 150px
    }

    .responsive-menu > div > ul:first-of-type li {
        list-style: none
    }

        .responsive-menu > div > ul:first-of-type li i {
            left: 0;
            margin-left: 20px;
            padding: 0;
            position: relative;
            top: 7px
        }

        .responsive-menu > div > ul:first-of-type li.responsive-categories-btn, .responsive-menu > div > ul:first-of-type li.responsive-profile-btn {
            background: #e4e4e4;
            border-radius: 100px;
            display: inline-block;
            margin-bottom: 40px;
            padding: 10px 18px
        }

            .responsive-menu > div > ul:first-of-type li.responsive-categories-btn i, .responsive-menu > div > ul:first-of-type li.responsive-profile-btn i {
                margin-left: 10px;
                top: 2px
            }

    .responsive-menu > div > ul.res-cat-ul {
        background: #fff;
        left: 0;
        top: 0
    }

        .responsive-menu > div > ul.res-cat-ul > li {
            background: #fff
        }

            .responsive-menu > div > ul.res-cat-ul > li > ul > li {
                background: #eee
            }

                .responsive-menu > div > ul.res-cat-ul > li > ul > li > ul > li {
                    background: #ddd;
                    border-bottom: 1px solid #c3c3c3
                }

        .responsive-menu > div > ul.res-cat-ul::-webkit-scrollbar {
            height: unset;
            width: unset
        }

        .responsive-menu > div > ul.res-cat-ul::-webkit-scrollbar-track {
            background: unset
        }

        .responsive-menu > div > ul.res-cat-ul::-webkit-scrollbar-thumb {
            background: unset;
            border-radius: unset;
            -webkit-box-shadow: unset;
            box-shadow: unset
        }

            .responsive-menu > div > ul.res-cat-ul::-webkit-scrollbar-thumb:hover {
                background: unset
            }

        .responsive-menu > div > ul.res-cat-ul ul {
            display: unset;
            margin-bottom: 0;
            margin-right: 30% !important;
            width: 100%
        }

        .responsive-menu > div > ul.res-cat-ul li * {
            background: 0;
            font-size: 1rem !important;
            font-weight: 400;
            list-style: none;
            margin: 0 !important;
            padding: 0;
            width: 100%
        }

        .responsive-menu > div > ul.res-cat-ul .mega-menu-container {
            display: none;
            min-height: auto
        }

        .responsive-menu > div > ul.res-cat-ul li {
            border-bottom: 1px solid #e1e1e1;
            width: 100%
        }

            .responsive-menu > div > ul.res-cat-ul li a {
                display: block;
                font-size: 1.1rem !important;
                padding: 20px 30px;
                width: 100%
            }

            .responsive-menu > div > ul.res-cat-ul li.has-children > ul a {
                padding-right: 10%
            }

            .responsive-menu > div > ul.res-cat-ul li.has-children > ul ul a {
                padding-right: 15%
            }

            .responsive-menu > div > ul.res-cat-ul li.has-children.expanded > a:before {
                content: "\e904"
            }

            .responsive-menu > div > ul.res-cat-ul li.has-children > a:before {
                content: "\e909";
                font-family: iconly;
                font-weight: 700;
                left: 5%;
                position: absolute
            }

            .responsive-menu > div > ul.res-cat-ul li:before {
                content: "" !important;
                display: none
            }

        .responsive-menu > div > ul.res-cat-ul .mega-sizer {
            display: none
        }
}

@media (max-width:576px) {
    .header-contacts span {
        padding-right: 0 !important
    }
}

@media (min-width:768px) {
    .header-contacts span {
        padding-right: 0 !important
    }
}

@media (max-width:576px) {
    .found-count {
        display: none
    }
}

@media (max-height:450px),(max-width:576px) {
    .hamb-menu {
        cursor: pointer !important
    }

    #shopping-cart + .popup-states {
        width: 220px !important
    }
}

@media (min-width:768px) {
    #shopping-cart + .popup-states {
        width: 260px !important
    }
}

@media (min-width:992px) {
    #shopping-cart + .popup-states {
        width: 260px !important
    }
}

@media (min-width:1366px) {
    #shopping-cart + .popup-states {
        min-width: 350px !important
    }

    #profile-button + .popup-states {
        min-width: 270px !important;
        top: 70px !important
    }
}

.hero-header {
    display: grid;
    gap: 15px;
    grid-template-areas: "slider top-left" "slider counter";
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 2em
}

    .hero-header > * {
        border-radius: 16px;
        overflow: hidden
    }

@media (max-width:1024px) {
    .hero-header {
        grid-template-areas: "slider slider" "top-left counter";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto
    }
}

@media (max-width:720px) {
    .hero-header {
        grid-template-areas: "slider" "top-left" "counter";
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

        .hero-header > .hero-slider.vertical-ratio:before {
            padding-top: 177.7777777778%
        }

        .hero-header > .hero-slider:not(.vertical-ratio) .flickity-page-dots {
            display: none
        }
}

.hero-header #counter {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    grid-area: counter;
    position: relative
}

    .hero-header #counter > div {
        padding-left: 3%;
        padding-right: 3%
    }

    .hero-header #counter .counter-elements {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background: #945c07;
        border-radius: 5px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 10px;
        padding: 15px 0
    }

        .hero-header #counter .counter-elements .counter-label {
            opacity: .8
        }

        .hero-header #counter .counter-elements:last-child {
            margin-left: 0
        }

@media screen and (max-width:414px) {
    .hero-header #counter .counter-elements {
        max-width: 62px;
        padding: 18px 0 !important
    }
}

@media (max-width:498px) {
    .hero-header #counter .counter-elements {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 5px;
        padding: 5px 9px
    }

        .hero-header #counter .counter-elements:last-child {
            margin-left: 0
        }
}

@media (max-width:576px) {
    .hero-header #counter .counter-elements {
        padding: 30px 0 !important
    }
}

.hero-header #counter p {
    color: #945c07;
    font-weight: 700
}

@media screen and (max-width:414px) {
    .hero-header #counter p {
        font-size: 1.3rem;
        padding-bottom: 10px !important
    }
}

@media (max-width:498px) {
    .hero-header #counter p {
        font-size: 1rem
    }
}

@media (max-width:992px) {
    .hero-header #counter p {
        margin-bottom: 10px !important
    }
}

.hero-header #counter > a:before {
    background: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

@media screen and (max-width:414px) {
    .hero-header #counter > a {
        opacity: 1
    }
}

.hero-header #counter i {
    display: inline-block;
    margin-right: 8px
}

@media screen and (max-width:414px) {
    .hero-header #counter {
        height: 202px
    }
}

.hero-promotion {
    grid-area: top-left
}

    .hero-promotion img {
        display: block;
        height: 100%;
        width: 100%
    }

.hero-slider {
    grid-area: slider
}

    .hero-slider .carousel-cell, .hero-slider img {
        height: 100%;
        width: 100%
    }

    .hero-slider img {
        display: block
    }

    .hero-slider .flickity-page-dots {
        bottom: 0;
        padding-bottom: 10px;
        position: absolute;
        top: auto
    }

        .hero-slider .flickity-page-dots .dot {
            background: #fff;
            opacity: 1
        }

            .hero-slider .flickity-page-dots .dot.is-selected {
                background: #945c07
            }

.flickity-button {
    background: transparent !important
}

    .flickity-button:hover {
        background: transparent
    }

.flickity-prev-next-button {
    height: 50px !important;
    width: 50px !important
}

.flickity-button-icon {
    fill: #fff !important
}

.flickity-button:disabled {
    opacity: .5 !important
}

.grid-item, .grid-sizer {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    width: 25%
}

    .grid-item:hover, .grid-sizer:hover {
        opacity: .85
    }

    .grid-item:before, .grid-sizer:before {
        padding-top: 78.0327868852% !important
    }

.grid-item-w2 {
    width: 50%
}

    .grid-item-w2:before {
        padding-top: 39.0163934426% !important
    }

.grid-item-h2:before {
    padding-top: 156.0655737705% !important
}

.grid-item {
    position: relative
}

    .grid-item a:before {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2
    }

    .grid-item img {
        height: 100%;
        padding: 7.5px;
        width: 100%
    }

.product-masonry {
    margin: 0 0 0px;
    left:0;
    width: 100%
}

@media (max-width:576px) {
    .product-masonry .grid-item img {
        padding: 4px
    }
}

@media screen and (max-width:414px) {
    .grid-item, .grid-sizer {
        width: 100% !important
    }

    .grid-item-w2 {
        width: 100%
    }
}

@media (max-width:768px) {
    .grid-item, .grid-sizer {
        width: 50%
    }

    .grid-item-w2 {
        width: 100%
    }
}

.expertise img {
    display: block;
    margin: 20px auto;
    max-height: 45px
}

.expertise p {
    line-height: 1.8;
    opacity: .85
}

@media (max-width:576px) {
    .expertise > div.col {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .expertise > div.col {
        margin-bottom: 20px
    }
}

.section-title {
    margin-bottom: 25px
}

    .section-title p {
        opacity: .85
    }

    .section-title h3 {
        display: inline-block;
        font-weight: 700;
        position: relative
    }

        .section-title h3 span {
            color: #7c4d06
        }

        .section-title h3:after, .section-title h3:before {
            background: #000;
            content: "";
            display: block;
            height: 4px;
            opacity: .8;
            position: absolute;
            top: 50%;
            width: 40px
        }

        .section-title h3:after {
            right: 110%
        }

        .section-title h3:before {
            left: 110%
        }

.newsletter {
    background-color: gray;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 70px 40px
}

    .newsletter .text-field[type=tel] {
        letter-spacing: 10px
    }

@media (max-width:768px) {
    .newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5))),url(../../images/newsletter-bg.jpg);
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../../images/newsletter-bg.jpg);
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        max-width: 100%
    }

        .newsletter > div {
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important
        }

        .newsletter > form {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
}

@media (max-width:498px) {
    .newsletter > div {
        text-align: center
    }
}

@media screen and (max-width:414px) {
    .newsletter > div p {
        text-align: center
    }
}

@media (max-width:768px) {
    .newsletter > div p {
        margin-bottom: 30px !important
    }
}

@media (max-width:576px) {
    .newsletter > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .newsletter > div p {
            margin-bottom: 30px !important
        }

        .newsletter > div .text-field[type=tel] {
            letter-spacing: 10px
        }
}

@media (max-width:768px) {
    .newsletter > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:576px) {
    .newsletter form > * {
        margin-bottom: 10px;
        margin-left: 0 !important;
        width: 100%
    }
}

.carousel-container {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border: 1px inset rgba(0,0,0,.08)
}

@media (max-width:360px) {
    .carousel-container {
        padding: 0 4px
    }
}

.carousel-container {
    position: relative
}

    .carousel-container > div:first-of-type {
        margin-right: auto;
        width: 82%
    }

    .carousel-container > div:last-of-type {
        width: 100%
    }

    .carousel-container .carousel-side-image-desktop {
        overflow: hidden;
        position: relative;
        width: 20%;
        z-index: 3
    }

@media (max-width:768px) {
    .carousel-container .carousel-side-image-desktop {
        display: none
    }
}

@media (max-width:992px) {
    .carousel-container .carousel-side-image-desktop {
        width: 35%
    }
}

.carousel-container .carousel-side-image-desktop img {
    display: block;
    left: 50%;
    margin: 10px auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media (min-width:1366px) {
    .carousel-container [class^=carousel-side-image-] img {
        height: 520px;
        width: auto !important
    }
}

@media (min-width:1920px) {
    .carousel-container [class^=carousel-side-image-] img {
        height: 560px;
        width: auto !important
    }
}

.carousel-container [class^=carousel-side-image-] .carousel-counter {
    background: rgba(0,0,0,.08);
    border-radius: 6px 6px 0 0;
    bottom: 16%;
    font-size: 1.2rem;
    overflow: hidden;
    padding: 5px 8px;
    position: absolute;
    white-space: normal !important;
    width: 98%
}

    .carousel-container [class^=carousel-side-image-] .carousel-counter .fa-clock {
        position: absolute;
        right: 17px;
        top: 13px
    }

    .carousel-container [class^=carousel-side-image-] .carousel-counter .counter-progress {
        background: rgba(0,0,0,.4);
        bottom: 0;
        height: 3px;
        position: absolute;
        right: 0;
        width: 0
    }

    .carousel-container [class^=carousel-side-image-] .carousel-counter .counter-element + .counter-element {
        margin-right: 4px
    }

@media (max-width:576px) {
    .carousel-container [class^=carousel-side-image-] .carousel-counter {
        font-size: .95rem;
        width: 100% !important
    }
}

@media (min-width:768px) {
    .carousel-container [class^=carousel-side-image-] .carousel-counter {
        font-size: .95rem;
        width: 100% !important
    }
}

@media (min-width:1366px) {
    .carousel-container [class^=carousel-side-image-] .carousel-counter {
        font-size: .95rem;
        width: 100% !important
    }
}

@media (min-width:1536px) {
    .carousel-container [class^=carousel-side-image-] .carousel-counter {
        width: 100% !important
    }
}

.carousel-container .carousel-side-image-mobile {
    display: none
}

@media (max-width:768px) {
    .carousel-container .carousel-side-image-mobile {
        display: block
    }
}

.carousel-container .carousel-side-image-mobile img {
    height: 450px;
    width: auto !important
}

.carousel-slider {
    padding: 20px 10px;
    position: relative;
    width: 100%
}

@media (max-width:576px) {
    .carousel-slider {
        padding: 0
    }
}

.carousel-slider .flickity-page-dots {
    bottom: 0;
    padding: 20px 20px 0;
    position: static
}

@media (max-width:768px) {
    .carousel-slider .flickity-page-dots {
        display: none
    }
}

.carousel-slider .flickity-page-dots .dot:nth-child(2n) {
    display: none
}

    .carousel-slider .flickity-page-dots .dot:nth-child(2n).is-selected + .dot, .carousel-slider .flickity-page-dots .dot:nth-child(2n).is-selected:last-child {
        opacity: 1
    }

@media (min-width:1366px) {
    .carousel-slider .flickity-page-dots li {
        font-size: .95rem
    }
}
.top-18{
    top:-18px;
}
.top-13 {
    top: -13px;
}
.product-container {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(44,44,44,.1);
    box-shadow: 0 4px 12px 0 rgba(44,44,44,.1);
    margin: 10px;
    position: relative;
    width: 260px;
    z-index: 2;
    margin-right: 2px;
    margin: 0;
    padding: 0;
}

    .product-container + .product-container {
        margin-right: 12px !important
    }

    .product-container > .inner {
        padding: 8px
    }

    .product-container:last-child {
        margin-left: 0 !important
    }

    .product-container .product-image {
        height: auto !important;
        overflow: hidden;
        position: relative;
        width: 100%
    }

        .product-container .product-image img {
            display: block;
            height: 100%;
            margin: 0 auto;
            -webkit-transition: all 3s ease;
            transition: all 3s ease;
            object-fit: contain;
            width: 100%
        }

        .product-container .product-image .primary-image {
            position: relative;
            z-index: 1
        }

        .product-container .product-image .secondary-image {
            background: #fff;
            height: 100%;
            left: 50%;
            opacity: 0;
            position: absolute;
            top: 0;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
            width: 100%;
            z-index: 2
        }

        .product-container .product-image:hover .secondary-image {
            opacity: 1
        }

    .product-container .product-badges, .masterSearch .product-badges {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3
    }

        .product-container .product-badges span, .masterSearch .product-badges span {
            border-radius: 100px 0 0 100px;
            color: #fff;
            margin-bottom: 3px;
            padding: 2px 5px 2px 7px
        }

            .product-container .product-badges span.badge-blue {
                background-color: #4845d6
            }

            .product-container .product-badges span.badge-orange {
                background-color: #e09200
            }
            .product-container .product-badges span.badge-green {
                background-color: #008000
            }
            .product-container .product-badges span.badge-red, .masterSearch .product-badges span.badge-red {
                background-color: #ff0000
            }

    .product-container .product-image, .product-container .product-title {
        margin-bottom: 13px
    }

@media (max-width:1100px) {
    .product-container .product-image, .product-container .product-title {
        margin-bottom: 6px
    }
}

@media (min-width:1920px) {
    .product-container .product-image, .product-container .product-title {
        margin-bottom: 5px
    }
}

.product-container .add-wishlist-btn {
    left: 0;
    padding: 3px 7px;
    position: absolute;
    top: 0;
    z-index: 3;
    color: red;
}

    .product-container .add-wishlist-btn:before {
        content: "\f08a";
        font-size: 1.1rem
    }

    .product-container .add-wishlist-btn.added-wishlist:before {
        content: "\f004"
    }

@media (max-width:576px) {
    .product-container .product-price {
        top: 76%
    }
}

@media (min-width:768px) {
    .product-container .product-price {
        top: 76%
    }
}

@media (min-width:1366px) {
    .product-container .product-price {
        top: 77%
    }
}

@media (min-width:1536px) {
    .product-container .product-price {
        top: 74%
    }
}

@media (min-width:1920px) {
    .product-container .product-price {
        top: 77%
    }
}

.product-container .product-price .secondary-price {
    font-size: 1.1rem
}

.product-container .primary-price {
    display: inline
}

    .product-container .primary-price span:first-child {
        font-size: 1.35rem !important
    }

.product-container .discount-amount {
    background-color: #d64550;
    border-radius: 4px;
    color: #fff;
    padding: 0 6px
}

@media (max-width:576px) {
    .product-container .discount-amount {
        font-size: 1rem
    }
}

.product-container .product-not-available {
    background: #d1d1d1;
    font-weight: 700;
    padding: 5px;
    text-align: center
}

.product-container.added-to-cart .add-to-cart-btn {
    background: #07af78 !important;
    color: #fff
}

    .product-container.added-to-cart .add-to-cart-btn:before {
        content: "\f00c"
    }

.product-container .add-to-cart-btn {
    background: #ededed;
    border-radius: 100px;
    padding: 6px 15px
}

    .product-container .add-to-cart-btn:before {
        content: "\f067";
        margin-left: 3px
    }

    .product-container .add-to-cart-btn:hover {
        background: #e3e3e3
    }

.product-container .product-rate i {
    color: #f2e863
}

.tabs-container {
    margin: 20px 0;
    padding: 15px;
    position: relative;
    z-index: 1
}

@media (max-width:576px) {
    .tabs-container {
        padding: 0 !important
    }
}

.tabs-container > p {
    border-left: 1px solid #9c9c9c;
    color: gray;
    display: inline-block;
    margin-left: 30px;
    padding-left: 30px;
    position: relative
}

@media (max-width:576px) {
    .tabs-container > p:before {
        background: #bf7300;
        bottom: -12px;
        content: "";
        display: block;
        height: 2px;
        left: calc(50% - 25px);
        position: absolute;
        width: 50px
    }

    .tabs-container > p {
        border-left: 0 solid #9c9c9c !important;
        color: #383838;
        display: block !important;
        font-size: 1.4rem;
        margin-bottom: 37px;
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: center
    }
}

.tabs-container .tab-heads {
    display: inline-block;
    margin-bottom: 40px;
    width: auto
}

@media screen and (max-width:414px) {
    .tabs-container .tab-heads {
        margin-bottom: 12px
    }
}

.tabs-container .tab-heads button {
    border-radius: 100px;
    margin-left: 1.5rem;
    padding: 3px 14px
}

    .tabs-container .tab-heads button.tab-button-active {
        background: #945c07;
        color: #fff
    }

@media screen and (max-width:414px) {
    .tabs-container .tab-heads button {
        margin-left: 10px
    }
}

@media (max-width:576px) {
    .tabs-container .tab-heads button {
        margin-bottom: 15px;
        margin-left: 20px
    }
}

@media (min-width:768px) {
    .tabs-container .tab-heads button {
        margin-left: 2px
    }
}

@media (max-width:576px) {
    .tabs-container .tab-heads {
        text-align: center;
        width: 100% !important
    }
}

.tabs-container .tab-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

    .tabs-container .tab-items .product-container {
        margin: 10px !important
    }

@media (min-width:768px) {
    .tabs-container .tab-items .product-container:nth-child(n+4) {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width:1366px) {
    .tabs-container .tab-items .product-container:nth-child(n+4) {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .tabs-container .tab-items .product-container {
        margin: 5px !important
    }
}

.tabs-container .tab-items .flex-grow-1 {
    padding-top: 30px
}

@media (max-width:576px) {
    .tabs-container .tab-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .tabs-container .tab-items div:last-child {
            font-size: 1.1rem
        }
}

@media (min-width:1536px) {
    .tabs-container .tab-items div:last-child {
        font-size: .9rem
    }
}

.tabs-container .tab-items .w-100 {
    display: none !important
}

@media (max-width:1536px) {
    .tabs-container .tab-items .w-100 {
        display: block !important
    }
}

@media (max-width:992px) {
    .tabs-container .tab-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.tabs-container .tab-pane {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%
}

.tab-pane-fade-enter-active, .tab-pane-fade-leave-to {
    display: none;
    position: absolute;
    z-index: -1
}

.tab-pane-fade-enter-to {
    opacity: 1;
    z-index: 2
}

.wide-banner {
    margin-bottom: 30px;
    position: relative;
    width: 100%
}

    .wide-banner a:before {
        background: transparent;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 2
    }

    .wide-banner a:before, .wide-banner img {
        display: block;
        width: 100%
    }

.our-story {
    background: #f2f2f2;
    line-height: 1.8;
    overflow: hidden
}

@media (min-width:1536px) {
    .our-story {
        padding-bottom: 10px;
        padding-top: 10px !important
    }
}

@media (min-width:1150px) {
    .our-story article {
        padding: 0 135px
    }
}

@media (max-width:768px) {
    .our-story article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width:992px) {
    .our-story article {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.our-story article > div:last-child img {
    max-width: 500px
}

@media (max-width:992px) {
    .our-story article > div:last-child img {
        max-width: 400px
    }
}

@media (max-width:360px) {
    .our-story article > div:last-child {
        padding: 0 !important
    }
}

.our-story a {
    color: #945c07
}

    .our-story a:hover {
        color: #000
    }

@media (max-width:576px) {
    .our-story, .our-story article {
        padding: 0
    }

        .our-story article > div {
            padding: 20px
        }

            .our-story article > div:last-child {
                padding: 0
            }

                .our-story article > div:last-child img {
                    max-width: 100%
                }
}

@media (min-width:1920px) {
    .our-story .container {
        padding-bottom: 20px;
        padding-top: 20px !important
    }
}

.category-carousel header {
    padding: 20px 40px
}

    .category-carousel header i.ico-Category1 {
        color: #945c07;
        opacity: .6
    }

@media screen and (max-width:414px) {
    .category-carousel header {
        padding: 10px 8px
    }
}

.category-carousel .flickity-prev-next-button {
    background: #fff
}

@media (max-width:576px) {
    .category-carousel .flickity-prev-next-button {
        display: none
    }
}

.category-carousel .flickity-prev-next-button .flickity-button-icon {
    fill: #000
}

blockquote {
    opacity: .9;
    padding-right: 35px;
    position: relative
}

    blockquote:before {
        content: "\f10e";
        line-height: 1;
        opacity: .1;
        position: absolute;
        right: 0;
        top: 0
    }

@media (max-width:576px) {
    blockquote {
        padding-right: 22px
    }
}

#site-testimonials {
    background: #f2f2f2
}

    #site-faq .flickity-button-icon, #site-testimonials .flickity-button-icon {
        fill: #535353 !important
    }

@media (max-width:576px) {
    #site-faq .flickity-rtl .flickity-prev-next-button.previous, #site-testimonials .flickity-rtl .flickity-prev-next-button.previous {
        right: 0
    }

    #site-faq .flickity-rtl .flickity-prev-next-button.next, #site-testimonials .flickity-rtl .flickity-prev-next-button.next {
        left: 0
    }
}

.testimonials-carousel .testimonial-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    justify-content: center;
    overflow: hidden;
    width: 200px
}

@media (max-width:576px) {
    .testimonials-carousel .testimonial-item {
        width: 320px
    }
}

.testimonials-carousel .testimonial-item img {
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-height: 100%;
    max-width: 100%;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.testimonials-carousel .testimonial-item.is-selected img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.testimonials-quotes .testimonial-quote-item {
    text-align: center;
    width: 100%
}

    .testimonials-quotes .testimonial-quote-item p:last-child:after, .testimonials-quotes .testimonial-quote-item p:last-child:before {
        content: ' " '
    }

@media (max-width:768px) {
    .featured-categories {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {
    .featured-categories {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.featured-categories .category-item {
    background-position: 50%;
    background-size: 100%;
    border-radius: 6px;
    height: 85px;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

    .featured-categories .category-item:hover {
        background-size: 111%
    }

@media (max-width:992px) {
    .featured-categories .category-item {
        margin-bottom: 0;
        width: 23%
    }
}

@media (max-width:768px) {
    .featured-categories .category-item {
        margin-bottom: 13px;
        width: 49%
    }
}

@media (max-width:576px) {
    .featured-categories .category-item {
        margin-bottom: 13px;
        width: 49%
    }
}

.featured-categories .category-item a {
    color: #fff;
    display: inline-block;
    padding: 20px 0;
    position: relative;
    z-index: 2
}

    .featured-categories .category-item a:before {
        background: rgba(0,0,0,.4);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: scale(500);
        transform: scale(500);
        width: 100%;
        z-index: -1
    }

@media (max-width:576px) {
    .featured-categories .category-item a {
        font-size: 1.2rem;
        padding: 18px 0
    }
}

@media (min-width:768px) {
    .featured-categories .category-item a {
        font-size: 1.2rem;
        padding: 18px 0
    }
}

@media (min-width:992px) {
    .featured-categories .category-item a {
        font-size: 1rem;
        padding: 15px 0
    }
}

@media (min-width:1366px) {
    .featured-categories .category-item a {
        padding: 20px 0
    }
}

@media (min-width:1536px) {
    .featured-categories .category-item a {
        font-size: 17px;
        padding: 20px 0
    }
}

@media (min-width:1920px) {
    .featured-categories .category-item a {
        padding: 30px 0
    }
}

@media screen and (max-width:414px) {
    .featured-categories .category-item > .category-item {
        -ms-flex-preferred-size: 99%;
        flex-basis: 99%
    }
}

.site-blog {
    gap: 1rem
}

@media (max-width:768px) {
    .site-blog {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:1100px) {
    .site-blog {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .site-blog article {
            width: 49%
        }
}

@media (max-width:680px) {
    .site-blog article {
        width: 100%
    }
}

.site-blog article {
    position: relative
}

    .site-blog article .article-image {
        height: auto;
        overflow: hidden;
        width: 100%
    }

        .site-blog article .article-image img {
            border-radius: 8px;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        }

        .site-blog article .article-image + h4 {
            font-size: 1.1rem;
            line-height: 1.6
        }

    .site-blog article img {
        width: 100%
    }

    .site-blog article .post-meta {
        color: gray
    }

    .site-blog article p {
        line-height: 1.8;
        opacity: .8
    }

    .site-blog article .more-btn {
        bottom: -15px;
        left: 0;
        position: absolute;
        border: 1px solid #c7b1b1;
        border-radius: 25px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 4px;
    }

        .site-blog article .more-btn a {
            /*color: #1fb7e9 !important*/
        }

            .site-blog article .more-btn a:hover {
                color: #535353 !important;
            }

#site-faq {
    background: #f2f2f2
}

@media (max-width:768px) {
    #site-faq {
        padding: 0 !important
    }
}

.faq-item {
    width: 100%
}

    .faq-item p {
        line-height: 1.8;
        margin: 10px auto
    }

@media (max-width:576px) {
    .faq-item h5 {
        line-height: 1.7;
        padding: 0 14px
    }
}

.full-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .full-socials ul li {
        margin: 20px
    }

        .full-socials ul li span {
            color: #919191
        }

        .full-socials ul li:hover span {
            color: #6b6b6b
        }

.product-container .add-to-cart-btn:before {
    position: relative;
    top: 2px
}

.product-container .add-to-cart-btn:before, .product-container .add-wishlist-btn.added-wishlist:before, .product-container .add-wishlist-btn:before, blockquote:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: iconly;
    font-style: normal;
    font-variant: normal
}

.footer-advantages {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-color: rgba(0,0,0,.149);
    border-style: solid;
    border-width: 1px 0;
    margin-top: -35px !important;
    padding: 15px 0
}

@media (max-width:576px) {
    .footer-advantages {
        padding: 20px 0
    }
}

@media (min-width:768px) {
    .footer-advantages {
        padding: 20px 0
    }
}

@media (min-width:992px) {
    .footer-advantages {
        padding: 20px 0
    }
}

@media (min-width:1366px) {
    .footer-advantages {
        padding: 25px 0
    }
}

@media (min-width:1536px) {
    .footer-advantages {
        padding: 25px 0
    }
}

@media (min-width:1920px) {
    .footer-advantages {
        padding: 25px 0
    }
}

.footer-advantages img {
    display: inline-block;
    margin-left: 8px;
    opacity: .6;
    width: 45px
}

@media (max-width:576px) {
    .footer-advantages img {
        margin-bottom: 10px;
        width: 43px
    }
}

@media (min-width:768px) {
    .footer-advantages img {
        width: 43px
    }
}

@media (max-width:768px) {
    .footer-advantages > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%
    }

        .footer-advantages > div:first-child, .footer-advantages > div:nth-child(2) {
            margin-bottom: 40px !important
        }
}

#site-footer {
    background: #fff;
    padding: 30px 0 15px
}

    #site-footer > .row {
        -ms-flex-pack: distribute;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: space-around;
        margin: 0 !important;
        width: 100%
    }

@media (max-width:992px) {
    #site-footer > .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px
    }
}

#site-footer > .row > div {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    max-width: 25% !important
}

@media (max-width:992px) {
    #site-footer > .row > div {
        max-width: 50% !important;
        padding: 30px;
        width: 50% !important
    }
}

@media (max-width:600px) {
    #site-footer > .row > div {
        max-width: 100% !important;
        width: 100% !important
    }
}

#site-footer ul {
    padding-right: 0
}

    #site-footer ul.footer-info li {
        margin-bottom: 10px
    }

        #site-footer ul.footer-info li span {
            display: inline-block
        }

    #site-footer ul li {
        margin-bottom: 20px
    }

#site-footer .footer-socials {
    width: 100%
}

    #site-footer .footer-socials a {
        color: #a1a1a1;
        font-size: 1.1rem;
        margin: 0 0 0 15px
    }

        #site-footer .footer-socials a:hover {
            color: #424242
        }

        #site-footer .footer-socials a i {
            font-size: 1.5rem
        }

    #site-footer .footer-socials img {
        position: relative;
        top: 3px
    }

    #site-footer .footer-socials .aparat-icon {
        opacity: .5;
        width: 20px
    }

        #site-footer .footer-socials .aparat-icon:hover {
            opacity: .9
        }

#site-footer img {
    max-width: 100%
}

@media (max-width:576px) {
    #site-footer .container {
        max-width: 90%
    }
}

@media (min-width:992px) {
    #site-footer .container {
        max-width: 90%
    }
}

@media (min-width:1366px) {
    #site-footer .container {
        max-width: 90%
    }
}

@media (min-width:1536px) {
    #site-footer .container {
        max-width: 80%
    }
}

@media (min-width:1920px) {
    #site-footer .container {
        max-width: 80%
    }
}

@media (max-width:576px) {
    #site-footer .container .row > div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100% !important;
        padding: 20px 5px
    }
}

#footer-e-trust > div[class*=footer-] {
    margin: 10px 0 !important;
    width: 100%
}

    #footer-e-trust > div[class*=footer-] a {
        -webkit-transition: opacity .12s ease;
        transition: opacity .12s ease
    }

        #footer-e-trust > div[class*=footer-] a:hover {
            opacity: .75
        }

        #footer-e-trust > div[class*=footer-] a img {
            padding: 10px;
            width: 100%
        }

#footer-e-trust .footer-certificates a {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%
}

#footer-e-trust .footer-app-stores a {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

#footer-e-trust.col-md-3 .row > div {
    -ms-flex-preferred-size: 33.33% !important;
    flex-basis: 33.33% !important;
    max-width: 50%
}

@media (max-width:576px) {
    #footer-e-trust.col-md-3 .row > div {
        -ms-flex-preferred-size: 33.33% !important;
        flex-basis: 33.33% !important;
        max-width: 50%
    }

    #footer-e-trust.col-md-3 .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #dfdfdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 15px 50px;
    width: 100%
}

@media (max-width:768px) {
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: .97rem
    }
}

@media (min-width:992px) {
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:768px) {
    .footer-bottom > * {
        margin-bottom: 10px !important
    }
}

@media (min-width:992px) {
    .footer-bottom > * {
        margin-bottom: 10px !important
    }
}

.footer-bottom p {
    margin: 0
}

.social-section a {
    background-position: 50% 40% !important;
    background-size: 120% 200% !important;
    border: 0 !important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1),0 2px 2px rgba(0,0,0,.1),0 4px 4px rgba(0,0,0,.1),0 8px 8px rgba(0,0,0,.05),0 16px 16px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.1),0 2px 2px rgba(0,0,0,.1),0 4px 4px rgba(0,0,0,.1),0 8px 8px rgba(0,0,0,.05),0 16px 16px rgba(0,0,0,.05);
    text-transform: uppercase;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

    .social-section a:hover {
        background-position: 10% 30% !important
    }

.social-section#insta-section a {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)
}

.social-section#whatsapp-section a {
    background: #1ebea5;
    background: linear-gradient(45deg,#1ebea5,#00e676)
}

.social-section#telegram-section a {
    background: #08c;
    background: linear-gradient(120deg,#08c,#15b0fd)
}

@media (max-height:400px) {
    .back-top {
        display: none !important
    }
}

@media (min-width:1366px) {
    html {
        font-size: 14px !important
    }
}

body {
    background-color: #fff
}

@media (min-width:1920px) {
    .flickity-page-dots button {
        height: 12px !important;
        width: 12px !important
    }

        .flickity-page-dots button.active {
            width: 35px !important
        }
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

@media (max-width:576px) {
    html {
        font-size: 13px
    }
}

@media (min-width:576.1px) and (min-height:450px) {
    .hamb-menu, .responsive-menu, .responsive-search-btn {
        display: none !important
    }
}

@media (max-height:450px),(max-width:576px) {
    .responsive-menu#cart-responsive-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .responsive-menu #not-empty-cart-popup li {
        border-bottom: 1px solid rgba(0,0,0,.07)
    }

        .responsive-menu #not-empty-cart-popup li button {
            color: red;
            left: 30px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 10
        }

        .responsive-menu #not-empty-cart-popup li .text-muted, .responsive-menu #not-empty-cart-popup li a {
            font-size: 1rem !important
        }

    .responsive-menu #empty-cart-popup {
        padding-top: 20px
    }

    .responsive-menu #not-empty-cart-popup {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%
    }

        .responsive-menu #not-empty-cart-popup ul {
            max-height: none;
            overflow-y: visible
        }

        .responsive-menu #not-empty-cart-popup .position-absolute {
            background: #fff;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 9
        }

    .responsive-menu #profile-responsive-panel form {
        display: grid
    }

    body {
        padding-bottom: 60px
    }

    div.mega-menu-container {
        width: 80%
    }
}

@media screen and (max-width:414px) {
    html {
        font-size: 12px
    }
}

@media (max-width:360px) {
    html {
        font-size: 11px
    }
}

@media (min-width:768px) {
    html {
        font-size: 13px
    }
}

@media (min-width:992px) {
    html {
        font-size: 13px
    }

    .back-top {
        height: 50px;
        width: 50px
    }
}

@media (min-width:1366px) {
    html {
        font-size: 13px
    }

    .back-top {
        height: 50px;
        width: 50px
    }
}

@media (min-width:1536px) {
    html {
        font-size: 14px
    }
}

.visually-hidden {
    clip: rect(0,0,0,0);
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.btn {
    /*--bs-btn-color: #fff;*/
    color:#fff;
}



.tooltip-inner {
    background: rgb(59, 56, 56);
    color: #f8f8f8;
    font-family: iranyekanweb !important;
    font-size: 1.2em;
    border-radius: 25px;
    padding: 2px 14px;
    text-transform: uppercase;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #7abcff;
}






.btn:first-child:hover, :not(.btn-check) + .btn:hover {
   /* background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color) !important;*/
}




.slider_desc {
    overflow: hidden;
    transition: all 0.5s ease 0s;
    max-height: 30vh;
    margin-left: 1%;
    margin-right: 1%;
}

#slider_desc_toogler {
    border-top: silver 1px dotted;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    #slider_desc_toogler i {
        position: absolute;
        text-align: center;
        color: silver;
        font-size: 25px;
        font-family: fontawesome;
        left: calc(50% - 10px);
        margin-top: -11px;
        background: #fff;
        cursor: pointer;
        padding-left: 10px;
        padding-right: 10px;
    }
.cartEmptyImg{
    display:flex;
    justify-content:center;
}
.cartEmptyText {
    font-size: 1.9rem;
    text-align: center;
    margin-bottom:20px;
}
.mr25 {
    margin-right: 25px;
}
.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.ml20 {
    margin-left: 20px;
}
.text-left {
    text-align: left;
}
.font-size-medium {
    font-size: medium;
}
.captchaTd > .captchaInput {
    float: right;
}
.mr15{
    margin-right:15px;
}
