@keyframes load-ani {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load-ani {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: geckoine;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

[class*="bg_color_"] {
    background-color: #fff;
}

body {
    font: 400 .875em/1.75 'Lato', Arial, Helvetica, sans-serif;
    color: #999;
    overflow-x: hidden;
    letter-spacing: 1px;
}

ul {
    list-style: inside;
}

ol {
    list-style: inside none decimal;
}

ul ul, ol ol {
    padding-left: 2rem;
}

ol, ul {
    list-style: none;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote, q {
    quotes: none;
    background: #f1f1f1;
    padding: 30px 25px 30px 60px;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    display: block;
}

blockquote:before, q:before {
    position: absolute;
    content: '“';
    left: 25px;
    top: 0;
    font-size: 50px;
    color: #999;
}

blockquote p {
    margin-bottom: 1.4736842105em;
}

blockquote cite, blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

blockquote cite:before, blockquote small:before {
    content: "\2014\00a0";
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

blockquote > :last-child {
    margin-bottom: 0;
}

blockquote p, q p {
    margin: 0;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

table, th, td {
    border: 1px solid #e3e3e3;
    vertical-align: middle;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 1.5em 0 1.75em;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 15px;
}

small {
    font-size: 75%;
}

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

b, strong {
    font-weight: bold;
}

code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

abbr, acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark {
    background: #4d5959;
    padding: 0.125em 0.25em;
    text-decoration: none;
    color: #fff;
}

big {
    font-size: 125%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: geckoine;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    color: #007ec6;
    transition: all .3s;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0;
}

a:hover, a:active, a:focus {
    color: #b59677;
}

em {
    font-style: italic;
    font-family: 'libre baskerville', serif;
}

strong {
    font-weight: 700;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.65em 0 0.5em;
    line-height: 1.428;
    font-family: 'Montserrat', sans-serif;
    color: #007ec6;
    letter-spacing: 0.5px;
}

h1 {
    margin: 0;
    font-size: 2.6179em;
}

h2 {
    font-size: 2.0581em;
}

h3 {
    font-size: 1.618em;
}

h4 {
    font-size: 1.272em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .7682em;
}

p {
    margin-bottom: 1.3em;
}

h3.section-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.sub-title {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: 14px;
    color: #878787;
    font-weight: normal;
    margin-top: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input, button, textarea {
    transition: all .3s;
}

input:focus, button:focus, textarea:focus {
    outline: 0;
    box-shadow: none;
}

input:not([type="radio"]):not([type="checkbox"]), button, select, a.button {
    height: 40px;
    line-height: 1;
}

a.button {
    line-height: 40px;
    display: inline-block;
    font-size: 11px;
}

input:not([type="submit"]):not([type="checkbox"]), textarea, select {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    outline: 0;
    padding: 0 15px;
    color: #999;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    border-radius: 0;
}

input:not([type="submit"]):not([type="checkbox"]):focus, textarea:focus {
    border-color: #b59677;
}

textarea {
    padding: 15px;
}

input[type="submit"], button, a.button {
    cursor: pointer;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 27px 0 30px;
    background: #b59677;
    color: #fff;
    border-radius: 0;
}

a.button-o, input.button-o, button.button-o {
    line-height: 40px;
    display: inline-block;
    font-size: 11px;
    cursor: pointer;
    border: 1px solid #b59677;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 27px 0 30px;
    color: #b59677;
    background: transparent;
}

a.button-o:hover, input.button-o:hover, button.button-o:hover {
    border: 1px solid #b59677;
    background: #b59677;
    color: #fff;
}

a.button-o-w {
    line-height: 40px;
    display: inline-block;
    font-size: 11px;
    cursor: pointer;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 27px 0 30px;
    color: #fff;
}

a.button-o-w:hover {
    border: 1px solid #b59677;
    background: #b59677;
    color: #fff;
}

input[type="submit"]:hover, button:hover, a.button:hover, input.get-rates.btn.button {
    opacity: .8;
}

a.button:hover {
    color: #fff;
}

button, input[type="submit"] {
    -webkit-appearance: button;
}

[disabled="disabled"], input[disabled="disabled"], button[disabled="disabled"] {
    cursor: not-allowed;
    opacity: .5;
}

::-webkit-input-placeholder {
    color: #c1c1c1;
}

:-moz-placeholder {
    color: #c1c1c1;
}

::-moz-placeholder {
    color: #c1c1c1;
}

:-ms-input-placeholder {
    color: #c1c1c1;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@-moz-document url-prefix() {
    select:-moz-focusring, select::-moz-focus-inner {
        color: transparent !important;
        text-shadow: 0 0 0 #999 !important;
        background-image: none !important;
        border: 0;
    }
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.wrapper-boxed #jas-wrapper {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 1px 5px rgba(190, 190, 190, .26);
}

.wrapper-boxed #jas-wrapper .jas-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.wrapper-boxed #jas-header .header__mid, .wrapper-boxed.footer_sticky #jas-footer, .wrapper-boxed .gecko-cookies-popup, .wrapper-boxed .jas-sticky-nt-atc {
    max-width: 1200px;
    left: auto;
    right: auto;
    width: 100%;
}

#jas-header.header-2 .header__mid .jas_div_logo_2 {
    padding-right: 1rem;
    padding-left: 1rem;
}

.jas-top-sidebar .yith-shopify-ajax-product-filter {
    width: 25%;
    display: inline-table;
}

.jas-carousel, .jas-group-carousel {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.jas-carousel.slick-initialized, .jas-group-carousel.slick_loaded {
    visibility: visible;
    opacity: 1;
}

.custom_jewellery.about-shop {
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.17);
    margin-top: -50px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 20px;
    z-index: 2;
    background-color: #ffffff;
}

.equal-nt [class*="lazyload"]:before {
    content: '';
    display: block;
    height: 0;
    width: 100%; /*padding-top: 127.7777778%; */
}

.equal-nt.ratio8_5 [class*="lazyload"]:before {
    padding-top: 62.5%;
}

.equal-nt.ratio3_2 [class*="lazyload"]:before {
    padding-top: 66.66%;
}

.equal-nt.ratio2_1 [class*="lazyload"]:before {
    padding-top: 50%;
}

.equal-nt.ratio1_2 [class*="lazyload"]:before {
    padding-top: 200%;
}

.equal-nt.ratio4_3 [class*="lazyload"]:before {
    padding-top: 75%;
}

.equal-nt.ratio16_9 [class*="lazyload"]:before {
    padding-top: 56.25%;
}

.equal-nt.ratio1_1 [class*="lazyload"]:before {
    padding-top: 100%;
}

.equal-nt.ratio_nt [class*="lazyload"]:before {
    padding-top: 127.7777778%;
}

.equal-nt.ratio2_3 [class*="lazyload"]:before {
    padding-top: 150%;
}

.equal-nt.ratio_cus1 [class*="lazyload"]:before {
    padding-top: 146.8%
}

.nt_bg_lz.lazyload, .nt_bg_lz.lazyloading {
    background-color: #f5f5f5;
    opacity: 1;
    background-image: none !important;
}

.equal-nt [class*="lazyload"] {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.equal-nt.nt_contain [class*="lazyload"] {
    background-size: contain
}

.equal-nt .back-img[class*="lazyload"] {
    position: absolute
}

.equal-nt.position_1 [class*="lazyload"] {
    background-position: left top
}

.equal-nt.position_2 [class*="lazyload"] {
    background-position: left center
}

.equal-nt.position_3 [class*="lazyload"] {
    background-position: left bottom
}

.equal-nt.position_4 [class*="lazyload"] {
    background-position: right top
}

.equal-nt.position_5 [class*="lazyload"] {
    background-position: right center
}

.equal-nt.position_6 [class*="lazyload"] {
    background-position: right bottom
}

.equal-nt.position_7 [class*="lazyload"] {
    background-position: center top
}

.equal-nt.position_8 [class*="lazyload"] {
    background-position: center center
}

.equal-nt.position_9 [class*="lazyload"] {
    background-position: center bottom
}

.jas-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.flex .grow {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.flex.column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    flex-direction: column;
}

.jas-full {
    position: relative;
    width: 100%
}

.jas-container, .jas-row.wide {
    margin: auto;
}

.jas-container {
    max-width: 100%;
}

.jas-row.reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.jas-col.reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.jas-col-xs, .jas-col-xs-1, .jas-col-xs-2, .jas-col-xs-3, .jas-col-xs-4, .jas-col-xs-5, .jas-col-xs-6, .jas-col-xs-7, .jas-col-xs-8, .jas-col-xs-9, .jas-col-xs-10, .jas-col-xs-11, .jas-col-xs-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.jas-col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
}

.jas-col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.jas-col-xs-2 {
    -ms-flex-preferred-size: 16.666%;
    -webkit-flex-basis: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
}

.jas-col-xs-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.jas-col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.jas-col-xs-5 {
    -ms-flex-preferred-size: 41.666%;
    -webkit-flex-basis: 41.666%;
    flex-basis: 41.666%;
    max-width: 41.666%;
}

.jas-col-xs-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.jas-col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.jas-col-xs-8 {
    -ms-flex-preferred-size: 66.666%;
    -webkit-flex-basis: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
}

.jas-col-xs-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.jas-col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.jas-col-xs-11 {
    -ms-flex-preferred-size: 91.666%;
    -webkit-flex-basis: 91.666%;
    flex-basis: 91.666%;
    max-width: 91.666%;
}

.jas-col-xs-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.jas-masonry .jas-col-xs-6, .categories-masonry .jas-col-xs-6 {
    width: 50%;
}

.jas-masonry .jas-col-xs-12, .categories-masonry .jas-col-xs-12 {
    width: 100%;
}

.jas-masonry .jas-col-md-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%
}

.jas-col-xs-offset-1 {
    margin-left: 8.333%;
}

.jas-col-xs-offset-2 {
    margin-left: 16.666%;
}

.jas-col-xs-offset-3 {
    margin-left: 25%;
}

.jas-col-xs-offset-4 {
    margin-left: 33.333%;
}

.jas-col-xs-offset-5 {
    margin-left: 41.666%;
}

.jas-col-xs-offset-6 {
    margin-left: 50%;
}

.jas-col-xs-offset-7 {
    margin-left: 58.333%;
}

.jas-col-xs-offset-8 {
    margin-left: 66.666%;
}

.jas-col-xs-offset-9 {
    margin-left: 75%;
}

.jas-col-xs-offset-10 {
    margin-left: 83.333%;
}

.jas-col-xs-offset-11 {
    margin-left: 91.666%;
}

.start-xs {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bottom-xs {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last-xs {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 48em) {
    .jas-container {
        width: 46rem;
    }

    .jas-masonry .jas-col-sm-4, .categories-masonry .jas-col-sm-4 {
        width: 33.333%;
    }

    .jas-masonry .jas-col-sm-2, .categories-masonry .jas-col-sm-2 {
        width: 16.666%;
    }

    .jas-masonry .jas-col-sm-3, .categories-masonry .jas-col-sm-3 {
        width: 25%;
    }

    .template-collection .jas-masonry.metro .size-6 ~ .jas-col-sm-4 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
    }

    .template-collection .jas-masonry.metro .size-6 ~ .jas-col-md-12 {
        width: 100%;
    }

    .jas-masonry .jas-col-sm-6, .categories-masonry .jas-col-sm-6 {
        width: 50%;
    }

    .jas-col-sm, .jas-col-sm-1, .jas-col-sm-2, .jas-col-sm-3, .jas-col-sm-4, .jas-col-sm-5, .jas-col-sm-6, .jas-col-sm-7, .jas-col-sm-8, .jas-col-sm-9, .jas-col-sm-10, .jas-col-sm-11, .jas-col-sm-12 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .jas-col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .jas-col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .jas-col-sm-2 {
        -ms-flex-preferred-size: 16.666%;
        -webkit-flex-basis: 16.666%;
        flex-basis: 16.666%;
        max-width: 16.666%;
    }

    .jas-col-sm-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .jas-col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .jas-col-sm-5 {
        -ms-flex-preferred-size: 41.666%;
        -webkit-flex-basis: 41.666%;
        flex-basis: 41.666%;
        max-width: 41.666%;
    }

    .jas-col-sm-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .jas-top-sidebar .yith-shopify-ajax-product-filter {
        width: 50%;
    }

    .jas-col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .jas-col-sm-8 {
        -ms-flex-preferred-size: 66.666%;
        -webkit-flex-basis: 66.666%;
        flex-basis: 66.666%;
        max-width: 66.666%;
    }

    .jas-col-sm-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .jas-col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .jas-col-sm-11 {
        -ms-flex-preferred-size: 91.666%;
        -webkit-flex-basis: 91.666%;
        flex-basis: 91.666%;
        max-width: 91.666%;
    }

    .jas-col-sm-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .jas-col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .jas-col-sm-offset-2 {
        margin-left: 16.666%;
    }

    .jas-col-sm-offset-3 {
        margin-left: 25%;
    }

    .jas-col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .jas-col-sm-offset-5 {
        margin-left: 41.666%;
    }

    .jas-col-sm-offset-6 {
        margin-left: 50%;
    }

    .jas-col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .jas-col-sm-offset-8 {
        margin-left: 66.666%;
    }

    .jas-col-sm-offset-9 {
        margin-left: 75%;
    }

    .jas-col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .jas-col-sm-offset-11 {
        margin-left: 91.666%;
    }

    .start-sm {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-order: -1;
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-sm {
        -webkit-order: 1;
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 62em) {
    .jas-container {
        width: 61rem;
    }

    .jas-masonry .jas-col-md-2, .categories-masonry .jas-col-md-3 {
        width: 16.666%;
    }

    .jas-masonry .jas-col-md-3, .categories-masonry .jas-col-md-3 {
        width: 25%;
    }

    .jas-masonry .jas-col-md-4, .categories-masonry .jas-col-md-4 {
        width: 33.333%;
    }

    .jas-masonry .jas-col-md-6, .categories-masonry .jas-col-md-6 {
        width: 50%;
    }

    .grid-sizer.size-3 {
        width: 25%;
    }

    .grid-sizer.size-4 {
        width: 33.3%;
    }

    .grid-sizer.size-6 {
        width: 50%;
    }

    .grid-sizer.size-15 {
        width: 20%;
    }

    .custom_jewellery.about-shop {
        text-align: left;
        box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.17);
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: -80px;
        padding: 40px;
        background-color: #ffffff;
    }

    .jas-col-md, .jas-col-md-1, .jas-col-md-2, .jas-col-md-3, .jas-col-md-4, .jas-col-md-5, .jas-col-md-6, .jas-col-md-7, .jas-col-md-8, .jas-col-md-9, .jas-col-md-10, .jas-col-md-11, .jas-col-md-12 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .jas-col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .jas-col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .jas-col-md-2 {
        -ms-flex-preferred-size: 16.666%;
        -webkit-flex-basis: 16.666%;
        flex-basis: 16.666%;
        max-width: 16.666%;
    }

    .jas-col-md-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .jas-col-md-15 {
        -ms-flex-preferred-size: 20%;
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }

    .jas-col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .jas-col-md-5 {
        -ms-flex-preferred-size: 41.666%;
        -webkit-flex-basis: 41.666%;
        flex-basis: 41.666%;
        max-width: 41.666%;
    }

    .jas-col-md-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .jas-col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .jas-col-md-8 {
        -ms-flex-preferred-size: 66.666%;
        -webkit-flex-basis: 66.666%;
        flex-basis: 66.666%;
        max-width: 66.666%;
    }

    .jas-col-md-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .jas-col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .jas-col-md-11 {
        -ms-flex-preferred-size: 91.666%;
        -webkit-flex-basis: 91.666%;
        flex-basis: 91.666%;
        max-width: 91.666%;
    }

    .jas-col-md-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .jas-col-md-offset-1 {
        margin-left: 8.333%;
    }

    .jas-col-md-offset-2 {
        margin-left: 16.666%;
    }

    .jas-col-md-offset-3 {
        margin-left: 25%;
    }

    .jas-col-md-offset-4 {
        margin-left: 33.333%;
    }

    .jas-col-md-offset-5 {
        margin-left: 41.666%;
    }

    .jas-col-md-offset-6 {
        margin-left: 50%;
    }

    .jas-col-md-offset-7 {
        margin-left: 58.333%;
    }

    .jas-col-md-offset-8 {
        margin-left: 66.666%;
    }

    .jas-col-md-offset-9 {
        margin-left: 75%;
    }

    .jas-col-md-offset-10 {
        margin-left: 83.333%;
    }

    .jas-col-md-offset-11 {
        margin-left: 91.666%;
    }

    .start-md {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-md {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -webkit-order: -1;
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-md {
        -webkit-order: 1;
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .hide-md, .pe-7s-close.hide-md {
        display: none;
    }
}

@media only screen and (min-width: 75em) {
    .jas-container {
        width: 73.125rem;
    }

    .jas-col-lg, .jas-col-lg-1, .jas-col-lg-2, .jas-col-lg-3, .jas-col-lg-4, .jas-col-lg-5, .jas-col-lg-6, .jas-col-lg-7, .jas-col-lg-8, .jas-col-lg-9, .jas-col-lg-10, .jas-col-lg-11, .jas-col-lg-12 {
        box-sizing: border-box;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .jas-col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .jas-col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .jas-col-lg-2 {
        -ms-flex-preferred-size: 16.666%;
        -webkit-flex-basis: 16.666%;
        flex-basis: 16.666%;
        max-width: 16.666%;
    }

    .jas-col-lg-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .jas-col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .jas-col-lg-5 {
        -ms-flex-preferred-size: 41.666%;
        -webkit-flex-basis: 41.666%;
        flex-basis: 41.666%;
        max-width: 41.666%;
    }

    .jas-col-lg-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .jas-col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .jas-col-lg-8 {
        -ms-flex-preferred-size: 66.666%;
        -webkit-flex-basis: 66.666%;
        flex-basis: 66.666%;
        max-width: 66.666%;
    }

    .jas-col-lg-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .jas-col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .jas-col-lg-11 {
        -ms-flex-preferred-size: 91.666%;
        -webkit-flex-basis: 91.666%;
        flex-basis: 91.666%;
        max-width: 91.666%;
    }

    .jas-col-lg-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .jas-col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .jas-col-lg-offset-2 {
        margin-left: 16.666%;
    }

    .jas-col-lg-offset-3 {
        margin-left: 25%;
    }

    .jas-col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .jas-col-lg-offset-5 {
        margin-left: 41.666%;
    }

    .jas-col-lg-offset-6 {
        margin-left: 50%;
    }

    .jas-col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .jas-col-lg-offset-8 {
        margin-left: 66.666%;
    }

    .jas-col-lg-offset-9 {
        margin-left: 75%;
    }

    .jas-col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .jas-col-lg-offset-11 {
        margin-left: 91.666%;
    }

    .start-lg {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-order: -1;
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-lg {
        -webkit-order: 1;
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

.grid-sizer {
    min-height: 1px;
    float: left;
    position: absolute;
}

.template-collection .grid-sizer.size-4 {
    width: 33.3%;
}

.template-collection .grid-sizer.size-6 {
    width: 50%;
}

.mg__0 {
    margin: 0;
}

.mt__0 {
    margin-top: 0;
}

.mb__0 {
    margin-bottom: 0;
}

.mt__5 {
    margin-top: 5px;
}

.mt__10 {
    margin-top: 10px;
}

.mt__15 {
    margin-top: 15px;
}

.mt__20 {
    margin-top: 20px;
}

.mt__25 {
    margin-top: 25px;
}

.mt__30 {
    margin-top: 30px;
}

.mt__35 {
    margin-top: 35px;
}

.mt__40 {
    margin-top: 40px;
}

.mt__45 {
    margin-top: 45px;
}

.mt__50 {
    margin-top: 50px;
}

.mt__55 {
    margin-top: 55px;
}

.mt__60 {
    margin-top: 60px;
}

.mt__65 {
    margin-top: 65px;
}

.mt__70 {
    margin-top: 70px;
}

.mt__75 {
    margin-top: 75px;
}

.mt__80 {
    margin-top: 80px;
}

.mt__85 {
    margin-top: 85px;
}

.mt__90 {
    margin-top: 90px;
}

.mt__95 {
    margin-top: 95px;
}

.mt__100 {
    margin-top: 100px;
}

.mr__5 {
    margin-right: 5px;
}

.mr__10 {
    margin-right: 10px;
}

.mr__15 {
    margin-right: 15px;
}

.mr__20 {
    margin-right: 20px;
}

.mr__25 {
    margin-right: 25px;
}

.mr__30 {
    margin-right: 30px;
}

.mr__35 {
    margin-right: 35px;
}

.mr__40 {
    margin-right: 40px;
}

.mr__45 {
    margin-right: 45px;
}

.mr__50 {
    margin-right: 50px;
}

.mr__55 {
    margin-right: 55px;
}

.mr__60 {
    margin-right: 60px;
}

.mr__65 {
    margin-right: 65px;
}

.mr__70 {
    margin-right: 70px;
}

.mr__75 {
    margin-right: 75px;
}

.mr__80 {
    margin-right: 80px;
}

.mr__85 {
    margin-right: 85px;
}

.mr__90 {
    margin-right: 90px;
}

.mr__95 {
    margin-right: 95px;
}

.mr__100 {
    margin-right: 100px;
}

.mb__5 {
    margin-bottom: 5px;
}

.mb__10 {
    margin-bottom: 10px;
}

.mb__15 {
    margin-bottom: 15px;
}

.mb__20 {
    margin-bottom: 20px;
}

.mb__25 {
    margin-bottom: 25px;
}

.mb__30 {
    margin-bottom: 30px;
}

.mb__35 {
    margin-bottom: 35px;
}

.mb__40 {
    margin-bottom: 40px;
}

.mb__45 {
    margin-bottom: 45px;
}

.mb__50 {
    margin-bottom: 50px;
}

.mb__55 {
    margin-bottom: 55px;
}

.mb__60 {
    margin-bottom: 60px;
}

.mb__65 {
    margin-bottom: 65px;
}

.mb__70 {
    margin-bottom: 70px;
}

.mb__75 {
    margin-bottom: 75px;
}

.mb__80 {
    margin-bottom: 80px;
}

.mb__85 {
    margin-bottom: 85px;
}

.mb__90 {
    margin-bottom: 90px;
}

.mb__95 {
    margin-bottom: 95px;
}

.mb__100 {
    margin-bottom: 100px;
}

.ml__5 {
    margin-left: 5px;
}

.ml__10 {
    margin-left: 10px;
}

.ml__15 {
    margin-left: 15px;
}

.ml__20 {
    margin-left: 20px;
}

.ml__25 {
    margin-left: 25px;
}

.ml__30 {
    margin-left: 30px;
}

.ml__35 {
    margin-left: 35px;
}

.ml__40 {
    margin-left: 40px;
}

.ml__45 {
    margin-left: 45px;
}

.ml__50 {
    margin-left: 50px;
}

.ml__55 {
    margin-left: 55px;
}

.ml__60 {
    margin-left: 60px;
}

.ml__65 {
    margin-left: 65px;
}

.ml__70 {
    margin-left: 70px;
}

.ml__75 {
    margin-left: 75px;
}

.ml__80 {
    margin-left: 80px;
}

.ml__85 {
    margin-left: 85px;
}

.ml__90 {
    margin-left: 90px;
}

.ml__95 {
    margin-left: 95px;
}

.ml__100 {
    margin-left: 100px;
}

.pd__0 {
    padding: 0;
}

.pt__5 {
    padding-top: 5px;
}

.pt__10 {
    padding-top: 10px;
}

.pt__15 {
    padding-top: 15px;
}

.pt__20 {
    padding-top: 20px;
}

.pt__25 {
    padding-top: 25px;
}

.pt__30 {
    padding-top: 30px;
}

.pt__35 {
    padding-top: 35px;
}

.pt__40 {
    padding-top: 40px;
}

.pt__45 {
    padding-top: 45px;
}

.pt__50 {
    padding-top: 50px;
}

.pt__55 {
    padding-top: 55px;
}

.pt__60 {
    padding-top: 60px;
}

.pt__65 {
    padding-top: 65px;
}

.pt__70 {
    padding-top: 70px;
}

.pt__75 {
    padding-top: 75px;
}

.pt__80 {
    padding-top: 80px;
}

.pt__85 {
    padding-top: 85px;
}

.pt__90 {
    padding-top: 90px;
}

.pt__95 {
    padding-top: 95px;
}

.pt__100 {
    padding-top: 100px;
}

.pr__0 {
    padding-right: 0;
}

.pr__5 {
    padding-right: 5px;
}

.pr__10 {
    padding-right: 10px;
}

.pr__15 {
    padding-right: 15px;
}

.pr__20 {
    padding-right: 20px;
}

.pr__25 {
    padding-right: 25px;
}

.pr__30 {
    padding-right: 30px;
}

.pr__35 {
    padding-right: 35px;
}

.pr__40 {
    padding-right: 40px;
}

.pr__45 {
    padding-right: 45px;
}

.pr__50 {
    padding-right: 50px;
}

.pr__55 {
    padding-right: 55px;
}

.pr__60 {
    padding-right: 60px;
}

.pr__65 {
    padding-right: 65px;
}

.pr__70 {
    padding-right: 70px;
}

.pr__75 {
    padding-right: 75px;
}

.pr__80 {
    padding-right: 80px;
}

.pr__85 {
    padding-right: 85px;
}

.pr__90 {
    padding-right: 90px;
}

.pr__95 {
    padding-right: 95px;
}

.pr__100 {
    padding-right: 100px;
}

.pb__0 {
    padding-bottom: 0;
}

.pb__5 {
    padding-bottom: 5px;
}

.pb__10 {
    padding-bottom: 10px;
}

.pb__15 {
    padding-bottom: 15px;
}

.pb__20 {
    padding-bottom: 20px;
}

.pb__25 {
    padding-bottom: 25px;
}

.pb__30 {
    padding-bottom: 30px;
}

.pb__35 {
    padding-bottom: 35px;
}

.pb__40 {
    padding-bottom: 40px;
}

.pb__45 {
    padding-bottom: 45px;
}

.pb__50 {
    padding-bottom: 50px;
}

.pb__55 {
    padding-bottom: 55px;
}

.pb__60 {
    padding-bottom: 60px;
}

.pb__65 {
    padding-bottom: 65px;
}

.pb__70 {
    padding-bottom: 70px;
}

.pb__75 {
    padding-bottom: 75px;
}

.pb__80 {
    padding-bottom: 80px;
}

.pb__85 {
    padding-bottom: 85px;
}

.pb__90 {
    padding-bottom: 90px;
}

.pb__95 {
    padding-bottom: 95px;
}

.pb__100 {
    padding-bottom: 100px;
}

.pl__0 {
    padding-left: 0;
}

.pl__5 {
    padding-left: 5px;
}

.pl__10 {
    padding-left: 10px;
}

.pl__15 {
    padding-left: 15px;
}

.pl__20 {
    padding-left: 20px;
}

.pl__25 {
    padding-left: 25px;
}

.pl__30 {
    padding-left: 30px;
}

.pl__35 {
    padding-left: 35px;
}

.pl__40 {
    padding-left: 40px;
}

.pl__45 {
    padding-left: 45px;
}

.pl__50 {
    padding-left: 50px;
}

.pl__55 {
    padding-left: 55px;
}

.pl__60 {
    padding-left: 60px;
}

.pl__65 {
    padding-left: 65px;
}

.pl__70 {
    padding-left: 70px;
}

.pl__75 {
    padding-left: 75px;
}

.pl__80 {
    padding-left: 80px;
}

.pl__85 {
    padding-left: 85px;
}

.pl__90 {
    padding-left: 90px;
}

.pl__95 {
    padding-left: 95px;
}

.pl__100 {
    padding-left: 100px;
}

.w__100 {
    width: 100%;
}

.h__100 {
    height: 100%;
}

.jas__100 {
    width: 100% !important;
}

.br__50 {
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fs__10 {
    font-size: 10px;
}

.fs__12 {
    font-size: 12px;
}

.fs__13 {
    font-size: 13px;
}

.fs__14, .fa {
    font-size: 14px;
}

.fs__16 {
    font-size: 16px;
}

.fs__18 {
    font-size: 18px;
}

.fs__20 {
    font-size: 20px;
}

.fs__25 {
    font-size: 25px;
}

.fs__30 {
    font-size: 30px;
}

.fs__50 {
    font-size: 50px;
}

.fs__60 {
    font-size: 60px;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.dib {
    display: inline-block;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.pf {
    position: fixed;
}

.pa-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    white-space: nowrap;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
}

.pa-bt {
    position: absolute;
    bottom: 60px;
    left: 40px;
}

.pa-top {
    position: absolute;
    top: 60px;
    left: 60px;
}

.cb {
    color: #000;
}

.cd {
    color: #007ec6;
}

.cp, .chp:hover, .jas-currency ul a.selected {
    color: #b59677;
}

.cw, .bghp:hover, .bghp:active, .bghp:focus {
    color: #fff;
}

.cg {
    color: #878787;
}

.cgreen, .chg:hover {
    color: #90c11a;
}

.fwsb {
    font-weight: 600;
}

.bgb {
    background: #007ec6;
}

.bgbl {
    background: #3e3e3e;
}

/* Black Lighter */
.bgp, .bghp:hover {
    background: #b59677;
}

.bgd {
    background: #4d5959;
}

.tu {
    text-transform: uppercase;
}

.fwb {
    font-weight: 700;
}

.ls__1 {
    letter-spacing: 1px;
}

.ls__2 {
    letter-spacing: 2px;
}

.ls__3 {
    letter-spacing: 3px;
}

.ls__4 {
    letter-spacing: 4px;
}

.ls__5 {
    letter-spacing: 5px;
}

.ts__03 {
    transition: all .3s;
}

.ts__04 {
    transition: all .4s;
}

.ts__05 {
    transition: all .5s;
}

.lh__1 {
    line-height: 1;
}

.f__lato {
    font-family: 'Lato', sans-serif;
}

.f__mont {
    font-family: 'Montserrat', sans-serif;
}

.f__libre {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
}

.oh {
    overflow: hidden;
}

.bdt {
    border-top: 2px solid #f3f3f3;
}

.bdb {
    border-bottom: 2px solid #f3f3f3;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.p-nav-outside .slick-slide img {
    width: 100%;
}

.p-nav-outside .slick-slide:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
}

.categories-space-0 {
    margin-left: 0;
    margin-right: 0;
}

.categories-space-0 .jas-item-category {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

.categories-space-2 {
    margin-left: -1px;
    margin-right: -1px;
}

.categories-space-2 .jas-item-category {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
}

.categories-space-6 {
    margin-left: -3px;
    margin-right: -3px;
}

.categories-space-6 .jas-item-category {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
}

.categories-space-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.categories-space-10 .jas-item-category {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.categories-space-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.categories-space-20 .jas-item-category {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.categories-space-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.categories-space-30 .jas-item-category {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.jas-cat-thumb img, .jas-item-category .jas-cat-url {
    width: 100%;
}

.jas-item-category {
    margin-bottom: 30px;
}

.jas-item-category.jas-cat-url-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.categories-style-carousel .vc_carousel_container {
    margin-left: 0;
    margin-right: 0;
}

.categories-style-carousel .vc_carousel_container .owl-carousel-item-inner {
    padding-left: 0;
    padding-right: 0;
}

.jas_cat_default .jas-cat-content {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.jas_cat_default .jas-cat-content > a {
    display: block;
}
.hover-wrap .startPromotion {
    color:#000;
    font-weight: bold;
}
.hover-wrap .startPromotion span {
    color: red;
}

.jas_cat_default .jat-cat-pr-count {
    display: none;
}
.countdown-container {
    text-align: center;
}
.countdown-container {
    position: relative;
    width: 100%;
    margin: 10px 0px -25px 0px;
    left: 11%;
}
.clock {
    display: inline-block;
    width: 65%;
}
.clock-item .inner {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.clock-canvas {
    border: 1px solid #e02727;
}
.clock-canvas {
    background-color: #f5f5f5;
    border-radius: 50%;
    border: 1px solid #eee;
    height: 0;
    padding-bottom: 100%;
}
.text {
    margin-top: -35px;
    color: #e02727;
}
.text {
    font-size: 20px;
    font-weight: 700;
    margin-top: -44px;
    position: absolute;
    top: 50%;
    text-align: center;
    text-shadow: 1px 1px 1px #c79494;
    width: 100%;
    color: #f44242;
}
.text .val {
    color: #e02727;
    font-size: 30px;
}
.text .val {
    font-size: 30px;
    color: #f44242;
    margin: 0;
}
.text .type-time {
    font-size: 15px;
}

.jas_cat_default .hover-wrap {
    position: absolute;
    bottom: 0px;
    background-color: white;
    width: 100%;
}
.jas-item-category .jas-cat-content {
    border: 1px solid #fff;
}
.jas-item-category .jas-cat-content:hover {
    border: 1px solid black;
}

.jas_cat_default .hover-wrap h3 {
    color: #007ec6;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    min-width: 150px;
    text-align: center;
    margin: 0;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jas_cat_default .hover-wrap h3 .count {
    display: none;
}

.jas_cat_default .hover-wrap > a:not(.jas-cat-url-overlay) {
    display: none;
}

.jas_cat_default:hover > .jas-cat-content > a {
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -o-transform: scale(1.11);
    -moz-transform: scale(1.11);
}

.jas_cat_alt .jas-cat-content {
    text-align: center;
}

.jas_cat_alt .jas-cat-url {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: black;
    color: white;
    margin-bottom: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
}

.jas_cat_alt .jas-cat-thumb {
    margin: -2px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.jas_cat_alt .jat-cat-pr-count {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.jas_cat_alt .jas-cat-url-overlay {
    display: none;
}

.jas_cat_alt .hover-wrap > h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.jas_cat_alt .hover-wrap > a:not(.jas-cat-url-overlay) {
    color: #8a8a8a;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
}

.jas_cat_alt .hover-wrap > a:not(.jas-cat-url-overlay):hover {
    border-color: #bdbdbd;
}

.jas_cat_alt:hover .jas-cat-thumb {
    opacity: 0.6;
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -o-transform: scale(1.11);
    -moz-transform: scale(1.11);
}

.jas_cat_alt:hover .jat-cat-pr-count {
    opacity: 1;
    visibility: visible;
}

.jas_cat_center .jas-cat-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}

.jas_cat_center .jas-cat-url {
    display: block;
    overflow: hidden;
    background-color: #000;
}

.jas_cat_center .jas-cat-thumb {
    margin: -2px;
    opacity: 0.9;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jas_cat_center .jat-cat-pr-count {
    display: none;
}

.jas_cat_center .hover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jas_cat_center .hover-wrap > h3 {
    margin-bottom: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    cursor: default;
}

.jas_cat_center .hover-wrap > a {
    opacity: 0;
    visibility: hidden;
    margin-bottom: -20px;
    line-height: 20px;
    font-size: 12px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.jas_cat_center .hover-wrap > a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.jas_cat_center .hover-wrap .jas-cat-url-overlay {
    margin: 0;
}

.type_slideshow .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.jas_cat_center:hover .jas-cat-thumb {
    opacity: 0.6;
}

.jas_cat_center:hover .hover-wrap {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.jas_cat_center:hover .hover-wrap > a {
    opacity: 1;
    visibility: visible;
    z-index: 4;
}

.categories-style-masonry-first .jas_cat_center:first-child .hover-wrap h3 {
    font-size: 26px;
}

.jas_cat_bottom .jas-cat-url-overlay, .product-category-gecko .jas-cat-url-overlay, .jas_cat_default .jas-cat-url-overlay, .jas_cat_center .jas-cat-url-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.jas_cat_bottom .jat-cat-pr-count, a.pswp__share--download, .jas_cat_bottom .hover-wrap > a:not(.jas-cat-url-overlay), .product-category-gecko .jat-cat-pr-count {
    display: none;
}

.jas_cat_bottom .hover-wrap {
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(136, 136, 136, .19);
    background-color: #fff;
}

.jas_cat_bottom .hover-wrap h3 {
    margin: 0;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 12px;
    padding-top: 12px;
    line-height: 1.4;
    color: #000;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 1.5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.jas_cat_bottom .jas-cat-content > a, .product-category-gecko .jas-cat-content > a {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
}

.jas_cat_bottom .jas-cat-content .jas-cat-thumb, .product-category-gecko .jas-cat-content .jas-cat-thumb {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.jas_cat_bottom:hover .jas-cat-content .jas-cat-thumb, .product-category-gecko:hover .jas-cat-content .jas-cat-thumb {
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -o-transform: scale(1.11);
    -moz-transform: scale(1.11);
}

.type_jas_shipping .jas-service .content p {
    letter-spacing: 0;
}

.product-category-gecko h3 {
    color: #4d5959;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 0;
    letter-spacing: 1px;
    font-weight: normal;
    pointer-events: none;
}

.product-category-gecko .hover-wrap {
    position: absolute;
    top: 25px;
    left: 40px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: normal;
}

.product-category-gecko .hover-wrap a {
    text-transform: none;
    font-family: "Libre Baskerville", Georgia, serif;
    font-style: italic;
    font-size: 14px;
    color: #999;
}

.product-category-gecko .hover-wrap a:not(.jas-cat-url-overlay):after {
    content: '\f178';
    display: inline-block;
    margin-left: 5px;
    font-family: "FontAwesome";
    font-size: 14px;
    color: #999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product-category-gecko:hover .hover-wrap a:not(.jas-cat-url-overlay):after {
    margin-left: 10px;
}

.wishlist_table a.button {
    white-space: nowrap;
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #297e29;
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
    color: #ff3e11;
}

.wishlist_table td.product-stock-status {
    text-align: center;
}

table.wishlist_table tr td.product-thumbnail img {
    max-width: 70px;
}

img.lazyload {
    width: 100%;
}

.header__search.pf {
    position: fixed;
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.jas-full-height {
    min-height: 100vh;
}

.jas-background-overlay {
    position: relative;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.jas_video-bg {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.jas_video-bg iframe {
    max-width: 1000%;
}

.type_jas_banner_collection .banner_pr, .jas_nt_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jas_empty_space {
    height: 120px;
}

.type_jas_banner_collection .jas_class_pr {
    padding-top: 60px;
    padding-right: 90px;
    padding-bottom: 90px;
    padding-left: 75px;
}

.type_jas_banner_collection .jas_class_pr.one {
    padding-left: 90px;
    padding-right: 75px;
}

.banner_pr.lazyload, .banner_pr.lazyloading, .jas_nt_bg.lazyload, .jas_nt_bg.lazyloading {
    opacity: 1;
    background-image: none !important;
}

.banner_pr.lazyloaded .jas-wrap-lazy:after, .jas_nt_bg.lazyloaded .jas-wrap-lazy:after {
    opacity: 0;
    visibility: hidden;
}

.type_jas_the_look_owl .slick-dots {
    position: static;
}

.jas_cart .swatch__value, .nt_cart .swatch__value {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.gecko-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.jas-banner-parallax {
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jas-banner-parallax > * {
    position: relative;
    z-index: 1;
}

.jas-banner-parallax .jas_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0;
    height: 100% !important;
}

/*.jas-banner-parallax.gecko-parallax {background-attachment: fixed}*/
.jas-z-index_44 {
    z-index: 44;
}

.jas_div_logo .jas-branding {
    padding: 10px 0
}

.jas_background-overlay:after {
    content: '';
    width: 100%;
    height: 100% !important;
    position: absolute;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    visibility: visible !important;
    display: block !important;
    top: 0;
    left: 0;
    clear: both;
}

.jas_parallax-overlay {
    opacity: 0;
    visibility: hidden;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

.jas-sc-instagram.instagram-with-spaces-10, .jas-sc-instagram.instagram-with-spaces-10.slick-dotted.slick-slider {
    margin: -5px;
}

.jas-sc-instagram.instagram-with-spaces-3, .jas-sc-instagram.instagram-with-spaces-3.slick-dotted.slick-slider {
    margin: -1.5px;
}

.jas-sc-instagram.instagram-with-spaces-6, .jas-sc-instagram.instagram-with-spaces-6.slick-dotted.slick-slider {
    margin: -3px;
}

.jas-sc-instagram.instagram-rounded a {
    border-radius: 50%;
}

.jas-sc-instagram.instagram-with-spaces-10 .item {
    padding: 5px;
}

.jas-sc-instagram.instagram-with-spaces-6 .item {
    padding: 3px;
}

.jas-sc-instagram.instagram-with-spaces-3 .item {
    padding: 1.5px;
}

.jas-ins-content {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.jas-ins-content .jas-ins-content-inner {
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .22);
    box-shadow: 0 0 12px rgba(0, 0, 0, .22);
    max-width: 300px;
    width: 100%;
    padding: 30px;
}

.jas_title.mb__30 {
    margin-bottom: 30px;
}

.jas_title.mb__35 {
    margin-bottom: 35px;
}

.jas_title.mb__40 {
    margin-bottom: 40px;
}

.jas-sc-blog .jas-carousel .jas-post-slide {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.post-author .avatar {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: inline-block;
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -ms-filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='5', shadowopacity='0.0');
    transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
    -ms-filter: blur(0);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='0', shadowopacity='0.0');
}

.fade-box.lazyload, .fade-box.lazyloading {
    opacity: 0;
    transition: opacity 400ms;
}

.mc4wp-response > div {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    background: none;
    border: 0;
    color: #fff;
}

.mc4wp-response > div:empty {
    margin: 0
}

.color-scheme-light .mc4wp-form input.input-text {
    font-size: 18px !important;
    letter-spacing: 2px !important;
    font-weight: 300 !important;
    text-transform: lowercase !important;
    border-bottom: 1px solid #888;
    border-radius: 0px;
    margin-top: 40px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(129, 129, 129, .35);
    padding-left: 0;
    box-shadow: none;
    max-width: 425px;
    width: 100%;
    border-bottom: 1px solid #888;
    display: block;
    margin: 26px auto;
    text-align: center;
}

.color-scheme-light .mc4wp-response > div {
    margin: 0 auto;
    margin-top: 10px;
}

.slick-slide .article__grid-image-wrapper img {
    display: inline-block;
    width: 100%;
}

.type_jas_store_map .jas_custom_190419994_2 .wpcf7 {
    padding: 30px;
    background-color: #ffffff;
}

.type_jas_store_map div.wpcf7-response-output {
    position: static;
    transform: none;
    padding: 5px;
    width: 100%;
    margin-bottom: 1.3em;
}

.fade-box.lazyloaded {
    opacity: 1;
}

.lazyload, .lazyloading {
    opacity: 0;
    transition: opacity 400ms;
    background-image: none !important;
}

.lazyloaded {
    opacity: 1;
}

.article__grid-image-wrapper {
    overflow: hidden;
    height: 222px;
}

.type_jas_store_info a.store_info_btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px solid #fff;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 300 !important;
    color: #fff;
}

.type_jas_store_info a.store_info_btn:hover {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .5);
}

.jas-wrap-lazy:after {
    content: "";
    width: 32px;
    height: 32px;
    display: none;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease;
    animation: load-ani 450ms infinite linear;
    -webkit-animation: load-ani 450ms infinite linear;
}

.jas-grid-item.jas-swatched .jas-wrap-lazy:after {
    display: inline-block;
}

.jas-wrap-lazy:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f5f5f5;
    position: absolute;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease;
}

.lazyloaded + .jas-wrap-lazy:after, .lazyloaded > .jas-wrap-lazy:after, .lazyloaded + .jas-wrap-lazy:before, .lazyloaded > .jas-wrap-lazy:before {
    opacity: 0;
    visibility: hidden;
}

.header-sticky .header__mid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

#jas-header.header__transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 379;
    width: 100%;
}

.header-sticky .jas-menu > li > a {
    line-height: 56px;
}

.header-5 .jas-menu > li > a {
    line-height: 50px;
}

.header-sticky.header-5 .jas-menu > li > a {
    line-height: 50px;
}

body.lazyload, body.lazyloading, .ypop-header.lazyload, .ypop-header.lazyloading, .header__top.lazyload, .header__top.lazyloading, .header__mid.lazyload, .header__mid.lazyloading, .footer__top.lazyload, .footer__top.lazyloading {
    opacity: 1;
    background-image: none !important;
}

.header-6 .jas-branding {
    transition: all .3s;
}

.header-6.header-sticky .jas-branding {
    padding: 20px 0;
}

.header-7 .jas-branding {
    padding: 25px 0;
}

.header-7 #jas-mobile-menu #menu-main-menu {
    padding: 5px 20px 25px 20px;
}

.header-7 .holder {
    margin-right: 0;
}

.header-7 .gecko-search-dropdown .wrapper-search-dropdown {
    right: auto;
    width: 240px;
    left: -37px;
}

.header-7 .jas-settings-wrapper {
    right: auto;
    width: 240px;
    left: -77px;
}

.header-7 .jas-mobile-tabs {
    display: none;
}

.header-7 #jas-mobile-menu {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.jas-socials a.br__50:hover {
    color: #fff
}


.jas-quote {
    padding-left: 15px;
    padding-right: 15px;
}

.jas-quote .jas-quote-avatar img {
    max-width: 250px;
    display: inline-block;
    border-radius: 50%;
}

.jas-quote .jas-quote-content {
    line-height: 1.6;
    color: #4C4C4C;
}

.jas-quote .jas-quote-content footer {
    margin-top: 15px;
    font-weight: bold;
    color: #1B1919;
}

.jas-quote .jas-quote-content footer > span {
    color: #4C4C4C;
    font-weight: normal;
}

.jas-quote .jas-quote-content footer > span:before {
    content: " - ";
}

.jas-quotes.quotes-align-center {
    text-align: center;
}

.jas-quotes.quotes-align-center .jas-quote-avatar {
    margin-bottom: 15px;
}

.jas-quotes.quotes-align-left .jas-quote-inner, .jas-quotes.quotes-align-right .jas-quote-inner {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.jas-quotes.quotes-align-left {
    text-align: left;
}

.jas-quotes.quotes-align-left .jas-quote-inner {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.jas-quotes.quotes-align-left .jas-quote-avatar {
    margin-right: 20px;
}

.jas-quotes.quotes-align-right {
    text-align: right;
}

.jas-quotes.quotes-align-right .jas-quote-inner {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.jas-quotes.quotes-align-right .jas-quote-avatar {
    margin-left: 20px;
}

.jas-quotes.jas-quotes-grid {
    display: flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.jas-quotes.jas-quotes-grid .jas-quote {
    margin-bottom: 30px;
}

.jas-quotes.jas-quotes-grid.quote-columns-1 .jas-quote {
    width: 100%;
}

.jas-quotes.jas-quotes-grid.quote-columns-2 .jas-quote {
    width: 50%;
}

.jas-quotes.jas-quotes-grid.quote-columns-3 .jas-quote {
    width: 33.33333333%;
}

.jas-quotes.jas-quotes-grid.quote-columns-4 .jas-quote {
    width: 25%;
}

.jas-quotes.jas-quotes-grid.quote-columns-5 .jas-quote {
    width: 20%;
}

.jas-quotes.jas-quotes-grid.quote-columns-6 .jas-quote {
    width: 16.66666666%;
}

.jas-quotes.jas-quotes-grid.quote-columns-7 .jas-quote {
    width: 14.28571428%;
}

.jas-quotes.jas-quotes-grid.quote-columns-8 .jas-quote {
    width: 12.5%;
}

.jas-quotes.jas-quotes-slider .jas-quote {
    padding-top: 15px;
    padding-bottom: 15px;
}

.jas-quotes.quote-style-boxed .jas-quote-inner {
    padding: 30px;
    background-color: white;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
}

.color-scheme-light .jas-quotes:not(.quote-style-boxed) .jas-quote-content {
    color: white;
}

.color-scheme-light .jas-quotes:not(.quote-style-boxed) .jas-quote-content footer, .type_jas_testimonials .color-scheme-light .jas_title {
    color: rgba(255, 255, 255, 0.9);
}

.type_jas_testimonials .color-scheme-light .jas_title:before, .type_jas_testimonials .color-scheme-light .jas_title:after {
    background-color: #fff;
}

.color-scheme-light .jas-quotes:not(.quote-style-boxed) .jas-quote-content footer > span, .type_jas_testimonials .color-scheme-light .sub-title {
    color: rgba(255, 255, 255, 0.8);
}

.rtl .jas-quote-inner {
    direction: ltr;
}

.rtl .jas-quote-content {
    direction: rtl;
}

.gecko-dark .jas-quotes .jas-quote-content {
    color: rgba(255, 255, 255, 0.8);
}

.gecko-dark .jas-quotes .jas-quote-content footer {
    color: rgba(255, 255, 255, 0.6);
}

.gecko-dark .jas-quotes .jas-quote-content footer > span {
    color: rgba(255, 255, 255, 0.5);
}

.gecko-dark .jas-quotes.testimon-style-boxed .jas-quote-content {
    color: #4C4C4C;
}

.gecko-dark .jas-quotes.testimon-style-boxed .jas-quote-content footer {
    color: #1B1919;
}

.gecko-dark .jas-quotes.testimon-style-boxed .jas-quote-content footer > span {
    color: #4C4C4C;
}

.widget_products span.price {
    margin-left: 90px;
}

.jas_label_rectangular, .jas_label_rounded {
    top: 10px;
    left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 2;
    max-width: 50%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.jas-label {
    min-width: 50px;
    color: #fff;
    background: #f68e56;
    font-weight: 600;
    word-break: break-all;
    letter-spacing: .4px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.jas-label:not(:last-child) {
    margin-bottom: 10px;
}

.jas_label_rectangular .jas-label {
    padding: 5px 10px;
}

.template-collection .result-count-order .shopify-ordering select {
    color: #999;
    background: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 28px;
}

.jas_label_rounded .jas-label {
    display: table;
    min-height: 50px;
    padding: 5px 7px;
    font-size: 12px;
    border-radius: 35px;
}

.jas_label_rounded .jas-label > span {
    display: table-cell;
    vertical-align: middle;
}

.browser-Firefox .jas_label_rounded .jas-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 5px 7px;
    font-size: 14px;
    border-radius: 35px;
}

.user_custom .jas-hover-img a, .user_custom .jas-pr-image-link, .page_pr_img_size .jas-pr_metro-image-equal, .page_pr_img_size .jas-pr_nav-image-equal {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio-item .user_custom .jas-hover-img a, .portfolio-item .user_custom .jas-pr-image-link {
    position: static
}

.jas_contain .user_custom .jas-pr-image-link, .jas_contain .page_pr_img_size .jas-pr_metro-image-equal, .nav_jas_contain .page_pr_img_size .jas-pr_nav-image-equal {
    background-size: contain
}

.op_0 {
    opacity: 0;
    visibility: hidden;
}

.p-nav .slick-current img.op_0, .p-nav img.op_0:hover {
    opacity: 0;
}

.page_pr_img_size .jas-pr_nav-image-equal {
    opacity: .5;
    transition: all .3s;
}

.page_pr_img_size .slick-current .jas-pr_nav-image-equal, .page_pr_img_size span:hover .jas-pr_nav-image-equal {
    opacity: 1
}

.nt_single_5 .jas_thumbs_img .lazyloaded + .jas-wrap-lazy {
    display: none;
}

li.black_menu.menu_link_list + li {
    text-decoration: underline;
}

#jas-filter span {
    padding: 0;
}

.btn-products-load-more .load-label, .btn-products-load-more .loading-label {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.btn-products-load-more.loading .load-label {
    opacity: 0;
}

.btn-products-load-more .loading-label {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-products-load-more .loading-label:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    margin-right: 8px;
    margin-left: -8px;
}

.btn-products-load-more.loading .loading-label {
    opacity: 1;
}

.btn-products-load-more.loading .loading-label:before {
    animation: load-ani 450ms infinite linear;
    -webkit-animation: load-ani 450ms infinite linear;
}

/*POPUP ADDED TO CART*/
.popup-added_to_cart {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: white;
    border: 2px solid rgba(101, 101, 101, 0.25);
    text-align: center;
    overflow: hidden;
    padding: 20px 40px 0 40px;
}

.popup-added_to_cart p {
    font-size: 20px;
    font-weight: bold;
    color: #1B1919;
    text-transform: uppercase;
}

.popup-added_to_cart a {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.popup-added_to_cart:after {
    content: "\f218";
    position: absolute;
    bottom: 0;
    right: -14px;
    line-height: 110px;
    z-index: 1;
    font-size: 161px;
    color: rgba(123, 123, 123, 0.1);
    font-family: "FontAwesome";
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -sand-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.popup-added_to_cart .close-popup {
    color: #6d6d6d;
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    display: inline;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.popup-added_to_cart .close-popup:hover {
    text-decoration: none;
    border-color: #A6A6A6;
    background-color: transparent;
}

.popup-added_to_cart .close-popup:focus {
    border-color: #A6A6A6;
    background-color: transparent;
}

.popup-added_to_cart .close-popup:hover {
    color: black;
}

.popup-added_to_cart .view-cart {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    z-index: 2;
}

.popup-added_to_cart .mfp-close {
    font-size: 28px;
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    color: rgba(0, 0, 0, 0.6);
}

.mfp-close-btn-in .mfp-close:hover, .mfp-close-btn-in .mfp-close:focus {
    color: black;
    background-color: transparent;
}

.gecko-dark .popup-added_to_cart {
    background-color: #111111;
}

.gecko-dark .popup-added_to_cart {
    border-color: rgba(255, 255, 255, 0.1);
}

.gecko-dark .popup-added_to_cart p {
    color: rgba(255, 255, 255, 0.8);
}

.gecko-dark .popup-added_to_cart .close-popup {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}

.gecko-dark .popup-added_to_cart .close-popup:hover, .gecko-dark .popup-added_to_cart .close-popup:focus {
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.jas_login-wishlist.popup-added_to_cart:after {
    content: "\f004";
}

.jas_agree_checkout.popup-added_to_cart:after {
    content: "\f234";
}

#age-check-prompt.popup-added_to_cart:after {
    content: "\f0a2";
    bottom: 5px;
    right: 5px;
    z-index: 1;
    font-size: 85px;
    line-height: 75px;
}

.popup-catelog_mode h3 {
    color: #6d6d6d;
    text-transform: uppercase;
    background-color: transparent;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-top: 0;
}

.jas_login-wishlist.popup-catelog_mode:after {
    content: "\f017";
    bottom: 150px;
    right: 0;
}

.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.is-block {
    display: block;
}

.is-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.is-relative {
    position: relative;
}

.is-absolute {
    position: absolute;
}

.variant-quantity.is-visible {
    display: block !important;
    margin-bottom: 15px;
    line-height: normal;
    font-weight: 600;
    color: #ec0101;
    text-transform: uppercase;
}

.swatch {
    margin-bottom: 10px;
}

.swatch .reset_variations, .selector-wrapper {
    display: none !important;
}

.swatch__title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.swatch__list {
    list-style: none;
    margin: 10px -5px;
    padding: 0;
}

.price + .swatch__list {
    margin: 0 -5px;
}

.swatch__list--item, .jas-menu ul li.swatch__list--item {
    margin: 5px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 2px;
}

.swatch__list--item.is-selected {
    background: #333;
    border-color: #333;
    color: #fff;
    pointer-events: none;
}

.swatch__list--item:not(.is-selected) {
    cursor: pointer;
}

.swatch__list--item.cursor_default {
    cursor: default;
}

.swatch__value {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
}

.swatch-size-medium .swatch__value {
    width: 34px;
    height: 34px;
}

.swatch-size-large .swatch__value {
    width: 50px;
    height: 50px;
}

.is-label > .value, .is-color > .value {
    display: none;
}

.swatch.is-label .swatch__value {
    font-size: 12px;
}

.swatch__tooltip, .swatch__tooltip:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swatch__tooltip {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 2px;
    top: -25px;
    transition: all .32s;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}

.swatch__tooltip:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, .8);
    bottom: -10px;
}

.swatch__list--item:hover .swatch__tooltip {
    top: -30px;
    opacity: 1;
    visibility: visible;
}

.u-small {
    padding: 1px;
}

.u-small .swatch__value {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
}

.input-dropdown-inner {
    position: relative;
    display: block;
}

.input-dropdown-inner > a {
    list-style: none;
    padding: 0 15px;
    display: block;
    width: 100%;
    min-width: 100px;
    height: 35px;
    border: 2px solid rgba(168, 168, 168, .4);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .4px;
    text-align: left;
    color: inherit;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-list {
    list-style: none;
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 300;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(124, 124, 124, .2);
    border-right: 1px solid rgba(124, 124, 124, .2);
    border-left: 1px solid rgba(124, 124, 124, .2);
    left: 0;
    border-width: 2px;
    border-color: rgba(168, 168, 168, .2);
}

.dropdown-list li a {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #8b8b8b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    padding: 10px 15px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.variations.variant_simple .input-dropdown-inner .dropdown-list li.is-selected a {
    background-color: #f1f1f1;
    color: #545252;
}

.variations.variant_simple .input-dropdown-inner .dropdown-list {
    display: inline-block !important;
    visibility: hidden;
    opacity: 0;
}

.variations.variant_simple .input-dropdown-inner.dd-shown .dropdown-list {
    visibility: visible;
    opacity: 1;
}

input.get-rates.btn.button {
    cursor: pointer;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 27px 0 30px;
    background: #b59677;
    color: #fff;
    border-radius: 0;
}

.rtl .input-dropdown-inner > a:after {
    margin-left: 0;
    margin-right: 10px;
}

.rtl .dropdown-list {
    text-align: right;
    right: auto;
    left: 0;
}

.rtl .dropdown-list .children li a:before {
    content: "\f104";
    padding-right: 5px;
    padding-left: 8px;
}

.rtl .autocomplete-suggestions .pl__15 {
    padding-left: 0;
    padding-right: 15px;
}

.rtl .gecko-scroll .gecko-scroll-content, .rtl .gecko-scroll-quick .gecko-scroll-content-quick {
    right: 0 !important;
    left: -17px;
}

.rtl .popup-quick-view:not(.cart__popup_upsell) .gecko-scroll-content-quick {
    padding-left: 60px;
    padding-right: 15px;
}

.rtl .popup-quick-view {
    text-align: right;
}

.rtl .gecko-scroll-pane, .rtl .popup-quick-view .gecko-scroll-quick .gecko-scroll-pane {
    right: auto;
    left: 15px;
}

.rtl .group_btn_pr {
    right: auto;
    left: 20px;
}

.rtl .jas-mini-cart img, .rtl .widget_shopping_cart img {
    margin-right: 15px;
    margin-left: 0;
}

.rtl .cart__popup-item > div:first-child {
    padding-left: 10px;
    padding-right: 0;
}

.rtl .cart__popup_upsell .has-scrollbar .gecko-scroll-content {
    overflow: auto;
}

.rtl .counter_real_time #number_counter i {
    margin-left: 0;
    margin-right: 3px;
}

.rtl .mfp-close {
    right: auto;
    left: 0;
}

body.rtl {
    direction: rtl;
    unicode-bidi: embed;
    letter-spacing: 0;
}

.rtl caption, .rtl th, .rtl td, .rtl span#variantQuantity, .rtl .variantQuantity_quick {
    text-align: right;
}

.rtl .gecko_home_instagram .item .mr__5 {
    margin-left: 5px;
}

.rtl .fl, .rtl .yith-wcan-color li, .rtl .yith-wcan-label li, .rtl .widget .search-form label, .rtl .widget .shopify-product-search .search-field, .rtl .signup-newsletter-form input.input-text, .rtl .fl, .rtl p.stock.out-of-stock, .rtl .shopify-variation-add-to-cart.variations_button {
    float: right;
}

.rtl .fr, .rtl .gecko-products-nav {
    float: left;
}

.rtl .filter-sidebar {
    left: auto;
    right: -270px;
}

.rtl .opened .left {
    left: auto;
    right: 0;
}

.rtl .alignleft {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.rtl .alignright {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl input:not([type="submit"]):not([type="checkbox"]), .rtl textarea, .rtl select, .rtl input[type="submit"], .rtl button {
    letter-spacing: 0;
}

.rtl a.button, .rtl a.button-o {
    letter-spacing: 0;
}

.rtl input.button-o, .rtl button.button-o, .rtl a.button-o-w, .rtl .header__search input[type="text"], .rtl .jas-menu > li > a {
    letter-spacing: 0;
}

.rtl #jas-mobile-menu ul li a, .rtl #jas-mobile-menu ul ul li a {
    letter-spacing: 0;
}

.rtl #jas-footer .column .widget_nav_menu ul li a {
    letter-spacing: 0;
}

.rtl .error-404.not-found {
    letter-spacing: 0;
}

.rtl .error-404.not-found h1 {
    letter-spacing: 0;
}

.rtl .more-link, .rtl .post-related h5, .rtl .comment-reply-title, .rtl #wp-calendar caption, .rtl .shopify-message a, .rtl .jas-mini-cart .button, .rtl .sidebar .widget_shopping_cart .button, .rtl .jas-top-sidebar .yith-shopify-ajax-product-filter h4.widget-title, .rtl .shopify .product-category h2, .rtl .product-category h2, .rtl .shopify .product-category h3, .rtl .product-category h3 {
    letter-spacing: 0;
}

.rtl .entry-summary .single_add_to_cart_button, .rtl .entry-summary .external_single_add_to_cart_button {
    letter-spacing: 0;
}

.rtl .star-rating, .rtl .stars, .rtl .popup__cart-product .modal_btn_add_to_cart, .rtl .edit-account legend, .rtl .jas-sc-blog .post-info h4, .rtl .metaslider .flexslider .caption-wrap h2 {
    letter-spacing: 0;
}

.rtl button, .rtl input[type="submit"] {
    white-space: nowrap;
}

.rtl #jas-header .jas-currency .current i {
    margin-left: 0;
    margin-right: 5px;
}

.rtl .jas-menu > li > ul {
    left: auto;
    right: -17.5px;
}

.rtl .jas-menu > li > ul > li {
    text-align: right;
}

.rtl .jas-menu ul li.hot > a::after, .rtl .jas-menu ul li.sale > a::after, .rtl .jas-menu ul li.new > a::after {
    right: auto;
    left: -3px;
}

.rtl .jas-menu > li {
    float: right;
}

.rtl .jas-menu > li:not(:first-child) {
    margin-right: 50px;
    margin-left: 0;
}

.rtl.cart-opened .jas-mini-cart {
    right: auto;
    left: 0;
}

.rtl.menu-opened .jas-canvas-menu {
    left: auto;
    right: 0;
}

.rtl .wc-single-3 form .quantity {
    margin: 0;
    margin-left: 15px;
}

.rtl .jas-mini-cart {
    right: auto;
    left: -320px;
}

.rtl .jas-canvas-menu {
    left: auto;
    right: -320px;
}

.rtl .jas-mini-cart .mini_cart_item img, .rtl .widget_shopping_cart .mini_cart_item img {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.rtl .jas-mini-cart .mini_cart_item, .rtl .widget_shopping_cart .mini_cart_item {
    text-align: right;
}

.rtl .jas-mini-cart .variation dt, .rtl .jas-mini-cart .variation dd {
    float: right;
    margin: 0 0 0 3px;
}

.rtl .cart_item .variation dt, .rtl .cart_item .variation dd {
    float: right;
    margin: 0 0 0 3px;
}

.rtl .jas-push-menu h3 i {
    left: auto;
    right: 8px;
}

.rtl .jas-push-menu h3 i.close-menu {
    left: 8px;
    right: auto;
}

.rtl .single-product-thumbnail.left .slick-prev {
    right: 120px;
    left: auto;
}

.rtl #jas-mobile-menu {
    text-align: right;
}

.rtl #jas-mobile-menu ul {
    text-align: right;
}

.rtl #jas-mobile-menu ul li {
    text-align: right;
}

.rtl #jas-mobile-menu ul li a {
    text-align: right;
}

.rtl .holder {
    left: -10px;
    right: auto;
}

.rtl .entry-summary .single_add_to_cart_button, .rtl .entry-summary .external_single_add_to_cart_button {
    float: right;
    margin: 0 0 0 0;
}

.rtl .btn-atc .yith-wcwl-add-to-wishlist {
    right: auto;
    left: -50px;
}

.rtl .single-product-thumbnail.left:not(.no-nav) .p-thumb, .rtl .jas-wc-single .left + .social-share {
    padding-right: 90px;
    padding-left: 0;
}

.rtl .single-product-thumbnail.right:not(.no-nav) .p-thumb, .rtl .jas-wc-single .right + .social-share {
    padding-left: 90px;
    padding-right: 0;
}

.rtl .single-product-thumbnail.left .p-nav {
    right: 0;
    left: auto;
}

.rtl .single-product-thumbnail.right .p-nav {
    left: 0;
    right: auto;
}

.rtl .left .p-video {
    left: 20px;
    right: auto;
}

.rtl .right .p-video {
    right: 20px;
}

.rtl .badge .left, .rtl .jas-wc-single .product-extra .badge .left {
    right: 15px;
    left: auto;
}

.rtl .gecko_count_down_sticky {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .content-quickview {
    padding: 20px 0 20px 20px;
    text-align: right;
}

.rtl .content-quickview .product_meta {
    text-indent: 999em;
}

.rtl .product-extra .slick-prev {
    right: -4px;
    left: auto;
}

.rtl .product-extra .slick-next {
    right: auto;
    left: -4px;
}

.rtl .style-checkbox input {
    float: right;
    margin: 0 0 0 10px;
}

.rtl .style-checkbox label {
    left: auto;
    right: 0;
}

.rtl .shopify-MyAccount-navigation {
    float: right;
}

.rtl .shopify-MyAccount-content {
    float: left;
}

.rtl .shopify-MyAccount-navigation ul li {
    padding-left: 0;
    padding-right: 15px;
}

.rtl .shopify-MyAccount-navigation ul li::before {
    left: auto;
    right: 0;
}

.rtl .shopify-ordering:after {
    left: 10px;
    right: auto;
}

.rtl .mr__10, .rtl form#cart_form_sticky .quantity {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .mr__50 {
    margin-right: 0;
    margin-left: 50px;
}

.rtl .shopify-ordering select {
    width: 100%;
}

.rtl .product-category h2:before, .rtl .product-category h3:before {
    left: auto;
    right: 25px;
}

.rtl .shopify .product-category h2, .rtl .product-category h2, .rtl .shopify .product-category h3, .rtl .product-category h3 {
    left: auto;
    right: 15px;
}

.rtl .product-image .yith-wcwl-add-to-wishlist {
    right: 12px;
    left: auto;
}

.rtl .badge .right, .rtl .jas-wc-single .product-extra .badge .right {
    right: auto;
    left: 15px;
}

.rtl #add_payment_method #payment div.payment_box::before, .rtl .shopify-checkout #payment div.payment_box::before {
    left: auto;
    margin: -1em 2em 0 0;
    right: 0;
}

.rtl .footer-contact {
    text-align: right;
}

.rtl .footer-contact i {
    margin-left: 5px;
    margin-right: 0;
}

.rtl .ypop-checkzone {
    text-align: right;
}

.rtl .ypop-checkzone input.no-view + span {
    float: right;
    margin-right: 0;
    margin-left: 8px;
}

.rtl .wpcf7-form p, .rtl .wpcf7-form input:not([type="submit"]):not([type="checkbox"]), .rtl .wpcf7-form textarea, .rtl .wpcf7-form select {
    text-align: right;
}

.rtl .yith-wcwl-add-to-wishlist.ml__10 {
    margin-left: 0;
    margin-right: 10px;
}

.rtl .jas-service.tl {
    text-align: right;
}

.rtl .jas-service.tl .icon {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.rtl span.filter_t_text, .rtl .ui-autocomplete .pl__15 {
    padding-right: 15px;
    padding-left: 0;
}

.rtl .p-video a i {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .counter_real_time #number_counter i {
    margin-left: 0;
    margin-right: 3px;
}

.rtl .single-product-thumbnail.right .slick-next {
    right: auto;
    left: 120px;
}

.rtl .gecko-products-suggest {
    right: 35px;
    left: auto;
}

.rtl #jas-backtop {
    left: 35px;
    right: auto;
}

.rtl .t_col a.add_to_wishlist .gecko-tooltip-label, .rtl .t_col a.quick-view .gecko-tooltip-label {
    left: auto;
    right: 135%;
}

.rtl .t_col a.add_to_wishlist:hover .gecko-tooltip-label, .rtl .t_col a.quick-view:hover .gecko-tooltip-label {
    left: auto;
    right: 115%;
}

.rtl .t_col a.add_to_wishlist .gecko-tooltip-label:before, .rtl .t_col a.quick-view .gecko-tooltip-label:before {
    content: "\f0da";
    right: auto;
    left: 99%;
}

.rtl .gecko-scroll > .gecko-scroll-pane {
    right: auto;
    left: 0;
}

.rtl .popup-quick-view .gecko-scroll .gecko-scroll-pane {
    left: 15px;
}

.rtl .jas-icon-cart .count {
    right: 14px;
    left: auto;
}

.rtl .count.gl_count_wishlist {
    right: 22px;
    left: auto;
}

.rtl .mfp-move-horizontal .mfp-with-anim {
    transform: translateX(50px);
}

.rtl .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    transform: translateX(0);
}

.rtl .popup-quick-view, .rtl .wrapper-short-suggest {
    text-align: right;
}

.rtl .suggest-close {
    left: 0;
    right: auto;
}

.rtl .mfp-close {
    right: auto;
    left: 0;
    position: absolute;
}

.rtl .gecko-promo-popup.popup-quick-view .mfp-close {
    left: -10px;
    right: auto;
}

.rtl .nitro-bundle-block .control__indicator, .rtl .widget h4.widget-title:after {
    right: 0;
    left: auto;
}

.wc-single-1 .p-nav .slick-slide {
    padding-left: 0;
}

.rtl .wc-single-5 .single_add_to_cart_button, .rtl .wc-single-4 .single_add_to_cart_button, .rtl .wc-single-1 .single_add_to_cart_button, .rtl .wc-single-2 .single_add_to_cart_button {
    margin-right: 15px;
}

.rtl .gecko-products-suggest .suggest-close {
    right: auto;
    left: 0
}

.rtl .right .group_btn_pr {
    left: 115px;;
    right: auto
}

.rtl .mfp-wrap {
    direction: ltr;
}

.rtl .jas-qs-wrapper .jas-qs-close {
    right: auto;
    left: 5px;
    cursor: pointer;
    padding-left: 18px;
    padding-right: 0;
}

.rtl .jas-qs-form .shopify-variation-add-to-cart {
    float: none;
}

.rtl .jas-qs-form .shopify-variation-add-to-cart .button {
    margin-right: 0;
}

.rtl .jas-product-button.pa {
    left: 10px;
    right: auto
}

.rtl .jas-product-button .gecko-tooltip-label, .rtl .single-product-thumbnail .gecko-tooltip .gecko-tooltip-labe {
    right: auto;
    left: 135%;
}

.rtl .jas-product-button > div:hover .gecko-tooltip-label, .rtl .single-product-thumbnail .gecko-tooltip:hover .gecko-tooltip-label {
    right: auto;
    left: 115%;
}

.rtl .gecko-tooltip .gecko-tooltip-label:before {
    content: "\f0d9";
    left: auto;
    right: 99%;
}

.rtl .jas_label_rectangular, .rtl .jas_label_rounded {
    left: auto;
    right: 10px
}

.rtl .jas-menu ul .jas-menu-label {
    left: 2px;
    right: auto;
}

.rtl .jas-menu li > a > i {
    margin-right: 0;
    margin-left: 4px;
}

.rtl .product-category-gecko .hover-wrap {
    left: auto;
    right: 40px;
}

.rtl .widget_shopping_cart_content .product_list_widget li.cart__empty_message {
    padding-left: 0;
    padding-right: 75px;
}

.rtl .widget_shopping_cart_content .product_list_widget li.cart__empty_message:before {
    left: auto;
    right: 10px;
}

.rtl .tl {
    text-align: right;
}

.rtl #jas-mobile-menu .gecko-scroll .gecko-scroll-content {
    left: 0;
}

@media (max-width: 736px) {
    .rtl .jas-wc-single .left + .social-share, .rtl .single-product-thumbnail.left:not(.no-nav) .p-thumb {
        padding-right: 0;
    }

    .rtl .jas-wc-single .right + .social-share, .rtl .single-product-thumbnail.right:not(.no-nav) .p-thumb {
        padding-left: 0;
    }
}

@media (max-width: 736px) and (max-width: 736px) {
    .rtl .single-product-thumbnail.left .slick-prev {
        right: 30px;
        left: auto;
    }

    .rtl .single-product-thumbnail.right .slick-next {
        left: 30px;
    }
}

.gecko-dark .dropdown-list {
    background-color: #111111;
}

.header-lateral .jas-mini-cart.jas-push-menu {
    opacity: 1
}

.jas-grid-item.jas-swatched .jas-hover-img, .header-lateral:not(.document-ready) .jas-mini-cart.jas-push-menu {
    display: none;
}

.type_jas_featured_deal .jas-grid-item {
    margin: 0;
    text-align: center;
    position: relative;
}

.type_jas_featured_deal .jas-grid-item .countdown-time {
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.type_jas_featured_deal .jas-grid-item .product-info {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    z-index: 2;
}

.type_jas_featured_deal .jas-grid-item h3.product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.type_jas_featured_deal .jas-grid-item:hover .product-info {
    opacity: 0;
    visibility: hidden;
}

.type_jas_featured_deal .jas-grid-item.has_variant .countdown-time {
    bottom: 100px;
}

.type_jas_featured_deal .swatch__list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.type_jas_product_features .jas_content_element {
    margin-right: 50px;
    margin-bottom: 0;
    margin-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 70px;
    padding-left: 50px;
    background-color: rgba(249, 249, 249, 0.87);
}

/*150 colors css*/
.bg_color_cyan {
    background-color: #25bdb0
}

.bg_color_pink {
    background-color: #fcc6de
}

.bg_color_black {
    background-color: #000000
}

.bg_color_grey {
    background-color: #cccccc
}

.bg_color_green {
    background-color: #e1eb78
}

.bg_color_sliver {
    background-color: #f2f2f2
}

.bg_color_blue {
    background-color: #a8bcd4
}

.bg_color_purple {
    background-color: #7e0b80
}

.bg_color_white {
    background-color: #ffffff;
    border: 1px solid #ddd
}

.bg_color_brown {
    background-color: #977945
}

.bg_color_red {
    background-color: #f63400
}

.bg_color_brown {
    background-color: #ad8111
}

.bg_color_gold {
    background-color: #cea525
}

.bg_color_beige {
    background-color: #f0deba
}

.bg_color_gray {
    background-color: #bfbfbf
}

.bg_color_orange {
    background-color: #ff7900
}

.bg_color_yellow {
    background-color: #fefb4a
}

.bg_color_navy {
    background-color: #001f3f
}

.bg_color_aqua {
    background-color: #7FDBFF
}

.bg_color_teal {
    background-color: #39CCCC
}

.bg_color_gun-smoke {
    background-color: #12221f
}

.bg_color_olive {
    background-color: #808000
}

.bg_color_lime {
    background-color: #00FF00
}

.bg_color_rose-gold {
    background-color: #fcdbd6
}

.bg_color_clear {
    background-color: #caf6ea
}

.bg_color_maroon {
    background-color: #800000
}

.bg_color_ivory {
    background-color: #FFFFF0
}

.bg_color_lavenderblush {
    background-color: #B0E0E6
}

.bg_color_powderblue {
    background-color: #F012BE
}

.bg_color_darkgreen {
    background-color: #006400
}

.bg_color_saddlebrown {
    background-color: #8B4513
}

.bg_color_lightcoral {
    background-color: #F08080
}

.bg_color_palevioletred {
    background-color: #DB7093
}

.bg_color_chocolate {
    background-color: #D2691E
}

.bg_color_darkolivegreen {
    background-color: #556B2F
}

.bg_color_darkred {
    background-color: #8B0000
}

.bg_color_mediumaquamarine {
    background-color: #66CDAA
}

.bg_color_sandybrown {
    background-color: #F4A460
}

.bg_color_darkslategray {
    background-color: #2F4F4F
}

.bg_color_salmon {
    background-color: #FA8072
}

.bg_color_slateblue {
    background-color: #6A5ACD
}

.bg_color_lightgray {
    background-color: #D3D3D3
}

.bg_color_lemonchiffon {
    background-color: #FFFACD
}

.bg_color_thistle {
    background-color: #D8BFD8
}

.bg_color_wheat {
    background-color: #F5DEB3
}

.bg_color_lightsalmon {
    background-color: #FFA07A
}

.bg_color_hotpink {
    background-color: #FF69B4
}

.bg_color_lawngreen {
    background-color: #7CFC00
}

.bg_color_snow {
    background-color: #FFFAFA
}

.bg_color_darkslateblue {
    background-color: #483D8B
}

.bg_color_coral {
    background-color: #FF7F50
}

.bg_color_limegreen {
    background-color: #32CD32
}

.bg_color_lightgrey {
    background-color: #D3D3D3
}

.bg_color_royalblue {
    background-color: #4169E1
}

.bg_color_dimgrey {
    background-color: #696969
}

.bg_color_lightseagreen {
    background-color: #20B2AA
}

.bg_color_skyblue {
    background-color: #87CEEB
}

.bg_color_orchid {
    background-color: #DA70D6
}

.bg_color_darksalmon {
    background-color: #E9967A
}

.bg_color_darkorchid {
    background-color: #9932CC
}

.bg_color_cornflowerblue {
    background-color: #6495ED
}

.bg_color_cornsilk {
    background-color: #FFF8DC
}

.bg_color_lightslategrey {
    background-color: #778899
}

.bg_color_whitesmoke {
    background-color: #F5F5F5
}

.bg_color_seagreen {
    background-color: #2E8B57
}

.bg_color_crimson {
    background-color: #DC143C
}

.bg_color_azure {
    background-color: #F0FFFF
}

.bg_color_paleturquoise {
    background-color: #AFEEEE
}

.bg_color_darkkhaki {
    background-color: #BDB76B
}

.bg_color_mediumvioletred {
    background-color: #C71585
}

.bg_color_lightgoldenrodyellow {
    background-color: #FAFAD2
}

.bg_color_violet {
    background-color: #EE82EE
}

.bg_color_peachpuff {
    background-color: #FFDAB9
}

.bg_color_steelblue {
    background-color: #4682B4
}

.bg_color_blanchedalmond {
    background-color: #FFEBCD
}

.bg_color_moccasin {
    background-color: #FFE4B5
}

.bg_color_antiquewhite {
    background-color: #FAEBD7
}

.bg_color_mediumturquoise {
    background-color: #48D1CC
}

.bg_color_lightskyblue {
    background-color: #87CEFA
}

.bg_color_darkorange {
    background-color: #FF8C00
}

.bg_color_darkblue {
    background-color: #00008B
}

.bg_color_springgreen {
    background-color: #00FF7F
}

.bg_color_lavender {
    background-color: #E6E6FA
}

.bg_color_mediumpurple {
    background-color: #9370DB
}

.bg_color_deepskyblue {
    background-color: #00BFFF
}

.bg_color_mintcream {
    background-color: #F5FFFA
}

.bg_color_deeppink {
    background-color: #FF1493
}

.bg_color_darkseagreen {
    background-color: #8FBC8F
}

.bg_color_papayawhip {
    background-color: #FFEFD5
}

.bg_color_orangered {
    background-color: #FF4500
}

.bg_color_tomato {
    background-color: #FF6347
}

.bg_color_navajowhite {
    background-color: #FFDEAD
}

.bg_color_mediumorchid {
    background-color: #BA55D3
}

.bg_color_ghostwhite {
    background-color: #F8F8FF
}

.bg_color_slategrey {
    background-color: #708090
}

.bg_color_forestgreen {
    background-color: #228B22
}

.bg_color_dodgerblue {
    background-color: #1E90FF
}

.bg_color_linen {
    background-color: #FAF0E6
}

.bg_color_blueviolet {
    background-color: #8A2BE2
}

.bg_color_gainsboro {
    background-color: #DCDCDC
}

.bg_color_lightgreen {
    background-color: #90EE90
}

.bg_color_chartreuse {
    background-color: #7FFF00
}

.bg_color_mistyrose {
    background-color: #FFE4E1
}

.bg_color_darkgray {
    background-color: #A9A9A9
}

.bg_color_peru {
    background-color: #CD853F
}

.bg_color_tan {
    background-color: #D2B48C
}

.bg_color_palegreen {
    background-color: #98FB98
}

.bg_color_rebeccapurple {
    background-color: #663399
}

.bg_color_darkcyan {
    background-color: #008B8B
}

.bg_color_oldlace {
    background-color: #FDF5E6
}

.bg_color_rosybrown {
    background-color: #BC8F8F
}

.bg_color_darkslategrey {
    background-color: #2F4F4F
}

.bg_color_lightslategray {
    background-color: #778899
}

.bg_color_turquoise {
    background-color: #40E0D0
}

.bg_color_darkgoldenrod {
    background-color: #B8860B
}

.bg_color_honeydew {
    background-color: #F0FFF0
}

.bg_color_mediumslateblue {
    background-color: #7B68EE
}

.bg_color_mediumspringgreen {
    background-color: #00FA9A
}

.bg_color_plum {
    background-color: #DDA0DD
}

.bg_color_darkgrey {
    background-color: #A9A9A9
}

.bg_color_slategray {
    background-color: #708090
}

.bg_color_darkmagenta {
    background-color: #8B008B
}

.bg_color_lightblue {
    background-color: #ADD8E6
}

.bg_color_floralwhite {
    background-color: #FFFAF0
}

.bg_color_dimgray {
    background-color: #696969
}

.bg_color_greenyellow {
    background-color: #ADFF2F
}

.bg_color_fuchsia {
    background-color: #FF00FF
}

.bg_color_cadetblue {
    background-color: #5F9EA0
}

.bg_color_yellowgreen {
    background-color: #9ACD32
}

.bg_color_darkviolet {
    background-color: #9400D3
}

.bg_color_sienna {
    background-color: #A0522D
}

.bg_color_lightpink {
    background-color: #FFB6C1
}

.bg_color_mediumblue {
    background-color: #0000CD
}

.bg_color_bisque {
    background-color: #FFE4C4
}

.bg_color_aquamarine {
    background-color: #7FFFD4
}

.bg_color_palegoldenrod {
    background-color: #EEE8AA
}

.bg_color_aliceblue {
    background-color: #F0F8FF
}

.bg_color_olivedrab {
    background-color: #6B8E23
}

.bg_color_indigo {
    background-color: #4B0082
}

.bg_color_lightcyan {
    background-color: #E0FFFF
}

.bg_color_midnightblue {
    background-color: #191970
}

.bg_color_khaki {
    background-color: #F0E68C
}

.bg_color_burlywood {
    background-color: #DEB887
}

.bg_color_lightyellow {
    background-color: #FFFFE0
}

.bg_color_lightsteelblue {
    background-color: #B0C4DE
}

.bg_color_goldenrod {
    background-color: #DAA520
}

.bg_color_darkturquoise {
    background-color: #00CED1
}

.bg_color_magenta {
    background-color: #FF00FF
}

.bg_color_seashell {
    background-color: #FFF5EE
}

.bg_color_indianred {
    background-color: #CD5C5C
}

.bg_color_mediumseagreen {
    background-color: #3CB371
}

.bg_color_firebrick {
    background-color: #B22222
}

.u-large .swatch__value {
    width: 30px;
    height: 30px;
    line-height: 32px;
}

.swatch__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.browser-IE .swatch__value {
    display: table;
}

.jas_swatches_on_grid .jas_swatch_on_grid.current-swatch .swatch__value:before {
    content: '\f00c';
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 2;
    font-size: 10px;
    color: #fff;
}

.jas_swatches_on_grid .jas_swatch_on_grid.current-swatch .swatch__value.bg_color_white:before {
    color: #000;
}

.jas_swatches_on_grid.square .swatch__list--item, .jas_swatches_on_grid.square .swatch__list--item .swatch__value {
    border-radius: 0;
}

.jas-grid-item .countdown-time {
    bottom: 12px;
    left: 50%;
    z-index: 3;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}

.jas-grid-item .jas-countdown .pr {
    width: 40px;
    height: 40px;
    margin: 0 2px 5px 2px;
    border-radius: 3px;
    padding: 0;
    padding-top: 3px;
    background: rgba(0, 0, 0, .95);
}

.jas-grid-item .jas-countdown .pr .cw {
    line-height: 8px;
    margin-top: 5px;
}

.jas-grid-item .jas-countdown .pr .fs__16 {
    font-size: 16px;
}

.jas-grid-item .jas-countdown .pr span:last-child {
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
}

.jas-grid-item .jas-countdown.light .pr {
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.jas-grid-item .jas-countdown.light .pr span.cw {
    color: #333;
}

.jas-grid-item .jas-countdown.light .pr span:last-child {
    color: #777
}

.template-collection .lazyload.page-head:before, .template-collection .lazyloading.page-head:before, .jas-grid-item .product-info .countdown-time, .page-head:not(.lazyload):before, .page-head:not(.lazyloading):before {
    display: none;
}

.lazyload.page-head, .lazyloading.page-head, .lazyloaded.page-head {
    opacity: 1;
}

.lazyload.page-head:before, .lazyloading.page-head:before, .lazyloaded.page-head:before {
    opacity: 1;
    display: block;
}

.jas-grid-item:hover .jas-product-image .countdown-time {
    opacity: 0;
    visibility: hidden;
}

.jas_tta-tabs-container {
    text-align: center;
    margin: 0;
    overflow: initial;
    position: relative;
    z-index: 3;
    display: block;
}

.jas_tta-tab {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
}

.jas_tta-tab > a {
    border: 1px solid transparent;
    padding: 8px 25px 7px;
    display: block;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    box-shadow: none;
    background-color: transparent;
    color: #878787;
    border-radius: 40px !important;
}

.jas_tta-tab.jas_active > a, .jas_tta-tab > a:hover {
    background-color: transparent;
    border: 1px solid #007ec6;
    color: #007ec6;
}

.jas_tta-panels-container {
    box-sizing: border-box;
    position: relative;
}

.jas_tta-panel {
    margin: -1px;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -sand-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.jas_tta-panel.jas_active {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -sand-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.jas_tta-panel-body {
    border: 1px solid transparent;
    box-sizing: content-box;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    min-height: 4em;
    height: auto;
    display: block;
}

.box_shadow_3d {
    position: relative;
    z-index: 0;
    display: block;
}

.box_shadow_3d img {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box_shadow_3d:after, .box_shadow_3d:before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}

.box_shadow_3d:after {
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.products.metro .product-info h3 a, .products.metro .product-brand a, .products.metro .product-info .price, .products.metro .product-info .price del {
    color: #fff;
}

.products.metro .product-info {
    position: absolute;
    left: 15px;
    bottom: 55px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}

.products.metro .product-inner:hover .product-info {
    opacity: 1;
    visibility: visible;
}

.jas_pr_tc:not(.metro) .jas-grid-item .product-info {
    text-align: center
}

.jas_pr_tc:not(.metro) .jas-grid-item .product-info .swatch__list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.products.metro .product-inner:hover .lazyloaded + .jas-wrap-lazy:before, .products.metro .product-inner:hover .lazyloaded > .jas-wrap-lazy:before {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    visibility: visible;
}

.sp-col-switch a {
    border: 1px solid #878787;
    height: 26px;
}

.sp-col-switch a.one {
    width: 28px;
}

.sp-col-switch a.two {
    width: 29px;
}

.sp-col-switch a.three {
    width: 42px;
}

.sp-col-switch a.four {
    width: 55px;
}

.sp-col-switch a.five {
    width: 68px;
}

.sp-col-switch a.six {
    width: 81px;
}

.sp-col-switch a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 20px;
    background: #878787;
    transition: all .3s;
}

.sp-col-switch a.one:before {
    width: 22px;
}

.sp-col-switch a.two:before {
    box-shadow: 13px 0 0 #878787, 13px 0 0 #878787;
}

.sp-col-switch a.three:before {
    box-shadow: 13px 0 0 #878787, 26px 0 0 #878787;
}

.sp-col-switch a.four:before {
    box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787;
}

.sp-col-switch a.five:before {
    box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787, 52px 0 0 #878787;
}

.sp-col-switch a.six:before {
    box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787, 52px 0 0 #878787, 65px 0 0 #878787;
}

.sp-col-switch a:hover, .sp-col-switch a.active {
    border-color: #007ec6;
}

.sp-col-switch a:hover:before, .sp-col-switch a.active:before {
    background: #007ec6;
}

.sp-col-switch a.one:hover:before, .sp-col-switch a.one.active:before {
    background: #007ec6;
}

.sp-col-switch a.two:hover:before, .sp-col-switch a.two.active:before {
    box-shadow: 13px 0 0 #007ec6, 13px 0 0 #007ec6;
}

.sp-col-switch a.three:hover:before, .sp-col-switch a.three.active:before {
    box-shadow: 13px 0 0 #007ec6, 26px 0 0 #007ec6;
}

.sp-col-switch a.four:hover:before, .sp-col-switch a.four.active:before {
    box-shadow: 13px 0 0 #007ec6, 26px 0 0 #007ec6, 39px 0 0 #007ec6;
}

.sp-col-switch a.five:hover:before, .sp-col-switch a.five.active:before {
    box-shadow: 13px 0 0 #007ec6, 26px 0 0 #007ec6, 39px 0 0 #007ec6, 52px 0 0 #007ec6;
}

.sp-col-switch a.six:hover:before, .sp-col-switch a.six.active:before {
    box-shadow: 13px 0 0 #007ec6, 26px 0 0 #007ec6, 39px 0 0 #007ec6, 52px 0 0 #007ec6, 65px 0 0 #007ec6;
}

a#jas-filter {
    color: #007ec6;
}

.template-collection .result-count-order {
    background: none;
    padding: 30px 0 0;
    color: #999;
}

.shopify-result-count span + span:before {
    content: '|';
    display: inline-block;
    margin: 0 2px;
}

#jas-filter.opened .fa-sliders:before {
    opacity: 0;
}

#jas-filter.opened .fa-sliders:after {
    content: "\f103";
    position: absolute;
    right: 0;
    top: 0;
}

#jas-filter.jas_pop_sidebar.opened .fa-sliders:after {
    content: "\f101";
}

.fa-sliders.pr, .fa-sliders.pr:before, .fa-sliders.pr:after {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.yith-wcan-group:after {
    content: "";
    display: table;
    clear: both;
}

.jas-top-sidebar {
    background: #f1f1f1;
    padding: 30px;
    padding-top: 0;
    display: none;
}

.filter-sidebar {
    width: 270px;
    top: 0;
    bottom: 0;
    left: -270px;
    transition: all .3s;
    z-index: 999;
    background-color: #f6f6f8;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
    overflow-y: auto;
}

.nav_filters {
    margin-bottom: -10px;
}

.nav_filters ul {
    list-style: none
}

.nav_filters ul li {
    margin-top: 5px;
    margin-right: 15px;
    display: inline-block;
    line-height: normal;
}

.nav_filters ul li a {
    font-weight: 700;
    position: relative;
    cursor: pointer;
    color: #1b1919;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.nav_filters ul li a:before {
    content: "\f014";
    font-family: FontAwesome;
    margin-right: 5px;
    display: inline-block;
}

.jas_filter_color .chosen a:before, .jas_filter_color li a:hover:before, .jas_filter_color li a:focus:before {
    content: '\f00c';
    text-align: center;
    display: inline-block !important;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 6;
    font-size: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 21px;
    top: 0;
}

.jas_filter_color .chosen a.bg_color_white:before, .jas_filter_color li a.bg_color_white:hover:before, .jas_filter_color li a.bg_color_white:focus:before {
    color: #000;
}

.template-list-collections .jas-wc.mb__60 {
    margin-bottom: 0;
}

.jas_filter_color .chosen a, .jas_filter_color li a:hover, .jas_filter_color li a:focus {
    position: relative;
    text-indent: inherit !important;
}

.jas-carousel div[class^="jas-col-md-"] {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

#multi-variant-add, #multi-variant-add-quick {
    margin: 0;
}

.widget_shipping h3 {
    color: #007ec6222;
}

.widget_shipping i, .widget_shipping p {
    color: #878787;
}

.wc-single-2 .p-thumb.jas-masonry {
    margin: -5px;
    overflow: hidden;
}

.wc-single-2 .p-thumb.jas-masonry .p-item {
    float: left;
    padding: 5px;
    width: 100%;
}

.wc-single-2 .p-thumb:not(.columns-full) .p-item {
    width: 50%;
}

.wc-single-3 .p-thumb:not(.columns-full) .p-item, .wc-single-4 .p-thumb:not(.columns-full) .p-item {
    width: 100%;
    float: left;
}

.template-product .contetn_full.jas-container {
    width: 100%;
    padding: 0
}

.template-product .jas-wc-single:not(.wc-single-5) .contetn_full.jas-container {
    padding: 0 30px;
}

.group_btn_pr {
    opacity: 0;
    right: 0
}

.added_to_cart.disabled, .added_to_cart:disabled, .button.disabled, .button:disabled, button.disabled, button:disabled, input.disabled[type="button"], input[type="button"]:disabled, input.disabled[type="reset"], input[type="reset"]:disabled, input.disabled[type="submit"], input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.jas-menu li {
    font-size: 14px;
    list-style: none;
    position: relative;
}

.jas-menu > li {
    float: left;
}

.jas-navigation {
    position: relative;
}

.jas-menu > li.mega-menu {
    position: static;
}

.jas-menu > li.mega-menu > ul {
    left: 0;
    right: 0;
    width: 100%;
}

.jas-menu > li:not(:first-child) {
    margin-left: 35px;
}

.jas-menu > li > a {
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.header-6 .jas-menu > li > a {
    line-height: 50px;
    color: #fff;
}

.act_img_sticky .stick-logo, .act_img_sticky.header-sticky .regular-logo, .act_img_sticky.header-sticky .retina-logo, .act_img_sticky + .header-7-mobile .stick-logo, .act_img_sticky.header-sticky + .header-7-mobile .regular-logo, .act_img_sticky.header-sticky + .header-7-mobile .retina-logo {
    display: none;
}

.act_img_sticky.header-sticky .stick-logo, .act_img_sticky.header-sticky + .header-7-mobile .stick-logo {
    display: inline-block;
}

.jas-sticky-nt-atc.top {
    top: 0;
    bottom: auto;
}

.jas-sticky-nt-atc.popup-display {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.jas-sticky-nt-atc.popup-hide {
    opacity: 0;
    visibility: hidden;
}

.jas-sticky-nt-atc {
    z-index: 1000;
    padding: 10px
}

#pr_img_sticky {
    width: 68px;
    height: 68px;
    padding: 3px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.sticky_img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jas-sticky-nt-atc .input-dropdown-inner > a {
    background-image: url(//cdn.shopify.com/s/files/1/2588/5532/t/1/assets/ico-select-light.svg?11963056869188687539);
    background-position: right 4px center;
    border: 1px solid #999;
    min-width: 200px;
    max-width: 200px;
    height: 40px
}

.button_sticky {
    opacity: 1 !important;
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: inherit;
}

form#cart_form_sticky .quantity {
    margin-right: 10px;
}

.jas-sticky-nt-atc .dropdown-list {
    overflow: hidden;
    height: inherit;
    display: block !important;
    overflow-y: auto;
    max-height: 0;
    opacity: 0;
    padding: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.jas-sticky-nt-atc .dd-shown .dropdown-list {
    max-height: 320px;
    opacity: 1;
}

.jas-sticky-nt-atc.bottom .dropdown-list {
    top: auto;
    bottom: 100%;
    border-top: 1px solid rgba(124, 124, 124, .2);
    border-bottom: 0;
}

.jas-sticky-nt-atc .jas_clock_ticker {
    margin: 0;
}

.jas-sticky-nt-atc .jas_progress_bar {
    margin: 0;
    margin-right: 10px;
}

.jas-sticky-nt-atc .jas_clock_ticker .block .label, .jas-sticky-nt-atc span.flip-top {
    color: #fff;
    line-height: 10px;
    font-size: 10px;
}

.jas-sticky-nt-atc .jas_clock_ticker .block .flip-top {
    font-size: 20px;
    line-height: 20px;
}

.jas-sticky-nt-atc .jas_clock_ticker .block {
    padding: 0 8px;
}

.tea-lookbook .slick-next:before, .tea-lookbook .slick-prev:before {
    line-height: 26px;
    line-height: inherit;
}

.header-lateral #jas-wrapper {
    padding-left: 250px;
    overflow-x: initial;
}

.header-7 {
    width: 250px;
    margin-left: -250px;
    z-index: 2000 !important;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}

.header-sticky + .header-7-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 350;
}

.jas-menu li a:hover, .jas-menu li.current-menu-ancestor > a, .jas-menu li.current-menu-item > a {
    color: #56cfe1;
}

.jas-menu > li > ul {
    position: absolute;
    min-width: 250px;
    display: table;
    background: #fff;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    left: -17.5px;
    -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    -moz-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    -o-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    text-align: left;
    z-index: 100;
    padding: 0;
    pointer-events: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}

.jas-menu li:hover > ul {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.jas-menu > li > ul > .sub-column-item, .jas-menu .menu-item-shipping .mega-menu > ul > .sub-column-item {
    display: table-cell;
    vertical-align: top;
}

.jas-menu > li > ul > li {
    min-width: 250px;
}

.jas-menu > li > ul.has_6_colum > li {
    min-width: 200px;
}

.jas-menu ul .sub-column-item > a {
    color: #007ec6;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.sub-column-item .sub-column {
    padding: 0;
}

.sub-column-item .sub-column > li {
    padding: 6px 0;
}

.jas-menu ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.jas-menu ul li {
    line-height: 30px;
    padding: 10px 15px;
}

.jas-menu ul li a {
    font-size: 13px;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
}

.jas-menu ul li a {
    color: #878787;
    display: block;
}

.jas-menu ul li:hover > a {
    color: #007ec6;
}

.jas-menu ul ul {
    left: 250px;
    top: 20%;
}

.jas-menu ul li:hover > ul {
    top: 0;
}

.jas-menu .rtl-menu {
    left: -250px;
}

.jas-menu > li > ul > li.sub-column-item .slick-slider {
    width: 230px;
}

.jas-menu ul li .jas-grid-item .btn-jas-3d a:hover {
    color: #fff;
}

.jas-menu ul li.has_drop {
    padding: 0;
}

.jas-menu > li > ul.mega-menu-html, .jas-menu ul li.has_drop > a {
    padding: 10px 15px;
}

.jas-menu .menu-item-shipping .mega-menu > ul {
    display: table;
    padding: 0;
}

.jas-menu .menu-item-shipping .mega-menu > ul > .sub-column-item {
    display: table-cell;
    min-width: 230px;
}

.jas-menu .menu-item-shipping .mega-menu {
    position: absolute;
    min-width: 250px;
    background: #fff;
    top: 120%;
    left: -17.5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    -moz-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    -o-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
    text-align: left;
    z-index: 10;
    padding: 0;
    pointer-events: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}

.hide_menu_banner {
    opacity: 0;
    visibility: hidden;
    font-size: 0;
    height: 0;
    padding: 0;
}

.jas-menu .menu-item-shipping:hover .mega-menu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.jas-menu li.menu-item-shipping .sub-column-item {
    border: 0;
    padding-bottom: 0;
}

.row_menu_shipping {
    margin: 0;
    border-top: 1px solid #eee;
}

.jas-menu ul li.has_drop ul {
    position: absolute;
    min-width: 250px;
    display: table;
    background: #fff;
    top: 100%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 10;
    padding: 0;
    pointer-events: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}

.jas-menu ul li.has_drop > a:after {
    content: "\f105";
    font-size: 1rem;
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jas-menu ul li.has_drop.right ul {
    left: auto;
    right: 100%;
}

.jas-menu ul li.has_drop:hover > ul {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.menu-banner {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: #000;
}

.menu-banner .main-wrapp-img {
    margin: -1px;
    backface-visibility: hidden;
    perspective: 800px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 800px;
}

.menu-banner .main-wrapp-img .banner-image {
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.menu-banner .banner-image {
    opacity: .7;
}

.menu-banner .wrapper-content-baner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.menu-banner .banner-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 1;
}

.menu-banner:hover > .main-wrapp-img .banner-image {
    transform: scale(1.1);
    -sand-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .4;
}

.menu-banner .banner-inner h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
}

.menu-banner.jas_bg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dfe4e8;
    border-radius: 3px;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-banner.jas_bg .main-wrapp-img {
    background: rgba(33, 43, 54, 0.4);
    -webkit-transition-property: background, border, -webkit-box-shadow;
    transition-property: background, border, -webkit-box-shadow;
    transition-property: background, border, box-shadow;
    transition-property: background, border, box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
    transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.menu-banner.jas_bg:hover {
    -webkit-box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
}

.menu-banner.jas_bg:hover .main-wrapp-img {
    background-color: rgba(33, 43, 54, 0.6);
}

.jas-menu li > a > i {
    margin-right: 4px;
    min-width: 0;
    font-size: 14px;
}

.jas-menu-label {
    position: absolute;
    opacity: 0;
    top: 50%;
    color: #fff;
    background-color: #fe9931;
    font-size: 7px;
    padding: 3px 6px;
    margin-top: -15px;
    border-radius: 50px;
    right: -28px;
    line-height: 1.3;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.jas-menu ul .jas-menu-label {
    right: 2px;
    left: auto;
    margin-top: -12px;
    text-transform: uppercase;
}

.jas-menu li.sale > a, .header-sticky .jas-menu > li.sale > a {
    color: #ec0101;
}

#jas-mobile-menu .jas_ui_menu {
    -webkit-animation: fadeIn 1s ease;
    -moz-animation: fadeIn 1s ease;
    -o-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
    display: none;
}

.ng-scope .product_title.entry-title + .flex, .ng-scope .shopify-product-rating, .jas_flash_sold, .jas_flash_sold_quick {
    margin-bottom: 10px !important;
}

.product-widget__ryviu .ryviu-item, .product-widget__ryviu .ryviu-number-widget {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#jas-mobile-menu .jas_ui_menu.active, .single-product-thumbnail .slick-slide img, .single-product-thumbnail .slick-slide .p-item > a {
    display: block;
}

#jas-mobile-menu .jas_ui_menu.image-picker__category {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

#jas-mobile-menu .jas_ui_menu.image-picker__category.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#jas-mobile-menu .gecko-scroll .gecko-scroll-content {
    padding: 0.8rem;
    overflow: scroll;
    overflow-x: hidden;
    bottom: 0.8rem;
    padding-bottom: 50px;
}

#jas-mobile-menu {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.jas-mobile-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #f5f6f7;
}

.jas-mobile-tabs h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: .3px;
    color: #909090;
    background-color: #f5f6f7;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease;
    -webkit-transition: background-color .25s ease, color .25s ease;
}

.jas-mobile-tabs h3.no_cat {
    display: block;
    max-width: 100%;
}

.jas-mobile-tabs h3.active {
    background-color: transparent;
    border-bottom-color: #b59677;
    color: #212b35;
}

.te-panel__flex-container {
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.image-picker__category {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 0.8rem;
}

.image-picker-list__category-item {
    width: 100%;
    margin-top: 0.8rem;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dfe4e8;
    border-radius: 3px;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-picker-list__category-item:first-child {
    margin: 0;
}

.image-picker-list__category {
    padding-top: 22%;
    padding-bottom: 22%;
    color: #ffffff;
    text-align: center;
    background: rgba(33, 43, 54, 0.4);
}

.image-picker-list__category:hover {
    background-color: rgba(33, 43, 54, 0.6);
}

.image-picker-list__category h3 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #ffffff;
    text-overflow: ellipsis;
}

.fontawesome .sf-open i:before {
    content: "\f002";
    font-family: FontAwesome;
}

.fontawesome .jas-action i {
    font-size: 22px;
}

.fontawesome .jas-action i:before {
    font-family: FontAwesome;
}

.fontawesome .jas-action i.pe-7s-like:before {
    content: "\f08a";
}

.fontawesome .jas-action i.pe-7s-user:before {
    content: "\f007";
}

.fontawesome .jas-action i.pe-7s-shopbag:before {
    content: "\f07a";
}

.fontawesome .jas-action i.pe-7s-config:before {
    content: "\f013";
}

.fontawesome .wrapper-search-dropdown #searchsubmit:after {
    content: "\f002";
    font-family: FontAwesome;
}

.jas-row-spacing-0 .portfolio-item {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

.jas-row-spacing-2 .portfolio-item {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
}

.jas-row-spacing-6 .portfolio-item {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px;
}

.jas-row-spacing-10 .portfolio-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.jas-row-spacing-20 .portfolio-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.jas-row-spacing-30 .portfolio-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.jas_grid-gutter-10px.jas_row {
    margin-left: 5px;
    margin-right: 5px;
}

.jas_grid-gutter-15px.jas_row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.jas_grid-gutter-10px.jas_row .jas_grid-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    display: block;
}

.jas_grid-gutter-15px.jas_row .jas_grid-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.single-product-thumbnail .slick-slide img, .single-product-thumbnail img {
    width: 100%;
}

html:not(.ng-scope) .product-quick-view .shopify-product-rating {
    display: none;
}

.document-ready .group_btn_pr, .document-ready .jas-menu-label {
    opacity: 1
}

.popup-quick-view {
    max-width: 920px;
    background-color: white;
    margin: 65px auto;
    position: relative;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3);
}

.gecko-promo-popup.popup-quick-view {
    max-width: 550px;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.promo-popup-wrapper.mfp-ready .gecko-promo-popup {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.promo-popup-wrapper.mfp-removing .gecko-promo-popup {
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}

.ypop-header {
    display: table;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ypop-header {
    height: 150px;
    background-color: #b59677;
}

.ypop-footer {
    padding: 15px;
    text-align: center;
    font-size: 12px;
    background-color: #f4f4f4;
}

.ypop-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 25px 40px 0;
    line-height: 1.3;
    color: #ffffff;
}

.ypop-content {
    margin: 20px 30px;
    text-align: center;
}

.ypop-content h3 {
    font-size: 18px;
    line-height: 30px;
}

.ypop-form-newsletter-wrapper fieldset {
    border: 0;
}

.ypop-form-newsletter-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.ypop-form-newsletter-wrapper ul li {
    margin: 10px;
}

.ypop-form-newsletter-wrapper .newsletter_form_name input, .ypop-form-newsletter-wrapper .newsletter_form_email input {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 10px 5px;
}

.ypop-form-newsletter-wrapper label {
    color: #787878;
}

.ypop-form-newsletter-wrapper .ypop-submit {
    text-align: center;
    margin-top: 25px;
}

.ypop-form-newsletter-wrapper .submit-field .custom-icon {
    padding-right: 5px;
}

.ypop-form-newsletter-wrapper .submit-field .custom-icon img {
    max-width: 27px;
    max-height: 25px;
}

.ypop-content button {
    border-radius: 0px;
    border-bottom: 0;
    width: 100%;
    color: #ffffff;
    background-image: none;
}

.ypop-content button:active {
    border-radius: 0px;
    border-bottom: 0;
    border-top: 0;
}

.ypop-checkzone {
    font-size: 11px;
    background-color: #ccc;
    text-align: left;
    padding: 6px;
}

.ypop-checkzone {
    background-color: transparent;
    color: #333333;
}

.ypop-checkzone {
    padding: 9px 8px 6px;
}

.ypop-checkzone label {
    cursor: pointer;
}

.ypop-checkzone input.no-view, input.jas_agree {
    display: none;
}

.ypop-checkzone input.no-view + span, input.jas_agree + span {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(//cdn.shopify.com/s/files/1/2588/5532/t/1/assets/checkbox-button.png?11963056869188687539) center bottom no-repeat;
    float: left;
    margin-right: 8px;
}

.ypop-checkzone input.no-view:checked + span, input.jas_agree:checked + span {
    background-position: center top;
}

.agree_checkbox {
    line-height: normal;
}

.agree_checkbox input.jas_agree + span {
    float: none;
}

.widget_shopping_cart_footer .agree_checkbox input.jas_agree + span {
    margin-right: 5px;
}

.gecko-promo-popup.popup-quick-view .mfp-close {
    width: 30px;
    height: 30px;
    background: center center no-repeat;
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    padding: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 0;
}

.gecko-promo-popup.popup-quick-view .mfp-close:after, .gecko-promo-popup.popup-quick-view .mfp-close:before {
    right: 5px;
    width: 20px;
}

.wrapper-boxed .jas-grid-item.jas-qs-shown .jas-qs-wrapper {
    overflow: auto;
}

.jas-qs-wrapper .single_add_to_cart_button {
    padding: 12px 5px;
    height: auto;
    font-weight: 600;
    font-size: 13px;
}

.gecko-cookies-popup, .sticky-nt-atc.jas-sticky-nt-atc {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, 0.9);
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    color: white;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -sand-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.784, 0.134, 0.14, 0.85);
    -moz-transition: all 0.4s cubic-bezier(0.784, 0.134, 0.14, 0.85);
    -o-transition: all 0.4s cubic-bezier(0.784, 0.134, 0.14, 0.85);
    transition: all 0.4s cubic-bezier(0.784, 0.134, 0.14, 0.85);
}

.sticky-nt-atc.jas-sticky-nt-atc {
    padding: 10px
}

.sticky-nt-atc.jas-sticky-nt-atc.top {
    top: 0;
    bottom: auto;
}

.gecko-cookies-popup.popup-display, .jas-sticky-nt-atc.popup-display {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -sand-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.gecko-cookies-popup.popup-hide, .jas-sticky-nt-atc.popup-hide {
    opacity: 0;
    visibility: hidden;
}

.gecko-cookies-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: space-between;
}

.gecko-cookies-inner .cookies-buttons {
    flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.gecko-cookies-inner .cookies-info-text {
    padding-right: 30px;
    line-height: 1.4;
}

.cookies-buttons > a {
    margin-right: 20px;
}

.cookies-buttons > a:last-child {
    margin-right: 0px;
}

.cookies-buttons .cookies-more-btn {
    display: inline-block;
    color: white;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}

.cookies-buttons .cookies-more-btn:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: white;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
}

.cookies-buttons .cookies-more-btn:hover {
    text-decoration: none;
}

.cookies-buttons .cookies-more-btn:hover:after {
    width: 100%;
    left: 0;
}

.cookies-buttons .cookies-accept-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
}

.jas-grid-item .jas-add-btn:not(.pa) {
    display: none;
    text-align: center
}

.jas-qs-shown.jas-grid-item .jas-add-btn:not(.pa) {
    display: none;
}

.jas-grid-item .jas-add-btn:not(.pa) > a {
    display: block
}

.header-lateral .nt-products-suggest {
    left: 260px
}

.minutes-ago, .from-ago {
    font-size: 11px;
}

.btn_atc_full form.jas_cart {
    display: block;
}

.btn-atc:not(.btn_atc_full) .shopify-payment-button {
    margin-top: 20px
}

.entry-summary .btn_atc_full .single_add_to_cart_button {
    width: 100%;
    margin: 20px 0 0;
}

.entry-summary .btn_atc_full .shopify-payment-button {
    margin-top: 20px;
}

.entry-summary .btn_atc_full .single_variation_wrap.price_custom {
    display: block;
}

.wc-proceed-to-checkout.form_jas_agree p a {
    font-size: inherit;
    float: none;
}

.btn_atc_full #multi-variant-add { /* Firefox */
    width: -moz-calc(100% - 55px); /* WebKit */
    width: -webkit-calc(100% - 55px); /* Opera */
    width: -o-calc(100% - 55px); /* Standard */
    width: calc(100% - 55px);
}

.product-form__item--payment-button .shopify-payment-button__button--hidden {
    display: none;
}

.product-form__item--payment-button .shopify-payment-button__button {
    border-radius: 0
}

/* .gecko-products-suggest .table_suggest a {white-space: nowrap;text-transform: uppercase;max-width: 150px;overflow: hidden;text-overflow: ellipsis;} */
body.add_sticky_nt #jas-backtop, body.add_sticky_nt .gecko-products-suggest {
    bottom: 100px;
}

#jas-footer .signup-newsletter-form {
    margin-bottom: 15px
}

.type_jas_promotion_banner_parallax .jas-banner-parallax {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
}

.header-2 .jas-menu > li > a, .header-4 .jas-menu > li > a, .header-6 .jas-menu > li > a {
    letter-spacing: 1px;
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 999;
}

.metaslider .slick-dots {
    bottom: 20px;
    z-index: 9;
}

.template-collection .result-count-order .shopify-ordering select::-ms-expand {
    display: none;
}

#shipping-calculator .field {
    font-size: 15px
}

#shipping-calculator .field label {
    display: block;
    margin: 0 0 .3em;
    font-size: 1em;
}

.threshold_bar.color.w_50 > span {
    background-color: #ffa800;
}

.threshold_bar.color.w_80 > span {
    background-color: #6f9a37;
}

.catalog_mode_on .jas-grid-item .jas-add-btn.pa, .catalog_mode_on .single_add_to_cart_button {
    display: none !important;
}

.additional-checkout-buttons {
    text-align: right;
    margin-top: 20px;
}

.additional-checkout-buttons button {
    cursor: pointer;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 27px 0 30px;
    background: #b59677;
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
}

.jas_checkout.pe_none .additional-checkout-buttons .additional-checkout-button {
    pointer-events: none;
}

.dropdown-cart .checkout, .jas-mini-cart .checkout, .widget_shopping_cart .checkout {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#callBackVariant .variations.variant_simple .gecko-swatch:before {
    display: none !important;
}

#callBackVariant .variations.swatch_non .gecko-swatch.is-selected:before {
    background-color: #fff !important;
}

#prompt-background {
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}

#prompt-background .jas-row {
    margin-right: -5px;
    margin-left: -5px;
}

#prompt-background .jas-col-xs-12 {
    padding-right: 5px;
    padding-left: 5px
}

#age-check-prompt {
    padding: 20px;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.popup-added_to_cart p.text_pp {
    font-size: 16px;
}

.modal-prompt-holder {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.modal-prompt-holder:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal-prompt-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    z-index: 10451;
}

#age-check-prompt.age_pp {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.input--icon i {
    width: 40px;
    font-size: 23px;
    border-right: 1px solid #ccc;
    top: 1px;
    bottom: 1px;
}

.input--icon input {
    padding-left: 50px !important;
}

.entry-summary .variations.square .is-ntcolor .swatch__list--item, .entry-summary .variations.square .is-ntcolor .swatch__list--item .swatch__value, .variations_form_qs .variations.square_quick .is-ntcolor .swatch__list--item, .variations_form_qs .variations.square_quick .is-ntcolor .swatch__list--item .swatch__value {
    border-radius: 0
}

.jas_flagImg, .jas_flagImg_quick {
    display: inline-block;
    vertical-align: middle;
}

.jas_flash_icon, .nt_flash {
    animation: fading 1s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.jas_94 .jas_flag, .jas_94 .jas_flag_quick {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/flags_icon.png);
    background-repeat: no-repeat;
}

.jas_94 .abkhazia {
    background-position: 0 0;
    display: none
}

.jas_94 .basque-country {
    background-position: -32px 0
}

.jas_94 .british-antarctic-territory {
    background-position: -64px 0
}

.jas_94 .commonwealth {
    background-position: -96px 0
}

.jas_94 .england {
    background-position: -128px 0
}

.jas_94 .gosquared {
    background-position: -160px 0
}

.jas_94 .kosovo {
    background-position: -192px 0
}

.jas_94 .mars {
    background-position: -224px 0
}

.jas_94 .nagorno-karabakh {
    background-position: -256px 0
}

.jas_94 .nato {
    background-position: -288px 0
}

.jas_94 .northern-cyprus {
    background-position: -320px 0
}

.jas_94 .olympics {
    background-position: -352px 0
}

.jas_94 .red-cross {
    background-position: -384px 0
}

.jas_94 .scotland {
    background-position: -416px 0
}

.jas_94 .somaliland {
    background-position: -448px 0
}

.jas_94 .south-ossetia {
    background-position: -480px 0
}

.jas_94 .united-nations {
    background-position: -512px 0
}

.jas_94 .unknown {
    background-position: 0 -32px
}

.jas_94 .wales {
    background-position: -32px -32px
}

.jas_94 .ad {
    background-position: -64px -32px
}

.jas_94 .ae {
    background-position: -96px -32px
}

.jas_94 .af {
    background-position: -128px -32px
}

.jas_94 .ag {
    background-position: -160px -32px
}

.jas_94 .ai {
    background-position: -192px -32px
}

.jas_94 .al {
    background-position: -224px -32px
}

.jas_94 .am {
    background-position: -256px -32px
}

.jas_94 .an {
    background-position: -288px -32px
}

.jas_94 .ao {
    background-position: -320px -32px
}

.jas_94 .aq {
    background-position: -352px -32px
}

.jas_94 .ar {
    background-position: -384px -32px
}

.jas_94 .as {
    background-position: -416px -32px
}

.jas_94 .at {
    background-position: -448px -32px
}

.jas_94 .au {
    background-position: -480px -32px
}

.jas_94 .aw {
    background-position: -512px -32px
}

.jas_94 .ax {
    background-position: 0 -64px
}

.jas_94 .az {
    background-position: -32px -64px
}

.jas_94 .ba {
    background-position: -64px -64px
}

.jas_94 .bb {
    background-position: -96px -64px
}

.jas_94 .bd {
    background-position: -128px -64px
}

.jas_94 .be {
    background-position: -160px -64px
}

.jas_94 .bf {
    background-position: -192px -64px
}

.jas_94 .bg {
    background-position: -224px -64px
}

.jas_94 .bh {
    background-position: -256px -64px
}

.jas_94 .bi {
    background-position: -288px -64px
}

.jas_94 .bj {
    background-position: -320px -64px
}

.jas_94 .bl {
    background-position: -352px -64px
}

.jas_94 .bm {
    background-position: -384px -64px
}

.jas_94 .bn {
    background-position: -416px -64px
}

.jas_94 .bo {
    background-position: -448px -64px
}

.jas_94 .br {
    background-position: -480px -64px
}

.jas_94 .bs {
    background-position: -512px -64px
}

.jas_94 .bt {
    background-position: 0 -96px
}

.jas_94 .bw {
    background-position: -32px -96px
}

.jas_94 .by {
    background-position: -64px -96px
}

.jas_94 .bz {
    background-position: -96px -96px
}

.jas_94 .ca {
    background-position: -128px -96px
}

.jas_94 .cc {
    background-position: -160px -96px
}

.jas_94 .cd {
    background-position: -192px -96px
}

.jas_94 .cf {
    background-position: -224px -96px
}

.jas_94 .cg {
    background-position: -256px -96px
}

.jas_94 .ch {
    background-position: -288px -96px
}

.jas_94 .ci {
    background-position: -320px -96px
}

.jas_94 .ck {
    background-position: -352px -96px
}

.jas_94 .cl {
    background-position: -384px -96px
}

.jas_94 .cm {
    background-position: -416px -96px
}

.jas_94 .cn {
    background-position: -448px -96px
}

.jas_94 .co {
    background-position: -480px -96px
}

.jas_94 .cr {
    background-position: -512px -96px
}

.jas_94 .cu {
    background-position: 0 -128px
}

.jas_94 .cv {
    background-position: -32px -128px
}

.jas_94 .cw {
    background-position: -64px -128px
}

.jas_94 .cx {
    background-position: -96px -128px
}

.jas_94 .cy {
    background-position: -128px -128px
}

.jas_94 .cz {
    background-position: -160px -128px
}

.jas_94 .de {
    background-position: -192px -128px
}

.jas_94 .dj {
    background-position: -224px -128px
}

.jas_94 .dk {
    background-position: -256px -128px
}

.jas_94 .dm {
    background-position: -288px -128px
}

.jas_94 .do {
    background-position: -320px -128px
}

.jas_94 .dz {
    background-position: -352px -128px
}

.jas_94 .ec {
    background-position: -384px -128px
}

.jas_94 .ee {
    background-position: -416px -128px
}

.jas_94 .eg {
    background-position: -448px -128px
}

.jas_94 .eh {
    background-position: -480px -128px
}

.jas_94 .er {
    background-position: -512px -128px
}

.jas_94 .es {
    background-position: 0 -160px
}

.jas_94 .et {
    background-position: -32px -160px
}

.jas_94 .eu {
    background-position: -64px -160px
}

.jas_94 .fi {
    background-position: -96px -160px
}

.jas_94 .fj {
    background-position: -128px -160px
}

.jas_94 .fk {
    background-position: -160px -160px
}

.jas_94 .fm {
    background-position: -192px -160px
}

.jas_94 .fo {
    background-position: -224px -160px
}

.jas_94 .fr {
    background-position: -256px -160px
}

.jas_94 .ga {
    background-position: -288px -160px
}

.jas_94 .gb {
    background-position: -320px -160px
}

.jas_94 .gd {
    background-position: -352px -160px
}

.jas_94 .ge {
    background-position: -384px -160px
}

.jas_94 .gg {
    background-position: -416px -160px
}

.jas_94 .gh {
    background-position: -448px -160px
}

.jas_94 .gi {
    background-position: -480px -160px
}

.jas_94 .gl {
    background-position: -512px -160px
}

.jas_94 .gm {
    background-position: 0 -192px
}

.jas_94 .gn {
    background-position: -32px -192px
}

.jas_94 .gq {
    background-position: -64px -192px
}

.jas_94 .gr {
    background-position: -96px -192px
}

.jas_94 .gs {
    background-position: -128px -192px
}

.jas_94 .gt {
    background-position: -160px -192px
}

.jas_94 .gu {
    background-position: -192px -192px
}

.jas_94 .gw {
    background-position: -224px -192px
}

.jas_94 .gy {
    background-position: -256px -192px
}

.jas_94 .hk {
    background-position: -288px -192px
}

.jas_94 .hn {
    background-position: -320px -192px
}

.jas_94 .hr {
    background-position: -352px -192px
}

.jas_94 .ht {
    background-position: -384px -192px
}

.jas_94 .hu {
    background-position: -416px -192px
}

.jas_94 .ic {
    background-position: -448px -192px
}

.jas_94 .id {
    background-position: -480px -192px
}

.jas_94 .ie {
    background-position: -512px -192px
}

.jas_94 .il {
    background-position: 0 -224px
}

.jas_94 .im {
    background-position: -32px -224px
}

.jas_94 .in {
    background-position: -64px -224px
}

.jas_94 .iq {
    background-position: -96px -224px
}

.jas_94 .ir {
    background-position: -128px -224px
}

.jas_94 .is {
    background-position: -160px -224px
}

.jas_94 .it {
    background-position: -192px -224px
}

.jas_94 .je {
    background-position: -224px -224px
}

.jas_94 .jm {
    background-position: -256px -224px
}

.jas_94 .jo {
    background-position: -288px -224px
}

.jas_94 .jp {
    background-position: -320px -224px
}

.jas_94 .ke {
    background-position: -352px -224px
}

.jas_94 .kg {
    background-position: -384px -224px
}

.jas_94 .kh {
    background-position: -416px -224px
}

.jas_94 .ki {
    background-position: -448px -224px
}

.jas_94 .km {
    background-position: -480px -224px
}

.jas_94 .kn {
    background-position: -512px -224px
}

.jas_94 .kp {
    background-position: 0 -256px
}

.jas_94 .kr {
    background-position: -32px -256px
}

.jas_94 .kw {
    background-position: -64px -256px
}

.jas_94 .ky {
    background-position: -96px -256px
}

.jas_94 .kz {
    background-position: -128px -256px
}

.jas_94 .la {
    background-position: -160px -256px
}

.jas_94 .lb {
    background-position: -192px -256px
}

.jas_94 .lc {
    background-position: -224px -256px
}

.jas_94 .li {
    background-position: -256px -256px
}

.jas_94 .lk {
    background-position: -288px -256px
}

.jas_94 .lr {
    background-position: -320px -256px
}

.jas_94 .ls {
    background-position: -352px -256px
}

.jas_94 .lt {
    background-position: -384px -256px
}

.jas_94 .lu {
    background-position: -416px -256px
}

.jas_94 .lv {
    background-position: -448px -256px
}

.jas_94 .ly {
    background-position: -480px -256px
}

.jas_94 .ma {
    background-position: -512px -256px
}

.jas_94 .mc {
    background-position: 0 -288px
}

.jas_94 .md {
    background-position: -32px -288px
}

.jas_94 .me {
    background-position: -64px -288px
}

.jas_94 .mf {
    background-position: -96px -288px
}

.jas_94 .mg {
    background-position: -128px -288px
}

.jas_94 .mh {
    background-position: -160px -288px
}

.jas_94 .mk {
    background-position: -192px -288px
}

.jas_94 .ml {
    background-position: -224px -288px
}

.jas_94 .mm {
    background-position: -256px -288px
}

.jas_94 .mn {
    background-position: -288px -288px
}

.jas_94 .mo {
    background-position: -320px -288px
}

.jas_94 .mp {
    background-position: -352px -288px
}

.jas_94 .mq {
    background-position: -384px -288px
}

.jas_94 .mr {
    background-position: -416px -288px
}

.jas_94 .ms {
    background-position: -448px -288px
}

.jas_94 .mt {
    background-position: -480px -288px
}

.jas_94 .mu {
    background-position: -512px -288px
}

.jas_94 .mv {
    background-position: 0 -320px
}

.jas_94 .mw {
    background-position: -32px -320px
}

.jas_94 .mx {
    background-position: -64px -320px
}

.jas_94 .my {
    background-position: -96px -320px
}

.jas_94 .mz {
    background-position: -128px -320px
}

.jas_94 .na {
    background-position: -160px -320px
}

.jas_94 .nc {
    background-position: -192px -320px
}

.jas_94 .ne {
    background-position: -224px -320px
}

.jas_94 .nf {
    background-position: -256px -320px
}

.jas_94 .ng {
    background-position: -288px -320px
}

.jas_94 .ni {
    background-position: -320px -320px
}

.jas_94 .nl {
    background-position: -352px -320px
}

.jas_94 .no {
    background-position: -384px -320px
}

.jas_94 .np {
    background-position: -416px -320px
}

.jas_94 .nr {
    background-position: -448px -320px
}

.jas_94 .nu {
    background-position: -480px -320px
}

.jas_94 .nz {
    background-position: -512px -320px
}

.jas_94 .om {
    background-position: 0 -352px
}

.jas_94 .pa {
    background-position: -32px -352px
}

.jas_94 .pe {
    background-position: -64px -352px
}

.jas_94 .pf {
    background-position: -96px -352px
}

.jas_94 .pg {
    background-position: -128px -352px
}

.jas_94 .ph {
    background-position: -160px -352px
}

.jas_94 .pirate-black {
    background-position: -192px -352px
}

.jas_94 .pirate-white {
    background-position: -224px -352px
}

.jas_94 .pk {
    background-position: -256px -352px
}

.jas_94 .pl {
    background-position: -288px -352px
}

.jas_94 .pn {
    background-position: -320px -352px
}

.jas_94 .pr {
    background-position: -352px -352px
}

.jas_94 .ps {
    background-position: -384px -352px
}

.jas_94 .pt {
    background-position: -416px -352px
}

.jas_94 .pw {
    background-position: -448px -352px
}

.jas_94 .py {
    background-position: -480px -352px
}

.jas_94 .qa {
    background-position: -512px -352px
}

.jas_94 .ro {
    background-position: 0 -384px
}

.jas_94 .rs {
    background-position: -32px -384px
}

.jas_94 .ru {
    background-position: -64px -384px
}

.jas_94 .rw {
    background-position: -96px -384px
}

.jas_94 .sa {
    background-position: -128px -384px
}

.jas_94 .sb {
    background-position: -160px -384px
}

.jas_94 .sc {
    background-position: -192px -384px
}

.jas_94 .sd {
    background-position: -224px -384px
}

.jas_94 .se {
    background-position: -256px -384px
}

.jas_94 .sg {
    background-position: -288px -384px
}

.jas_94 .sh {
    background-position: -320px -384px
}

.jas_94 .si {
    background-position: -352px -384px
}

.jas_94 .sk {
    background-position: -384px -384px
}

.jas_94 .sl {
    background-position: -416px -384px
}

.jas_94 .sm {
    background-position: -448px -384px
}

.jas_94 .sn {
    background-position: -480px -384px
}

.jas_94 .so {
    background-position: -512px -384px
}

.jas_94 .sr {
    background-position: 0 -416px
}

.jas_94 .ss {
    background-position: -32px -416px
}

.jas_94 .st {
    background-position: -64px -416px
}

.jas_94 .sv {
    background-position: -96px -416px
}

.jas_94 .sy {
    background-position: -128px -416px
}

.jas_94 .sz {
    background-position: -160px -416px
}

.jas_94 .tc {
    background-position: -192px -416px
}

.jas_94 .td {
    background-position: -224px -416px
}

.jas_94 .tf {
    background-position: -256px -416px
}

.jas_94 .tg {
    background-position: -288px -416px
}

.jas_94 .th {
    background-position: -320px -416px
}

.jas_94 .tj {
    background-position: -352px -416px
}

.jas_94 .tk {
    background-position: -384px -416px
}

.jas_94 .tl {
    background-position: -416px -416px
}

.jas_94 .tm {
    background-position: -448px -416px
}

.jas_94 .tn {
    background-position: -480px -416px
}

.jas_94 .to {
    background-position: -512px -416px
}

.jas_94 .tr {
    background-position: 0 -448px
}

.jas_94 .tt {
    background-position: -32px -448px
}

.jas_94 .tv {
    background-position: -64px -448px
}

.jas_94 .tw {
    background-position: -96px -448px
}

.jas_94 .tz {
    background-position: -128px -448px
}

.jas_94 .ua {
    background-position: -160px -448px
}

.jas_94 .ug {
    background-position: -192px -448px
}

.jas_94 .us {
    background-position: -224px -448px
}

.jas_94 .uy {
    background-position: -256px -448px
}

.jas_94 .uz {
    background-position: -288px -448px
}

.jas_94 .va {
    background-position: -320px -448px
}

.jas_94 .vc {
    background-position: -352px -448px
}

.jas_94 .ve {
    background-position: -384px -448px
}

.jas_94 .vg {
    background-position: -416px -448px
}

.jas_94 .vi {
    background-position: -448px -448px
}

.jas_94 .vn {
    background-position: -480px -448px
}

.jas_94 .vu {
    background-position: -512px -448px
}

.currencies .jas_flag {
    background-image: url(../images/flags_currency.png) !important;
    width: 30px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.flag_ZMW {
    background-position: -45px -5px
}

.flag_YER {
    background-position: -85px -5px
}

.flag_VND {
    background-position: -125px -5px
}

.flag_VEF {
    background-position: -165px -5px
}

.flag_VUV {
    background-position: -245px -5px
}

.flag_UZS {
    background-position: -285px -5px
}

.flag_UYU {
    background-position: -325px -5px
}

.flag_USD {
    background-position: -365px -5px
}

.flag_GBP {
    background-position: -405px -5px
}

.flag_AED {
    background-position: -445px -5px
}

.flag_UAH {
    background-position: -5px -35px
}

.flag_UGX {
    background-position: -45px -35px
}

.flag_TMT {
    background-position: -125px -35px
}

.flag_TRY {
    background-position: -165px -35px
}

.flag_TND {
    background-position: -205px -35px
}

.flag_TTD {
    background-position: -245px -35px
}

.flag_TOP {
    background-position: -285px -35px
}

.flag_THB {
    background-position: -365px -35px
}

.flag_TZS {
    background-position: -405px -35px
}

.flag_TJS {
    background-position: -445px -35px
}

.flag_TWD {
    background-position: -5px -65px
}

.flag_SYP {
    background-position: -45px -65px
}

.flag_CHF {
    background-position: -85px -65px
}

.flag_SEK {
    background-position: -125px -65px
}

.flag_SZL {
    background-position: -165px -65px
}

.flag_SRD {
    background-position: -205px -65px
}

.flag_SDG {
    background-position: -245px -65px
}

.flag_LKR {
    background-position: -285px -65px
}

.flag_ZAR {
    background-position: -405px -65px
}

.flag_SOS {
    background-position: -445px -65px
}

.flag_SBD {
    background-position: -5px -95px
}

.flag_SGD {
    background-position: -125px -95px
}

.flag_SLL {
    background-position: -165px -95px
}

.flag_SCR {
    background-position: -205px -95px
}

.flag_RSD {
    background-position: -245px -95px
}

.flag_SAR {
    background-position: -325px -95px
}

.flag_STD {
    background-position: -365px -95px
}

.flag_WST {
    background-position: -445px -95px
}

.flag_XCD {
    background-position: -5px -125px
}

.flag_RWF {
    background-position: -125px -125px
}

.flag_RUB {
    background-position: -165px -125px
}

.flag_RON {
    background-position: -205px -125px
}

.flag_QAR {
    background-position: -245px -125px
}

.flag_PLN {
    background-position: -325px -125px
}

.flag_PHP {
    background-position: -365px -125px
}

.flag_PEN {
    background-position: -405px -125px
}

.flag_PYG {
    background-position: -445px -125px
}

.flag_PGK {
    background-position: -5px -155px
}

.flag_PAB {
    background-position: -45px -155px
}

.flag_PKR {
    background-position: -125px -155px
}

.flag_OMR {
    background-position: -165px -155px
}

.flag_NOK {
    background-position: -205px -155px
}

.flag_NGN {
    background-position: -245px -155px
}

.flag_NIO {
    background-position: -325px -155px
}

.flag_NZD {
    background-position: -365px -155px
}

.flag_NPR {
    background-position: -445px -155px
}

.flag_NAD {
    background-position: -45px -185px
}

.flag_MMK {
    background-position: -85px -185px
}

.flag_MZN {
    background-position: -125px -185px
}

.flag_MAD {
    background-position: -165px -185px
}

.flag_MNT {
    background-position: -245px -185px
}

.flag_MDL {
    background-position: -325px -185px
}

.flag_MXN {
    background-position: -405px -185px
}

.flag_MUR {
    background-position: -445px -185px
}

.flag_MRO {
    background-position: -5px -215px
}

.flag_MVR {
    background-position: -165px -215px
}

.flag_MYR {
    background-position: -205px -215px
}

.flag_MWK {
    background-position: -245px -215px
}

.flag_MGA {
    background-position: -285px -215px
}

.flag_MKD {
    background-position: -325px -215px
}

.flag_LTL {
    background-position: -405px -215px
}

.flag_LYD {
    background-position: -5px -245px
}

.flag_LRD {
    background-position: -45px -245px
}

.flag_LSL {
    background-position: -85px -245px
}

.flag_LBP {
    background-position: -125px -245px
}

.flag_LVL {
    background-position: -165px -245px
}

.flag_LAK {
    background-position: -205px -245px
}

.flag_KGS {
    background-position: -245px -245px
}

.flag_KWD {
    background-position: -285px -245px
}

.flag_KRW {
    background-position: -365px -245px
}

.flag_KPW {
    background-position: -405px -245px
}

.flag_KES {
    background-position: -5px -275px
}

.flag_KZT {
    background-position: -45px -275px
}

.flag_JOD {
    background-position: -85px -275px
}

.flag_JPY {
    background-position: -125px -275px
}

.flag_JMD {
    background-position: -165px -275px
}

.flag_ILS {
    background-position: -245px -275px
}

.flag_IQD {
    background-position: -325px -275px
}

.flag_IRR {
    background-position: -365px -275px
}

.flag_IDR {
    background-position: -405px -275px
}

.flag_INR {
    background-position: -445px -275px
}

.flag_ISK {
    background-position: -5px -305px
}

.flag_HUF {
    background-position: -45px -305px
}

.flag_HNL {
    background-position: -85px -305px
}

.flag_HTG {
    background-position: -125px -305px
}

.flag_GYD {
    background-position: -165px -305px
}

.flag_GNF {
    background-position: -205px -305px
}

.flag_GTQ {
    background-position: -285px -305px
}

.flag_GHS {
    background-position: -405px -305px
}

.flag_GEL {
    background-position: -5px -335px
}

.flag_GMD {
    background-position: -45px -335px
}

.flag_XAF {
    background-position: -85px -335px
}

.flag_FJD {
    background-position: -205px -335px
}

.flag_ETB {
    background-position: -245px -335px
}

.flag_ERN {
    background-position: -325px -335px
}

.flag_SVC {
    background-position: -405px -335px
}

.flag_EGP {
    background-position: -445px -335px
}

.flag_DOP {
    background-position: -85px -365px
}

.flag_DJF {
    background-position: -165px -365px
}

.flag_DKK {
    background-position: -205px -365px
}

.flag_CZK {
    background-position: -245px -365px
}

.flag_CUC {
    background-position: -325px -365px
}

.flag_CUP {
    background-position: -325px -365px
}

.flag_HRK {
    background-position: -365px -365px
}

.flag_CRC {
    background-position: -445px -365px
}

.flag_CDF {
    background-position: -45px -395px
}

.flag_KMF {
    background-position: -85px -395px
}

.flag_COP {
    background-position: -125px -395px
}

.flag_CNY {
    background-position: -165px -395px
}

.flag_CLP {
    background-position: -205px -395px
}

.flag_CVE {
    background-position: -325px -395px
}

.flag_CAD {
    background-position: -365px -395px
}

.flag_KHR {
    background-position: -445px -395px
}

.flag_BIF {
    background-position: -5px -425px
}

.flag_XOF {
    background-position: -45px -425px
}

.flag_BGN {
    background-position: -85px -425px
}

.flag_BND {
    background-position: -125px -425px
}

.flag_BRL {
    background-position: -165px -425px
}

.flag_BWP {
    background-position: -205px -425px
}

.flag_BAM {
    background-position: -245px -425px
}

.flag_BOB {
    background-position: -285px -425px
}

.flag_BTN {
    background-position: -325px -425px
}

.flag_BZD {
    background-position: -405px -425px
}

.flag_BYN {
    background-position: -5px -455px
}

.flag_BBD {
    background-position: -45px -455px
}

.flag_BDT {
    background-position: -85px -455px
}

.flag_BHD {
    background-position: -125px -455px
}

.flag_BSD {
    background-position: -165px -455px
}

.flag_AZN {
    background-position: -205px -455px
}

.flag_AUD {
    background-position: -285px -455px
}

.flag_AMD {
    background-position: -325px -455px
}

.flag_ARS {
    background-position: -365px -455px
}

.flag_DZD {
    background-position: -5px -485px
}

.flag_ALL {
    background-position: -45px -485px
}

.flag_AFN {
    background-position: -85px -485px
}

.flag_BMD {
    background-position: -125px -485px
}

.flag_EUR {
    background-position: -165px -485px
}

.flag_XPT {
    background-position: -205px -485px
}

.flag_XAU {
    background-position: -245px -485px
}

.flag_XAG {
    background-position: -285px -485px
}

.flag_XPF {
    background-position: -325px -485px
}

.flag_AWG {
    background-position: -405px -485px
}

.flag_AOA {
    background-position: -445px -485px
}

.flag_SHP {
    background-position: -485px -5px
}

.flag_MOP {
    background-position: -485px -35px
}

.flag_JEP {
    background-position: -485px -65px
}

.flag_IMP {
    background-position: -485px -95px
}

.flag_IMF {
    background-position: -485px -125px
}

.flag_HKD {
    background-position: -485px -155px
}

.flag_GGP {
    background-position: -485px -185px
}

.flag_GIP {
    background-position: -485px -215px
}

.flag_FKP {
    background-position: -485px -245px
}

.flag_ANG {
    background-position: -485px -275px
}

.flag_KYD {
    background-position: -485px -305px
}

body:not(.nt_flag) .currencies .jas_flag, body:not(.nt_flag) .currencies .selected_flag {
    display: none
}

.product_delivery, .promo_shipping_text.jas_user_ship, .product_delivery_quick, .promo_shipping_text_quick {
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 700;
}

.jas_flash_sold, .jas_flash_sold_quick {
    font-size: 16px;
    font-weight: 600;
    color: #dd1e31;
}

.variations .swatches-select > .jas_unavailable, .variations.variant_simple .input-dropdown-inner .dropdown-list li.jas_soldout:before {
    display: none !important;
}

.variations .swatch:not(.is-color) .swatches-select > .jas_soldout:before, .variations.variant_square .swatch.is-color .swatches-select > .jas_soldout:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: 0;
    width: 95%;
    -webkit-width: calc(100% - 4px);
    -moz-width: calc(100% - 4px);
    width: calc(100% - 4px);
    height: 1px;
    display: inline-block;
    background-color: #000;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
}

.variations .swatch.is-color:not(.color_simple) .swatches-select > .jas_soldout > span.swatch__value:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.variations .swatch.is-color:not(.color_simple) .swatches-select > div.jas_soldout > span.swatch__value:before, .variations .swatch.is-color:not(.color_simple) .swatches-select > .jas_soldout > span.swatch__value:before {
    background-image: url(//cdn.shopify.com/s/files/1/2588/5532/t/1/assets/sold_out.png?11963056869188687539);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0
}

.variations .swatches-select > li.jas_soldout a, .variations.variant_simple .input-dropdown-inner .dropdown-list li.current-item.jas_soldout a, .variations.variant_simple .input-dropdown-inner .dropdown-list li.jas_soldout a {
    color: #d0c8c8 !important;
}

.metaslider .flexslider.off_overlay .caption-wrap {
    background-color: rgba(0, 0, 0, 0);
}

iframe#preview-bar-iframe {
    display: none;
}

html {
    padding-bottom: 0 !important;
}

.equal-nt [class*="lazyload"]:before {
    padding-top: 146.8%
}

.mfp-iframe-scaler iframe {
    box-shadow: none !important;
}

.sub-menu.mega-menu .jas-grid-item.mt__30 {
    margin-top: 0
}

@media (max-width: 991px) {
    .jas-quotes.jas-quotes-grid.quote-columns-2 .jas-quote, .jas-quotes.jas-quotes-grid.quote-columns-3 .jas-quote, .jas-quotes.jas-quotes-grid.quote-columns-4 .jas-quote, .jas-quotes.jas-quotes-grid.quote-columns-5 .jas-quote, .jas-quotes.jas-quotes-grid.quote-columns-6 .jas-quote, .jas-quotes.jas-quotes-grid.quote-columns-7 .jas-quote, .jas-quotes.jas-quotes-grid.quote-columns-8 .jas-quote {
        width: 100%;
    }

    body, html {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .shopify-section .jas-full, .shopify-section .jas-container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    [class*=categories-space-] {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 30px;
    }

    [class*=categories-space-] .jas-item-category {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    .products.jas-row, .products, .jas-sc-blog .jas-row, #content_cart__popup_nt .jas-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .products .jas-grid-item, .jas-sc-blog .jas-post-slide, #content_cart__popup_nt .jas-col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    #content_cart__popup_nt .jas-col-xs-6 {
        margin-bottom: 20px;
    }

    .jas-quotes.jas-carousel .slick-arrow, .gecko-tooltip .gecko-tooltip-label, .jas-grid-item .jas-product-image .countdown-time {
        display: none;
    }

    .jas-grid-item .product-info .countdown-time {
        display: block;
        position: static;
        transform: none;
        margin-top: 10px;
    }

    .type_jas_featured_deal .jas-grid-item .product-info {
        display: block;
        position: static;
        transform: none;
    }

    .jas-grid-item .jas-countdown.flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .type_jas_featured_deal .jas-grid-item .jas-countdown.flex {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .type_jas_featured_deal .jas-grid-item:hover .product-info {
        opacity: 1;
        visibility: visible;
    }

    .gecko-cookies-inner {
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .gecko-cookies-inner .cookies-buttons {
        margin-top: 15px;
    }

    .gecko-cookies-inner .cookies-info-text {
        padding-right: 0;
        text-align: center;
    }
}

@media (max-width: 736px) {
    #prompt-background .jas_mb_mobile {
        margin-bottom: 20px;
    }

    .header__top .jas-container, #jas-header .jas-container, .template-product .bgbl > .jas-container {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .gecko-products-suggest {
        max-width: 100%;
    }

    .hidden-sm {
        display: none;
    }

    .widget_shopping_cart_footer {
        max-height: none !important;
        overflow: auto !important;
    }

    .jas-mini-cart .widget_shopping_cart .gecko-scroll-content {
        position: static !important;;
    }

    .jas-mini-cart .widget_shopping_cart_content {
        display: block !important;
    }

    .jas-mini-cart.jas-push-menu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .jas-mini-cart .widget_shopping_cart_footer {
        margin-top: 15px;
    }

    .footer_sticky#jas-footer {
        position: static;
        visibility: visible;
    }

    .jas_video-bg {
        pointer-events: auto;
        z-index: 20
    }
}

@media (min-width: 768px) {
    .jas_tta-tabs-container {
        display: block;
    }
}

/* fixed google pay */
@media (max-width: 414px) {
    .jas_cart_page .product_img_trust_seal {
        text-align: center;
    }

    .flex.between-xs.tc.cart__popup-action > a {
        width: 100%
    }
}

.flex.between-xs.tc.cart__popup-action {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex.between-xs.tc.cart__popup-action form {
    width: 100%
}

.flex.between-xs.tc.cart__popup-action .additional-checkout-buttons {
    text-align: center;
}

/*end fixed google pay */
.wc-proceed-to-checkout {
    display: block !important;
}

@-webkit-keyframes zoom-fade {
    from {
        opacity: 0;
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes zoom-fade {
    from {
        opacity: 0;
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.entry-summary .variations.square.radio .swatch:not(.style_color) .swatch__list--item, .entry-summary .variations.square.radio .swatch:not(.style_color) .swatch__list--item .swatch__value, .variations_form_qs .variations.square.radio_quick .swatch:not(.style_color) .swatch__list--item, .variations_form_qs .variations.square.radio_quick .swatch:not(.style_color) .swatch__list--item .swatch__value {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #ffff;
    color: #000000;
    border-radius: 0;
    padding: 9px 11px;
    margin: 3px 4px 7px 3px;
    border: 1px solid #ddd;
}

.variations.square.radio .swatch:not(.style_color) .swatch__list--item span:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 1px solid;
    border-color: rgba(119, 119, 119, 0.5);
    border-radius: 50%;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.variations.square.radio .swatch:not(.style_color) .swatch__list--item.is-selected span:before, .variations.square.radio .swatch:not(.style_color) .swatch__list--item:hover span:before {
    background-color: #000000;
}

.variations.square.radio .swatch:not(.style_color) .swatches-select > .jas_soldout:before, .variations.square.radio .swatch.is-color:not(.style_color) .swatches-select > .jas_soldout:before {
    background-color: rgba(119, 119, 119, 0.5);
}

button.stockify-btn.stockify-submit {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%) !important;
    background-color: #52afc6 !important;
    font-size: 16px !important;
}

.nt_driver {
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.header-text.cw a {
    color: #fff
}

.nt-products-suggest {
    background-color: #fff;
    position: fixed;
    -webkit-box-shadow: -1px 2px 6px rgba(30, 32, 40, .3);
    -moz-box-shadow: -1px 2px 6px rgba(30, 32, 40, .3);
    box-shadow: -1px 2px 6px rgba(30, 32, 40, .3);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    left: 20px;
    bottom: 20px;
    width: 320px;
    z-index: 99;
}

.add_sticky_nt .nt-products-suggest {
    bottom: 100px
}

.nt-products-suggest .table-cell-top.img {
    width: 100%;
    max-width: 85px;
    max-height: 100%;
}

.nt-products-suggest .table-cell-top.infors {
    padding: 12px 25px 12px 10px;
    font-size: 13px;
    width: calc(100% - 85px);
}

.nt-products-suggest.color-scheme-dark .infors {
    color: #333
}

.nt-products-suggest .product-title {
    letter-spacing: .3px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 14.5px;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.nt-products-suggest .suggest-close {
    top: 2px;
    font-size: 30px;
    line-height: 1;
    right: 0;
}

.nt-products-suggest .suggest-qv {
    display: block;
    top: 2px;
    width: 30px;
    font-size: 20px;
    line-height: 1;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nt-products-suggest.style_2 .img {
    padding: 10px;
    padding-right: 0
}

.nt-products-suggest.style_2 .img img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.nt-products-suggest .suggest-close + .suggest-qv {
    top: auto;
    bottom: 2px;
}

.nt-products-suggest .suggest-close + .suggest-qv.btn-loading {
    top: auto;
    bottom: 8px
}

.nt-grid-item .suggest-qv.btn-loading i:before {
    border-left-color: #333;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
}

.jas-carousel.nt-carousel {
    visibility: visible;
    opacity: 1;
}

.wc-tabs-wrapper .sp-tab:not(.active) {
    zoom: 1;
    visibility: hidden;
    height: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.image-swatch.jas_soldout .swatch__value {
    opacity: 0.4
}

.jackpot_roller {
    margin: 10px;
}

.jackpot_roller .line {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    background: #fff;
    opacity: 0.8;
    z-index: 3;
    display: block;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.jackpot_roller .cardList {
    padding: 0 3px;
    border: 10px solid #ffa200;
    border-radius: 10px;
    box-shadow: inset 0px -1px 4px 4px rgba(0, 0, 0, .3);
    overflow: hidden;
    background: linear-gradient(to right, gold, darkorange, gold, darkorange, gold, darkorange, gold, darkorange);
}

.nt-carousel.flex {
    margin-left: -110px;
    margin-right: -110px;
}

.cardList .card {
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    width: 100%;
}

.cardList .card {
    color: #fff;
    padding: 15px 7.5px;
}

.jackpot_roller .card_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 85px;
    background-color: #fff;
    color: #ff9e00;
    font-size: 40px;
}

.jackpot_roller .card_text {
    padding: 5px;
    background-color: #69780c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jackpot_roller .card_wrap {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, .3);
}

.cardList:before, .cardList:after {
    content: '';
    position: absolute;
    background: 0 0;
    border: 15px solid #33282800;
    z-index: 1000001;
    left: calc(50% - 15px);
    display: inline-block;
    z-index: 5;
}

.cardList:before {
    top: 0;
    border-top-color: #ff9e00;
}

.cardList:after {
    border-bottom-color: #ff9e00;
    bottom: 0;
}

.nt-carousel.slot_1.added {
    transition: all .3s;
    -webkit-transform: translate3d(-166.666%, 0, 0);
    transform: translate3d(-166.666%, 0, 0);
}

.nt-carousel.slot_2.added {
    transition: all .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nt-carousel.slot_3.added {
    transition: all .3s;
    -webkit-transform: translate3d(-33.333%, 0, 0);
    transform: translate3d(-33.333%, 0, 0);
}

.nt-carousel.slot_4.added {
    transition: all .3s;
    -webkit-transform: translate3d(-66.666%, 0, 0);
    transform: translate3d(-66.666%, 0, 0);
}

.nt-carousel.slot_5.added {
    transition: all .3s;
    -webkit-transform: translate3d(-99.999%, 0, 0);
    transform: translate3d(-99.999%, 0, 0);
}

.nt-carousel.slot_6.added {
    transition: all .3s;
    -webkit-transform: translate3d(-133.333%, 0, 0);
    transform: translate3d(-133.333%, 0, 0);
}

.nt_animate.slot_1 {
    -webkit-animation: slot_1 8s infinite; /* Safari 4+ */
    -moz-animation: slot_1 8s infinite; /* Fx 5+ */
    -o-animation: slot_1 8s infinite; /* Opera 12+ */
    animation: slot_1 8s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes slot_1 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-166.666%, 0, 0);
        transform: translate3d(-166.666%, 0, 0);
    }
}

@keyframes slot_1 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-166.666%, 0, 0);
        transform: translate3d(-166.666%, 0, 0);
    }
}

.nt_animate.slot_2 {
    -webkit-animation: slot_2 8s infinite; /* Safari 4+ */
    -moz-animation: slot_2 8s infinite; /* Fx 5+ */
    -o-animation: slot_2 8s infinite; /* Opera 12+ */
    animation: slot_2 8s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes slot_2 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slot_2 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nt_animate.slot_3 {
    -webkit-animation: slot_3 8s infinite; /* Safari 4+ */
    -moz-animation: slot_3 8s infinite; /* Fx 5+ */
    -o-animation: slot_3 8s infinite; /* Opera 12+ */
    animation: slot_3 8s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes slot_3 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-33.333%, 0, 0);
        transform: translate3d(-33.333%, 0, 0);
    }
}

@keyframes slot_3 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-33.333%, 0, 0);
        transform: translate3d(-33.333%, 0, 0);
    }
}

.nt_animate.slot_4 {
    -webkit-animation: slot_4 8s infinite; /* Safari 4+ */
    -moz-animation: slot_4 8s infinite; /* Fx 5+ */
    -o-animation: slot_4 8s infinite; /* Opera 12+ */
    animation: slot_4 8s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes slot_4 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-66.666%, 0, 0);
        transform: translate3d(-66.666%, 0, 0);
    }
}

@keyframes slot_4 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-66.666%, 0, 0);
        transform: translate3d(-66.666%, 0, 0);
    }
}

.nt_animate.slot_5 {
    -webkit-animation: slot_5 8s infinite; /* Safari 4+ */
    -moz-animation: slot_5 8s infinite; /* Fx 5+ */
    -o-animation: slot_5 8s infinite; /* Opera 12+ */
    animation: slot_5 8s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes slot_5 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-99.999%, 0, 0);
        transform: translate3d(-99.999%, 0, 0);
    }
}

@keyframes slot_5 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-99.999%, 0, 0);
        transform: translate3d(-99.999%, 0, 0);
    }
}

.nt_animate.slot_6 {
    -webkit-animation: slot_6 8s infinite; /* Safari 4+ */
    -moz-animation: slot_6 8s infinite; /* Fx 5+ */
    -o-animation: slot_6 8s infinite; /* Opera 12+ */
    animation: slot_6 8s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes slot_6 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-133.333%, 0, 0);
        transform: translate3d(-133.333%, 0, 0);
    }
}

