/* Minification failed. Returning unminified contents.
(3666,17): run-time error CSS1039: Token not allowed after unary operator: '-public-text-color'
 */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-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)
    }
}

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 {
    width: 6px !important
}

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
}

@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;
    border: 1px solid #dee2e6;
    border-radius: 7px;
}

.overflow-x-clip {
    overflow-x: hidden
}

@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)
    }
}

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: 50px;
    color: #fff !important;
    font-size: 0.9rem;
    padding: 5px 13px;
}
.btn-red {
    background: #dc3545 !important;
}

.btn-gray {
    background: #535353 !important;
}
    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;
    border-radius: 24px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    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: 20%
}

@media (min-width:1366px) {
    .mega-menu-container .mega-sizer, .mega-menu-container > div {
        width: 15%
    }
}

@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: 22%
    }
}

@media (min-width:992px) {
    .mega-menu-container .mega-sizer, .mega-menu-container > div {
        width: 20%
    }
}

.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: #db3340;
            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: 90px !important
    }
}

.profile-widget img {
    width: 75px
}

.profile-area-list {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 10px 0
}

    .profile-area-list li {
        border-bottom: 1px solid #e0e0e0
    }

        .profile-area-list li:last-child {
            border-bottom: 0
        }

        .profile-area-list li:hover {
            background: rgba(0,0,0,.07)
        }

        .profile-area-list li a {
            display: block;
            padding: 15px 20px
        }

            .profile-area-list li a:before {
                content: "\e904";
                font-size: .9rem;
                margin-left: 15px;
                position: relative;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg)
            }

.profile-information td {
    padding: 15px 20px;
    vertical-align: middle
}

    .profile-information td label {
        cursor: pointer;
        margin-left: 10px
    }

.profile-information tr td:first-child {
    text-align: left
}

@media (max-width:650px) {
    .profile-orders > div {
        overflow-x: scroll
    }
}

.profile-orders [class*=order-details-] {
    background: rgba(0,0,0,.05);
    display: none
}

    .profile-orders [class*=order-details-] td {
        padding-bottom: 8px;
        padding-top: 8px
    }

        .profile-orders [class*=order-details-] td img {
            max-width: 60px
        }

    .profile-orders [class*=order-details-]:not(.sumation) td:nth-child(2) {
        max-width: 70px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .profile-orders [class*=order-details-].sumation td {
        border-top: 4px double #838383 !important
    }

    .profile-orders [class*=order-details-].description td {
        max-width: 1px
    }

.profile-orders td:last-child {
    position: relative
}

    .profile-orders td:last-child:focus {
        background: red
    }

    .profile-orders td:last-child span {
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 100px;
        color: #7c7c7c;
        cursor: pointer;
        display: block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        width: 30px
    }

        .profile-orders td:last-child span::-moz-selection {
            background: transparent
        }

        .profile-orders td:last-child span::selection {
            background: transparent
        }

        .profile-orders td:last-child span:focus, .profile-orders td:last-child span:hover {
            background: rgba(0,0,0,.03)
        }

    .profile-orders td:last-child ul {
        background: #fff;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        -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);
        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);
        display: none;
        overflow: hidden;
        position: absolute;
        right: 10px;
        top: 90%;
        z-index: 10
    }

        .profile-orders td:last-child ul li button {
            background: none;
            display: block;
            font-size: .9rem;
            padding: 7px 20px;
            width: 100%
        }

        .profile-orders td:last-child ul li:hover {
            background: #f8f8f8
        }

        .profile-orders td:last-child ul li + li {
            border-top: 1px solid #e2e2e2
        }

.profile-orders .order-details-btn {
    background: #fff
}

