@charset "UTF-8";
/*
Theme Name: gecko 
Theme URI: https://gecko-demo.myshopify.com/
Author: The4Studio
Author URI: https://the4.co/
Description: The best Shopify theme for online fashion store, personal blog.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gecko
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, sticky-post, threaded-comments, translation-ready

Note: Do not edit this file. If you wish to add your own CSS we strongly
recommend creating your own child theme, or add custom CSS in menu JanStudio > Theme Options > General Setting > Add Custom CSS Style.
*/
/* -------------------------------------------
[Table of contents]
1. RESET BROWSER
	1.1 TYPOGRAPHY
	1.2 FORM
	1.3 CLEARING
	1.4 FLEXBOX
11. SOCIAL SHARE
2. HEADER
	3.1 HEADER TRANSPARENT
	3.2 ACTION ICO
	3.3 SEARCH FORM
	3.4 MY ACCOUNT
	3.5 MAIN NAVIGATION
	3.6 MOBILE MENU
	3.7 HEADER LEFT
4. FOOTER
5.0 PAGE
	5.1 PAGE - 404
6.0 BLOG
	6.1 SINGLE BLOG
	6.2 COMMENT FORM
7.0 PORTFOLIO
8.0 WIDGET
	8.1 INSTAGRAM
9.0 WOOCOMMERCE
	9.1 MESSAGE
	9.2 MINI CART
	9.3 ARCHIVE PRODUCT
	9.4 BREADCRUMB & FILTER
	9.5 SUB CATEGORY
	9.6 SIDEBAR
	9.7 PRODUCT LISTING
	9.8 PRODUCT SINGLE
		9.8.1 COLOR SWATCH
		9.8.2 CLOUD ZOOM
		9.8.3 LIGHT BOX POPUP
		9.8.4 POPUP CART
	9.9 PAGE HEADING
	9.10 STAR RATING
	9.11 SWITCH CURRENCY
	9.12 PRODUCT QUICKVIEW
10.0 SHOPPING CART PAGE
11.0 CHECKOUT PAGE
12.0 MY ACCOUNT PAGE
13.0 WISHLIST
14.0 SHORTCODE - SERVICE
15.0 SHORTCODE - MEMBER
16.0 SHORTCODE - LATEST BLOG
17.0 SHORTCODE - PRODUCTS TAB
18.0 META SLIDER
19.0 LOOKBOOK
20.0 CUSTOM CSS
21.0 RETINA DISPLAY
22.0 RESPONSIVE
------------------------------------------- */
/* ==========================================================================
   1.0 RESET BROWSER
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: 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;
  /*     -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; */ }

#nt_wrapper {
  overflow: hidden;
  background-color: #fff; }

ul {
  list-style: inside; }

ol {
  list-style: inside decimal; }

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

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

blockquote, q {
  quotes: none;
  background: #f1f1f1;
  padding: 30px 25px 30px 60px;
  margin-bottom: 20px;
  position: relative;
  font-family: serif;
  font-style: italic;
  display: block; }

blockquote:before,
q:before {
  position: absolute;
  content: "“";
  left: 25px;
  top: 0;
  font-size: 50px;
  color: #999; }

blockquote p {
  margin-bottom: 1.4736842105em; }

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0"; }

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal; }

blockquote strong,
blockquote b {
  font-weight: 500; }

blockquote > :last-child {
  margin-bottom: 0; }

blockquote p, q p {
  margin: 0; }

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: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em; }

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

mark {
  background: #222;
  padding: 0.125em 0.25em;
  text-decoration: none;
  color: #fff; }

big {
  font-size: 125%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* .lazy_icons i.g3-icons,.bf_icons:before {
    visibility: hidden;
    opacity: 1;
    transition: all .2s ease-in-out;
} */
.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:not([type="radio"]):not([type="checkbox"]),
button,
select,
a.button,
.jas-ajax-load a {
	height: 40px;
	line-height: 36px;
} */
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: 1px solid #222;
  padding: 5px 25px;
  background: #fff;
  color: #222;
  border-radius: 40px;
  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: 40px; }

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, 0.7); }

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

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

.color_scheme_light :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.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; }

/* #nt_wrapper {
	overflow-x: hidden;
} */
/* .type_slideshow {
    overflow-x: hidden;
} */
select {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  border: 2px solid rgba(129, 129, 129, 0.2);
  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==);
  padding-right: 30px;
  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:not(.rc_select),
.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'] {
  /*     -ms-touch-action: none;
      touch-action: none; */
  -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; }

/* ==========================================================================
   1.4 FLEXBOX
   ========================================================================== */
.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; }

/* @media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
} */
/* @media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
} */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  [data-kl-full-width] {
    left: calc((-100vw - -1170px)/ 2); } }
@media (min-width: 1230px) {
  .container {
    max-width: 1200px; }

  /*   [data-kl-full-width] {
      left: calc((-100vw - -1200px)/ 2);
    } */ }
.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;
  margin-right: -7.5px;
  margin-left: -7.5px; }

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

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

.fl_wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; }

  .fl_wrap_sm {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .fl_nowrap_sm {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; }

  .fl_wrap_md {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .fl_nowrap_md {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; } }
@media (min-width: 1025px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; }

  .fl_wrap_lg {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .fl_nowrap_lg {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; }

  .fl_wrap_xl {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .fl_nowrap_xl {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !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: 0px !important;
  height: 0px !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: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  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: 0.6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  /* pointer-events: none */ }

.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);
  /*     width: 44px;
      height: 44px; */
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  border-width: 2px; }

.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-viewport {
  transition: height 0.2s;
} */
.flickity-page-dots {
  /*     position: absolute;
      bottom: -25px; */
  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: #000;
      opacity: .25; */
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.dot_owl_2 .flickity-page-dots .dot {
  background: rgba(0, 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 {
  /* opacity: .75; */
  background-color: #000; }

.dot_owl_2 .flickity-page-dots .dot.is-selected {
  background: rgba(0, 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, 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: #56cfe1;
  opacity: 0.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; }

/* .flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
    visibility: hidden;
    transition: opacity 0.3s linear, visibility 0.3s linear !important;
    opacity: 0 !important;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
    visibility: visible;
    opacity: 1 !important;
} */
.fade_flick_1 .flickity-slider {
  -webkit-transform: none !important;
  transform: none !important; }

.fade_flick_1.flickity-enabled .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,
.fade_flick_1 .slideshow__slide:not(.is-selected):first-child {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.slideshow__slide:first-child .nt_bg_lz {
  background-color: transparent; }

.slideshow__slide:first-child .nt_bg_lz:before {
  display: none; }

/* ==========================================================================
   HELPER 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__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%; }

.h__100 {
  height: 100%; }

.br__40 {
  border-radius: 40px; }

.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__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 {
  display: none; }

.hide, .js_gift_wrap.dn {
  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;
  /* width: 100%; */ }

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

.shopify-error, .shopify-info, .shopify-message, .shopify-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; }

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

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

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

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

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

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

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

.shopify-warning, .shopify-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 .shopify-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, 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, 0.2); }

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

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

#cat_shopify .nav_link_icon {
  display: none; }

html.wf-peicon7stroke-n4-loading .pegk:before,
html.wf-fagecko-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; }

/* .browser-Chrome .slideshow__slide:not(.is-selected) {opacity: 0 !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; }

/*  .h_transparent_false.h_tr_top_true:not(.des_header_7) #ntheader,
 .h_tr_top_false:not(.des_header_7) #ntheader {
    position: relative;
 } */
body:not(.des_header_7) #ntheader {
  position: relative; }

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

.header-text p {
  margin: 0; }

.header-text .item_slide_ht p {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  transition: opacity .8s ease,-webkit-transform .8s ease;
  transition: opacity .8s ease,transform .8s ease;
  transition: opacity .8s ease,transform .8s ease,-webkit-transform .8s ease;
  will-change: transform,opacity;
  -webkit-backface-visibility: hidden; }

