/*Colors*/
/*Fonts*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

img {
  max-width: 100%;
  height: auto; }
  img.object-fit {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }

html, body {
  height: 100%;
  padding: 0; }

.container {
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }
  .container:after {
    display: block;
    content: '';
    clear: both; }

.clearfix:after {
  display: block;
  content: '';
  clear: both; }

.page_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 100%; }

.page-custom-title h1 {
  font-size: 64px;
  line-height: 1;
  font-weight: 300;
  text-transform: initial; }

@media screen and (min-width: 640px) {
  .page-custom-title h1 {
    font-size: 72px; } }

.main {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

body {
  font-size: 14px;
  font-family: "Futura", sans-serif !important;
  font-weight: 400;
  overflow-x: hidden; }
  body .page_wrapper {
    padding-top: 60px; }
    @media screen and (min-width: 1024px) {
      body .page_wrapper {
        padding-top: 100px; } }

.desktop-only {
  display: none; }

.mobile-only {
  display: block; }

@media screen and (min-width: 768px) {
  .desktop-only {
    display: block; }
  .mobile-only {
    display: none; } }

.payment_method_stripe_googlepay,
.payment_method_stripe_payment_request,
.payment_method_stripe_applepay {
  max-width: 100% !important; }

@font-face {
  font-family: "Futura";
  font-weight: 300;
  font-style: normal;
  src: url("../eot/futurapt-book.eot");
  src: url("../eot/futurapt-bookd41d.eot#iefix") format("embedded-opentype"), url("../woff2/futurapt-book.woff2") format("woff2"), url("../woff/futurapt-book.woff") format("woff"), url("../ttf/futurapt-book.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Futura";
  font-weight: 400;
  font-style: normal;
  src: url("../eot/futurapt-book.eot");
  src: url("../eot/futurapt-bookd41d.eot#iefix") format("embedded-opentype"), url("../woff2/futurapt-book.woff2") format("woff2"), url("../woff/futurapt-book.woff") format("woff"), url("../ttf/futurapt-book.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Futura";
  font-weight: 500;
  font-style: normal;
  src: url("../eot/futurapt-medium.eot");
  src: url("../eot/futurapt-mediumd41d.eot#iefix") format("embedded-opentype"), url("../woff2/futurapt-medium.woff2") format("woff2"), url("../woff/futurapt-medium.woff") format("woff"), url("../ttf/futurapt-medium.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Futura";
  font-weight: 600;
  font-style: normal;
  src: url("../eot/futurapt-bold.eot");
  src: url("../eot/futurapt-boldd41d.eot#iefix") format("embedded-opentype"), url("../woff2/futurapt-bold.woff2") format("woff2"), url("../woff/futurapt-bold.woff") format("woff"), url("../ttf/futurapt-bold.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Futura";
  font-weight: 700;
  font-style: normal;
  src: url("../eot/futurapt-bold.eot");
  src: url("../eot/futurapt-boldd41d.eot#iefix") format("embedded-opentype"), url("../woff2/futurapt-bold.woff2") format("woff2"), url("../woff/futurapt-bold.woff") format("woff"), url("../ttf/futurapt-bold.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Futura";
  font-weight: 800;
  font-style: normal;
  src: url("../eot/futurapt-extrabold.eot");
  src: url("../eot/futurapt-extraboldd41d.eot#iefix") format("embedded-opentype"), url("../woff2/futurapt-extrabold.woff2") format("woff2"), url("../woff/futurapt-extrabold.woff") format("woff"), url("../ttf/futurapt-extrabold.ttf") format("truetype");
  font-display: swap; }

@-webkit-keyframes rotateUpLeft {
  0% {
    z-index: 10;
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  50% {
    -webkit-transform: translate(0px, 6px) rotateZ(0deg);
            transform: translate(0px, 6px) rotateZ(0deg); }
  100% {
    z-index: 20;
    -webkit-transform: translate(0px, 6px) rotateZ(-45deg);
            transform: translate(0px, 6px) rotateZ(-45deg); } }

@keyframes rotateUpLeft {
  0% {
    z-index: 10;
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  50% {
    -webkit-transform: translate(0px, 6px) rotateZ(0deg);
            transform: translate(0px, 6px) rotateZ(0deg); }
  100% {
    z-index: 20;
    -webkit-transform: translate(0px, 6px) rotateZ(-45deg);
            transform: translate(0px, 6px) rotateZ(-45deg); } }

.rotateUpLeft {
  z-index: 20;
  -webkit-transform: translate(0px, 6px) rotateZ(-45deg);
      -ms-transform: translate(0px, 6px) rotate(-45deg);
          transform: translate(0px, 6px) rotateZ(-45deg);
  -webkit-animation: rotateUpLeft 0.2s linear 0s 1;
          animation: rotateUpLeft 0.2s linear 0s 1; }

@-webkit-keyframes rotateUpLeft_inv {
  0% {
    z-index: 20;
    -webkit-transform: translate(0px, 6px) rotateZ(-45deg);
            transform: translate(0px, 6px) rotateZ(-45deg); }
  50% {
    -webkit-transform: translate(0px, 6px) rotateZ(0deg);
            transform: translate(0px, 6px) rotateZ(0deg); }
  100% {
    z-index: 10;
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); } }

@keyframes rotateUpLeft_inv {
  0% {
    z-index: 20;
    -webkit-transform: translate(0px, 6px) rotateZ(-45deg);
            transform: translate(0px, 6px) rotateZ(-45deg); }
  50% {
    -webkit-transform: translate(0px, 6px) rotateZ(0deg);
            transform: translate(0px, 6px) rotateZ(0deg); }
  100% {
    z-index: 10;
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); } }

.rotateUpLeft_inv {
  z-index: 10;
  -webkit-transform: translate(0px, 0px) rotate(0deg);
      -ms-transform: translate(0px, 0px) rotate(0deg);
          transform: translate(0px, 0px) rotate(0deg);
  -webkit-animation: rotateUpLeft_inv 0.2s linear 0s 1;
          animation: rotateUpLeft_inv 0.2s linear 0s 1; }

@-webkit-keyframes rotateDownLeft {
  0% {
    z-index: 10;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); }
  50% {
    -webkit-transform: translate(0px, -6px) rotate(0deg);
            transform: translate(0px, -6px) rotate(0deg); }
  100% {
    z-index: 20;
    -webkit-transform: translate(0px, -6px) rotateZ(45deg);
            transform: translate(0px, -6px) rotateZ(45deg); } }

@keyframes rotateDownLeft {
  0% {
    z-index: 10;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); }
  50% {
    -webkit-transform: translate(0px, -6px) rotate(0deg);
            transform: translate(0px, -6px) rotate(0deg); }
  100% {
    z-index: 20;
    -webkit-transform: translate(0px, -6px) rotateZ(45deg);
            transform: translate(0px, -6px) rotateZ(45deg); } }

.rotateDownLeft {
  z-index: 20;
  -webkit-transform: translate(0px, -6px) rotateZ(45deg);
      -ms-transform: translate(0px, -6px) rotate(45deg);
          transform: translate(0px, -6px) rotateZ(45deg);
  -webkit-animation: rotateDownLeft 0.2s linear 0s 1;
          animation: rotateDownLeft 0.2s linear 0s 1; }

@-webkit-keyframes rotateDownLeft_inv {
  0% {
    z-index: 20;
    -webkit-transform: translate(0px, -6px) rotateZ(45deg);
            transform: translate(0px, -6px) rotateZ(45deg); }
  50% {
    width: 18px;
    -webkit-transform: translate(0px, -6px) rotate(0deg);
            transform: translate(0px, -6px) rotate(0deg); }
  100% {
    z-index: 10;
    width: 18px;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); } }

@keyframes rotateDownLeft_inv {
  0% {
    z-index: 20;
    -webkit-transform: translate(0px, -6px) rotateZ(45deg);
            transform: translate(0px, -6px) rotateZ(45deg); }
  50% {
    width: 18px;
    -webkit-transform: translate(0px, -6px) rotate(0deg);
            transform: translate(0px, -6px) rotate(0deg); }
  100% {
    z-index: 10;
    width: 18px;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); } }

.rotateDownLeft_inv {
  z-index: 10;
  -webkit-transform: translate(0px, 0px) rotate(0deg);
      -ms-transform: translate(0px, 0px) rotate(0deg);
          transform: translate(0px, 0px) rotate(0deg);
  -webkit-animation: rotateDownLeft_inv 0.2s linear 0s 1;
          animation: rotateDownLeft_inv 0.2s linear 0s 1; }

@font-face {
  font-family: "icons";
  src: url("../eot/iconse803.eot");
  src: url("../eot/iconse803.eot#iefix") format("eot"), url("../woff2/iconse803.woff2") format("woff2"), url("../woff/iconse803.woff") format("woff"), url("../ttf/iconse803.ttf") format("truetype"), url("../svg/iconse803.svg#icons") format("svg");
  font-display: swap; }

.icon:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.icon-arrow:before {
  content: "\E001"; }

.icon-back:before {
  content: "\E002"; }

.icon-cart:before {
  content: "\E003"; }

.icon-next:before {
  content: "\E004"; }

.icon-quote-left:before {
  content: "\E005"; }

.icon-quote-right:before {
  content: "\E006"; }

.icon-search:before {
  content: "\E007"; }

.icon-send:before {
  content: "\E008"; }

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1340px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto; }

.header.scrolled {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 30px 0 rgba(201, 205, 207, 0.45);
          box-shadow: 0 3px 30px 0 rgba(201, 205, 207, 0.45); }

header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 1024px) {
    header.header {
      padding: 20px 0 0; } }

.btnToggle {
  position: relative;
  width: 20px;
  height: 14px;
  z-index: 10;
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .btnToggle {
      display: none; } }
  .btnToggle__line {
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width: 18px;
    height: 2px;
    background-color: #8b9aa2;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: width 0s linear 0.1s;
    -o-transition: width 0s linear 0.1s;
    transition: width 0s linear 0.1s; }
    .btnToggle__line.first-line {
      top: 0; }
    .btnToggle__line.last-line {
      top: -webkit-calc(100% - 2px);
      top: calc(100% - 2px); }

.nav {
  position: absolute;
  top: 100%;
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 320px;
  background-color: #fff;
  -webkit-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s; }
  @media screen and (min-width: 1024px) {
    .nav {
      position: static;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: -webkit-calc(100% - 68px);
      width: calc(100% - 68px);
      background-color: transparent; } }
  .nav.open {
    left: 0; }
    .nav.open + .btnToggle span:not(.first-line):not(.last-line) {
      width: 0; }

.nav-menu {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin: 20px 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .nav-menu {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 0 10px 0;
      padding: 0; } }
  .nav-menu .menu-item {
    position: relative;
    width: 50%;
    margin-bottom: 15px; }
    @media screen and (min-width: 1024px) {
      .nav-menu .menu-item {
        width: auto;
        padding: 0 10px;
        margin-bottom: 0; }
        .nav-menu .menu-item:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 1px;
          height: 11px;
          background-color: #696b70; }
        .nav-menu .menu-item:last-child {
          padding-right: 0; }
          .nav-menu .menu-item:last-child:after {
            display: none; } }
  .nav-menu .menu__link {
    position: relative;
    display: inline-block;
    color: #696b70;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .nav-menu .menu__link:after, .nav-menu .menu__link:before {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 50%;
      width: 50%;
      height: 1px;
      background-color: #696b70;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (min-width: 1024px) {
        .nav-menu .menu__link:after, .nav-menu .menu__link:before {
          width: 0; } }
    .nav-menu .menu__link:before {
      left: 0; }
      @media screen and (min-width: 1024px) {
        .nav-menu .menu__link:before {
          left: 50%; } }
    @media screen and (min-width: 1025px) {
      .nav-menu .menu__link:hover {
        opacity: 1; }
        .nav-menu .menu__link:hover:after {
          width: 50%; }
        .nav-menu .menu__link:hover:before {
          left: 0;
          width: 50%; } }

.menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    .menu {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: auto; } }
  .menu .menu__item {
    position: relative;
    border-bottom: 1px solid #ededed; }
    @media screen and (min-width: 1024px) {
      .menu .menu__item {
        position: static;
        border-bottom: none; } }
    .menu .menu__item:hover .menu__link, .menu .menu__item:focus .menu__link {
      color: #89ab3f;
      opacity: 1; }
      .menu .menu__item:hover .menu__link .caret, .menu .menu__item:focus .menu__link .caret {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
        .menu .menu__item:hover .menu__link .caret:before, .menu .menu__item:focus .menu__link .caret:before {
          border-color: #89ab3f; }
    .menu .menu__item:hover .menu__dropdown, .menu .menu__item:focus .menu__dropdown {
      visibility: visible;
      max-height: 400px;
      -webkit-transition: max-height 0.3s ease-out;
      -o-transition: max-height 0.3s ease-out;
      transition: max-height 0.3s ease-out; }
  .menu .menu__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 10px 20px 10px;
    color: #2b2f3b;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5;
    outline: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    @media screen and (min-width: 1024px) {
      .menu .menu__link {
        padding: 9px 10px;
        font-size: 18px; } }
    @media screen and (min-width: 1200px) {
      .menu .menu__link {
        padding: 10px 14px;
        font-size: 20px; } }
    .menu .menu__link .caret {
      position: relative;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 7px;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      -o-transition: transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
      .menu .menu__link .caret:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #2b2f3b;
        border-right: 1px solid #2b2f3b;
        -webkit-transform: translate(-50%, -75%) rotateZ(45deg);
            -ms-transform: translate(-50%, -75%) rotate(45deg);
                transform: translate(-50%, -75%) rotateZ(45deg);
        -webkit-transition: border-color 0.2s;
        -o-transition: border-color 0.2s;
        transition: border-color 0.2s; }

.menu__dropdown {
  overflow: hidden;
  max-height: 0;
  width: 100%;
  background-color: #eee;
  -webkit-transition: max-height 0.3s, visibility 0s 0.3s;
  -o-transition: max-height 0.3s, visibility 0s 0.3s;
  transition: max-height 0.3s, visibility 0s 0.3s; }
  @media screen and (min-width: 1024px) {
    .menu__dropdown {
      visibility: hidden;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 100;
      background-color: #fff;
      -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.04);
              box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.04); } }
  .menu__dropdown-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1340px;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .menu__dropdown-inner {
        padding: 15px 20px; } }
  .menu__dropdown-info {
    display: none; }
    @media screen and (min-width: 1024px) {
      .menu__dropdown-info {
        display: block;
        width: 35%;
        padding-right: 40px; } }
    .menu__dropdown-info h3 {
      margin-top: 0;
      margin-bottom: 9px;
      color: #696b70;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.29;
      text-transform: capitalize; }
    .menu__dropdown-info > span {
      display: block;
      margin-bottom: 11px;
      color: #676767;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.29; }
    .menu__dropdown-info > a {
      position: relative;
      color: #89ab3f;
      font-size: 14px;
      line-height: 1.29;
      text-decoration: none; }
      .menu__dropdown-info > a:after, .menu__dropdown-info > a:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        width: 0;
        height: 1px;
        background-color: #89ab3f;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .menu__dropdown-info > a:hover {
        opacity: 1;
        color: #89ab3f; }
        .menu__dropdown-info > a:hover:after {
          width: 50%; }
        .menu__dropdown-info > a:hover:before {
          left: 0;
          width: 50%; }
      .menu__dropdown-info > a span {
        display: inline-block;
        vertical-align: middle;
        margin-top: 1px;
        margin-left: 6px;
        font-size: 6px; }
  .menu__dropdown-list {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .menu__dropdown-list {
        position: relative;
        width: 65%;
        margin: 0;
        border-left: 2px solid #ededed; }
        .menu__dropdown-list:after {
          content: '';
          position: absolute;
          right: 1px;
          top: 0;
          width: 2px;
          height: 100%;
          background-color: #ededed; } }
    .menu__dropdown-list li {
      border-bottom: 1px solid #adafb3; }
      .menu__dropdown-list li:last-child {
        border-bottom: none; }
      @media screen and (min-width: 1024px) {
        .menu__dropdown-list li {
          position: relative;
          border-bottom: none;
          height: 170px; }
          .menu__dropdown-list li:after {
            content: '';
            position: absolute;
            right: 2px;
            top: 0;
            width: 2px;
            height: 100%;
            background-color: #ededed; } }
    .menu__dropdown-list .slick-track {
      margin-left: 0; }
    .menu__dropdown-list .slider__prev,
    .menu__dropdown-list .slider__next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1;
      width: 40px;
      height: 40px;
      color: #ffffff;
      font-size: 19px;
      line-height: 28px;
      text-align: center;
      cursor: pointer;
      background-color: #B0D100;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .menu__dropdown-list .slider__prev.slick-disabled,
      .menu__dropdown-list .slider__next.slick-disabled {
        background-color: #F4F9D9;
        color: #B0D100; }
    .menu__dropdown-list .slider__prev {
      left: -21px; }
      .menu__dropdown-list .slider__prev span {
        position: relative;
        top: 1px;
        right: 1px; }
      @media screen and (min-width: 1200px) {
        .menu__dropdown-list .slider__prev {
          left: -21px; } }
    .menu__dropdown-list .slider__next {
      right: -18px; }
      .menu__dropdown-list .slider__next span {
        position: relative;
        top: 1px;
        left: 1px; }
      @media screen and (min-width: 1200px) {
        .menu__dropdown-list .slider__next {
          right: -18px; } }
  .menu__dropdown-link {
    display: block;
    width: 100%;
    padding: 15px 20px 15px;
    text-decoration: none;
    outline: none; }
    @media screen and (min-width: 1024px) {
      .menu__dropdown-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0; } }
    .menu__dropdown-link div {
      display: none; }
      @media screen and (min-width: 1024px) {
        .menu__dropdown-link div {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 auto;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          height: 100%; } }
      .menu__dropdown-link div img {
        height: 100%; }
    .menu__dropdown-link p {
      width: 100%;
      margin: 0;
      padding-top: 3px;
      color: #676767;
      font-size: 15px;
      font-weight: 300;
      line-height: 1.38;
      text-align: left;
      -webkit-transition: color 0.2s;
      -o-transition: color 0.2s;
      transition: color 0.2s; }
      @media screen and (min-width: 1024px) {
        .menu__dropdown-link p {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          text-align: center;
          font-size: 13px; } }
    .menu__dropdown-link:hover {
      opacity: 1; }
      .menu__dropdown-link:hover p {
        color: #89ab3f; }

.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  max-width: 44px; }
  @media screen and (min-width: 1024px) {
    .logo {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      max-width: 68px;
      margin-top: -10px; } }
  .logo img {
    width: 100%;
    height: auto; }

.header-cart {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .header-cart__button {
    position: relative;
    display: block;
    text-decoration: none;
    color: #2b2f3b;
    font-size: 20px;
    line-height: 1;
    cursor: pointer; }
  .header-cart__dropdown {
    position: absolute;
    top: 100%;
    right: -430px;
    z-index: 99;
    width: 430px;
    max-width: 100%;
    background-color: #fff;
    -webkit-transition: right 0.4s;
    -o-transition: right 0.4s;
    transition: right 0.4s; }
    .header-cart__dropdown.cart-open {
      right: 0;
      -webkit-transition: right 0.3s;
      -o-transition: right 0.3s;
      transition: right 0.3s; }
      .header-cart__dropdown.cart-open + .header-cart__overlay {
        visibility: visible;
        opacity: 1; }
  .header-cart__overlay {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 98;
    top: 100%;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.37);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .header-cart .cart__counter {
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 2;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #B4D600;
    font-size: 8px;
    color: #000;
    text-align: center;
    line-height: 16px; }
    .header-cart .cart__counter.hide {
      display: none; }

/*===== Mini-cart =====*/
.cart_list {
  margin-bottom: 10px;
  overflow: auto; }
  @media screen and (min-width: 1024px) {
    .cart_list {
      max-height: -webkit-calc(100vh - 390px);
      max-height: calc(100vh - 390px); } }

