/****************************************
*! RESET CSS
*****************************************/

/* ==========================================================================
1.0 RESET BROWSER
========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
}

body {
    width: 100%;
    font: 400 .875em/1.75 sans-serif;
    color: #878787;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 14px;
}

ul {
    list-style: inside;
}

ol {
    list-style: inside decimal;
}

ul ul,
ol ol {
    padding-left: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 500;
}

dd {
    margin: 0 0 1.75em;
}

table,
th,
td {
    border: 1px solid #ddd;
    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: 600;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 10px;
}

th p,
td p {
    margin: 0;
}

/*
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: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    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;
}

big {
    font-size: 125%;
}

.lazy_icons .flickity-button {
    visibility: hidden;
}

/* ==========================================================================
   1.1 TYPOGRAPHY
   ========================================================================== */
a {
    color: #222;
    transition: all .3s;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0;
}

a:hover, a:active {
    color: #56cfe1;
}

em {
    font-style: italic;
    font-family: serif;
}

strong {
    font-weight: 600;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.65em 0 0.5em;
    line-height: 1.428;
    font-family: sans-serif;
    color: #222;
    letter-spacing: 0;
}

h1, .h1 {
    margin: 0;
    font-size: 2.6179em;
}

h2 {
    font-size: 2.0581em;
}

h3 {
    font-size: 1.618em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

p {
    margin-bottom: 1.3em;
}

/* ==========================================================================
   1.2 FORM
   ========================================================================== */
input,
button,
textarea {
    transition: all .3s;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
}

input:focus,
button:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=number], input[type=date], input[type=tel], select, textarea {
    width: 100%;
    height: 40px;
    line-height: 18px;
    transition: border-color .5s;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:-webkit-autofill {
    border-color: #E6E6E6;
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
    -webkit-text-fill-color: #878787;
}

input:focus:-webkit-autofill {
    border-color: #D9D9D9;
}

input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
    border: 1px solid #ccc;
    font-size: 13px;
    outline: 0;
    padding: 0 15px;
    color: #878787;
    border-radius: 0;
    max-width: 100%;
}

input:not([type="submit"]):not([type="checkbox"]):focus,
textarea:focus {
    border-color: #222;
}

textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 190px;
}

input[type="submit"],
button,
a.button {
    cursor: pointer;
    border: 2px solid #222;
    padding: 5px 25px;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    min-height: 40px
}

a.button {
    display: inline-block;
    background: transparent;
}

a.button.button-o-w {
    border-color: initial;
    color: #fff;
}

a.button.button_dark {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

a.external_btn.truncate.button {
    border-radius: 0px;
}

input[type="submit"]:hover,
button:hover,
a.button:hover {
    border-color: #56cfe1;
    background-color: #56cfe1;
    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;
}

.color_scheme_light ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.color_scheme_light :-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.color_scheme_light ::-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.color_scheme_light :-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

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;
}

select {
    padding: 0 30px 0 15px;
    max-width: 100%;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
    color: #222;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
}

.yes-js #cart-form_ppr select.product-select_pr,
.no-js #cart-form_ppr .variations {
    display: none;
}

.no-js #cart-form_ppr select {
    margin-bottom: 30px;
}

a, button, input, .swatch .nt-swatch {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.button, button, input[type='submit'], input[type='reset'], input[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* ==========================================================================
   1.3 CLEARING
   ========================================================================== */
*, *: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;
}

.dcp_cd_ip {
    opacity: 0;
    height: 0 !important;
}

/****************************************
*! DEFINED CSS
*****************************************/

/* ==========================================================================
   GRID SYSTEMS
========================================================================== */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

[data-kl-full-width] {
    width: 100vw;
    left: -15px;
    position: relative;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-lg-15, .col-md-15, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-15, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-nt-auto {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.fl_nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.oah {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
   FUNCTIONS CLASS
========================================================================== */
.mg__0 {
    margin: 0;
}

.mt__0 {
    margin-top: 0;
}

.mt__5 {
    margin-top: 5px;
}

.mt__7 {
    margin-top: 7px;
}

.mt__10 {
    margin-top: 10px;
}

.mt__15 {
    margin-top: 15px;
}

.mt__17 {
    margin-top: 17px;
}

.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__4 {
    margin-right: 4px;
}

.mr__7 {
    margin-right: 7px;
}

.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__4 {
    margin-left: 4px;
}

.ml__7 {
    margin-left: 7px;
}

.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__0 {
    padding-top: 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%;
}

.w__90 {
    width: 90%;
}

.h__100 {
    height: 100%;
}

.br__40 {
    border-radius: 0px;
}

.br__50 {
    border-radius: 50%;
}

.fs__0 {
    font-size: 0;
}

.fs__10 {
    font-size: 10px;
}

.fs__12 {
    font-size: 12px;
}

.fs__13 {
    font-size: 13px;
}

.fs__14 {
    font-size: 14px;
}

.fs__15 {
    font-size: 15px;
}

.fs__16 {
    font-size: 16px;
}

.fs__18 {
    font-size: 18px;
}

.fs__20 {
    font-size: 20px;
}

.fs__22 {
    font-size: 22px;
}

.fs__24 {
    font-size: 24px;
}

.fs__25 {
    font-size: 25px;
}

.fs__30 {
    font-size: 30px;
}

.fs__35 {
    font-size: 35px;
}

.fs__40 {
    font-size: 40px;
}

.fs__45 {
    font-size: 45px;
}

.fs__50 {
    font-size: 50px;
}

.fs__55 {
    font-size: 55px;
}

.fs__60 {
    font-size: 60px;
}

.fs__80 {
    font-size: 80px;
}

.fs__90 {
    font-size: 90px;
}

.db {
    display: block;
}

.dn, .dnt4 {
    display: none;
}

.hide, .js_gift_wrap.dn, .js_gift_wrap.dnt4 {
    display: none !important;
}

.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;
}

.l__0 {
    left: 0;
}

.r__0 {
    right: 0;
}

.t__0 {
    top: 0;
}

.b__0 {
    bottom: 0;
}

.op__0 {
    opacity: 0;
}

.pf, .ntpf {
    position: fixed;
}

.pa-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -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);
}

.nt_full {
    width: 100%;
    max-width: 100%;
}

.nt_co_wide {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}

.cb {
    color: #000;
}

.csi {
    color: #9e9e9e;
}

.cra {
    color: #fec42d;
}

.cra2 {
    color: #dedede;
}

.cd {
    color: #222;
}

.cp, .chp:hover {
    color: #56cfe1;
}

.cw, .bghp:hover {
    color: #fff;
}

.cg {
    color: #878787;
}

.cr {
    color: #ec0101;
}

.cgreen, .chg:hover {
    color: #90c11a;
}

.bgw {
    background: #fff;
}

.bgb {
    background: #000;
}

.bgbl {
    background: #f6f6f8;
}

/* Black Lighter */
.bgp, .bghp:hover {
    background: #56cfe1;
}

.bgd {
    background: #222;
}

.tu {
    text-transform: uppercase;
}

.fwb4 {
    font-weight: 400;
}

.fwm {
    font-weight: 500;
}

.fwsb {
    font-weight: 600;
}

.fwb {
    font-weight: 700;
}

.ls__0 {
    letter-spacing: 0;
}

.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;
}

.ts_op {
    -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;
}

.lh__1 {
    line-height: 1;
}

.f__pop {
    font-family: 'Poppins', sans-serif;
}

.f__libre {
    font-family: serif;
    font-style: italic;
}

.lazyloaded > .img_first {
    opacity: 0;
    display: none
}

.oh {
    overflow: hidden;
}

.wsn {
    white-space: nowrap
}

.pe_none, .grid-sizer {
    pointer-events: none;
}

.pe_auto {
    pointer-events: auto;
}

.z_100 {
    z-index: 100
}

.z_200 {
    z-index: 200
}

.tt_txt {
    font-size: 0;
    opacity: 0;
    visibility: hidden
}

.ttip_nt {
    position: relative;
    display: inline-block;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.in_flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cover_norepeat {
    background-repeat: no-repeat;
    background-size: cover;
}

.txt_under {
    text-decoration: underline !important
}

.flex .grow {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.flex.column, .in_flex.column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    flex-direction: column;
}

.flex.wrap, .in_flex.wrap {
    -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;
}

.fl__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.al_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fl_center {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}

.fl_between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.fl_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fl_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ul_none {
    list-style: none
}

.far {
    font-weight: 400 !important;
}

.nt_js_lz.lazyloaded {
    display: none
}

.width__93 {
    width: 93%;
}

.width__7 {
    width: 7%;
}

.w__86 {
    width: 86%;
}

.w__60 {
    width: 60%;
}

.padding-top__202_8239203 {
    padding-top: 202.8239203%;
}

.padding-top__195_604 {
    padding-top: 195.6043956%;
}

.padding-top__153_477 {
    padding-top: 153.477%
}

.padding-top__150 {
    padding-top: 150%;
}

.padding-top__146_667 {
    padding-top: 146.667%;
}

.padding-top__144_86 {
    padding-top: 144.86%;
}

.padding-top__140_563 {
    padding-top: 140.563%;
}

.padding-top__135_318 {
    padding-top: 135.318%;
}

.padding-top__133_4375 {
    padding-top: 133.4375%;
}

.padding-top__133_333 {
    padding-top: 133.333%;
}

.padding-top__129_3103448 {
    padding-top: 129.3103448%;
}

.padding-top__127_66 {
    padding-top: 127.66%;
}

.padding-top__127_66_i {
    padding-top: 127.66% !important;
}

.padding-top__127_586 {
    padding-top: 127.586%;
}

.padding-top__127_571 {
    padding-top: 127.571%;
}

.padding-top__125 {
    padding-top: 125%;
}

.padding-top__120_658 {
    padding-top: 120.6586826%;
}

.padding-top__118_715 {
    padding-top: 118.7150838%;
}

.padding-top__118_483 {
    padding-top: 118.483%
}

.padding-top__116_667 {
    padding-top: 116.667%
}

.padding-top__114_286 {
    padding-top: 114.286%;
}

.padding-top__113_7 {
    padding-top: 113.7254902%;
}

.padding-top__112_676 {
    padding-top: 112.676%
}

.padding-top__112_281 {
    padding-top: 112.281%
}

.padding-top__111_312 {
    padding-top: 111.312%;
}
.padding-top__107_643 {
    padding-top: 107.643%
}

.padding-top__105_5556 {
    padding-top: 105.5555556%;
}

.padding-top__102_756 {
    padding-top: 102.756%;
}

.padding-top__100 {
    padding-top: 100%;
}

.padding-top__98_204 {
    padding-top: 98.20415879017013%;
}

.padding-top__94_175 {
    padding-top: 94.1757156959526%;
}

.padding-top__92_700 {
    padding-top: 92.7007299270073%;
}

.padding-top__88_8889 {
    padding-top: 88.8889%;
}

.padding-top__83_8574 {
    padding-top: 83.8574%
}

.padding-top__83_334 {
    padding-top: 83.33333333333334%;
}

.padding-top__80_6452 {
    padding-top: 80.6452%;
}

.padding-top__66_718 {
    padding-top: 66.71874999999999%;
}

.padding-top__56_25 {
    padding-top: 56.25%;
}

.padding-top__50_19 {
    padding-top: 50.19%;
}

.padding-top__48_4375 {
    padding-top: 48.4375%;
}

.padding-top__43_859 {
    padding-top: 43.859649122807014%;
}

.padding-top__43_328 {
    padding-top: 44.32809773123909%;
}

.padding-top__42_857 {
    padding-top: 42.857142857142854%;
}

.padding-top__41_667 {
    padding-top: 41.66666666666667%;
}

.padding-bottom__127_241_important {
    padding-bottom: 127.2413793% !important;
}

.thema-lbl__nav-sale > .lbc_nav {
    background-color: #ffa800
}

.ntheader .nt_menu > li > a.thema-lbl__nav-sale,
.thema-lbl__nav-sale {
    color: #ec0101
}

.thema-lbl-new__header {
    background-color: #01bad4
}

.w__max-width__197 {
    max-width: 197px;
}

.w__95.logo_normal {
    width: 150px !important;
}

.w__100px,
.w__100.logo_mobile,
.w__100.logo_sticky {
    width: 150px;
}

.w__200px {
    width: 200px;
}

.w__95-percent {
    width: 95%;
}

.w_85-percent {
    width: 85%;
}

.w_80-percent {
    width: 80%;
}

.w_70-percent {
    width: 70%;
}

.color_131313 {
    color: #131313;
}

/****************************************
*! BASE CSS
*****************************************/

:root {
    --main-color: #56cfe1;
    --hover-main-color: #007e91;
    --text: #222222;
    --tooltip-boder-color: #383838;
}

html {
    padding-bottom: 0 !important;
    /*scroll-behavior: smooth;*/
}

body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #878787;
    font-weight: 400
}

.f_body,
.nt_action .tcount,
.lazyloaded h4.f_body {
    font-family: Poppins, sans-serif;
}

.lazyloaded h1,
.lazyloaded h2,
.lazyloaded h3,
.lazyloaded h4,
.lazyloaded h5,
.lazyloaded h6,
.lazyloaded .f__mont,
.lazyloaded .f_heading {
    font-family: Poppins, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.f__mont,
.f_heading,
.h3 {
    font-weight: 600;
    color: var(--text);
    letter-spacing: 0;
    line-height: 1.428
}

.lazyloaded .sub-title,
.lazyloaded .f__libre,
.lazyloaded blockquote,
.lazyloaded em {
    font-family: Libre Baskerville, sans-serif
}

.sub-title,
.section-subtitle {
    color: #878787
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text);
}

.section-subtitle {
    font-size: 14px;
    font-weight: 400
}

.nt_pr h3.product-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}

.widget-title {
    font-weight: 500
}

.hover_button .nt_add_qv,
.hover_button .pr_atc {
    text-transform: capitalize
}

.nt_pr .product-info {
    margin-top: 15px
}

.nt_pr .product-info .price {
    font-size: 14px
}

.nt_menu > li > a {
    font-weight: 400;
    font-size: 14px
}

.menu_auto .nav_dropdown > .nav_dropdown_col > a:hover,
.menu_auto .nav_dropdown > .nav_dropdown_col > a:focus,
.menu_auto .nav_dropdown_default li > a:hover,
.menu_auto .nav_dropdown_default li > a:focus,
.nav_dropdown > .nav_dropdown_col li > a:hover,
.nav_dropdown > .nav_dropdown_col li > a:focus {
    color: #fc4a1a
}

.cp,
.chp:hover,
.currencies .selected,
.languages .selected,
.color_primary_dark a:hover,
.color_primary_dark a:active,
.color_primary_dark a:focus,
#thema-section-nt_filter .nt_filter_block .active a,
#thema-section-nt_filter .nt_filter_block a:hover,
a:hover,
a:active,
.cp,
.chp:hover,
#nt_sortby .wrap_sortby a.selected,
.nt_filter_block li.active > a,
.widget_product_categories .btn_cats_toggle:hover i,
.widget_product_categories .btn_cats_toggle.active i,
.widget_product_categories li.current-cat > a,
.product-image .nt_add_w > a:hover,
.product-image .nt_add_cp > a:hover,
.header-text > a:not(.cg):hover,
.header-text > .cg:hover,
.nt_mb_menu .sub-menu li a.selected,
.nt_mb_menu .current_item > a,
.title_7 + .tt_divider > i.clprtrue,
.widget .product_list_widget a.product-title:hover,
.widget .product_list_widget a.product-title:active,
.widget .post_list_widget a.article-title:hover,
.widget .post_list_widget a.article-title:active,
.swatch.is-label .nt_lt_fake .swatch_pr_item:not(.is-selected):hover .swatch__value_pr,
#cat_thema ul li.current-cat > a,
#cat_thema .sub-menu li > a:hover,
.mfp-content #cat_thema li.current-cat > a.cat_link,
.tab_cat_title.des_tab_4 > li > a.tt_active,
.tab_cat_title.des_tab_8 > li > a.tt_active,
.tab_cat_title.des_tab_7 > li > a.tt_active,
.clhovermq .cart_pos_dropdown:not(.template-cart) .icon_cart:hover a,
.tab_cat_title.des_tab_11 > li > a,
.quantity .tc button:hover,
.type_feature_columns a.button.btn--style-3:hover,
.dark-mode .on_list_view_true .pr_list_item .product-info__btns > a.nt_add_qv {
    color: var(--main-color)
}

.page-head a:hover,
.nt_menu > li > a:hover,
.nt_action > a:hover,
.nt_action > div > a:hover,
.nt_action .ssw-topauth .push_side:hover,
.nt_menu > li > a:focus,
.nt_action > a:focus,
.nt_action > div > a:focus,
.nt_action .ssw-topauth .push_side:focus {
    color: var(--main-color) !important
}

input[type="submit"]:hover,
button:hover,
a.button:hover,
.bgcp,
.jas-ajax-load a:hover,
.widget .tagcloud a:hover,
.widget .tagcloud a.active,
#thema-section-nt_filter .widget .tagcloud a:hover,
#thema-section-nt_filter .widget .tagcloud a:active,
.single_add_to_cart_button,
.variations.style__radio li.is-selected span.radio_styled:after,
.variations.style__radio li.is-selected-nt span.radio_styled:after,
.video-control__play,
.signup-newsletter-form .submit-btn:hover,
.mb_nav_title:after,
.title_4 span:after,
.title_3:after,
ul.nt_filter_styleck > li.active > a:before,
.js_agree_ck:checked + label:before,
.css_agree_ck:checked + label:before,
.widget .tagcloud a:hover,
.widget .tagcloud a.active,
.nt_filter_styletag a:hover,
.nt_filter_styletag .active a,
.button.button_primary,
.address-edit-toggle:focus,
.shipping_calculator input.get_rates,
input.button.btn_back,
.prev_next_3 .flickity-button,
.dot_color_3 .flickity-page-dots .dot,
.dot_color_3 .flickity-page-dots .dot:after,
.tab_cat_title > li > a:hover > span:after,
.tab_cat_title > li > a.tt_active > span:after,
.nt_shipping.nt_icon_circle .icon:not(.ship_img):before,
.pr_deal_dt.des_4,
.title_9 span:after,
.h_search_btn,
.js_fbt_ck:checked + label:before,
.progress_bar .current_bar,
.mini_cart_footer .button.btn-checkout,
body.template-cart .shipping_calculator input.get_rates,
.shipping_calculator input.get_rates,
input.button.btn_back,
.cat_design_7 .cat_grid_item__wrapper,
.about_us_img.border_true > span:after,
.about_us_img.border_true > span:before,
.des_title_13::after,
.noUi-handle:before,
.noUi-handle:after,
.noUi-connect,
.bgp,
.bghp:hover,
.dark-mode .on_list_view_true .pr_list_item .product-info__btns > a,
.dark-mode .mini_cart_footer .button.btn-checkout,
.dark-mode .single_add_to_cart_button,
.dark-mode .button.button_primary,
.dark-mode .address-edit-toggle:focus,
.dark-mode .shipping_calculator input.get_rates,
.dark-mode input.button.btn_back {
    background-color: var(--main-color)
}

input[type="submit"]:hover,
button:hover,
a.button:hover,
.jas-ajax-load a:hover,
.widget .tagcloud a:hover,
.widget .tagcloud a.active,
#thema-section-nt_filter .widget .tagcloud a:hover,
#thema-section-nt_filter .widget .tagcloud a:active,
.variations_button .nt_add_w:hover,
.variations_button .nt_add_cp:hover,
.single_add_to_cart_button,
.variations.style__radio .swatch:not(.is-color) li:hover,
.variations.style__radio .swatch:not(.is-color) li.is-selected,
.variations.style__radio .swatch:not(.is-color) li.is-selected-nt,
.variations.style__radio li:hover span.radio_styled,
.variations.style__radio li.is-selected span.radio_styled,
.variations.style__radio li.is-selected-nt span.radio_styled,
.video-control__play,
ul.nt_filter_styleck > li.active > a:before,
.js_agree_ck:checked + label:before,
.css_agree_ck:checked + label:before,
.widget .tagcloud a:hover,
.widget .tagcloud a.active,
.nt_filter_styletag a:hover,
.nt_filter_styletag .active a,
.button.button_primary,
.address-edit-toggle:focus,
.shipping_calculator input.get_rates,
.shipping_calculator input.get_rates:focus,
.mini_cart_note input.btn_back:focus,
.prev_next_3 .flickity-button,
.tab_name,
.js_fbt_ck:checked + label:before,
body.template-cart .shipping_calculator input.get_rates,
input.button.btn_back,
.dark-mode .button.button_primary,
.tab_cat_title.des_tab_11 > li > a.tt_active,
.tab_cat_title.des_tab_11 > li > a:hover {
    border-color: var(--main-color);
}

.wrap_sortby a:hover,
.wrap_sortby a.selected,
.nt_lt_fake ul > li:hover,
.nt_lt_fake ul > li.is-selected,
.nt_lt_fake ul > li.is-selected-nt {
    background: rgba(86, 207, 225, 0.08);
    color: var(--main-color);
}

.pr_choose_wrap > .pr_choose_item.t4_chosen {
    border: 2px solid var(--main-color);
    background: rgba(86, 207, 225, 0.06)
}

.pswp_thumb_item.pswp_tb_active,
.pswp_tp_light .pswp_thumb_item.pswp_tb_active {
    box-shadow: 0 0 0 2px var(--main-color);
}

.on_list_view_true .pr_list_item .product-info__btns > a {
    background-color: #007e91
}

.on_list_view_true .pr_list_item .product-info__btns > a.nt_add_qv {
    color: #007e91
}

.nt_label,
.nt_label.on,
.qs_label.onsale {
    background-color: #ff4e00
}

.nt_label.out-of-stock {
    background-color: #999
}

.nt_label.new,
.lb_new {
    background-color: #109533
}

h3.product-title,
h3.product-title > a,
h1.product_title.entry-title,
.widget .product_list_widget .product-title,
.widget .post_list_widget .article-title {
    color: var(--text);
}

.price,
.price_range,
.grouped-pr-list-item__price {
    color: #696969
}

.price ins,
.price_range ins,
.order-discount,
.sticky_atc_price,
.kl_fbt_price,
.grouped-pr-list-item__price ins,
.widget .product_list_widget ins {
    color: #ec0101
}

.widget .product_list_widget del,
.price del,
.price_range del,
.sticky_atc_price del,
.kl_fbt_wrap del {
    color: #878787
}

.order-discount.order-discount--title {
    color: #5e8e3e
}

.nt_bg_lz.lazyload,
.nt_bg_lz.lazyloading,
.nt_load.lazyloaded,
.nt_fk_lz {
    background-color: #f5f5f5
}

.nt_bg_lz.lazyload:before,
.nt_bg_lz.lazyloading:before,
.nt_load.lazyloaded:before,
.nt_fk_lz:before,
.lds_bginfinity:before,
.nt_mini_cart.loading .mini_cart_content,
.drift-zoom-pane-loader {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M24.3%2C30C11.4%2C30%2C5%2C43.3%2C5%2C50s6.4%2C20%2C19.3%2C20c19.3%2C0%2C32.1-40%2C51.4-40%20C88.6%2C30%2C95%2C43.3%2C95%2C50s-6.4%2C20-19.3%2C20C56.4%2C70%2C43.6%2C30%2C24.3%2C30z%22%20stroke%3D%22%2356cfe1%22%20stroke-width%3D%222%22%20stroke-dasharray%3D%22205.271142578125%2051.317785644531256%22%3E%3Canimate%20attributeName%3D%22stroke-dashoffset%22%20calcMode%3D%22linear%22%20values%3D%220%3B256.58892822265625%22%20keyTimes%3D%220%3B1%22%20dur%3D%221%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

.product-image a.db:before {
    background: rgba(0, 0, 0, 0.1)
}

.hover_button .pr_atc {
    background: #fff;
    color: var(--text);
}

.product-image .pr_atc:hover {
    background: var(--text);
    color: #fff
}

.hover_button .nt_add_qv {
    background: #fff;
    color: var(--text);
}

.product-image .nt_add_qv:hover {
    background: var(--text);
    color: #fff
}

.product-image .nt_add_w > a {
    color: #fff
}

.product-image .nt_add_cp > a {
    color: #fff
}

.product-image .product-attr {
    color: #fff
}

.single_add_to_cart_button {
    background: var(--main-color);
    color: #fff
}

.single_add_to_cart_button:hover {
    background: var(--text);
    color: #fff
}

.variations_form .thema-payment-button__button--unbranded {
    background: #000;
    color: #fff
}

.variations_form .thema-payment-button__button--unbranded:hover:not([disabled]),
.variations_form .thema-payment-button__button--unbranded:hover {
    background: var(--text);
    color: #fff
}

.ttip_nt .tt_txt {
    background: var(--tooltip-boder-color);
    color: #fff
}

.thema-template .tooltip_top_left:before {
    border-top-color: var(--tooltip-boder-color);
}

.thema-template .tooltip_top_right:before {
    border-top-color: var(--tooltip-boder-color);
}

.tooltip_top:before {
    border-top-color: var(--tooltip-boder-color);
}

.thema-template .tooltip_bottom_left:before {
    border-bottom-color: var(--tooltip-boder-color);
}

.thema-template .tooltip_bottom_right:before {
    border-bottom-color: var(--tooltip-boder-color);
}

.tooltip_bottom:before {
    border-bottom-color: var(--tooltip-boder-color);
}

.thema-template .tooltip_left:before {
    border-left-color: var(--tooltip-boder-color);
}

.thema-template .tooltip_right:before {
    border-right-color: var(--tooltip-boder-color);
}

.ntheader .nt_menu > li > a,
.ntheader .nt_action > a,
.nt_action .ssw-topauth .push_side,
.ntheader .nt_action > div > a,
.ntheader .sp_header_mid .nt-social a,
.ntheader .cus_txt_h,
.ntheader .header_categories,
.ntheader .branding > a,
.ntheader .icon_cart .ch_tt_price {
    color: var(--text);
}

.push-menu-btn > svg {
    fill: var(--text);
}

.ntheader .nt_menu > li.has-children > a > i {
    color: rgba(34, 34, 34, 0.8)
}

.ntheader .nt_menu > li.has-children > a:after {
    color: rgba(34, 34, 34, 0.45)
}

.sp_header_mid {
    background-color: #fff
}

.ntheader.live_stuck .push-menu-btn > svg {
    fill: var(--text);
}

.ntheader.live_stuck .sp_header_mid {
    background-color: #fff
}

.ntheader.live_stuck .nt_menu > li > a,
.ntheader.live_stuck .nt_action > a,
.ntheader.live_stuck .nt_action .ssw-topauth .push_side,
.ntheader.live_stuck .nt_action > div > a,
.ntheader.live_stuck .sp_header_mid .nt-social a,
.ntheader.live_stuck .cus_txt_h,
.ntheader.live_stuck .header_categories,
.ntheader.live_stuck .branding > a {
    color: var(--text);
}

.ntheader.live_stuck .nt_menu > li.has-children > a > i {
    color: rgba(34, 34, 34, 0.8)
}

.ntheader.live_stuck .nt_menu > li.has-children > a:after {
    color: rgba(34, 34, 34, 0.45)
}

.nt_action .tcount,
.toolbar_count {
    background-color: #000000;
    color: #ffffff
}

input[type="submit"]:hover,
button:hover,
a.button:hover,
.address-edit-toggle:focus {
    color: #fff
}

#ld_cl_bar,
.ld_bar_search,
.ld_cart_bar {
    background: #00badb
}

iframe#preview-bar-iframe {
    display: none !important
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"],
.no-gutters .slideshow__slide {
    padding-right: 0;
    padding-left: 0;
}

/* ==========================================================================
   *! Flickity v2.2.0
   ========================================================================== */
.nt_slider:not(.flickity-enabled) {
    display: block !important;
}

.nt_slider {
    position: relative;
    scrollbar-width: none;
}

.nt_slider:not(.flickity-enabled) {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    width: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.row-slider:not(.flickity-enabled) {
    display: block !important
}

.nt_slider::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.nt_slider:not(.flickity-enabled) > a {
    width: 100%
}

.nt_slider:not(.flickity-enabled) > * {
    display: inline-block !important;
    white-space: normal !important;
    vertical-align: top;
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    color: #000;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.flickity-button:hover {
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: none
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
}

.flickity_prev_disable.flickity_next_disable .flickity-button:disabled {
    display: none
}

.nt_pr .flickity-button:disabled {
    pointer-events: auto
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    border-radius: 50%;
    padding: 0;
    background-color: transparent;
}

.clno-touchevents .flickity-prev-next-button {
    top: calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transition: all 0.2s ease-in-out;
}

.clno-touchevents .flickity-enabled:hover .flickity-prev-next-button,
.clno-touchevents .flickity-enabled.btn_vi_1 .flickity-prev-next-button {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.clno-touchevents .flickity-enabled.btn_vi_1.btn_owl_3 .flickity-prev-next-button {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.clno-touchevents .flickity-enabled:hover .flickity-prev-next-button[disabled],
.clno-touchevents .flickity-enabled.btn_vi_1 .flickity-prev-next-button[disabled] {
    opacity: .3;
}

.flickity-prev-next-button.previous {
    left: 15px
}

.flickity-prev-next-button.next {
    right: 15px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 15px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 15px
}

.flickity-prev-next-button .flickity-button-icon,
.flickity-page-dots .dot.is-selected:first-child:last-child {
    display: none
}

.flickity-page-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 25px 5px 0;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, .2);
    cursor: pointer
}

.dot_owl_2 .flickity-page-dots .dot {
    background: rgba(0, 0, 0, .5);
    border: 0;
}

.type_slideshow .dot_owl_1 .flickity-page-dots .dot,
.dot_owl_1 .flickity-page-dots .dot {
    width: 13px;
    height: 13px;
}

.flickity-page-dots .dot.is-selected {
    background-color: #000;
}

.dot_owl_2 .flickity-page-dots .dot.is-selected {
    background: rgba(0, 0, 0, .9);
}

.btn_owl_2 .flickity-prev-next-button,
.btn_owl_3 .flickity-prev-next-button {
    border-radius: 0;
    border-width: 1.5px;
}

.btn_owl_3 .flickity-prev-next-button,
.clno-touchevents .btn_owl_3.flickity-enabled:hover .flickity-prev-next-button {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn_owl_3 .flickity-prev-next-button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dot_color_2 .flickity-page-dots .dot {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
}

.dot_color_2 .flickity-page-dots .dot.is-selected,
.dot_color_2 .flickity-page-dots .dot:after {
    background: #fff;
}

.dot_color_3 .flickity-page-dots .dot.is-selected {
    background-color: transparent
}

.dot_color_3 .flickity-page-dots .dot,
.dot_color_3 .flickity-page-dots .dot:after {
    background: var(--main-color);
    opacity: .4
}

.dot_color_3 .flickity-page-dots .dot.is-selected,
.dot_color_3 .flickity-page-dots .dot:after {
    opacity: 1
}

/* Fade CSS */
.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
    opacity: 0 !important;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
    opacity: 1 !important;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;

}

.fade_flick_1 .flickity-slider {
    -webkit-transform: none !important;
    transform: none !important;
}

.fade_flick_1 .slideshow__slide {
    left: 0 !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.fade_flick_1 .slideshow__slide.is-selected {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.thema-error, .thema-info, .thema-message, .thema-warning {
    border: 2px solid;
    border-radius: 0;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 14px 25px 14px 55px;
    line-height: 1.4;
    position: relative;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.thema-error ul, .thema-info ul, .thema-message ul, .thema-warning ul {
    list-style: none
}

.thema-error i,
.thema-info i,
.thema-message i,
.thema-warning i {
    position: absolute;
    top: 50%;
    left: 24px;
    line-height: 0;
    font-size: 18px;
    font-weight: 900;
}

.thema-error,
.thema-info {
    color: #AF7D27;
    border-color: #E0B252;
    background-color: transparent;
}

.thema-error a,
.thema-info a {
    color: #AF7D27;
    text-decoration: underline;
}

.thema-error, .thema-error a {
    color: #e90505;
    border-color: #e90505;
}

.thema-message {
    color: #3c763d;
    border-color: #459647;
    background-color: transparent;
}

.thema-message a {
    color: #3c763d;
    text-decoration: underline;
}

.thema-warning, .thema-warning a {
    color: #f0ad4e;
}

.sp_notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    z-index: 69900;
    background-color: #E0B252;
    color: #fff;
    cursor: pointer;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all .35s ease;
    min-height: 60px;
    padding: 10px 80px 10px 65px;
    border: 0;
}

.sp_notice .thema-message {
    background-color: #459647;
}

.sp_notice .pegk {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    background-color: rgba(0, 0, 0, .1);
    font-weight: 500;
    font-size: 45px;
    cursor: pointer;
    transition: background-color .25s ease;
}

.sp_notice:hover .pegk {
    background-color: rgba(0, 0, 0, .2);
}

.sp_notice.show_notice {
    -webkit-transform: none;
    transform: none;
}

.nt_menu > li.has-children > a > i {
    color: rgba(82, 82, 82, .6);
}

#cat_thema .nav_link_icon {
    display: none
}

html.wf-peicon7stroke-n4-loading .pegk:before,
html.wf-fathema-n4-loading .fa47:before,
html.wf-fontawesome5free-n4-loading .fa:before,
html.wf-fontawesome5free-n4-loading .fas:before {
    opacity: 0
}

.row:after, .row:before {
    display: none !important;
}

/* ==========================================================================
3.0 HEADER
========================================================================== */
.branding > a {
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.header_1 .branding img,
.header_4 .branding img,
.header_5 .branding img,
.header_7 .branding img,
.header_8 .branding img {
    margin: 0 auto;
}

li.menu-item.branding.ts__05.lh__1 {
    display: block;
}

.nt_menu > li.menu-item.branding > a {
    height: auto;
}

body:not(.des_header_7) #ntheader {
    position: relative;
}

.header-text i {
    font-size: 16px;
    vertical-align: middle;
}

.header-text p {
    margin: 0;
}

.thema-policy__container {
    min-height: 60vh;
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.thema-policy__title {
    margin-bottom: 50px;
}

.nt_action > a, .nt_action > div {
    padding: 0 6px;
}

.nt_action > a > i, .nt_action > div > a > i {
    font-size: 22px;
    line-height: 1;
}

.h_icon_pegk .nt_action > a > i, .h_icon_pegk .nt_action > div > a > i {
    font-size: 24px;
}

.h_icon_la .nt_action > a > i, .h_icon_la .nt_action > div > a > i {
    font-size: 28px;
}

.h_icon_la .nt_action a > i.la-shopping-cart {
    font-size: 32px;
}

.nt_menu li {
    font-size: 14px;
    list-style: none;
    position: relative;
}

.nt_menu > li > a {
    padding-right: 17.5px;
    padding-left: 17.5px;
}

.nt_menu > li > a > i {
    font-size: 22px;
    margin-right: 4px;
}

.header_5 .nt_menu > li > a:first-child {
    padding-left: 5px;
}

.lbc_nav, .lbc_nav_mb {
    opacity: 0
}

.type_btn .button {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    height: 40px
}

.type_btn.br_radius_false .button {
    border-radius: 0
}

.header__bot.border_true {
    border-top: 1px solid #ececec;
}

.nt_menu > li > .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.header_search input.search__input {
    min-width: 290px;
    width: 100%;
    height: 46px;
    border-radius: 30px;
    border: 2px solid rgba(129, 129, 129, .2);
    padding-right: 50px;
}

.header_search input.search__input:focus {
    border-color: rgba(129, 129, 129, .2);
}

button.search__submit {
    padding: 0 15px;
    width: 55px;
    background-color: var(--main-color);
    color: #fff;
    border: 0;
    border-radius: 0 30px 30px 0;
}

button.search__submit i {
    font-weight: 900
}

.header_6 .header__bot.border_true,
.header_9 .header__bot.border_true {
    border: 1px solid #ececec;
}

.header_hcat > span {
    letter-spacing: .4px
}

.header_hcat > i {
    font-weight: 900
}

.header_categories {
    color: #222;
    font-size: 14px;
}

.border_true .header_categories {
    border-right: 1px solid #ececec;
}

.categories_menu {
    top: 100%;
    z-index: 299;
    visibility: hidden;
    transition: all .2s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    border: 1px solid rgba(129, 129, 129, .2);
}

.header_categories:hover .categories_menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: unset;
}

.nt_action > a, .nt_action > div > a {
    color: #222;
}

.header_8 .nt_action .push-menu-btn img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.menu_wid_full .sub-menu, .menu_wid_full .sub-menu.lazyloaded {
    width: 100vw;
    padding: 10px 20px
}

.menu_wid_12 .sub-menu, .menu_wid_12 .sub-menu.lazyloaded {
    width: 1200px
}

.menu_wid_full .container {
    max-width: 100%
}

.h_transparent_true.template-index #ntheader .ntheader_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 390;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.header_7 {
    position: relative
}

body:not(.h_calc_ready) #thema-section-header_banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none
}

#thema-section-header_banner {
    transition: height .6s .25s;
    -webkit-transition: height .6s .25s;
    will-change: height;
}

.h_calc_ready #thema-section-header_banner {
    position: relative;
    overflow: hidden;
    height: 0;
}

.h__banner .col-auto:first-child {
    opacity: 0
}

#nav_header7 ul,
.mb_nav_tab ul {
    list-style: none;
}

.nt_mb_menu > li > a,
.nt_mb_menu .sub-menu li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 5px 20px;
    min-height: 50px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    color: #222;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
}

#nav_header7 .nt_mb_menu > li > a, #nav_header7 .nt_mb_menu .sub-menu li > a {
    padding: 5px;
}

.nt_mb_menu > li > a {
    letter-spacing: .2px;
    font-size: 14px;
}

.nt_mb_menu .sub-menu, .nt_mb_menu .sub-sub-menu, .sub-sub-sub-menu, .has_ntmenu .mfp-close,
.nt_mb_menu .sub-menu li a.currency-item.dn, .nt_mb_menu .sub-menu li a.currency-item.dnt4 {
    display: none;
}

.nt_currency.curt4_fixed .nt_currency__div {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    padding: 10px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .17);
    z-index: 104;
    min-width: 85px;
    cursor: pointer;
    border-radius: 4px;
}

.nt_currency.curt4_fixed.languages .nt_currency__div {
    top: 44%;
}

.nt_currency.curt4_fixed ul {
    display: none
}

.placeholder-svg {
    display: block;
    fill: var(--main-color);
    background-color: rgba(86, 207, 225, 0.1);
    width: 100%;
    border: 1px solid rgba(86, 207, 225, 0.5);
}

.h__lz_img {
    background-size: cover;
    background-repeat: no-repeat;
}

.des_header_7 .h__lz_img .sp_header_mid {
    background-color: transparent;
}

.nt_count {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

/* ==========================================================================
    4.0 COLLECTIONS
========================================================================== */
/* ==========================================================================
    4.1 COLLECTION PAGE
========================================================================== */

.page-head .nt_bg_lz.lazyload:before, .page-head .nt_bg_lz.lazyloading:before, .page-head .nt_bg_lz.lazyloaded:before {
    display: none
}

.has_icon {
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.has_icon > i {
    font-size: 16px;
    margin-left: .2em;
    opacity: .6;
}

.has_icon.mgr > i {
    margin-right: .2em;
    margin-left: 0;
}

.cat_sortby > a {
    position: relative;
    z-index: 8;
    color: #878787;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn_filter, .btn_sidebar, .cat_sortby > a {
    color: #878787;
}

.btn_filter > i,
.btn_sidebar > i {
    font-size: 16px;
    opacity: 1;
    transition: none !important
}

.btn_sidebar > svg {
    fill: currentColor
}

.page-head {
    padding: 50px 0;
    color: #ededed;
}

.page-head h1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.page-head:before {
    content: '';
    opacity: .5;
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    pointer-events: none;
}

.page-head a {
    color: #fff;
}

.page-head p {
    margin-bottom: 0;
    margin-top: 5px;
}

.hidden_true.sidebar_nt {
    margin-top: 0 !important;
}

.section_sidebar_shop,
.hidden_true .section_sidebar_shop,
.nt_pop_sidebar .section_nt_filter,
.pop_default .section_nt_filter > h3,
.pop_default .section_nt_filter > .h3 {
    display: none
}

.cat_view a {
    border: 1px solid currentcolor;
    color: #878787;
    height: 26px;
    transition: all .25s ease;
}

.cat_view a.view_12 {
    width: 28px
}

.cat_view a.view_6, .cat_view a.view_list {
    width: 29px
}

.cat_view a.view_4 {
    width: 42px
}

.cat_view a.view_3 {
    width: 55px
}

.cat_view a.view_15 {
    width: 68px
}

.cat_view a.view_2 {
    width: 81px
}

.cat_view a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 20px;
    background: currentcolor;
    transition: all .3s
}

.cat_view a.view_list:before {
    right: 2px;
    height: 5px;
    width: 23px;
    box-shadow: 0 7.3px 0 currentColor, 0 15.1px 0 currentColor;
}

.cat_view a.view_12:before {
    width: 22px
}

.cat_view a.view_6:before {
    box-shadow: 13px 0 0 currentColor, 13px 0 0 currentColor
}

.cat_view a.view_4:before {
    box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor
}

.cat_view a.view_3:before {
    box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor
}

.cat_view a.view_2:before {
    box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor, 65px 0 0 currentColor
}

.cat_view a.view_15:before {
    box-shadow: 13px 0 0 currentColor, 26px 0 0 currentColor, 39px 0 0 currentColor, 52px 0 0 currentColor
}

.cat_view a.active {
    pointer-events: none
}

.cat_view.on_list_view_true a:not(.view_list) {
    color: #878787 !important
}

.cat_view.on_list_view_true a.view_list,
.cat_view a:hover, .cat_view a.active, .cat_view a:hover {
    color: #222;
}

.cat_view a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 20px;
    background: currentcolor;
    transition: all .3s;
}

.sp_result_html .cp {
    margin-right: 3px
}

.result_clear {
    font-size: 0;
}

.result_clear > .clear_filter {
    font-size: 15px;
}

.result_clear > .clear_filter:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

a.clear_filter {
    position: relative;
    padding-left: 16px;
}

a.clear_filter:before, a.clear_filter:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    background-color: currentColor;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.clear_filter:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.clear_filter:hover:before, a.clear_filter:hover:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.nt-pagination {
    border-top: 1px solid #ddd;
}

.page-numbers {
    display: inline-block;
    list-style: none;
    margin: 10px 0;
    padding: 5px 10px;
}

.page-numbers li {
    float: left;
    margin: 0 10px;
    color: #222;
}

.page-numbers li a {
    color: #222;
}

.page-numbers li a:hover,
.page-numbers.current {
    color: #ec0101;
}

a.nt_cat_lm, a.view_more {
    padding: 11px 45px;
}

.products.space_0 .nt_pr {
    margin-top: 0
}

.products.space_20 .nt_pr {
    margin-top: 20px
}

.products.space_40 .nt_pr {
    margin-top: 40px
}

.products.space_50 .nt_pr {
    margin-top: 50px
}

a.br_rd_false {
    border-radius: 0
}

/* ==========================================================================
    5.0 PRODUCTS
========================================================================== */
/* ==========================================================================
    5.1 PRODUCT GRID ITEM
========================================================================== */
.hover_button {
    max-width: 100%;
    padding: 0 5px;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
}

.pr_lazy_img, .equal_nt .nt_bg_lz {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-thumb.equal_nt .nt_bg_lz {
    height: auto
}

.pr_lazy_img {
    background-position: center center
}

.nt_bg_lz.lazyload, .nt_bg_lz.lazyloading, .nt_load.lazyloaded, .nt_fk_lz {
    position: relative;
    background-color: #f5f5f5;
    background-image: none !important;
}

.nt_bg_lz.lazyload:before, .nt_bg_lz.lazyloading:before, .nt_load.lazyloaded:before, .nt_fk_lz:before, .lds_bginfinity:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    z-index: 90;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

.nt_fk_lz:before {
    z-index: 2;
}

.quote_avatar .nt_bg_lz.lazyload:before, .quote_avatar .nt_bg_lz.lazyloading:before {
    background-size: 30px;
}

.p-nav .nt_bg_lz.lazyload, .p-nav .nt_bg_lz.lazyloading {
    transition: 0s;
}

.p-nav .nt_bg_lz.lazyload:before, .p-nav .nt_bg_lz.lazyloading:before {
    background-size: 40px;
}

.lds_bginfinity {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.lds_bginfinity:before {
    background-size: 50px
}

.nt_slider:not(.flickity-enabled) > .lds_bginfinity, .nt_slider:not(.flickity-enabled) > .no_ins_nt {
    display: block !important;
}

.nt_pr .hover_img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.entry-summary .price__unit {
    font-size: 14px;
}

.nt_labels {
    opacity: 0;
    visibility: hidden;
}

.swatch__list_js {
    min-height: 38px
}

.swatch_list_size_small .swatch__list_js {
    min-height: 28px
}

.swatch_list_size_large .swatch__list_js {
    min-height: 63px
}

.thema-ready .r-wapper-collection .review-item, .thema-ready .r-wapper-collection .review-number-widget {
    padding: 0;
}

.desgin__2 .product-image {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .12);
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
}

.desgin__2 .swatch__list_js.lazyload, .desgin__2 .swatch__list_js.lazyloading,
.row_pr_1.tc .desgin__1 .swatch__list_js.lazyload, .row_pr_1.tc .desgin__1 .swatch__list_js.lazyloading {
    background-position: center;
}

.product-image a.db:before, .product-image a.wishlistadd, .product-image .product-attr {
    opacity: 0;
    visibility: hidden;
}

.nt_isotope .spr-badge, .nt_isotope .star-rating,
.nt_packery .spr-badge, .nt_packery .star-rating,
.nt_slider .spr-badge, .nt_slider .star-rating {
    min-height: 24px;
}

.mfp-hide {
    display: none !important;
}

.on_list_view_true .pr_list_item {
    margin-top: 0;
}

.on_list_view_true .col-listt4, .on_list_view_true .col-md-listt4, .on_list_view_true .col-lg-listt4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.on_list_view_true .pr_list_item .product-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.on_list_view_true .pr_list_item .product-image {
    width: 120px;
    min-width: 80px;
    margin-right: 20px;
}

.on_list_view_true .pr_list_item .product-info {
    margin-top: 0 !important;
    flex: 1 0 0;
    max-width: calc(100% - 100px);
}

.on_list_view_true .pr_list_item .product-info__btns {
    -ms-flex-item-align: center;
    align-self: center;
}

.on_list_view_true .pr_list_item .product-inner {
    padding: 20px;
    border: 1px solid #eee;
    border-top: 0;
    -ms-flex-align: start;
    align-items: flex-start;
}

.on_list_view_true .pr_list_item:first-child .product-inner,
.on_list_view_true .grid-sizer + .pr_list_item .product-inner {
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.on_list_view_true .pr_list_item .product-info__btns > a {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease;
    background-color: #007e91;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btnt4_style_1 .on_list_view_true .pr_list_item .product-info__btns > a {
    border-radius: 2px;
}

.on_list_view_true .pr_list_item .product-info__btns > a:hover {
    opacity: .85;
}

.on_list_view_true .pr_list_item .product-info__btns > a.nt_add_qv {
    margin-top: 0;
    background-color: #fff;
    color: #007e91;
    border: 1px solid currentcolor;
    box-shadow: none;
}

.on_list_view_true .pr_list_item .product-info__btns > a > .tt_txt, .product-info__btns > a > i,
.on_list_view_true .pr_list_item .product-image .hover_button,
.on_list_view_false .pr_list_item .product-info__btns {
    display: none;
}

.on_list_view_true .pr_list_item .product-inner:hover .nt_add_cp > a, .on_list_view_true .pr_list_item .product-inner:hover .product-attr,
.on_list_view_true .pr_list_item .product-inner:hover a.db:before, .on_list_view_true .pr_list_item .product-inner:hover a.nt_w_login, .on_list_view_true .pr_list_item .product-inner:hover a.wishlistadd {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
5.1 PRODUCT PAGE
========================================================================== */
.sp-breadcrumb {
    padding: 0;
    font-size: 13px;
}

.sp-breadcrumb i {
    margin: 0 8px;
}

.sp-single .sp-breadcrumb {
    line-height: 1.4;
}

.sp-single .entry-summary > *:not(:last-child),
.type_featured-product .entry-summary > *:not(:last-child),
.product-quickview .entry-summary > *:not(:last-child) {
    margin-bottom: 20px;
}

.product_title {
    font-size: 16px;
    margin-bottom: 10px !important;
    font-weight: 600;
}

.pr_carousel:after {
    content: 'flickity';
    display: none;
}

.watchCSS:after {
    content: '';
    display: none;
}

.p-nav {
    opacity: 0;
}

.p-nav.nt_slider:not(.flickity-enabled) > .row {
    display: block !important;
}

.btn_pnav_prev, .btn_pnav_next {
    display: none
}

.row.p-nav {
    margin-top: 5px;
    margin-right: -2.5px;
    margin-left: -2.5px;
}

.p-nav .n-item {
    overflow: hidden;
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.thumb_bottom.thumb_col_4 .p-nav .n-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.thumb_bottom.thumb_col_5 .p-nav .n-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.thumb_bottom.thumb_col_6 .p-nav .n-item {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.p-nav .nt_bg_lz {
    background-position: center center;
}

.p-nav .n-item:not(.is-nav-selected) {
    opacity: .6
}

.equal_nt.p-nav .n-item > img.nt_bg_lz {
    height: 0;
}

.p-nav .n-item .nt_bg_lz {
    margin-bottom: -5px;
    opacity: .5;
    transition: transform .6s, opacity .6s;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.p-nav .n-item:hover .nt_bg_lz, .p-nav .n-item.is-nav-selected .nt_bg_lz {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
}

.price-review > div {
    order: 2;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}

.price-review .product-widget__review .review-item, .price-review .product-widget__review .review-number-widget {
    padding: 0 2.5px 0;
}

.entry-summary .price, .entry-summary .price_range {
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
}

.nt_cart_form .price {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
    line-height: 1;
}

.price del [class*="tooltip_"] {
    display: inline;
}

.variations_form .quantity {
    min-width: 120px;
    width: 120px;
    height: 40px;
    border: 1px solid #222;
    text-align: center;
    display: inline-block;
}

.ttip_nt .tt_txt {
    opacity: 0;
    position: absolute;
    pointer-events: none
}

.variations_form .quantity.qty__false {
    display: none !important
}

.quantity input.input-text[type="number"] {
    -moz-appearance: textfield;
    width: 35px;
    border: 0;
    height: 38px;
    background: none;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

.content-quickview .quantity input.input-text[type="number"] {
    width: 90px;
}

.quantity input.input-text[type="number"]:focus {
    border-color: #222;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.quantity input[type="number"]:focus {
    outline: none;
}

.variations_button .nt_add_w, .variations_button .nt_add_cp {
    position: relative;
    min-width: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    border: 1px solid #222;
    text-align: center;
    transition: all .3s;
    display: inline-block;
}

.variations_button .nt_add_w.wis_added {
    border-color: #31b3c6;
}

.variations_button .nt_add_cp i {
    font-size: 18px;
}

.variations_button .nt_add_w a,
.variations_button .nt_add_cp a {
    display: block
}

.btn_des_2 .single_add_to_cart_button,
.btn_des_2 .variations_form .quantity,
.btn_des_2 .variations_button .nt_add_w,
.btn_des_2 .variations_button .nt_add_cp,
.btn_des_2 .out_stock,
.btn_des_2 .variations_form .thema-payment-button__button--unbranded,
.btn_des_2 .add_to_cart_button {
    border-radius: 5px !important;
}

.btn_des_3 .single_add_to_cart_button,
.btn_des_3 .variations_form .quantity,
.btn_des_3 .variations_button .nt_add_w,
.btn_des_3 .variations_button .nt_add_cp,
.btn_des_3 .out_stock,
.btn_des_3 .variations_form .thema-payment-button__button--unbranded,
.btn_des_3 .add_to_cart_button {
    border-radius: 0 !important;
}

.btn_txt_1 .single_add_to_cart_button,
.btn_txt_1 .variations_form .thema-payment-button__button--unbranded {
    text-transform: lowercase;
}

.btn_txt_2 .single_add_to_cart_button,
.btn_txt_2 .variations_form .thema-payment-button__button--unbranded {
    text-transform: capitalize;
}

.btn_txt_3 .single_add_to_cart_button,
.btn_txt_3 .variations_form .thema-payment-button__button--unbranded {
    text-transform: uppercase;
}

.single_add_to_cart_button {
    background-color: var(--main-color);
    border: none;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.single_add_to_cart_button:hover {
    background: #000;
    border-color: #000
}

.variations_form .thema-payment-button {
    margin-top: 15px;
}

.variations_form .thema-payment-button__button--unbranded {
    border-radius: 0px !important;
    background-color: #000;
    text-transform: capitalize;
}

.variations_form .thema-payment-button__more-options {
    border: 2px solid;
    text-transform: capitalize;
}

.variations_form .thema-payment-button__button--hidden,
.single_stt.out_stock {
    display: none;
}

.product_meta {
    display: inline-block;
    width: 100%;
}

.product_meta > span {
    display: block;
    margin-bottom: 5px;
}

.sp-single .social-share {
    margin-top: 20px;
}

.sp-single .thema-section-pr_description + .social-share {
    margin-top: 40px;
}

.sp-single .nt-social i {
    font-size: 20px;
}

.nt-social i {
    font-size: 16px;
}

.nt-social i:before {
    vertical-align: middle;
}

.nt-social a {
    display: inline-block;
    margin: 0 10px;
}

.ntheader .cus_txt_h .nt-social a {
    margin: 0 8px;
}

.ntheader .cus_txt_h .nt-social i {
    font-size: 15px;
}

.nt-social a:hover {
    transform: translateY(-4px);
}

.nt-social svg:hover {
    fill: #999 !important;
}

.nt-social svg.at-icon-facebook:hover,
.nt-social svg.at-icon-messenger:hover {
    fill: #3b5998 !important;
}

.nt-social svg.at-icon-twitter:hover {
    fill: #00aced !important;
}

.nt-social svg.at-icon-linkedin:hover {
    fill: #007bb6 !important;
}

.nt-social svg.at-icon-youtube:hover {
    fill: #bb0000 !important;
}

.nt-social svg.at-icon-instagram:hover {
    fill: #517fa4 !important;
}

.nt-social svg.at-icon-pinterest_share:hover {
    fill: #cb2027 !important;
}

.nt-social svg.at-icon-flickr:hover {
    fill: #ff0084 !important;
}

.nt-social svg.at-icon-tumblr:hover {
    fill: #32506d !important;
}

.nt-social svg.at-icon-behance:hover {
    fill: #176aff !important;
}

.nt-social svg.at-icon-soundcloud:hover {
    fill: #ff7700 !important;
}

.nt-social svg.at-icon-dribbble:hover {
    fill: #ea4c89 !important;
}

.nt-social svg.at-icon-skype:hover {
    fill: #0078ca !important;
}

.nt-social svg.at-icon-telegram:hover {
    fill: #0088cc !important;
}

.nt-social svg.at-icon-addthis:hover {
    fill: #ff6550 !important;
}

.nt-social svg.at-icon-mailto:hover {
    fill: #585858 !important;
}

.nt-social > a{
    background-color: transparent !important;
}

.nt-social a:hover {
    color: #999 !important;
}

.nt-social .facebook:hover {
    color: #3b5998 !important;
}

.nt-social .twitter:hover {
    color: #00aced !important;
}

.nt-social .linkedin:hover {
    color: #007bb6 !important;
}

.nt-social .youtube:hover {
    color: #bb0000 !important;
}

.nt-social .instagram:hover {
    color: #517fa4 !important;
}

.nt-social .pinterest:hover {
    color: #cb2027 !important;
}

.nt-social .tumblr:hover {
    color: #32506d !important;
}

.nt-social .behance:hover {
    color: #176aff !important;
}

.nt-social .soundcloud:hover {
    color: #ff7700 !important;
}

.nt-social .dribbble:hover {
    color: #ea4c89 !important;
}

.nt-social .telegram:hover {
    color: #0088cc !important;
}

.nt-social .email:hover {
    color: #585858 !important;
}

.nt-social .whatsapp:hover {
    color: #00E676 !important;
}

.social-share .at-resp-share-element.at-mobile .at-share-btn,
.social-share .at-style-responsive .at-share-btn {
    padding: 0;
    margin: 0 5px;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper,
.at-resp-share-element .at-share-btn .at-icon-wrapper svg,
.thema-social-media svg,
.nt-social svg {
    fill: #000;
    width: 26px !important;
    height: 26px !important;
}

.thema-social-media__btn {
    background: #ffffff;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 0;
}

.thema-social-media__btn:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.nt-social svg.fa-tiktok {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    vertical-align: middle;
}

#nt_footer .nt-social svg.fa-tiktok {
    width: 15px !important;
    height: 15px !important;
}

.h__top .nt-social a:first-child {
    margin-left: 0;
}

.h__top .nt-social a:last-child {
    margin-right: 0;
}

.p-thumb .flickity-button:disabled,
.nt_carousel_qv .flickity-button:disabled,
.variations .swatches-select > .nt_unavailable,
.variations.remove_soldout_true .swatches-select > .nt_soldout,
.li_choose:not(.is-selected) {
    display: none !important;
}

.remove_soldout_false.variations .swatch:not(.is-color) .swatches-select > .nt_soldout > span {
    text-decoration: line-through;
    opacity: .5
}

.remove_soldout_false.variations .swatch:not(.is-color) .swatches-select > .nt_soldout.is-selected > span {
    opacity: 1
}

.remove_soldout_false.variations .swatch.is-color:not(.color_simple) .swatches-select > .nt_soldout > span.swatch__value_pr: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%;
}

.remove_soldout_false.variations.style_color .swatch.is-color .swatches-select > .nt_soldout > span.swatch__value_pr:before {
    background-image: url('../images/sold_out.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0
}

.remove_soldout_false.variations .swatches-select > li.nt_soldout a,
.remove_soldout_false.variations.variant_simple .input-dropdown-inner .dropdown-list li.current-item.nt_soldout a,
.remove_soldout_false.variations.variant_simple .input-dropdown-inner .dropdown-list li.nt_soldout a {
    color: #d0c8c8 !important;
}

.variations.style__radio .swatch:not(.is-color) .swatch_pr_item {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    text-transform: uppercase;
}

.variations.style__radio.full .swatch:not(.is-color) li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
}

.variations.style__radio.full .swatch:not(.is-color) li:not(:last-child) {
    margin-bottom: 6px;
}

.variations.style__radio:not(.full) .swatch:not(.is-color) .swatch_pr_item .swatch__value_pr {
    padding-right: 15px
}

.variations.style__radio.full .swatch:not(.is-color) .swatch_pr_item {
    padding: 0 15px;
}

span.radio_styled {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #c4cdd5;
    -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);
}

span.radio_styled:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
}

.variations.style__radio li:hover span.radio_styled,
.variations.style__radio li.is-selected span.radio_styled,
.variations.style__radio li.is-selected-nt span.radio_styled {
    border-color: #f76b6a;
}

.variations.style__radio li.is-selected span.radio_styled:after,
.variations.style__radio li.is-selected-nt span.radio_styled:after {
    background-color: var(--main-color);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.variations.style__radio .swatch:not(.is-color) li:hover,
.variations.style__radio .swatch:not(.is-color) li.is-selected,
.variations.style__radio .swatch:not(.is-color) li.is-selected-nt {
    border-color: #f76b6a;
    background-color: #fff;
}

.variations.style__rectangle .swatch:not(.is-color) li {
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1;
    padding: 5px;
    font-size: .76471em;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #222;
    transition: all .25s ease;
}

.variations.style__rectangle .swatch:not(.is-color) li:hover,
.variations.style__rectangle .swatch:not(.is-color) li.is-selected,
.variations.style__rectangle .swatch:not(.is-color) li.is-selected-nt {
    border-color: rgba(33, 43, 54, 0.9);
    background-color: rgba(33, 43, 54, 0.9);
    color: #fff;
}

.variations.style__rectangle .swatch.is-label .swatch_pr_item:not(.is-selected):not(.is-selected-nt):hover .swatch__value_pr {
    color: #fff;
}

.dropdown_picker_js .swatch:not(.is-color) h4 .nt_name_current {
    display: none
}

.header_picker {
    padding: 0 20px 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #222;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nt_lt_fake ul {
    opacity: 0;
    pointer-events: none
}

svg.ic_triangle_svg {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.p-thumb.isotope_ok .p-item a.is-selected {
    border: 1px solid #ec0101
}

.p_group_btns {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.pr__view-in-space[data-thema-xr-hidden] {
    visibility: hidden;
}

.nt_countdow_page {
    min-width: 100%;
}

.nt_countdow_page .block {
    min-width: 50px;
}

.nt_countdow_page .flip-top {
    font-size: 40px;
    color: #222;
    font-weight: 500;
    display: inline-block;
    margin: 5px 0;
}

.cd_style_dark_2 .nt_countdow_page .flip-top {
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.6);
}

.cd_style_dark_3 {
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 0 0 10px 0;
}

.cd_style_light .nt_countdow_page .flip-top {
    color: #fff;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.59);
}

.nt_countdow_page .label {
    color: #222;
    font-size: 11px;
}

.nt_stock_page .progressbar {
    position: relative;
    height: 12px;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.nt_stock_page .progressbar > div {
    background-color: #d95350;
    height: 12px;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
    transition: width 1s ease;
    -webkit-transition: width 1s ease;
}

.nt_stock_page .progress_bar > div {
    -webkit-animation: 2s linear 0s normal none infinite running progress_bar;
    animation: 2s linear 0s normal none infinite running progress_bar;
}

@-webkit-keyframes progress_bar {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress_bar {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

.fading_true {
    animation: fading 1s infinite;
}

@-webkit-keyframes fading {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fading {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.des_style_2.sp-tab {
    display: block;
}

.des_style_2.ul_tabs,
.des_style_2.sp-tab:not(.clicked_accordion) > .sp-tab-content {
    display: none
}

.des_style_2.sp-tab > .heading,
.des_style_2.sp-tab.active:not(.clicked_accordion) > .sp-tab-content {
    display: block;
}

.des_style_1.sp-tab {
    padding: 25px 0;
}

.des_style_1.sp-tab {
    -webkit-animation: ani-fadeIn 1s ease;
    animation: ani-fadeIn 1s ease;
}

.ul_tabs li.tab_title_block a {
    font-size: 14px;
    font-weight: 600;
    margin: 10px;
    line-height: 1.2;
    border-bottom: 2px solid transparent;
}

.ul_tabs li.active a, .ul_tabs li a:hover {
    color: #222;
}

.ul_tabs li.active a, .ul_tabs li.tab_title_block.active a {
    border-color: #222;
}

.tab-heading .txt_h_tab {
    padding: 10px;
}

.des_style_2.sp-tab:not(:last-of-type) {
    margin-bottom: 10px;
}

.des_style_2.sp-tab > .sp-tab-content {
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-top: 0;
}

/* section css */
.type_slideshow .flickity-page-dots,
.type_banner_collection .flickity-page-dots {
    position: absolute;
    z-index: 22;
    bottom: 10px;
    display: none
}

.prev_next_1 .flickity-button:not(:hover) {
    color: #ffff;
    border-color: #abb1b4;
}

.prev_next_2 .flickity-button:not(:hover) {
    background: #fff;
    color: #222;
    border-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
}

.prev_next_3 .flickity-button {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.clno-touchevents .flickity-enabled.prev_next_3 .flickity-button:hover,
.prev_next_3 .flickity-button:hover {
    opacity: .7
}

.caption-wrap .caption.left {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.caption-wrap .caption.center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.caption-wrap .caption.right {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.caption-wrap .caption.top {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.caption-wrap .caption.bottom {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.caption-wrap .caption.middle {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.type_slideshow .flickity-page-dots, .type_banner_collection .flickity-page-dots {
    display: block;
}

.inc_lz .container {
    padding-left: 0;
    padding-right: 0;
}

.inc_lz .type_lookbook_img, .inc_lz .type_lookbook_slider, .inc_lz .type_instagram_shop {
    margin-right: -15px;
    margin-left: -15px;
}

.section-title {
    margin: 0;
}

.sub-title {
    font-family: serif;
    font-style: italic;
    font-size: 14px;
    color: #878787;
    font-weight: 400;
    margin-top: 0;
}

.tab_se_header.des_tab_8, .tab_se_header.des_tab_9 {
    border-bottom: 2px solid #EAEAEA;
}

.tab_name {
    font-weight: 600;
    font-size: 22px;
    color: var(--text);
    position: relative;
    z-index: 1;
    margin-bottom: -2px;
    margin-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    vertical-align: middle;
}

.tab_se_header.des_tab_8 {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab_se_content {
    position: relative;
}

.tab_se_element {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tab_se_element.ct_active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.cat_design_1 .cat_grid_item__wrapper,
.cat_design_4 .cat_grid_item__wrapper,
.cat_design_6 .cat_grid_item__wrapper,
.cat_design_7 .cat_grid_item__wrapper {
    position: absolute;
    bottom: 20px;
    left: 50%;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    color: var(--text);
    padding: 12px 20px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .1);
    min-width: 150px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 19px;
}

.cat_design_6 .cat_grid_item__wrapper,
.cat_design_7 .cat_grid_item__wrapper {
    background: #000;
    color: #fff;
    box-shadow: none;
}

.cat_grid_item__wrapper .h3 {
    color: currentColor;
}

.cat_design_2 .cat_grid_item__wrapper,
.cat_design_3 .cat_grid_item__wrapper {
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    padding: 0 5px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    hyphens: auto;
    z-index: 10;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cat_design_2 .cat_grid_item__title,
.cat_design_3 .cat_grid_item__title {
    padding: 0 15px;
    font-size: 1.625em;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.cat_design_2 .cat_grid_item__link::before,
.cat_design_3 .cat_grid_item__link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    pointer-events: none;
    z-index: 5;
    -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;
}

.cat_design_2 .cat_grid_item:hover .cat_grid_item__link::before,
.cat_design_3 .cat_grid_item:hover .cat_grid_item__link::before {
    opacity: 0.5;
}

.cat_design_3 .cat_grid_item__count.dn, .cat_design_3 .cat_grid_item__count.dnt4 {
    margin-top: 5px;
    color: rgba(255, 255, 255, .9);
    line-height: 20px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    display: block;
}

.cat_design_3 .cat_grid_item:hover .cat_grid_item__wrapper {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px)
}

.cat_design_3 .cat_grid_item:hover .cat_grid_item__count {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.cat_design_4 .cat_grid_item:hover .cat_grid_item__title {
    opacity: 0;
    font-size: 0;
}

.cat_design_4 .cat_grid_item:hover .cat_grid_item__count,
.cat_design_5 .cat_grid_item__count,
.cat_design_8 .cat_grid_item__count {
    display: block;
}

.cat_design_5 .cat_grid_item__overlay,
.cat_design_8 .cat_grid_item__overlay {
    margin-bottom: 70px;
}

.cat_design_5 .cat_grid_item__wrapper,
.cat_design_8 .cat_grid_item__wrapper {
    pointer-events: auto;
    text-align: center;
    padding: 10px;
}

.cat_design_5 .cat_grid_item__wrapper,
.cat_design_8 .cat_grid_item__wrapper,
.tp_cat_list_packery .cat_design_5 .cat_grid_item__wrapper,
.tp_cat_list_packery .cat_design_8 .cat_grid_item__wrapper {
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.cat_design_8 .cat_grid_item__wrapper,
.tp_cat_list_packery .cat_design_8 .cat_grid_item__wrapper {
    background-color: #f8f8f8;
}

.cat_design_5 .cat_grid_item__title,
.cat_design_8 .cat_grid_item__title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.cat_design_8 .cat_grid_item__content {
    background: #f8f8f8;
    border-radius: 5px;
}

.cat_space_item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.cat_space_0 {
    margin-left: 0;
    margin-right: 0
}

.cat_space_0 .cat_space_item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.cat_space_2 {
    margin-left: -1px;
    margin-right: -1px
}

.cat_space_2 .cat_space_item {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px
}

.cat_size_1 .cat_grid_item__overlay {
    padding-top: 52.63157894736842%
}

.cat_size_2 .cat_grid_item__overlay {
    padding-top: 52.63157894736842%
}

.cat_size_3 .cat_grid_item__overlay {
    padding-top: 52.63157894736842%
}

.cat_size_3 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 110.52631578947368%
}

.cat_size_4 .cat_grid_item__overlay {
    padding-top: 111.1111111111111%
}

.cat_size_4 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 110.52631578947368%
}

.cat_size_4 .cat_grid_item_4 .cat_grid_item__overlay {
    padding-top: 52.63157894736842%
}

.cat_size_5 .cat_grid_item__overlay {
    padding-top: 111.1111111111111%
}

.cat_size_5 .cat_grid_item_2 .cat_grid_item__overlay {
    padding-top: 110.52631578947368%
}

.cat_size_6 .cat_grid_item__overlay {
    padding-top: 111.1111111111111%
}

.cat_size_6 .cat_grid_item_3 .cat_grid_item__overlay, .cat_size_6 .cat_grid_item_4 .cat_grid_item__overlay {
    padding-top: 52.63157894736842%
}

.cat_size_7 .cat_grid_item__overlay, .cat_size_8 .cat_grid_item__overlay {
    padding-top: 100%
}

.cat_size_7 .cat_grid_item_3 .cat_grid_item__overlay {
    padding-top: 211.08179419525067%
}

.cat_size_3.cat_space_20 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 108.7719298245614%
}

.cat_size_4.cat_space_20 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 107.7719298245614%
}

.cat_size_5.cat_space_20 .cat_grid_item_2 .cat_grid_item__overlay {
    padding-top: 110.7719298245614%
}

.cat_size_6.cat_space_20 .cat_grid_item_3 .cat_grid_item__overlay, .cat_size_6.cat_space_20 .cat_grid_item_4 .cat_grid_item__overlay {
    padding-top: 53.63157894736842%
}

.cat_size_7.cat_space_20 .cat_grid_item_3 .cat_grid_item__overlay {
    padding-top: 207.8047493403694%
}

.cat_size_3.cat_space_10 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 107.01754385964912%
}

.cat_size_4.cat_space_10 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 109%
}

.cat_size_5.cat_space_10 .cat_grid_item_2 .cat_grid_item__overlay {
    padding-top: 111.01754385964912%
}

.cat_size_6.cat_space_10 .cat_grid_item_3 .cat_grid_item__overlay, .cat_size_6.cat_space_10 .cat_grid_item_4 .cat_grid_item__overlay {
    padding-top: 54.63157894736842%
}

.cat_size_7.cat_space_10 .cat_grid_item_3 .cat_grid_item__overlay {
    padding-top: 203.44327176781002%
}

.cat_size_3.cat_space_6 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 106.3157894736842%
}

.cat_size_4.cat_space_6 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 108.6157894736842%
}

.cat_size_5.cat_space_6 .cat_grid_item_2 .cat_grid_item__overlay {
    padding-top: 110.9957894736842%
}

.cat_size_6.cat_space_6 .cat_grid_item_3 .cat_grid_item__overlay, .cat_size_6.cat_space_6 .cat_grid_item_4 .cat_grid_item__overlay {
    padding-top: 55.12157894736842%
}

.cat_size_7.cat_space_6 .cat_grid_item_3 .cat_grid_item__overlay {
    padding-top: 202.19868073878628%
}

.cat_size_3.cat_space_2 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 105.6140350877193%
}

.cat_size_4.cat_space_2 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 108.4140350877193%
}

.cat_size_5.cat_space_2 .cat_grid_item_2 .cat_grid_item__overlay {
    padding-top: 111.1111111111111%
}

.cat_size_6.cat_space_2 .cat_grid_item_3 .cat_grid_item__overlay, .cat_size_6.cat_space_2 .cat_grid_item_4 .cat_grid_item__overlay {
    padding-top: 55.42157894736842%
}

.cat_size_7.cat_space_2 .cat_grid_item_3 .cat_grid_item__overlay {
    padding-top: 200.55408970976254%
}

.cat_size_3.cat_space_0 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 105.26315789473684%
}

.cat_size_4.cat_space_0 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 108.16315789473684%
}

.cat_size_5.cat_space_0 .cat_grid_item_2 .cat_grid_item__overlay {
    padding-top: 111.1111111111111%
}

.cat_size_6.cat_space_0 .cat_grid_item_3 .cat_grid_item__overlay, .cat_size_6.cat_space_0 .cat_grid_item_4 .cat_grid_item__overlay {
    padding-top: 57.63157894736842%
}

.cat_size_7.cat_space_0 .cat_grid_item_3 .cat_grid_item__overlay {
    padding-top: 200%
}

.cat_size_4.cat_lay4_1 .cat_grid_item_4 .cat_grid_item__overlay {
    padding-top: 233.333333%;
}

.cat_size_4.cat_lay4_2 .cat_grid_item__overlay {
    padding-top: 71.9298247%;
}

.cat_size_4.cat_lay4_2 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 88.5964913%;
}

.cat_size_4.cat_lay4_2 .cat_grid_item_3 .cat_grid_item__overlay {
    padding-top: 55.2631579%;
}

.cat_size_4.cat_lay4_3 .cat_grid_item__overlay,
.cat_size_5.cat_lay5_2 .cat_grid_item__overlay,
.cat_size_5.cat_lay5_3 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 100%;
}

.cat_size_4.cat_lay4_3 .cat_grid_item_2 .cat_grid_item__overlay,
.cat_size_4.cat_lay4_3 .cat_grid_item_3 .cat_grid_item__overlay,
.cat_size_5.cat_lay5_2 .cat_grid_item_2 .cat_grid_item__overlay {
    padding-top: 110.52631578947368%;
}

.cat_size_5.cat_lay5_2 .cat_grid_item_2 .cat_grid_item__overlay {
    padding-top: 52.63157894736842%;
}

.cat_size_5.cat_lay5_2 .cat_grid_item_4 .cat_grid_item__overlay,
.cat_size_5.cat_lay5_2 .cat_grid_item_5 .cat_grid_item__overlay {
    padding-top: 111.1111111111111%;
}

.cat_size_5.cat_lay5_3 .cat_grid_item__overlay {
    padding-top: 52.6316%;
}

.cat_size_5.cat_lay5_3 .cat_grid_item_2 .cat_grid_item__overlay,
.cat_size_5.cat_lay5_3 .cat_grid_item_5 .cat_grid_item__overlay {
    padding-top: 47.3684211%;
}

.pos_text_alt .category-content {
    margin: -36px 15px 0;
    padding: 15px 20px 20px;
    background-color: #fff;
    position: relative;
}

.type_feature_columns .h4, .type_feature_columns .h4 > a {
    line-height: 1.1;
}

.pos_text_alt img, .pos_text_alt .placeholder-svg {
    margin-bottom: 0 !important;
}

.form-notify {
    border-top: 1px solid rgba(129, 129, 129, .2);
}

.nt_promotion > a:after,
.nt_img_txt > a:after,
.nt_bg_overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.nt_promotion .pa,
.nt_img_txt .pa.txt_content {
    z-index: 10;
    padding: 10px;
}

.banner_design_1 h4,
.banner_design_2 h3 {
    line-height: 24px;
}

.txt_shadow_true .shadow_wrap > * {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4)
}

.se_height_full .nt_bg_lz,
.se_height_full .js_full_ht4 {
    min-height: 100vh
}

.type_slideshow .se_height_full .nt_bg_lz {
    min-height: auto;
}

.type_slideshow .nt_bg_lz.pa {
    position: absolute;
}

.hero_video_se iframe {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300%;
    left: -100%;
    max-width: none;
    pointer-events: none;
}

.hero_video_se.video_interactable iframe {
    pointer-events: auto
}

.type_slideshow .flickity-page-dots .dot,
.type_banner_collection .flickity-page-dots .dot {
    margin-top: 2.5px;
    width: 11px;
    height: 11px
}

.nt_img_txt video.vid_nt {
    padding: 0;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.img_vid_js {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 5;
}

.img_vid_js.nt_bg_lz {
    padding-top: 0 !important;
    position: absolute !important;
}

.nt_img_txt .pa.btn_video_ef {
    padding: 0;
}

.type_slideshow .has_video .caption {
    z-index: 40
}

.type_slideshow .has_video .nt_img_txt > a:after,
.nt_img_txt .pa.btn_video_ef {
    z-index: 45
}

video.vid_ready {
    opacity: 1
}

.nt_img_txt video + .btn_video_ef {
    background-color: #f9f9f9;
}

.nt_img_txt video.vid_ready + .btn_video_ef {
    opacity: 0
}

.type_slideshow .has_video .nt_bg_lz {
    padding-top: 56.25%
}

.dek_img_slide, .dek_img_slide.nt_bg_lz {
    display: none;
}

.slideshow__slide .caption-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.caption-w-1 {
    max-width: 1200px;
    margin: 0 auto;
}

.caption-w-2 {
    max-width: 100%
}

.type_slideshow .caption, .type_banner_collection .caption,
.type_hero_video .pa_txts,
.type_image_text_overlay .pa_txts {
    position: absolute;
    padding: 15px;
    width: max-content !important;
    max-width: 100%;
}

a.button.btn_style_2:hover, a.button.btn_style_2:focus {
    opacity: .8;
}

.img_zoom {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    transition: all 4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.is-selected .img_zoom.lazyloaded {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.img_tran_ef {
    transform: translateX(200px);
    opacity: 0;
    transition: none;
}

.is-selected .img_tran_ef.lazyloaded {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.35s ease;
}

.bottom_top,
.top_bottom,
.left_right,
.right_left {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87) 0.3s;
    -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87) 0.3s;
    opacity: 0;
}

.top_bottom {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
}

.left_right {
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
}

.right_left {
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
}

.is-selected .bottom_top,
.is-selected .top_bottom,
.is-selected .left_right,
.is-selected .right_left {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
}

.video_loading .txt_content,
.video_loading iframe,
.hero_video_se.video_loaded .video-control__play {
    opacity: 0
}

.video_loading .nt_img_txt > a:after {
    background-color: #f5f5f5 !important;
    opacity: 1 !important
}

.video-control__play {
    visibility: visible;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
    margin: 0 auto;
    padding: 5px;
    pointer-events: none;
    z-index: 4;
    transition: all 0.1s ease-out;
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.video-control__play .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}

.hero_video_se.video_interactable .txt_content {
    pointer-events: none
}

.video-control__play::before {
    content: '';
    display: block;
    width: 2.875rem;
    height: 2.875rem;
    position: absolute;
    margin-left: -1.4375rem;
    border-radius: 50%;
    border: 2px solid white;
    border-top-color: transparent;
    -moz-animation: spin 0.35s infinite linear;
    -o-animation: spin 0.35s infinite linear;
    -webkit-animation: spin 0.35s infinite linear;
    animation: spin 0.35s infinite linear;
    transition: all 0.1s ease-out 0.5s;
    z-index: 5;
    top: 1px;
    left: 50%;
}

.type_iframe_video .nt_bg_lz {
    background-color: #f5f5f5;
}

.type_iframe_video iframe.lazyloaded {
    z-index: 22;
}

@-webkit-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.nt_contain .post_nt_loop > a.bgb {
    background-color: transparent
}

.more-link {
    margin: 20px auto;
    line-height: 40px;
    border: 2px solid #222;
    padding: 0 30px;
    font-weight: 600;
    display: table;
    border-radius: 0px;
}

.more-link:hover {
    background-color: #222;
    color: #fff;
}

.nt_shipping .icon.small {
    font-size: 24px
}

.nt_shipping .icon.medium {
    font-size: 36px
}

.nt_shipping .icon.large {
    font-size: 48px
}

.nt_shipping .icon {
    line-height: 100%
}

.nt_shipping.tc .icon {
    margin: 0 auto 10px;
    display: inline-block;
}

.nt_shipping.jas-icon-square .small, .nt_shipping.nt_icon_circle .small {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.nt_shipping.jas-icon-square .medium, .nt_shipping.nt_icon_circle .medium {
    width: 80px;
    height: 80px;
    line-height: 80px
}

.nt_shipping.jas-icon-square .large, .nt_shipping.nt_icon_circle .large {
    width: 95px;
    height: 95px;
    line-height: 95px
}

.nt_shipping .title {
    font-size: 14px
}

.nt_shipping.tr .content, .nt_shipping.tl .content {
    overflow: hidden
}

.nt_shipping.tr .icon, .nt_shipping.tl .icon {
    text-align: center
}

.nt_shipping.tr .icon {
    margin-left: 20px;
    -ms-order: 2;
    order: 2;
}

.nt_shipping.tl .icon {
    margin-right: 20px
}

.nt_shipping.tc {
    -ms-flex-direction: column;
    flex-direction: column;
}

.nt_shipping.nt_icon_circle .icon {
    border: 1px solid;
    position: relative
}

.nt_shipping.nt_icon_circle:hover i {
    color: #fff;
    position: relative;
    z-index: 1
}

.nt_shipping.nt_icon_circle.tc .icon {
    margin-bottom: 30px
}

.nt_shipping.nt_icon_circle .icon, .nt_shipping.nt_icon_circle .icon:before {
    border-radius: 50%
}

.nt_shipping .ship_img {
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.nt_shipping .ship_img.small {
    width: 40px;
    height: 40px;
}

.nt_shipping .ship_img.large {
    width: 60px;
    height: 60px;
}

.use_border_true .nt_shipping {
    padding: 15px;
}

.use_border_true .nt_shipping:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.5px;
    right: 7.5px;
    border: 1px solid #ddd;
}

.use_border_true .nt_shipping .ship_img {
    background-position: center;
}
.signup-newsletter-form {
    border-radius: 50px;
    border: 1px solid #878787;
    padding: 2px;
}

.signup-newsletter-form .submit-btn {
    text-transform: none;
    border-radius: 50px;
    font-size: 14px;
    padding: 0 20px;
    margin: 0;
    border: none;
    background: #222;
    color: #fff
}

.signup-newsletter-form input.input-text {
    width: 100%;
    background-color: transparent;
    border-radius: 50px;
    padding: 0 10px;
    border: 0;
}

.color_scheme_light, .color_scheme_light .cg, .color_scheme_light .section-title {
    color: rgba(255, 255, 255, .8)
}

.newsletter_se.color_scheme_light, .newsletter_se.color_scheme_light .cg, .newsletter_se.color_scheme_light .section-title {
    color: #fff
}

.newsletter_se.color_scheme_light input {
    background-color: transparent;
}

.color_scheme_light h2 {
    color: #fff
}

.color_scheme_light .signup-newsletter-form {
    border-color: rgba(255, 255, 255, .7)
}

.color_scheme_light input:not([type="submit"]):not([type="checkbox"]),
.color_scheme_light textarea,
.color_scheme_light select {
    color: rgba(255, 255, 255, .7)
}

.color_scheme_light a {
    color: #fff
}

.color_scheme_light a:hover {
    color: #fff;
}

.newsletter_se .mc4wp-response > div {
    max-width: 600px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
}

.nt_full .flickity-prev-next-button.previous {
    left: 15px;
}

.nt_full .flickity-prev-next-button.next {
    right: 15px;
}

.row.ins_spaces_0 {
    margin: 0;
}

.row.ins_spaces_2 {
    margin: -1px;
}

.row.ins_spaces_3 {
    margin: -1.5px;
}

.row.ins_spaces_6 {
    margin: -3px;
}

.row.ins_spaces_10 {
    margin: -5px
}

.row.ins_spaces_15 {
    margin: -7.5px
}

.row.ins_spaces_0 .col_ins {
    padding: 0;
}

.row.ins_spaces_2 .col_ins {
    padding: 1px;
}

.row.ins_spaces_3 .col_ins {
    padding: 1.5px;
}

.row.ins_spaces_6 .col_ins {
    padding: 3px;
}

.row.ins_spaces_10 .col_ins {
    padding: 5px
}

.row.ins_spaces_15 .col_ins {
    padding: 7.5px
}

.row.ins_spaces_30 .col_ins {
    padding: 15px
}

.row.ins_rounded_1 .wrap_ins_img {
    border-radius: 50%
}

.row.ins_rounded_2 .wrap_ins_img {
    border-radius: 5px
}

.widget ul li {
    line-height: 25px;
    list-style: outside none none;
    margin-bottom: 5px;
}

.footer__top_wrap {
    background: #f6f6f8;
    color: #878787;
}

.footer__top i {
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
}

.footer__top .label_check {
    font-size: 13px
}

.footer__top .nt-social i {
    font-size: 16px;
    font-weight: 500;
}

.footer__top .widget-title {
    color: #222;
    font-family: Poppins, sans-serif;
}

.footer__top .menu li {
    list-style-type: none;
    line-height: 30px;
    margin-right: 0;
}

.footer__top a, .footer__bot a {
    color: #878787;
}

.footer__top p {
    margin-bottom: 1.3em;
    line-height: 24px;
}

.footer__bot_wrap {
    line-height: 1.5;
    background: #fff;
}

#footer-menu {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}

#footer-menu li {
    list-style: none;
    margin-left: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
}

.footer__bot .col_2 {
    margin-top: 15px
}

.footer-contact .nt-social {
    display: flex;
}

.foot-itm {
    margin-top: 50px;
}

.tag-comment {
    border: 1px solid #f1f1f1;
    padding: 15px 20px;
}

em {
    font-family: serif
}

.nt_single_blog .nt-social a {
    margin: 0 10px;
}

.widget .product_list_widget .product-title,
.widget .post_list_widget .article-title {
    color: #222;
    font-weight: 500;
    line-height: 24px;
}

.widget .product_list_widget ins {
    color: #ec0101;
    text-decoration: none;
}

.widget_img_pr, .widget_img_ar {
    min-width: 95px;
    max-width: 95px;
    padding-right: 0 !important;
}

.widget_if_pr, .widget_if_ar {
    padding-left: 10px !important;
    color: #878787;
}

.ntcols_js {
    width: 100%;
}

[data-columns="6"] .ntcols_js {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

[data-columns="5"] .ntcols_js {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

[data-columns="4"] .ntcols_js {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

[data-columns="3"] .ntcols_js {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

[data-columns="2"] .ntcols_js {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

[data-columns="1"] .ntcols_js {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.ntcols_js .pr_grid_item, .ntcols_js .post_nt_loop, .ntcols_js .ptf_nt_loop {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.filter_area .section_nt_filter {
    display: none
}

.pin__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pin__title {
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
}

.pin__type .dn_md .nt_add_qv {
    display: none;
}

/* end section css */
.login-form h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px;
}

form .form-row label {
    line-height: 2;
    display: block;
    margin-bottom: 5px;
}

.login-form form .form-row label {
    margin-bottom: 10px;
}

form .form-row label .required {
    color: #fc655e;
}

.form-message--error {
    color: #651818;
    border: 1px solid #d20000;
    background-color: #fff8f8;
    padding: 1rem 1.3rem;
    text-align: left;
    width: 100%;
    margin: 0 0 27.5px;
}

.form-message__title {
    font-size: 14px;
    color: #651818;
    margin-bottom: 10px;
}

.form-message--error a:not(:hover) {
    color: #651818;
}

input.input--error {
    border-color: #d20000 !important;
    margin-bottom: 5px;
}

.frm_guest_login {
    border-top: 1px solid #e5e5e5;
}

.sp-myaccount-nav ul {
    list-style: none;
    line-height: 1.4;
    border: 1px solid #e1e3e4;
}

.sp-myaccount-nav a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid #e1e3e4;
}

.sp-myaccount-nav .is-active a {
    background-color: rgba(136, 136, 136, .12);
    cursor: default;
}

.sp-myaccount-nav a:focus, .sp-myaccount-nav a:hover {
    background-color: #f8f8f8;
}

.button.button_primary {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.button.button_primary:hover, .button.button_primary:focus {
    opacity: .8
}

.login-form select {
    border-radius: 0;
}

hr {
    margin: 55px 0;
    border: 0;
    border-bottom: 1px solid #e8e9eb;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.orders-table .btn--secondary {
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 8px 10px;
    font-size: 0.75em;
    line-height: 1;
    display: inline-block;
    text-align: center;
    min-width: 55px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.thema_toolbar {
    background-color: #fff;
    z-index: 350;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    height: 55px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    transform: translate3d(0, 104%, 0);
    -webkit-transform: translate3d(0, 104%, 0);
    transition: transform .25s ease;
}

.sidebar.sidebar_nt.hidden_true {
    -ms-flex-order: 0;
    order: 0;
}

input[type="checkbox"] {
    float: none;
    vertical-align: middle;
}

.cat_emty_noprs {
    margin: 140px 0;
}

#nt_content .thema-challenge__container, .empty_cart_page {
    margin: 140px 0;
    text-align: center
}

.empty_cart_page .button, .nt_mini_cart .empty .button {
    min-width: 180px;
}

.img_action_zoom.is_sticky .theiaStickySidebar {
    overflow: hidden;
}

.is_sticky {
    will-change: min-height, height;
}

.is_sticky .theiaStickySidebar {
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

#nt_content .thema-challenge__container {
    margin-left: auto !important;
    margin-right: auto !important;
}

.lz_op_ef:not(.lazyloaded) {
    background: #e1e3e4;
}

.skeleton_wrap, .lz_op_ef:not(.lazyloaded) {
    -webkit-animation: skeletonAnimation 0.45s linear infinite alternate;
    animation: skeletonAnimation 0.45s linear infinite alternate;
    will-change: opacity;
}

@-webkit-keyframes skeletonAnimation {
    0% {
        opacity: 0.45
    }

    100% {
        opacity: 0.9
    }
}

@keyframes skeletonAnimation {
    0% {
        opacity: 0.45
    }

    100% {
        opacity: 0.9
    }
}

.progress_bar {
    display: block;
    margin: 15px auto 20px;
    width: 250px;
    height: 4px;
    background-color: #ddd;
    border-radius: 5px;
}

.progress_bar .current_bar {
    width: 0;
    will-change: width;
    background-color: #00badb;
    -webkit-transition: width 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

.template-search .empty_cart_page > i:after {
    display: none
}

.template-search .empty_cart_page > .iccl-search:after {
    font-size: 20px;
    left: 28px;
    margin-top: -18px;
    content: "\f128";
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 900;
}

.results_prs_tt,
.results_article_blog h4 {
    background-color: #F9F9F9;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    padding: 15px;
    margin: 0;
    border: 1px solid rgba(129, 129, 129, .2);
}

.results_prs_tt {
    margin-top: 30px;
}

.results_article_blog a {
    display: block;
    padding: 8px 20px;
    transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
    border: 1px solid rgba(129, 129, 129, .2);
    border-top: 0;
}

.results_article_blog a:hover {
    background-color: #F9F9F9;
}

.container_cat .results_article_blog ul {
    margin-bottom: 40px
}

.sp-single .product-images .nt_labels,
.featured_product_se .product-images .nt_labels {
    right: 30px
}

.button.round_false {
    border-radius: 0;
}

.type_prs_countd_banner .desgin__2 .product-image {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.type_prs_countd_banner .pr_grid_item {
    padding-right: 0;
    padding-left: 0;
}

.type_prs_countd_banner .nt_promotion .pa {
    padding: 20px;
}

.type_prs_countd_banner .nt_promotion h5 {
    font-weight: 400;
}

.type_prs_countd_banner .button {
    font-size: 14px;
    line-height: 36px;
    padding: 0 34px;
}

.wrap_txt_ship {
    padding: 17px 5px;
    font-size: 15px;
}

.type_image_text_overlay a.button,
.type_hero_video a.button,
.type_slideshow a.button.slt4_btn,
.type_banner_collection a.button.slt4_btn,
.type_custom_section a.imtt4_btn {
    min-width: 150px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.type_image_text_overlay a.button + a,
.type_hero_video a.button + a,
.type_slideshow a.button.slt4_btn + a,
.type_banner_collection a.button.slt4_btn + a {
    margin-left: 7.5px;
    margin-top: 7.5px;
}

.type_slideshow .slt4_p {
    line-height: 1.42857143;
}

.txt_content .pa_txts > :last-child {
    margin-bottom: 0
}

::placeholder {
    color: currentcolor;
    opacity: 1;
}

:-ms-input-placeholder {
    color: currentcolor;
}

::-ms-input-placeholder {
    color: currentcolor;
}

#cat_thema .la, #cat_thema .lab, #cat_thema .lad, #cat_thema .lal, #cat_thema .lar, #cat_thema .las {
    display: block
}

.clno-touchevents .cart_pos_dropdown #nt_cart_canvas {
    opacity: 0
}

.nt_fk_canvas#nt_login_canvas .lds_bginfinity {
    height: 100vh;
}

.footer_collapse_true .widget_logo .widget-title {
    transition: all .2s;
}

.js-sl-item.is_varhide {
    display: none;
}

.n-item i {
    position: absolute;
    right: 3px;
    top: 8px;
    pointer-events: none;
    font-size: 15px;
    color: #fff;
    background-color: #5b5b5b;
    border-radius: 100px;
    padding: 5px;
}

.des_style_2 .sp-tab-content [data-kl-full-width] {
    left: auto;
    padding: 0;
    width: auto;
}

.catalog_mode_true .js__qs, .catalog_mode_true .js_addtc,
.catalog_mode_true #callBackVariant_ppr, .catalog_mode_true #callBackVariant_qv,
.pr__view-in-space[data-thema-xr-hidden], .catalog_mode_true .sticky_atc_wrap .sticky_atc_js, .catalog_mode_true .sticky_atc_wrap .quantity {
    display: none !important;
}

.pr-single__media iframe,
.pr-single__media .media-video,
.pr-single__media model-viewer,
.pr-single__media .thema-model-viewer-ui,
.pr-single__media .media-item,
.pr-single__media .plyr,
.pr-single__media .plyr__video-wrapper {
    height: 100%;
}

.pr-single__media iframe,
.pr-single__media .model-viewer,
.pr-single__media .thema-model-viewer-ui,
.pr-single__media > video,
.pr-single__media .plyr,
.pr-single__media .media-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    outline: none;
}

.plyr input:not([type=submit]):not([type=checkbox]) {
    border: 0;
    padding: 0;
    color: #222;
}

.plyr__control,
.plyr [data-plyr=fullscreen] {
    color: inherit !important;
}

.plyr__control--overlaid.plyr__tab-focus, .plyr__control--overlaid:hover {
    background-color: #fff;
    color: rgba(58, 58, 58, 0.55) !important;
    border-color: transparent;
}

.plyr.plyr--full-ui .plyr__volume input[type=range] {
    color: #fff;
}

.branding img {
    padding-top: 5px;
    padding-bottom: 5px;
    perspective: 800px;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.countdown-wrap.expired_cdt4, .like_t4insundefined.cms_t4insundefined > span,
.col_ins.ins_media_type_VIDEO .la-image,
.col_ins .la-video {
    display: none;
}

.col_ins.ins_media_type_VIDEO .la-video {
    display: inline-block;
}

.col_ins.ins_media_type_CAROUSEL_ALBUM .la-image:before {
    content: "\f302";
}

.type_instagram_feed2 .col_ins .las,
.type_instagram_feed3 .col_ins .las {
    font-size: 30px
}

.type_prs_countd_deal .medizin_laypout {
    border: 2px solid #4e97fd;
    border-radius: 5px;
    padding: 0 20px 25px;
    margin-top: 21px;
}

.type_faq .nt_boxed {
    max-width: 800px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.faq_des2 .sp-tab .tab-heading {
    padding: 10px 30px;
    min-height: 60px;
}

.faq_des2 .sp-tab .sp-tab-content {
    padding: 20px 30px;
}

.faq_des2 .nav_link_icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.faq_des2 .tab-heading .txt_h_tab {
    padding: 0;
}

.type_faq .sp-tabs > .sp-tab.des_style_2:first-of-type {
    margin-top: 0;
}

.post-readmore {
    letter-spacing: .17em;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}

.h3.heading_sea {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
}

.bg_sz_cover {
    background-size: cover;
}

.bg_rp_norepeat {
    background-repeat: no-repeat;
}

.our-store h3 {
    font-size: 20px;
}

.our-store h4 {
    font-size: 14px;
}

.our-store p {
    margin-bottom: 0;
}

.our-store {
    width: 90%;
    margin: auto;
    padding: 40px 20px;
}

.our-store .separate {
    height: 2px;
    margin: 20px auto;
    width: 80px;
}

.our-store h3, .our-store h4 {
    font-weight: bold;
    color: currentcolor
}

.our-store .separate {
    background: currentColor;
}

.agree_checkbox a.text-link {
    text-decoration: underline;
}

.type_feature_columns a.button {
    padding: 10px 25px;
    line-height: 18px;
}

.type_feature_columns .rte-setting > p {
    margin-bottom: 15px;
}

.type_feature_columns a.button:not(.btn--style-1) {
    color: #222;
    padding: 0;
    border: 0;
    min-height: auto;
    background-color: transparent !important;
}

.type_feature_columns a.button.btn--style-2 {
    border-bottom: 2px solid #DFDFDF;
}

.type_feature_columns a.button.btn--style-2:hover {
    border-color: #C5C5C5;
    color: #222;
}

.type_feature_columns .nt_banner_holder .cat_space_item {
    margin-bottom: 0
}

.prs_sw_limit_true .swatch__list:not(.swatch__list--calced) {
    white-space: nowrap;
    overflow: hidden
}

.swatch__list--more {
    display: none !important;
}

/* ==========================================================================
   RESSPONSIVE
   ========================================================================== */

.item__position.nt_parallax_true .parallax-inner, .nt_parallax_true.parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.order-table dl, .order-table dd {
    margin: 0
}

.order-table tbody tr:last-child th, .order-table tbody tr:last-child td {
    border-bottom: 1px solid #69727b;
}

/* max width 749px */

/***********************************************************
* Dark mode
*
* Turn on option dark theme disable settings color
* only use settings on color primary, header, footer, top bar, header banner
***********************************************************/
.dark-mode, body.dark-mode {
    color: rgba(255, 255, 255, 0.8)
}

.dark-mode #nt_wrapper, .dark-mode .nt_section, .dark-mode #nt_content > .thema-section, .dark-mode .nt_fk_canvas, .dark-mode .cat_design_1 .cat_grid_item__wrapper, .dark-mode .cat_design_4 .cat_grid_item__wrapper, .dark-mode .cat_design_6 .cat_grid_item__wrapper, .dark-mode .cat_design_7 .cat_grid_item__wrapper, .dark-mode #content_quickview, .dark-mode .sp-content-help, .dark-mode .hover_button .nt_add_qv, .dark-mode .hover_button .pr_atc, .dark-mode .mini_cart_content .mini_cart_item:hover, .dark-mode #thema-section-cart_widget .mini_cart_tool, .dark-mode .mini_cart_dis, .dark-mode .mini_cart_gift, .dark-mode .mini_cart_note, .dark-mode .mini_cart_ship, .dark-mode .shipping_calc_page.shipping_calculator h3, .dark-mode #wrap_des_pr, .dark-mode .frm_cart_page:before, .dark-mode .nt_mini_cart:before {
    background-color: #1a1a1a !important
}

.dark-mode .style_color.des_color_1 .is-color .swatch_pr_item, .dark-mode .bgw, .dark-mode .mfp-content .section_nt_filter .widget, .dark-mode .drift-zoom-pane, .dark-mode .pswp_tp_light .pswp__bg, .dark-mode .pswp__ui--fit .pswp__caption, .dark-mode .pswp_tp_light .pswp__button--arrow--left:before, .dark-mode .pswp_tp_light .pswp__button--arrow--right:before, .dark-mode .pswp_tp_light .pswp__ui--fit .pswp__top-bar, .dark-mode .pswp__share-tooltip {
    background-color: #1a1a1a
}

.dark-mode a.pswp__share--facebook:before {
    border-bottom-color: #1a1a1a
}

.dark-mode .style_color .is-color .swatch_pr_item.is-selected, .dark-mode .style_color .is-color .swatch_pr_item.is-selected-nt {
    background-color: rgba(255, 255, 255, 0.45)
}

.has_fk_canvas .dark-mode .nt_fk_canvas {
    background-color: #1a1a1a
}

.has_ntcanvas .dark-mode .mfp-content, .has_ntcanvas .dark-mode .mfp-inline-holder .mfp-content {
    background-color: #1a1a1a
}

#ssw-topauth .ssw-custom-login {
    font-size: 22px;
}

#menu_mb_ul .ssw-dropdown-menu {
    position: relative;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
}

#menu_mb_ul .ssw-dropdown-backdrop {
    display: none !important;
}

.ssw-link-fave-menu {
    position: relative;
}

.ssw-link-fave-menu .ssw-counter-fave-menu {
    position: absolute;
    top: -6px;
    right: 4px;
    width: 15px;
    height: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    background: #000;
    border-radius: 30px;
}

#widget-fave-html {
    width: 100%;
    order: 4;
    margin-left: 20px;
}

#widget-fave-html .ssw-fave-btn {
    width: 100%;
    line-height: 38px;
}

#widget-fave-html .ssw-fave-btn-content {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--main-color);
    border-color: var(--main-color);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#widget-fave-html .ssw-icon-heart,
#widget-fave-html .ssw-icon-heart-o {
    color: var(--main-color);
}

#widget-fave-html .ssw-fave-btn-counter,
#widget-fave-html .ssw-fave-btn-counter:before {
    color: var(--main-color);
    border-color: var(--main-color);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#ssw-widget-recommends-html .ssw-active .ssw-product-reviews-title,
#ssw-widget-recommends-html .ssw-active .ssw-product-comments-title {
    background-color: inherit;
}

#ssw-widget-recommends-html .ssw-ask-question-link.btn.button,
#ssw-widget-recommends-html .btn.button.ssw-question-add-review,
#ssw-widget-recommends-html .ssw-control-group.ssw-text-right .btn.button {
    color: #ffffff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.template-index .ssw-instagram-grid-title,
.template-index .ssw-html-widget.ssw-instagram-widget > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.template-index .ssw-html-widget.ssw-instagram-widget .ssw-instagram-slide-title {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0;
    margin: 0 10px;
}

.template-index .ssw-html-widget.ssw-instagram-widget > div:first-child:after,
.template-index .ssw-html-widget.ssw-instagram-widget > div:first-child:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #222;
}

#content_quickview .nt_add_w.ts__03.pa .ssw-faveiticon {
    width: 100%;
    height: 40px;
}

#content_quickview .nt_add_w.ts__03.pa .ssw-faveiticon .ssw-icon-heart-o,
#content_quickview .nt_add_w.ts__03.pa .ssw-faveiticon .ssw-icon-heart {
    color: #222;
}

#content_quickview .nt_add_w:hover .ssw-icon-heart-o,
#content_quickview .nt_add_w:hover .ssw-icon-heart {
    color: var(--main-color) !important;
}

#content_quickview .nt_add_w.ts__03.pa .ssw-faveiticon .faves-count {
    display: none;
}

#ssw-fave-page-side-bar {
    margin-top: 20px;
}

.nt_add_w .ssw-faveiticon {
    position: static;
}

.variations_button .ssw-faveiticon > .faves-count {
    position: absolute;
    right: -22px;
    top: -4px;
}

/*************************************************
* popup size chart
*************************************************/
#popup-size-guide *,
#popup-size-guide *:before,
#popup-size-guide *:after {
    box-sizing: border-box;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 10px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 500;
    min-width: 100px;
}

.tabset > label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 22px;
    height: 4px;
    margin-left: -11px;
    background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
    color: #222222;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: #222222;
}

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

.tabset {
    max-width: 65em;
    text-align: center;
}

.tab-panels {
    text-align: start;
}

.first-column {
    width: 50%;
    padding: 20px;
    float: left;
}

.second-column {
    width: 50%;
    padding: 20px;
    float: right;
}

.hr {
    border: 0;
    height: 1px;
    margin: 50px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.tabset .bg-row-head {
    background-color: #eeeeee;
}

.tabset .bg-row-bold {
    background: #fafafa;
}

.dl_ajax_pp_js ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.dl_ajax_pp_js ul li {
    display: block;
    position: relative;
    padding-left: 20px;
}

.dl_ajax_pp_js ul li + li {
    margin-top: 5px;
}

.dl_ajax_pp_js ul li::before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #6b6b6b;
    top: 7px;
    left: 2px;
    z-index: 1;
    border-radius: 999px;
}

/*********************************************
* ask a question form
**********************************************/
.ask_ajax_pp_js input:not([type="submit"]):not([type="checkbox"]),
.ask_ajax_pp_js textarea,
.ask_ajax_pp_js select {
    border-radius: 0;
    margin-top: 5px;
    color: #333333;
}

.ask_ajax_pp_js input[type="submit"] {
    border-radius: 0;
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #ffffff;
}

.ask_ajax_pp_js input[type="submit"]:hover {
    background-color: var(--hover-main-color);
    border-color: var(--hover-main-color);
}

/*********************************************
* Frequently Bought Together
**********************************************/
.fbt-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
}

.mini_cart_footer .button.cd-imp {
    color: #222222;
    background: #f7f7f7;
}

.product.thema-hidden-product *,
.product.thema-hidden-product {
    font-size: 0 !important;
    letter-spacing: 0;
    line-height: 0;
    padding: 0 !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    flex: 0 0 !important;
}

/*********************************************
* our memeber
**********************************************/
.jas-member:before {
    content: "";
    position: absolute;
    background: rgba(246, 246, 246, 0.9);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
}

.jas-member:hover .social,
.jas-member:hover:before {
    opacity: 1;
}

.jas-member .social {
    bottom: 30px;
    opacity: 0;
    z-index: 2;
}

.jas-member h4 {
    margin-bottom: 0;
}

.jas-member .social a {
    margin: 0 8px;
}

.jas-member .social i {
    font-size: 20px;
}

.jas-member .nt_img_ratio {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/****************************************
*! STYLE CSS
*****************************************/

html{
	overflow-x: hidden;
}

.nt_js_lz.lazyloaded {
    display: none
}

.btn {
    outline: none !important;
    box-shadow: none !important;
}

/****************************************
 * Header
 ****************************************/
.lazy_icons .flickity-button {
    visibility: visible;
}

#ntheader .ntheader_wrapper {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 390;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#ntheader.sticky_prepared.live_stuck .ntheader_wrapper {
    visibility: visible;
    opacity: 1;
    position: fixed;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-animation: animate_sticky .6s ease;
    animation: animate_sticky .6s ease;
}

#ntheader.live_stuck.ani_none .ntheader_wrapper {
    -webkit-animation: none;
    animation: none;
}

.hide_scrolld_true #ntheader.sticky_prepared.live_stuck .ntheader_wrapper {
    position: absolute;
    box-shadow: none;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: none;
    animation: none;
    transition: opacity .1s ease, visibility .1s ease, transform .3s ease, -webkit-transform .3s ease;
    will-change: transform, -webkit-transform;
}

.hide_scrolld_true #ntheader.sticky_prepared.h_scroll_up .ntheader_wrapper {
    position: fixed;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

#ntheader.live_stuck #thema-section-header_banner,
#ntheader.live_stuck #thema-section-header_top,
#ntheader.live_stuck .logo_normal,
#ntheader.live_stuck .logo_mobile {
    display: none
}

#ntheader.live_stuck .logo_sticky {
    display: inline-block
}

@-webkit-keyframes animate_sticky {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animate_sticky {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.h_banner_close:after, .h_banner_close:before {
    content: " ";
    width: 7px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out;
}

.h_banner_close:hover:before, .show_icon_true .h_banner_close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.h_banner_close:hover:after, .show_icon_true .h_banner_close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.h_banner_close {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.h_banner_close:hover, .h_banner_close:focus {
    opacity: 0.6;
}

.trs_stuck .nt_menu > li > a,
.trs_stuck .nt_action > a, .trs_stuck .nt_action > div > a {
    transition: none;
}

.show_icon_true .h_banner_close {
    font-size: 0;
    min-width: 20px;
    display: block;
}

.show_icon_true .h_banner_close:after, .show_icon_true .h_banner_close:before {
    width: 20px;
    height: 2px;
    margin-top: -1px;
}

.nt_menu > li > div > div {
    min-width: 230px;
}

.nt_menu > li > div > .sub-column-item {
    padding: 10px 0;
}

.nt_menu div.menu-item > a, .nt_menu ul li a {
    display: block;
    color: #878787;
    line-height: 1.5;
    padding: 14px 15px;
}

.sub-column-item .sub-column > li a {
    padding: 10px 0;
}

.nt_menu .sub-menu .sub-column-item {
    padding: 10px 15px
}

.nt_menu .sub-menu .sub-column-item > a {
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 13px 0;
    border-bottom: 1px solid #eee;
}

.nt_menu .sub-menu .type_mn_link.sub-column-item > a:last-child {
    margin-top: -15px;
}

.sub-column-item .sub-column {
    padding: 0;
}

.nt_menu .type_mega .sub-menu {
    padding: 20px 15px;
    max-height: 75vh;
    overflow-y: auto;
}

.nt_menu > li .sub-menu {
    text-align: left;
    position: absolute;
    min-width: 250px;
    background: #fff;
    top: 100%;
    z-index: 10;
    padding: 0;
    -webkit-box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.95);
    background-color: #fff;
    pointer-events: none;
}

.nt_menu > li.type_dropdown .sub-menu {
    min-width: 260px;
    padding: 10px 0;
}

.prs_nav .pr_grid_item.nt_pr {
    margin: 15px 0;
}

.nt_menu > li.type_html > .sub-menu {
    padding: 20px 15px
}

.clhovermq .nt_menu li.has-children:hover > .sub-menu, .clhovermq .nt_menu div:hover > .sub-menu,
.clno-hovermq .nt_menu li.has-children.is_hover > .sub-menu, .clno-hovermq .nt_menu div.is_hover > .sub-menu,
.nt_menu li.menu_item_hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}

.nt_menu > li .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.nt_menu > li.pos_left .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.nt_menu > li.type_dropdown .sub-menu .has-children,
.nt_menu > li.type_dropdown .sub-menu .has-children > a {
    position: relative
}

.nt_menu > li.type_dropdown .sub-menu .has-children > a:after {
    right: 8px;
    position: absolute;
    color: rgba(82, 82, 82, .45);
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    font-family: fathema, sans-serif;
    content: "\f105";
}

.nt_menu > li.pos_left .sub-menu .has-children > a:after {
    content: "\f104";
}

.nt_menu ul li a:hover, .nt_menu ul li.is_hover a, .nt_menu div.menu-item > a:hover, .nt_menu div.menu-item.is_hover > a {
    color: #222;
}

.nt_menu .sub-menu .sub-column-item > :last-child {
    border-bottom: 0;
}

.hover_side_up .nt_menu > li > .sub-menu {
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.clhovermq .hover_side_up .nt_menu > li.has-children:hover > .sub-menu,
.clno-hovermq .nt_menu > li.has-children.is_hover > .sub-menu,
.hover_side_up .nt_menu > li.menu_item_hover > .sub-menu {
    -webkit-transform: none;
    transform: none;
}

.lbc_nav {
    position: absolute;
    color: #fff;
    font-size: 9px;
    padding: 1px 7px 0;
    border-radius: 50px;
    top: 50%;
    line-height: 16px;
    background: #01bad4;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -5px;
    margin-top: -14px;
    -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;
    opacity: 1;
}

.sub-menu .lbc_nav {
    position: static;
    display: inline-block;
}

.cats_menu > li {
    line-height: 1.4;
    border-bottom: 1px solid rgba(129, 129, 129, .15);
}

.cats_menu > li > a {
    padding: 12px 25px 15px 18px;
    color: #222;
    font-size: 14px;
    line-height: 20px;
}

.cats_menu > li > a > i {
    color: rgba(82, 82, 82, .6);
}

.cats_menu > li.has-children > a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    font-size: 14px;
    line-height: 14px;
    content: "\f105";
    font-family: fathema, sans-serif;
    margin-left: 4px;
    color: rgba(82, 82, 82, .45);
    font-weight: 400;
    font-style: normal;
}

.cats_menu > li:hover > a {
    background-color: #F9F9F9;
    color: #494949;
}

.header_categories .fa47-angle-down {
    font-style: normal;
    font-size: 16px;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.header_categories:hover .fa47-angle-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.has_ntcanvas.has_fk_canvas .mfp-content {
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.has_ntcanvas.has_fk_canvas .mfp-wrap {
    display: none !important
}

.banner_nav {
    padding: 13px 0;
}

.banner_nav:hover a {
    background-color: transparent !important;
}

.banner_nav img {
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
}

.banner_nav:hover img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

/****************************************
 * Product grid system
 ****************************************/
.sp-single .product-images .p-thumb .flickity-enabled {
    z-index: 2;
}

.p_group_btns {
    z-index: 4;
}

.nt_labels {
    top: 15px;
    right: 15px;
    z-index: 4;
}

.nt_label {
    background-color: #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
    height: 20px;
    width: 30px;
    font-size: 8px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#nt_search_canvas .onsale.nt_label, .product_list_widget .onsale.nt_label {
    width: auto;
    height: auto;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 10px;
    margin: 5px;
}

.label_style_rounded .nt_label {
    height: 10vw !important;
    width: 10vw !important;
	max-width: 50px !important;
	max-height: 50px !important;
    font-size: 1em !important;
    border-radius: 50%;
}

.nt_label + .nt_label {
    margin-top: 5px;
}

.hover_button {
    max-width: 100%;
    padding: 0 5px;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
}

.hover_button .nt_add_qv, .hover_button .pr_atc {
    font-size: 0;
    margin: 2.5px 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    padding: 15px;
}

.hover_button .nt_add_qv i, .hover_button .pr_atc i {
    font-weight: 600;
    font-size: 18px
}

.product-image a.db:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
    transition: all .5s;
}

.product-image a.db:before,
.product-image a.wishlistadd,
.product-image a.nt_w_login,
.product-image .product-attr {
    opacity: 0;
    visibility: hidden;
}

.nt_labels,
.product-image:hover .product-image-flip .back,
.product-image:hover a.db:before,
.product-image:hover a.wishlistadd,
.product-image:hover .nt_add_w,
.product-image:hover .nt_add_cp > a,
.product-image:hover a.nt_w_login,
.product-image:hover .product-attr {
    opacity: 1 !important;
    visibility: visible;
    -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;
}

.product-image .nt_add_qv:hover, .product-image .pr_atc:hover {
    background: #222;
    color: #fff;
}

.product-image .nt_add_w, .product-image .nt_add_cp {
    z-index: 40;
    left: 12px;
    top: 12px;
}

.product-image .nt_add_w > a, .product-image .nt_add_cp > a {
    text-align: center;
    margin: 0;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nt_add_cp i {
    font-size: 20px
}

.product-image .nt_add_w + .nt_add_cp {
    top: 40px;
}

.product-image .product-attr {
    bottom: 5px;
    left: 10px;
    right: 10px;
    z-index: 2;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .15);
}

.pr_grid_item .product-image:hover .hover_button {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.nt_pr .product-image .hover_img {
    transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.nt_pr:hover .product-image .hover_img {
    opacity: 1;
}

.hover_img2 .nt_pr:hover .product-image .hover_img {
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
}

.swatch__list_js.lazyload, .swatch__list_js.lazyloading {
    background-image: url(../images/svg/lds-sw.svg);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center left;
    background-position-x: -8px;
}

.row_pr_1.tc .swatch__list_js.lazyload, .row_pr_1.tc .swatch__list_js.lazyloading {
    background-position: center !important;
}

.dcp_cd_ip {
    opacity: 0;
    height: 0
}

.pr_lazy_img.main-img.lazyloaded, .p-nav.p-nav-ready,
.nt_bg_lz.pr_lazy_img.lazyloaded,
.cat_grid_item__overlay.lazyloaded,
img.lz_op_ef.lazyloaded,
.swatch__value.lazyloaded, .swatch__value_pr.lazyloaded {
    -webkit-animation: ani-fadeIn 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
    animation: ani-fadeIn 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
}

.nt_shipping.nt_icon_circle .icon:not(.ship_img):before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: #56cfe1;
    transition: all .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.nt_shipping.nt_icon_circle:hover .icon:not(.ship_img):before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.nt_bg_lz.ship_img.lazyload:before, .nt_bg_lz.ship_img.lazyloading:before {
    background-size: 30px;
}

.wf-fathema-n4-active .header_picker:after,
.wf-fathema-n4-inactive .header_picker:after {
    content: '\f107';
    position: absolute;
    font-family: 'fathema', sans-serif;
    right: 12px;
    top: 0;
    font-size: 16px;
    pointer-events: none;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.sortby_pick i {
    transition: transform 0.2s ease-in-out;
}

.nt_lt_fake.opended .header_picker:after,
.style__simple .nt_lt_fake.opended > i,
.cat_sortby_js.opended .sortby_pick i {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.nt_lt_fake ul {
    padding: 15px 0;
    width: 100%;
    top: calc(100% + 10px);
    top: -webkit-calc(100% + 10px);
    margin: 0;
    background-color: #fff;
    z-index: 40;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-height: 280px;
    min-width: 250px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: 3px;
}

.nt_lt_fake ul > li {
    color: #222;
    margin: 0;
    padding: 0 20px 0 10px;
    height: 40px;
    line-height: 30px;
}

.is-selcolor .swatch_pr_item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.bg_imh_sel {
    width: 25px;
    height: 25px;
    display: block;
    min-width: 25px;
    margin-right: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

svg.ic_triangle_svg {
    display: block;
    top: calc(100% + 3px);
    top: -webkit-calc(100% + 3px);
    right: 20px;
    width: 18px;
    height: 8px;
    z-index: 50;
    -webkit-filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.12));
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.nt_lt_fake.opended ul, .nt_lt_fake.opended svg.ic_triangle_svg, .cat_sortby_js.opended svg.ic_triangle_svg {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.nt_lt_fake .swatch__value_pr {
    display: block;
    text-align: left;
}

.post_nt_loop a > .lazyloaded {
    transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.post_nt_loop:hover a > .lazyloaded {
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
}

.post_nt_loop > a:before,
.post_nt_loop > .post-thumbnail:before {
    position: absolute;
    border-radius: 50%;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    z-index: 2;
}

.post_nt_loop:hover > a.pr.oh:before,
.post_nt_loop:hover > .post-thumbnail:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s;
}

.mfp-content.menu_opened,
.has_ntcanvas .mfp-content.menu_opened {
    background-color: #fff;
}

.menu_opened #nt_menu_canvas {
    display: block;
}

.search_frm_mb {
    z-index: 2;
    box-shadow: 0 -1px 9px rgba(0, 0, 0, .17);
}

.search_frm_mb input.search_input_mb {
    padding: 0 50px 0 20px;
    height: 70px;
    border: none;
    width: 100%;
}

.search_frm_mb .search_btn_mb {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    background-color: transparent;
    color: #777;
    font-weight: 600;
    font-size: 20px;
}

.mb_nav_tabs {
    background-color: rgba(0, 0, 0, .04);
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}

#nt_menu_canvas > i {
    position: fixed;
    left: 300px;
    top: 0;
    color: #fff;
    z-index: 10;
    font-size: 50px;
    background-color: #222;
}

.mb_nav_title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 500;
    font-size: 12px;
    color: #222;
    padding: 5px 10px;
    height: 55px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    cursor: pointer;
}

.mb_cat_true .mb_nav_title {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.mb_nav_title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    width: 0;
    height: 2px;
    transition: width .25s ease;
}

.mb_nav_tabs .mb_nav_ul:after {
    right: 0;
    left: auto;
}

.mb_nav_tabs .active:after {
    width: 100%;
}

.mb_nav_title > span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mb_nav_title.active {
    background-color: rgba(0, 0, 0, .05);
}

.mb_nav_tab {
    display: none;
    -webkit-animation: ani-fadeIn 1s ease;
    animation: ani-fadeIn 1s ease;
}

.mb_nav_tab.active {
    display: block;
}

@-webkit-keyframes ani-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ani-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.menu_infos_title {
    color: #222;
    margin-bottom: 10px;
    line-height: 1.3;
}

.mb_nav_tab ul ul {
    padding-left: 0;
}

#nav_header7 ul ul {
    padding-left: 7.5px;
}

.nt_mb_menu li {
    position: relative;
    display: block;
}

.nt_mb_menu .sub-menu li > a {
    padding-left: 30px
}

.nt_mb_menu .sub-sub-menu li > a {
    padding-left: 40px
}

.nt_mb_menu .sub-sub-sub-menu li > a {
    padding-left: 50px
}

.nt_mb_menu .sub-menu li > a .nav_link_icon {
    color: #222;
}

.nt_mb_menu .sub-menu li > a {
    color: #878787;
}

.nt_mb_menu .menu-item-has-children > a {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.nt_mb_menu .product_list_widget {
    padding: 20px 20px 20px 30px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}

.footer_collapse_false .nav_link_icon {
    display: none
}

.nav_link_icon {
    width: 12px;
    height: 12px;
    position: relative;
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.only_icon_true .nav_link_icon {
    width: 50px;
    height: 39px;
    margin-right: -20px;
    border-left: 1px solid rgba(129, 129, 129, .2);
}

.nav_link_icon:before, .nav_link_icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.nav_link_icon:after {
    width: 1px;
    height: 12px;
}

.nav_link_icon:before {
    width: 12px;
    height: 1px;
    opacity: 1;
}

.pin_ic_2 .nav_link_icon {
    background-color: #fff;
    border-radius: 50%
}

.pin_ic_2 .nav_link_icon:before, .pin_ic_2 .nav_link_icon:after {
    display: none
}

.nt_opended > a > .nav_link_icon:before, .nt_opended > a > .nav_link_icon:after,
.sp-tab.active .tab-heading > .nav_link_icon:before, .sp-tab.active .tab-heading > .nav_link_icon:after,
.footer_opened .nav_link_icon:before, .footer_opened .nav_link_icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.nt_opended > a > .nav_link_icon:before,
.sp-tab.active a > .nav_link_icon:before,
.footer_opened .nav_link_icon:before {
    opacity: 0;
}

.tab-heading .nav_link_icon {
    width: 44px;
    height: 44px;
}

.tab-heading .nav_link_icon:before {
    width: 15px;
    height: 2px;
}

.tab-heading .nav_link_icon:after {
    width: 2px;
    height: 15px;
}

li.menu-item.menu-item-infos {
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    padding: 20px;
}

.nt_mb_menu span.category-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 -1px 9px rgba(0, 0, 0, .17);
}

.nt_mb_menu i {
    opacity: .8
}

.nt_mb_menu li.current-menu-item > a {
    color: #83b735
}

.icon-sub-menu.up-icon {
    color: #FFF;
    background-color: #83b735
}

.nt_mb_menu li.nt_opended > a, .nt_mb_menu li:active > a, .nt_mb_menu li > a:hover {
    background-color: rgba(0, 0, 0, .04);
}

.nt_mb_menu .menu-item-btns > a .iconbtns:before {
    display: inline-block;
    margin-right: 7px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    content: "\e90e";
    font-family: 'iconthema', sans-serif;
}

.nt_mb_menu .menu-item-wishlist > a .iconbtns:before {
    content: "\e907";
}

.nt_mb_menu .menu-item-sea > a .iconbtns:before {
    content: "\e914";
}

.nt_mb_menu .menu-item-compare > a .iconbtns:before {
    font-family: 'Line Awesome Free', sans-serif;
    font-weight: 900;
    content: "\f021";
    font-size: 18px;
}

.lbc_nav_mb {
    color: #fff;
    font-size: 9px;
    padding: 1px 7px 0;
    border-radius: 50px;
    line-height: 16px;
    background: #01bad4;
    -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;
    opacity: 1;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

#menu_mb_cat .sub-menu .products {
    margin-right: 0;
    margin-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(129, 129, 129, .2)
}

#menu_mb_cat .sub-menu .products > .nt_pr:first-child {
    margin-left: 7.5px;
}

#menu_mb_cat .sub-menu .products > .nt_pr {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 30px 7.5px;
    margin-top: 0;
}

.nt_fk_canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    background-color: #fff;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.2s;
    -webkit-transform: translate3d(104%, 0, 0);
    transform: translate3d(104%, 0, 0);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 500;
}

body:not(.des_header_6) .nt_fk_canvas.nt_sleft {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
}

.mask-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity .25s ease, visibility 0s ease .25s;
}

.mask_opened {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease, visibility 0s ease;
}

.nt_fk_canvas.act_opened {
    -webkit-transform: none !important;
    transform: none !important;
}

.pin__type {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
}

.pin__type.pin__opened {
    z-index: 200;
}

.pin__type:not(.pin__opened):hover .pin__title {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.pin__size--small {
    width: 24px;
    height: 24px;
    font-size: 10px
}

.pin__size--medium {
    width: 32px;
    height: 32px;
    font-size: 12px
}

.pin__size--exmedium {
    width: 40px;
    height: 40px;
    font-size: 13px
}

.pin__size--large {
    width: 48px;
    height: 48px;
    font-size: 15px
}

.pin__size--large .nav_link_icon:before {
    width: 20px;
}

.pin__size--large .nav_link_icon:after {
    height: 20px;
}

.pin__type .zoompin {
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    display: block;
    -webkit-animation: zoompin 2s ease infinite;
    animation: zoompin 2s ease infinite;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 800px;
    perspective: 800px;
    background-color: rgba(255, 255, 255, .5);
}

.pin__type .pin_tt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #65affa;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/****************************************
 * mpf popup
 ****************************************/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10421;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

html.hidden_y, body.hidden_y {
    height: 100%;
    overflow: hidden;
}

body.hidden_y {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

.mfp-fade.mfp-bg.mfp-ready, .mfp-bg.mfp-move-horizontal {
    opacity: 0.8;
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-fade.mfp-bg.mfp-ready, .mfp-bg.mfp-move-horizontal {
    opacity: 0.8;
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* mfp-move-horizontal */
.mfp-move-horizontal .mfp-with-anim,
.mfp-move-vertical .mfp-with-anim {
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.mfp-move-horizontal .mfp-with-anim .product-images .images,
.mfp-move-horizontal .mfp-with-anim .summary-inner,
.mfp-move-vertical .mfp-with-anim .product-images .images,
.mfp-move-vertical .mfp-with-anim .summary-inner {
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.mfp-move-vertical .mfp-with-anim {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.mfp-move-vertical .mfp-with-anim .product-images .images,
.mfp-move-vertical .mfp-with-anim .summary-inner {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.mfp-move-horizontal .mfp-with-anim .summary-inner,
.mfp-move-vertical .mfp-with-anim .summary-inner {
    -webkit-transition: opacity .85s ease, -webkit-transform .85s ease;
    transition: transform .85s ease, opacity .85s ease, -webkit-transform .85s ease;
}

.mfp-move-horizontal.mfp-bg,
.mfp-move-vertical.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim,
.mfp-move-horizontal.mfp-ready.mfp-removing .mfp-content,
.mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner,
.mfp-move-horizontal.mfp-ready .mfp-with-anim .product-images .images,
.mfp-move-vertical.mfp-ready .mfp-with-anim,
.mfp-move-vertical.mfp-ready.mfp-removing .mfp-content,
.mfp-move-vertical.mfp-ready .mfp-with-anim .summary-inner,
.mfp-move-vertical.mfp-ready .mfp-with-anim .product-images .images {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.mfp-move-horizontal.mfp-ready.mfp-bg,
.mfp-move-vertical.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.mfp-move-vertical.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.mfp-move-horizontal.mfp-removing.mfp-bg,
.mfp-move-vertical.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing .mfp-close,
.mfp-move-vertical.mfp-removing .mfp-close {
    display: none;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 10451;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    cursor: pointer;
    outline: none;
    z-index: 1046;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    padding: 0;
    mix-blend-mode: normal;
    margin: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    min-height: 0;
    width: 50px;
    -webkit-backface-visibility: hidden;
    height: 50px;
    line-height: 50px;
    font-family: Arial, monospace;
    transition: opacity .3s, transform .3s;
    transform: translateY(50%) translateZ(1px);
}

.mfp-ready .mfp-close {
    transform: translateY(0) translateZ(1px);
    opacity: 1;
    transition: all .25s ease, opacity .3s ease .35s;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.sp-content-help {
    background: #fff;
    max-width: 950px;
    margin: auto;
    padding: 25px 35px;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

button.mfp-close {
    padding: 0;
    margin: 0;
    text-indent: 0;
    font-size: 0;
    text-align: center;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    background: 0 0;
    border-radius: 0;
}

button.mfp-close:hover {
    background-color: rgba(0, 0, 0, .5);
    box-shadow: none;
    color: #FFF;
    opacity: 1;
}

/* .has_ntcanvas */
.has_ntcanvas .mfp-content, .has_fk_canvas .nt_fk_canvas, .has_ntcanvas .mfp-inline-holder .mfp-content {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    background-color: #fff;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.2s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.has_fk_canvas #nt_cart_canvas {
    display: block;
    z-index: 10600;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.has_ntcanvas_right .mfp-content, .has_fk_canvas.has_ntcanvas_right .nt_fk_canvas, .has_ntcanvas.has_ntcanvas_right .mfp-inline-holder .mfp-content {
    left: auto;
    right: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.has_ntcanvas_right .mfp-close {
    left: 0;
    right: auto;
}

.has_ntcanvas.mfp-ready .mfp-content,
.has_fk_canvas.has_ntcart.mfp-ready ~ #nt_cart_canvas,
.has_ntcanvas.mfp-ready .mfp-inline-holder .mfp-content {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.has_fk_canvas .has_fk_canvas.has_ntcart.mfp-removing ~ #nt_cart_canvas {

    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.has_fk_canvas.mfp-removing .mfp-content.menu_opened {

    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0;
    transition: opacity .25s;
}

.mfp-bg.mfp-ready {
    opacity: .8;
}

.mfp-bg.mfp-removing, .has_ntcanvas.mfp-removing .mfp-content {
    opacity: 0 !important
}

.mfp-ready.mfp-removing .mfp-content {
    opacity: 0
}

.hide_btn + .mfp-wrap .mfp-close, .mfp-removing .mfp-close {
    display: none !important
}

.nt_mini_cart .mini_cart_header {
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}

.nt_mini_cart .mini_cart_header > .close_pp {
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.nt_mini_cart .widget-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.nt_mini_cart .close_pp {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    font-size: 40px;
    cursor: pointer;
}

.nt_mini_cart .close_pp:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nt_mini_cart .empty > i {
    font-size: 55px
}

.nt_mini_cart .empty > i:after,
.empty_cart_page > i:after {
    font-size: 22px;
    line-height: 1;
    left: 17px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    font-family: 'Line Awesome Free', sans-serif;
    font-weight: 900;
    content: "\f00d";
}

.empty_cart_page > i:after {
    font-size: 35px;
    left: 28px;
    margin-top: -8px;
}

.mini_cart_footer .total {
    margin-bottom: 8px;
    color: #000;
    font-size: 18px;
}

.mini_cart_footer {
    padding: 20px;
}

.mini_cart_footer .button {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    width: 100%;
    background-color: #f7f7f7;
    border: 0;
    color: #222;
}

.mini_cart_footer .button.btn-checkout {
    background: #56cfe1;
    color: #fff;
}

.mini_cart_footer .button:hover {
    opacity: .8
}

.mini_cart_wrap {
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mini_cart_footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid rgba(129, 129, 129, .2);
    box-shadow: 0 0 10px 0 rgba(129, 129, 129, .2);
}

.cookie-message {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    color: #222;
}

.mini_cart_content .mini_cart_item {
    padding: 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    transition: background-color .3s ease;
}

.mini_cart_content .mini_cart_item:hover {
    background-color: #F9F9F9;
}

.mini_cart_content .fixcl-scroll-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
    transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.mini_cart_content .mini_cart_note {
    padding: 20px;
    border-top: 1px solid rgba(129, 129, 129, .2);
}

.mini_cart_content .mini_cart_item:last-child {
    border-bottom: 0;
}

.fixcl-scroll {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.fixcl-scroll .fixcl-scroll-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.mini_cart_footer {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.act_opened .mini_cart_footer {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
    transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.mini_cart_img {
    width: 120px;
    display: block;
    margin-right: 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.mini_cart_info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.mini_cart_title {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: block;
}

.mini_cart_meta {
    font-size: 12px;
    color: #999;
}

.cart_meta_price {
    font-size: 14px;
    color: #222;
}

.cart_meta_variant {
    margin-bottom: 0;
}

.cart_unit_price {
    font-size: 13px;
    color: #878787;
}

.mini_cart_actions {
    margin-top: 15px;
}

.mini_cart_actions .quantity {
    min-width: 120px;
    width: 120px;
    height: 40px;
    border: 1px solid #222;
    text-align: center;
    border-radius: 0px;
    display: block;
    margin-bottom: 15px;
}

.cart_ac_edit, .cart_ac_remove {
    display: inline-block;
    margin-right: 10px;
}

.cart_ac_edit svg, .cart_ac_remove svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.5;
}

.cart_dis_price + .cart_tot_price {
    font-weight: 600;
}

.cart_threshold, .cart_countdown {
    font-size: 13px;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    box-shadow: 0 0 10px 0 rgba(129, 129, 129, .2);
    color: #222;
    line-height: normal;
}

#CartSpecialInstructions {
    min-height: 100px;
    color: #222;
    padding: 8px 10px;
    width: 100% !important;
}

.nt_mini_cart.loading .mini_cart_content {
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
}

.nt_mini_cart.loading {
    pointer-events: none
}

.nt_mini_cart.loading .fixcl-scroll-content {
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
}

.fix_layout_mbt4 .mini_cart_wrap {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.fix_layout_mbt4 .fixcl-scroll {
    height: auto;
}

.fix_layout_mbt4 .fixcl-scroll .fixcl-scroll-content {
    position: static;
}

.open_ntqv .nt_fk_canvas, .open_ntqs .nt_fk_canvas {
    pointer-events: none;
}

#nt_login_canvas .fixcl-scroll .fixcl-scroll-content {
    padding: 20px;
}

#nt_login_canvas .nt_mini_cart {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    visibility: hidden;
    pointer-events: none;
    transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.pside_opened #nt_login_canvas .nt_mini_cart.is_selected {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
    visibility: visible
}

.has_ntcanvas .mfp-content {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
}

.mfp-content .section_nt_filter,
.mfp-content .section_sidebar_shop,
.mfp-content #opennt_1904,
.mfp-content #opennt_2808 {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.h3.cw {
    color: #fff
}

.mfp-content .section_nt_filter > h3, .mfp-content .section_sidebar_shop > h3, #opennt_1904 h3, #opennt_2808 h3,
.mfp-content .section_nt_filter > .h3, .mfp-content .section_sidebar_shop > .h3, #opennt_1904 .h3, #opennt_2808 .h3 {
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(129, 129, 129, .2);
    justify-content: space-between;
    min-height: 50px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

#cat_thema ul {
    list-style: none
}

#cat_thema .sub-menu li > a {
    color: #878787;
}

.cat_nav_js > i, #cat_thema .facl-angle-down {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.cat_nav_js.btn_open > i,
#cat_thema .act-icon .facl-angle-down {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.mfp-content .row.wrap_filter {
    margin-right: 0;
    margin-left: 0;
}

.mfp-content .cat_shop_wrap {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.mfp-content .cat_fixcl-scroll-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
}

.mfp-content #cat_thema > h3 i,
.mfp-content .section_nt_filter > h3 i,
.mfp-content .section_sidebar_shop > h3 i,
#opennt_1904 h3 i,
#opennt_2808 h3 i,
.mfp-content #cat_thema > .h3 i,
.mfp-content .section_nt_filter > .h3 i,
.mfp-content .section_sidebar_shop > .h3 i,
#opennt_1904 .h3 i,
#opennt_2808 .h3 i {
    width: 50px;
    cursor: pointer
}

.section_sidebar_shop ul {
    list-style: none
}

.section_nt_filter ul,
.section_sidebar_shop ul.nt_filter_block {
    max-height: 250px;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.mfp-content .css_ntbar .css_ntbar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.15);
}

.mfp-content .css_ntbar .css_ntbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
}

.blockid_price .price_slider {
    margin-bottom: 20px;
}

.blockid_price #min_price,
.blockid_price #max_price {
    display: none;
}

.blockid_price .price_slider_amount, .blockid_title .loke_scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -10px;
}

.blockid_price .price_slider_amount .button,
.blockid_title .button {
    order: 2;
    margin-bottom: 10px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    min-width: 100px;
    border-radius: 5px;
}

.blockid_price .price_slider_amount .button,
.blockid_title .button {
    order: 2;
    margin-bottom: 10px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    min-width: 100px;
    border-radius: 5px;
}

input:not([type=submit]):not([type=checkbox]).nt_cat_title {
    border-radius: 5px;
    color: #222;
    border: 2px solid #222;
    margin-bottom: 12px;
    font-size: 12px;
}

.filter_area .blockid_price .price_slider_amount .price_label, .blockid_price .price_slider_amount .price_label {
    display: block;
    width: 100%;
}

.blockid_price .price_slider_amount .price_label {
    order: 1;
    margin-bottom: 10px;
    color: #717171;
    font-size: 14px;
}

.blockid_price .price_slider_amount .price_label > span {
    color: #2d2a2a;
    font-weight: 600;
}

.blockid_price .price_slider_amount .clear {
    display: none;
}

.login-see-prices .blockid_price {
    display: none;
}

.color-scheme-light .blockid_price .price_slider_amount .price_label, .themet4-dark .blockid_price .price_slider_amount .price_label {
    color: rgba(255, 255, 255, 0.8);
}

.color-scheme-light .blockid_price .price_slider_amount .price_label > span, .themet4-dark .blockid_price .price_slider_amount .price_label > span {
    color: #FFF;
}

.color-scheme-light .blockid_price .ui-slider-horizontal:before, .themet4-dark .blockid_price .ui-slider-horizontal:before {
    background-color: rgba(255, 255, 255, 0.4);
}

.nt_cat_available {
    display: none;
}

.blockid_available .css_agree_ck + label:before {
    margin-right: 8px;
    border-radius: 10px;
}

.blockid_available label {
    cursor: pointer;
}

.blockid_available .css_agree_ck ~ svg {
    top: 6px
}

.blockid_available .css_agree_ck:checked + label:before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

/****************************************
 * Tooltip
 ****************************************/
.ttip_nt:before, .ttip_nt .tt_txt {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}

.ttip_nt:hover:before, .ttip_nt:hover .tt_txt {
    visibility: visible;
    opacity: 1;
}

.ttip_nt:hover:before, .ttip_nt:hover .tt_txt {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}

.ttip_nt:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001;
}

.ttip_nt .tt_txt {
    display: inline-block;
    background: #383838;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
}

.ttip_nt[aria-label] .tt_txt {
    content: attr(aria-label);
}

.ttip_nt[data-hint] .tt_txt {
    content: attr(data-hint);
}

[aria-label='']:before, [aria-label=''] .tt_txt,
[data-hint='']:before,
[data-hint=''] .tt_txt {
    display: none !important;
}

/*****************************************
 * Classes added:
 *  1) tooltip_top
 *  2) tooltip_bottom
 *  3) tooltip_left
 *  4) tooltip_right
 ****************************************/

/*****************************************
 * set default color for tooltip arrows
 ****************************************/
body .tooltip_top_left:before {
    border-top-color: #383838;
}

body .tooltip_top_right:before {
    border-top-color: #383838;
}

.tooltip_top:before {
    border-top-color: #383838;
}

body .tooltip_bottom_left:before {
    border-bottom-color: #383838;
}

body .tooltip_bottom_right:before {
    border-bottom-color: #383838;
}

.tooltip_bottom:before {
    border-bottom-color: #383838;
}

body .tooltip_left:before {
    border-left-color: #383838;
}

body .tooltip_right:before {
    border-right-color: #383838;
}

/*****************************************
 * top tooltip
 ****************************************/
.tooltip_top:before,
.desgin__2.nt_pr .tooltip_top_right:before {
    margin-bottom: -11px;
}

.tooltip_top:before, .tooltip_top .tt_txt,
.desgin__2.nt_pr .tooltip_top_right .tt_txt {
    bottom: 100%;
    left: 50%;
}

.tooltip_top:before,
.desgin__2.nt_pr .tooltip_top_right:before {
    left: calc(50% - 6px);
}

.tooltip_top .tt_txt,
.desgin__2.nt_pr .tooltip_top_right .tt_txt {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_top:hover:before,
.desgin__2.nt_pr .tooltip_top_right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.tooltip_top:hover .tt_txt,
.desgin__2.nt_pr .tooltip_top_right:hover .tt_txt {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

.desgin__2.nt_pr .tooltip_top_right .tt_txt {
    margin-left: 0;
}

/*****************************************
 * bottom tooltip
 ****************************************/
.tooltip_bottom:before {
    margin-top: -11px;
}

.tooltip_bottom:before, .tooltip_bottom .tt_txt {
    top: 100%;
    left: 50%;
}

.tooltip_bottom:before {
    left: calc(50% - 6px);
}

.tooltip_bottom .tt_txt {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.tooltip_bottom:hover .tt_txt {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}

/*****************************************
 * right tooltip
 ****************************************/

body .tooltip_right:before {
    margin-left: -11px;
    margin-bottom: -6px;
}

body .tooltip_right .tt_txt {
    margin-bottom: -14px;
}

body .tooltip_right:before, body .tooltip_right .tt_txt {
    left: 100%;
    bottom: 50%;
}

body .tooltip_right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

body .tooltip_right:hover .tt_txt {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

/*****************************************
 * left tooltip
 ****************************************/
body .tooltip_left:before {
    margin-right: -11px;
    margin-bottom: -6px;
}

body .tooltip_left .tt_txt {
    margin-bottom: -14px;
}

body .tooltip_left:before, body .tooltip_left .tt_txt {
    right: 100%;
    bottom: 50%;
}

body .tooltip_left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

body .tooltip_left:hover .tt_txt {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

/*****************************************
 * top-left tooltip
 ****************************************/
body .tooltip_top_left:before {
    margin-bottom: -11px;
}

body .tooltip_top_left:before, body .tooltip_top_left .tt_txt {
    bottom: 100%;
    left: 50%;
}

body .tooltip_top_left:before {
    left: calc(50% - 6px);
}

body .tooltip_top_left .tt_txt {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

body .tooltip_top_left .tt_txt {
    margin-left: 12px;
}

body .tooltip_top_left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

body .tooltip_top_left:hover .tt_txt {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}

/*****************************************
 * top-right tooltip
 ****************************************/
body .tooltip_top_right:before {
    margin-bottom: -11px;
}

body .tooltip_top_right:before, body .tooltip_top_right .tt_txt {
    bottom: 100%;
    left: 50%;
}

body .tooltip_top_right:before {
    left: calc(50% - 6px);
}

body .tooltip_top_right .tt_txt {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

body .tooltip_top_right .tt_txt {
    margin-left: -12px;
}

body .tooltip_top_right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

body .tooltip_top_right:hover .tt_txt {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

/*****************************************
 * bottom-left tooltip
 ****************************************/
body .tooltip_bottom_left:before {
    margin-top: -11px;
}

body .tooltip_bottom_left:before, body .tooltip_bottom_left .tt_txt {
    top: 100%;
    left: 50%;
}

body .tooltip_bottom_left:before {
    left: calc(50% - 6px);
}

body .tooltip_bottom_left .tt_txt {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

body .tooltip_bottom_left .tt_txt {
    margin-left: 12px;
}

body .tooltip_bottom_left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

body .tooltip_bottom_left:hover .tt_txt {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}

/*****************************************
 * bottom-right tooltip
 ****************************************/
body .tooltip_bottom_right:before {
    margin-top: -11px;
}

body .tooltip_bottom_right:before, body .tooltip_bottom_right .tt_txt {
    top: 100%;
    left: 50%;
}

body .tooltip_bottom_right:before {
    left: calc(50% - 6px);
}

body .tooltip_bottom_right .tt_txt {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

body .tooltip_bottom_right .tt_txt {
    margin-left: -12px;
}

body .tooltip_bottom_right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

body .tooltip_bottom_right:hover .tt_txt {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

/****************************************
 * Collection page
 ****************************************/
.products, .result_clear, .sp_result_html {
    -webkit-transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, -webkit-transform .25s ease;
}

.ajax_loading .products, .ajax_loading .result_clear, .ajax_loading .products + .thema-info, .products.loadingview {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.ajax_loading .cat_toolbar,
.ajax_loading .sidebar_nt,
.ajax_loading .products-footer, .products.loadingview + .products-footer {
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.nt_svg_loader {
    width: 100px;
    height: 100px;
    background-image: url('lds-sw.svg?1945');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.ajax_loading .nt_svg_loader {
    display: block
}

.nt_cat_lm, .view_more, .js_add_ld {
    background-image: url('../images/svg/lds-sw.svg') !important;
    background-size: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: none !important;
}

.nt_cat_lm.swl, .view_more.swl, .js_add_ld.swl {
    background-image: url('../images/svg/lds-swl.svg') !important;
}

.jscl_ld {
    background-size: 80px !important;
    pointer-events: none;
    color: transparent !important;
}

.nt_sortby {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: auto;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 5000;
    font-size: 17px;
    visibility: hidden;
    cursor: pointer;
    background: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    text-align: left;
}

.nt_sortby .ic_triangle_svg {
    display: none
}

.nt_sortby h3, .nt_sortby .h3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
    border-bottom: 1px solid #e1e3e4;
    font-size: 16px;
    color: #222;
}

.wrap_sortby {
    z-index: 50;
    padding: 15px 0;
    max-height: calc(100vh - 50px);
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.wrap_sortby a {
    display: block;
    position: relative;
    padding: 8px 15px;
    font-size: 14px;
    color: #878787;
}

.cat_sortby:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease-in-out;
    background: #000000;
    display: block;
    z-index: 4500;
}

.cat_sortby_js.opended:before {
    pointer-events: auto;
    opacity: 0.4;
}

.cat_sortby_js.opended .nt_sortby {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.cat_toolbar.cat_stuck_prepared {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 300;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: #fff;
    transition: opacity .1s, visibility .1s, transform .3s, -webkit-transform .3s;
    will-change: position;
}

.sortby_opended .cat_toolbar.cat_stuck_prepared {
    z-index: 390;
}

.cat_toolbar.cat_stuck_prepared.cat_stuck {
    position: fixed;
    margin-top: 0;
    border-top: 1px solid #dedede;
    padding: 10px;
    height: auto !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-animation: 1.35s animate_sticky;
    animation: 1.35s animate_sticky;
}

.widget h5.widget-title {
    position: relative;
    padding-bottom: 20px;
    margin-top: 0;
    font-size: 18px;
}

.widget h5.widget-title:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #222;
    left: 0;
    bottom: 15px;
    position: absolute;
}

.sidebar .widget:not(:first-child) {
    margin-top: 50px;
}

.sidebar .widget_product_categories ul li {
    padding-left: 15px;
    position: relative;
}

.sidebar .widget_product_categories ul ul {
    padding-left: 5px;
}

.sidebar .widget_product_categories ul li:before {
    color: #222;
    content: "+";
    left: 0;
    position: absolute;
}

.widget_product_categories .btn_cats_toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.widget_product_categories .btn_cats_toggle i {
    color: #888;
    font-size: 18px;
}

.cat_count_false .cat_count, .blg_count_false .blg_count {
    display: none
}

.nt_filter_styletag li {
    display: inline-block
}

.widget .tagcloud a,
.nt_filter_styletag a {
    border: 1px solid #222;
    border-radius: 20px;
    color: #222;
    display: inline-block;
    font-size: 13px;
    margin: 0 5px 3px 0;
    padding: 2px 15px 1px;
}

.widget .tagcloud a:hover, .widget .tagcloud a.active,
.nt_filter_styletag a:hover, .nt_filter_styletag .active a,
.nt_filter_styletag a:hover .count_vr_filter, .nt_filter_styletag .active a .count_vr_filter {
    color: #fff !important;
}

.count_vr_filter {
    color: #999;
    margin-left: 5px;
}

.count_vr_false .count_vr_filter {
    display: none !important
}

.widget_product_categories .btn_cats_toggle.active {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.widget_instagram .pr_animated.done {
    -webkit-animation: none;
    animation: none;
}

.mfp-content .section_nt_filter .widget {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 20px;
}

.section_nt_filter .widget {
    margin-bottom: 30px;
}

.section_nt_filter h5.widget-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.mfp-content > .section_sidebar_shop .widget {
    padding: 20px;
}

.section_nt_filter .nt_filter_block a,
.section_nt_filter .nt_filter_block.nt_filter_color a:hover,
.section_nt_filter .nt_filter_block.nt_filter_color .active a {
    color: #222;
    text-transform: capitalize;
}

.section_nt_filter .nt_filter_size a {
    text-transform: uppercase
}

.filter-swatch {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    line-height: 24px;
    border: 1px solid transparent;
}

.filter-swatch > span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
}

a:hover > .filter-swatch,
.nt_filter_color li.active .filter-swatch {
    border-color: #e7e7e7;
}

.nt_ajaxFilter li, .widget_product_categories ul > li {
    margin-bottom: 5px;
}

.nt_ajaxFilter li:last-child, .widget_product_categories ul > li:last-child {
    margin-bottom: 0;
}

.filter_area .section_nt_filter {
    padding: 30px 30px 0;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
    border: 1px solid #e7e6e6;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.filter_area .section_nt_filter .widget {
    padding-bottom: 0;
    border-bottom: 0;
}

.nt_filter_color a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.nt_filter_color .filter-swatch {
    width: auto;
    height: auto;
    padding: 2px;
}

.nt_filter_color .filter-swatch > span {
    width: 26px;
    height: 26px;
    display: block;
}

.nt_filter_block a,
.widget_product_categories a {
    text-transform: capitalize;
}

.nt_filter_block.nt_filter_size a {
    text-transform: uppercase;
}

.sidebar_nt.op__0 {
    opacity: 1
}

ul.nt_filter_styleck > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

ul.nt_filter_styleck > li > a:before, .js_agree_ck + label:before, .css_agree_ck + label:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid #d4d6d8;
    background: #fff;
    box-shadow: 0 1px rgba(212, 214, 216, 0.4);
    border-radius: 2px;
    -webkit-appearance: none;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}

ul.nt_filter_styleck > li > a:before,
.nt_filter_color li .filter-swatch > span:after,
.js_agree_ck + label:before,
.css_agree_ck + label:before {
    box-shadow: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all 0.2s ease-in-out;
}

.nt_filter_color li .filter-swatch > span {
    position: relative;
}

.nt_filter_color li .filter-swatch > span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

ul.nt_filter_styleck > li.active > a:before,
.nt_filter_color li.active .filter-swatch > span:after {
    background-image: url(../images/svg/filter_selected.svg);
    background-size: 12px;
}

input[type="checkbox"].js_agree_ck,
input[type="checkbox"].css_agree_ck {
    display: none
}

.js_agree_ck + label:before,
.css_agree_ck + label:before {
    position: relative;
    top: 3px;
}

.js_agree_ck ~ svg,
.css_agree_ck ~ svg {
    display: block;
    width: 12px;
    height: 12px;
    fill: #fff;
    position: absolute;
    top: 5px;
    left: 2px;
    pointer-events: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.js_agree_ck:checked ~ svg,
.css_agree_ck:checked ~ svg {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.mini_cart_item .quantity svg,
.cart_item .quantity svg {
    width: 12px;
    height: 12px;
    stroke-width: 2;
}

.min_cqty_0 .mini_cart_item .qty_1 svg, .min_cqty_0 .cart_item .qty_1 svg {
    display: inline-block
}

.min_cqty_0 .mini_cart_item .qty_1 i, .min_cqty_0 .cart_item .qty_1 i {
    display: none
}

.min_cqty_1 .cart_item .qty_1, .min_cqty_1 .mini_cart_item .qty_1 {
    pointer-events: none;
    opacity: .35;
}

.mini_cart_content .results_article_blog h4, .mini_cart_content .results_prs_tt {
    font-size: 14px;
}

.thema-model-viewer-ui .thema-model-viewer-ui__button--poster,
button.plyr__control.plyr__control--overlaid {
    background-color: #5b5b5b;
    color: #f3f3f3 !important;
    border: 1px solid rgba(243, 243, 243, 0.05)
}

.thema-model-viewer-ui .thema-model-viewer-ui__button--poster:hover, .thema-model-viewer-ui .thema-model-viewer-ui__button--poster:focus {
    color: #f3f3f3
}

.btnt4_style_2 .plyr__control--overlaid, .btnt4_style_2 .thema-model-viewer-ui .thema-model-viewer-ui__button--poster {
    border-radius: 50% !important;
}

.thema-model-viewer-ui .thema-model-viewer-ui__controls-area {
    background: #f3f3f3;
    border-color: rgba(91, 91, 91, 0.05);
}

.btnt4_style_2 .thema-model-viewer-ui .thema-model-viewer-ui__controls-area {
    border-radius: 999px;
    overflow: hidden;
}

/* end collections */
.bg_light-pink {
    background-color: #f3b0c2 !important;
}

.bg__hungry-up {
    background-color: #f76b6a !important;
}

.bg__hungry-up-light {
    background-color: #ffe8e8 !important;
}

.color__hungry-up {
    color: #f76b6a;
}

/****************************************
 * Product page
 ****************************************/
.product-title--big {
    font-size: 24px;
}

.p_group_btns .tt_txt, .p_group_btns .ttip_nt:before {
    z-index: 1000
}

.hover_button > a:after, .nt_add_w > a:after, .mail_agree:after, .js_frm_cart:after, .cart_ac_edit:after, .hotspot_ins:after, .js_add_group:after, .sticky_atc_js:after, .css_add_ld:after,
.on_list_view_true .pr_list_item .product-info__btns > a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-left-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
}

.on_list_view_true .pr_list_item .product-info__btns > a:after, .sticky_atc_js:after {
    border-left-color: currentColor;
}

.hover_button > a:not(:hover):after, .cart_ac_edit:after,
.hotspot_ins:not(:hover):after {
    border-color: rgba(0, 0, 0, .3);
    border-left-color: #fff
}

.hover_button > a.loading, .nt_add_w > a.loading, .mail_agree.loading, .js_frm_cart.loading,
.js_add_group.loading, .sticky_atc_js.loading, .css_add_ld.loading,
.on_list_view_true .pr_list_item .product-info__btns > a.loading {
    pointer-events: none;
}

.hover_button > a.loading:after, .nt_add_w > a.loading:after, .mail_agree.loading:after, .js_frm_cart.loading:after, .cart_ac_edit.loading:after,
.hotspot_ins.loading:after, .js_add_group.loading:after, .sticky_atc_js.loading:after,
.css_add_ld.loading:after,
.on_list_view_true .pr_list_item .product-info__btns > a.loading:after {
    opacity: 1;
    -webkit-animation: spin 450ms infinite linear;
    animation: spin 450ms infinite linear;
}

.hover_button > a.loading > *,
.nt_add_w > a.loading > *, .mail_agree.loading > span, .mail_agree.loading:before,
.js_frm_cart.loading > *, .cart_ac_edit.loading > *,
.hotspot_ins.loading > span,
.js_add_group.loading > *, .sticky_atc_js.loading > *, .css_add_ld.loading > span,
.on_list_view_true .pr_list_item .product-info__btns > a.loading > span {
    opacity: 0
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ul_tabs.mobile_true > .w__100 a:after {
    content: "\e844";
    font-family: 'g3-icons', sans-serif;
    font-size: 20px;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
}

.mfp-content.popup_des {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: #fff;
}

.mfp-content.popup_des .sp-tab.mobile_true {
    display: block;
    padding: 0;
}

.mfp-content.popup_des button.mfp-close {
    display: none;
}

.mfp-content.popup_des .mobile_true > h3 {
    padding: 15px 50px;
    display: block;
}

.mfp-content.popup_des .mobile_true > h3 > i {
    right: 10px;
}

.mfp-content.popup_des .mobile_true > .sp-tab-content {
    padding: 20px 15px;
}

/****************************************
 * Product Quick view
 ****************************************/
#content_quickview,
.sp-content-help {
    position: relative;
    background-color: #fff;
    max-width: 980px;
    overflow: hidden;
    margin: auto;
}

.t4_compare_true #content_quickview {
    max-width: 1025px;
}

.product-quickview a.out_stock_groupedr {
    padding: 5px 10px;
}

#content_quickview .thema-section-pr_summary {
    margin-top: 0;
    padding: 30px 15px;
}

#content_quickview .nt_lt_fake ul {
    left: 1px;
}

#content_quickview .swatch__list_pr {
    margin: 10px -3px;
}

#content_quickview .nt_lt_fake .swatch__list_pr {
    margin: 0
}

#content_quickview button.mfp-close {
    position: absolute !important;
    z-index: 4046 !important;
    top: 0;
    transform: none;
    background-color: transparent;
    color: #000;
    opacity: 1;
    width: 40px;
    height: 40px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.product-quickview .flickity-page-dots {
    position: absolute;
    bottom: 15px
}

.product-quickview .flickity-page-dots .dot {
    border: 2px solid #000;
    background-color: #e5e5e5;
    margin: 2.5px 5px;
}

.product-quickview .flickity-page-dots .dot.is-selected {
    background-color: #000;
}

/****************************************
 * Product Quick shop
 ****************************************/
.pr_deal_dt {
    color: #222;
    background: rgba(34, 34, 34, 0.1);
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transform: translate3d(0, 140%, 0);
    -webkit-transform: translate3d(0, 140%, 0);
    padding: 8px 5px;
    line-height: 1.5;
}

.round_cd_true .pr_deal_dt {
    transform: translate3d(0, 150%, 0);
    -webkit-transform: translate3d(0, 150%, 0);
}

.round_cd_true .pr_deal_dt.donetmcd,
.pr_deal_dt.donetmcd {
    transition: transform .35s ease;
    -webkit-transition: transform .35s ease;
    transform: none;
    -webkit-transform: none;
}

.pr_deal_dt.expired_cdt4 {
    opacity: 0;
    visibility: hidden
}

.pr_title_dt {
    font-size: 12px;
}

.pr_coun_dt {
    font-weight: 500;
}

.cdt_des_2 .pr_deal_dt {
    color: #222;
    background-color: #FFF;
}

.cdt_des_3 .pr_deal_dt {
    color: #fff;
    background: #222;
}

.cdt_des_4 .pr_deal_dt {
    color: #fff;
    background: #56CFDE;
}

.cdt_des_5 .pr_deal_dt {
    background: #f4f4f4;
    color: #222;
}

.round_cd_false .pr_deal_dt,
.round_cd_true .pr_deal_dt {
    font-size: 12px;
    width: calc(100% - 56px);
    width: -webkit-calc(100% - 56px);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    margin: 0 4px 10px;
}

.round_cd_true .pr_deal_dt {
    border-radius: 5px;
}

#content_quickview.pp_qs {
    max-width: 340px;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

#content_quickview.pp_qs .qs_imgs_wrap {
    width: 90px;
}

#content_quickview.pp_qs .variations {
    margin-bottom: 25px;
}

#content_quickview.pp_qs .quantity {
    margin-bottom: 20px;
}

#content_quickview.pp_qs .price {
    font-size: 16px;
}

#content_quickview.pp_qs .qs_imgs_i,
#content_quickview.pp_qs .row.equal_nt {
    margin-right: 0;
    margin-left: 0;
}

#content_quickview.pp_qs .cl_pr_img,
#content_quickview.pp_qs .cl_pr_title,
#content_quickview.pp_qs .qs_img_i {
    padding-right: 0;
    padding-left: 0;
}

#content_quickview.pp_qs .cl_pr_title {
    margin: 0 10px 0 12px;
}

#content_quickview.pp_qs .nt_labels {
    left: 12px;
    top: 12px;
    right: auto;
}

#content_quickview.pp_qs .nt_lt_fake.opended ul {
    position: static;
    margin-top: 10px;
}

#content_quickview.pp_qs .nt_lt_fake.opended svg.ic_triangle_svg {
    top: 44px;
}

.mfp-move-horizontal .mfp-with-anim .product-images .nt_labels {
    opacity: 0;
    visibility: hidden;
    right: 30px;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim .product-images .nt_labels {
    visibility: visible;
    opacity: 1;
}

.qs_label.onsale {
    background-color: #ff4e00;
    margin: 0 4px;
    padding: 1px 5px;
}

.cl_pr_img + .cl_pr_title {
    text-align: left
}

.cl_pr_img + .cl_pr_title .product-title {
    font-size: 14px;
}

/****************************************
 * Instagram blocks
 ****************************************/
.se_instagram .info {
    background: rgba(0, 0, 0, .6);
}

.se_instagram .item:hover .info {
    opacity: 1;
}

.ins_loaded .ins_content {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.ins_content {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ins_content > .ins_content_wrap {
    padding: 30px;
    max-width: 300px;
    width: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, .22);
    background-color: #fff;
    z-index: 5;
}

.ins_content_wrap.style_2 {
    outline: 5px solid rgba(255, 255, 255, .5);
}

.ins_content.b_type_4 > .ins_content_wrap {
    max-width: 400px;
    padding: 23px 10px;
    background-color: rgba(246, 246, 248, 0.8);
}

.ins_loaded .ins_content_wrap {
    pointer-events: auto
}

.ins_content p {
    font-size: 13px;
    line-height: 1.5;
}

.hr_border {
    border-top: 3px solid #000;
}

.hotspot_ins {
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    padding: 0;
    backface-visibility: hidden;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    text-shadow: none;
    font-weight: 600;
    overflow: hidden;
    transition: transform .2s ease-out, opacify .2s ease-out;
    opacity: 1
}

.hotspot_ins.dark {
    border-color: #eee;
    background-color: #000;
    color: #fff
}

.ins_shop_wrap .info {
    background: rgba(0, 0, 0, .6);
    font-size: 28px
}

.ins_shop_wrap .item:hover .info {
    opacity: 1
}

.pr_lazy_img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s ease, -webkit-transform 8s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .3s ease, transform 8s cubic-bezier(.25, .46, .45, .94), -webkit-transform 8s cubic-bezier(.25, .46, .45, .94)
}

.clhovermq .ins_shop_wrap .col_ins:hover .pr_lazy_img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.b_type_4 .sub-title {
    color: #222;
    font-size: 16px;
}

#nt_backtop {
    right: 10px;
    bottom: 55px;
    padding: 5px;
    cursor: pointer;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transform: none;
    transition: all .25s ease;
    will-change: opacity;
}

#nt_backtop.bkt_show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
}

#nt_backtop span {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 35px;
    border-radius: 3px;
    background: #fff;
    color: #878787;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
}

#nt_backtop span i {
    z-index: 1;
    color: #878787;
    line-height: inherit;
}

#nt_backtop.des_bt2 span {
    line-height: 42px;
    border: 2px solid #293341;
    box-shadow: none;
    border-radius: 0;
}

#nt_backtop.des_bt2 span i {
    color: #293341;
    font-weight: bold;
}

.icon_like .tcount,
.icon_cart .tcount {
    top: -5px;
    right: -9px;
    z-index: 1;
    width: 15px;
    height: 15px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    opacity: 1
}

.icon_like .tcount,
.h_icon_iccl .icon_like .tcount,
.h_icon_pegk .icon_like .tcount {
    right: -6px
}

.h_icon_la .tcount {
    top: 0;
    right: -3px;
}

.h_icon_la .icon_like .tcount {
    top: -2px;
    right: -6px;
}

.cart_des_2 .icon_cart {
    cursor: pointer;
}

.cart_des_3 .icon_like .tcount, .cart_des_3 .icon_cart .tcount {
    position: relative;
    display: inline-block;
    padding: 0 2px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    top: auto;
    right: auto;
    left: auto;
    margin-left: 5px;
}

.cart_des_3.nt_action > .icon_like > i, .cart_des_3.nt_action > .icon_cart > a > i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart_des_3.nt_action > *:last-child {
    padding-right: 0
}

.js_prs_search .product_list_widget .product-title {
    line-height: 1.4
}

.wrap_sea_section .fixcl-scroll {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
    width: auto;
    height: auto;
    background-color: #fff;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .1s ease-in-out;
}

.cltouchevents .wrap_sea_section.atc_show_rs .fixcl-scroll,
.clno-touchevents .atc_opended_rs:hover .fixcl-scroll {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrap_sea_section .mini_cart_content .fixcl-scroll-content {
    position: relative;
    max-height: 58vh;
    padding: 0;
}

.wrap_sea_section .product_list_widget .row {
    margin-right: 0;
    margin-left: 0;
}

.wrap_sea_section .product_list_widget .row > [class*=col-] {
    border-bottom: 1px solid;
    border-right: 1px solid;
    padding: 15px;
    border-color: rgba(129, 129, 129, .2);
    transition: background-color .25s;
}

.wrap_sea_section .product_list_widget .row.mb__10.pb__10 {
    padding: 0;
    margin-bottom: 0;
}

.wrap_sea_section .product_list_widget .row > .col_a_link {
    padding: 0;
}

.wrap_sea_section .js_prs_search .detail_link {
    margin: 0;
    padding: 15px 0;
    border: 0;
}

.wrap_sea_section .sug_last_col .col_last_true {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.wrap_sea_section .product_list_widget .row > [class*=col-]:hover {
    background-color: #f9f9f9;
}

.wrap_sea_section .ld_bar_search {
    bottom: auto;
    top: 0;
}

.type_sea_section {
    position: relative;
    z-index: 200;
}

.wrap_sea_section .widget_img_pr {
    padding-left: 0 !important;
}

.error_css_checkbox .css_agree_ck + label:before,
.error_css_email input.tc.input-text, .error_css_email .signup-newsletter-form {
    border-color: #ec0101 !important;
}

.klaviyo_sub_frm .error_message:before {
    font-family: 'Line Awesome Free', sans-serif;
    content: "\f071";
    position: absolute;
    top: 50%;
    left: 24px;
    line-height: 0;
    font-size: 18px;
    font-weight: 900;
}

/* end min width 1025px */
.nav_arrow_true .nt_menu > li.has-children > a:after {
    margin-left: 4px;
    color: rgba(82, 82, 82, .45);
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    font-family: fathema, sans-serif;
    content: "\f107";
}

.nt_menu > li.has-children > a > i {
    color: rgba(82, 82, 82, .6);
}

button.mfp-close:after {
    content: "\e680";
    font-family: 'Pe-icon-7-stroke', sans-serif;
    display: inline-block;
    font-size: 45px;
    line-height: 50px;
}

#content_quickview button.mfp-close:after {
    font-size: 40px;
}

.flickity-prev-next-button:before {
    display: block;
    content: "\f104";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    width: 36px;
    font-size: 36px;
    height: 36px;
    line-height: 36px;
}

.flickity-enabled:not(.flickity-rtl) .flickity-prev-next-button.next:before,
.flickity-rtl .flickity-prev-next-button.previous:before {
    content: "\f105";
}

html.wf-peicon7stroke-n4-loading button.mfp-close:after,
html.wf-peicon7stroke-n4-loading .flickity-prev-next-button:before,
html.wf-peicon7stroke-n4-loading .footer_collapse_true .widget-title:after,
html.wf-fathema-n4-loading .nt_menu > li.has-children > a:after,
html.wf-fontawesome5free-n9-loading .tab-heading:after {
    opacity: 0
}

.thema_toolbar .thema_toolbar_item {
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    position: relative;
}

.thema_toolbar_item > a {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    height: 45px;
    color: #222;
    font-weight: 400;
    line-height: 1;
}

.thema_toolbar_item img {
    max-height: 22px;
}

.thema_toolbar_label_true .thema_toolbar_item > a {
    position: relative;
    padding-bottom: 15px;
}

.thema_toolbar_label_false .thema_toolbar_label {
    display: none
}

.thema_toolbar_label {
    position: absolute;
    right: 10px;
    bottom: 5px;
    left: 10px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
}

.toolbar_icon:before {
    font-size: 20px;
    content: "\e909";
    font-family: 'iconthema', sans-serif;
    font-weight: 600;
}

.type_toolbar_home .toolbar_icon:before {
    content: "\e918"
}

.type_toolbar_shop .toolbar_icon:before {
    content: "\e917"
}

.type_toolbar_account .toolbar_icon:before {
    content: "\e90e"
}

.type_toolbar_cart .toolbar_icon:before {
    content: "\e903"
}

.type_toolbar_search .toolbar_icon:before {
    content: "\e914"
}

.type_toolbar_compare .toolbar_icon:before {
    content: "\f021";
    font-family: 'Line Awesome Free', sans-serif;
    font-weight: 900;
    font-size: 23px;
}

.type_toolbar_wish .toolbar_icon:before {
    content: "\e907"
}

.type_toolbar_blog .toolbar_icon:before {
    content: "\e916"
}

.type_toolbar_filter .toolbar_icon:before {
    content: "\e905"
}

.type_toolbar_sidebar .toolbar_icon:before {
    content: "\e91b"
}

.type_toolbar_nav .toolbar_icon:before {
    content: "\e919"
}

.toolbar_icon {
    position: relative;
}

.toolbar_count {
    position: absolute;
    top: -5px;
    right: -9px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    background-color: #000;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.thema_toolbar {
    transform: none;
    -webkit-transform: none;
}

.nt_currency ul {
    min-width: 100px;
    right: -10px;
    visibility: hidden;
    z-index: 400;
    -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 10px;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;

}

.nt_action .my-account ul {
    top: 100%;
    z-index: 380;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    list-style: none;
    right: -5px;
    width: 165px;
    padding: 10px 0;
    line-height: 1.4;
    margin-top: 12px;
    border-radius: 3px;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.nt_action .my-account:hover ul, .nt_currency:hover ul {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.nt_action .my-account ul a {
    padding: 8px 18px;
}

.nt_action .my-account ul:after, .nt_currency ul:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 100%;
    left: 0;
    width: auto;
    height: 12px;
}

.nt_currency ul:after {
    height: 10px;
}

.mini_cart_footer > *:last-child {
    margin-bottom: 0
}

.nt_fk_canvas#nt_cart_canvas,
.nt_fk_canvas#nt_login_canvas,
.nt_fk_canvas#nt_search_canvas {
    overflow-y: hidden
}

.shipping_calculator h3, .mini_cart_note label {
    color: #222;
    font-size: 15px;
    margin-top: 0;
    font-weight: 500;
}

.shipping_calculator select, .shipping_calculator input[type=text] {
    border-radius: 30px;
}

.shipping_calculator input.get_rates,
input.button.btn_back {
    background-color: #56cfe1;
    cursor: pointer;
    border: 2px solid #56cfe1;
    padding: 6px 35px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    min-height: 40px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.shipping_calculator input.get_rates:hover,
input.button.btn_back:hover {
    opacity: .8;
}

.mini_cart_ship input.button.btn_back,
.mini_cart_gift input.button.btn_back,
.mini_cart_note input.button.btn_back2,
.mini_cart_dis input.button.btn_back2 {
    background-color: #fff;
    color: #222;
    border: 2px solid #222;
}

.mini_cart_gift svg {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    color: #ec0101;
}

.gift_item_true .mini_cart_title,
.mini_cart_gift .js_addtc.loading {
    pointer-events: none
}

.mini_cart_gift .button_primary,
.mini_cart_gift .gift_wrap_text .cd {
    display: block
}

.gift_item_true .mini_cart_actions .quantity {
    display: none;
}

.clno-touchevents .cart_pos_dropdown .cart_threshold {
    background-color: #f5f5f5;
}

#thema-section-cart_widget .mini_cart_tool {
    transition: all .35s ease;
    background-color: #f5f5f5;
}

#thema-section-cart_widget .mini_cart_tool .tt_txt {
    font-weight: 400
}

#thema-section-cart_widget .btns_cart_1 .mini_cart_tool.mt__20 {
    margin-top: 20px
}

.thema-challenge__container #g-recaptcha > div {
    text-align: center;
    margin: 10px auto 30px;
}

.mini_cart_tool > div {
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    cursor: pointer;
    color: #222;
    text-align: center;
    font-weight: 500;
    border-left: 1px solid rgba(0, 0, 0, .09);
    border-right: 1px solid rgba(0, 0, 0, .09);
    transition: background-color .3s;
}

.btns_cart_1 .mini_cart_tool > div {
    border: 0;
    font-size: 25px;
    display: inline-block;
    margin: 16px 8px;
    width: 50px;
    line-height: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 9px 5px 10px #DFE3EA, -5px -5px 10px #faffff;
    transition: all .25s ease-in-out;
}

.mini_cart_footer .button {
    transition: all .25s ease-in-out !important;
}

.mini_cart_tool > div:hover {
    background-color: #F9F9F9;
    box-shadow: inset 5px 5px 10px #DFE3EA, inset -5px -5px 10px #faffff;
}

.btns_cart_2 .mini_cart_tool > div:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.btns_cart_2 .mini_cart_tool > div:first-child:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: auto;
    left: 0;
    right: 0;
    border-top: 2px dashed #999;
}

.mini_cart_note, .mini_cart_ship, .mini_cart_gift, .mini_cart_dis {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: translateY(104%);
    transform: translateY(104%);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    border-top: 1px solid rgba(129, 129, 129, .2);
    box-shadow: 0 0 10px 0 rgba(129, 129, 129, .2);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
}

.nt_mini_cart.ld_cart_tls .mini_cart_tool {
    opacity: 0
}

.clno-touchevents .nt_fk_canvas.current_hover .ld_cart_tls .mini_cart_footer,
.nt_mini_cart.ld_cart_tls .mini_cart_footer {
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: opacity .35s cubic-bezier(.25, .46, .45, .94), -webkit-transform .35s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .35s cubic-bezier(.25, .46, .45, .94), transform .35s cubic-bezier(.25, .46, .45, .94), -webkit-transform .35s cubic-bezier(.25, .46, .45, .94);
}

.nt_mini_cart:before, .frm_cart_page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 4;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.nt_mini_cart.ld_nt_cl:before,
.frm_cart_page.ld_nt_cl:before {
    opacity: 0.4;
    pointer-events: auto;
}

.nt_mini_cart > .is_nt_op {
    z-index: 8;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}

.nt_mini_cart #CartSpecialInstructions {
    resize: none;
}

.clno-touchevents .cart_pos_dropdown:not(.template-cart) .icon_cart:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: transparent;
    width: 340px;
    height: 50px;
    right: 0;
    margin-top: 12px;
    pointer-events: none;
}

.clno-touchevents .oped_dropdown_cart.cart_pos_dropdown:not(.template-cart) .icon_cart:after {
    pointer-events: auto;
}

.clno-touchevents .cart_pos_dropdown:not(.template-cart) .icon_cart {
    cursor: pointer
}

.clno-touchevents .cart_pos_dropdown:not(.template-cart) .icon_cart > a {
    pointer-events: none
}

.clno-touchevents .cart_pos_dropdown #nt_cart_canvas {
    opacity: 0;
    bottom: auto;
    box-shadow: -2px 4px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    pointer-events: none;
    -webkit-transition: opacity .15s ease, transform .25s ease;
    transition: opacity .15s ease, transform .25s ease;
}

.clno-touchevents .cart_pos_dropdown #nt_cart_canvas .mini_cart_content .fixcl-scroll-content {
    position: static;
    max-height: 360px;
}

.clno-touchevents .cart_pos_dropdown #nt_cart_canvas .mini_cart_header {
    display: none
}

.clno-touchevents #nt_cart_canvas.current_hover {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}

.clno-touchevents.cart_pos_dropdown #nt_cart_canvas .mini_cart_footer {
    -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
    transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.clno-touchevents .nt_fk_canvas.current_hover .mini_cart_footer {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mask-overlay.cart_mask {
    background-color: rgba(255, 255, 255, 0.4);
}

.mini_search_frm {
    padding: 30px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}

input.search_header__input:not([type="submit"]):not([type="checkbox"]) {
    padding: 0 50px 0 20px;
    height: 40px;
    width: 100%;
    line-height: 18px;
    color: #222;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search_header__submit {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    background-color: transparent;
    color: #222;
    font-size: 15px;
}

.search_header__prs {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    box-shadow: 0 3px 10px 0 rgba(129, 129, 129, .2);
}

#nt_search_canvas .product_list_widget {
    padding: 20px;
}

.detail_link > i, .h__banner a ~ .h_banner_wrap i, .btn_icon_true:after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transition-property: -webkit-transform, transform;
}

.detail_link:hover > i,
.h__banner a:hover ~ .h_banner_wrap i.la-arrow-right, .h__banner a:hover ~ .h_banner_wrap i.la-arrow-left,
.btn_icon_true:hover:after,
.nt_promotion:hover .btn_icon_true:after {
    -webkit-transform: translateX(.25rem);
    transform: translateX(.25rem);
}

.btn_new_icon_true:after,
.btn_icon_true:after {
    font-family: 'Line Awesome Free', sans-serif;
    font-weight: 900;
    content: "\f061";
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    color: #fff;
}

.button.btn_icon_true.jscl_ld:after {
    opacity: 0
}

.nt_cat_lm.btn_icon_true:after {
    content: "\f063";
}

a.button.button_dark:hover,
a.button.button_dark:focus {
    background-color: #222;
    border-color: #222;
    opacity: .8
}

.hoverz_true .banner_hzoom .banner_img, .banner_hzoom .nt_bg_lz {
    -webkit-transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
}

.hoverz_true .banner_hzoom:hover .banner_img, .hoverz_true .banner_hzoom:hover .nt_bg_lz {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.nt_fk_full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 400;
    background-color: #FFF;
    box-shadow: 0 0 14px rgba(0, 0, 0, .08);
    transition: transform .3s ease;
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
    display: block;
    width: 100% !important;
}

.nt_fk_full.act_opened {
    -webkit-transform: none;
    transform: none;
}

.result_tt_sea, .js_prs_search .detail_link {
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(129, 129, 129, .2);
    font-size: 14px;
    display: block;
    text-align: start;
    outline: none !important;
}

strong.highlight {
    text-decoration: underline;
}

.product-image a.wis_added,
.product-image a.wis_remove {
    opacity: 1;
    visibility: visible;
}

.wis_added i:before {
    content: '\e804';
    color: #e81e63;
}

.wis_remove i:before {
    font-family: 'Line Awesome Free', sans-serif;
    font-weight: 900;
    content: "\f1f8";
    color: #222;
    font-size: 25px;
}

.wishlistadd.loading, .compare_add.loading {
    pointer-events: none
}

.nt_add_cp .cpt4_added i:before {
    content: "\f058";
}

.nt_add_w a:hover i, .nt_add_cp .cpt4_added:hover i {
    -webkit-animation: beat_heart .6s ease-in-out infinite;
    animation: beat_heart .6s ease-in-out infinite;
}

.compare_add:not(.cpt4_added):hover i {
    -webkit-animation: spin .6s ease-in-out infinite;
    animation: spin .6s ease-in-out infinite;
}

@-webkit-keyframes beat_heart {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes beat_heart {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.nt_pr .nt_add_w > a:after {
    border-width: 2px;
    margin-top: -11px;
}

.entry-summary .nt_add_w > a:after {
    border: 1px solid #f9f9f9;
    border-left-color: #222;
}

.frm_notify_pr .form-message--success ~ * {
    display: none
}

.frm_notify_pr .form-message--success {
    color: #222;
}

.flickity-page-dots .dot {
    position: relative;
    overflow: hidden;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.flickity-page-dots .dot:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.flickity-page-dots .dot.is-selected:after {
    height: 100%;
}

.pin_lazy_js .desgin__2 .product-image {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pin_lazy_js .desgin__2 .product-info {
    font-size: 15px;
    margin-top: 20px;
}

.pin_lazy_js .desgin__2 .product-title {
    font-size: 15px;
    margin-bottom: 5px;
}

.pin__type_url .pin_tt {
    color: #fff
}

/* end products */
.h_banner_wrap strong, #hbanner_cd {
    font-size: 14px;
    font-weight: 600;
}

.cat_grid_item__link {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.cat_grid_item__overlay, .hoverz_true .nt_promotion > a {
    -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;
}

.hoverz_true .cat_grid_item:hover .cat_grid_item__overlay, .hoverz_true .nt_promotion:hover > a {
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -o-transform: scale(1.11);
    -moz-transform: scale(1.11);
}

.h_search_btn:hover,
.h_search_btn:focus {
    opacity: .7;
}

.cl_h_search .mini_cart_content .fixcl-scroll-content {
    position: relative;
    max-height: 50vh;
    padding: 20px;
}

.cl_h_search .ld_bar_search {
    bottom: auto;
    top: 0;
}

.ntheader:not(.h_scroll_down) .cl_h_search.atc_show_rs .mini_cart_content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.img_fix_search {
    margin: 0 auto;
    max-width: 170px;
}

.cl_h_search .detail_link {
    display: block;
    border-top: 0;
    margin-top: 0;
    text-align: start;
    padding: 0;
    box-shadow: none !important;
    outline: none !important;;
}

a.button.slt4_btn:hover, a.button.imtt4_btn:hover,
a.button.slt4_btn:focus, a.button.imtt4_btn:focus {
    opacity: .8
}

.p_group_btns > button {
    width: 38px;
    height: 38px;
    background-color: #000d1d;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin: 0 7.5px;
    padding: 0;
    border: 0;
    min-height: 38px;
    font-weight: 400;
}

.p_group_btns > button.show_btn_pr_gallery {
    font-size: 16px
}

.p_group_btns {
    right: 10px;
    bottom: 10px;
    opacity: 1;
}

.des_header_7 #nt_search_canvas.nt_fk_full {
    z-index: 1000;
}

.img_catk_mb {
    max-width: 20px;
    width: 100%;
}

.art_des3 .post-info {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 15px 22px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}

.art_des3 .post-inner:hover .post-info {
    opacity: 1;
}

.swatch__list--limit .swatch__list--more {
    display: inline-block !important;
}

.swatch__list--limit .swatch__list--more .tt_txt:after {
    content: var(--text);
    margin: 0 2px;
}

.swatch__list--limit .swatch__list--more a:before {
    content: '...';
    color: var(--text);
    position: absolute;
    z-index: 10;
    font-size: 9px;
    top: 0;
    left: 2px;
    right: 2px;
    bottom: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* end min 1366px */
html.hside_opened, body.pside_opened {
    overflow: hidden !important;
}

.menu-item .cat_space_item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.menu-item.menu-item-cat ul {
    padding: 15px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}

.menu-item.menu-item-cat .cat_space_item:not(:first-child) {
    margin-top: 15px;
}

.menu-item.menu-item-cat .cat_grid_item__content {
    border-radius: 5px;
}

.class_zoom {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1)
    }
    to {
        -webkit-transform: scale(1.3, 1.3)
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1)
    }
    to {
        transform: scale(1.3, 1.3)
    }
}

.drift-bounding-box, .drift-zoom-pane {
    position: absolute;
    pointer-events: none;
}

.drift-bounding-box {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
    z-index: 500;
}

.drift-zoom-pane {
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.drift-zoom-pane {
    background: #fff;
    transform: translate3d(0, 0, 0);
    z-index: 3;
    box-shadow: 0 1px 5px rgba(127, 127, 127, 0.02), 0 5px 18px rgba(127, 127, 127, 0.2);
}

.drift-zoom-pane.drift-open {
    display: block;
}

.dt_img_zoom .drift-zoom-pane {
    height: 34.375rem;
    width: 34.375rem;
    left: 0;
}

.drift-loading .drift-zoom-pane-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-size: 50px;
}

.drift-zoom-pane img {
    position: absolute;
    display: block;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.drift-zoom-pane img {
    top: 0;
    left: 0;
}

.drift-zoom-pane.drift-opening {
    animation: drift-fadeZoomIn 200ms cubic-bezier(0.4, 0, 0.2, 1)
}

.p-thumb .drift-zoom-pane.drift-opening {
    animation: drift-fadeIn 200ms cubic-bezier(0.4, 0, 0.2, 1)
}

.drift-zoom-pane.drift-closing {
    animation: drift-fadeZoomOut 150ms cubic-bezier(0, 0, 0.2, 1)
}

.p-thumb .drift-zoom-pane.drift-closing {
    animation: drift-fadeOut 150ms cubic-bezier(0, 0, 0.2, 1)
}

@keyframes drift-fadeZoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drift-fadeZoomOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes drift-fadeIn {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drift-fadeOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.clhovermq .zoom_tp_1 .img_action_zoom .img_ptw {
    cursor: crosshair;
}

.zoom_tp_2 .summary {
    transition: opacity 0.2s ease;
}

.zoom_tp_2 .zoom_fade_if .summary {
    margin-top: 0;
    opacity: 0.3;
}

.zoom_tp_3 .drift-zoom-pane {
    width: 240px;
    height: 240px;
    overflow: hidden;
    border: 1px solid #ec0101;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.ajax_pp_popup {
    position: relative;
    background: #fff;
    max-width: 950px;
    margin: 30px auto;
    padding: 30px;
    width: 100%;
}

.ajax_pp_popup.ask_ajax_pp_js {
    max-width: 570px;
}

#content_quickview .extra-link {
    display: none;
}

.ajax_pp_js.loading {
    pointer-events: none;
}

.sizeguide_table td, .sizeguide_table tr {
    transition: all .25s ease;
}

.sizeguide_table tr:hover {
    background-color: #f6f6f8;
}

.sizeguide_table tr td:hover {
    background-color: rgba(0, 0, 0, .06);
}

.style__simple .nt_lt_fake > i {
    top: 10px;
    right: 8px;
    font-size: 20px;
    color: #878787;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.pr_360_wrapper {
    display: block;
    position: relative;
    max-width: 800px;
    margin: 100px auto;
}

.group_table select.product-form_group_variants {
    display: block;
    margin: 0 auto 10px;
}

.threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: ew-resize;
    width: 100% !important;
    height: auto !important;
    display: block;
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}

.threesixty:active {
    cursor: ew-resize;
}

.threesixty .threed-title {
    position: relative;
    padding-top: 20px;
    z-index: 40;
    text-align: center;
}

.threesixty .threesixty_imgs {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.threesixty .threesixty_imgs img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}

.threesixty .threesixty_imgs img.previous-image {
    visibility: hidden;
}

.threesixty .threesixty_imgs img.current-image {
    visibility: visible;
}

.threesixty .spinner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.threesixty .spinner > span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: black;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.threesixty .spinner span {
    line-height: 60px;
}

.threesixty .nav_bar {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -67.5px;
    z-index: 11;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.threesixty .nav_bar .butn {
    display: inline-block;
    width: 45px;
    height: 45px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.threesixty .nav_bar .butn:hover {
    background-color: #f9f9f9;
}

.threesixty .nav_bar .butn > span {
    width: 24px;
    height: 24px;
    background: url("../images/svg/prev.svg");
}

.threesixty .nav_bar .butn .icon-play {
    background: url("../images/svg/play.svg");
}

.threesixty .nav_bar .butn .icon-forward {
    background: url("../images/svg/next.svg");
}

.threesixty .nav_bar .butn .icon-pause {
    background: url("../images/svg/pause.svg");
}

.p_group_btns.nt_hide {
    pointer-events: none;
}

.nt_mfp_360,
.p_group_btns.nt_hide,
.p_group_btns.nt_hide_2 > *:not(.pr__view-in-space) {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.nt_mfp_360.sh_ani_css {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

img.zoomImg {
    background-color: #fff
}

.btn_filter.opened > i:before {
    font-family: 'Line Awesome Free', sans-serif;
    font-weight: 900;
    content: "\f00d";
}

#opennt_1904 ul,
#opennt_2808 ul {
    position: static;
    opacity: 1;
    pointer-events: auto;
    background-color: #fff;
    padding: 0
}

#opennt_1904 a.currency-item,
#opennt_2808 a.lang-item {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

#opennt_1904 a.currency-item:not(.selected),
#opennt_2808 a.lang-item:not(.selected) {
    color: #222;
}

#opennt_1904 a.currency-item:hover, #opennt_1904 a.currency-item.selected,
#opennt_2808 a.lang-item:hover, #opennt_2808 a.lang-item.selected {
    background-color: rgba(0, 0, 0, .04);
}

#ld_cl_bar, .ld_cart_bar, .ld_bar_search {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #00badb;
    transition: width 0.25s ease-in-out;
    z-index: 100000;
    pointer-events: none;
    opacity: 0
}

.ld_cart_bar, .ld_bar_search {
    position: absolute;
    z-index: 20;
}

.ld_bar_search {
    bottom: 0;
    top: auto;
}

#ld_cl_bar.on_star, .ld_cart_bar.on_star, .ld_bar_search.on_star {
    width: 40%;
    opacity: 1;
}

#ld_cl_bar:not(.on_star).on_60, .ld_cart_bar:not(.on_star).on_60 {
    width: 60%;
    opacity: 1;
}

#ld_cl_bar:not(.on_star).on_80, .ld_cart_bar:not(.on_star).on_80 {
    width: 80%;
    opacity: 1;
}

#ld_cl_bar:not(.on_star).on_90, .ld_cart_bar:not(.on_star).on_90 {
    width: 90%;
    opacity: 1;
}

#ld_cl_bar:not(.on_star).on_94, .ld_cart_bar:not(.on_star).on_94 {
    width: 94%;
    opacity: 1;
}

#ld_cl_bar.on_end, .ld_cart_bar.on_end, .ld_bar_search.on_end {
    width: 100%;
}

.skeleton_img {
    background: #e1e3e4;
    padding-bottom: 100%;
    width: 80px;
}

.skeleton_txt1, .skeleton_txt2 {
    height: 10px;
    width: 100%;
    background: #e1e3e4;
    margin-bottom: 8px;
}

.skeleton_txt2 {
    width: 38%;
    margin-bottom: 0;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.brand_hover_1 .brand_item img.lazyloaded {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .3s ease, opacity .3s ease, -webkit-filter .3s ease;
    -webkit-animation: none !important;
    animation: none !important;
}

.brand_hover_1 .brand_item:hover img.lazyloaded {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.brand_hover_2 .brand_item:hover img {
    -webkit-animation: bounceIn .5s ease;
    -o-animation: bounceIn .5s ease;
    animation: bounceIn .5s ease;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.store-availability-small-text {
    font-size: 13px
}

.store-availability-information {
    display: flex;
    margin-left: 5px;
}

.store-availability-information-container {
    margin-left: 5px;
}

.store-availability-information__title {
    margin-bottom: 0;
}

.store-availability-information__stock {
    margin-bottom: 0;
}

.store-availability-information__button {
    text-decoration: underline;
    cursor: pointer;
    border: none;
    padding: 0;
    background: transparent !important;
    margin-top: 8px;
    min-height: auto;
}

.store-availability-information__button:hover, .store-availability-information__button:focus {
    color: initial;
    opacity: .5
}

.store-availability-container .icon {
    width: 12px;
    height: 12px;
    margin: 4px 4px 0 0;
}

.store-availability-container .icon-in-stock {
    fill: #00730B;
}

.store-availability-container .icon-out-of-stock {
    fill: #DD2200;
}

.store-availability-container svg path {
    fill: context-fill;
    stroke: context-stroke;
}

.store-availability-container .icon-close {
    width: 18px;
    height: 18px;
    margin: 0;
}

.store-availability-container .store-availability-list__stock .icon {
    margin: 0 2px 3px 0;
}

.store-availability-container .store-availability-list__confirm-address .icon-unverified-address {
    margin: 0 0 3px 0;
}

.store-availability-container .store-availability-list__confirm-address .icon-unverified-address .icon-unverified-address__exclamation {
    fill: #333232
}

.store-availability-container .store-availability-list__confirm-address .icon-unverified-address .icon-unverified-address__circle {
    stroke: #333232;
    fill: transparent;
}

.store-availabilities-modal {
    z-index: 3;
    width: 375px;
    left: auto;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    box-shadow: -4px 4px 6px rgba(58, 58, 58, 0.04);
}

.store-availabilities-modal--active {
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    opacity: 1;
}

.store-availabilities-modal__header {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 16px 0;
    padding: 0 24px 0 24px;
}

.store-availabilities-modal__product-title {
    font-size: 17px;
    text-transform: none;
    margin-bottom: 0;
    letter-spacing: 0;
}

.store-availabilities-list {
    overflow-y: auto;
    padding: 0 20px 0 20px;
}

.store-availabilities-modal__close {
    margin: -14px -14px 0 0;
    padding: 14px;
    align-self: start;
}

.store-availability-list__item {
    padding-bottom: 16px;
    list-style: none;
}

.store-availability-list__item:not(:first-child)::before {
    content: "";
    display: block;
    margin: 0 0 16px 0;
    border-bottom: 1px solid #ebebeb;
}

.store-availability-list__address {
    font-size: 13px;
    font-style: normal;
    margin-bottom: 0;
}

.store-availability-list__location {
    font-size: 15px;
    margin-bottom: 8px;
}

.store-availability-list__stock {
    margin-top: 8px;
    margin-bottom: 16px;
}

.store-availabilities-list p:last-child,
.store-availability-list__phone {
    margin-bottom: 0;
}

.nt_fk_canvas#store_availabilities_modal {
    overflow-y: hidden;
}

.store-availability-information__title strong {
    color: #222;
}

.open_ntqs .store_availabilities_modal, .open_ntqv .store_availabilities_modal {
    pointer-events: auto;
}

.store-availabilities-modal__variant-title {
    color: #878787;
    text-transform: none;
}

/*************************************
 * Heade banner
 ************************************/
.h__banner {
    background-color: #e91e63;
    min-height: 41px;
    font-size: 12px;
}

.h_banner_wrap {
    color: #ffffff;
}

.h_banner_wrap strong {
    font-size: 14px;
    font-weight: 600;
}

.h_banner_close:after, .h_banner_close:before {
    content: "";
    width: 7px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out;
}

.h_banner_close:hover:before, .show_icon_true .h_banner_close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.h_banner_close:hover:after, .show_icon_true .h_banner_close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.h_banner_close {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.h_banner_close:hover, .h_banner_close:focus {
    opacity: 0.6;
}

.h__banner a:hover ~ .h_banner_wrap i.la-arrow-right {
    -webkit-transform: translateX(.25rem);
    transform: translateX(.25rem);
}

.h__banner a ~ .h_banner_wrap i {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transition-property: -webkit-transform, transform;
}

#thema-section-header_banner {
    transition: height .6s .25s;
    -webkit-transition: height .6s .25s;
    will-change: height;
}

body:not(.h_calc_ready) #thema-section-header_banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
}

.h_calc_ready #thema-section-header_banner {
    position: relative;
    overflow: hidden;
    height: 0;
}

/************************************
* head currency
************************************/

.header-text i {
    font-size: 16px;
    vertical-align: middle;
}

/**************************************************
* Mega menu
**************************************************/
.kl_menu,
.kl_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kl_menu li {
    font-size: 14px;
    list-style: none;
    position: relative;
}

.kl_menu > li > a {
    font-weight: 400;
    font-size: 14px;
    height: 70px;
    color: #222222;
    padding-right: 17.5px;
    padding-left: 17.5px;
}

.kl_menu .sub-menu {
    display: none;
}

.nt_action > a, .nt_action > div {
    padding: 0 6px;
}

.nt_action > a, .nt_action > div > a {
    color: #222;
}

.nt_action > a > i, .nt_action > div > a > i {
    font-size: 22px;
    line-height: 1;
}

.h_icon_iccl .icon_like .tcount,
.h_icon_pegk .icon_like .tcount,
.icon_like .tcount {
    right: -6px;
}

.nt_action .tcount, .toolbar_count {
    background-color: #000000;
    color: #ffffff;
}

.mask-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity .25s ease, visibility 0s ease .25s;
}

.mask_opened {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease, visibility 0s ease;
}

.nt_fk_canvas.act_opened {
    -webkit-transform: none !important;
    transform: none !important;
}

/**************************************************
* Head search
**************************************************/
.mini_search_frm {
    padding: 30px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}

input.search_header__input:not([type="submit"]):not([type="checkbox"]) {
    padding: 0 50px 0 0;
    height: 40px;
    width: 100%;
    line-height: 18px;
    color: #222;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search_header__submit {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    background-color: transparent;
    color: #222;
    font-size: 15px;
}

.search_header__prs {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    box-shadow: 0 3px 10px 0 rgba(129, 129, 129, .2);
}

.widget .product_list_widget .product-title,
.widget .post_list_widget .article-title {
    color: #222;
    font-weight: 500;
    line-height: 24px;
}

.widget .product_list_widget ins {
    color: #ec0101;
    text-decoration: none;
}

.widget_img_pr, .widget_img_ar {
    min-width: 95px;
    max-width: 95px;
    padding-right: 0 !important;
}

.widget_if_pr, .widget_if_ar {
    padding-left: 10px !important;
    color: #878787;
}

#nt_search_canvas .product_list_widget {
    padding: 20px;
}

.widget-title {
    font-weight: 500;
}

.font-poppins {
    font-family: Poppins, sans-serif;
}

.p_group_btns {
    z-index: 4;
}

.col_thumb:hover > .p_group_btns {
    z-index: 100;
}

/**************************************************
* labels
**************************************************/
.nt_labels {
    opacity: 0;
    visibility: hidden;
    top: 15px;
    right: 15px;
    z-index: 4;
}

.nt_label {
    background-color: #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
    height: 20px;
    width: 30px;
    font-size: 8px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#nt_search_canvas .onsale.nt_label, .product_list_widget .onsale.nt_label {
    width: auto;
    height: auto;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 10px;
    margin: 5px;
}

.label_style_rounded .nt_label {
    height: 30px;
    width: 30px;
    font-size: 8px;
    border-radius: 50%;
}

.nt_label + .nt_label {
    margin-top: 5px;
}

.nt_labels,
.product-image:hover .product-image-flip .back,
.product-image:hover a.db:before,
.product-image:hover a.wishlistadd,
.product-image:hover .nt_add_cp > a,
.product-image:hover a.nt_w_login,
.product-image:hover .product-attr {
    opacity: 1;
    visibility: visible;
    -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;
}

/**************************************************
* Mini cart
**************************************************/
.nt_mini_cart .mini_cart_header .fwm {
    font-weight: 500;
}

.nt_mini_cart .mini_cart_header {
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}

.nt_mini_cart .mini_cart_header > .close_pp {
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.nt_mini_cart .widget-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.nt_mini_cart .close_pp {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    font-size: 40px;
    cursor: pointer;
}

.nt_mini_cart .close_pp:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nt_mini_cart .empty > i {
    font-size: 55px
}

.nt_mini_cart .empty > i:after,
.empty_cart_page > i:after {
    font-size: 22px;
    line-height: 1;
    left: 17px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    font-family: 'Line Awesome Free', sans-serif;
    font-weight: 900;
    content: "\f00d";
}

.empty_cart_page > i:after {
    font-size: 35px;
    left: 28px;
    margin-top: -8px;
}

.mini_cart_footer .total {
    margin-bottom: 8px;
    color: #000;
    font-size: 18px;
}

.mini_cart_footer {
    padding: 20px;
}

.mini_cart_footer .button {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    width: 100%;
    background-color: #f7f7f7;
    border: 0;
    color: #222;
}

.mini_cart_footer .button.btn-checkout {
    background: #56cfe1;
    color: #fff;
}

.mini_cart_footer .button:hover {
    opacity: .8
}

.mini_cart_wrap {
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mini_cart_footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid rgba(129, 129, 129, .2);
    box-shadow: 0 0 10px 0 rgba(129, 129, 129, .2);
}

.cookie-message {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    color: #222;
}

.mini_cart_content .mini_cart_item {
    padding: 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    transition: background-color .3s ease;
}

.mini_cart_content .mini_cart_item:hover {
    background-color: #F9F9F9;
}

.mini_cart_content .fixcl-scroll-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}

.mini_cart_content .mini_cart_note {
    padding: 20px;
    border-top: 1px solid rgba(129, 129, 129, .2);
}

.mini_cart_content .mini_cart_item:last-child {
    border-bottom: 0;
}

.fixcl-scroll {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.fixcl-scroll .fixcl-scroll-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.mini_cart_footer {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.act_opened .mini_cart_footer {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}

.mini_cart_img {
    width: 120px;
    display: block;
    margin-right: 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.mini_cart_info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.mini_cart_title {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: block;
}

.mini_cart_meta {
    font-size: 12px;
    color: #999;
}

.cart_meta_price {
    font-size: 14px;
    color: #222;
}

.cart_meta_variant {
    margin-bottom: 0;
}

.cart_unit_price {
    font-size: 13px;
    color: #878787;
}

.mini_cart_actions {
    margin-top: 15px;
}

.mini_cart_actions .quantity {
    min-width: 120px;
    width: 120px;
    height: 40px;
    border: 1px solid #222;
    text-align: center;
    border-radius: 0px;
    display: block;
    margin-bottom: 15px;
}

.cart_ac_edit, .cart_ac_remove {
    display: inline-block;
    margin-right: 10px;
}

.cart_ac_edit svg, .cart_ac_remove svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.5;
}

.cart_dis_price + .cart_tot_price {
    font-weight: 600;
}

.cart_threshold, .cart_countdown {
    font-size: 13px;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    box-shadow: 0 0 10px 0 rgba(129, 129, 129, .2);
    color: #222;
    line-height: normal;
}

#CartSpecialInstructions {
    min-height: 100px;
    color: #222;
    padding: 8px 10px;
    width: 100% !important;
}

.nt_mini_cart.loading .mini_cart_content {
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
}

.nt_mini_cart.loading {
    pointer-events: none
}

.nt_mini_cart.loading .fixcl-scroll-content {
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
}

.fix_layout_mbt4 .mini_cart_wrap {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.fix_layout_mbt4 .fixcl-scroll {
    height: auto;
}

.fix_layout_mbt4 .fixcl-scroll .fixcl-scroll-content {
    position: static;
}

.open_ntqv .nt_fk_canvas, .open_ntqs .nt_fk_canvas {
    pointer-events: none;
}

#nt_login_canvas .fixcl-scroll .fixcl-scroll-content {
    padding: 20px;
}

#nt_login_canvas .nt_mini_cart {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: visibility 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: visibility 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.pside_opened #nt_login_canvas .nt_mini_cart.is_selected {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
    visibility: visible
}

.has_ntcanvas .mfp-content {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
}

.nt_fk_canvas#nt_cart_canvas,
.nt_fk_canvas#nt_login_canvas,
.nt_fk_canvas#nt_search_canvas {
    overflow-y: hidden
}

ul.nt_filter_styleck > li > a:before, .js_agree_ck + label:before, .css_agree_ck + label:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid #d4d6d8;
    background: #fff;
    box-shadow: 0 1px rgba(212, 214, 216, 0.4);
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}

ul.nt_filter_styleck > li > a:before,
.nt_filter_color li .filter-swatch > span:after,
.js_agree_ck + label:before,
.css_agree_ck + label:before {
    box-shadow: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nt_filter_color li .filter-swatch > span {
    position: relative;
}

.nt_filter_color li .filter-swatch > span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

ul.nt_filter_styleck > li.active > a:before,
.nt_filter_color li.active .filter-swatch > span:after {
    background-image: url(../images/filter_selected.svg);
    background-size: 12px;
}

input[type="checkbox"].js_agree_ck,
input[type="checkbox"].css_agree_ck {
    display: none
}

.js_agree_ck + label:before,
.css_agree_ck + label:before {
    position: relative;
    top: 3px;
}

.js_agree_ck ~ svg,
.css_agree_ck ~ svg {
    display: block;
    width: 12px;
    height: 12px;
    fill: #fff;
    position: absolute;
    top: 5px;
    left: 2px;
    pointer-events: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.js_agree_ck:checked ~ svg,
.css_agree_ck:checked ~ svg {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.js_agree_ck:checked + label:before {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

#thema-section-cart_widget .mini_cart_tool {
    transition: all .35s ease;
    background-color: #f5f5f5;
}

#thema-section-cart_widget .mini_cart_tool .tt_txt {
    font-weight: 400
}

#thema-section-cart_widget .btns_cart_1 .mini_cart_tool.mt__20 {
    margin-top: 20px
}

.thema-challenge__container #g-recaptcha > div {
    text-align: center;
    margin: 10px auto 30px;
}

.mini_cart_tool > div {
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    cursor: pointer;
    color: #222;
    text-align: center;
    font-weight: 500;
    border-left: 1px solid rgba(0, 0, 0, .09);
    border-right: 1px solid rgba(0, 0, 0, .09);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.btns_cart_1 .mini_cart_tool > div {
    border: 0;
    font-size: 25px;
    display: inline-block;
    margin: 16px 8px;
    width: 50px;
    line-height: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 9px 5px 10px #DFE3EA, -5px -5px 10px #faffff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mini_cart_footer .button {
    transition: all .25s ease-in-out !important;
}

.mini_cart_tool > div:hover {
    background-color: #F9F9F9;
    box-shadow: inset 5px 5px 10px #DFE3EA, inset -5px -5px 10px #faffff;
}

.btns_cart_2 .mini_cart_tool > div:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.btns_cart_2 .mini_cart_tool > div:first-child:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: auto;
    left: 0;
    right: 0;
    border-top: 2px dashed #999;
}

.mini_cart_note, .mini_cart_ship, .mini_cart_gift, .mini_cart_dis {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: translateY(104%);
    transform: translateY(104%);
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    border-top: 1px solid rgba(129, 129, 129, .2);
    box-shadow: 0 0 10px 0 rgba(129, 129, 129, .2);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
}

.nt_mini_cart.ld_cart_tls .mini_cart_tool {
    opacity: 0
}

.clno-touchevents .nt_fk_canvas.current_hover .ld_cart_tls .mini_cart_footer,
.nt_mini_cart.ld_cart_tls .mini_cart_footer {
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: opacity .35s cubic-bezier(.25, .46, .45, .94), transform .35s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .35s cubic-bezier(.25, .46, .45, .94), transform .35s cubic-bezier(.25, .46, .45, .94);
}

.nt_mini_cart:before, .frm_cart_page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 4;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.nt_mini_cart.ld_nt_cl:before,
.frm_cart_page.ld_nt_cl:before {
    opacity: 0.4;
    pointer-events: auto;
}

.nt_mini_cart > .is_nt_op {
    z-index: 8;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
}

.nt_mini_cart #CartSpecialInstructions {
    resize: none;
}

.mini_cart_note label {
    color: #222;
    font-size: 15px;
    margin-top: 0;
    font-weight: 500;
}

.mini_cart_ship input.button.btn_back,
.mini_cart_gift input.button.btn_back,
.mini_cart_note input.button.btn_back2,
.mini_cart_dis input.button.btn_back2 {
    background-color: #fff;
    color: #222;
    border: 2px solid #222;
}

.mini_cart_gift svg {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    color: #ec0101;
}

.gift_item_true .mini_cart_title,
.mini_cart_gift .js_addtc.loading {
    pointer-events: none
}

.mini_cart_gift .button_primary,
.mini_cart_gift .gift_wrap_text .cd {
    display: block
}

.gift_item_true .mini_cart_actions .quantity {
    display: none;
}

.clno-touchevents .cart_pos_dropdown .cart_threshold {
    background-color: #f5f5f5;
}

.mini_cart_footer > *:last-child {
    margin-bottom: 0
}

.nt_fk_canvas#nt_cart_canvas,
.nt_fk_canvas#nt_login_canvas,
.nt_fk_canvas#nt_search_canvas {
    overflow-y: hidden
}

.shipping_calculator h3,
.mini_cart_note label {
    color: #222;
    font-size: 15px;
    margin-top: 0;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.shipping_calculator select,
.shipping_calculator input[type=text] {
    border-radius: 30px;
}

.shipping_calculator input.get_rates,
input.button.btn_back {
    background-color: #56cfe1;
    cursor: pointer;
    border: 2px solid #56cfe1;
    padding: 6px 35px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    min-height: 40px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.shipping_calculator input.get_rates:hover,
input.button.btn_back:hover {
    opacity: .8;
}

.mini_cart_ship input.button.btn_back,
.mini_cart_gift input.button.btn_back,
.mini_cart_note input.button.btn_back2,
.mini_cart_dis input.button.btn_back2 {
    background-color: #fff;
    color: #222;
    border: 2px solid #222;
}

.mini_cart_note textarea::placeholder {
    color: #222;
}

.mini_cart_gift svg {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    color: #ec0101;
}

.gift_item_true .mini_cart_title,
.mini_cart_gift .js_addtc.loading {
    pointer-events: none
}

.mini_cart_gift .button_primary,
.mini_cart_gift .gift_wrap_text .cd {
    display: block
}

.gift_item_true .mini_cart_actions .quantity {
    display: none;
}

.clno-touchevents .cart_pos_dropdown .cart_threshold {
    background-color: #f5f5f5;
}

/**************************************************
* Quantity
**************************************************/
.quantity .tc button:hover {
    color: var(--main-color);
}

.quantity input.input-text[type=number] {
    background-color: #000
}

.ttip_nt .tt_txt {
    opacity: 0;
    position: absolute;
    pointer-events: none
}

.variations_form .quantity.qty__false {
    display: none !important
}

.quantity input.input-text[type="number"] {
    -moz-appearance: textfield;
    width: 35px;
    border: 0;
    height: 38px;
    background: none;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    justify-self: center;
}

.content-quickview .quantity input.input-text[type="number"] {
    width: 90px;
}

.quantity input.input-text[type="number"]:focus {
    border-color: #222;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.quantity input[type="number"]:focus {
    outline: none;
}

.quantity .tc a, .quantity .tc button {
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
}

.price, .price_range {
    color: #696969;
    margin: 0;
}

.price del, .price_range del {
    color: #878787;
}

.price ins, .price_range ins {
    color: #ec0101;
    text-decoration: none;
    margin-left: 6px;
}

.price__unit {
    font-size: 12px;
}

.hover_button > a:after, .nt_add_w > a:after, .mail_agree:after, .js_frm_cart:after, .cart_ac_edit:after, .hotspot_ins:after, .js_add_group:after, .sticky_atc_js:after, .css_add_ld:after,
.on_list_view_true .pr_list_item .product-info__btns > a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-left-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
}

.on_list_view_true .pr_list_item .product-info__btns > a:after, .sticky_atc_js:after {
    border-left-color: currentColor;
}

.hover_button > a:not(:hover):after, .cart_ac_edit:after,
.hotspot_ins:not(:hover):after {
    border-color: rgba(0, 0, 0, .3);
    border-left-color: #fff
}

.hover_button > a.loading, .nt_add_w > a.loading, .mail_agree.loading, .js_frm_cart.loading,
.js_add_group.loading, .sticky_atc_js.loading, .css_add_ld.loading,
.on_list_view_true .pr_list_item .product-info__btns > a.loading {
    pointer-events: none;
}

.hover_button > a.loading:after, .nt_add_w > a.loading:after, .mail_agree.loading:after, .js_frm_cart.loading:after, .cart_ac_edit.loading:after,
.hotspot_ins.loading:after, .js_add_group.loading:after, .sticky_atc_js.loading:after,
.css_add_ld.loading:after,
.on_list_view_true .pr_list_item .product-info__btns > a.loading:after {
    opacity: 1;
    -webkit-animation: spin 450ms infinite linear;
    animation: spin 450ms infinite linear;
}

.hover_button > a.loading > *,
.nt_add_w > a.loading > *, .mail_agree.loading > span, .mail_agree.loading:before,
.js_frm_cart.loading > *, .cart_ac_edit.loading > *,
.hotspot_ins.loading > span,
.js_add_group.loading > *, .sticky_atc_js.loading > *, .css_add_ld.loading > span,
.on_list_view_true .pr_list_item .product-info__btns > a.loading > span {
    opacity: 0
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**************************************************
* Tooltip
**************************************************/
.ttip_nt:before, .ttip_nt .tt_txt {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}

.ttip_nt:hover:before, .ttip_nt:hover .tt_txt {
    visibility: visible;
    opacity: 1;
}

.ttip_nt:hover:before, .ttip_nt:hover .tt_txt {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
}

.ttip_nt:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001;
}

.ttip_nt .tt_txt {
    display: inline-block;
    background: #383838;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
}

.ttip_nt[aria-label] .tt_txt {
    content: attr(aria-label);
}

.ttip_nt[data-hint] .tt_txt {
    content: attr(data-hint);
}

[aria-label='']:before, [aria-label=''] .tt_txt,
[data-hint='']:before,
[data-hint=''] .tt_txt {
    display: none !important;
}

/**
 * Classes added:
 *  1) tooltip_top
 *  2) tooltip_bottom
 *  3) tooltip_left
 *  4) tooltip_right
 */
/**
 * set default color for tooltip arrows
 */
body .tooltip_top_left:before {
    border-top-color: #383838;
}

body .tooltip_top_right:before {
    border-top-color: #383838;
}

.tooltip_top:before {
    border-top-color: #383838;
}

body .tooltip_bottom_left:before {
    border-bottom-color: #383838;
}

body .tooltip_bottom_right:before {
    border-bottom-color: #383838;
}

.tooltip_bottom:before {
    border-bottom-color: #383838;
}

body .tooltip_left:before {
    border-left-color: #383838;
}

body .tooltip_right:before {
    border-right-color: #383838;
}

/**
 * top tooltip
 */
.tooltip_top:before,
.tooltip_top_right:before {
    margin-bottom: -11px;
}

.tooltip_top:before, .tooltip_top .tt_txt,
.tooltip_top_right .tt_txt {
    bottom: 100%;
    left: 50%;
}

.tooltip_top:before,
.tooltip_top_right:before {
    left: calc(50% - 6px);
}

.tooltip_top .tt_txt,
.tooltip_top_right .tt_txt {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_top:hover:before,
.tooltip_top_right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.tooltip_top:hover .tt_txt,
.tooltip_top_right:hover .tt_txt {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

.tooltip_top_right .tt_txt {
    margin-left: 0;
}

/**
 * bottom tooltip
 */
.tooltip_bottom:before {
    margin-top: -11px;
}

.tooltip_bottom:before, .tooltip_bottom .tt_txt {
    top: 100%;
    left: 50%;
}

.tooltip_bottom:before {
    left: calc(50% - 6px);
}

.tooltip_bottom .tt_txt {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.tooltip_bottom:hover .tt_txt {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */

body .tooltip_right:before {
    margin-left: -11px;
    margin-bottom: -6px;
}

body .tooltip_right .tt_txt {
    margin-bottom: -14px;
}

body .tooltip_right:before, body .tooltip_right .tt_txt {
    left: 100%;
    bottom: 50%;
}

body .tooltip_right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

body .tooltip_right:hover .tt_txt {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

/**
 * left tooltip
 */
body .tooltip_left:before {
    margin-right: -11px;
    margin-bottom: -6px;
}

body .tooltip_left .tt_txt {
    margin-bottom: -14px;
}

body .tooltip_left:before, body .tooltip_left .tt_txt {
    right: 100%;
    bottom: 50%;
}

body .tooltip_left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

body .tooltip_left:hover .tt_txt {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
body .tooltip_top_left:before {
    margin-bottom: -11px;
}

body .tooltip_top_left:before, body .tooltip_top_left .tt_txt {
    bottom: 100%;
    left: 50%;
}

body .tooltip_top_left:before {
    left: calc(50% - 6px);
}

body .tooltip_top_left .tt_txt {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

body .tooltip_top_left .tt_txt {
    margin-left: 12px;
}

body .tooltip_top_left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

body .tooltip_top_left:hover .tt_txt {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
body .tooltip_top_right:before {
    margin-bottom: -11px;
}

body .tooltip_top_right:before, body .tooltip_top_right .tt_txt {
    bottom: 100%;
    left: 50%;
}

body .tooltip_top_right:before {
    left: calc(50% - 6px);
}

body .tooltip_top_right .tt_txt {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

body .tooltip_top_right .tt_txt {
    margin-left: -12px;
}

body .tooltip_top_right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

body .tooltip_top_right:hover .tt_txt {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
body .tooltip_bottom_left:before {
    margin-top: -11px;
}

body .tooltip_bottom_left:before, body .tooltip_bottom_left .tt_txt {
    top: 100%;
    left: 50%;
}

body .tooltip_bottom_left:before {
    left: calc(50% - 6px);
}

body .tooltip_bottom_left .tt_txt {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

body .tooltip_bottom_left .tt_txt {
    margin-left: 12px;
}

body .tooltip_bottom_left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

body .tooltip_bottom_left:hover .tt_txt {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
body .tooltip_bottom_right:before {
    margin-top: -11px;
}

body .tooltip_bottom_right:before, body .tooltip_bottom_right .tt_txt {
    top: 100%;
    left: 50%;
}

body .tooltip_bottom_right:before {
    left: calc(50% - 6px);
}

body .tooltip_bottom_right .tt_txt {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

body .tooltip_bottom_right .tt_txt {
    margin-left: -12px;
}

body .tooltip_bottom_right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

body .tooltip_bottom_right:hover .tt_txt {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

/**************************************************
* grid instagram
**************************************************/
.thema-instagram-grid {
    display: block;
    list-style: none;
    margin: -1px;
    font-size: 0;
    line-height: 0;
}

.thema-instagram-grid__elm {
    display: inline-block;
    width: 33.33333333%;
    padding: 1px;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
}

.thema-instagram-grid__thumb-link::after {
    content: '\f16d';
    display: inline-block;
    font-family: fathema, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #ededed;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.thema-instagram-grid__thumb-link::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.thema-instagram-grid__thumb-link img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    z-index: 1;
}

.thema-instagram-grid__thumb-link:hover::after,
.thema-instagram-grid__thumb-link:hover::before {
    opacity: 1;
    visibility: visible;
}

.thema-instagram-grid__thumb-link:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.thema-instagram-grid__thumb-link {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

/**************************************************
* Main slide
**************************************************/
.thema-caption--midle-right,
.thema-caption--midle-left {
    top: 50%;
    left: 39%;
    transform: translate(-39%, -50%);
}

.thema-caption-layout-01__subtitle {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #222222;
    margin: 0 0 5px;
}

.thema-caption-layout-01__title {
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 11px;
}

.type_slideshow button.thema-caption-layout-01__button.slt4_btn,
.type_slideshow a.thema-caption-layout-01__button.slt4_btn {
    min-height: 40px;
    font-size: 14px;
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
    min-width: 150px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.thema-slide-element__pdb-600 {
    padding-top: 250px;
}

/**************************************************
* Quick shop
**************************************************/
.pt__127_6-percent,
.thema-quick-shop .qs_img_i.nt_img_ratio {
    padding-top: 127.6595745%;
}

.thema-quick-view-tpl .sp-pr-gallery__img .nt_bg_lz,
.nt_carousel_qv.equal_nt.ratio_img1 .nt_bg_lz {
    padding-top: 127.5862069%;
}

.nt_label, .nt_label.on, .qs_label.onsale {
    background-color: #ff4e00;
}

/**************************************************
* Megamenu
**************************************************/
.megamenu-content-650px {
    width: 650px !important;
}

.megamenu-content-950px {
    width: 950px !important;
}

.megamenu-content-1000px {
    width: 1000px !important;
}

.megamenu-content-1050px {
    width: 1050px !important;
}

.megamenu-content-1100px {
    width: 1100px !important;
}

.megamenu-content-1200px {
    width: 1200px !important;
}

.megamenu-content-750px {
    width: 750px;
}

.megamenu-content-700px {
    width: 700px;
}

.lbc_nav.lb_menu_hot {
    background-color: #ff3e11;
    color: #fff;
}
.thema-rating-result {
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
}

.thema-rating-result__pipe {
    display: flex;
}

.thema-rating-result__start {
    display: inline-block;
    background-image: url(../images/active-start.svg);
    height: 13px;
    width: 13px;
}

.thema-rating-result__start--big {
    height: 15px;
    width: 15px;
    background-size: contain;
}

.thema-rating-result__start.active ~ .thema-rating-result__start {
    background-image: url(../images/deactive-start.svg);
}

.thema-rating-result__start + .thema-rating-result__start {
    margin-inline-start: 2.5px;
}

.thema-rating-result__number {
    margin-inline-start: 10px;
}

.popup_prpr_wrap {
    max-width: 950px;
    margin: 30px auto;
    padding: 30px;
}

/****************************
* fix bugs reports
*****************************/
.thema-section-pr_summary .product_title {
    font-size: 20px;
}

.urun-child-right-section{
    min-width: 34vw;
}

/****************************************
*! HOME-GLASSES CSS
*****************************************/

body {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #878787;
    font-weight: 400;
}

.f_body,
.nt_action .tcount,
.lazyloaded h4.f_body {
    font-family: Raleway, sans-serif;;
}

.footer__top .widget-title .txt_title,
.lazyloaded h1,
.lazyloaded h2,
.lazyloaded h3,
.lazyloaded h4,
.lazyloaded h5,
.lazyloaded h6,
.lazyloaded .f__mont,
.lazyloaded .f_heading {
    font-family: Montserrat, sans-serif;;
}

h1,
h2,
h3,
h4,
h5,
h6,
.f__mont,
.f_heading,
.h3 {
    font-weight: 600;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.428;
}

.lazyloaded .sub-title,
.lazyloaded .f__libre,
.lazyloaded blockquote,
.lazyloaded em {
    font-family: Pinyon Script, sans-serif;
}

.sub-title,
.section-subtitle {
    color: #878787;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
}

.section-subtitle {
    font-size: 14px;
    font-weight: 400;
}

.nt_pr h3.product-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.widget-title {
    font-weight: 500;
}

.hover_button .nt_add_qv,
.hover_button .pr_atc {
    text-transform: capitalize;
}

.nt_pr .product-info {
    margin-top: 15px;
}

.nt_pr .product-info .price {
    font-size: 14px;
}

.nt_menu > li > a {
    font-weight: 500;
    font-size: 14px;
}

.menu_auto .nav_dropdown > .nav_dropdown_col > a:hover,
.menu_auto .nav_dropdown > .nav_dropdown_col > a:focus,
.menu_auto .nav_dropdown_default li > a:hover,
.menu_auto .nav_dropdown_default li > a:focus,
.nav_dropdown > .nav_dropdown_col li > a:hover,
.nav_dropdown > .nav_dropdown_col li > a:focus {
    color: #fc4a1a;
}

.cp,
.chp:hover,
.currencies .selected,
.languages .selected,
.color_primary_dark a:hover,
.color_primary_dark a:active,
.color_primary_dark a:focus,
#thema-section-nt_filter .nt_filter_block .active a,
#thema-section-nt_filter .nt_filter_block a:hover,
a:hover,
a:active,
.cp,
.chp:hover,
#nt_sortby .wrap_sortby a.selected,
.nt_filter_block li.active > a,
.widget_product_categories .btn_cats_toggle:hover i,
.widget_product_categories .btn_cats_toggle.active i,
.widget_product_categories li.current-cat > a,
.product-image .nt_add_w > a:hover,
.product-image .nt_add_cp > a:hover,
.header-text > a:not(.cg):hover,
.header-text > .cg:hover,
.nt_mb_menu .sub-menu li a.selected,
.nt_mb_menu .current_item > a,
.title_7 + .tt_divider > i.clprtrue,
.widget .product_list_widget a.product-title:hover,
.widget .product_list_widget a.product-title:active,
.widget .post_list_widget a.article-title:hover,
.widget .post_list_widget a.article-title:active,
.swatch.is-label .nt_lt_fake .swatch_pr_item:not(.is-selected):hover .swatch__value_pr,
#cat_thema ul li.current-cat > a,
#cat_thema .sub-menu li > a:hover,
.mfp-content #cat_thema li.current-cat > a.cat_link,
.tab_cat_title.des_tab_4 > li > a.tt_active,
.tab_cat_title.des_tab_8 > li > a.tt_active,
.tab_cat_title.des_tab_7 > li > a.tt_active,
.clhovermq .cart_pos_dropdown:not(.template-cart) .icon_cart:hover a,
.tab_cat_title.des_tab_11 > li > a,
.quantity .tc button:hover,
.type_feature_columns a.button.btn--style-3:hover,
.dark-mode .on_list_view_true .pr_list_item .product-info__btns > a.nt_add_qv {
    color: #31b3c6;
}

.nt_menu > li > a:hover,
.nt_action > a:hover,
.nt_action > div > a:hover,
.nt_action .ssw-topauth .push_side:hover,
.nt_menu > li > a:focus,
.nt_action > a:focus,
.nt_action > div > a:focus,
.nt_action .ssw-topauth .push_side:focus,
.menu-item:hover > a,
.menu-item:focus > a,
.menu-item > a:hover,
.menu-item > a:focus{
    color: #31b3c6 !important;
}

input[type="submit"]:hover,
button:hover,
a.button:hover,
.bgcp,
.jas-ajax-load a:hover,
.widget .tagcloud a:hover,
.widget .tagcloud a.active,
#thema-section-nt_filter .widget .tagcloud a:hover,
#thema-section-nt_filter .widget .tagcloud a:active,
.single_add_to_cart_button,
.variations.style__radio li.is-selected span.radio_styled:after,
.variations.style__radio li.is-selected-nt span.radio_styled:after,
.video-control__play,
.signup-newsletter-form .submit-btn:hover,
.mb_nav_title:after,
.title_4 span:after,
.title_3:after,
ul.nt_filter_styleck > li.active > a:before,
.js_agree_ck:checked + label:before,
.css_agree_ck:checked + label:before,
.widget .tagcloud a:hover,
.widget .tagcloud a.active,
.nt_filter_styletag a:hover,
.nt_filter_styletag .active a,
.button.button_primary,
.address-edit-toggle:focus,
.shipping_calculator input.get_rates,
input.button.btn_back,
.prev_next_3 .flickity-button,
.dot_color_3 .flickity-page-dots .dot,
.dot_color_3 .flickity-page-dots .dot:after,
.tab_cat_title > li > a:hover > span:after,
.tab_cat_title > li > a.tt_active > span:after,
.nt_shipping.nt_icon_circle .icon:not(.ship_img):before,
.pr_deal_dt.des_4,
.title_9 span:after,
.h_search_btn,
.js_fbt_ck:checked + label:before,
.progress_bar .current_bar,
.mini_cart_footer .button.btn-checkout,
body.template-cart .shipping_calculator input.get_rates,
.shipping_calculator input.get_rates,
input.button.btn_back,
.cat_design_7 .cat_grid_item__wrapper,
.about_us_img.border_true > span:after,
.about_us_img.border_true > span:before,
.des_title_13::after,
.noUi-handle:before,
.noUi-handle:after,
.noUi-connect,
.bgp,
.bghp:hover,
.dark-mode .on_list_view_true .pr_list_item .product-info__btns > a,
.dark-mode .mini_cart_footer .button.btn-checkout,
.dark-mode .single_add_to_cart_button,
.dark-mode .button.button_primary,
.dark-mode .address-edit-toggle:focus,
.dark-mode .shipping_calculator input.get_rates,
.dark-mode input.button.btn_back {
    background-color: #31b3c6;
}

input[type="submit"]:hover,
button:hover,
a.button:hover,
.jas-ajax-load a:hover,
.widget .tagcloud a:hover,
.widget .tagcloud a.active,
#thema-section-nt_filter .widget .tagcloud a:hover,
#thema-section-nt_filter .widget .tagcloud a:active,
.variations_button .nt_add_w:hover,
.variations_button .nt_add_cp:hover,
.single_add_to_cart_button,
.variations.style__radio .swatch:not(.is-color) li:hover,
.variations.style__radio .swatch:not(.is-color) li.is-selected,
.variations.style__radio .swatch:not(.is-color) li.is-selected-nt,
.variations.style__radio li:hover span.radio_styled,
.variations.style__radio li.is-selected span.radio_styled,
.variations.style__radio li.is-selected-nt span.radio_styled,
.video-control__play,
ul.nt_filter_styleck > li.active > a:before,
.js_agree_ck:checked + label:before,
.css_agree_ck:checked + label:before,
.widget .tagcloud a:hover,
.widget .tagcloud a.active,
.nt_filter_styletag a:hover,
.nt_filter_styletag .active a,
.button.button_primary,
.address-edit-toggle:focus,
.shipping_calculator input.get_rates,
.shipping_calculator input.get_rates:focus,
.mini_cart_note input.btn_back:focus,
.prev_next_3 .flickity-button,
.tab_name,
.js_fbt_ck:checked + label:before,
body.template-cart .shipping_calculator input.get_rates,
input.button.btn_back,
.dark-mode .button.button_primary,
.tab_cat_title.des_tab_11 > li > a.tt_active,
.tab_cat_title.des_tab_11 > li > a:hover {
    border-color: #31b3c6;
}

.wrap_sortby a:hover,
.wrap_sortby a.selected,
.nt_lt_fake ul > li:hover,
.nt_lt_fake ul > li.is-selected,
.nt_lt_fake ul > li.is-selected-nt {
    background: rgba(195, 157, 98, 0.08);
    color: #31b3c6;
}

.pr_choose_wrap > .pr_choose_item.t4_chosen {
    border: 2px solid #31b3c6;
    background: rgba(195, 157, 98, 0.06);
}

.pswp_thumb_item.pswp_tb_active,
.pswp_tp_light .pswp_thumb_item.pswp_tb_active {
    box-shadow: 0 0 0 2px #31b3c6;
}

.on_list_view_true .pr_list_item .product-info__btns > a {
    background-color: #007e91;
}

.on_list_view_true .pr_list_item .product-info__btns > a.nt_add_qv {
    color: #007e91;
}

.thema-lbl__nav-sale > .lbc_nav,
.nt_label,
.nt_label.on,
.qs_label.onsale {
    background-color: #ff4e00;
}

.nt_label.out-of-stock {
    background-color: #31b3c6;
}

.thema-lbl-new__header,
.nt_label.new,
.lb_new {
    background-color: #109533;
}

h3.product-title,
h3.product-title > a,
h1.product_title.entry-title,
.widget .product_list_widget .product-title,
.widget .post_list_widget .article-title {
    color: #222222;
}

.price,
.price_range,
.grouped-pr-list-item__price {
    color: #696969;
}

.price ins,
.price_range ins,
.order-discount,
.sticky_atc_price,
.kl_fbt_price,
.grouped-pr-list-item__price ins,
.widget .product_list_widget ins {
    color: #ec0101;
}

.widget .product_list_widget del,
.price del,
.price_range del,
.sticky_atc_price del,
.kl_fbt_wrap del {
    color: #878787;
}

.order-discount.order-discount--title {
    color: #5e8e3e;
}

.nt_bg_lz.lazyload,
.nt_bg_lz.lazyloading,
.nt_load.lazyloaded,
.nt_fk_lz {
    background-color: rgba(0, 0, 0, 0);
}

.nt_bg_lz.lazyload:before,
.nt_bg_lz.lazyloading:before,
.nt_load.lazyloaded:before,
.nt_fk_lz:before,
.lds_bginfinity:before,
.nt_mini_cart.loading .mini_cart_content,
.drift-zoom-pane-loader {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M24.3%2C30C11.4%2C30%2C5%2C43.3%2C5%2C50s6.4%2C20%2C19.3%2C20c19.3%2C0%2C32.1-40%2C51.4-40%20C88.6%2C30%2C95%2C43.3%2C95%2C50s-6.4%2C20-19.3%2C20C56.4%2C70%2C43.6%2C30%2C24.3%2C30z%22%20stroke%3D%22%2356cfe1%22%20stroke-width%3D%222%22%20stroke-dasharray%3D%22205.271142578125%2051.317785644531256%22%3E%3Canimate%20attributeName%3D%22stroke-dashoffset%22%20calcMode%3D%22linear%22%20values%3D%220%3B256.58892822265625%22%20keyTimes%3D%220%3B1%22%20dur%3D%221%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    -webkit-animation: 0.35s linear infinite alternate skeletonAnimation;
    animation: 0.35s linear infinite alternate skeletonAnimation;
    background-repeat: no-repeat;
    background-size: 70px;
}

.lds_bginfinity,
.drift-loading .drift-zoom-pane-loader {
    width: 70px !important;
    height: 70px !important;
    background-size: 70px;
}

.nt_bg_lz.hide_ic_lz:before {
    display: none;
}

.product-image a.db:before {
    background: rgba(0, 0, 0, 0.1);
}

.hover_button .pr_atc {
    background: #31b3c6;
    color: #ffffff;
}

.product-image .pr_atc:hover {
    background: #31b3c6;
    color: #222222;
}

.hover_button .nt_add_qv {
    background: #31b3c6;
    color: #ffffff;
}

.product-image .nt_add_qv:hover {
    background: #31b3c6;
    color: #222222;
}

.product-image .nt_add_w > a {
    color: #ffffff;
}

.product-image .nt_add_cp > a {
    color: #fff;
}

.product-image .product-attr {
    color: #fff;
}

.single_add_to_cart_button {
    background: #31b3c6;
    color: #fff;
}

.single_add_to_cart_button:hover {
    background: #222222;
    color: #222;
}

.variations_form .thema-payment-button__button--unbranded {
    background: #222222;
    color: #fff;
}

.variations_form .thema-payment-button__button--unbranded:hover:not([disabled]),
.variations_form .thema-payment-button__button--unbranded:hover {
    background: #31b3c6;
    color: #fff;
}

.ttip_nt .tt_txt {
    background: #31b3c6;
    color: #fff;
}

body .tooltip_top_left:before,
body.rtl .tooltip_top_right:before {
    border-top-color: #31b3c6;
}

body .tooltip_top_right:before,
body.rtl .tooltip_top_left:before {
    border-top-color: #31b3c6;
}

.tooltip_top:before {
    border-top-color: #31b3c6;
}

body .tooltip_bottom_left:before,
body.rtl .tooltip_bottom_right:before {
    border-bottom-color: #31b3c6;
}

body .tooltip_bottom_right:before,
body.rtl .tooltip_bottom_left:before {
    border-bottom-color: #31b3c6;
}

.tooltip_bottom:before {
    border-bottom-color: #31b3c6;
}

body .tooltip_left:before,
body.rtl .tooltip_right:before {
    border-left-color: #31b3c6;
}

body .tooltip_right:before,
body.rtl .tooltip_left:before {
    border-right-color: #31b3c6;
}

.ntheader .nt_menu > li > a,
.ntheader .nt_action > a,
.nt_action .ssw-topauth .push_side,
.ntheader .nt_action > div > a,
.ntheader .sp_header_mid .nt-social a,
.ntheader .cus_txt_h,
.ntheader .header_categories,
.ntheader .branding > a,
.ntheader .icon_cart .ch_tt_price {
    color: #222;
}

.push-menu-btn > svg {
    fill: #222;
}

.ntheader .nt_menu > li.has-children > a > i {
    color: rgba(34, 34, 34, 0.8);
}

.ntheader .nt_menu > li.has-children > a:after {
    color: rgba(34, 34, 34, 0.45);
}

.sp_header_mid {
    background-color: #fff;
}

.ntheader.live_stuck .push-menu-btn > svg {
    fill: #222;
}

.ntheader.live_stuck .sp_header_mid {
    background-color: #fff;
}

.ntheader.live_stuck .nt_menu > li > a,
.ntheader.live_stuck .nt_action > a,
.ntheader.live_stuck .nt_action .ssw-topauth .push_side,
.ntheader.live_stuck .nt_action > div > a,
.ntheader.live_stuck .sp_header_mid .nt-social a,
.ntheader.live_stuck .cus_txt_h,
.ntheader.live_stuck .header_categories,
.ntheader.live_stuck .branding > a {
    color: #222;
}

.ntheader.live_stuck .nt_menu > li.has-children > a > i {
    color: rgba(34, 34, 34, 0.8);
}

.ntheader.live_stuck .nt_menu > li.has-children > a:after {
    color: rgba(34, 34, 34, 0.45);
}

.nt_action .tcount,
.toolbar_count {
    background-color: #000000;
    color: #ffffff;
}

input[type="submit"]:hover,
button:hover,
a.button:hover,
.address-edit-toggle:focus {
    color: #fff;
}

#ld_cl_bar,
.ld_bar_search,
.ld_cart_bar {
    background: #31b3c6;
}

a.button:not(.nt_cat_lm),
button:not(.single_add_to_cart_button):not(.flickity-button):not(.submit-btn),
input[type="submit"],
select,
.hover_button .nt_add_qv,
.hover_button .pr_atc,
.mini_cart_actions .quantity,
.btnt4_style_1 .frm_cart_page .mini_cart_actions .quantity,
.btnt4_style_1.template-cart .shipping_calculator input[type="text"],
.btnt4_style_1.template-cart .shipping_calculator select,
.btnt4_style_1.template-cart .shipping_calculator input.get_rates,
input.search_header__input:not([type="submit"]):not([type="checkbox"]),
#cart-form_qs .single_add_to_cart_button,
#cart-form_qs .quantity,
.p-thumb .flickity-button,
.header_8 .h_search_frm,
.shipping_calculator input.get_rates,
input.button.btn_back,
.shipping_calculator select,
.shipping_calculator input[type="text"] {
    border-radius: 0;
}

.header_10 .h_search_btn.js_btn_search {
    border-radius: 0px !important;
}

/*************************************
* header
*************************************/
.h__banner {
    background-color: #31b3c6;
    min-height: 41px;
    font-size: 12px;
}

.h_banner_wrap {
    color: #ffffff;
}

.h_banner_close,
.h_banner_close:hover,
.h_banner_close:focus {
    color: #ffffff !important;
}

.h_banner_close:after,
.h_banner_close:before {
    background-color: #ffffff;
}

.header__mid .css_h_se {
    min-height: 80px;
}

.nt_menu > li > a {
    height: 80px;
}

/*************************************
* slide
*************************************/
.thema-glasses__main-slide {
    background-color: #efefef !important;
}

.thema-glasses__main-slide__container .img_slider_block {
    padding-top: 450px;
}

.thema-glasses__main-slide__slide-01 .nt_img_txt > a:after {
    background-color: #222222;
    opacity: 0.25;
}

.thema-glasses__main-slide__slide-01 .pa_txts {
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thema-glasses__main-slide__slide-01-title {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
}

.thema-glasses__main-slide__slide-01-br-01 {
    height: 5px;
}

.thema-glasses__main-slide__slide-01-code {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}

.thema-glasses__main-slide__slide-01-br-02 {
    height: 15px;
}

.thema-glasses__main-slide__slide-01-btn-01.button {
    min-height: 40px;
    font-size: 12px;
    color: #ffffff;
    background-color: #31b3c6;
    border-color: #31b3c6;
    margin-top: 7.5px;
    margin-left: 7.5px
}

.thema-glasses__main-slide__slide-01-btn-01.button.btn_icon_true:after {
    color: #ffffff;
}

.thema-glasses__main-slide__slide-01-btn-02.button {
    min-height: 40px;
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #ffffff;
}

.thema-glasses__main-slide__slide-01-btn-02.button.btn_icon_true:after {
    color: #ffffff;
}

.thema-glasses__main-slide__slide-02 .nt_img_txt > a:after {
    background-color: #222222;
    opacity: 0.2;
}

.thema-glasses__main-slide__slide-02 .pa_txts {
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thema-glasses__main-slide__slide-02-first-title {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
}

.thema-glasses__main-slide__slide-02-br-01 {
    height: 0;
}

.thema-glasses__main-slide__slide-02-second-title {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
}

.thema-glasses__main-slide__slide-02-br-02 {
    height: 5px;
}

.thema-glasses__main-slide__slide-02-text-01 {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

.thema-glasses__main-slide__slide-02-br-03 {
    height: 0;
}

.thema-glasses__main-slide__slide-02-text-02 {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.thema-glasses__main-slide__slide-02-br-04 {
    height: 20px;
}

.thema-glasses__main-slide__slide-02-btn.button {
    min-height: 40px;
    font-size: 12px;
    color: #ffffff;
    background-color: #31b3c6;
    border-color: #31b3c6;
}

.thema-glasses__main-slide__slide-02-btn.button.btn_icon_true:after {
    color: #ffffff;
}

.thema-glasses__main-slide__slide-03 .nt_img_txt > a:after {
    background-color: #222222;
    opacity: 0.2;
}

.thema-glasses__main-slide__slide-03 .pa_txts {
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thema-glasses__main-slide__slide-03-text-01 {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
}

.thema-glasses__main-slide__slide-03-br-01 {
    height: 10px;
}

.thema-glasses__main-slide__slide-03-text-02 {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
}

.thema-glasses__main-slide__slide-03-br-02 {
    height: 0;
}

.thema-glasses__main-slide__slide-03-text-03 {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
}

.thema-glasses__main-slide__slide-03-br-03 {
    height: 20px;
}

.thema-glasses__main-slide__slide-03-btn.button {
    min-height: 40px;
    font-size: 12px;
    color: #ffffff;
    background-color: #31b3c6;
    border-color: #31b3c6;
}

.thema-glasses__main-slide__slide-03-btn.button.btn_icon_true:after {
    color: #ffffff;
}

/*************************************
* banner section
*************************************/
.thema-glasses__banner-double {
    margin: 0 auto 30px;
}

.thema-glasses__banner-double__cat-01 .nt_promotion > a:after {
    background-color: #000000;
    opacity: 0;
}

.thema-glasses__banner-double__cat-01 .nt_promotion_html {
    top: 50%;
    right: 15%;
    transform: translate(15%, -50%);
}

.thema-glasses__banner-double__cat-01 .mb_img_slide.nt_bg_lz {
    padding-top: 52.63157894736842%;
}

.thema-glasses__banner-double__cat-01-first-title {
    font-size: 25px;
    font-weight: 800;
    color: #d0b78f;
}

.thema-glasses__banner-double__cat-01-br {
    height: 10px;
}

.thema-glasses__banner-double__cat-01-second-title {
    line-height: 29px;
    font-size: 28px;
    font-weight: 600;
    color: #222222;
}

.thema-glasses__banner-double__cat-02 .nt_promotion > a:after {
    background-color: #000000;
    opacity: 0;
}

.thema-glasses__banner-double__cat-02 .nt_promotion_html {
    top: 50%;
    right: 15%;
    transform: translate(15%, -50%);
}

.thema-glasses__banner-double__cat-02 .mb_img_slide.nt_bg_lz {
    padding-top: 52.63157894736842%;
}

.thema-glasses__banner-double__cat-02-first-title {
    font-size: 25px;
    font-weight: 800;
    color: #d0b78f;
}

.thema-glasses__banner-double__cat-02-br {
    height: 10px;
}

.thema-glasses__banner-double__cat-02-second-title {
    font-size: 28px;
    font-weight: 600;
    color: #222222;
}

/*************************************
* tab product section
*************************************/
.thema-glasses__tab-product-container {
    margin: 40px auto 80px;
}

/*************************************
* break line
*************************************/
.thema-glasses__break-line {
    margin: 50px auto 50px;
}

/*************************************
* shipping info
*************************************/
.thema-glasses__shipping-info-container {
    padding: 20px 0 0;
}

.thema-glasses__shipping-info-container .use_border_true .nt_shipping:after {
    border-color: #dddddd;
}

.thema-glasses__shipping-info-container .icon {
    color: #31b3c6;
}

.thema-glasses__shipping-info-container .content {
    color: #878787;
    min-height: auto;
}

.thema-glasses__shipping-info-container .content h3 {
    color: #000000;
}

/*************************************
* blog post
*************************************/
.thema-glasses__blog-post-container {
    margin: 0 auto 80px;
    padding: 20px 0 0 0;
}

/*************************************
* list vertical products
*************************************/
.thema-glasses__vertical-products {
    margin: 80px auto 50px;
}

/*************************************
* footer section
*************************************/
.payment_footer_svg img {
    padding: 2.5px;
    height: 30px;
}

.footer__top a:hover {
    color: #56cfe1;
}

.footer__top .signup-newsletter-form,
.footer__top .signup-newsletter-form input.input-text {
    background-color: transparent;
}

.footer__top .signup-newsletter-form input.input-text {
    color: #ffffff;
}

.footer__top .signup-newsletter-form .submit-btn {
    background-color: #31b3c6;
}

.footer__top .widget-title {
    color: #ffffff;
}

.footer__top a:not(:hover) {
    color: #ffffff;
}

.footer__top .signup-newsletter-form {
    border-color: #ffffff;
}

.footer__top .nt_bg_overlay:after {
    background-color: #000000;
    opacity: 0;
}

.footer__top_wrap {
    background-color: #111111;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    color: #ffffff;
}

.footer__bot_wrap a:hover {
    color: #56cfe1;
}

.footer__bot_wrap {
    background-color: #000000;
    color: #ffffff;
}

.footer__bot a:not(:hover) {
    color: #ffffff;
}

.fade:not(.show){
    opacity: 0;
    display: none;
}

#loginSubmitBtn, .account-create-container-button button{
    background-color: #31b3c6;
}

.row > .flickity-button{
    width: unset !important;
}

::selection {
    background: #31b3c6;
    color: white;
}

::-moz-selection {
    background: #31b3c6;
    color: white;
}

/****************************************
*! BLOG
*****************************************/

.type_featured_blog .button{
    min-width: 50% !important;
    width: fit-content !important;
    justify-self: center;
    display: flex;
    justify-content: center;
}

.blog_main{
    padding-top: 0 !important;
}

.blog_main_cont:nth-last-of-type(2){
    display: block !important;
    max-width: 1500px;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 10px;
    padding-right: 10px;
}

.blog_main_cont > img{
    width: 100% !important;
    display: block;
    float: left;
}

.blog_details_desc{
    display: contents;
    float: left;
}

.blogcont {
    margin-top: 25px;
}
.article-box img {
    transition: transform 1s ease;
}

.article-box:hover img {
    transform: scale(1.3);
}

.blogLink:hover .footer{
    background-color: white;
}

/****************************************
*! SINGLE-MASONRY-THEME CSS
*****************************************/

#r--masonry-theme *{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;text-align:left}#r--masonry-theme .r--masonry-theme{width:100%;float:left}#r--masonry-theme .r--masonry-theme .r--load-more{position:static!important;height:auto!important}#r--masonry-theme .r--masonry-theme .animate{opacity:0}#r--masonry-theme .r--masonry-theme .error-sort{text-align:center}#r--masonry-theme .r--masonry-theme .r--header{margin-bottom:5px}#r--masonry-theme .r--masonry-theme .r--filter-review{border-bottom:none}#r--masonry-theme .r--masonry-theme select{border:none;background:#f2f2f2}#r--masonry-theme .r--masonry-theme .r--star-head{width:auto}#r--masonry-theme .r--masonry-theme .r--grid{clear:both}#r--masonry-theme .r--masonry-theme .r--item-body{padding:0 7px 7px}#r--masonry-theme .r--masonry-theme .r--grid-item{min-height:125px;border-radius:5px;float:left;margin:0 0 15px;width:calc(100% - 8px);border:1px solid #ddd;padding:10px;background:#fff;overflow:hidden}#r--masonry-theme .r--masonry-theme .r--grid-item.r--grid-img{padding:0}#r--masonry-theme .r--masonry-theme .r--item-head{overflow:hidden;border-top-left-radius:3.5px;border-top-right-radius:3.5px;position:relative;min-height:32px;float:left;width:100%}#r--masonry-theme .r--masonry-theme .r--item-head.r--item-head-img{background:#000;max-height:280px}#r--masonry-theme .r--masonry-theme .r--item-head.r--item-head-img .r--img{margin-left:auto!important;margin-right:auto!important;width:100%;height:auto;max-width:100%;min-height:133px;vertical-align:middle;cursor:-webkit-zoom-in;cursor:zoom-in}#r--masonry-theme .r--masonry-theme .r--item-head-img .r--author{background:hsla(0,0%,100%,.9)}#r--masonry-theme .r--masonry-theme .r--author{background:#f2f2f2;max-width:90%;width:-webkit-max-content;width:-moz-max-content;width:max-content;float:left;margin:-2px 0 0 -2px}#r--masonry-theme .r--masonry-theme .r--author.r--author-img{position:absolute;bottom:8px;left:9px}#r--masonry-theme .r--masonry-theme .r--author .r--show-setting{margin-right:7px;float:left}#r--masonry-theme .r--masonry-theme .r--author .r--show-setting .r--avatar-default,#r--masonry-theme .r--masonry-theme .r--author .r--show-setting img{margin-right:0!important}#r--masonry-theme .r--masonry-theme .r--date-review{opacity:.5;display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;float:left;margin-top:5px}#r--masonry-theme .r--masonry-theme .r--item-body{float:left;width:100%;border-bottom-right-radius:5px;border-bottom-left-radius:5px}#r--masonry-theme .r--masonry-theme .r--item-body .r--item-body-top{float:left;width:100%;margin-top:12px}#r--masonry-theme .r--masonry-theme .r--item-body .r--like-icon.dislike,#r--masonry-theme .r--masonry-theme .r--item-body .r--like-icon.like{margin-right:12px}#r--masonry-theme .r--masonry-theme .r--item-body .r--mobile-item{float:left;width:100%;margin:5px 0 0}#r--masonry-theme .r--masonry-theme .r--item-body .r--mobile-item .r--date-review{margin-top:0}#r--masonry-theme .r--masonry-theme .r--item-body .r--mobile-item time.r--date-review{float:left;margin-top:0;max-width:calc(100% - 25px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#r--masonry-theme .r--masonry-theme .r--item-body .r--mobile-item img{float:right;padding:8px 0;cursor:pointer}#r--masonry-theme .r--masonry-theme .r--stars-author{float:left}#r--masonry-theme .r--masonry-theme .r--stars-author .r--flag-country{display:inherit;margin-left:10px}#r--masonry-theme .r--masonry-theme .r--stars-author .r--flag-country .flag-icon{width:16px}#r--masonry-theme .r--masonry-theme .r--content-review,#r--masonry-theme .r--masonry-theme .r--title-review{text-align:left;float:left;width:100%}#r--masonry-theme .r--masonry-theme .r--title-review{font-weight:700;margin:7px 0 0;font-size:1.1em!important}#r--masonry-theme .r--masonry-theme .r--content-review{margin:6px 0 0}#r--masonry-theme .r--masonry-theme .r--reply-helpul{margin:6px 0 0;width:100%}#r--masonry-theme .r--masonry-theme .r--helpul-item{margin:0 3px 0 0!important}#r--masonry-theme .r--masonry-theme .r--helpul-item.r--show-setting{margin-right:14px}#r--masonry-theme .r--masonry-theme .r--helpul-item.r--show-setting .r--like-icon.dislike,#r--masonry-theme .r--masonry-theme .r--reply-review{margin-right:0}#r--masonry-theme .r--masonry-theme .r--helpul-item:hover .r--like-title{text-decoration:underline;cursor:pointer}#r--masonry-theme .r--masonry-theme .r--helpul-item svg{float:left}#r--masonry-theme .r--masonry-theme .r--reply-review svg{margin-right:5px}#r--masonry-theme .r--masonry-theme .r--like-icon{margin-left:0}#r--masonry-theme .r--masonry-theme .r--like-title{margin-left:5px;color:#000}#r--masonry-theme .r--image-wrapper{position:relative;width:50px;height:50px;border-radius:3px;float:left;overflow:hidden}#r--masonry-theme .r--image-wrapper.r--img-active{border:1px solid #f5f5f5}#r--masonry-theme .r--image-wrapper img{width:100%;height:auto;max-width:100%;max-height:unset!important}#r--masonry-theme .fr-product-info{float:left;width:100%;padding:10px;border-top:1px solid #ddd;margin-top:10px}#r--masonry-theme .fr-product-info .r--router-feature{width:100%;float:left}#r--masonry-theme .fr-product-info .r--router-feature .r--feature-img{margin-right:10px}#r--masonry-theme .fr-product-info .r--router-feature .r--feature-img.r--img-active{border:1px solid #d9d9d9}#r--masonry-theme .fr-product-info .r--router-feature .r--feature-info{float:left;width:calc(100% - 60px)}#r--masonry-theme .fr-product-info .r--router-feature .r--feature-info.r--not-img{width:100%}#r--masonry-theme .fr-product-info .r--router-feature .r--feature-info span{color:#333}#r--masonry-theme .fr-product-info .r--router-feature .r--feature-info span.r--rate{color:#fff}#r--masonry-theme .fr-product-info .r--router-feature .r--feature-info .frp-handle,#r--masonry-theme .fr-product-info .r--router-feature .r--feature-info .frp-title{float:left;width:100%;line-height:1.2}#r--masonry-theme .fr-product-info .r--router-feature .r--feature-info .frp-title{font-weight:700;margin-bottom:3px}#r--masonry-theme .fr-product-info .r--router-feature .r--feature-info .r--rate,#r--masonry-theme .fr-product-info .r--router-feature .r--feature-info .r--star-active,#r--masonry-theme .fr-product-info .r--router-feature .r--feature-info .r--total-review{float:left}#r--masonry-theme .fr-product-info .r--router-feature .r--feature-info .r--star-active{margin-right:5px!important;width:15px}#r--masonry-theme .fr-product-info.fr-product-info-640{padding:10px 0 0}#r--masonry-theme .fr-product-info.fr-product-info-640 .r--router-feature .r--feature-img{width:40px;height:40px;margin-right:5px}#r--masonry-theme .fr-product-info.fr-product-info-640 .r--router-feature .r--feature-info{width:calc(100% - 45px)}#r--masonry-theme .r--hide-scroll{overflow:hidden!important}#r--masonry-theme .r--text-limit{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#r--masonry-theme .r--showing{line-height:2!important;padding-bottom:10px}#r--masonry-theme .r--filter-link{background:#f2f2f2;padding:6px 12px;border-radius:3px;cursor:pointer}#r--masonry-theme .r--filter-link .r--filter-icon{height:13px;border-radius:0!important}#r--masonry-theme .r--filter-link span{line-height:1.23;float:left;margin:0 9px 0 5px}#r--masonry-theme .r--filter-link .r--select{overflow:hidden;text-overflow:clip;white-space:nowrap}#r--masonry-theme .r--filter-link .r--select.r--icon-down{width:8px}#r--masonry-theme .r--filter-wrapper{float:right;padding-bottom:20px}#r--masonry-theme .r--filter-wrapper .r--sortBy span{float:left}#r--masonry-theme .r--filter-review.r--filter-mobile{margin-top:5px}#r--masonry-theme .r--filter-review.r--filter-mobile .r--filter-button{margin-right:7px;margin-top:5px}#r--masonry-theme .r--filter-review.r--filter-mobile .r--sort-button{margin-top:5px}#r--masonry-theme .r--filter-review.r--filter-mobile .r--filter-icon{margin-right:7px!important}#r--masonry-theme .r--filter-review.r--filter-mobile .r--showing{line-height:1.7!important}#r--masonry-theme .r--btn{border:none;min-width:50px;border-radius:3px;padding:9px 15px}#r--masonry-theme .r--loading-wp{position:relative;background:hsla(0,0%,100%,.8);min-height:250px}#r--masonry-theme .r--loading-wp .r--loading-bg{position:absolute;width:100%;height:100%;z-index:2000;background:hsla(0,0%,100%,.8);padding-top:150px}#r--masonry-theme .r--loading-pedding{float:left;width:100%;height:24px;text-decoration:none!important}#r--masonry-theme .r--loading-pedding ul{margin:0 auto;text-align:center}#r--masonry-theme .r--loading-pedding ul li{width:6px;height:6px;margin:0;list-style-type:none;-webkit-transition:all .5s ease;transition:all .5s ease;border-radius:50%;display:inline-block}#r--masonry-theme .r--loading-pedding ul li:first-child{-webkit-animation:right-1 1s infinite alternate;animation:right-1 1s infinite alternate;background-color:#999;-webkit-animation-delay:.1s;animation-delay:.1s}@-webkit-keyframes right-1{0%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}to{-webkit-transform:translateY(6px);transform:translateY(6px)}}#r--masonry-theme .r--loading-pedding ul li:nth-child(2){-webkit-animation:right-2 1s infinite alternate;animation:right-2 1s infinite alternate;background-color:#999;-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes right-2{0%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}to{-webkit-transform:translateY(7px);transform:translateY(7px)}}#r--masonry-theme .r--loading-pedding ul li:nth-child(3){-webkit-animation:right-3 1s infinite alternate;animation:right-3 1s infinite alternate;background-color:#999;-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes right-3{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}to{-webkit-transform:translateY(8px);transform:translateY(8px)}}#r--masonry-theme .r--like-loading{display:inline-block}#r--masonry-theme .r--like-loading ul{display:inline-block;margin:0 auto}#r--masonry-theme .r--like-loading ul li{width:2px;height:2px;margin:2px;list-style-type:none;-webkit-transition:all .5s ease;transition:all .5s ease;border-radius:50%}#r--masonry-theme .r--like-loading ul li:first-child{-webkit-animation:right-1 1s infinite alternate;animation:right-1 1s infinite alternate;background-color:#333;-webkit-animation-delay:.1s;animation-delay:.1s}@keyframes right-1{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}#r--masonry-theme .r--like-loading ul li:nth-child(2){-webkit-animation:right-2 1s infinite alternate;animation:right-2 1s infinite alternate;background-color:#333;-webkit-animation-delay:.2s;animation-delay:.2s}@keyframes right-2{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}#r--masonry-theme .r--like-loading ul li:nth-child(3){-webkit-animation:right-3 1s infinite alternate;animation:right-3 1s infinite alternate;background-color:#333;-webkit-animation-delay:.3s;animation-delay:.3s}@keyframes right-3{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}#r--masonry-theme #r--review-theme .r--image-empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#r--masonry-theme .r--op-04{opacity:.4}#r--masonry-theme .r--f-left{float:left}#r--masonry-theme .r--f-right{float:right;padding-bottom:10px}#r--masonry-theme .r--hide-scroll{padding-right:calc(100vw - 100%)}#r--masonry-theme .cls-star{fill:#ffb102}#r--masonry-theme .r--loading-el{display:inline-block;background:#333;pointer-events:none;width:5px;height:5px;border-radius:50%}#r--masonry-theme .r--stars .r--total-view{width:100%}#r--masonry-theme .r--stars-item{display:inline-block;position:relative}#r--masonry-theme .r--stars-item svg{float:left;margin-right:2.8px}#r--masonry-theme .r--stars-item svg.last{margin-right:0}#r--masonry-theme .r--star-gray-active{float:left;overflow:hidden;top:0;left:0;position:absolute;margin:0}#r--masonry-theme .r--star-gray-active>span{position:absolute;left:0}#r--masonry-theme img.r--avatar-img{width:25px;height:25px;border-radius:50%;float:left;margin-right:7px!important}#r--masonry-theme img.r--avatar-img.r--img-reply{width:33px;height:33px}#r--masonry-theme .r--overview .r--overview-left{float:left;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#r--masonry-theme .r--overview .r--overview-left .r--star-block{float:left;text-align:center;margin:32px 8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#r--masonry-theme .r--overview .r--overview-left .r--star-block .r--stars-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto}#r--masonry-theme .r--overview .r--overview-left .r--star-block.r--star-600{margin-left:50px;margin-right:50px}#r--masonry-theme .r--overview .r--overview-left .r--star-block.r--star-850{margin-left:25px;margin-right:25px}#r--masonry-theme .r--overview .r--overview-left .r--star-block.r--star-1200{margin-left:50px;margin-right:50px}#r--masonry-theme .r--overview .r--overview-left .r--rateList{float:left;margin-left:8px;width:100%}#r--masonry-theme .r--overview .r--overview-left .r--rateList .r--total-bar-default{min-width:150px;max-width:320px}#r--masonry-theme .r--overview .r--overview-left .r--rateList.r--rate-min{max-width:calc(100% - 100px);display:inline-block}#r--masonry-theme .r--overview .r--overview-left .r--rateList.r--rate-min .r--total-bar-default{min-width:90px}#r--masonry-theme .r--overview .r--overview-left .r--rateList.r--rate-600{width:360px;margin-right:32px}#r--masonry-theme .r--overview .r--overview-left .r--rateList.r--rate-850{width:400px;margin-left:16px;margin-right:32px}#r--masonry-theme .r--overview .r--overview-left .r--rateList.r--rate-1200{width:400px;margin-left:18px;margin-right:64px}#r--masonry-theme .r--overview .r--overview-left-mobi{display:inline-block}#r--masonry-theme .r--overview .r--overview-left-mobi .r--star-block{margin-top:10px;float:unset;margin-bottom:25px}#r--masonry-theme .r--overview .r--overview-left-mobi .r--rateList{width:100%;margin-left:0;max-width:100%!important}#r--masonry-theme .r--header{float:left;width:100%;margin-bottom:10px}#r--masonry-theme .r--header h3{width:-webkit-max-content;width:-moz-max-content;width:max-content;line-height:33px;margin:0}#r--masonry-theme .r--title-average{color:#333;font-size:1.0833em;width:100%;display:inline-block;line-height:1.16;text-align:center}#r--masonry-theme .r--stars_average{line-height:1.32;font-size:2.333em;color:#333;text-align:center;font-weight:700}#r--masonry-theme .r--total-view{display:inline-block;margin-top:7px;white-space:nowrap;line-height:1.16;text-align:center}#r--masonry-theme .r--rateList{table-layout:unset!important;margin:0;background-color:unset!important;border:none!important;overflow:unset!important}#r--masonry-theme .r--rateList *{overflow:inherit!important}#r--masonry-theme .r--rateList eval,#r--masonry-theme .r--rateList td,#r--masonry-theme .r--rateList th,#r--masonry-theme .r--rateList tr{margin:0;background-color:unset!important;border:none!important}#r--masonry-theme .r--rateList td{padding:10px 5px!important}#r--masonry-theme .r--rate-name{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding-right:10px!important;line-height:1;white-space:nowrap;font-weight:400!important}#r--masonry-theme .r--rate-name.r--rate-name-mobile{padding-right:7px!important}#r--masonry-theme .r--rate-name.r--rate-name-mobile svg{margin-left:1px}#r--masonry-theme .r--rate-name div{min-height:16px}#r--masonry-theme .r--rate-numeral{width:100%;vertical-align:bottom}#r--masonry-theme .r--total-bar-default{background:#f2f2f2;border:none;height:3px;width:100%;float:left;margin-top:-5px}#r--masonry-theme .r--flex-center{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#r--masonry-theme .r--center-middle{display:inline-block;float:left;position:absolute;top:50%!important;left:50%!important;-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;max-height:100%;max-width:100%}#r--masonry-theme .r--noneBack{background:0 0}#r--masonry-theme .r--bar_bak_gray{background:#ebebeb;height:3px;float:left;position:relative;min-width:10px}#r--masonry-theme .r--bar-active{float:right;width:9px;position:relative;height:3px}#r--masonry-theme .r--rate-percent-default{background:#fff;border:1px solid #d0d0d0;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#333;min-width:14.5px;text-align:center;line-height:100%;left:50%;padding:2px 5px!important;position:absolute;bottom:8px;word-break:normal!important;transform:translateX(-50%);-o-transform:translateX(-50%);-webkit-transform:translateX(-50%)}#r--masonry-theme .r--rate-percent-default .r--rate-after{z-index:2;border-color:#fff transparent transparent;border-width:2.4px 1.3px 0;bottom:-2.3px}#r--masonry-theme .r--rate-percent-default .r--rate-after,#r--masonry-theme .r--rate-percent-default .r--rate-before{display:inline-block;border-style:solid;height:0;left:50%;position:absolute;width:0;-webkit-transform:translate(-50%);transform:translate(-50%)}#r--masonry-theme .r--rate-percent-default .r--rate-before{border-color:#d0d0d0 transparent transparent;border-width:3.5px 2.3px 0;bottom:-4.2px}#r--masonry-theme .r--rateList .r--disable{pointer-events:none;opacity:.6}#r--masonry-theme .r--overview-right{display:inline-block}#r--masonry-theme .r--overview-right.r--overview-right-mobi{width:100%;margin-bottom:5px;margin-top:20px}#r--masonry-theme .r--image-items{display:inline-block;margin-top:8px;margin-bottom:15px}#r--masonry-theme .r--image-items ul{margin:4px 0}#r--masonry-theme .r--image-items ul img{cursor:-webkit-zoom-in;cursor:zoom-in}#r--masonry-theme .r--image-items h4{font-size:1.0833em;margin:5px 0}#r--masonry-theme .r--image-items li{background:#ebebeb;border-radius:3px;border:1px solid #ebebeb;margin:5px 5px 0 0!important;width:50px;height:50px;text-align:center;position:relative;overflow:hidden;display:inline-block}#r--masonry-theme .r--image-items li img{width:100%;max-height:none}#r--masonry-theme .r--image-items li:last-child{margin-right:0}#r--masonry-theme .r--image-items li.r--more-img{background:0 0;border-radius:3px;border:1px solid #ddd}#r--masonry-theme .r--image-items li.r--more-img img{width:auto;cursor:pointer}#r--masonry-theme .r--app-write-review .r--button{border:1px solid transparent;font-weight:700;min-width:121px;padding:0 7px;margin-left:10px}#r--masonry-theme .r--list-filter{display:inline-block;width:100%;margin-bottom:8px}#r--masonry-theme .r--list-filter ul{display:contents;margin:0}#r--masonry-theme .r--list-filter .r--title-filter{margin-right:5px}#r--masonry-theme .r--list-filter li{position:relative;display:inline-block;padding:6px 11px!important;min-width:62px;text-align:center;line-height:1.2;border:1px solid #c7c7c7;border-radius:3px;margin:0 5px 7px 0!important;font-weight:400}#r--masonry-theme .r--list-filter li:hover .r--close{display:inline-block}#r--masonry-theme .r--list-filter li .r--close{display:none;position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.82);border-radius:30px;text-align:center;line-height:27px}#r--masonry-theme .r--list-filter li.r--clear-all{border:none;padding:4px 5px;padding-left:2px!important}#r--masonry-theme .r--list-filter li.r--clear-all.r--clear-all-mobi{width:100%}#r--masonry-theme .r--list-filter li.r--clear-all a{color:initial;text-decoration:underline}#r--masonry-theme .r--filter-review{float:left;width:100%;margin-top:20px;border-bottom:1px solid #f2f2f2}#r--masonry-theme .r--filter-review select{color:rgba(51,51,51,.45);padding:2.5px 20px 2.5px 15px;border-radius:3px;-moz-appearance:none;-webkit-appearance:none;appearance:none}#r--masonry-theme .r--filter-review select::-ms-expand{display:none}#r--masonry-theme .r--filter,#r--masonry-theme .r--sortBy{float:right}#r--masonry-theme .r--filter .r--filter-icon,#r--masonry-theme .r--sortBy .r--filter-icon{margin-right:7px!important}#r--masonry-theme .r--sortBy span{display:inline-block}#r--masonry-theme .r--filter{margin-right:10px}#r--masonry-theme .r--wrapper-select{display:inline-block;position:relative}#r--masonry-theme .r--wrapper-select:before{content:"";height:0;width:0;position:absolute;top:11px;right:9px;border-left:3.5px solid transparent;border-right:3.5px solid transparent;border-top:3.5px solid #9f9797}#r--masonry-theme .el-icon-arrow-left:after{content:url(https://cdn.review.com/v/images/prev-left.svg);margin-left:-2px}#r--masonry-theme .el-icon-arrow-left:before,#r--masonry-theme .el-icon-arrow-right:before{display:none}#r--masonry-theme .el-icon-arrow-right:after{content:url(https://cdn.review.com/v/images/next-right.svg);margin-left:2px}#r--masonry-theme .el-icon-arrow-left,#r--masonry-theme .el-icon-arrow-right{margin-top:2px}#r--masonry-theme .r--deactive-click{pointer-events:none}#r--masonry-theme .r--loading-pagination{position:absolute;top:0;width:100%;height:100%;background:hsla(0,0%,100%,.8)}#r--masonry-theme .r--loading-pagination ul{position:absolute;top:45%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#r--masonry-theme .r--text-load-more{color:initial;background:#f2f2f2;border-radius:5px;padding:6px 17px;line-height:1.2;font-weight:700}#r--masonry-theme .r--text-load-more:hover{text-decoration:underline}#r--masonry-theme #r--review-theme .r--load-more,#r--masonry-theme .r--loading-reviews{float:left;width:100%;text-align:center;margin:25px 0;color:#3d4246}#r--masonry-theme #r--review-theme .r--load-more a,#r--masonry-theme .r--loading-reviews a{display:inline-block}#r--masonry-theme .r--imgLoad{z-index:99;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#r--masonry-theme .r--like{float:left}#r--masonry-theme .r--like-count,#r--masonry-theme .r--like-icon,#r--masonry-theme .r--like-loading,#r--masonry-theme .r--like-title,#r--masonry-theme .r--like svg{margin:0 0 0 3px;float:left;line-height:100%}#r--masonry-theme .r--like-count{margin-left:5px;float:left}#r--masonry-theme .r--like svg{width:15.762px}#r--masonry-theme .r--like .like svg{margin-top:-4px}#r--masonry-theme .r--like .dislike svg{margin-bottom:-2px}#r--masonry-theme .r--like .r--icon-like .cls-1,#r--masonry-theme .r--like .r--icon-like .cls-2{fill:none;stroke:#999;stroke-linejoin:round}#r--masonry-theme .r--like .r--icon-like .cls-1{stroke-linecap:round}#r--masonry-theme .r--like .r--icon-dislike .cls-1,#r--masonry-theme .r--like .r--icon-dislike .cls-2{fill:none;stroke:#999;stroke-linejoin:round}#r--masonry-theme .r--like .r--icon-dislike .cls-1{stroke-linecap:round}#r--masonry-theme .r--reply-helpul svg{height:20px}#r--masonry-theme .r--icon-reply{width:21.125px;margin-top:1px}#r--masonry-theme .r--icon-reply .cls-1{fill:none;stroke:#999}#r--masonry-theme .r--icon-reply .cls-2,#r--masonry-theme .r--icon-reply .cls-4{fill:transparent;stroke:#999}#r--masonry-theme .r--icon-reply .cls-2{stroke-linecap:round}#r--masonry-theme .r--icon-reply .cls-3{-webkit-clip-path:url(#clip-path);clip-path:url(#clip-path)}#r--masonry-theme .r--icon-reply .cls-5{stroke:none}#r--masonry-theme .r--like-active .r--icon-dislike .cls-1,#r--masonry-theme .r--like-active .r--icon-dislike .cls-2,#r--masonry-theme .r--like-active .r--icon-like .cls-1,#r--masonry-theme .r--like-active .r--icon-like .cls-2,#r--masonry-theme .r--like-active .r--icon-reply .cls-1,#r--masonry-theme .r--like-active .r--icon-reply .cls-2,#r--masonry-theme .r--like-active .r--icon-reply .cls-4{stroke:#333}#r--masonry-theme .r--tools-tip .text{display:none}#r--masonry-theme .r--author{padding:3px 12px 3px 3px;border-radius:50px;font-weight:700;text-align:left;line-height:25px;}#r--masonry-theme .r--author.r--no-author{padding:3px!important;min-width:0}#r--masonry-theme .r--author.r--name-empty{padding-right:3px;min-width:0}#r--masonry-theme .r--author.r--name-empty .r--avatar-default{margin-right:0!important}#r--masonry-theme .r--author-icon span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#r--masonry-theme .r--avatar-default,#r--masonry-theme .r--stars-author .img{float:left;width:25px;height:25px;line-height:25px;margin-right:7px!important}#r--masonry-theme .r--no-author .r--avatar-default{margin-right:0!important}#r--masonry-theme .r--star-head{width:100%}#r--masonry-theme .r--star-head .r--stars{float:left}#r--masonry-theme .r--star-head svg.verified{margin:2px 0 0 10px}#r--masonry-theme .r--star-head .r--stars-item{float:left}#r--masonry-theme .r--rate{float:left;margin-right:5px;padding:1px 5px;border-radius:3px;text-align:center;line-height:100%;background:#ffb102;color:#fff;font-weight:700}#r--masonry-theme li.r--img-load{background:#f2f2f2!important}#r--masonry-theme .body-review,#r--masonry-theme .r--content-reply,#r--masonry-theme .r--content-review,#r--masonry-theme .r--image-items{text-align:left}#r--masonry-theme .attribute-review.photos-verified{float:left}#r--masonry-theme .r--write-input .r--warning{border:1px solid #db2020;outline:none}@media only screen and (min-width:500px){#r--masonry-theme .r--title-filter{margin-right:11px}#r--masonry-theme .r--title-filter li{margin-right:8px}#r--masonry-theme .border-modal{width:375px}}#r--masonry-theme #show-modal:hover,#r--masonry-theme .r--dots-item,#r--masonry-theme .r--helpul-item svg:hover,#r--masonry-theme .r--show-more:hover,#r--masonry-theme .r--submit-form:hover,#r--masonry-theme .r--write-input svg:hover,#r--masonry-theme select:hover{cursor:pointer}#r--masonry-theme .v--modal-box .flag{width:15px}#r--masonry-theme .r--header-empty{float:left;padding-bottom:20px}#r--masonry-theme .r--header-empty .r--flex-center .r--star-block{margin-top:0!important}#r--masonry-theme .r--text-empty{float:left;text-align:center;padding-top:20px;margin-top:10px;width:100%;border-top:1px solid #f2f2f2}#r--masonry-theme .r--text-empty.r--text-empty-850{width:-webkit-max-content;width:-moz-max-content;width:max-content;border-top:none;padding-top:0;margin-top:55px}#r--masonry-theme .r--text-empty .r--text-btn-write{cursor:pointer;font-weight:700;text-decoration:underline}#r--masonry-theme #show-modal{display:inline-block;border:1px solid transparent;padding:0 10px;height:33px;border-radius:3px;font-weight:700;position:relative}#r--masonry-theme #show-modal .r--loading-write{width:100%;height:100%;background:hsla(0,0%,100%,.8)}#r--masonry-theme #show-modal .r--loading-write img{width:20px}#r--masonry-theme #show-modal svg{vertical-align:middle}#r--masonry-theme #show-modal .r--text-write{margin-left:8px;line-height:31px}#r--masonry-theme .r-icon--check{margin-left:7px!important}#r--masonry-theme .r--text-photo{font-weight:700}#r--masonry-theme .r--reply-modal .r--form-top .r--title-form{position:absolute;top:12px;width:calc(100% - 36px);padding-bottom:5px;background:#fff}#r--masonry-theme .r--popover-setting{float:left;width:100%}#r--masonry-theme .r--popover-setting .r--row-setting{float:left;width:100%;margin-bottom:10px}#r--masonry-theme .r--popover-setting label{float:left;width:100px;margin-right:5px}#r--masonry-theme .r--popover-setting .el-slider__runway,#r--masonry-theme .r--popover-setting input{float:left;width:calc(100% - 110px)}#r--masonry-theme .el-switch{margin-left:20px}#r--masonry-theme .r--loading{margin:20px;float:left}#r--masonry-theme .r--icon-filter,#r--masonry-theme .r--icon-sortby{margin-right:7px}@media only screen and (max-width:900px){#r--masonry-theme .r--rate-list-setting,#r--masonry-theme .r--rate-list-setting>span{float:left;width:100%}#r--masonry-theme .r--header-empty .r--overview-left{padding:7px 0}#r--masonry-theme .r--header-empty{width:100%}#r--masonry-theme .v--modal-box.r--modal::-webkit-scrollbar{-webkit-appearance:none;width:4px!important}#r--masonry-theme .v--modal-box.r--modal::-webkit-scrollbar-thumb{border-radius:5px;border:2px solid #c2c2c2!important;background:#c2c2c2!important}}#r--masonry-theme .r--img-not-found{margin-top:40px;background:unset}#r--masonry-theme .r--img-not-found p{margin-top:20px;font-size:1.2em}#r--masonry-theme #r--review-theme .r--mobile-item{position:relative;min-height:20px}#r--masonry-theme #r--review-theme .r--mobile-item img{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width:600px){#r--masonry-theme .product-widget__review .review-item .review-number-widget{margin-left:3px!important}#r--masonry-theme .r--masonry-theme .r--reply-review{margin-left:5px!important}#r--masonry-theme #r--review-theme{max-width:100%}#r--masonry-theme #r--review-theme .r--grid .r--author{max-width:90%}#r--masonry-theme .r--write-cancel{margin-bottom:10px}}#r--masonry-theme .icon-close-popover{width:12px;height:12px;margin-bottom:10px;float:right;cursor:pointer}#r--masonry-theme .opacity-class{opacity:.2!important}#r--masonry-theme .r--setting-left{float:left;position:relative}#r--masonry-theme .r--setting-right{float:right;position:relative}#r--masonry-theme .r--show-setting{border:1px dashed red}#r--masonry-theme .r--show-setting div.r--avatar-default{margin-right:0!important}#r--masonry-theme .r--default-theme .r--show-setting .r--like-icon.dislike{margin-right:0}#r--masonry-theme .r--reply-form .r--setting-left label{margin:0}#r--masonry-theme .r--padding-setting{padding-bottom:10px}#r--masonry-theme .r--text-empty-setting{position:relative;margin-right:15px}#r--masonry-theme .r--show-pen,#r--masonry-theme .r--write-top .r--show-pen{display:block}#r--masonry-theme .r--empty-noty{margin:0 auto}#r--masonry-theme .r--loading-ajax{position:absolute;width:100%;top:0;height:100%;left:0;background:hsla(0,0%,100%,.81);z-index:99}#r--masonry-theme .r--review-total-widget{padding:5px;margin-bottom:10px}#r--masonry-theme .r--review-total-widget .review-item{display:-webkit-box;display:-ms-flexbox;display:flex}#r--masonry-theme .r--review-total-widget h1{margin:0 0 5px;font-size:18px}#r--masonry-theme .r--review-total-widget .r--stars{float:left}#r--masonry-theme .r--review-total-widget .review-number-widget{position:relative;float:left;margin-left:5px}#r--masonry-theme .r--loading-app-review{padding:100px 0 50px}#r--masonry-theme .r--loading-app-review ul{padding-left:0}@media only screen and (max-width:480px){#r--masonry-theme .sort{float:left!important}}.r--lage #r--masonry-theme .r--grid-item{width:calc(20% - 20px)!important}.r--tablet #r--masonry-theme .r--grid-item{width:calc(33.33% - 20px)!important}.r--mobile-plus #r--masonry-theme .r--grid-item{margin:0 10px 20px;width:calc(50% - 20px)!important}.r--mobile #r--masonry-theme .r--filter-review .r--filter-wrapper{float:left;width:100%;border-bottom:1px solid #e2e2e2;padding-bottom:5px;margin-bottom:10px}.r--mobile #r--masonry-theme .r--filter-review .r--filter-wrapper .r--filter,.r--mobile #r--masonry-theme .r--filter-review .r--filter-wrapper .r--sortBy{float:left}.r--mobile #r--masonry-theme .r--filter-review .r--filter-wrapper .r--sortBy{margin-right:10px;margin-bottom:10px}.r--mobile #r--masonry-theme .r--filter-review .r--filter-wrapper .r--filter{margin-bottom:10px}.r--desktop #r--masonry-theme .r--rateList tr:hover{cursor:pointer}.r--desktop #r--masonry-theme .r--tools-tip{position:relative;cursor:pointer;float:left}.r--desktop #r--masonry-theme .r--tools-tip img,.r--desktop #r--masonry-theme .r--tools-tip svg{vertical-align:middle}.r--desktop #r--masonry-theme .r--tools-tip:hover .text{display:block}.r--desktop #r--masonry-theme .r--verified-review svg{fill:#05d92d}.r--desktop #r--masonry-theme .r--tools-tip .text{background:#fff;border-radius:4px;border:1px solid #ebebeb;-webkit-box-shadow:1px 1px 3px #e6e6e6;box-shadow:1px 1px 3px #e6e6e6;font-size:.9em;left:50%;padding:3px 10px!important;position:absolute;top:-35px;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;z-index:999}.r--desktop #r--masonry-theme .r--masonry-theme .r--grid{margin:0 -10px}.r--desktop #r--masonry-theme .r--masonry-theme .r--grid-item{margin:0 10px 20px;width:calc(25% - 20px);padding:0}.r--desktop #r--masonry-theme .r--item-body-top{margin-top:14px}.r--desktop #r--masonry-theme .r--item-head{min-height:36px}.r--desktop #r--masonry-theme .r--showing{display:inline-block;line-height:23px}.r--desktop #r--masonry-theme .r--grid-item:hover{-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.16);box-shadow:1px 1px 5px rgba(0,0,0,.16)}.r--desktop #r--masonry-theme .r--author{margin:10px 0 0 10px}.r--desktop #r--masonry-theme .r--author.r--author-img{margin-left:0}.r--desktop #r--masonry-theme .r--item-body{padding:0 15px 12px}.r--desktop #r--masonry-theme .r--load-more span:hover{cursor:pointer;text-decoration:underline}@media only screen and (max-width:1000px){.r--desktop .r--masonry-theme .r--item-body{padding:0 7.5px 12px 12px}}@media only screen and (max-width:600px){.r--masonry-theme .r--grid-item{min-height:auto}.r--masonry-theme .r--grid-item .r--author-info{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%}.r--masonry-theme .r--item-body .r--like-icon.like{margin-right:5px}}.r--grid-img .r--2,.r--grid-img .r--3{height:280px;position:relative}.r--grid-img .r--2,.r--grid-img .r--2 div,.r--grid-img .r--3,.r--grid-img .r--3 div{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.r--grid-img .r--3 .r--left{border-right:1px solid #f2f2f2}.r--grid-img .r--3 .r--left,.r--grid-img .r--3 .r--right{width:50%;float:left;height:100%;cursor:-webkit-zoom-in;cursor:zoom-in}.r--grid-img .r--3 .r--right{border-left:1px solid #f2f2f2}.r--grid-img .r--3 .r--right div{height:50%;float:left}.r--grid-img .r--3 .r--right .r--top{border-bottom:1px solid #f2f2f2}.r--grid-img .r--3 .r--right .r--bottom{border-top:1px solid #f2f2f2}.r--grid-img .r--3 .r--right .r--bottom .r--more-img{float:left;width:100%;height:100%;background:rgba(0,0,0,.4);color:#fff;font-size:2.2em;text-align:center!important;line-height:139px;cursor:pointer}.r--grid-img .r--2 .r--left,.r--grid-img .r--2 .r--right{cursor:-webkit-zoom-in;cursor:zoom-in;float:left}.r--grid-img .r--2.r--vertial .r--left,.r--grid-img .r--2.r--vertial .r--right{width:50%;height:100%}.r--grid-img .r--2.r--vertial .r--left{border-right:1px solid #f2f2f2}.r--grid-img .r--2.r--vertial .r--right{border-left:1px solid #f2f2f2}.r--grid-img .r--2.r--horizontal .r--left,.r--grid-img .r--2.r--horizontal .r--right{width:100%;height:50%}.r--grid-img .r--2.r--horizontal .r--left{border-bottom:1px solid #f2f2f2}.r--grid-img .r--2.r--horizontal .r--right{border-top:1px solid #f2f2f2}.r--more-action{background:#fff;float:left;width:100%;text-align:center;border-bottom:1px solid #ebebeb;padding:12px 0;position:relative}.r--more-action .r--like .r--icon-dislike .cls-1,.r--more-action .r--like .r--icon-dislike .cls-2,.r--more-action .r--like .r--icon-like .cls-1,.r--more-action .r--like .r--icon-like .cls-2{fill:none;stroke:#999;stroke-linejoin:round}.r--more-action .r--icon-reply .cls-2{stroke-linecap:round}.r--more-action .r--icon-reply .cls-2,.r--more-action .r--icon-reply .cls-4{fill:transparent;stroke:#999}.r--more-action .r--more-action-header{float:left;width:100%;text-align:center;border-bottom:1px solid #ebebeb;padding:12px 0;position:relative}.r--more-action .r--more-action-header h3{margin:0}.r--more-action .r--more-action-header .r--close{position:absolute;top:50%;right:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.r--more-action .r--like-count,.r--more-action .r--like-icon,.r--more-action .r--like-loading,.r--more-action .r--like-title,.r--more-action .r--like svg{float:left;line-height:100%}.r--more-action .r--icon-reply{width:21.125px;margin-top:1px;float:left}.r--more-action .r--helpul-item span{float:left}.r--more-action .r--like svg{width:15.762px}.r--more-action .r--like-count{margin-left:5px}.r--more-action ul{float:left;width:100%;padding:10px 18px 15px;margin:0}.r--more-action li{float:left;width:100%;margin:0!important;padding:15px 0}.r--more-action svg{vertical-align:middle;margin-right:14px}.r--more-action .r--like{margin:0!important}.r--more-action .r--like .dislike svg,.r--more-action .r--like .like svg{margin-left:0}.r--more-action h3{margin:0}.r--more-action .r--close{position:absolute;top:50%;right:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}

/****************************************
*! SINGLE-PRODUCT CSS
*****************************************/

li.l_custom_svg svg {
    width: 35px;
    height: 35px;
    color: #222;
    margin: 5px;
}

.lt-block-reviews {
    min-height: 10px;
    clear: both;
}

.r--bar-active {
    background-color: rgb(253, 188, 0);
}

.r--rate-percent-default {
    border-color: rgb(208, 208, 208);
}

.r--rate-after {
    border-top-color: rgb(255, 255, 255);
}

.r--rate-before {
    border-top-color: rgb(208, 208, 208);
}

.r--avatar-default {
    background: #f4b459;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.avatar--bg-red {
    background: #ea5644;
}

.avatar--bg-purple {
    background: #725ead;
}

.avatar--bg-blue {
    background: #4490c7;
}

.r--verified-review .text {
    color: rgb(5, 217, 45);
}

.r--flag-country .text {
    color: rgb(5, 217, 45);
}

.r--masonry-theme {
    background: transparent !important;
    border: none;
}

#r--masonry-theme .r--header,
#r--masonry-theme .r--masonry-theme {
    display: block;
    float: none;
    overflow: hidden;
}

.r--filter-wrapper span,
.r--filter-wrapper span *,
.r--grid-item, .r--grid-item * {
    color: #333333;
}

.r--write-review .r--write-wrapper .r--write-top {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 15px 24px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    float: left;
}

.r--write-review .r--write-wrapper .r--rate-review .r--label-quality {
    margin-right: 24px;
}

.r--write-review .r--write-input label {
    font-weight: 600;
    display: inline-block;
    margin: 0;
    color: #696969;
}

.r--write-review .r--write-input {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.r--write-review textarea {
    margin: 0;
    float: left;
    width: 100%;
    height: 99px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    padding: 12px 9px;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.r--write-review input {
    border: 1px solid #bfbfbf;
    float: left;
    width: 100%;
    height: 33px;
    border-radius: 3px;
    margin: 0;
    padding: 0 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.r--write-review .r--write-input input,
.r--write-review .r--write-input textarea {
    margin-top: 10px;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.r--write-review .r--title-form span {
    font-size: 1.3333rem;
    font-weight: 700;
}

.r--write-review .r--title-form {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    min-height: 15px;
}

.r--write-review .r--write-submit .r--button {
    height: 33px;
    margin: 0 !important;
    line-height: 31px !important;
    background: #FFB102;
}

.r--write-review .r--submit-form {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0 20px;
    height: 33px;
    display: block;
    text-align: right;
}

.r--write-review .r--write-submit {
    margin: 20px 0 0;
    clear: both;
    display: inline-block;
}

.review-popup__content {
    max-height: calc(100vh - 50px);
    min-height: 300px;
    width: 90% !important;
    max-width: 415px;
    overflow: auto !important;
    scroll-behavior: smooth;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .86);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .86);
    color: #333;
    z-index: 99999999999999 !important;
    padding: 30px;
    margin: 0 auto;
}

.review-popup__content::-webkit-scrollbar {
    width: 7px;
    height: 8px;
}

.review-popup__content::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    height: 10px;
    border-radius: 5px;
}

.r--write-review .r--write-wrapper .r--write-product {
    padding: 15px;
    float: left;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.r--write-review .r--write-wrapper .r--write-product .r--img-wrapper img {
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.r--write-review .r--write-wrapper .r--write-product .r--img-wrapper {
    height: 44px;
    width: 44px;
    position: relative;
    float: left;
    margin-right: 15px;
}

.r--write-review .r--write-wrapper .r--write-product .r--info-product {
    display: inline-block;
    max-width: calc(100% - 60px);
}

.r--write-review .r--write-wrapper .r--write-product .r--info-product p {
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.21;
}

.r--write-review .r--text-limit {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.review-popup__content .r--title-form {
    margin-top: 2px;
}

.bg-yellow {
    background: rgb(255, 177, 2);
}

.show-modal-mobile .r--button {
    display: inline-block;
    border: 1px solid transparent;
    padding: 0 10px;
    height: 33px;
    border-radius: 3px;
    font-weight: 700;
    position: relative;
}

.show-modal-mobile .r--text-write {
    font-weight: 400;
    margin-left: 8px;
}

@media (max-width: 991px) {

    .show-modal-mobile {
        padding-top: 15px;
    }

    .r--desktop #r--masonry-theme .r--masonry-theme .r--grid-item {
        width: calc(50% - 20px) !important;
    }
}

@media (max-width: 500px) {
    .r--desktop #r--masonry-theme .r--masonry-theme .r--grid-item {
        width: calc(100% - 20px) !important;
    }
}

#wrap_des_pr {
    background-color: #fff;
}

@media (min-width: 1025px) {
    #wrap_des_pr {
        background-color: #f6f6f8;
    }
}

#wrap_des_pr {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    #wrap_des_pr {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.r--write-review .r--flex-center {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.r--write-review .rate {
    display: flex;
    font-size: 24px;
    line-height: 24px;
    justify-content: center;
}

.r--write-review .rate > input {
    display: none;
}

.r--write-review .rate > label {
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    color: #ffc700;
}

.r--write-review .rate > label:before {
    content: '★';
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    transition: color 0.35s ease;
    color: inherit;
    width: 30px;
    text-align: center;
}

.r--write-review .rate > input:checked ~ label {
    color: #ccc;
}

.r--write-review .rate > input:checked + label {
    color: #ffc700;
}

.r--write-review .rate:hover > label {
    color: #ffc700 !important;
}

.r--write-review .rate > input:hover ~ label {
    color: #ccc !important;
}

.r--write-review .rate > input:hover + label {
    color: #ffc700 !important;
}

#r--masonry-theme .r--masonry-theme .r--load-more {
    position: static !important;
    height: auto !important;
    width: 100%;
    text-align: center;
    margin: 25px 0;
    color: #3d4246;
    display: block;
    clear: left;
}

#r--masonry-theme .r--masonry-theme .r--grid {
    clear: both;
    overflow: hidden;
}

#r--masonry-theme .r--overview {
    padding: 15px 0;
    width: 100%;
    float: left;
    position: relative;
}

#r--masonry-theme .r--masonry-theme .r--reply-helpul {
    list-style: none;
    padding: 0;
}

@media (max-width: 767px) {
    #r--masonry-theme .r--overview .r--overview-left .thema-rating-result {
        justify-content: center;
        margin: 4px 0 0;
    }

    #r--masonry-theme .r--overview .r--overview-left {
        display: block;
    }

    #r--masonry-theme .r--overview .r--overview-left .r--rateList.r--rate-850,
    #r--masonry-theme .r--overview .r--overview-left .r--star-block.r--star-850 {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }

    .r--desktop #r--masonry-theme .r--showing {
        display: none;
    }

    #r--masonry-theme .r--filter-review {
        margin-top: 40px;
    }
}

/*form discussion*/
.r--reply-review * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

.r--reply-review .r--reply-item-review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.r--reply-review .r--write-submit .r--button {
    height: 33px;
    float: right;
    margin: 0 !important;
    line-height: 31px !important;
}

.r--reply-review .r--write-submit .r--write-cancel {
    margin-right: 10px !important;
}

.r--reply-review .r--author {
    float: left;
    background: #f2f2f2;
    padding: 3px 10px 3px 3px;
    border-radius: 50px;
    min-width: 80px;
    margin: 0 0 12px;
}

.r--reply-review .r--author-review {
    font-weight: 700;
}

.r--reply-review .r--avatar-wp {
    float: left;
    position: relative;
    margin-right: 7px;
}

.r--reply-review .r--avatar-default {
    float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0;
}

.r--reply-review .r--date-review {
    margin-left: 10px;
}

.r--reply-review .title-review {
    font-weight: 700;
    margin-bottom: 12px;
    display: inline-block;
}

.r--reply-review .r--star-review {
    margin-bottom: 12px;
    width: 100%;
}

.r--reply-review .body-review {
    margin-bottom: 10px;
}

.r--reply-review .r--titles-top {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
}

.r--reply-review .r--reply-items {
    float: left;
    width: 100%;
    padding: 0 0 19px 0;
    margin: 0 0 10px 0;
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
}

.r--reply-review .r--reply-item {
    margin: 0;
    float: left;
    width: 100%;
}

.r--reply-review .r--reply-item + .r--reply-item {
    margin-top: 15px;
}

.r--reply-review .r--reply-item .r--reply-content-wrapper {
    float: left;
    width: calc(100% - 45px);
}

.r--reply-review .r--reply-item .r--reply-content {
    float: left;
    width: 100%;
    opacity: .9;
    border-radius: 5px;
    max-width: 100%;
    background: #f2f2f2;
    padding: 9px 15px;
}

.r--reply-review .r--reply-item .r--avatar-default {
    margin: 2px 15px 0 0;
}

.r--reply-review .r--date-reply {
    float: none;
    line-height: normal;
    color: rgba(51, 51, 51, .4);
    margin-left: 7px;
}

.r--reply-review .r--reply-item .r--date-reply {
    margin: 8px 0 0;
    float: left;
    width: 100%;
    text-align: right;
}

.r--reply-review .r--write-submit .r--button {
    height: 33px;
    float: right;
    margin: 0 !important;
    line-height: 31px !important;
    border: 1px solid transparent;
}

.r--reply-review .r--write-submit .r--button + .r--button {
    margin-right: 10px !important;
}

.r--reply-review .r--write-submit .r--submit-form {
    background: #333333;
    color: #ffffff;
}

.r--reply-review .r--submit-form {
    float: left;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0 20px;
    height: 33px;
}

.r--reply-review .r--write-submit .r--write-cancel {
    background: transparent;
    color: #333333;
    border-color: #c3c3c3;
}

.r--reply-review .r--write-cancel {
    border: 1px solid #c3c3c3;
    background: initial;
    color: inherit;
    border-radius: 3px;
    font-weight: 700;
    padding: 0 25px;
    float: left;
}

.review-popup__content {
    border-radius: 5px;
}

.r--reply-review .r--reply-button .r--button {
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 5px;
    background: #f2f2f2;
    color: #4a4949;
    padding: 0 14px;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    line-height: 36px;
}

.thema-section-pr_summary .product_title {
    margin-bottom: 14px !important;
}

.sp-single .entry-summary > .price-review {
    margin-bottom: 23px !important;
}

/****************************************
* add to cart sticky bar
*****************************************/
.sticky_atc_wrap {
    z-index: 340;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.sticky_atc_wrap.sticky_atc_shown {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sticky_atc_thumb {
    min-height: 75px;
}

.sticky_atc_thumb img {
    max-height: 75px;
    max-width: 65px;
    width: auto;
}

.sticky_atc_a {
    font-size: 13px;
    cursor: pointer;
}

.sticky_atc_btn .quantity {
    border-radius: 2px;
    border-color: #ddd;
}

.sticky_atc_btn .single_add_to_cart_button {
    border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.sticky_atc_info > h4 {
    color: #222;
}

.sticky_atc_price {
    font-size: 16px;
}

.sticky_atc_price ins {
    text-decoration: none;
}

#nt_backtop.sticky_atc_shown {
    bottom: 105px;
}

.popup_slpr_wrap.sticky_atc_shown {
    bottom: 105px;
}

@media (max-width: 1024px) {
    .thema_toolbar_true .sticky_atc_wrap {
        bottom: 55px;
    }

    .thema_toolbar_true #nt_backtop.sticky_atc_shown,
    .thema_toolbar_true .popup_slpr_wrap.sticky_atc_shown {
        bottom: 160px;
    }
}

@media (max-width: 767px) {
    .sticky_atc_content {
        display: none;
    }

    .sticky_atc_btn .txt_under {
        display: block;
        font-size: 14px;
    }

    .thema_toolbar_true.pr-grouped-layout #nt_backtop.sticky_atc_shown,
    .thema_toolbar_true.pr-grouped-layout .popup_slpr_wrap.sticky_atc_shown {
        bottom: 130px;
    }

    .pr-grouped-layout .popup_slpr_wrap.sticky_atc_shown {
        bottom: 75px;
    }
}

@media (max-width: 575px) {
    .sticky_atc_btn .txt_under {
        width: 100%;
        min-width: 100%;
        margin: 0 0 10px;
    }

    .sticky_atc_price {
        display: none;
    }

    .sticky_atc_btn {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 2px;
    }

    .sticky_atc_btn .single_add_to_cart_button {
        width: 100%;
        margin: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .sticky_atc_btn .quantity {
        margin-left: 0;
    }
}

/**************************************************************
* Frequently Bought Together
***************************************************************/
.kl_fbt_img:not(.kl_fbt_img_0):before {
    content: "+";
    font-size: 20px;
}

.kl_fbt_li select {
    width: auto;
    border-radius: 5px;
    color: #222;
    height: 36px;
    line-height: 36px;
    margin-left: 5px;
}

.kl_fbt_tt_price {
    color: #ec0101;
    font-size: 18px;
}

.kl_fbt_price {
    color: #ec0101;
    font-size: 15px;
    margin: 0 5px;
}

.kl_fbt_wrap del {
    color: #878787;
}

.kl_fbt_wrap ins {
    text-decoration: none;
}

.kl_fbt_li:not(:last-child) {
    margin-bottom: 10px;
}

.js_fbt_ck,
.kl_fbt_li .label {
    display: none;
}

.kl_fbt_li label:before {
    position: relative;
    top: 2px;
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    min-width: 14px;
    border: 1px solid #d4d6d8;
    box-shadow: none;
    background-size: 0;
    background: #fff no-repeat 50%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border-radius: 2px;
    -webkit-appearance: none;
}

.kl_fbt_li svg {
    display: block;
    width: 10px;
    height: 10px;
    fill: #fff;
    position: absolute;
    top: 7px;
    left: 2px;
    pointer-events: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.js_fbt_ck:checked + label svg {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.js_fbt_ck:not(:checked) ~ * {
    opacity: 0.2;
}

.js_fbt_ck:not(:checked) + label {
    opacity: 1;
}

.kl_fbt_img img {
    width: 100%;
    margin: 5px 10px;
    max-width: 115px;
}

.kl_fbt_img_0.kl_fbt_img img {
    margin-left: 0;
}

@media (max-width: 1024px) {
    .kl_fbt_img img {
        margin: 5px;
        max-width: 70px;
    }

    .des_style_1.des_mb_2 .kl_fbt_img_0.kl_fbt_img img {
        margin-left: 5px;
    }

    .kl_fbt_img:not(.kl_fbt_img_0):before {
        font-size: 16px;
    }

    .kl_fbt_li label:before {
        width: 24px;
        height: 24px;
    }

    .kl_fbt_li svg {
        width: 16px;
        height: 16px;
        top: 6px;
        left: 3px;
    }
}

.nt_se_lookbook_img {
    margin: 25px auto 40px;
}

/**************************************************************
* group table
***************************************************************/
.group_table td {
    padding: 10px;
    text-align: center;
}

td.grouped-pr-list-item__thumb img {
    min-width: 50px;
    max-width: 100px;
}

td.grouped-pr-list-item__label {
    text-align: left;
}

.grouped-pr-list-item__info select,
.grouped-pr-list-item__quantity .quantity {
    border-radius: 2px;
    border-color: #ddd;
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grouped-pr-list-item__price ins {
    text-decoration: none;
}

.fgr_frm .single_add_to_cart_button {
    min-width: 230px !important;
}

.grouped_pr_subtotal {
    font-size: 20px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    td.grouped-pr-list-item__thumb img {
        width: 65px;
    }

    .variations_form .quantity {
        min-width: 100px;
        width: 100px;
    }

    .button.out_stock_groupedr {
        padding: 5px 8px;
        white-space: nowrap;
        overflow: hidden;
        max-width: 100px;
        text-overflow: ellipsis;
    }

    .fgr_frm .variations_button {
        display: flex;
        flex-wrap: wrap;
    }

    .fgr_frm .single_add_to_cart_button {
        width: calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
    }
}

.is_sticky .theiaStickySidebar {
    will-change: auto;
}

/****************************************
*! SHOPING-CART
*****************************************/

.cart_header{
    padding: 0 20px;
    font-weight: bolder;
    color: black;
    font-size: 17px;
}

.cart_items {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
}

.cart_item {
    padding: 20px;
    border-top: 1px solid #ddd;
}

.cart_item img{
    max-width: 300px;
    opacity: 1 !important;
}

.page-image {
    height: 25vh !important;
    margin-top: 20vh !important;
    position: relative;
}

.page-title-banner {
    width: 100%;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
}


/* home-fashion  */
.thema-fashion-nine__promotion .item__position {
    padding-top: 52.63157894736842%
}

.h__top {
    min-height: 41px;
    font-size: 12px;
}

.h__top, .h__top.bgbl {
    background-color: #f6f6f8;
    color: #878787
}

.header-text > .cg, .h__top .nt_currency {
    color: #878787
}

.h__top .cr {
    color: #ec0101
}

.header-text > a:not(.cg),
body.dark-mode .header-text > a:not(.cg) {
    color: #222222
}

.header__mid .css_h_se {
    min-height: 90px
}

.nt_menu > li > a {
    height: 90px
}

/**********************
* main slide
***********************/

.fashion-nine__main-slide .nt_img_txt > a:after {
    background-color: #000000;
    opacity: 0.0
}

.fashion-nine__main-slide .pa_txts {
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.fashion-nine__main-slide.se_height_cus_h .js_full_ht4 {
    padding-top: 300px
}

@media (min-width: 768px) {
    .fashion-nine__main-slide.se_height_cus_h .js_full_ht4 {
        padding-top: 500px
    }
}

@media (min-width: 1025px) {
    .fashion-nine__main-slide.se_height_cus_h .js_full_ht4 {
        padding-top: 45.19774011299435%
    }
}

.fashion-nine__main-slide .nt_img_txt h4 {
    font-size: 12.5px;
    font-weight: 600;
    color: #222222
}

@media (min-width: 768px) {
    .fashion-nine__main-slide .nt_img_txt h4 {
        font-size: 20px
    }
}

.fashion-nine__break-line--first {
    height: 10px
}

@media (min-width: 768px) {
    .fashion-nine__break-line--first {
        height: 20px
    }
}

.fashion-nine__main-slide .nt_img_txt h3 {
    font-size: 35px;
    font-weight: 700;
    color: #222222
}

@media (min-width: 768px) {
    .fashion-nine__main-slide .nt_img_txt h3 {
        font-size: 55px
    }
}

.fashion-nine__break-line--seconds {
    height: 10px
}

@media (min-width: 768px) {
    .fashion-nine__break-line--seconds {
        height: 20px
    }
}

.fashion-nine__main-slide .imtt4_btn {
    min-height: 40px;
    font-size: 14px;
    color: #ffffff;
    background-color: #222222;
    border-color: #222222
}

.fashion-nine__main-slide .imtt4_btn.btn_icon_true:after {
    color: #ffffff
}

@media (min-width: 768px) {
    .fashion-nine__main-slide .imtt4_btn {
        font-weight: 600;
        min-height: 40px;
        font-size: 14px
    }
}

/******************************
* shipping info
*******************************/

.fashion-nine__shipping-info {
    margin: 15px auto 0 !important;
}

.fashion-nine__shipping-info .wrap_txt_ship {
    background-color: #f2f2f4;
    color: #222222
}

/******************************
* categories and Tab sections
*******************************/
.fashion-nine__tab-wrap,
.fashion-nine__category-section {
    margin: 100px auto 100px !important;
}

@media only screen and (max-width: 767px) {
    .fashion-nine__category-section {
        margin: 50px auto 50px !important;
    }

    .fashion-nine__tab-wrap {
        margin: 60px auto 60px !important;
    }
}

/* ==========================================================================
* change button color
========================================================================== */
.product-image a.db:before {
    background: rgba(0, 0, 0, 0.1);
}

.hover_button .pr_atc {
    background: #222222;
    color: #ffffff;
}

.product-image .pr_atc:hover {
    background: #222;
    color: #fff;
}

.hover_button .nt_add_qv {
    background: #222222;
    color: #ffffff;
}

.product-image .nt_add_qv:hover {
    background: #222222;
    color: #fff;
}

@media (max-width: 1024px) {
    .pr_grid_item .product-image .hover_button, .pr_grid_item .product-image:hover .hover_button {
        background: #222222;
    }
}

.product-image .nt_add_w > a {
    color: #fff;
}

.product-image .nt_add_cp > a {
    color: #fff;
}

.product-image .product-attr {
    color: #fff;
}

.single_add_to_cart_button {
    background: #56cfe1;
    color: #fff;
}

.single_add_to_cart_button:hover {
    background: #222;
    color: #fff;
}

.ttip_nt .tt_txt {
    background: #383838;
    color: #fff;
}

.tooltip_top:before {
    border-top-color: #383838;
}

body .tooltip_bottom_left:before,
body.rtl .tooltip_bottom_right:before {
    border-bottom-color: #383838;
}

body .tooltip_bottom_right:before,
body.rtl .tooltip_bottom_left:before {
    border-bottom-color: #383838;
}

.tooltip_bottom:before {
    border-bottom-color: #383838;
}

body .tooltip_left:before,
body.rtl .tooltip_right:before {
    border-left-color: #383838;
}

body .tooltip_right:before,
body.rtl .tooltip_left:before {
    border-right-color: #383838;
}

.ntheader .nt_menu > li > a, .ntheader .nt_action > a, .nt_action .ssw-topauth .push_side, .ntheader .nt_action > div > a, .ntheader .sp_header_mid .nt-social a, .ntheader .cus_txt_h, .ntheader .header_categories, .ntheader .branding > a, .ntheader .icon_cart .ch_tt_price {
    color: #222;
}

.push-menu-btn > svg {
    fill: #222;
}

.ntheader .nt_menu > li.has-children > a > i {
    color: rgba(34, 34, 34, 0.8);
}

.ntheader .nt_menu > li.has-children > a:after {
    color: rgba(34, 34, 34, 0.45);
}

.sp_header_mid {
    background-color: #fff;
}

.ntheader.live_stuck .push-menu-btn > svg {
    fill: #222;
}

.ntheader.live_stuck .sp_header_mid {
    background-color: #fff;
}

.ntheader.live_stuck .nt_menu > li > a, .ntheader.live_stuck .nt_action > a, .ntheader.live_stuck .nt_action .ssw-topauth .push_side, .ntheader.live_stuck .nt_action > div > a, .ntheader.live_stuck .sp_header_mid .nt-social a, .ntheader.live_stuck .cus_txt_h, .ntheader.live_stuck .header_categories, .ntheader.live_stuck .branding > a {
    color: #222;
}

.ntheader.live_stuck .nt_menu > li.has-children > a > i {
    color: rgba(34, 34, 34, 0.8);
}

.ntheader.live_stuck .nt_menu > li.has-children > a:after {
    color: rgba(34, 34, 34, 0.45);
}

.nt_action .tcount, .toolbar_count {
    background-color: #000000;
    color: #ffffff;
}

input[type="submit"]:hover, button:hover, a.button:hover, .address-edit-toggle:focus {
    color: #fff;
}

#ld_cl_bar, .ld_bar_search, .ld_cart_bar {
    background: #00badb;
}

@media (min-width: 1025px) {
    .wrapper_cus .container, .wrapper_cus #ntheader .container, .wrapper_cus .caption-w-1, .wrapper_boxed .container, .wrapper_boxed #ntheader .container, .wrapper_boxed .caption-w-1 {
        max-width: 1420px;
    }

    body {
        background-color: #fff;
    }

    #nt_wrapper {
        background-color: #fff;
    }

    .css_mb {
        display: block;
    }
}

/***********************************
* Banner section
************************************/

.thema-fashion-nine__promotion {
    margin: 0 auto 80px;
}

.thema-fashion-nine__promotion .nt_promotion h3,
.thema-fashion-nine__promotion .nt_promotion h4 {
    color: #ffffff
}

.thema-fashion-nine__promotion .nt_promotion > a:after {
    background-color: #000000;
    opacity: 0.0
}

.thema-fashion-nine__promotion .item__position {
    padding-top: 52.63157894736842%
}

@media only screen and (max-width: 767px) {
    .thema-fashion-nine__promotion {
        margin: 0 auto 60px;
    }
}

#nt_search_canvas.act_opened{
    height: fit-content;
}

.search_header{
    display: flex;
    align-items: center
}

.search_header > .row{
    width: 100%;
}

.search_header > i{
    font-size: 32px;
    height: fit-content;
    margin-left: 30px
}

.search_header__submit{
    font-size: 32px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    width: fit-content !important;
    padding: 0 5px;
    margin: 0 !important;
}

.search_header__input{
    border: none !important;
    box-sizing: border-box;
    padding: 0 0 0 10px !important;
}

.single-product-content{
    padding: 20px;
}

.frm_search_input{
    border: 1px solid #e3e3e3;
}

.product-quickview .gecko-scroll-content-quick{
    display: flex;
    align-items: end;
}

.product-quickview .gecko-scroll-content-quick > div{
    height: fit-content;
}

.product-quickview .product-price{
    font-size: 18px;
    margin: 10px 0
}

#cart-form_qs .product-details-quantity{
    width: 100%
}

.mfp-close:after{
    content: none !important;
}

.mfp-close{
    font-size: 32px !important;
    color: black;
}

#content_quickview, .sp-content-help{
    max-width: 900px
}

#content_quickview h3{
    text-align: center;
}

#content_quickview .qs_imgs_i{
    display: flex;
    justify-content: center;
}

#content_quickview :is(.quantity, .btn-cart){
    min-width: 200px;
    width: 200px;
    margin: 5px 0 !important;
}

/***********************************
* Blog section
************************************/

.thema-section_type_featured_blog .container {
    margin: 0 auto 85px;
}

@media only screen and (max-width: 767px) {
    .thema-section_type_featured_blog .container {
        margin: 0 auto 60px;
    }
}

/****************************************
*! END
*****************************************/

#nt_search_canvas.act_opened{
    height: fit-content;
}

.contact_sss_link_div{
    background-color: #56cfe1;
}

.contact_sss_link_div :is(span, p){
    color: #ffffff !important;
}

.contact_sss_link_div :is(h3, a){
    color: #ffffff;
}

.contact_bize_ulasin_div, .tt_txt{
    background-color: #31b3c6 !important;
}

.iletisim-child-header h3{
    color: #297480;
}

#cart-form_qs .product-details-action button{
    margin: 0 auto;
}

.swal2-cancel{
    border: none !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 5px 25px !important;
    border-radius: 30px !important;
    min-width: 160px !important;
    min-height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.btn, .contact-container button, .btn-dark, .btn-product, .sepet_but, .r--button, .r--submit, .swal2-confirm, #loginSubmitBtn, .account-create-container-button button, #verifyBtn{
    border: none !important;
    background-color: #31b3c6 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 5px 25px !important;
    border-radius: 30px !important;
    min-width: 160px !important;
    min-height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

:is(.btn:not(.modal-content .close), .contact-container button, .btn-dark, .btn-product, .sepet_but, .r--button, .r--submit, .swal2-confirm, #loginSubmitBtn, .account-create-container-button button):hover{
    background-color: #47daef !important;
}

.form-control, .select2-container--default .select2-selection--single, .qty, .quantity, .nt_add_w, .ttip_nt.tooltip_top_left, .btn_pnav_prev, .btn_pnav_next, .r--grid-item, .flickity-prev-next-button, input.email, input.password, .social-btn, .r--write-product .r--write-input :is(input, textarea), .select2-search__field, .thema_dropdown_options, .installmentBox, .address-list .item, .frm_search_input{
    border-color: #c1c1c1 !important;
    border-radius: 2rem !important;
}

.r--write-product, .r--write-input :is(input, textarea), .panel, #content_quickview.pp_qs, #content_quickview img{
    border-color: #c1c1c1 !important;
    border-radius: .5em !important;
    overflow: hidden;
}

.select2-container--default .select2-selection{
    padding: .375rem .75rem !important;
    font-size: 1rem;
    box-sizing: border-box;
    max-height: 40px;
    height: 40px;
    margin-top: 7px;
}

.select2-selection__rendered{
    padding: 0 !important;
}

.select-custom:has(.select2-container--open) .select2-selection--single{
    border-radius: 1.3em 1.3em 0 0 !important;
    border-bottom: 0
}

.select2-dropdown{
    border-radius: 0 0 2em 2em !important;
    overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    margin-right: 10px;
    margin-left: auto;
}

.card{
    border-color: #c1c1c1 !important;
}

.tab_title_block a{
    border-radius: 30px !important;
}

option:first-of-type {
    border-radius: 30px 30px 0 0 !important;
}

option:last-of-type {
    border-radius: 0 0 30px 30px !important;
}

.flickity-prev-next-button{
    border: 1px solid #31b3c6 !important;
    color: #31b3c6 !important;
}

:is(.flickity-prev-next-button, .btn_pnav_prev, .btn_pnav_next):hover{
    border-color: #31b3c6 !important;
    background-color: #31b3c6 !important;
    color: #fff !important;
}

.flickity-prev-next-button:before{
    font-size: 18px;
    font-weight: 900
}

.mfp-content > div, #nt_search_canvas, .cat_grid_item__wrapper, .wrap_txt_ship, .ins_content_wrap{
    border-radius: 5px !important;
}

.cus.sub-menu{
    border-radius: 0 0 10px 10px
}

.search_header .la-close{
    color: #222;
}


.filler-img-container{
    position: relative;
}

.filler-img-container .filler-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
    object-fit: cover;
}

.wishlistadd{
    color: #31b3c6 !important;
    font-size: 18px !important;
    font-family: "Line Awesome Free" !important;
    font-style: normal !important;
}

.tooltip_right:before{
    border-right-color: #31b3c6 !important;
}

.nt_add_w a:not(a[data-wish-list="1"]){
    color: #222 !important;
}

.nt_add_w:has(a[data-wish-list="1"]), .bank-list .item.active{
    border-color: #31b3c6 !important;
}

input[type="radio"]{
    padding: 0 !important;
    border-radius: 100% !important;
}

input[type="radio"]:checked, .cart .form-check-input:checked, .address_edit_div .form-check-input:checked, .form-check-input:checked{
    outline-color: #31b3c6 !important;
    background-color: #31b3c6 !important;
    outline: none !important;
}

.box, .summary:not(.entry-summary), .contactWrapper .form, .swal2-popup, .product-cart-list{
    overflow: hidden;
    border-radius: 30px !important;
    border: 1px solid #ddd !important;
    margin: 40px 0
}

.product-cart-list :is(table, td, tr, .cart_items){
    border: 0 !important;
}

.product-cart-list .quantity:has(.cart-qty:focus){
    border-color: #31b3c6 !important;
    border-width: 2px
}

.bank-list .item, .installmentBox.active{
    border-radius: 2rem 2rem 0 2rem;
}

.greenTriangle{
    border-color: transparent transparent #31b3c6 !important;
}

.summary-title{
    border-bottom: none !important;
}

.table.table-summary tbody td {
     font-size: 14px !important;
}

.page_cart_info img{
    width: 110px !important;
    max-width: 110px !important;
    object-fit: contain;
    object-position: 0 0;
}

.alert-wrapper{
    width: 100%;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 30px
}

.search-product-list{
    display: flex;
    padding: 0 0 40px 0;
    flex-wrap: wrap;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error-title-text .btn{
    max-width: 160px !important;
    margin: 0 auto;
}

#thema-section-toolbar_mobile a{
    font-size: 24px
}

#nt_menu_canvas .menu-item a i{
    margin-right: 10px;
    font-size: 24px;
}

#nt_menu_canvas .menu-item a svg{
    margin-right: 10px;
    font-size: 22px;
}

body,
.nt_full > .row > div {
    padding: 0 !important
}

#nt_menu_canvas .close_pp{
    border-radius: 0 0 10px 0;
    background-color: rgba(0, 0, 0, .75)
}

.row{
    margin: 0;
}

.media-link{
    height: 24px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(96deg) brightness(108%) contrast(102%);
}

/*.form-error-message{
    background-color: rgba(255, 0, 0, .25);
    border: 2px solid red;
    color: #ff0000;
    font-size: 1rem;
    font-weight: bolder;
    padding: 5px 5px;
    margin: 10px 0;
    border-radius: 30px;
    text-align: center;
}*/

.alert{
    background-color: rgba(49, 179, 198, 0.1);
    color: #31b3c6;
    border: 1px solid #31b3c6;
    font-size: 1rem;
    font-weight: bolder;
    padding: 5px 5px;
    margin: 10px 0;
    border-radius: 30px;
    text-align: center;
    min-width: 200px;
    padding: 5px 5px;
}

.badge{
    background-color: rgba(49, 179, 198, 0.1) !important;
    color: #31b3c6 !important;
    border: 1px solid #31b3c6 !important;
    border-radius: 30px !important;
}

.greenTriangle i {
    left: -15px !important;
    top: 8px !important;
    font-size: 16px !important;
}

article.post_nt_loop > .pr.oh, .blog_main_cont img, .type_collection_list .cat_grid_item__content, :is(.product-image, .product-images) .lazyloaded{
    border-radius: 10px;
}

.product-images .nt_slider{
    padding: 10px 0 0 0;
}

.product-images .n-item{
    overflow: visible;
}

.post-content,
.post-content p{
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-main-box{
    display: flex;
    max-width: 1440px;
}

:is(article.post_nt_loop, .blog-main-box article) h4 p{
    margin-bottom: 1rem !important;
}

.blog_main_cont img{
    margin: 0 20px 20px 0
}

.qty{
    color: black !important;
}

.hover_button, .hover_button > a{
    border-radius: 30px;
    overflow: hidden;
}

.search-product-list{
    flex-direction: row;
}

.modal-content .close{
    background-color: transparent !important;
    color: black !important;
    min-width: 50px !important;
}

.modal-content .close:hover {
    background-color: transparent !important;
    color: #31b3c6 !important;
}

.modal-title{
    margin-top: 0 !important;
}

.modal-footer .btn{
    flex-direction: row-reverse
}

:is(.adress-list-responsive, .modal-footer) svg{
    margin-right: 10px
}

:is(.address-list, .login-button-container) svg{
    margin-left: 10px
}

.page-content{
    padding-top: 0 !important;
}

.urun-child-right-section {
    top: 0;
}

.variations_button > div.flex.wrap, .sku_wrapper{
    display: flex !important;
}

.t4_show .flickity-viewport{
    padding: 20px 0 20px 0;
    box-sizing: content-box;
}

/*! TEMP  */

.all-blog{
    color: #222;
    font-family: sans-serif !important;
    text-align: center;
}

.blog-main-box{
    width: 100%;
    overflow: hidden;
}

.blog-main-box :is(a, .article-box-text){
    font-family: sans-serif !important;
}

.blog-main-box .blog-article{
    min-width: 33.3333% !important
}

.blogLink-img{
    border-radius: 1em !important;
}

#thema-section-wishlist_page{
    padding-top: 20px
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #31b3c6 !important;
}

.container_cat{
    margin-top: 30px !important
}

.product-cart-list{
    margin-bottom: 15px;
}

.box-address{
    margin-top: 15px !important;
}

.payment-sticky-custom{
    row-gap: 15px !important;
}

.error-title-text{
    font-family: sans-serif !important;
}


.error-title-text{
    margin: 50px 0 !important
}

.error-title-text .error-title{
    font-weight: normal;
    font-size: 2rem;
}

.mfp-content:has(.thema-quick-shop){
    width: fit-content !important;
}
.product-image .nt_add_w{
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 3px;
    border-radius: 50%;
    opacity: 0;
    box-sizing: content-box;
    cursor: pointer;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.urun-child-right-section .detay_mid{
    top: 350px !important;
}

.sku.value {
    margin-left: 10px;
    font-size: 14px;
}
.verification-code-info {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    color: #6c6c6c;
}

.verification-code-error {
    padding: 0.25rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    color: #ca3a3a;
}

.verification-code-info p {
    margin: 0;
}

.verification-code-inputs {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    align-items: center;
}

.verification-code-inputs::before {
    content: '';
    background: black;
    width: 6px;
    height: 1px;
    position: absolute;
}

.verification-code-inputs input {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.4rem;
    min-width: 0;
    border-radius: 5px !important;
}

.verification-code-inputs input:focus {
    border-color: #31b3c6;
}

.verification-code-inputs input:last-child {
    margin-right: 0;
}

.verification-modal-dialog {

    top: 50%;
    transform: translateY(-50%);
}

.verification-modal-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#verifyBtn {
    background: transparent;
    border: 1px solid black;
    color: black;
    padding: 10px 20px;
    transition: .3s;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}

#verifyBtn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

#verifyBtn:hover {
    background: #31b3c6;
    border-color: #31b3c6;
    color: white;
}

.verification-modal-dialog .modal-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.verification-modal-dialog .modal-body {
    padding-top: 30px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.verification-code-inputs {
    margin-bottom: 30px;
}

.r--header{
    display: flex !important;
    justify-content: center;
}

.r--overview{
    width: fit-content !important
}

.form-control[type=datetime-local]{
    height: 40px
}

.address-list .item{
    height: unset !important;
}

.search_header{
    border-radius: .5em
}

.type_collection_list .cat_grid_item__overlay{
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.sp-pr-gallery__img,
.product-image .main-img {
    background-size: contain !important;
    background-position: center !important;
}