.profile-comments, .profile-invited-users, .profile-orders, .profile-return-request, .profile-transactions, .profile-wishlist {
    overflow: unset
}

    .profile-comments > div, .profile-invited-users > div, .profile-orders > div, .profile-return-request > div, .profile-transactions > div, .profile-wishlist > div {
        border: 1px solid #dee2e6;
        border-radius: 7px
    }

    .profile-comments table, .profile-invited-users table, .profile-orders table, .profile-return-request table, .profile-transactions table, .profile-wishlist table {
        border-collapse: collapse;
        border-top: 0;
        margin-bottom: 0
    }

    .profile-comments thead, .profile-invited-users thead, .profile-orders thead, .profile-return-request thead, .profile-transactions thead, .profile-wishlist thead {
        background: #f3f3f3
    }

    .profile-comments td, .profile-comments th, .profile-invited-users td, .profile-invited-users th, .profile-orders td, .profile-orders th, .profile-return-request td, .profile-return-request th, .profile-transactions td, .profile-transactions th, .profile-wishlist td, .profile-wishlist th {
        vertical-align: middle;
        white-space: nowrap
    }

    .profile-comments th, .profile-invited-users th, .profile-orders th, .profile-return-request th, .profile-transactions th, .profile-wishlist th {
        border: 0;
        border-bottom: 0 !important;
        font-weight: 400;
        padding: 10px 15px
    }

    .profile-comments td, .profile-invited-users td, .profile-orders td, .profile-return-request td, .profile-transactions td, .profile-wishlist td {
        padding: 15px
    }

    .profile-comments tbody td.square-icon i, .profile-invited-users tbody td.square-icon i, .profile-orders tbody td.square-icon i, .profile-return-request tbody td.square-icon i, .profile-transactions tbody td.square-icon i, .profile-wishlist tbody td.square-icon i {
        border-radius: 100%;
        font-size: 2rem;
        padding: 6px
    }

    .profile-comments table tr td:first-child {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .profile-comments table tr td:last-child span {
        font-size: 1.4rem
    }

.profile-addresses ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profile-addresses .profile-address-item {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px;
    margin: 10px;
    padding: 15px 25px;
    width: calc(33.3% - 20px)
}

    .profile-addresses .profile-address-item.default-address {
        background: rgba(0,168,168,.05);
        border-right: 4px solid #00a8a8;
        -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1);
        box-shadow: 0 4px 10px rgba(0,0,0,.1)
    }

@media (max-width:970px) {
    .profile-addresses .profile-address-item {
        width: calc(50% - 20px)
    }
}

@media (max-width:500px) {
    .profile-addresses .profile-address-item {
        width: 100%
    }
}

#add-address-modal tr td:first-child {
    text-align: left
}

@media (max-width:1366px) {
    #add-address-modal .ebcf_modal-content {
        max-width: 46%
    }
}

@media (max-width:890px) {
    #add-address-modal .ebcf_modal-content {
        max-width: 80%
    }
}

@media (max-width:590px) {
    #add-address-modal .ebcf_modal-content {
        max-width: 95%
    }
}

.information-table tr td:first-child, .profile-contact-table tr td:first-child, .return-request-table tr td:first-child {
    text-align: left
}

@media (max-width:595px) {
    .information-table tr td:first-child, .profile-contact-table tr td:first-child, .return-request-table tr td:first-child {
        padding-bottom: 0 !important
    }

        .information-table tr td:first-child label, .profile-contact-table tr td:first-child label, .return-request-table tr td:first-child label {
            margin-bottom: 0
        }
}

