/*
/*
Theme Name: jauna 
Theme URI: http://dewdrop.eu
Author: Dewdrop, Aivaras Cenkus
Author URI: ttp://dewdrop.eu
Description: Dewdrop
Version: 1.0
License: NON
License URI: --
Tags: private, design, inovation, dewdrop, dev, drop, lithuania, vilnius
Text Domain: young
 */
 html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ 
    scroll-behavior: smooth;
  }
  
  /* 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; }
  
  body, input, button {
    font-family: 'Barlow', sans-serif; }
  
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  
  .main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 158px; }
    @media only screen and (max-width: 990px) {
      .main {
        padding-top: 100px; } }
  
  a {
    color: #ff5e17; }
  
  .header-container, .breadcrumbs-list, .products-container, .category-container, .page-container, .subscribe-container, .footer-container {
    max-width: 1236px;
    padding: 0 20px;
    margin: 0 auto; }
  
  .products-title, .products-singleTitle, .category-title, .category-link, .page-title, .subscribe-title {
    color: #000;
    font-size: 48px;
    letter-spacing: 8.88px;
    line-height: 58px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 35px;
    overflow-wrap: break-word; }
    @media only screen and (max-width: 768px) {
      .products-title, .products-singleTitle, .category-title, .category-link, .page-title, .subscribe-title {
        font-size: 35px;
        letter-spacing: 5px; } }
    @media only screen and (max-width: 550px) {
      .products-title, .products-singleTitle, .category-title, .category-link, .page-title, .subscribe-title {
        font-size: 32px;
        letter-spacing: 3px; } }
  
  .products-itemTitle, .products-specificationTitle, .page-content h2 {
    color: #000;
    font-size: 28px;
    letter-spacing: 8.88px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 35px 0;
    overflow-wrap: break-word; }
    @media only screen and (max-width: 768px) {
      .products-itemTitle, .products-specificationTitle, .page-content h2 {
        letter-spacing: 5px; } }
  
  .products-singleDescription, .category-caption, .page-content, .subscribe-caption {
    color: #394651;
    font-size: 17px;
    line-height: 24px; }
  
  .popup-ctaClose, .popup-ctaDelete, .products-addCartSubmit, .products-actionsLink, .category-cta, .cart-tdDelete, .cart-bottomLink, .checkout-toCart, .checkout-submit, .subscribe-submit, .cookie-agreeLink {
    cursor: pointer;
    display: inline-block;
    padding: 12px 28px;
    border: 3px solid #000;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.96px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
    @media only screen and (max-width: 550px) {
      .popup-ctaClose, .popup-ctaDelete, .products-addCartSubmit, .products-actionsLink, .category-cta, .cart-tdDelete, .cart-bottomLink, .checkout-toCart, .checkout-submit, .subscribe-submit, .cookie-agreeLink {
        letter-spacing: 1.8px;
        width: 100%; } }
    .popup-ctaClose:hover, .popup-ctaDelete:hover, .products-addCartSubmit:hover, .products-actionsLink:hover, .category-cta:hover, .cart-tdDelete:hover, .cart-bottomLink:hover, .checkout-toCart:hover, .checkout-submit:hover, .subscribe-submit:hover, .cookie-agreeLink:hover {
      color: #ff5e17;
      border-color: #ff5e17;
      -webkit-transition: .3s all ease;
      transition: .3s all ease; }
  
  .popup {
    z-index: 99999;
    position: fixed;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden; }
    .popup-container {
      max-width: 500px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      height: 100%; }
    .popup-inner {
      width: 100%;
      -ms-flex-item-align: center;
          align-self: center;
      background-color: #fff;
      padding: 20px;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    .popup-title {
      margin-top: 0;
      letter-spacing: 1px;
      font-size: 20px; }
    .popup-close {
      position: absolute;
      top: 20px;
      right: 20px;
      color: #fff; }
      .popup-close .material-icons {
        font-size: 32px; }
    .popup-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .popup-ctaClose {
      margin-right: 20px; }
    .popup-ctaDelete {
      background-color: #ff5e17;
      border-color: #ff5e17;
      color: #fff; }
      .popup-ctaDelete:hover {
        color: #fff;
        background-color: #000;
        border-color: #000; }
    .popup--open {
      top: 0;
      visibility: visible;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 158px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: .1s height ease-in-out;
    transition: .1s height ease-in-out; }
    @media only screen and (max-width: 990px) {
      .header {
        height: 100px; }
        .header .header-logo {
          height: 50px;
          width: 121px; }
        .header .header-menu,
        .header .header-menuCart,
        .header .header-langContainer,
        .header .header-hamburgerContainer {
          padding-top: 37px;
          padding-bottom: 37px; } }
    .header-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%; }
    .header-logoContainer {
      -ms-flex-item-align: center;
          align-self: center; }
    .header-logo {
      display: block;
      height: 66px;
      width: 160px;
      -webkit-transition: .2s all ease-in-out;
      transition: .2s all ease-in-out; }
    .header-menuContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header-menu {
      padding: 67px 0;
      -webkit-transition: .2s padding ease-in-out;
      transition: .2s padding ease-in-out; }
      @media only screen and (max-width: 768px) {
        .header-menu {
          display: none; } }
    .header-menu-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .header-menu-list .menu-item {
        display: inline-block;
        padding: 0 25px; }
      .header-menu-list a {
        color: #394651;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: right;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: .2s color ease;
        transition: .2s color ease; }
        @media only screen and (max-width: 990px) {
          .header-menu-list a {
            font-size: 18px; } }
        .header-menu-list a:hover {
          color: #000;
          text-decoration: underline;
          -webkit-transition: .8s color ease;
          transition: .8s color ease; }
    .header-langContainer {
      padding: 67px 25px;
      -webkit-transition: .2s padding ease-in-out;
      transition: .2s padding ease-in-out; }
      @media only screen and (max-width: 990px) {
        .header-langContainer {
          display: none; } }
    .header-langCurrent {
      color: #000; }
      .header-langCurrent .material-icons {
        vertical-align: middle; }
    .header-langLink {
      color: #394651; }
    .header-langCurrent, .header-langLink {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 24px;
      text-align: right;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: .2s color ease;
      transition: .2s color ease; }
      @media only screen and (max-width: 990px) {
        .header-langCurrent, .header-langLink {
          font-size: 18px; } }
      .header-langCurrent:hover, .header-langLink:hover {
        color: #000;
        text-decoration: underline;
        -webkit-transition: .8s color ease;
        transition: .8s color ease; }
    .header-menuCart {
      padding: 67px 25px;
      -webkit-transition: .2s padding ease-in-out;
      transition: .2s padding ease-in-out; }
      @media only screen and (max-width: 550px) {
        .header-menuCart {
          display: none; } }
    .header-menuCartLink {
      display: inline-block;
      position: relative;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 24px;
      text-align: right;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: .2s color ease;
      transition: .2s color ease; }
      @media only screen and (max-width: 990px) {
        .header-menuCartLink {
          font-size: 18px; } }
      .header-menuCartLink:hover {
        color: #000;
        text-decoration: underline;
        -webkit-transition: .8s color ease;
        transition: .8s color ease; }
      .header-menuCartLink .material-icons {
        vertical-align: middle;
        font-size: 32px;
        margin-top: -2px; }
    .header-menuCartCount {
      position: absolute;
      left: 9px;
      top: 12px;
      font-size: 9px;
      width: 13px;
      height: 13px;
      border-radius: 100%;
      padding: 2px;
      line-height: 1;
      text-align: center;
      color: #394651;
      background-color: #fff; }
    .header-langMenu {
      max-height: 0;
      overflow: hidden;
      visibility: hidden;
      list-style: none;
      padding: 0;
      margin: 0;
      -webkit-transition: .5s all ease-in-out;
      transition: .5s all ease-in-out; }
    .header-hamburgerContainer {
      padding: 67px 0 0 25px;
      -webkit-transition: .2s padding ease-in-out;
      transition: .2s padding ease-in-out; }
    .header-hamburgerLink {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none; }
    .header-hamburgerLabel {
      color: #394651;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 24px;
      text-align: right;
      text-transform: uppercase;
      -webkit-transition: .2s color ease;
      transition: .2s color ease; }
      @media only screen and (max-width: 990px) {
        .header-hamburgerLabel {
          font-size: 18px; } }
    .header-hamburger {
      -ms-flex-item-align: center;
          align-self: center;
      margin-left: 10px;
      width: 21px;
      height: 15px;
      line-height: 24px;
      position: relative;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; }
    .header-hamburgerLine {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background-color: #394651;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .header-hamburgerLine:nth-child(1) {
        top: 0px; }
      .header-hamburgerLine:nth-child(2), .header-hamburgerLine:nth-child(3) {
        top: 6px; }
      .header-hamburgerLine:nth-child(4) {
        top: 12px; }
    .header--scrolled {
      height: 100px;
      -webkit-transition: .5s height ease-in-out;
      transition: .5s height ease-in-out; }
      .header--scrolled .header-logo {
        height: 50px;
        width: 121px;
        -webkit-transition: .5s all ease-in-out;
        transition: .5s all ease-in-out; }
      .header--scrolled .header-menu,
      .header--scrolled .header-menuCart,
      .header--scrolled .header-langContainer,
      .header--scrolled .header-hamburgerContainer {
        padding-top: 37px;
        padding-bottom: 37px;
        -webkit-transition: .5s padding ease-in-out;
        transition: .5s padding ease-in-out; }
      @media only screen and (max-width: 550px) {
        .header--scrolled {
          height: 80px; }
          .header--scrolled .header-logo {
            height: 42px;
            width: 102px; }
          .header--scrolled .header-menu,
          .header--scrolled .header-menuCart,
          .header--scrolled .header-langContainer,
          .header--scrolled .header-hamburgerContainer {
            padding-top: 27px;
            padding-bottom: 28px; } }
    .header-langMenu--open {
      max-height: 100px;
      visibility: visible;
      -webkit-transition: .5s all ease-in-out;
      transition: .5s all ease-in-out; }
    .header-hamburgerLink--open .header-hamburgerLine:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    .header-hamburgerLink--open .header-hamburgerLine:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header-hamburgerLink--open .header-hamburgerLine:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .header-hamburgerLink--open .header-hamburgerLine:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }
  
  .breadcrumbs {
    background: #ff5e17;
    padding: 10px 0; }
    .breadcrumbs-list {
      list-style: none;
      padding: 0 20px;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1.5px; }
      @media only screen and (max-width: 550px) {
        .breadcrumbs-list {
          text-align: center; } }
    .breadcrumbs-item {
      display: inline-block;
      font-weight: 700;
      line-height: 13px;
      margin: 0 5px;
      text-transform: uppercase; }
      .breadcrumbs-item:first-child {
        margin-left: 0; }
    .breadcrumbs-link {
      color: #fff; }
    .breadcrumbs-item--current {
      font-weight: 700;
      color: #fff; }
    .breadcrumbs-item--separator .material-icons {
      vertical-align: middle;
      font-size: 20px; }
  
  .menu {
    background-color: #FFF7F2;
    position: fixed;
    z-index: 4;
    top: 0;
    right: -100%;
    height: 100%;
    width: 400px;
    -webkit-box-shadow: -2px 0px 4px 0 rgba(0, 0, 0, 0.05);
            box-shadow: -2px 0px 4px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: .5s right ease-in;
    transition: .5s right ease-in; }
    @media only screen and (max-width: 768px) {
      .menu {
        width: 100%;
        text-align: center; } }
    .menu-container {
      max-height: 100vh;
      overflow-y: auto;
      padding: 158px 20px 20px; }
    .menu-list {
      list-style: none;
      margin: 0;
      padding: 0; }
    .menu-item {
      border-bottom: 2px solid #fff; }
    .menu-link {
      display: block;
      padding: 20px;
      color: #394651;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 24px;
      text-transform: uppercase;
      -webkit-transition: .2s color ease;
      transition: .2s color ease; }
    .menu-mobile {
      display: none; }
      @media only screen and (max-width: 768px) {
        .menu-mobile {
          display: block; } }
      .menu-mobile .header-menu {
        display: block;
        padding: 0; }
      .menu-mobile .menu-item {
        display: block;
        border-bottom: 2px solid #fff; }
        .menu-mobile .menu-item a {
          display: block;
          padding: 20px;
          color: #394651;
          font-size: 20px;
          font-weight: 700;
          letter-spacing: 1px;
          line-height: 24px;
          text-transform: uppercase;
          text-align: center;
          text-decoration: underline;
          -webkit-transition: .2s color ease;
          transition: .2s color ease; }
    .menu-menuCart {
      display: none;
      padding: 20px 0;
      border-bottom: 2px solid #fff; }
      @media only screen and (max-width: 550px) {
        .menu-menuCart {
          display: block; } }
    .menu-lang {
      display: none;
      border-bottom: 2px solid #fff; }
      @media only screen and (max-width: 990px) {
        .menu-lang {
          display: block; } }
      .menu-lang .header-langCurrent,
      .menu-lang .header-langLink {
        display: block;
        padding: 20px;
        text-align: left; }
        @media only screen and (max-width: 768px) {
          .menu-lang .header-langCurrent,
          .menu-lang .header-langLink {
            text-align: center; } }
      .menu-lang .header-langLink {
        border-top: 2px solid #fff; }
    .menu--open {
      right: 0;
      -webkit-transition: .5s right ease-out;
      transition: .5s right ease-out; }
  
  .products-title {
    margin-top: 60px; }
  
  .products-catItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
  
  .products-cat {
    padding: 10px;
    width: 33.33333333%; }
    @media only screen and (max-width: 990px) {
      .products-cat {
        width: 50%; } }
    @media only screen and (max-width: 550px) {
      .products-cat {
        width: 100%; } }
  
  .products-catLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 150px;
    text-decoration: none;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #394651;
    overflow: hidden; }
    .products-catLink:hover:before {
      background: rgba(255, 255, 255, 0.2);
      -webkit-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out; }
    .products-catLink:hover .products-catTitle {
      color: #fff;
      mix-blend-mode: exclusion; }
    .products-catLink:before {
      content: '';
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.7);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  
  .products-catTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    position: relative;
    padding: 10px;
    margin: 0 auto;
    letter-spacing: 2px;
    color: #192b15;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700; }
  
  .products-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
  
  .products-filter {
    width: 25%;
    padding: 10px 20px 0 10px; }
    @media only screen and (max-width: 990px) {
      .products-filter {
        width: 100%;
        padding: 0 20px 15px 0; } }
  
  .products-filterInner {
    border: 1px solid #394651;
    max-width: 274px; }
    @media only screen and (max-width: 990px) {
      .products-filterInner {
        max-width: 100%; } }
  
  .products-filterList {
    list-style: none;
    margin: 0;
    padding: 0; }
  
  .products-filterLi {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #394651; }
    .products-filterLi:last-child {
      border: 0; }
  
  .products-filterLink {
    position: relative;
    display: block;
    text-decoration: none; }
    .products-filterLink:hover {
      text-decoration: underline; }
    .products-filterLink .material-icons {
      position: absolute;
      top: -2px;
      right: 0; }
  
  .products-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
  
  .products-item {
    padding: 10px;
    width: 33.33333333%; }
    @media only screen and (max-width: 990px) {
      .products-item {
        width: 50%; } }
    @media only screen and (max-width: 550px) {
      .products-item {
        width: 100%; } }
  
  .products-itemLink {
    position: relative;
    display: block;
    height: 400px;
    text-align: center;
    border: 1px solid #394651;
    text-decoration: none; }
    .products-itemLink:hover .products-itemImage {
      -webkit-filter: blur(2px);
              filter: blur(2px);
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }
    .products-itemLink:hover .products-itemInfo {
      padding: 35px 15px;
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }
  
  .products-itemImage {
    position: relative;
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  
  .products-itemInfo {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
  
  .products-itemCat {
    color: #394651;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px; }
  
  .products-itemTitle {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 25px 0; }
  
  .products-itemPrice {
    color: #ff5e17;
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: 800;
    text-transform: uppercase; }
  
  .products-itemOlPrice {
    color: #394651; }
  
  .products-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
  }

  .woocommerce span.onsale {
    background-color: #ff5e17;
    width: 50px;
    height: 50px;
    left: 10px;
    top: 10px;
  }
  
  .products-singleImage {
    width: 40%; }
    @media only screen and (max-width: 990px) {
      .products-singleImage {
        width: 50%; } }
    @media only screen and (max-width: 550px) {
      .products-singleImage {
        width: 100%; } }
  
  .products-singleImageLink {
    display: block;
    border: 1px solid #394651; }
  
  .products-singleImageThumb {
    width: 100%;
    height: auto; }
  
  .products-singleGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  
  .products-singleGalleryItem {
    width: 33.33333333%; }
    @media only screen and (max-width: 990px) {
      .products-singleGalleryItem {
        width: 50%; } }
  
  .products-singleGalleryLink {
    display: block;
    overflow: hidden;
    height: 125px;
    border: 1px solid #394651;
    border-top: 0;
    border-right: 0;
    text-align: center; }
    .products-singleGalleryLink:last-child {
      border-right: 1px solid #394651; }
  
  .products-singleGalleryImage {
    max-width: 100%;
    height: auto;
    max-height: 100%; }
  
  .products-singleContent {
    padding-left: 40px;
    width: 60%; }
    @media only screen and (max-width: 990px) {
      .products-singleContent {
        width: 50%; } }
    @media only screen and (max-width: 550px) {
      .products-singleContent {
        width: 100%;
        margin-top: 20px;
        padding-left: 0; } }
  
  .products-singleTitle {
    margin-top: 0; }
  
  .products-optionsTitle {
    margin-top: 0;
    color: #ff5e17;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 3px; }
  
  .products-optionsItem {
    position: relative;
    display: block;
    margin: 15px 0;
    padding-left: 30px;
    margin-right: 25px;
    cursor: pointer;
    font-weight: 400; }
  
  .products-optionsInput {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
    width: 19px;
    height: 19px;
    top: 0;
    left: 0;
    margin-left: 0 !important;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    margin-top: 0; }
    .products-optionsInput:checked + .products-optionsHelper:before {
      border-color: #ff5e17; }
    .products-optionsInput:checked + .products-optionsHelper:after {
      -webkit-transform: scale(1);
              transform: scale(1); }
  
  .products-optionsHelper:before, .products-optionsHelper:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  
  .products-optionsHelper:before {
    top: -1px;
    width: 19px;
    height: 19px;
    left: 0;
    border: 3px solid #ff5e17; }
  
  .products-optionsHelper:after {
    width: 11px;
    height: 11px;
    background: #ff5e17;
    top: 6px;
    left: 7px;
    -webkit-transform: scale(0);
            transform: scale(0); }
  
  .products-price {
    margin-top: 20px; }
  
  .products-priceAmount {
    color: #ff5e17;
    text-align: right;
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: 800;
    text-transform: uppercase; }
  
  .products-priceOld {
    display: inline-block;
    vertical-align: middle;
    color: #9b9f9a;
    font-size: 20px;
    font-weight: 400; }
  
  .products-quantity {
    color: #9b9f9a;
    text-align: right;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1; }
  
  .products-addCart {
    margin: 40px 0; }
  
  .products-addCartContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    @media only screen and (max-width: 550px) {
      .products-addCartContainer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  
  .products-addCartField {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .products-addCartControls {
    width: 30px; }
  
  .products-addCartPlus, .products-addCartMinus {
    display: block;
    height: 25px;
    color: #fff;
    text-align: center; }
    .products-addCartPlus .material-icons, .products-addCartMinus .material-icons {
      font-size: 20px;
      vertical-align: middle; }
  
  .products-addCartPlus {
    background-color: #ff5e17; }
  
  .products-addCartMinus {
    background-color: #394651; }
  
  .products-addCartQuantity {
    width: 100px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 12px 10px;
    border: 3px solid #000; }
    .products-addCartQuantity::-webkit-inner-spin-button, .products-addCartQuantity::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    @media only screen and (max-width: 550px) {
      .products-addCartQuantity {
        width: 150px; } }
  
  .products-addCartSubmit {
    margin-left: 40px;
    border-color: #ff5e17;
    color: #ff5e17;
    width: 300px; }
    .products-addCartSubmit:hover {
      border-color: #000;
      color: #000; }
    @media only screen and (max-width: 550px) {
      .products-addCartSubmit {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-left: 0; } }
  
  .products-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px; }
  
  .products-label {
    margin: 10px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px; }
  
  .products-specificationTitle {
    margin-bottom: 0; }
    @media only screen and (max-width: 550px) {
      .products-specificationTitle {
        text-align: center; } }
  
  .products-specification {
    padding: 20px 0; }
  
  .products-specificationList {
    padding-left: 20px !important;
    margin: 0;
    list-style: none; }
  
  .products-specificationListItem {
    position: relative;
    padding: 5px 0; }
    .products-specificationListItem:before {
      content: '';
      position: absolute;
      top: 11px;
      left: -20px;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background: #ff5e17; }
  
  .products-actionsLink .material-icons {
    vertical-align: middle; }
  
  @media only screen and (max-width: 550px) {
    .products-actionsLink {
      text-align: center; } }
  
  .products-section--darken {
    background-color: #FFF7F2; }
  
  .products-label--new {
    background-color: #ff5e17; }
  
  .products-label--special {
    background-color: #394651; }
  
  .products-items--part {
    width: 75%; }
    @media only screen and (max-width: 990px) {
      .products-items--part {
        width: 100%; } }
  
  .products-filter---stick .products-filterInner {
    top: 120px !important;
    left: auto !important; }
  
  .category {
    position: relative;
    height: 640px;
    background-color: #FFF7F2; }
    @media only screen and (max-width: 990px) {
      .category {
        height: auto; } }
    .category:nth-child(2n) {
      background-color: #fff; }
      .category:nth-child(2n) .category-photo {
        margin-left: 50%; }
        @media only screen and (max-width: 990px) {
          .category:nth-child(2n) .category-photo {
            margin-left: 0; } }
      .category:nth-child(2n) .category-photoContent {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        @media only screen and (max-width: 990px) {
          .category:nth-child(2n) .category-photoContent {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
      .category:nth-child(2n) .category-content {
        text-align: right;
        padding-left: 0;
        padding-right: 110px; }
        @media only screen and (max-width: 1236px) {
          .category:nth-child(2n) .category-content {
            padding-right: 50px; } }
        @media only screen and (max-width: 990px) {
          .category:nth-child(2n) .category-content {
            padding: 80px 0;
            text-align: center; } }
        @media only screen and (max-width: 768px) {
          .category:nth-child(2n) .category-content {
            padding: 50px 0; } }
    .category-photo {
      width: 50%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media only screen and (max-width: 990px) {
        .category-photo {
          width: 100%;
          height: 300px; } }
    .category-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      @media only screen and (max-width: 990px) {
        .category-container {
          position: static; } }
    .category-photoContent, .category-content {
      width: 50%; }
    @media only screen and (max-width: 990px) {
      .category-photoContent {
        display: none; } }
    .category-content {
      -ms-flex-item-align: center;
          align-self: center;
      padding: 20px 0 20px 110px; }
      @media only screen and (max-width: 1236px) {
        .category-content {
          padding-left: 50px; } }
      @media only screen and (max-width: 990px) {
        .category-content {
          width: 100%;
          padding: 80px 0;
          text-align: center; } }
      @media only screen and (max-width: 768px) {
        .category-content {
          padding: 50px 0; } }
    .category-link {
      text-decoration: none; }
    .category-caption {
      margin-bottom: 40px; }
    .category-cta {
      margin-bottom: 10px; }
      .category-cta .material-icons {
        vertical-align: middle;
        margin-right: -9px; }
    .category-ctaText {
      vertical-align: middle; }
  
  .catalog-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  
  .catalog-photo {
    display: block;
    height: 40vh;
    min-height: 200px;
    width: 25%;
    background-size: cover;
    text-indent: -9999px;
    overflow: hidden; }
    @media only screen and (max-width: 990px) {
      .catalog-photo {
        width: 33.333%; } }
    @media only screen and (max-width: 768px) {
      .catalog-photo {
        width: 50%; } }
    @media only screen and (max-width: 550px) {
      .catalog-photo {
        height: 160px; } }
    .catalog-photo:hover {
      opacity: .7;
      -webkit-transition: .3s opacity ease;
      transition: .3s opacity ease; }
  
  .cart-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    border-top: 1px solid #394651;
    border-bottom: 1px solid #394651; }
    @media only screen and (max-width: 550px) {
      .cart-head {
        display: none; } }
  
  .cart-th {
    padding: 0 10px; }
  
  .cart-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #394651; }
    @media only screen and (max-width: 550px) {
      .cart-tr {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  
  .cart-td {
    padding: 10px; }
  
  .cart-tdLink {
    display: block; }
  
  .cart-tdImage {
    width: 100%; }
  
  .cart-tdTitle {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0; }
  
  .cart-tdTitleLink {
    text-decoration: none; }
    .cart-tdTitleLink:hover {
      text-decoration: underline; }
  
  .cart-tdOptions {
    font-size: 14px;
    color: #394651; }
  
  .cart-tdDelete {
    margin-top: 20px;
    padding: 0;
    border: 0;
    font-size: 14px; }
    .cart-tdDelete .material-icons {
      vertical-align: middle;
      font-size: 18px;
      margin-top: -2px; }
  
  .cart-quantityContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .cart-quantityMinus, .cart-quantityPlus {
    display: block;
    height: 25px;
    width: 25px;
    color: #fff;
    text-align: center; }
    .cart-quantityMinus .material-icons, .cart-quantityPlus .material-icons {
      font-size: 20px;
      vertical-align: middle; }
  
  .cart-quantityPlus {
    background-color: #ff5e17; }
  
  .cart-quantityMinus {
    background-color: #394651; }
  
  .cart-quantityField {
    width: 70px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 12px 10px;
    border: 3px solid #000; }
    .cart-quantityField::-webkit-inner-spin-button, .cart-quantityField::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  
  .cart-mobileLabel {
    display: none;
    color: #000; }
    @media only screen and (max-width: 550px) {
      .cart-mobileLabel {
        display: block; } }
  
  .cart-trFoots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid #394651; }
  
  .cart-bottom {
    text-align: right;
    padding: 40px 0 0; }
  
  @media only screen and (max-width: 550px) {
    .cart-bottomLink {
      text-align: center; } }
  
  .cart-th--product {
    width: 50%;
    padding-left: 0; }
  
  .cart-th--price {
    width: 16.66666667%; }
  
  .cart-th--quantity {
    width: 16.66666667%; }
  
  .cart-th--amount {
    width: 16.66666667%;
    text-align: right;
    padding-right: 0; }
  
  .cart-td--photo {
    padding: 0 10px 0 0;
    width: 16.66666667%; }
    @media only screen and (max-width: 550px) {
      .cart-td--photo {
        width: 100%; } }
  
  .cart-td--info {
    width: 33.33333333%;
    padding-left: 20px; }
    @media only screen and (max-width: 550px) {
      .cart-td--info {
        width: 100%; } }
  
  .cart-td--price {
    color: #394651;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    width: 16.66666667%; }
    @media only screen and (max-width: 550px) {
      .cart-td--price {
        width: 33.33333333%; } }
  
  .cart-td--quantity {
    width: 16.66666667%; }
    @media only screen and (max-width: 550px) {
      .cart-td--quantity {
        width: 33.33333333%; } }
  
  .cart-td--amount {
    color: #394651;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    width: 16.66666667%;
    text-align: right;
    padding-right: 0; }
    @media only screen and (max-width: 550px) {
      .cart-td--amount {
        width: 33.33333333%; } }
  
  .cart-td--total {
    width: 83.3333333%;
    text-align: right;
    padding: 0 0 0 10px; }
    @media only screen and (max-width: 550px) {
      .cart-td--total {
        width: 50%;
        text-align: left; } }
  
  .cart-td--totalAmount {
    text-align: right;
    width: 16.66666667%;
    padding: 0 10px 0 0; 
    font-weight: 400; }
    @media only screen and (max-width: 550px) {
      .cart-td--totalAmount {
        width: 50%; } }
  
  .checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    flex-wrap: wrap;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .checkout {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .checkout-formContainer {
      width: 50%;
      padding-right: 20px; }
      @media only screen and (max-width: 768px) {
        .checkout-formContainer {
          width: 100%;
          padding-right: 0;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .checkout-radioContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .checkout-radio {
      position: relative;
      display: block;
      margin: 15px 0;
      padding-left: 30px;
      margin-right: 25px;
      cursor: pointer;
      font-weight: 400; }
    .checkout-radioInput {
      position: absolute;
      margin-left: -20px;
      margin-top: 4px;
      width: 19px;
      height: 19px;
      top: 0;
      left: 0;
      margin-left: 0 !important;
      z-index: 1;
      cursor: pointer;
      opacity: 0;
      margin-top: 0; }
      .checkout-radioInput:checked + .checkout-radioHelper:before {
        border-color: #ff5e17; }
      .checkout-radioInput:checked + .checkout-radioHelper:after {
        -webkit-transform: scale(1);
                transform: scale(1); }
    .checkout-radioHelper:before, .checkout-radioHelper:after {
      content: '';
      position: absolute;
      border-radius: 50%;
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    .checkout-radioHelper:before {
      top: -1px;
      width: 19px;
      height: 19px;
      left: 0;
      border: 3px solid #ff5e17; }
    .checkout-radioHelper:after {
      width: 11px;
      height: 11px;
      background: #ff5e17;
      top: 6px;
      left: 7px;
      -webkit-transform: scale(0);
              transform: scale(0); }
    .checkout-fields {
      position: relative; }
    .checkout-field, .checkout-textarea {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      max-width: 100%;
      border: 3px solid #ff5e17;
      color: #ff5e17;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 2.96px;
      line-height: 19px;
      padding: 17px 23px;
      margin: 10px 0; }
    .checkout-field {
      height: 54px; }
    .checkout-fieldErrorText {
      color: red; }
    .checkout-textarea {
      height: 100px; }
    .checkout-cart {
      width: 50%;
      padding: 58px 0 0 20px; }
      @media only screen and (max-width: 768px) {
        .checkout-cart {
          width: 100%;
          padding: 0 0 58px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    .checkout-cartItem {
      border: 1px solid #000;
      border-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .checkout-cartImageContainer {
      width: 16.66666667%; }
    .checkout-cartImage {
      width: 100%; }
    .checkout-cartInfo {
      width: 58.33333333%;
      padding: 10px 10px 10px 20px; }
    .checkout-cartOptions {
      font-size: 14px;
      color: #394651; }
    .checkout-cartTitle {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      margin-top: 0; }
    .checkout-cartTitleLink {
      text-decoration: none; }
      .checkout-cartTitleLink:hover {
        text-decoration: underline; }
    .checkout-cartPrice {
      font-weight: 700; }
    .checkout-cartQuantity {
      width: 25%;
      padding: 10px;
      text-align: right; }
    .checkout-cartQuantityPrice {
      font-weight: 700; }
    .checkout-cartFoots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #FFF7F2;
      border: 1px solid #000;
      padding: 10px; }
    .checkout-cartTotal {
      color: #000;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 19px;
      text-transform: uppercase;
      text-align: right;
      width: 75%; }
    .checkout-cartAmount {
      color: #ff5e17;
      width: 25%;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 1px;
      text-align: right; }
    .checkout-formLoader {
      width: 50px;
      height: 50px;
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      display: none; }
    .checkout-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 40px; 
      width: 100%; }
      @media only screen and (max-width: 550px) {
        .checkout-bottom {
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; } }
    .checkout-bottomLeft {
      width: 50%;
      text-align: left; }
      @media only screen and (max-width: 550px) {
        .checkout-bottomLeft {
          width: 100%;
          text-align: center;
          margin-top: 20px; } }
    .checkout-bottomRight {
      width: 50%;
      text-align: right; }
      @media only screen and (max-width: 550px) {
        .checkout-bottomRight {
          width: 100%; } }
    .checkout-toCart .material-icons {
      vertical-align: middle; }
    .checkout-submit {
      background-color: #ff5e17;
      border-color: #ff5e17;
      color: #fff; }
      .checkout-submit:hover {
        color: #fff;
        background-color: #000;
        border-color: #000; }
    .checkout-field--hi5 {
      position: absolute;
      left: -9999px;
      opacity: 0; }
    .checkout-fieldContainer--error .checkout-field {
      border-color: red; }
    .checkout-formContainer--loading:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff; }
    .checkout-formContainer--loading .checkout-formLoader {
      display: block; }
  
  .page-title {
    margin-top: 60px;
    color: #394651; }
    @media only screen and (max-width: 768px) {
      .page-title {
        margin-top: 40px; } }
    @media only screen and (max-width: 550px) {
      .page-title {
        text-align: center; } }
  
  .page-content {
    margin-bottom: 40px; }
    @media only screen and (max-width: 550px) {
      .page-content h2 {
        text-align: center; } }
  
  .subscribe {
    text-align: center;
    padding: 140px 0; }
    @media only screen and (max-width: 990px) {
      .subscribe {
        padding: 80px 0; } }
    @media only screen and (max-width: 768px) {
      .subscribe {
        padding: 50px 0; } }
    .subscribe-container {
      max-width: 790px; }
    .subscribe-caption {
      margin-bottom: 60px; }
    .subscribe-form {
      max-width: 592px;
      margin: 0 auto; }
    .subscribe-fieldContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; 
        position: relative;

    }
    .subscribe-field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 54px;
      width: 100%;
      border: 3px solid #ff5e17;
      color: #ff5e17;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 2.96px;
      line-height: 19px;
      padding: 17px 64px 17px 23px; }
    .subscribe-fieldErrorText {
      color: red; }
    .subscribe-submit {
      margin-left: -64px;
      padding: 10px 17px; }
      @media only screen and (max-width: 550px) {
        .subscribe-submit {
          width: auto; } }
      .subscribe-submit .material-icons {
        margin: 0; }
    .subscribe-gdpr {
      margin-top: 25px;
      text-align: left; }
    .subscribe-gdprCheckbox {
      display: none; }
      .subscribe-gdprCheckbox:checked ~ .subscribe-gdprFakeLabel {
        border-color: #ff5e17;
        -webkit-animation: jelly 0.6s ease;
                animation: jelly 0.6s ease; }
        .subscribe-gdprCheckbox:checked ~ .subscribe-gdprFakeLabel:after {
          opacity: 1;
          -webkit-transform: rotate(45deg) scale(1);
                  transform: rotate(45deg) scale(1); }
    .subscribe-gdprFakeLabel {
      display: inline-block;
      position: relative;
      top: 1px;
      width: 27px;
      height: 27px;
      border: 3px solid #000;
      vertical-align: middle;
      -webkit-transition: background 0.1s ease;
      transition: background 0.1s ease;
      cursor: pointer; }
      .subscribe-gdprFakeLabel:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 8px;
        width: 5px;
        height: 11px;
        opacity: 0;
        -webkit-transform: rotate(45deg) scale(0);
                transform: rotate(45deg) scale(0);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transition-delay: 0.15s;
                transition-delay: 0.15s; }
    .subscribe-gdprLabel {
      margin-left: 20px;
      vertical-align: middle;
      font-size: 17px;
      line-height: 20px;
      color: #394651;
      cursor: pointer; }
  
  .footer {
    background-color: #FFF7F2;
    padding: 40px 0;
    color: #394651;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.89px;
    line-height: 19px;
    text-transform: uppercase; }
    .footer-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .footer-container {
          display: block;
          text-align: center; } }
    @media only screen and (max-width: 768px) {
      .footer-solution {
        margin-top: 10px; } }
    .footer-socials {
      -ms-flex-item-align: center;
          align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (max-width: 768px) {
        .footer-socials {
          margin-top: 10px; } }
    .footer-socialsLink {
      display: block;
      width: 35px;
      height: 35px;
      padding: 5px; }
      .footer-socialsLink:hover svg {
        fill: #ff5e17;
        -webkit-transition: .3s fill ease;
        transition: .3s fill ease; }
      .footer-socialsLink svg {
        fill: #394651;
        -webkit-transition: .3s fill ease;
        transition: .3s fill ease; }
    .footer-by {
      color: #394651; }
  
  .notification {
    text-align: left;
    margin: 0 auto;
    padding: 15px 0 0 0;
    opacity: 1;
    max-height: 500px;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }
    .notification-wrapper {
      padding: 15px; }
    .notification-icon, .notification-text {
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .notification-icon, .notification-text {
          display: inline; } }
    .notification-icon .material-icons {
      vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .notification-icon {
        font-size: 2em;
        padding: 10px 22px; } }
    .notification-wrapper--info {
      background-color: #BDE5F8;
      color: #00529B; }
    .notification-wrapper--success {
      background-color: #DFF2BF;
      color: #4F8A10; 
      margin: 0;
    }
    .notification-wrapper--error {
      background-color: #FFD2D2;
      color: #D8000C; }
    .notification-wrapper--warning {
      background-color: #FEEFB3;
      color: #9F6000; }
    .notification--hidden {
      opacity: 0;
      max-height: 0;
      visibility: hidden;
      -webkit-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out;
      padding: 0; }
  
  .cookie {
    background-color: #ff5e17;
    color: #fff;
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .cookie {
        width: 100%;
        right: 0;
        bottom: 0;
        text-align: center; } }
    .cookie-container {
      padding: 20px; }
    .cookie-infoLink {
      color: #fff; }
    .cookie-agree {
      padding: 20px 0 0;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .cookie-agree {
          text-align: center; } }
    .cookie-agreeLink {
      border-color: #fff;
      color: #fff; }
  .wpcf7-form-control-wrap.your-email{
      width: 100%;
      position: unset;
  }
  .wpcf7-spinner{
      display: none;
  }
  .subscribe-form .wpcf7-not-valid-tip{
    position: absolute;
    bottom: -20px;
  }
  .breadcrumbs a, .breadcrumbs span{
      color: #fff;
      display: inline-block;
      font-weight: 700;
      line-height: 13px;
      margin: 0 5px;
  }
  .breadcrumbs-list > span, .breadcrumbs-list > span > span{
    margin-left: 0;
    display: flex;
    align-items: center;
  }
  .breadcrumbs a:first-child{
      margin-left: 0;
  }
  .breadcrumbs .material-icons{
    vertical-align: middle;
    font-size: 20px;
    margin: 0 5px;
  }
  .notification-wrapper--success a{
    display: none !important;
  }
  
  .single .quantity, .single_add_to_cart_button{
    display: none !important;
  }
  .products-addCartField .quantity{
    display: block !important;
  }
  .products-priceAmount p{
    margin: 0;
  }
  .woo-selected-variation-item-name{
    display: none !important;
  }
  .woo-variation-swatches.wvs-show-label .variations td{
    padding: 0;
  }
  .variations .value div{
    height: 30px;
  }
  .woocommerce-cart .woocommerce-message.notification-wrapper--success{
    display: none;
  }
  .woocommerce button[name="update_cart"],
  .woocommerce input[name="update_cart"] {
    display: none;
  }
  .woocommerce-additional-fields h3, .woocommerce-billing-fields h3{
    display: none;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100%;
  }
  .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select{
    border-color: red;
  }
  .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select{
    border-color: unset;
  }
  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
    display: none;
  }
  .woocommerce form .form-row.woocommerce-invalid span.error{
    display: block !important;
  }
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    display: none;
  }
  #cookie-law-info-bar{
    padding: 0 !important;
  }
  .cookie-info{
    text-transform: none !important;
    text-align: start;
  }
  #wt-cli-accept-all-btn{
    cursor: pointer;
    display: inline-block;
    padding: 12px 28px;
    border: 3px solid #fff;
    background-color: transparent !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.96px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
  }
  #wt-cli-accept-all-btn:hover{
    border: 3px solid #000;
    color: #000 !important;
  }
  .woocommerce.single .products ul.products{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells{
    width: 100%;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products{
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-cart .cart-td--totalAmount{
    font-weight: 700;
  }
  .woocommerce-variation-price{
    display: none;
  }
  .woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label{
    margin: 15px 2px 5px 0 !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #ff5e17;
  }
  .reset_variations{
    display: none !important;
  }
  .return-to-shop{
    display: none;
  }
  .woocommerce-cart .cart-empty.woocommerce-info{
    border-top: none;
    background: unset;
    padding: 0;
  }
  *:focus{
    outline: unset;
  }
  .single.woo-variation-swatches.wvs-show-label .variations td{
    display: table-cell;
    padding-right: 10px;
  }
  .variations select{
    border: 3px solid #000;
    padding: 5px;
    margin: 10px;
  }
  @media only screen and (max-width: 900px){
    .single.woo-variation-swatches.wvs-show-label .variations td{
      display: block;
      padding-right: 0;
    }
    .variations select{
      margin: 5px 0 10px 0;
    }
  }
  dl {
    display: grid;
    grid-template-columns: max-content auto;
  }
  
  dt {
    grid-column-start: 1;
  }
  
  dd {
    grid-column-start: 2;
    margin-left: 5px;
    font-weight: 400;
  }