@keyframes slot_6 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-133.333%, 0, 0);
        transform: translate3d(-133.333%, 0, 0);
    }
}

@media (max-width: 736px) {
    .ypop-content {
        margin: 20px
    }
}

.template-cart .jas-icon-cart {
    display: none
}

.weglot-container.weglot_here {
    line-height: 50px;
    z-index: 1
}

.weglot_here .country-selector {
    background-color: transparent !important;
}

.weglot_here .country-selector .wgcurrent a {
    padding: 0 20px 0 0 !important;
}

.weglot_here .country-selector .wgcurrent {
    border: 0 !important
}

.weglot_here .country-selector .wgcurrent a {
    color: #fff;
}

.header__top .weglot_here .country-selector ul, .header__top .weglot_here .country-selector:not(.closed) ul {
    display: none
}

.header__top .weglot_here:hover .country-selector ul, .header__top .weglot_here:hover country-selector:not(.closed) ul {
    display: block;
    background-color: #fff;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.weglot_here .country-selector .wgcurrent:after, .weglot_here .wg-drop.country-selector .wgcurrent:after {
    display: none !important
}

.weglot_here .country-selector .wgcurrent a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin: 0 5px;
}

.weglot_here .country-selector .wg-li.focus a, .weglot_here .country-selector a:hover, .weglot_here .country-selector:not(.closed) .wg-li.focus a, .weglot_here .country-selector:not(.closed) a:hover {
    color: #b59677 !important
}

#jas-mobile-menu ul .country-selector ul {
    left: 0;
    top: auto;
    right: auto;
    bottom: auto;
    transform: none;
    padding: 0;
}

#jas-mobile-menu .country-selector ul > li:hover > a {
    padding-left: 0
}

#jas-mobile-menu .weglot_here .country-selector .wgcurrent a {
    padding: 0
}

#jas-mobile-menu .weglot_here .country-selector .wgcurrent a:after {
    content: "\f046";
}

.currency-topbar .weglot_here .country-selector .wgcurrent a {
    color: #000
}

.currency-list .weglot_here ul li a {
    background-color: #fff
}

.header-7 .weglot-container {
    display: block;
    text-align: center;
}

#jas-mobile-menu ul li.menu-item-has-children > a {
    padding-right: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.rtl #jas-mobile-menu ul li.menu-item-has-children > a {
    padding-right: 0;
    padding-left: 36px
}