.header-text .is-selected p {
  -webkit-transform: none;
  transform: none;
  opacity: 1; }

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

.shopify-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, 0.2);
  padding-right: 50px; }

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

button.search__submit {
  padding: 0 15px;
  width: 55px;
  background-color: #56cfe1;
  color: #fff;
  border: 0;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

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, 0.2); }

.header_categories:hover .categories_menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: visible;
  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 {
    height: auto !important;
  } */
.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; }

/*   .h_banner_true:not(.des_header_7) #nt_wrapper {
    margin-top: 0;
    transition: margin-top .6s ease .25s;
    -webkit-transition: margin-top .6s ease .25s;
    position: relative;
  } */
.header_7 {
  position: relative; }

/*   body:not(.des_header_7) #shopify-section-header_banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
  }
  .h_calc_ready:not(.des_header_7) #shopify-section-header_banner {
    opacity: 1;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
  }
  .des_header_7 #shopify-section-header_banner {
    display: none;
  } */
body:not(.h_calc_ready) #shopify-section-header_banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none; }

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

.h_calc_ready #shopify-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, 0.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 {
  /* text-transform: uppercase;font-weight: 500; */
  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 {
  display: none; }

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

.nt_currency.curt4_fixed ul {
  display: none; }

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

/* ==========================================================================
   3.1 HEADER Mobile
   ========================================================================== */
/* 	#middle_header{display: none}
	#header_mobile>.container,#header_mobile>.container>.flex {height: 100%}
  .group_btns>* {
    padding: 0 6px;
  }
  .group_btns i {font-size: 24px} */
.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 #878787;
  height: 26px; }

.cat_view a.view_12 {
  width: 28px; }

.cat_view a.view_6 {
  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: #878787;
  transition: all 0.3s; }

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