.mini-cart__title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 10px;
  border-top: 1px solid #89ab3f;
  border-bottom: 1px solid #89ab3f;
  color: #2b2f3b;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center; }

.mini-cart__content {
  overflow-x: hidden;
  text-align: center;
  padding: 30px 25px 25px; }
  @media screen and (min-width: 480px) {
    .mini-cart__content {
      padding: 30px 35px 44px; } }
  .mini-cart__content .woocommerce-mini-cart-item {
    position: relative;
    margin-bottom: 15px; }
    .mini-cart__content .woocommerce-mini-cart-item:before {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #c6c6c6; }
    .mini-cart__content .woocommerce-mini-cart-item:after {
      content: '';
      display: block;
      clear: both; }
    .mini-cart__content .woocommerce-mini-cart-item:last-child {
      margin-bottom: 0; }
      .mini-cart__content .woocommerce-mini-cart-item:last-child:before {
        display: none; }
    .mini-cart__content .woocommerce-mini-cart-item .woocommerce-Price-amount {
      display: inline-block;
      font-size: 18px;
      line-height: 31px;
      float: right; }
  .mini-cart__content .remove_from_cart_button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #2b2f3b;
    text-decoration: none; }
  .mini-cart__content .quantity {
    float: left;
    width: auto;
    padding-left: 100px;
    margin-bottom: 0; }
    .mini-cart__content .quantity label {
      display: none; }
    .mini-cart__content .quantity .custom-qty {
      max-width: 40px;
      font-size: 18px; }
    .mini-cart__content .quantity.hidden {
      display: none; }
  .mini-cart__content .buttons {
    margin-top: 22px;
    margin-bottom: 0;
    text-align: center; }
  .mini-cart__content .cart-discount,
  .mini-cart__content .delivery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-calc(100% + 70px);
    width: calc(100% + 70px);
    padding: 10px 35px;
    border-top: 1px solid #2b2f3b;
    border-bottom: 1px solid #2b2f3b;
    margin-left: -35px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 0.89; }
    .mini-cart__content .cart-discount__title,
    .mini-cart__content .delivery__title {
      color: #2b2f3b;
      text-align: left; }
    .mini-cart__content .cart-discount__description,
    .mini-cart__content .delivery__description {
      margin-top: 10px;
      font-size: 14px;
      font-weight: 300; }
    .mini-cart__content .cart-discount__value,
    .mini-cart__content .delivery__value {
      color: #89ab3f; }
  .mini-cart__content .cart-discount {
    border-bottom: none; }
  .mini-cart__content .total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 0.89;
    color: #2b2f3b; }
  .mini-cart__content .cart-empty {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold; }
    .mini-cart__content .cart-empty:before {
      content: none; }
  .mini-cart__content .add_cuppon {
    position: relative;
    display: inline-block;
    margin-bottom: 13px;
    font-size: 16px;
    color: #434343;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    .mini-cart__content .add_cuppon:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #89ab3f; }
    @media screen and (min-width: 1025px) {
      .mini-cart__content .add_cuppon:hover {
        color: #89ab3f; } }

.mini-cart-product_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-right: 30px;
  color: #2b2f3b;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.22;
  text-align: left;
  text-decoration: none; }
  @media screen and (min-width: 480px) {
    .mini-cart-product_link {
      font-size: 18px; } }
  .mini-cart-product_link:hover {
    color: #2b2f3b;
    opacity: 1; }
  .mini-cart-product_link img {
    display: inline-block;
    max-width: 60px;
    margin-right: 21px; }
    @media screen and (min-width: 480px) {
      .mini-cart-product_link img {
        max-width: 80px; } }

/*====== Button in empty cart ======*/
.return-to-shop {
  margin-top: 22px;
  margin-bottom: 0;
  text-align: center; }
  .return-to-shop .btn .icon {
    margin-top: -2px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

/*===== Quantity form ======*/
.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px; }
  .quantity label {
    margin-top: 0;
    margin-right: 25px;
    color: #2b2f3b;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5; }
  .quantity .minus-btn,
  .quantity .plus-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px; }
    .quantity .minus-btn:after,
    .quantity .plus-btn:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 1px;
      background-color: #2b2f3b;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .quantity .plus-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 10px;
    background-color: #2b2f3b;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .quantity .custom-qty {
    max-width: 50px;
    border: none;
    color: #2b2f3b;
    font-size: 20px;
    font-weight: 300;
    font-family: "Futura", sans-serif;
    text-align: center; }
    .quantity .custom-qty::-webkit-inner-spin-button, .quantity .custom-qty::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.woocommerce-notices-wrapper {
  display: none; }

.widget_shopping_cart_content {
  margin-top: 0; }

.product_list_widget li a.minus-btn {
  margin: 0; }

.recommend-block {
  padding-bottom: 60px; }
  .recommend-block .sfn-cart-addons {
    text-align: center;
    width: 75%;
    margin: 0 auto; }
    .recommend-block .sfn-cart-addons .slick-slide img {
      margin: 0 auto;
      width: 75%; }
    .recommend-block .sfn-cart-addons .slick-next {
      right: -40px; }
    .recommend-block .sfn-cart-addons .slick-prev {
      left: -45px; }
    .recommend-block .sfn-cart-addons .slick-arrow:before {
      color: black;
      font-size: 32px; }
    .recommend-block .sfn-cart-addons h2 {
      margin: 0; }
    .recommend-block .sfn-cart-addons .product-title-link {
      text-decoration: none;
      color: black; }
    .recommend-block .sfn-cart-addons .price {
      display: block;
      font-size: 25px; }
    .recommend-block .sfn-cart-addons .product_after_shop_loop_buttons a {
      color: black; }

.hide-scrollbar::-webkit-scrollbar {
  width: 0; }

.header-cart__dropdown {
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto; }

@media screen and (min-width: 1025px) {
  .header-cart__dropdown {
    height: -webkit-calc(100vh - 90px);
    height: calc(100vh - 90px); } }

.banner {
  position: relative;
  padding: 85px 0 360px; }
  @media screen and (min-width: 1024px) {
    .banner {
      padding: 100px 0 530px; } }
  .banner.dark-banner {
    margin-top: 85px; }
    .banner.dark-banner .banner__slogan {
      color: #FFFFFF; }
    .banner.dark-banner .banner__subslogan {
      color: #FFFFFF; }
    @media screen and (min-width: 1024px) {
      .banner.dark-banner {
        margin-top: 100px;
        height: -webkit-calc(100vh - 100px);
        height: calc(100vh - 100px); } }
  .banner__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }
    .banner__image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .banner__slogan {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    z-index: 1;
    color: #2b2f3b;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.52;
    text-align: center; }
    @media screen and (min-width: 650px) {
      .banner__slogan {
        font-size: 42px; } }
    @media screen and (min-width: 1024px) {
      .banner__slogan {
        font-size: 50px; } }
  .banner__subslogan {
    display: none;
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 34px;
    color: #2b2f3b;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center; }
    @media screen and (min-width: 650px) {
      .banner__subslogan {
        display: block; } }
  .banner__footer {
    position: relative;
    z-index: 1;
    text-align: center; }

@media screen and (min-width: 1024px) {
  .bannerWrapper {
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px); } }

.bannerWrapper .couponBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  background-position: bottom;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f9f9f9; }
  @media screen and (min-width: 1024px) {
    .bannerWrapper .couponBlock {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 0; } }
  .bannerWrapper .couponBlock::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F9F9F9;
    z-index: 1; }
  .bannerWrapper .couponBlock__text {
    margin: 0 auto;
    height: 100%;
    padding: 6px 10px;
    color: #454545;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    z-index: 2; }
    @media screen and (min-width: 1024px) {
      .bannerWrapper .couponBlock__text {
        font-size: 14px;
        padding: 8px 30px; } }
    .bannerWrapper .couponBlock__text span {
      font-weight: 600; }
  .bannerWrapper .couponBlock__closeBtn {
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 2;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .bannerWrapper .couponBlock__closeBtn:hover {
      cursor: pointer; }
    @media screen and (min-width: 1024px) {
      .bannerWrapper .couponBlock__closeBtn {
        right: 15px; } }
    .bannerWrapper .couponBlock__closeBtn img {
      display: block; }

.bannerWrapper.hybridBambooMattress .banner {
  margin: 0 0 0 auto;
  padding: 0;
  max-width: -webkit-calc((100vw - 1440px) / 2 + 1440px);
  max-width: calc((100vw - 1440px) / 2 + 1440px); }
  @media screen and (min-width: 1024px) {
    .bannerWrapper.hybridBambooMattress .banner {
      padding: 0;
      min-height: 500px; } }
  .bannerWrapper.hybridBambooMattress .banner .banner__image {
    min-height: 100px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .bannerWrapper.hybridBambooMattress .banner .banner__image {
        width: 75%;
        margin-left: auto;
        min-height: inherit; } }
    .bannerWrapper.hybridBambooMattress .banner .banner__image img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: right;
         object-position: right; }
      @media screen and (min-width: 1024px) {
        .bannerWrapper.hybridBambooMattress .banner .banner__image img {
          min-height: inherit; } }
    .bannerWrapper.hybridBambooMattress .banner .banner__image::before {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(22%, rgba(255, 255, 255, 0.4125)), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.4125) 22%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.4125) 22%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.4125) 22%, rgba(255, 255, 255, 0) 100%); }
      @media screen and (min-width: 1024px) {
        .bannerWrapper.hybridBambooMattress .banner .banner__image::before {
          background: -webkit-gradient(linear, left top, right top, from(white), color-stop(14%, white), color-stop(60%, rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(left, white 0%, white 14%, rgba(255, 255, 255, 0) 60%);
          background: -o-linear-gradient(left, white 0%, white 14%, rgba(255, 255, 255, 0) 60%);
          background: linear-gradient(90deg, white 0%, white 14%, rgba(255, 255, 255, 0) 60%); } }
  .bannerWrapper.hybridBambooMattress .banner .container {
    position: relative;
    padding-bottom: 30px;
    margin-top: -40px; }
    @media screen and (min-width: 1024px) {
      .bannerWrapper.hybridBambooMattress .banner .container {
        margin-top: 0;
        padding: 0 70px;
        max-width: 590px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .bannerWrapper.hybridBambooMattress .banner .banner__slogan {
    text-align: left;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: #454545; }
    @media screen and (min-width: 1024px) {
      .bannerWrapper.hybridBambooMattress .banner .banner__slogan {
        font-size: 48px;
        line-height: 64px; } }
  .bannerWrapper.hybridBambooMattress .banner .banner__subslogan {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #454545;
    margin-bottom: 12px; }
    @media screen and (min-width: 1024px) {
      .bannerWrapper.hybridBambooMattress .banner .banner__subslogan {
        margin-bottom: 27px; } }
  .bannerWrapper.hybridBambooMattress .banner .banner__services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 31px; }
    @media screen and (min-width: 1024px) {
      .bannerWrapper.hybridBambooMattress .banner .banner__services {
        margin-bottom: 47px; } }
    .bannerWrapper.hybridBambooMattress .banner .banner__services .service {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .bannerWrapper.hybridBambooMattress .banner .banner__services .service__image {
        width: 45px; }
        @media screen and (min-width: 1024px) {
          .bannerWrapper.hybridBambooMattress .banner .banner__services .service__image {
            width: 32px; } }
        .bannerWrapper.hybridBambooMattress .banner .banner__services .service__image img {
          width: 100%;
          height: 100%; }
      .bannerWrapper.hybridBambooMattress .banner .banner__services .service__text {
        margin: 0 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: #454545;
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px; }
  .bannerWrapper.hybridBambooMattress .banner .banner__footer {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .bannerWrapper.hybridBambooMattress .banner .banner__footer .btn_link a {
      padding: 13px 35px;
      font-weight: 500;
      font-size: 16px;
      line-height: 18px;
      color: #454545;
      border-color: #B4D600;
      background-color: #B4D600;
      display: inline-block;
      vertical-align: middle;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-transform: capitalize;
      text-decoration: none;
      text-align: center;
      -webkit-border-radius: 0;
              border-radius: 0;
      outline: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      @media screen and (min-width: 1024px) {
        .bannerWrapper.hybridBambooMattress .banner .banner__footer .btn_link a {
          -webkit-box-pack: left;
          -webkit-justify-content: left;
              -ms-flex-pack: left;
                  justify-content: left;
          padding: 13px 28px; } }
    .bannerWrapper.hybridBambooMattress .banner .banner__footer .watchVideo a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 12px 0 0 20px;
      color: #90AB00;
      font-weight: 500;
      font-size: 16px;
      line-height: 18px;
      text-decoration: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (min-width: 1024px) {
        .bannerWrapper.hybridBambooMattress .banner .banner__footer .watchVideo a {
          -webkit-box-pack: left;
          -webkit-justify-content: left;
              -ms-flex-pack: left;
                  justify-content: left;
          padding: 13px 20px; } }
      .bannerWrapper.hybridBambooMattress .banner .banner__footer .watchVideo a img {
        margin-right: 5px; }

.bannerWrapper.commonBanner {
  max-width: 1920px;
  margin: 0 auto; }
  .bannerWrapper.commonBanner .banner {
    padding: 0; }
    @media screen and (min-width: 1024px) {
      .bannerWrapper.commonBanner .banner {
        padding: 0;
        min-height: 500px; } }
    .bannerWrapper.commonBanner .banner .banner__image {
      position: relative; }
      .bannerWrapper.commonBanner .banner .banner__image img {
        margin: 0 auto;
        height: initial;
        width: initial;
        max-width: initial;
        max-height: initial; }
      .bannerWrapper.commonBanner .banner .banner__image::before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%; }
    .bannerWrapper.commonBanner .banner .container {
      position: absolute;
      top: 25%;
      left: 50%;
      width: 350px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media screen and (min-width: 768px) {
        .bannerWrapper.commonBanner .banner .container {
          margin-top: 0;
          padding: 0 70px;
          width: 50vw;
          max-width: 700px;
          top: 50%;
          left: 25%; } }
    .bannerWrapper.commonBanner .banner .banner__slogan {
      font-weight: 700;
      font-size: 26px;
      line-height: 34px;
      color: #454545; }
      @media screen and (min-width: 768px) {
        .bannerWrapper.commonBanner .banner .banner__slogan {
          font-size: clamp(38px, 3.4vw, 48px);
          line-height: clamp(45px, 4vw, 64px); } }
    .bannerWrapper.commonBanner .banner .banner__subslogan {
      display: block;
      font-size: 18px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: 0.02em;
      color: #454545;
      margin-bottom: 12px; }
      @media screen and (min-width: 768px) {
        .bannerWrapper.commonBanner .banner .banner__subslogan {
          font-size: 20px;
          margin-bottom: 27px; } }
    .bannerWrapper.commonBanner .banner .banner__services {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 31px; }
      @media screen and (min-width: 768px) {
        .bannerWrapper.commonBanner .banner .banner__services {
          margin-bottom: 47px; } }
      .bannerWrapper.commonBanner .banner .banner__services .service {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .bannerWrapper.commonBanner .banner .banner__services .service__image {
          width: 45px; }
          @media screen and (min-width: 768px) {
            .bannerWrapper.commonBanner .banner .banner__services .service__image {
              width: 32px; } }
          .bannerWrapper.commonBanner .banner .banner__services .service__image img {
            width: 100%;
            height: 100%; }
        .bannerWrapper.commonBanner .banner .banner__services .service__text {
          margin: 0 12px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #454545;
          text-align: left;
          font-weight: 400;
          font-size: 14px;
          line-height: 18px; }
    .bannerWrapper.commonBanner .banner .banner__footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .bannerWrapper.commonBanner .banner .banner__footer .btn_link a {
        padding: 13px 35px;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        color: #454545;
        border-color: #B4D600;
        background-color: #B4D600;
        display: inline-block;
        vertical-align: middle;
        -webkit-box-shadow: none;
                box-shadow: none;
        text-transform: capitalize;
        text-decoration: none;
        text-align: center;
        -webkit-border-radius: 0;
                border-radius: 0;
        outline: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer; }
        @media screen and (min-width: 1024px) {
          .bannerWrapper.commonBanner .banner .banner__footer .btn_link a {
            -webkit-box-pack: left;
            -webkit-justify-content: left;
                -ms-flex-pack: left;
                    justify-content: left;
            padding: 13px 28px; } }
      .bannerWrapper.commonBanner .banner .banner__footer .watchVideo a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 12px 0 0 20px;
        color: #90AB00;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        text-decoration: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (min-width: 1024px) {
          .bannerWrapper.commonBanner .banner .banner__footer .watchVideo a {
            -webkit-box-pack: left;
            -webkit-justify-content: left;
                -ms-flex-pack: left;
                    justify-content: left;
            padding: 13px 20px; } }
        .bannerWrapper.commonBanner .banner .banner__footer .watchVideo a img {
          margin-right: 5px; }

.bannerWrapper.commonBanner--whiteText .banner .banner__subslogan {
  color: #ffffff; }

.bannerWrapper.commonBanner--whiteText .banner .banner__slogan {
  color: #ffffff; }

.bannerWrapper.commonBanner__topImage .vc_column_container > .vc_column-inner {
  padding: 0; }

.bannerWrapper.commonBanner__topImage .banner .container {
  top: 40%;
  padding: 0 45px;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .bannerWrapper.commonBanner__topImage .banner .container {
      top: 35vw; } }
  @media screen and (min-width: 1024px) {
    .bannerWrapper.commonBanner__topImage .banner .container {
      top: 33vw; } }

.footer {
  display: none; }

/*# sourceMappingURL=maps/screen.css.map */