@media (max-width:600px) {
    .profile-contact-table, .return-request-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .profile-contact-table tbody, .return-request-table tbody {
            width: 100%
        }

        .profile-contact-table tr, .return-request-table tr {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .profile-contact-table tr td, .return-request-table tr td {
                display: block;
                text-align: right !important
            }

                .profile-contact-table tr td:last-child, .return-request-table tr td:last-child {
                    border: 0
                }
}

.profile-wishlist tr td {
    vertical-align: middle
}

    .profile-wishlist tr td:first-child img {
        width: 75px
    }

    .profile-wishlist tr td:nth-child(2) {
        max-width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.profile-messages .profile-message-item {
    border: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
    margin-bottom: 12px;
    padding: 15px 20px;
    width: 100%
}

    .profile-messages .profile-message-item p:last-child {
        display: none
    }

    .profile-messages .profile-message-item.message-not-read {
        background: rgba(0,168,168,.05);
        border-color: #00a8a8
    }

        .profile-messages .profile-message-item.message-not-read span {
            font-weight: 700
        }

    .profile-messages .profile-message-item p, .profile-messages .profile-message-item span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .profile-messages .profile-message-item span {
        margin-left: 10px;
        width: 520px
    }

@media (max-width:480px) {
    .profile-messages .profile-message-item span {
        width: 400%
    }
}

.profile-messages .profile-message-item p {
    margin-bottom: 0
}

.profile-messages .profile-message-item:focus {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .profile-messages .profile-message-item:focus span {
        font-weight: 700;
        white-space: normal
    }

    .profile-messages .profile-message-item:focus p {
        line-height: 1.5;
        margin-top: 10px;
        white-space: normal;
        width: 100%
    }

        .profile-messages .profile-message-item:focus p:last-child {
            display: block
        }

@media (max-width:920px) {
    .container.xcontainer .row > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:450px) {
    .information-table tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

/*.information-table tr td:first-child {
    text-align: right !important
}*/
@media (max-width:480px) {
    .information-table tr td:first-child, .profile-contact-table tr td:first-child, .return-request-table tr td:first-child {
        border-top: 0;
        text-align: right;
        border: none;
    }

    input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], textarea {
        width: 100% !important;
    }
  
}

@media (max-width:600px) {
    #new-address-table tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

        #new-address-table tr td {
            text-align: right !important
        }

            #new-address-table tr td:last-child {
                border-top: 0
            }

            #new-address-table tr td:first-child {
                padding-bottom: 0
            }
}

.link-like-btn {
    background: 0
}

.categories-ul > li.has-children > a:after, .icon-brand, .mega-menu-container > div ul li:before, .profile-area-list li a:before, .radio-label:before, .results .result-categories li: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
    }

.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
}



.shop-pagination {
    margin: 30px 0;
    padding: 16px 0
}

    .shop-pagination ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        padding: 0
    }

        .shop-pagination ul li {
            background: #fff;
            border-radius: 4px;
            -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
            box-shadow: 0 1px 5px rgba(0,0,0,.1);
            color: #333;
            font-size: 1.1rem;
            margin: 2px;
            text-align: center
        }

            .shop-pagination ul li.active {
                background: #945c07;
                color: #fff;
            }

            .shop-pagination ul li a {
                display: block;
                height: 40px;
                line-height: 40px;
                width: 40px
            }

@media (min-width:1500px) {
    .shop-pagination ul li a {
        height: 50px;
        line-height: 50px;
        width: 50px
    }
}

.shop-pagination ul li.next a {
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px;
    width: auto
}

.shop-pagination ul li.prev a {
    padding: 0 10px;
    border-radius: 0px 5px 5px 0px;
    width: auto
}





.server-request-loading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 0 1000px rgba(0,0,0,.5);
    box-shadow: 0 0 0 1000px rgba(0,0,0,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 180px;
    z-index: 100
}

    .server-request-loading img {
        max-width: 70%
    }

    .server-request-loading:before {
        background: transparent;
        content: "";
        display: block;
        height: 800vh;
        left: -100%;
        position: fixed;
        top: -300%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 800vw;
        z-index: -1
    }






.button-forgetpass {
    border: 0;
    cursor: pointer;
    padding: 0;
    color: #1fb7e9;
    outline: 0 !important;
    background-color: unset;
    border-bottom: 1px dashed #1fb7e9;
    width: fit-content;
    cursor:pointer;
}

.cheac_ {
    opacity: 9 !important;
    width: 15px !important;
    height: 15px !important;
    position: inherit !important;
}




@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;
}
.footertitle {
    color: var(--public-text-color) !important;
}

@font-face {
    font-family: 'IranSan';
    src: url('../fonts/IRANSansWeb(FaNum).eot') format('eot'), 
    url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), 
    url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype'); 
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'IranSan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }




.thumbnailImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .thumbnailImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modalImg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 11; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9) !important; /* Black w/ opacity */
}

/* Modal Content (image) */
.modalImg-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
/*#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}*/

/* Add Animation */
.modalImg-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.closeRight {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .closeRight:hover,
    .closeRight:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
.closeLeft {
    position: absolute;
    top: 50px;
    left: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .closeLeft:hover,
    .closeLeft:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modalImg-content {
        width: 100%;
    }
}