.cat_view a.view_6:before {
  box-shadow: 13px 0 0 #878787, 13px 0 0 #878787; }

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

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

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

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

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

.cat_view a:hover, .cat_view a.active {
  border-color: #222222; }

.cat_view a:hover:before, .cat_view a.active:before {
  background: #222222; }

.cat_view a.view_6:hover:before, .cat_view a.view_6.active:before {
  box-shadow: 13px 0 0 #222222, 13px 0 0 #222222; }

.cat_view a.view_4:hover:before, .cat_view a.view_4.active:before {
  box-shadow: 13px 0 0 #222222, 26px 0 0 #222222; }

.cat_view a.view_3:hover:before, .cat_view a.view_3.active:before {
  box-shadow: 13px 0 0 #222222, 26px 0 0 #222222, 39px 0 0 #222222; }

.cat_view a.view_15:hover:before, .cat_view a.view_15.active:before {
  box-shadow: 13px 0 0 #222222, 26px 0 0 #222222, 39px 0 0 #222222, 52px 0 0 #222222; }

.cat_view a.view_2:hover:before, .cat_view a.view_2.active:before {
  box-shadow: 13px 0 0 #222222, 26px 0 0 #222222, 39px 0 0 #222222, 52px 0 0 #222222, 65px 0 0 #222222; }

.cat_view a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 20px;
  background: #878787;
  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,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-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; }

/* ==========================================================================
   4.2 COLLECTION LIST
   ========================================================================== */
/* ==========================================================================
   5.0 PRODUCTS
   ========================================================================== */
/* ==========================================================================
   5.1 PRODUCT GRID ITEM
   ========================================================================== */
.hover_button {
  top: 10px;
  right: 10px;
  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-size: 80px !important;
      background-repeat: no-repeat;
      background-position: center;
  }
  .quote_avatar .nt_bg_lz.lazyload, .quote_avatar .nt_bg_lz.lazyloading{
      background-size: 30px !important;
  } */
.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_bg_lz.lazyload, .nt_bg_lz.lazyloading,.nt_load.lazyloaded,.nt_fk_lz {
	   position: relative;
	    background-color: #f5f5f5;
	    background-image: none !important;
	}
	@keyframes tp-scaleout {
	    0% {
	        transform: scale(0)
	    }

	    100% {
	        transform: scale(1);
	        opacity: 0
	    }
	}
	.nt_bg_lz.lazyload:before, .nt_bg_lz.lazyloading:before,.nt_load.lazyloaded:before,.nt_fk_lz:before {
	  content: "";
	      top: 50%;
	    left: 50%;
	    z-index: 10000;
	    position: absolute;
	    display: block;
	        width: 40px;
	    height: 40px;
	    margin-top: -20px;
	    margin-left: -20px;
	    background-color: #fc4a1a;
	    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	    border-radius: 100%;
	    animation: tp-scaleout 1s infinite ease-in-out;
	} */
.equal_nt.ratio8_5 .nt_bg_lz {
  padding-top: 62.5%; }

.equal_nt.ratio3_2 .nt_bg_lz {
  padding-top: 66.66%; }

.equal_nt.ratio2_1 .nt_bg_lz {
  padding-top: 50%; }

.equal_nt.ratio1_2 .nt_bg_lz {
  padding-top: 200%; }

.equal_nt.ratio4_3 .nt_bg_lz {
  padding-top: 75%; }

.equal_nt.ratio16_9 .nt_bg_lz {
  padding-top: 56.25%; }

.equal_nt.ratio1_1 .nt_bg_lz {
  padding-top: 100%; }

.equal_nt.ratio_nt .nt_bg_lz {
  padding-top: 127.7777778%; }

.equal_nt.ratio2_3 .nt_bg_lz {
  padding-top: 150%; }

.equal_nt.nt_contain .nt_bg_lz, .item__position.nt_contain {
  background-size: contain; }

.equal_nt.position_1 .nt_bg_lz {
  background-position: left top; }

.equal_nt.position_2 .nt_bg_lz {
  background-position: left center; }

.equal_nt.position_3 .nt_bg_lz {
  background-position: left bottom; }

.equal_nt.position_4 .nt_bg_lz {
  background-position: right top; }

.equal_nt.position_5 .nt_bg_lz {
  background-position: right center; }

.equal_nt.position_6 .nt_bg_lz {
  background-position: right bottom; }

.equal_nt.position_7 .nt_bg_lz {
  background-position: center top; }

.equal_nt.position_8 .nt_bg_lz {
  background-position: center center; }

.equal_nt.position_9 .nt_bg_lz {
  background-position: center bottom; }

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

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

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

/* .nt_products_holder:not(.nt_slider) .swatch__list + .swatch__list {display: none} */
.shopify-ready .r-wapper-collection .ryviu-item, .shopify-ready .r-wapper-collection .ryviu-number-widget {
  padding: 0; }

.desgin__2 .product-image {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 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 .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; }

/* ==========================================================================
   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; }

.price_stock {
  border-bottom: 1px solid #e5e5e5; }

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

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

.equal_nt.p-nav .n-item > img.nt_bg_lz {
  height: 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 {
  -ms-order: 2;
  order: 2;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

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

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

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

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

.swatch {
  margin-bottom: 10px; }

.swatch__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }

.swatch__list_pr {
  list-style: none;
  margin: 10px -5px;
  padding: 0; }

.swatch_pr_item {
  display: inline-block;
  margin: 3px;
  cursor: pointer; }

.swatch__value_pr {
  padding: 5px;
  display: inline-block;
  text-align: center;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.style_color .is-color .swatch_pr_item {
  margin: 3px;
  border: 1px solid #ddd;
  padding: 2px; }

.style_color .is-color .swatch_pr_item.nt_soldout {
  border-style: outset; }

.style_color .is-color .swatch_pr_item.is-selected,
.style__circle .is-label .swatch_pr_item.is-selected,
.style_color .is-color .swatch_pr_item.is-selected-nt,
.style__circle .is-label .swatch_pr_item.is-selected-nt {
  background-color: #333;
  border-color: #333;
  color: #fff; }

.style_color .is-color .swatch__value_pr {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  padding: 0; }

.style_color.size_small .is-color .swatch__value_pr {
  width: 16px;
  height: 16px; }

.style_color.size_large .is-color .swatch__value_pr {
  width: 30px;
  height: 30px; }

.style_color.size_exlarge .is-color .swatch__value_pr {
  width: 40px;
  height: 40px; }

.fimg_true.style_color .fimg_ratio.is-color .swatch__value_pr {
  padding-top: 100%;
  width: 35px;
  height: auto !important; }

.fimg_true.style_color.size_small .fimg_ratio.is-color .swatch__value_pr {
  width: 25px; }

.fimg_true.style_color.size_large .fimg_ratio.is-color .swatch__value_pr {
  width: 44px; }

.fimg_true.style_color.size_exlarge .fimg_ratio.is-color .swatch__value_pr {
  width: 55px; }

.img_w25 {
  max-width: 25px; }

.style_color.des_color_1 .is-color .swatch_pr_item, .style_color.des_color_1 .is-color .swatch__value_pr {
  border-radius: 50%; }

.style_color.des_color_1 .is-color .swatch_pr_item {
  background-color: #fff;
  border-width: 2px; }

.variations.style__circle .swatch.is-label .swatch_pr_item {
  margin: 3px;
  border-radius: 40px;
  border: 1px solid #ddd;
  padding: 5px;
  max-width: 100%; }

.variations.style__circle .swatch.is-label .swatch__value_pr {
  padding: 0;
  display: block;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  border-radius: 40px;
  text-align: center; }

.swatch.is-label .swatch_pr_item:not(.is-selected):hover .swatch__value_pr {
  color: #222; }

.variations.style__circle.size_small .swatch.is-label .swatch__value_pr {
  min-width: 15px;
  min-height: 15px;
  line-height: 15px; }

.variations_form .quantity {
  min-width: 120px;
  width: 120px;
  height: 40px;
  border: 1px solid #222;
  text-align: center;
  border-radius: 40px;
  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; }

.quantity .tc a, .quantity .tc button {
  top: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: transparent; }

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

.variations_button .nt_add_w 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 .out_stock,
.btn_des_2 .variations_form .shopify-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 .out_stock,
.btn_des_3 .variations_form .shopify-payment-button__button--unbranded,
.btn_des_3 .add_to_cart_button {
  border-radius: 0; }

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

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

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

.single_add_to_cart_button {
  background-color: #56cfe1;
  border: none;
  color: #fff;
  text-transform: uppercase;
  position: relative; }

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

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

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

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

.variations_form .shopify-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 #shopify-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: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; }

.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,
.nt-social svg {
  fill: #000;
  width: 26px !important;
  height: 26px !important; }

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

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

.h__top .nt-social.border_true a {
  margin: 0 3px;
  width: 28px;
  height: 28px;
  border: 1px solid currentcolor;
  line-height: 26px;
  text-align: center;
  border-radius: 50%; }

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

.h__top .nt-social.black_true > a {
  background-color: #000; }

.h__top .nt-social.black_true:hover > a {
  background-color: currentcolor; }

.h__top .nt-social.black_true > a > i {
  color: #fff; }

.h__top a.cb {
  color: currentcolor; }

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

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

/* 	.remove_soldout_false.variations .swatch:not(.is-color) .swatches-select>.nt_soldout:before,
	.remove_soldout_false.variations.variant_square .swatch.is-color .swatches-select>.nt_soldout:before {
      content: " ";
      position: absolute;
      top: 50%;
      right: 2px;
      margin-top: 0;
      width: 95%;
       -webkit-width: calc(100% - 4px);
      -moz-width: calc(100% - 4px);
      width: calc(100% - 4px);
      height: 1px;
      display: inline-block;
      background-color: #000;
      -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
      -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
      -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
      transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out; 
    } 
	.remove_soldout_false.variations .swatch:not(.is-color) .swatches-select>.nt_soldout.is-selected:before,
	.remove_soldout_false.variations.variant_square .swatch.is-color .swatches-select>.nt_soldout.is-selected:before {
      background-color: #fff;
    }*/
.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("sold_out.png?v=1994");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0; }

/*   .remove_soldout_false.variations.style_color .swatch.is-color .swatches-select>.nt_soldout>span.swatch__value_pr.bg_color_black:before{
     filter: invert(1);-webkit-filter: invert(1);
  } */
.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;
  transition: transform 0.15s ease-in-out, -webkit-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: #56cfe1;
  -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-shopify-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, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.nt_stock_page .progressbar > div {
  background-color: #d95350;
  height: 12px;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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 > .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) {
  background: #abb1b4;
  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, 0.2); }

.prev_next_3 .flickity-button {
  background: #56cfe1;
  color: #fff;
  border-color: #56cfe1; }

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

/* .type_slideshow .container {
    padding: 0;
} */
.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; }

/* .flickity-enabled .slideshow__slide .nt_img_txt {
    transform: translateX(200px);
    opacity: 0;
    transition: none;
} */
/* .browser-Chrome .flickity-enabled .slideshow__slide:not(.is-selected),.flickity-enabled .slideshow__slide.is-selected {opacity: 1 !important;} */
/* .flickity-enabled .slideshow__slide.is-selected .nt_img_txt {
  opacity: 1;
    transform: translateX(0px);
    transition: all 0.7s ease;
} */
.section-title {
  margin: 0; }

.title_2:before, .title_2:after,
.title_11:before, .title_11:after,
.title_12:before, .title_12:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #222; }

.title_11 > span, .title_12 > span {
  margin: 0 .8em;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.title_11:before, .title_11:after,
.title_12:before, .title_12:after {
  width: 100%;
  height: 1px;
  background: transparent;
  border-top: 1px solid #ebebeb; }

.title_12:before, .title_12:after {
  height: 3px;
  border-bottom: 1px solid #ebebeb; }

.title_3, .title_4 {
  padding-bottom: 10px;
  margin-bottom: 10px; }

.title_3:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background-color: #222; }

.title_4 {
  border-bottom: 2px solid rgba(119, 119, 119, 0.17); }

.title_4 span {
  position: relative; }

.title_4 span:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  width: 100%;
  height: 2px;
  background-color: #222; }

.title_5 {
  padding-bottom: 5px;
  margin-bottom: 40px; }

.title_5:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -125px;
  width: 40px;
  height: 2px;
  width: 250px;
  height: 30px; }

.title_5.lazyloaded:after {
  background-image: url(svg_title.svg); }

.title_6 + .tt_divider {
  display: block;
  position: relative;
  padding: 15px 10px; }

.title_6 + .tt_divider:before,
.title_6 + .tt_divider:after {
  content: " ";
  position: absolute;
  top: 50%;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 1px;
  display: inline-block;
  background-color: #DCDCDC; }

.title_6 + .tt_divider:before {
  margin-left: -34px; }

.title_6 + .tt_divider:after {
  margin-left: 10px; }

.title_6 + .tt_divider span:after,
.title_6 + .tt_divider span:before {
  content: " ";
  position: absolute;
  top: 50%;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 1px;
  display: inline-block;
  background-color: #C1C1C1; }

.title_6 + .tt_divider span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.title_6 + .tt_divider span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

i.dn.title_6 {
  display: none; }

.title_7 + .tt_divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 8px; }

.title_7 + .tt_divider > i {
  display: inline-block;
  margin: 0 8px;
  font-size: 22px; }

.title_7 + .tt_divider > span {
  width: 24px;
  height: 1px;
  display: inline-block;
  background-color: #DCDCDC; }

.title_8 span,
.title_9 span {
  display: inline-block;
  position: relative;
  z-index: 9; }

.title_8 span:after {
  content: "";
  display: block;
  position: relative;
  width: 60%;
  max-width: 150px;
  height: 2px;
  background-color: #222;
  background-color: currentColor;
  margin: 12px auto 15px; }

.title_9 span:after {
  content: "";
  height: 8px;
  background: #56CFDE;
  opacity: .7;
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  z-index: -1; }

.title_10 a {
  border-bottom: 2px solid #222; }

.des_title_13 {
  text-align: center;
  margin-bottom: 15px; }

.des_title_13 .section-title {
  margin-bottom: 17px; }

.des_title_13 .section-subtitle {
  margin-bottom: 27px; }

.des_title_13::after {
  display: inline-block;
  vertical-align: top;
  content: '';
  width: 72px;
  height: 5px; }

.des_title_14 .section-title > span {
  border-bottom: 4px solid #222;
  margin-bottom: 5px; }

.des_title_14:not(.sub_title_size_0) .section-title > span {
  margin-bottom: 15px; }

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

.tab_cat_title.des_tab_1 > li,
.tab_cat_title.des_tab_2 > li,
.tab_cat_title.des_tab_3 > li {
  margin: 0 2px; }

.tab_cat_title.des_tab_1 > li > a,
.tab_cat_title.des_tab_2 > li > a,
.tab_cat_title.des_tab_3 > li > a {
  display: block;
  padding: 8px 25px 7px;
  border: 1px solid transparent;
  color: #878787; }

.tab_cat_title.des_tab_2 > li > a,
.tab_cat_title.des_tab_3 > li > a {
  border-radius: 40px; }

.tab_cat_title.des_tab_3 > li > a {
  border-style: dashed; }

.tab_cat_title.des_tab_1 > li > a:hover,
.tab_cat_title.des_tab_2 > li > a:hover,
.tab_cat_title.des_tab_3 > li > a:hover,
.tab_cat_title.des_tab_1 > li > a.tt_active,
.tab_cat_title.des_tab_2 > li > a.tt_active,
.tab_cat_title.des_tab_3 > li > a.tt_active {
  border-color: #222;
  color: #222; }

.tab_cat_title.des_tab_4 > li > a,
.tab_cat_title.des_tab_5 > li > a,
.tab_cat_title.des_tab_6 > li > a,
.tab_cat_title.des_tab_7 > li > a,
.tab_cat_title.des_tab_8 > li > a,
.tab_cat_title.des_tab_9 > li > a,
.tab_cat_title.des_tab_10 > li > a {
  padding: 2.5px 15px;
  font-weight: 500;
  font-size: 16px;
  opacity: .7;
  color: #222;
  transition: opacity .25s ease,color .25s ease; }

.tab_cat_title.des_tab_7 > li > a {
  padding: 2.5px 0; }

.tab_cat_title.des_tab_8 > li > a,
.tab_cat_title.des_tab_9 > li > a {
  padding: 10px 15px; }

.tab_cat_title.des_tab_6 > li > a > span,
.tab_cat_title.des_tab_7 > li > a > span,
.tab_cat_title.des_tab_10 > li > a > span {
  position: relative;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px; }

.tab_cat_title.des_tab_6 > li > a > span:after,
.tab_cat_title.des_tab_7 > li > a > span:after,
.tab_cat_title.des_tab_10 > li > a > span:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tab_cat_title.des_tab_10 > li > a:hover > span:after,
.tab_cat_title.des_tab_10 > li > a.tt_active > span:after {
  background-color: #222; }

.tab_cat_title.des_tab_7 > li:not(:last-child) {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center; }

.tab_cat_title.des_tab_7 > li:not(:last-child):after {
  content: "";
  height: 14px;
  margin: 0 15px;
  display: inline-block;
  vertical-align: bottom;
  width: 1px;
  background-color: #ADADAD;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg); }

.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: #222;
  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_cat_title.des_tab_7,
.tab_cat_title.des_tab_8 {
    margin-right: -15px;
    margin-left: -15px;
} */
.tab_se_header.des_tab_8 {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.clno-touchevents .tab_cat_title > li > a:hover,
.tab_cat_title > li > a.tt_active {
  opacity: 1; }

.clno-touchevents .tab_cat_title > li > a:hover > span:after,
.tab_cat_title > li > a.tt_active > span:after {
  width: 100%; }

.tab_cat_title > li > a.tt_active {
  pointer-events: none; }

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

.item__position {
  background-position: center center; }

.item__position.top {
  background-position: center top; }

.item__position.bottom {
  background-position: center bottom; }

.item__position.center.center {
  background-position: center center; }

.item__position.left.top {
  background-position: left top; }

.item__position.left.center {
  background-position: left center; }

.item__position.left.bottom {
  background-position: left bottom; }

.item__position.right.top {
  background-position: right top; }

.item__position.right.center {
  background-position: right center; }

.item__position.right.bottom {
  background-position: right bottom; }

.item__position.center.top {
  background-position: center top; }

.item__position.center.bottom {
  background-position: center bottom; }

.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: #222;
  padding: 12px 20px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  min-width: 150px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.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%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  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 {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
  opacity: 0;
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .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__wrapper,
.cat_design_8 .cat_grid_item__wrapper {
  pointer-events: auto;
  text-align: center;
  padding: 10px; }

.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;
  padding-bottom: 15px;
  border-radius: 5px; }

.cat_design_9 .cat_grid_item__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  color: #4d5959; }

.cat_design_9 .cat_grid_item__wrapper .cat_grid_item__title {
  font-size: 20px;
  margin: 0;
  letter-spacing: 1px;
  font-weight: normal; }

.cat_design_9 .cat_grid_item__wrapper .cat_grid_item__btn {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999; }

.cat_design_9 .cat_grid_item__wrapper .cat_grid_item__btn i {
  font-size: 20px;
  margin-left: 5px;
  transition: all .3s; }

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

.cat_size_2 .cat_grid_item__overlay {
  padding-top: 52.63158%; }

.cat_size_3 .cat_grid_item__overlay {
  padding-top: 52.63158%; }

.cat_size_3 .cat_grid_item_1 .cat_grid_item__overlay {
  padding-top: 110.52632%; }

.cat_size_4 .cat_grid_item__overlay {
  padding-top: 111.11111%; }

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

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

.cat_size_5 .cat_grid_item__overlay {
  padding-top: 111.11111%; }

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

.cat_size_6 .cat_grid_item__overlay {
  padding-top: 111.11111%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, 0.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 > *, .txt_shadow_true .shadow_wrap > div > *, .txt_shadow_true .item_shadow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

/*   .se_height_full,
  .se_height_full .nt_bg_lz{min-height: 100vh}
  .se_height_full .nt_bg_lz,
  .type_slideshow .se_height_full .nt_bg_lz {
    min-height: auto;
  } */
.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 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 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 {
  position: absolute;
  padding: 15px; }

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(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  /*     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;
  transition: opacity .8s ease,-webkit-transform .8s ease;
  transition: opacity .8s ease,transform .8s ease;
  transition: opacity .8s ease,transform .8s ease,-webkit-transform .8s ease;
  will-change: transform,opacity;
  -webkit-backface-visibility: hidden; }

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

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

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

.is-selected .bottom_top,
.is-selected .top_bottom,
.is-selected .left_right,
.is-selected .right_left {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  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: #56cfe1;
  border-color: #56cfe1;
  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: 40px; }

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

.quotes_des_2 .quote_slide, .quotes_des_3 .quote_slide {
  padding: 40px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.quotes_des_3 .quote_avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px; }

.quote_avatar {
  width: 100px;
  height: 100px; }

.quote_rating {
  min-height: 22px; }

.quote_rating > i {
  margin: 0 0.5px; }

.quote_rating > .fa47-star-half {
  z-index: 44;
  margin-right: -7px; }

.signup-newsletter-form {
  border-radius: 50px;
  border: 1px solid #878787;
  padding: 2px; }

.newl_des_1 .signup-newsletter-form {
  background-color: #fff; }

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

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

.newl_des_2 .signup-newsletter-form,
.newl_des_2 .signup-newsletter-form input.input-text,
.newl_des_2 .signup-newsletter-form .submit-btn,
.newl_des_3 .signup-newsletter-form,
.newl_des_3 .signup-newsletter-form input.input-text,
.newl_des_3 .signup-newsletter-form .submit-btn,
.newl_des_4 .signup-newsletter-form,
.newl_des_4 .signup-newsletter-form input.input-text,
.newl_des_4 .signup-newsletter-form .submit-btn {
  border-radius: 0; }

.newl_des_3 .signup-newsletter-form,
.newl_des_4 .signup-newsletter-form {
  padding: 0;
  border: 0; }

.newl_des_3 .signup-newsletter-form input.input-text {
  border: 1px solid #878787; }

.newsletter_se.newl_des_3 .signup-newsletter-form .col_email {
  margin-bottom: 10px; }

.newsletter_se .signup-newsletter-form .submit-btn {
  font-size: 16px;
  background-color: #000; }

.newl_des_4 .signup-newsletter-form .submit-btn,
.newl_des_4 .signup-newsletter-form input.input-text {
  height: 60px !important;
  font-size: 16px; }

.newl_des_4 .signup-newsletter-form .submit-btn {
  min-width: 175px !important; }

.newl_des_4 .signup-newsletter-form input.input-text {
  border: 1px solid #eee;
  padding: 17px 20px; }

.newl_des_4 .signup-newsletter-form .submit-btn {
  font-size: 14px;
  line-height: 24px;
  background-color: #293341;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .17em; }

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

.newsletter_se.color_scheme_light, .newsletter_se.color_scheme_light .cg, .newsletter_se.color_scheme_light .section-title {
  color: white; }

.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, 0.7); }

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

.color_scheme_light a {
  color: white; }

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

.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 li {
  list-style: none;
  margin-left: 20px;
  display: inline-block; }

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

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

.about_us_img.border_true {
  padding: 10px;
  border: 1px solid #f9f9f9;
  margin-bottom: 25px; }

.about_us_img.border_true > span:before, .about_us_img.border_true > span:after {
  position: absolute;
  background-color: #56cfe1;
  content: '';
  display: inline-block;
  z-index: 2; }

.about_us_img .video-control__play {
  pointer-events: auto;
  z-index: 4;
  color: #fff; }

.about_us_img.border_true > span.fr_br_1:before {
  left: 0;
  top: 0;
  width: 2px;
  height: 5%; }

.about_us_img.border_true > span.fr_br_1:after {
  left: 0;
  top: 0;
  height: 2px;
  width: 5%; }

.about_us_img.border_true > span.fr_br_2:before {
  right: 0;
  top: 0;
  width: 2px;
  height: 5%; }

.about_us_img.border_true > span.fr_br_2:after {
  right: 0;
  top: 0;
  height: 2px;
  width: 5%; }

.about_us_img.border_true > span.fr_br_3:before {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 5%; }

.about_us_img.border_true > span.fr_br_3:after {
  left: 0;
  bottom: 0;
  height: 2px;
  width: 5%; }

.about_us_img.border_true > span.fr_br_4:before {
  right: 0;
  bottom: 0;
  width: 2px;
  height: 5%; }

.about_us_img.border_true > span.fr_br_4:after {
  right: 0;
  bottom: 0;
  height: 2px;
  width: 5%; }

.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, 0.12);
  cursor: default; }

.sp-myaccount-nav a:focus, .sp-myaccount-nav a:hover {
  background-color: #f8f8f8; }

.button.button_primary {
  background-color: #56cfe1;
  color: #fff;
  border-color: #56cfe1; }

.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: #56cfe1;
  border: 1px solid #56cfe1;
  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; }

.gecko_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, 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 .shopify-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: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
  /* left:auto !important; */ }

#nt_content .shopify-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";
  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, 0.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, 0.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 {
  left: auto;
  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,
.type_css_btna a.button.slt4_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,
.type_css_btna 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_shopify .la, #cat_shopify .lab, #cat_shopify .lad, #cat_shopify .lal, #cat_shopify .lar, #cat_shopify .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;
  background: #fff;
  font-size: 15px;
  padding: 0 2px;
  /*     border-radius: 2px;
      box-shadow: 0 0 3px 0 rgba(0,0,0,.2); */
  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 .nt_pr .pr_qty_atc,
.catalog_mode_true #callBackVariant_ppr, .catalog_mode_true #callBackVariant_qv,
.pr__view-in-space[data-shopify-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 .shopify-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 .shopify-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; }

.medizin_laypout .product-cd-heading {
  line-height: 1.2;
  margin-right: 0;
  margin-bottom: 5px; }

.medizin_laypout .product-cd-header {
  background: #fff;
  -webkit-transform: translateY(-23px);
  -ms-transform: translateY(-23px);
  transform: translateY(-23px);
  padding: 5px 20px; }

.medizin_laypout .countdown-wrap {
  color: #fff;
  background: #e4573d;
  border-radius: 30px;
  padding: 8px 24px;
  margin-bottom: 5px;
  position: static;
  transform: none;
  -webkit-transform: none; }

.medizin_laypout .countdown-label {
  font-size: 18px;
  line-height: 1; }

.medizin_laypout .pr_coun_dt {
  font-size: 18px;
  line-height: 1;
  font-weight: 600; }

.medizin_laypout .loop-product-stock .status-bar {
  background-color: #ededed;
  margin: 22px 0 10px;
  border-radius: 5px; }

.medizin_laypout .loop-product-stock .status-bar, .medizin_laypout .loop-product-stock .sold-bar {
  height: 8px; }

.medizin_laypout .product-stock-status .sold, .medizin_laypout .product-stock-status .available {
  font-size: 15px; }

.medizin_laypout .product-stock-status .sold {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px; }

.medizin_laypout .product-stock-status .available {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

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

.space_pr_mb {
  height: 40px; }

.h3.heading_sea {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 24px; }

.wrap_sea_section .input-group__field.search-form__input-wrapper,
.wrap_sea_section input.search-form__input,
.wrap_sea_section button.search-form__connected-submit {
  height: 50px; }

.wrap_sea_section {
  width: 90%;
  max-width: 850px;
  margin: 0 auto; }

.wrap_sea_section .input-group__field.search-form__input-wrapper {
  padding: 0 12px;
  border-radius: 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 0;
  background-color: #ffff; }

.wrap_sea_section input.search-form__input {
  border: 0;
  font-size: 16px;
  line-height: 36px;
  padding-left: 42px;
  color: #222222;
  font-weight: 400;
  background: none; }

.wrap_sea_section .search-form .input-group {
  padding: 5px 0; }

.wrap_sea_section input.search-form__input::placeholder,
.wrap_sea_section input.search-form__input::-webkit-input-placeholder {
  color: #8c8c8c; }

.wrap_sea_section button.search-form__connected-submit {
  width: 60px;
  font-size: 24px;
  right: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #222; }

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

/* ==========================================================================
   RESSPONSIVE
   ========================================================================== */
@media (min-width: 500px) {
  .medizin_laypout .product-cd-heading,
  .medizin_laypout .countdown-label {
    margin-right: 18px; } }
@media (min-width: 767px) {
  .type_prs_countd_deal .medizin_laypout {
    padding: 0 30px 48px; }

  .medizin_laypout .flickity-prev-next-button.previous {
    margin: 0 0 0 -53px; }

  .medizin_laypout .flickity-prev-next-button.next {
    margin: 0 -53px 0 0; }

  .wrapper_boxed .medizin_laypout .flickity-prev-next-button.next {
    margin-right: -45px; }

  .wrapper_boxed .medizin_laypout .flickity-prev-next-button.previous {
    margin-left: -45px; } }
@media (min-width: 641px) {
  #nt_content .shopify-challenge__container, .empty_cart_page, .cat_emty_noprs {
    margin: 200px 0; } }
@media (min-width: 768px) {
  .pos_text_alt .category-content {
    margin: -74px 23px 0;
    padding: 22px 28px 30px; }

  .fs_md_14 {
    font-size: 14px; }

  .fs_md_18 {
    font-size: 18px; }

  .fs_md_50 {
    font-size: 50px; }

  .fs_md_20 {
    font-size: 20px; }

  .fs_md_55 {
    font-size: 55px; }

  .fs_md_60 {
    font-size: 60px; }

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

  .tl_md {
    text-align: left; }

  .tr_md {
    text-align: right; }

  .tc_md {
    text-align: center; }

  .dn_mb, .dn_md {
    display: none; }

  .db_mb, .db_md {
    display: block; }

  .dib_mb, .dib_md {
    display: inline-block; }

  .pa_md {
    position: absolute; }

  .type_slideshow .flickity-page-dots,
  .type_banner_collection .flickity-page-dots {
    bottom: 20px; }

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

  .fs_md_11 {
    font-size: 11px; }

  .fs_md_15 {
    font-size: 15px; }

  .fs_md_18 {
    font-size: 18px; }

  .fs_md_30 {
    font-size: 30px; }

  .fs_md_35 {
    font-size: 35px; }

  .fs_md_40 {
    font-size: 40px; }

  .sr_txt_mb, .cat_view .dev_mobile,
  .mb_img_slide, .mb_img_slide.nt_bg_lz {
    display: none; }

  .pr__view-in-space {
    display: none !important; }

  .sr_txt {
    display: inline-block; }

  .cat_sortby > a {
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 7px 7px 7px 15px;
    min-width: 190px; }

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

  .pr_carousel:after {
    content: ''; }

  .watchCSS:after {
    content: 'flickity'; }

  .product .summary {
    margin-top: 0; }

  /*   .thumb_left .p-nav,
    .thumb_right .p-nav {
      margin-top: 0;
        width: 320px;
        -webkit-transform: rotate(90deg) translate(0,-100%);
        transform: rotate(90deg) translate(0,-100%);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    .thumb_left .p-nav .flickity-viewport,
    .thumb_right .p-nav .flickity-viewport {
        height: 80px !important;
    }
    .thumb_left .p-nav .n-item,
    .thumb_right .p-nav .n-item {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        padding: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        width: 80px;
        margin-right: 6px;
    }
    .thumb_left .col_nav.nav_large,
    .thumb_right .col_nav.nav_large {
        max-width: 160px;
    }
    .thumb_left .col_nav.nav_large .p-nav .flickity-viewport,
    .thumb_right .col_nav.nav_large .p-nav .flickity-viewport {
        height: 150px !important;
    }
    .thumb_left .col_nav.nav_large .p-nav .n-item,
    .thumb_right .col_nav.nav_large .p-nav .n-item {
        width: 150px;
    }
  
    .thumb_left .col_nav.nav_small,
    .thumb_right .col_nav.nav_small {
        max-width: 60px;
    }
    .thumb_left .col_nav.nav_small .p-nav .flickity-viewport,
    .thumb_right .col_nav.nav_small .p-nav .flickity-viewport {
        height: 50px !important;
    }
    .thumb_left .col_nav.nav_small .p-nav .n-item,
    .thumb_right .col_nav.nav_small .p-nav .n-item {
        width: 50px;
    }
    .thumb_left .p-nav.equal_nt .nt_bg_lz,
    .thumb_right .p-nav.equal_nt .nt_bg_lz {
        padding-top: 100% !important;
    } */
  .thumb_bottom .row.p-nav {
    margin-top: 10px;
    margin-right: -5px;
    margin-left: -5px; }

  .thumb_bottom .p-nav .n-item {
    padding-left: 5px;
    padding-right: 5px; }

  .only_owl_mb.nt_slider:not(.flickity-enabled) {
    display: -ms-flexbox !important;
    display: flex !important; }

  .thumb_2 .row.p-thumb {
    margin-right: -5px;
    margin-left: -5px; }

  .thumb_2 .row.p-thumb .p-item {
    padding: 5px;
    width: 50%; }

  .sp-single-3 .p-thumb .p-item:not(:last-child) {
    margin-bottom: 30px; }

  .ul_tabs.des_mb_2,
  .sp-single-3 .p-thumb .p-item.last_visible {
    margin-bottom: 0; }

  .ul_tabs.des_mb_2 > .tab_title_block {
    display: inline-block; }

  .ul_tabs li.tab_title_block a {
    min-height: 40px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid transparent;
    padding: 0 25px;
    margin: 0; }

  .browser-Internet.platform-Windows .ul_tabs li.tab_title_block a {
    line-height: 40px; }

  .sp-tabs {
    padding-top: 50px; }

  .sp-tabs > .sp-tab.des_style_2:first-of-type {
    margin-top: -50px; }

  /* .des_style_2.sp-tab>.sp-tab-content {
  	display: none
  }
  .des_style_2.sp-tab,
  .des_style_2.sp-tab.active>.sp-tab-content,
  .des_style_2.sp-tab>.heading {
  	display: block;
  }
  .des_style_2.sp-tab>.sp-tab-content {
      padding: 20px;
      border: 1px solid #f5f5f5;
      border-top: 0;
  }
  .des_style_2.sp-tab>.sp-tab-content {
      padding: 20px;
  } */
  .tab-heading .txt_h_tab {
    padding: 10px 20px; }

  .title_2 > span {
    margin: 0 30px; }

  .title_2:before, .title_2:after {
    width: 60px; }

  .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_space_6 {
    margin-left: -3px;
    margin-right: -3px; }

  .cat_space_6 .cat_space_item {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px; }

  .cat_space_10 {
    margin-left: -5px;
    margin-right: -5px; }

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

  .newsletter_se .signup-newsletter-form input.input-text {
    min-width: 320px; }

  .newsletter_se .signup-newsletter-form .submit-btn {
    min-width: 200px; }

  .newl_des_3 .signup-newsletter-form .col_email {
    margin: 0; }

  .newsletter_se.newl_des_3 .signup-newsletter-form .col_email {
    margin: 0 10px; }

  .newl_des_1 .signup-newsletter-form {
    padding: 2px; }

  .newl_des_1 .signup-newsletter-form .submit-btn {
    border-radius: 50px; }

  .newsletter_se .signup-newsletter-form input.input-text,
  .newsletter_se .signup-newsletter-form .submit-btn {
    height: 50px; }

  .type_faq .sp-tabs {
    padding-top: 0; }

  .template-cart .additional_checkout_buttons, .template-cart .additional_checkout_buttons .shopify-cleanslate > div {
    display: inline-block; }

  .wrap_title.des_title_13 {
    max-width: 83.33333333%;
    margin-left: auto;
    margin-right: auto; }

  .h3.heading_sea {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px; }

  .wrap_sea_section .input-group__field.search-form__input-wrapper,
  .wrap_sea_section input.search-form__input,
  .wrap_sea_section button.search-form__connected-submit {
    height: 60px; }

  .our-store {
    padding: 60px; } }
/* end min 768px */
@media (min-width: 1024px) {
  #nt_countdow_ppr_txt .nt_countdow_page {
    min-width: 400px; }

  .wrap_title.des_title_13 {
    max-width: 66.66666667%; } }
/* end min 1024px */
.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; }

/*   .item__position.nt_parallax_true,
  .page-head .parallax-inner.nt_parallax_true {
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
      background-position: 50% 0;
  } */
@media (min-width: 1025px) {
  .space_pr_mb {
    height: 0;
    display: none; }

  .calc_footer_sticky:not(.template-index) #nt_content {
    padding-bottom: 10px; }

  .des_header_3 .col_group_btns {
    min-width: 16.666667%; }

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

  .db_lg {
    display: block; }

  .dib_lg {
    display: inline-block; }

  .dn_lg {
    display: none; }

  .fs_lg_14 {
    font-size: 14px; }

  .fs_lg_18 {
    font-size: 18px; }

  .fs_lg_50 {
    font-size: 50px; }

  .fs_lg_20 {
    font-size: 20px; }

  .fs_lg_60 {
    font-size: 60px; }

  .tl_lg {
    text-align: left; }

  .tr_lg {
    text-align: right; }

  .tc_lg {
    text-align: center; }

  .wrapper_wide .container, .wrapper_wide #ntheader .container, .wrapper_wide .caption-w-1, .container_cat.cat_wide {
    max-width: 1600px;
    /* width: 95%; */ }

  .wrapper_content_full .container, .wrapper_content_full #ntheader .container, .container_cat.cat_full {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  .wrapper_boxed #nt_wrapper {
    margin: 0 auto;
    max-width: 1200px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08); }

  .wrapper_boxed .type_mega.menu_wid_full > .sub-menu {
    max-width: 1200px;
    margin: 0 auto; }

  .wrapper_boxed #ntheader .ntheader_wrapper,
  .wrapper_boxed.h_transparent_true.template-index #ntheader .ntheader_wrapper {
    left: auto;
    right: auto;
    width: 100vw;
    max-width: 1200px; }

  .wrapper_boxed .h__banner {
    width: 100vw;
    max-width: 1200px;
    margin: 0 auto; }

  .row {
    margin-right: -15px;
    margin-left: -15px; }

  .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 {
    padding-right: 15px;
    padding-left: 15px; }

  .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_space_6 {
    margin-left: -3px;
    margin-right: -3px; }

  .cat_space_6 .cat_space_item {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px; }

  .cat_space_10 {
    margin-left: -5px;
    margin-right: -5px; }

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

  .header_full_true .header__mid > .container,
  .header_full_true .h__banner > .container,
  .header_full_true .h__top > .container {
    max-width: 100%; }

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

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

  .des_header_7 #nt_wrapper, .des_header_7 .sticky_atc_wrap, .des_header_7:not(.h_calc_ready) #shopify-section-header_banner {
    padding-left: 280px; }

  .des_header_3.header_full_true .branding > a {
    margin-left: 10px; }

  .header_7 {
    position: fixed;
    width: 280px;
    margin-left: -280px;
    z-index: 1000;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
    border-right: 2px solid rgba(150, 150, 150, 0.15); }

  .header_7 .header__mid {
    padding-top: 60px;
    padding-bottom: 60px; }

  .nt_packery .pr_grid_item .product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    opacity: 0; }

  /*   .nt_currency ul {
      visibility: hidden;
      z-index: 1000;
      -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
      box-shadow: 1px 1px 1px rgba(0,0,0,.1);
      border: 1px solid rgba(0,0,0,.1);
    } */
  .cl_h7_btns {
    margin-top: 20px;
    text-align: center; }

  .h_icon_iccl .cl_h7_btns {
    margin-top: 25px; }

  .cat_space_20 {
    margin-left: -10px;
    margin-right: -10px; }

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

  .cat_space_30 {
    margin-left: -15px;
    margin-right: -15px; }

  .cat_space_30 .cat_space_item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }

  .header_8 a.icon_search {
    display: none; }

  body:not(.des_header_1):not(.des_header_6):not(.des_header_10) #nt_menu_canvas.lazyload {
    display: none; }

  .type_slideshow .container .flickity-prev-next-button.previous {
    left: -30px; }

  .type_slideshow .container .flickity-prev-next-button.next {
    right: -30px; }

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

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

  /*   .thumb_left .p-nav,
    .thumb_right .p-nav {
        width: 480px;
    } */
  .thumb_left .col_nav,
  .thumb_right .col_nav {
    max-width: 100px; }

  .thumb_left .col_nav.nav_large,
  .thumb_right .col_nav.nav_large {
    max-width: 170px; }

  .thumb_left .col_nav.nav_small,
  .thumb_right .col_nav.nav_small {
    max-width: 70px; }

  .section_sidebar_shop > h3,
  .section_sidebar_shop > .h3,
  .cat_hidden_false .cat_sidebar,
  .hidden_sortby_false.widget,
  .no_hidden_sidebar,
  .pop_default .btn_filter[data-opennt="#shopify-section-nt_filter"],
  .pop_default .btn_filter[data-opennt="#shopify-section-nt_filter2"] {
    display: none; }

  #cat_shopify, #cat_shopify ul li li,
  .hidden_false.sidebar .section_sidebar_shop,
  .cat_hidden_false .cat_sortby,
  .pop_default .btn_filter {
    display: block; }

  .hidden_sortby_false.widget + .widget {
    margin-top: 0 !important; }

  #cat_shopify ul li {
    line-height: 25px;
    list-style: outside none none;
    margin-bottom: 5px;
    display: inline-block;
    margin: 0;
    position: relative; }

  #cat_shopify ul li a {
    padding: 10px 15px; }

  .cat_view .dev_tablet {
    display: none; }

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

  .cat_toolbar {
    margin-bottom: 10px;
    margin-top: 40px; }

  .cat-shop .sub-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute; }

  .space_20.sidebar_nt {
    margin-top: 20px; }

  .space_30.sidebar_nt {
    margin-top: 30px; }

  .space_40.sidebar_nt {
    margin-top: 40px; }

  .space_50.sidebar_nt {
    margin-top: 50px; }

  .variations_button > .wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .thumb_left .col_thumb {
    padding-left: 5px;
    -ms-flex-order: 12;
    order: 12; }

  .thumb_left .col_nav {
    padding-right: 5px;
    -ms-flex-order: 1;
    order: 1; }

  .thumb_right .col_thumb {
    padding-right: 5px; }

  .thumb_right .col_nav {
    padding-left: 5px; }

  .thumb_left .col_nav,
  .thumb_right .col_nav {
    width: 100%;
    /*       max-width: 90px;
          overflow: hidden; */ }

  .thumb_left .p-nav,
  .thumb_right .p-nav {
    margin-top: 0;
    min-height: 100%;
    /* content: 'runjsnt'; */
    overflow: hidden;
    /*      white-space: normal;
          position: absolute;
          left: 0;
          top: 0;
          right: 0 */ }

  .thumb_left .p-nav .n-item,
  .thumb_right .p-nav .n-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    cursor: pointer; }

  .thumb_left .p-nav .n-item:last-child,
  .thumb_right .p-nav .n-item:last-child {
    margin-bottom: 50px; }

  .thumb_left .p-nav .flickity-slider, .thumb_left .p-nav .flickity-viewport,
  .thumb_right .p-nav .flickity-slider, .thumb_right .p-nav .flickity-viewport {
    -ms-transform: none !important;
    transform: none !important;
    overflow: visible !important;
    height: auto !important; }

  .thumb_left .p-nav .n-item,
  .thumb_right .p-nav .n-item {
    position: relative !important;
    left: 0 !important;
    right: 0 !important; }

  .single_add_to_cart_button {
    margin-top: 0;
    -ms-flex-order: 2;
    order: 2; }

  .PR_no_pick_true .shopify-payment-button {
    display: none; }

  button.single_add_to_cart_button.disabled {
    opacity: .5; }

  .atc-slide:not(.btn_full_true) .single_add_to_cart_button,
  .atc-slide:not(.btn_full_true) .variations_button {
    width: auto;
    min-width: 160px;
    max-width: 100%; }

  .footer__bot .col-lg-6.col_2 {
    margin-top: 0; }

  .footer__bot .col-lg-6.col_1 {
    text-align: left; }

  .footer__bot .col-lg-6.col_2 {
    text-align: right; }

  .use_border_true .nt_shipping {
    padding: 20px; }

  .use_border_true .nt_shipping:after {
    left: 15px;
    right: 15px; }

  .des_style_1 .sp-tab-content {
    display: block !important; } }
/* end 1025px */
@media screen and (min-width: 1140px) {
  .hero_video_se iframe {
    width: 100%;
    height: 300%;
    left: auto;
    top: -100%; }

  #nt_content .shopify-challenge__container {
    margin: 250px 0; } }
/* end 1140px */
/* .nt_products_holder .pr_animated:not(.done) {
    opacity: 0;
}
@-webkit-keyframes pr_animated {

  0% {
    opacity: 0;
    -o-transform: translate3d(0, 0, 0) scale(0.8);
    -moz-transform: translate3d(0, 0, 0) scale(0.8);
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
    transform: translate3d(0, 0, 0) scale(0.8);
  }

  to {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes pr_animated {

  0% {
    opacity: 0;
    -o-transform: translate3d(0, 0, 0) scale(0.8);
    -moz-transform: translate3d(0, 0, 0) scale(0.8);
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
    transform: translate3d(0, 0, 0) scale(0.8);
  }

  to {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.pr_animated.done {
   -webkit-animation: pr_animated 315ms 1 ease-in-out;
 animation: pr_animated 315ms 1 ease-in-out;
} */
@media (max-width: 1024px) {
  .icon_cart .ch_tt_price.ttip_nt {
    display: none; }

  .type_faq .sp-tabs {
    padding-top: 0; }

  .type_faq .sp-tabs + .sp-tabs {
    margin-top: 40px; }

  .header_2 .nt_menu > li:not(.branding), .dn_true_1024, .nt_action .push_side.dn {
    display: none; }

  .nt_menu > li.menu-item.branding > a {
    padding-right: 0;
    padding-left: 0; }

  .sidebar.sidebar_nt {
    -ms-flex-order: 0;
    order: 0; }

  .cat_space_6,
  .cat_space_10,
  .cat_space_20,
  .cat_space_30 {
    margin-left: -5px;
    margin-right: -5px; }

  .cat_size_4.cat_space_30 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 111%; }

  .cat_size_4.cat_space_30 .cat_grid_item_4 .cat_grid_item__overlay {
    padding-top: 228%; }

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

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

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

  .des_style_1.des_mb_2.sp-tab {
    padding: 0; }

  .des_style_1.des_mb_2.sp-tab:not(:last-child) {
    margin-bottom: 10px; }

  .des_style_1.des_mb_2.ul_tabs, .des_style_1.des_mb_2.sp-tab > .sp-tab-content {
    display: none; }

  .des_style_1.des_mb_2.sp-tab, .des_style_1.des_mb_2.sp-tab > .heading, .des_style_1.des_mb_2.sp-tab.active > .sp-tab-content {
    display: block !important; }

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

  /*   .des_style_2 .sp-tab-content [data-kl-full-width],
    .des_style_1.des_mb_2 .sp-tab-content [data-kl-full-width] {
      left: -36px;
      padding: 16px;
    } */
  .des_style_2 .sp-tab-content [data-kl-full-width], .des_style_1.des_mb_2 .sp-tab-content [data-kl-full-width] {
    left: auto;
    padding: 0;
    width: auto; }

  .type_newsletter2 .col-new {
    max-width: 600px;
    margin-top: 20px; } }
/* max width 1024 */
@media (max-width: 768px) {
  .tab_name {
    margin-right: 0; }

  .tab_se_header.des_tab_7, .tab_se_header.des_tab_8 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0; }

  .tab_cat_title.des_tab_7,
  .tab_cat_title.des_tab_8 {
    flex: 1 1 auto;
    padding-top: 10px;
    max-width: 100%;
    width: 100%;
    border-top: 2px solid #EAEAEA;
    text-align: center; } }
/* max width 768 */
@media (max-width: 767px) {
  .sp-single .row.product.mt__40 {
    margin-top: 15px; }

  .featured_product_se .entry-summary {
    margin-top: 30px; }

  .salse_pp_mb_false {
    display: none; }

  .cat_size_4.cat_space_30 .cat_grid_item_1 .cat_grid_item__overlay {
    padding-top: 108%; }

  #trust_seal_ppr img.img_tr_s1 {
    width: 100% !important; }

  .txt_col_img {
    margin-top: 30px; }

  .hide_m767_true {
    display: none; }

  .flickity-prev-next-button {
    top: 30%;
    transform: none; }

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

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

  .type_image_text_overlay .lh__1,
  .type_hero_video .lh__1,
  .type_slideshow .lh__1 {
    line-height: 1.22857143; }

  .footer_collapse_true .row > .mb__50 {
    margin-bottom: 30px; }

  .footer_collapse_true .widget-title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px; }

  .footer_collapse_true .footer_opened.widget_logo .widget-title {
    margin-bottom: 10px; }

  .footer_collapse_true .widget-title + .widget_footer {
    display: none; }

  .type_newsletter2 .class_ip {
    text-align: center; } }
/* max width 767 */
.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; }

@media (max-width: 749px) {
  .small--hide {
    display: none !important; }

  .order-table {
    border: 0; }

  .order-table thead {
    display: none; }

  .order-table tbody tr:last-child th, .order-table tbody tr:last-child td {
    border-bottom: 0; }

  .order-table th, .order-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 0.5rem 0;
    border: 0;
    margin: 0; }

  .order-table th::before, .order-table td::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    padding-right: 2em;
    max-width: 80%; }

  .order-table tbody tr th:first-child {
    padding-top: 1.25em; }

  .order-table tbody tr td:last-child {
    padding-bottom: 1.25em; }

  .order-table tbody th::before, .order-table tbody td::before {
    font-weight: 600; }

  .order-table tfoot tr:first-child th, .order-table tfoot tr:first-child td {
    padding-top: 1.25em;
    border-top: 1px solid #e8e9eb; }

  .order-table tfoot tr:nth-last-child(2) th, .order-table tfoot tr:nth-last-child(2) td {
    padding-bottom: 1.25em; }

  .order-table tfoot tr:last-child th, .order-table tfoot tr:last-child td {
    border-top: 1px solid #e8e9eb;
    padding-top: 1.25em;
    padding-bottom: 1.25em; }

  table.responsive-table {
    border: 1px solid #ddd; }

  table.responsive-table tbody > tr {
    border-bottom: 1px solid #ddd; }

  .responsive-table thead {
    display: none; }

  .responsive-table th, .responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 15px;
    border: 0;
    margin: 0; }

  .responsive-table th::before, .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal; }

  .responsive-table__row + .responsive-table__row, tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 55px; }

  .responsive-table__row + .responsive-table__row::after, tfoot > .responsive-table__row:first-child::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 27.5px;
    right: 27.5px;
    border-bottom: 1px solid #e8e9eb; }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }

  .table-responsive table {
    border-width: 0;
    margin: 0; } }
/* max width 749px */
#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: #56cfe1;
  border-color: #56cfe1;
  -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: #56cfe1; }

#widget-fave-html .ssw-fave-btn-counter,
#widget-fave-html .ssw-fave-btn-counter:before {
  color: #56cfe1;
  border-color: #56cfe1;
  -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: #56cfe1;
  border-color: #56cfe1; }

.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;
  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: #56cfe1 !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; }

@media all and (min-width: 1025px) {
  #widget-fave-html .ssw-fave-btn-content {
    font-size: 11px; } }
@media all and (max-width: 1024px) {
  #widget-fave-html {
    margin-left: 0;
    margin-top: 20px; } }
@media all and (max-width: 767px) {
  .nt_action #ssw-topauth, .nt_action .ssw-link-fave-menu {
    display: none; } }
@media all and (min-width: 768px) {
  .template-index .ssw-html-widget.ssw-instagram-widget > div:first-child:after,
  .template-index .ssw-html-widget.ssw-instagram-widget > div:first-child:before {
    width: 60px; }

  .template-index .ssw-instagram-grid-title {
    margin: 0 30px; } }
