/*
* Fashionopolism Responsive Shopify theme
* Copyright 2021, We are Underground
* www.weareunderground.com
*
*
* Gridlock v3.2.1
* A responsive CSS grid system. Part of the Formstone Library.
* http://formstone.it/gridlock/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/
*, :after, :before {
    box-sizing: border-box
  }
  
  .gridlock .row, .shogun-root .container {
    width: 92%;
    margin-left: auto;
    margin-right: auto
  }
  
  .gridlock .row:after {
    height: 0;
    clear: both;
    content: ".";
    display: block;
    line-height: 0;
    visibility: hidden
  }
  
  .gridlock .row .row {
    width: 102.08333333%;
    margin-left: -1.04166667%;
    margin-right: -1.04166667%
  }
  
  .gridlock .row .contained .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
  
  .gridlock .row [class*=all-], .gridlock .row [class*=desktop-], .gridlock .row [class*=max-], .gridlock .row [class*=min-], .gridlock .row [class*=mobile-], .gridlock .row [class*=tablet-] {
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%
  }
  
  .gridlock .row [class*=all-].padded, .gridlock .row [class*=desktop-].padded, .gridlock .row [class*=max-].padded, .gridlock .row [class*=min-].padded, .gridlock .row [class*=mobile-].padded, .gridlock .row [class*=tablet-].padded {
    box-sizing: content-box;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.04166667%;
    padding-right: 1.04166667%
  }
  
  .gridlock .row [class*=all-].contained, .gridlock .row [class*=desktop-].contained, .gridlock .row [class*=max-].contained, .gridlock .row [class*=min-].contained, .gridlock .row [class*=mobile-].contained, .gridlock .row [class*=tablet-].contained {
    margin-left: 0;
    margin-right: 0
  }
  
  .gridlock .row [class*=all-].right, .gridlock .row [class*=desktop-].right, .gridlock .row [class*=max-].right, .gridlock .row [class*=min-].right, .gridlock .row [class*=mobile-].right, .gridlock .row [class*=tablet-].right {
    float: right
  }
  
  @media screen and (min-width:500px) {
    .gridlock .row {
      width: 480px
    }
  }
  
  @media screen and (min-width:740px) {
    .gridlock .row {
      width: 720px
    }
  }
  
  @media screen and (min-width:980px) {
    .gridlock .row {
      width: 960px
    }
  }
  
  @media screen and (min-width:1220px) {
    .gridlock .row, .shogun-root .container {
      width: 1200px
    }
  }
  
  @media screen and (min-width:1680px) {
    .gridlock .row, .shogun-root .container {
      width: 1400px
    }
  }
  
  @media screen and (max-width:739px) {
    .gridlock-mobile-fluid .row {
      width: 98%
    }
  }
  
  .gridlock .row .all-fifth {
    width: 17.91666667%
  }
  
  .gridlock .row .all-fourth {
    width: 22.91666667%
  }
  
  .gridlock .row .all-third {
    width: 31.25%
  }
  
  .gridlock .row .all-half {
    width: 47.91666667%
  }
  
  .gridlock .row .all-full {
    width: 97.91666667%
  }
  
  .gridlock .row .all-push-fifth {
    margin-left: 21.04166667%
  }
  
  .gridlock .row .all-push-fourth {
    margin-left: 26.04166667%
  }
  
  .gridlock .row .all-push-third {
    margin-left: 34.375%
  }
  
  .gridlock .row .all-push-half {
    margin-left: 51.04166667%
  }
  
  .gridlock .row .contained.all-fifth {
    width: 20%
  }
  
  .gridlock .row .contained.all-fourth {
    width: 25%
  }
  
  .gridlock .row .contained.all-third {
    width: 33.33333333%
  }
  
  .gridlock .row .contained.all-half {
    width: 50%
  }
  
  .gridlock .row .contained.all-full {
    width: 100%
  }
  
  .gridlock .row .contained.all-push-fifth {
    margin-left: 20%
  }
  
  .gridlock .row .contained.all-push-fourth {
    margin-left: 25%
  }
  
  .gridlock .row .contained.all-push-third {
    margin-left: 33.33333333%
  }
  
  .gridlock .row .contained.all-push-half {
    margin-left: 50%
  }
  
  .gridlock .row [class*=all-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  
  .gridlock .row .all-hide {
    display: none
  }
  .visually-hidden {
    display: none;
  }
  
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
  }
  
  @media screen and (max-width:739px) {
    .gridlock .row .mobile-1 {
      width: 31.25%
    }
    .gridlock .row .mobile-2 {
      width: 64.58333333%
    }
    .gridlock .row .mobile-3 {
      width: 97.91666667%
    }
    .gridlock .row .mobile-push-1 {
      margin-left: 34.375%
    }
    .gridlock .row .mobile-push-2 {
      margin-left: 67.70833333%
    }
    .gridlock .row .contained.mobile-1 {
      width: 33.33333333%
    }
    .gridlock .row .contained.mobile-2 {
      width: 66.66666667%
    }
    .gridlock .row .contained.mobile-3 {
      width: 100%
    }
    .gridlock .row .contained.mobile-push-1 {
      margin-left: 33.33333333%
    }
    .gridlock .row .contained.mobile-push-2 {
      margin-left: 66.66666667%
    }
    .gridlock .row .mobile-fifth {
      width: 17.91666667%
    }
    .gridlock .row .mobile-fourth {
      width: 22.91666667%
    }
    .gridlock .row .mobile-third {
      width: 31.25%
    }
    .gridlock .row .mobile-half {
      width: 47.91666667%
    }
    .gridlock .row .mobile-full {
      width: 97.91666667%
    }
    .gridlock .row .mobile-push-fifth {
      margin-left: 21.04166667%
    }
    .gridlock .row .mobile-push-fourth {
      margin-left: 26.04166667%
    }
    .gridlock .row .mobile-push-third {
      margin-left: 34.375%
    }
    .gridlock .row .mobile-push-half {
      margin-left: 51.04166667%
    }
    .gridlock .row .contained.mobile-fifth {
      width: 20%
    }
    .gridlock .row .contained.mobile-fourth {
      width: 25%
    }
    .gridlock .row .contained.mobile-third {
      width: 33.33333333%
    }
    .gridlock .row .contained.mobile-half {
      width: 50%
    }
    .gridlock .row .contained.mobile-full {
      width: 100%
    }
    .gridlock .row .contained.mobile-push-fifth {
      margin-left: 20%
    }
    .gridlock .row .contained.mobile-push-fourth {
      margin-left: 25%
    }
    .gridlock .row .contained.mobile-push-third {
      margin-left: 33.33333333%
    }
    .gridlock .row .contained.mobile-push-half {
      margin-left: 50%
    }
    .gridlock .row [class*=mobile-].centered {
      float: none;
      margin-left: auto;
      margin-right: auto
    }
    .gridlock .row .mobile-hide {
      display: none
    }
  }
  
  @media screen and (max-width:499px) {
    .gridlock .row .min-1 {
      width: 31.25%
    }
    .gridlock .row .min-2 {
      width: 64.58333333%
    }
    .gridlock .row .min-3 {
      width: 97.91666667%
    }
    .gridlock .row .min-push-1 {
      margin-left: 34.375%
    }
    .gridlock .row .min-push-2 {
      margin-left: 67.70833333%
    }
    .gridlock .row .contained.min-1 {
      width: 33.33333333%
    }
    .gridlock .row .contained.min-2 {
      width: 66.66666667%
    }
    .gridlock .row .contained.min-3 {
      width: 100%
    }
    .gridlock .row .contained.min-push-1 {
      margin-left: 33.33333333%
    }
    .gridlock .row .contained.min-push-2 {
      margin-left: 66.66666667%
    }
    .gridlock .row .min-fifth {
      width: 17.91666667%
    }
    .gridlock .row .min-fourth {
      width: 22.91666667%
    }
    .gridlock .row .min-third {
      width: 31.25%
    }
    .gridlock .row .min-half {
      width: 47.91666667%
    }
    .gridlock .row .min-full {
      width: 97.91666667%
    }
    .gridlock .row .min-push-fifth {
      margin-left: 21.04166667%
    }
    .gridlock .row .min-push-fourth {
      margin-left: 26.04166667%
    }
    .gridlock .row .min-push-third {
      margin-left: 34.375%
    }
    .gridlock .row .min-push-half {
      margin-left: 51.04166667%
    }
    .gridlock .row .contained.min-fifth {
      width: 20%
    }
    .gridlock .row .contained.min-fourth {
      width: 25%
    }
    .gridlock .row .contained.min-third {
      width: 33.33333333%
    }
    .gridlock .row .contained.min-half {
      width: 50%
    }
    .gridlock .row .contained.min-full {
      width: 100%
    }
    .gridlock .row .contained.min-push-fifth {
      margin-left: 20%
    }
    .gridlock .row .contained.min-push-fourth {
      margin-left: 25%
    }
    .gridlock .row .contained.min-push-third {
      margin-left: 33.33333333%
    }
    .gridlock .row .contained.min-push-half {
      margin-left: 50%
    }
    .gridlock .row [class*=min-].centered {
      float: none;
      margin-left: auto;
      margin-right: auto
    }
    .gridlock .row .min-hide {
      display: none
    }
  }
  
  @media screen and (min-width:740px) and (max-width:979px) {
    .gridlock .row .tablet-1 {
      width: 14.58333333%
    }
    .gridlock .row .tablet-2 {
      width: 31.25%
    }
    .gridlock .row .tablet-3 {
      width: 47.91666667%
    }
    .gridlock .row .tablet-4 {
      width: 64.58333333%
    }
    .gridlock .row .tablet-5 {
      width: 81.25%
    }
    .gridlock .row .tablet-6 {
      width: 97.91666667%
    }
    .gridlock .row .tablet-push-1 {
      margin-left: 17.70833333%
    }
    .gridlock .row .tablet-push-2 {
      margin-left: 34.375%
    }
    .gridlock .row .tablet-push-3 {
      margin-left: 51.04166667%
    }
    .gridlock .row .tablet-push-4 {
      margin-left: 67.70833333%
    }
    .gridlock .row .tablet-push-5 {
      margin-left: 84.375%
    }
    .gridlock .row .contained.tablet-1 {
      width: 16.66666667%
    }
    .gridlock .row .contained.tablet-2 {
      width: 33.33333333%
    }
    .gridlock .row .contained.tablet-3 {
      width: 50%
    }
    .gridlock .row .contained.tablet-4 {
      width: 66.66666667%
    }
    .gridlock .row .contained.tablet-5 {
      width: 83.33333333%
    }
    .gridlock .row .contained.tablet-6 {
      width: 100%
    }
    .gridlock .row .contained.tablet-push-1 {
      margin-left: 16.66666667%
    }
    .gridlock .row .contained.tablet-push-2 {
      margin-left: 33.33333333%
    }
    .gridlock .row .contained.tablet-push-3 {
      margin-left: 50%
    }
    .gridlock .row .contained.tablet-push-4 {
      margin-left: 66.66666667%
    }
    .gridlock .row .contained.tablet-push-5 {
      margin-left: 83.33333333%
    }
    .gridlock .row .tablet-fifth {
      width: 17.91666667%
    }
    .gridlock .row .tablet-fourth {
      width: 22.91666667%
    }
    .gridlock .row .tablet-third {
      width: 31.25%
    }
    .gridlock .row .tablet-three-quarter {
      width: 72.9%
    }
    .gridlock .row .tablet-two-thirds {
      width: 64.5%
    }
    .gridlock .row .tablet-half {
      width: 47.91666667%
    }
    .gridlock .row .tablet-full {
      width: 97.91666667%
    }
    .gridlock .row .tablet-push-fifth {
      margin-left: 21.04166667%
    }
    .gridlock .row .tablet-push-fourth {
      margin-left: 26.04166667%
    }
    .gridlock .row .tablet-push-third {
      margin-left: 34.375%
    }
    .gridlock .row .tablet-push-half {
      margin-left: 51.04166667%
    }
    .gridlock .row .contained.tablet-fifth {
      width: 20%
    }
    .gridlock .row .contained.tablet-fourth {
      width: 25%
    }
    .gridlock .row .contained.tablet-third {
      width: 33.33333333%
    }
    .gridlock .row .contained.tablet-half {
      width: 50%
    }
    .gridlock .row .contained.tablet-full {
      width: 100%
    }
    .gridlock .row .contained.tablet-push-fifth {
      margin-left: 20%
    }
    .gridlock .row .contained.tablet-push-fourth {
      margin-left: 25%
    }
    .gridlock .row .contained.tablet-push-third {
      margin-left: 33.33333333%
    }
    .gridlock .row .contained.tablet-push-half {
      margin-left: 50%
    }
    .gridlock .row [class*=tablet-].centered {
      float: none;
      margin-left: auto;
      margin-right: auto
    }
    .gridlock .row .tablet-hide {
      display: none !important
    }
  }
  
  @media screen and (min-width:980px) {
    .gridlock .row .desktop-1 {
      width: 6.25%
    }
    .gridlock .row .desktop-2 {
      width: 14.58333333%
    }
    .gridlock .row .desktop-3 {
      width: 22.91666667%
    }
    .gridlock .row .desktop-4 {
      width: 31.25%
    }
    .gridlock .row .desktop-5 {
      width: 39.58333333%
    }
    .gridlock .row .desktop-6 {
      width: 47.91666667%
    }
    .gridlock .row .desktop-7 {
      width: 56.25%
    }
    .gridlock .row .desktop-8 {
      width: 64.58333333%
    }
    .gridlock .row .desktop-9 {
      width: 72.91666667%
    }
    .gridlock .row .desktop-10 {
      width: 81.25%
    }
    .gridlock .row .desktop-11 {
      width: 89.58333333%
    }
    .gridlock .row .desktop-12 {
      width: 97.91666667%
    }
    .gridlock .row .desktop-push-1 {
      margin-left: 9.375%
    }
    .gridlock .row .desktop-push-2 {
      margin-left: 17.70833333%
    }
    .gridlock .row .desktop-push-3 {
      margin-left: 26.04166667%
    }
    .gridlock .row .desktop-push-4 {
      margin-left: 34.375%
    }
    .gridlock .row .desktop-push-5 {
      margin-left: 42.70833333%
    }
    .gridlock .row .desktop-push-6 {
      margin-left: 51.04166667%
    }
    .gridlock .row .desktop-push-7 {
      margin-left: 59.375%
    }
    .gridlock .row .desktop-push-8 {
      margin-left: 67.70833333%
    }
    .gridlock .row .desktop-push-9 {
      margin-left: 76.04166667%
    }
    .gridlock .row .desktop-push-10 {
      margin-left: 84.375%
    }
    .gridlock .row .desktop-push-11 {
      margin-left: 92.70833333%
    }
    .gridlock .row .contained.desktop-1 {
      width: 8.33333333%
    }
    .gridlock .row .contained.desktop-2 {
      width: 16.66666667%
    }
    .gridlock .row .contained.desktop-3 {
      width: 25%
    }
    .gridlock .row .contained.desktop-4 {
      width: 33.33333333%
    }
    .gridlock .row .contained.desktop-5 {
      width: 41.66666667%
    }
    .gridlock .row .contained.desktop-6 {
      width: 50%
    }
    .gridlock .row .contained.desktop-7 {
      width: 58.33333333%
    }
    .gridlock .row .contained.desktop-8 {
      width: 66.66666667%
    }
    .gridlock .row .contained.desktop-9 {
      width: 75%
    }
    .gridlock .row .contained.desktop-10 {
      width: 83.33333333%
    }
    .gridlock .row .contained.desktop-11 {
      width: 91.66666667%
    }
    .gridlock .row .contained.desktop-12 {
      width: 100%
    }
    .gridlock .row .contained.desktop-push-1 {
      margin-left: 8.33333333%
    }
    .gridlock .row .contained.desktop-push-2 {
      margin-left: 16.66666667%
    }
    .gridlock .row .contained.desktop-push-3 {
      margin-left: 25%
    }
    .gridlock .row .contained.desktop-push-4 {
      margin-left: 33.33333333%
    }
    .gridlock .row .contained.desktop-push-5 {
      margin-left: 41.66666667%
    }
    .gridlock .row .contained.desktop-push-6 {
      margin-left: 50%
    }
    .gridlock .row .contained.desktop-push-7 {
      margin-left: 58.33333333%
    }
    .gridlock .row .contained.desktop-push-8 {
      margin-left: 66.66666667%
    }
    .gridlock .row .contained.desktop-push-9 {
      margin-left: 75%
    }
    .gridlock .row .contained.desktop-push-10 {
      margin-left: 83.33333333%
    }
    .gridlock .row .contained.desktop-push-11 {
      margin-left: 91.66666667%
    }
    .gridlock .row .desktop-fifth {
      width: 17.91666667%
    }
    .gridlock .row .desktop-fourth {
      width: 22.91666667%
    }
    .gridlock .row .desktop-third {
      width: 31.25%
    }
    .gridlock .row .desktop-half {
      width: 47.91666667%
    }
    .gridlock .row .desktop-full {
      width: 97.91666667%
    }
    .gridlock .row .desktop-push-fifth {
      margin-left: 21.04166667%
    }
    .gridlock .row .desktop-push-fourth {
      margin-left: 26.04166667%
    }
    .gridlock .row .desktop-push-third {
      margin-left: 34.375%
    }
    .gridlock .row .desktop-push-half {
      margin-left: 51.04166667%
    }
    .gridlock .row .contained.desktop-fifth {
      width: 20%
    }
    .gridlock .row .contained.desktop-fourth {
      width: 25%
    }
    .gridlock .row .contained.desktop-third {
      width: 33.33333333%
    }
    .gridlock .row .contained.desktop-half {
      width: 50%
    }
    .gridlock .row .contained.desktop-full {
      width: 100%
    }
    .gridlock .row .contained.desktop-push-fifth {
      margin-left: 20%
    }
    .gridlock .row .contained.desktop-push-fourth {
      margin-left: 25%
    }
    .gridlock .row .contained.desktop-push-third {
      margin-left: 33.33333333%
    }
    .gridlock .row .contained.desktop-push-half {
      margin-left: 50%
    }
    .gridlock .row [class*=desktop-].centered {
      float: none;
      margin-left: auto;
      margin-right: auto
    }
    .gridlock .row .desktop-hide {
      display: none !important
    }
  }
  
  @media screen and (min-width:1220px) {
    .gridlock .row .max-1 {
      width: 6.25%
    }
    .gridlock .row .max-2 {
      width: 14.58333333%
    }
    .gridlock .row .max-3 {
      width: 22.91666667%
    }
    .gridlock .row .max-4 {
      width: 31.25%
    }
    .gridlock .row .max-5 {
      width: 39.58333333%
    }
    .gridlock .row .max-6 {
      width: 47.91666667%
    }
    .gridlock .row .max-7 {
      width: 56.25%
    }
    .gridlock .row .max-8 {
      width: 64.58333333%
    }
    .gridlock .row .max-9 {
      width: 72.91666667%
    }
    .gridlock .row .max-10 {
      width: 81.25%
    }
    .gridlock .row .max-11 {
      width: 89.58333333%
    }
    .gridlock .row .max-12 {
      width: 97.91666667%
    }
    .gridlock .row .max-push-1 {
      margin-left: 9.375%
    }
    .gridlock .row .max-push-2 {
      margin-left: 17.70833333%
    }
    .gridlock .row .max-push-3 {
      margin-left: 26.04166667%
    }
    .gridlock .row .max-push-4 {
      margin-left: 34.375%
    }
    .gridlock .row .max-push-5 {
      margin-left: 42.70833333%
    }
    .gridlock .row .max-push-6 {
      margin-left: 51.04166667%
    }
    .gridlock .row .max-push-7 {
      margin-left: 59.375%
    }
    .gridlock .row .max-push-8 {
      margin-left: 67.70833333%
    }
    .gridlock .row .max-push-9 {
      margin-left: 76.04166667%
    }
    .gridlock .row .max-push-10 {
      margin-left: 84.375%
    }
    .gridlock .row .max-push-11 {
      margin-left: 92.70833333%
    }
    .gridlock .row .contained.max-1 {
      width: 8.33333333%
    }
    .gridlock .row .contained.max-2 {
      width: 16.66666667%
    }
    .gridlock .row .contained.max-3 {
      width: 25%
    }
    .gridlock .row .contained.max-4 {
      width: 33.33333333%
    }
    .gridlock .row .contained.max-5 {
      width: 41.66666667%
    }
    .gridlock .row .contained.max-6 {
      width: 50%
    }
    .gridlock .row .contained.max-7 {
      width: 58.33333333%
    }
    .gridlock .row .contained.max-8 {
      width: 66.66666667%
    }
    .gridlock .row .contained.max-9 {
      width: 75%
    }
    .gridlock .row .contained.max-10 {
      width: 83.33333333%
    }
    .gridlock .row .contained.max-11 {
      width: 91.66666667%
    }
    .gridlock .row .contained.max-12 {
      width: 100%
    }
    .gridlock .row .contained.max-push-1 {
      margin-left: 8.33333333%
    }
    .gridlock .row .contained.max-push-2 {
      margin-left: 16.66666667%
    }
    .gridlock .row .contained.max-push-3 {
      margin-left: 25%
    }
    .gridlock .row .contained.max-push-4 {
      margin-left: 33.33333333%
    }
    .gridlock .row .contained.max-push-5 {
      margin-left: 41.66666667%
    }
    .gridlock .row .contained.max-push-6 {
      margin-left: 50%
    }
    .gridlock .row .contained.max-push-7 {
      margin-left: 58.33333333%
    }
    .gridlock .row .contained.max-push-8 {
      margin-left: 66.66666667%
    }
    .gridlock .row .contained.max-push-9 {
      margin-left: 75%
    }
    .gridlock .row .contained.max-push-10 {
      margin-left: 83.33333333%
    }
    .gridlock .row .contained.max-push-11 {
      margin-left: 91.66666667%
    }
    .gridlock .row .max-fifth {
      width: 17.91666667%
    }
    .gridlock .row .max-fourth {
      width: 22.91666667%
    }
    .gridlock .row .max-third {
      width: 31.25%
    }
    .gridlock .row .max-half {
      width: 47.91666667%
    }
    .gridlock .row .max-full {
      width: 97.91666667%
    }
    .gridlock .row .max-push-fifth {
      margin-left: 21.04166667%
    }
    .gridlock .row .max-push-fourth {
      margin-left: 26.04166667%
    }
    .gridlock .row .max-push-third {
      margin-left: 34.375%
    }
    .gridlock .row .max-push-half {
      margin-left: 51.04166667%
    }
    .gridlock .row .contained.max-fifth {
      width: 20%
    }
    .gridlock .row .contained.max-fourth {
      width: 25%
    }
    .gridlock .row .contained.max-third {
      width: 33.33333333%
    }
    .gridlock .row .contained.max-half {
      width: 50%
    }
    .gridlock .row .contained.max-full {
      width: 100%
    }
    .gridlock .row .contained.max-push-fifth {
      margin-left: 20%
    }
    .gridlock .row .contained.max-push-fourth {
      margin-left: 25%
    }
    .gridlock .row .contained.max-push-third {
      margin-left: 33.33333333%
    }
    .gridlock .row .contained.max-push-half {
      margin-left: 50%
    }
    .gridlock .row [class*=max-].centered {
      float: none;
      margin-left: auto;
      margin-right: auto
    }
    .gridlock .row .max-hide {
      display: none
    }
  }
  
  .gridlock-fluid .row {
    width: 98%
  }
  
  @media screen and (max-width:740px) {
    .gridlock-fluid .mobile-3.centered {
      float: left !important;
      margin-left: 1.04166667% !important;
      margin-right: 1.04166667% !important
    }
  }
  
  .gridlock-fluid .centered {
    display: inline-block
  }
  
  * {
    margin: 0;
  }
  :focus {
    outline: var(--keyboard-focus-color) var(--keyboard-focus-border-style) calc(var(--keyboard-focus-border-weight) * 1px) !important;
    outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
  }
  @media (pointer: coarse) {
    *:focus {
      outline: none;
    }
  }
  *, *:before, *:after {
    box-sizing: border-box;
  }
  
  html, body {
    height: 100%;
  }
  
  .hide {
    display: none !important;
  }
  
  .right {
    float: right;
  }
  
  .left {
    float: left;
  }
  
  .center {
    text-align: center;
  }
  
  .mb0 {
    margin-bottom: 0;
  }
  
  .visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  
  .visually-hidden--inline {
    margin: 0;
    height: 1em;
  }
  
  .visually-hidden--static {
    position: static !important;
  }
  
  .hr-or {
    border: none;
    border-top: 1px solid var(--dotted-color);
    width: 14.375rem;
    margin: 1.5625rem auto;
    overflow: visible;
    margin: 16px 0;
    width: 100%;
  }
  
  .hr-or:after {
    content: attr(data-content);
    position: relative;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    font-weight: 500;
    background-color: var(--background);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .2px;
    text-align: center;
    display: inline-block;
  }
  
  body {
    color: var(--text-color);
    background: var(--background);
    font-size: var(--font-size);
    font-family: var(--main-family);
    font-weight: var(--main-weight);
    font-style: var(--main-style);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    margin: 0! important;
    line-height: 1.6em;
  }
  
  img {
    max-width: 100%;
    border: 0;
  }
  
  img[data-sizes="auto"] {
    display: block;
    width: 100%;
  }
  
  .box-ratio {
    display: block;
    height: 0;
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
  }
  
  .product .box-ratio {
    background-color: white;
  }
  
  .lazyload-fade {
    opacity: 0;
    transition: opacity 200ms;
  }
  
  .lazyload-fade.lazyloaded {
    opacity: 1;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: var(--header_color);
    font-family: var(--heading-family);
    font-weight: var(--heading-weight);
    font-style: var(--heading-style);
    margin-top: 0;
    letter-spacing: 0.05em;
    line-height: normal;
  }
  
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: var(--header_color) !important;
  }
  
  h1, .h1 { font-size: var(--h1-size); }
  h2, .h2 { font-size: var(--h2-size); }
  h3, .h3 { font-size: var(--h3-size); }
  h4, .h4 { font-size: calc(var(--font-size) + 2px);}
  h5, .h5 { font-size: calc(var(--font-size) + 1px); }
  
  h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 5px; }
  
  p {
    font-size: var(--font-size);
    margin-bottom: 10px;
  }
  
  strong {
    font-weight: bold;
  }
  
  em {
    font-style: italic;
  }
  
  pre {
    font-family: var(--main-family);
    font-style: var(--main-style);
    font-size: 13px;
    font-weight: bold;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-right {
    text-align: right;
  }
  
  .inline-block-auto {
    display: inline-block;
    width: auto;
  }
  
  .inline-block-full {
    display: inline-block;
    width: 100%;
  }
  
  a {
    text-decoration: none;
    color: var(--text-color);
    outline: 0;
    transition: all .25s ease-in-out;
  }
  
  a:visited {
    color:var(--text-color);
  }
  
  a:focus { outline: none; }
  
  /* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */
  
  dt {
    font-weight: bold;
  }
  
  ol {
    padding: 0;
    margin-left: 0;
    text-indent: 0;
    list-style-position: inside;
  }
  
  ul {
    padding: 0;
    margin: 0;
    list-style: disc inside;
  }
  
  blockquote {
    font-family: var(--main-family);
    font-style: var(--main-style);
    font-weight: var(--main-weight);
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    padding-left: 35px;
    color: #999;
    margin: .5em 0 .5em 0;
  }
  
  hr {
    background:var(--dotted-color);
    border: none;
    color: var(--dotted-color);
    display: block;
    height: 1px;
    margin-top: 20px;
    width: 100%;
  }
  
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  /* NO JS Helpers
  ================================================== */
  .js-focus-hidden:focus {
    outline: none;
  }
  
  .no-js .box-ratio {
    display: none;
  }
  
  .no-js .product-main-image img.lazyload,
  .no-js #slider .carousel-cell {
   opacity: 1 !important;
   visibility: visible;
  }
  
  .no-js #slider .carousel-cell img {
    margin-bottom: 20px;
  }
  
  .no-js .product-thumbnails .lazyload,
  .no-js .zoom_btn,
  .no-js .swatches__container {
    display: none;
  }
  .no-js .product__variants-single-option-label {
    display: block !important;
  }
  .no-js .vantage-accordion .product-accordion-content,
  .no-js .product__variants-select {
    display: block !important;
  }
  
  .no-js .collection-carousel {
   text-align: center;
  }
  
  .no-js #shopify-section-mobile-navigation {
    display: none;
  }
  
  .no-js .loading-wrapper,
  .no-js .product-listing__quickview-trigger {
    display: none !important;
  }
  
  .no-js .tabbed__collection-carousel {
    margin: 0 auto;
    text-align: center;
  }
  
  .no-js [data-aos^=fade][data-aos^=fade],
  .no-js .lazyload-fade {
    opacity: 1 !important;
  }
  
  .no-js [data-aos^=fade][data-aos^=fade] {
    transform: unset;
  }
  
  .no-js [data-aos] {
    pointer-events: unset !important;
  }
  
  /* No Js Cart */
  .cart-type--no_js_cart .ajax-cart__item-remove--no-js,
  .no-js .ajax-cart__item-remove--no-js {
    display: block !important;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .cart-type--no_js_cart  .ajax-cart__item-remove--js,
  .no-js .ajax-cart__item-remove--js {
    display: none;
  }
  .cart-type--no_js_cart .ajax-cart__qty-control--down,
  .cart-type--no_js_cart .ajax-cart__qty-control--up,
  .no-js .ajax-cart__qty-control--down,
  .no-js .ajax-cart__qty-control--up {
    display: none;
  }
  .cart-type--no_js_cart .ajax-cart__item-quantity,
  .no-js .ajax-cart__item-quantity {
    text-align: center !important;
  }
  .cart-type--no_js_cart .ajax-cart__qty-input--no-js,
  .no-js .ajax-cart__qty-input--no-js {
    max-width: 90px;
    margin: 0;
  }
  .cart-type--no_js_cart .ajax-cart__item-update--no-js,
  .no-js .ajax-cart__item-update--no-js {
    display: block !important;
    margin-top: 8px;
    text-decoration: underline;
    font-size: 13px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .no-js .ajax-cart__accordion--shipping-calc {
    display: none;
  }
  .cart-type--no_js_cart .ajax-cart__form-wrapper--nojs,
  .no-js .ajax-cart__accordion .accordion-content {
    display: block !important;
  }
  .no-js .loading-wrapper,
  .cart-type--no_js_cart .loading-wrapper {
    display: none;
  }
  
  /* Primary Buttons
  ================================================== */
  
  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    background: var(--button-color);
    color: var(--button-text);
    font-size: var(--font-size);
    font-family: var(--main-family);
    font-style: var(--main-style);
    font-weight: var(--main-weight);
    border: 0;
    border-radius: 10px! important;
    transition: all .25s ease-in-out;
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    padding: 0 15px;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  input[type=submit] {
    border: 1px solid var(--button-color);
    line-height: 46px;
  }
  
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: var(--button-text-hover);
    background: var(--button-hover);
    border: 1px solid var(--button-hover);
  }
  
  button.button-as-link,
  a.button-as-link,
  input.button-as-link {
    border: none;
    background: none;
    color: var(--text-color);
    text-decoration: underline;
    line-height: var(--font-size);
    font-size: var(--font-size);
    height: auto;
    display: inline-block;
    width: auto;
    padding: 0;
  }
  button.button-as-link:hover,
  a.button-as-link:hover,
  input.button-as-link:hover {
    background: none;
    color: var(--text-color);
  }
  
  .secondary-button {
    //color: var(--text-color)! important;
    //background: var(--background)! important;
    //border: 2px solid var(--text-color) !important;
    //line-height: 46px;
  }
  
  .secondary-button:hover {
    //color: var(--text-color) !important;
    //background: var(--background) !important;
  }
  
  
  a.button:visited {
    background: var(--button-color);
    color: var(--button-text);
  }
  
  /* #Forms
  ================================================== */
  
  form {
    margin-bottom: 0;
  }
  
  fieldset {
    margin-bottom: 20px;
  }
  
  label,
  legend {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  input[type="checkbox"] {
    display: inline;
  }
  
  label span,
  legend span {
    font-weight: normal;
    font-size: 13px;
    color: var(--text-color);
  }
  
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=url],
  input[type=number],
  textarea,
  select {
    box-sizing: border-box;
    width: 100%;
    background: transparent;
    border: 1px solid var(--dotted-color);
    border-radius: 0;
    margin: 0 0 10px 0;
    max-width: 100%;
    text-indent: 10px;
    outline: none;
    height: 50px;
    line-height: 50px;
    font-size: var(--font-size);
    font-family: var(--main-family);
    font-style: var(--main-style);
    font-weight: var(--main-weight);
    color: var(--text-color);
  }
  
  textarea {
    min-width: 300px;
    text-indent: 10px;
    height: 135px;
    min-height: 60px;
  }
  
  
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2);
    min-height: 32px;
  }
  
  select {
    padding: 0;
  }
  
  /* =============== */
  /* = Start CSS = */
  /* =============== */
  
  .announcement__bar-section {
    position: relative;
  }
  
  #top-bar, #top-bar p {
    font-size: var(--announcement-size);
  }
  
  .header-section {
    background: var(--header-background);
  }
  
  header {
    background: var(--header-background);
    transition: all .25s ease-in-out;
    position: relative;
    padding-top: 10px;
  }
  
  header.theme-header.stickynav {
    width: 100%;
    z-index: 11;
  }
  
  header.header--sticky {
      position: fixed;
      top: 0px;
  }
  
  #top-bar {
    text-align: center;
    line-height: 40px;
    background: var(--top-bar-background);
    padding: 5px;
    color: var(--top-bar-color);
  }
  
  #top-bar a {
    color: var(--top-bar-color);
  }
  
  #top-bar p {
    margin-bottom: 0;
    font-weight: normal;
  }
  
  #top-bar .top-bar-grid {
      display: grid;
      grid-template-columns: 1fr 2fr 1fr;
  }
  #top-bar .row ul#social-links {
      grid-column: 1 / span 1;
  }
  #top-bar .row .announcement__text {
      grid-column: 2 / span 1;
  }
  #top-bar .row .announcement__text.text-only {
      grid-column: 1 / span 3;
  }
  @media screen and (max-width: 980px) {
    .announcement__text {
        grid-column: 1 / span 3 !important;
    }
  }
  #top-bar .row ul.localization__options {
      grid-column: 3 / span 1;
  }
  
  input#header-search {
    margin-bottom: 0;
  }
  
  form.header-search-form {
      position: relative;
  }
  
  button.search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 5px;
    width: 44px;
    background: transparent;
    color: var(--cart-links);
    margin-bottom: 0;
  }
  
  button.search-button i {
      margin-left: 0 !important;
      padding-left: 0;
  }
  
  #identity {
    padding-bottom: 10px;
      position: relative;
  }
  
  ul#cart {
    position: relative;
    text-align: right;
  }
  
  ul#cart > li {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    padding: 10px 0;
  }
  
  ul#cart > li i {
    margin-left: 8px;
  }
  
  ul#cart > li a,
  ul#cart > li button {
    display: inline-block;
    padding: 0;
    margin-left: 10px;
    text-transform: uppercase;
    color: var(--cart-links);
  }
  ul#cart > li.my-cart-link-container a {
    margin-left: 0;
  }
  ul#cart > li a:hover,
  ul#cart > li button:hover {
    text-decoration: none;
    color: var(--cart-links-hover);
  }
  
  ul#cart > li.cart-overview {
    margin-left: 0;
  }
  
  ul#cart > li.cart-overview a {
    padding-left: 0;
  }
  
  ul#cart span.cart-icon {
    margin: 0px 10px;
    font-size: 15px;
  }
  ul#cart .cart-icon:after {
    content: "\f07a";
    font-family: FontAwesome;
  }
  
  @media screen and (max-width: 740px) {
    span.my-cart-text {
      display: none;
    }
  }
  .slideout__trigger-mobile-menu {
    line-height: unset;
  }
  button.slideout__trigger-mobile-menu.js-slideout-open {
      color: var(--cart-links);
  }
  
  ul#social-links {
    list-style: none;
    text-align: left;
    vertical-align: middle;
    line-height: 40px;
  }
  
  ul#social-links li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 15px;
  }
  
  ul#social-links li a {
    text-align: right;
    display: block;
    padding: 0 0 0 5px;
    color: var(--social-links) !important;
    text-decoration: none;
    border-bottom: 0;
  }
  
  ul#cart li.searchbox {
      display: block !important;
      padding: 0 !important;
      min-width: 210px;
  }
  
  .searchbox #q {
    position: relative;
  }
  
  .searchbox #q:after {
    font-family: FontAwesome;
    content: "\f002";
  }
  
  ul#cart li button.slideout__trigger-search {
      margin-bottom: 0;
  }
  
  #logo {
    line-height: initial;
    padding: 0;
    font-family: var(--heading-family);
    font-weight: var(--heading-weight);
    font-style: var(--heading-style);
    font-size: var(--logo-size);
  }
  
  #logo a {
    text-decoration: none;
    color: var(--cart-links);
    display: inline-block;
    border-bottom: 0;
  
    word-break: break-all;
  }
  
  .navigation {
    background: var(--navigation);
    font-family: var(--nav-family);
    font-weight: var(--nav-weight);
    font-style: var(--nav-style);
    width: 100%;
    z-index: 5;
      top: 0px;
  }
  
  .navigation.navigation--sticky {
      position: fixed;
      top: 0px;
  }
  
  .navigation__maincontainer {
    padding: 0;
  }
  
  #nav {
    list-style: none;
    width: 100%;
  }
  
  .navigation__menuitem {
    display: inline-block;
    z-index: 21;
  }
  
  .navigation__menuitem:hover {
    color: var(--nav-hover-link-color);
    background: var(--nav-hover-color);
  }
  
  a.navigation__menulink {
    font-size: var(--nav-size);
    font-weight: var(--nav-weight);
    color: var(--nav-color);
    display: block;
    padding: 0 10px 0 10px;
    letter-spacing: 1px;
  }
  
  .navigation__menulink:hover {
    background: var(--nav-hover-color);
    color: var(--nav-hover-link-color);
    text-decoration: none;
  }
  
  .navigation__menuitem:hover a.navigation__menulink {
    color: var(--nav-hover-link-color, inherit);
    background: var(--nav-hover-color, inherit);
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown > .dropdown {
    display: none;
    background: var(--dropdown-background-color) !important;
    float: left;
    position: absolute;
    z-index: 25;
    margin: 0;
    padding: 0;
    line-height: 26px !important;
    padding: 10px 0;
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown > .navigation__menulink::after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 10px;
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown:hover > .dropdown,
  .navigation__menuitem.navigation__menuitem--dropdown.navigation__menuitem--active > .dropdown {
    display: block;
    background: var(--dropdown-background-color) !important;
  }
  
  .dropdown__menuitem {
    background: var(--dropdown-background-color);
    color: var(--nav-dropdown-color);
    width: 180px;
    text-align: left;
    position: relative;
    display: block;
    float: none;
  }
  
  .dropdown__menuitem:hover {
    background: var(--dropdown-hover-background-color);
  }
  
  .dropdown__menulink:hover {
    color: var(--dropdown-hover-link-color);
    background: var(--dropdown-hover-background-color);
  }
  
  a.dropdown__menulink {
    text-align: left;
    font-family: var(--main-family);
    font-style: var(--main-style);
    font-weight: var(--main-weight);
    font-size: var(--font-size);
    padding-left: 15px;
    color: var(--nav-dropdown-color);
  
      /* To stop text from going over the arrow. */
      display: block;
      max-width: 90%;
      overflow: hidden;
      text-overflow: ellipsis;
  
  }
  
  .dropdown__menuitem.dropdown__menuitem--nested:hover > .dropdown.dropdown--nested,
  .dropdown__menuitem.dropdown__menuitem--nested.dropdown__menuitem--active > .dropdown.dropdown--nested {
    display: block;
    position: absolute;
    left: 100%;
    background: var(--dropdown-background-color);
  }
  
  .dropdown.dropdown--nested {
    display: none;
    padding: 10px 0;
    top: -10px;
  }
  
  .dropdown__menuitem.dropdown__menuitem--nested:before {
    position: absolute;
    top: 0;
    right: 10px;
    font-family: 'FontAwesome';
    content: "\f105";
    margin-left: 10px;
  }
  
  .megamenu__listcontainer {
    margin-left: 10px;
    padding-top: 0;
    top:  initial;
    display: block;
  }
  
  ul.mega-stack li.sub_link > ul.nested:before {
    position: initial;
    top: initial;
    content: none;
  }
  
  .rightarrow {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 11px;
  }
  
  /* megamenu */
  
  .megamenu {
    width: 100%;
    display: none;
    left: 0;
    position: absolute;
    background: var(--dropdown-background-color) !important;
    z-index: 5;
    padding: 15px 0;
    text-align: left;
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu,
  .navigation__menuitem.navigation__menuitem--dropdown.navigation__menuitem--active > .megamenu {
      display: block;
  }
  
  .megamenu__container a:hover {
    background: var(--dropdown-background-color) !important;
  }
  
  .megamenu__listcontainer:hover {
    background: var(--dropdown-background-color) !important;
  }
  
  .megamenu__list {
    display: block;
    line-height: 30px !important;
    margin-bottom: 20px;
  }
  
  .megamenu__listitem {
    display: block !important;
    width: 100%;
    clear: left;
    background: var(--dropdown-background-color);
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .megamenu__header {
    font-size: var(--nav-size);
    font-weight: var(--nav-weight);
    color: var(--nav-dropdown-color) !important;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: left;
  }
  
  .megamenu__headerlink {
    padding-left: 0;
    text-align: left;
    color: var(--nav-dropdown-color) !important;
  }
  
  .megamenu__headerlink:hover {
    color: var(--dropdown-hover-link-color) !important;
  }
  
  .megamenu__listlink {
    text-align: left;
    font-family:var(--main-family);
    font-weight: normal !important;
    font-size: var(--font-size) !important;
    padding-left: 0 !important;
    color: var(--nav-dropdown-color) !important;
  
      /* To stop text from going over the arrow. */
      display: block;
      max-width: 90%;
      overflow: hidden;
      text-overflow: ellipsis;
  
  }
  
  .megamenu__listitem:hover {
    background: var(--dropdown-hover-background-color) !important;
  }
  
  .megamenu__listlink:hover {
    color: var(--dropdown-hover-link-color) !important;
    background: var(--dropdown-hover-background-color) !important;
  }
  
  .megamenu__splitcontainer,
  .megamenu__nestedlistitem {
      list-style: none;
  }
  
  .megamenu__nestedlistitem {
      padding-left: 20px;
  }
  
  .dropdown__menuitem.dropdown__menuitem--nested:hover > .dropdown.dropdown--nested.dropdown--edge {
    left: initial;
    right: 100%;
  }
  
  .dropdown__menuitem.dropdown__menuitem--nested:hover > .dropdown.dropdown--nested.dropdown--edge:before {
    left: 200%;
    margin-left: -28px;
  }
  
  #nav > a {
    display: none;
  }
  
  ul#nav li ul.megamenu div.mega-container li.desktop-3:nth-child(5n) {
    clear: left;
  }
  
  nav.inline-header ul {
      text-align: center;
  }
  
  nav.inline-header .megamenu__nestedlistcontainer {
      text-align: left;
  }
  
  nav.inline-header div#navigation {
      position: unset;
  }
  
  a.megamenu__nestedlistlink {
      font-family: var(--main-family);
      font-weight: normal !important;
      font-size: var(--font-size) !important;
  }
  
  /* =============== */
  /* = index.liquid = */
  /* =============== */
  #MainContent {
    position: relative;
  }
  
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .article-loop,
  .product-loop {
    padding-top: 20px;
  }
  
  .gridlock .row .desktop-12.centered {
    width: 100% !important;
  }
  
  
  .cta {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .cta a {
    padding: 14px 20px;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: all .25s ease-in-out;
  }
  
  ul.tabbed__collection-tabs {
    text-align: center;
    margin: 10px 0 20px;
    list-style: none;
    position: relative;
    z-index: 2;
  }
  
  ul.tabbed__collection-tabs li {
    display: inline-block !important;
    width: initial !important;
    margin: 0 10px;
    padding: 0;
  }
  
  ul.tabbed__collection-tabs li a {
    color: var(--button-text);
    background: var(--button-color);
    border: 2px solid var(--button-color);
    text-align: center;
    display: inline-block;
    padding: 2px 8px;
    transition: all .25s ease-in-out;
    cursor: pointer;
  }
  
  ul.tabbed__collection-tabs li a:hover {
    color: var(--button-text-hover);
    background: var(--button-hover);
  }
  
  ul.tabbed__collection-tabs li a.active {
    color: var(--button-color);
    background: var(--button-text);
  }
  
  ul.tabbed__collection-tabs li:first-child a.active {
    margin-left: 0;
  }
  
  .tabbed__collection-content {
    display: none;
  }
  
  .tabbed__collection-content.js-tab-coll-active {
    display: grid;
  }
  
  .tabbed__collection-content {
    grid-template-columns: 1fr 3fr;
    grid-gap: 40px;
  }
  
  @media screen and (max-width: 740px) {
      .tabbed__collection-content {
          grid-template-columns: 1fr
      }
  }
  
  .tabbed__collection-content .collection__item-image {
    position: relative;
    margin-bottom: 20px;
  }
  
  .tabbed__collection-content .tabbed__collection-caption {
    position: absolute;
    z-index: 10;
    bottom: 4%;
    left: 5%;
    transform: translate(0%, 0%);
    background: var(--background);
    padding: 15px;
    width: 95%;
  }
  
  
  @media screen and (min-width: 741px ) {
    .text-with-image {
      display: table-cell;
      margin-top: 10px;
      margin-bottom: 10px;
      float: none !important;
      vertical-align: middle;
    }
  }
  
  .homepage-text-promo {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  
  .homepage-text-promo img {
    margin-bottom: 10px;
  }
  
  @media screen and (min-width: 741px ) {
    .nbm {
      margin-bottom: 0 !important;
    }
  }
  
  
  .text-centered h3, .text-centered .rte {
    text-align: center;
  }
  
  .text-with-image.text_section.text-centered {
      text-align: center;
  }
  
  
  .homepage-section-rich-text,
  .homepage-section-video {
    margin-bottom: 20px;
    text-align: center;
  }
  /* =============== */
  /* = Blogs & Pages = */
  /* =============== */
  
  .rte h1 {
    border-bottom: 0 !important;
    text-align: inherit !important;
    margin-bottom: inherit !important;
  }
  
  #page-sidebar h2 {
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--dotted-color);
  }
  
  #page-sidebar ul {
    list-style-type: none;
  }
  
  #page-sidebar ul li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  
  /* Blog template */
  
  .blog-container {
      display: grid;
      grid-template-columns: 4fr 1fr;
      padding: 0 15px;
      column-gap: 25px;
  }
  
  
  ul.taglist {
      list-style: none;
      border-bottom: 1px solid var(--dotted-color);
      margin-top: 10px;
      margin-bottom: 10px;
      padding-top: 4px;
      padding-bottom: 5px;
  }
  
  ul.taglist li {
      display: inline-block;
      margin-right: 15px;
  }
  
  .article-image {
    margin: 10px 0;
  }
  
  ul.article-tags {
      list-style: none;
  }
  
  ul.article-tags li {
      display: inline-block;
      margin-right: 5px;
  }
  
  ul.article-tags li a {
    font-weight: 600;
    text-decoration: underline;
  }
  
  .blog-container .article-index .article-info {
      display: grid;
      grid-template-columns: 3fr 4fr;
      column-gap: 20px;
      align-items: center;
  }
  
  .blog-container .article-index .article-info .article-image {
      margin-top: 0;
  }
  
  .article-index {
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 20px;
  }
  
  .article-info h2 {
    letter-spacing: initial;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .article-info p {
    margin-bottom: 0;
  }
  
  span.post_meta {
      display: inline-block;
      margin-right: 5px;
  }
  
  div#article-body {
      padding-bottom: 30px;
  }
  
  .article-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .article-index .share-icons {
    text-align: center !important;
  }
  
  ul.blog-sidebar-menu {
      list-style: none;
  }
  
  ul.blog-sidebar-menu li {
      margin-bottom: 5px;
  }
  
  .blog-sidebar-block .prod-image {
    margin-bottom: 10px;
  }
  
  .blog-sidebar-block .image_container a,
  .blog-sidebar-block .image_container a:hover,
  .blog-sidebar-block .prod-image a,
  .blog-sidebar-block .prod-image a:hover {
    border-bottom: 0;
  }
  
  .blog-product-info .button {
      margin-top: 10px;
  }
  
  .blog-sidebar-block a.button,
  .blog-sidebar-block #blog-email-submit {
      width: 100%;
      text-align: center !important;
  }
  @media screen and (min-width: 741px) and (max-width: 980px) {
    .blog-container div#article-loop {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 20px;
    }
  }
  @media screen and (max-width: 980px) {
      .blog-container {
          grid-template-columns: 1fr;
      }
  
      .blog-container .article-index .article-info {
          grid-template-columns: 1fr;
      }
  
      div#blog-sidebar {
          display: none;
      }
  }
  
  .sidebar-article {
      margin-bottom: 25px;
  }
  
  .sidebar-article .readmore {
      margin-top: 10px;
  }
  
  #blog-article .share-icons {
    text-align: left;
    margin-top: 30px;
  }
  
  ul#blog-articles,
  #blog-article {
    list-style-type: none;
  }
  
  .single-article {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--dotted-color);
    float: left;
    width: 100%;
  }
  
  .single-article .posted {
    text-align: left;
  }
  
  .single-article .post-tags {
    text-align: left;
  }
  
  #blog-sidebar h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--dotted-color);
    padding-bottom: 10px;
  }
  
  #twitter-card,
  #facebook-card {
    width: 100%;
    float: left;
    clear: left;
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--dotted-color);
  }
  
  #twitter-card h3,
  #facebook-card h3 {
    letter-spacing: initial;
  }
  
  #fb-root {
    display: none;
  }
  
  /* To fill the container and nothing else */
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget span iframe[style] {
    /* width: 100% !important; */
  }
  
  #page .share-icons {
    margin-bottom: 20px;
    text-align: left;
    margin-top: 20px;
  }
  
  #page .share-icons a {
    margin-right: 10px;
  }
  
  
  #comments h4 {
    text-align: center;
  }
  
  #comments {
    float: left;
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
    width: 100%;
  }
  
  ul#commentlist {
    margin-top: 20px;
    list-style-type: none;
  }
  
  ul#commentlist li {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    border-bottom: 1px solid var(--dotted-color);
    padding-bottom: 20px;
  }
  
  ul.disc {
    margin-bottom: 0;
  }
  
  .comment-details {
    margin-bottom: 10px;
  }
  
  .gravatar {
    float: left;
    margin-right: 20px;
  }
  
  .comment {
    float: left;
  }
  
  .comment p {
    margin-top: 0;
  }
  
  dd {
    margin-left: 0;
  }
  
  .notice {
    border: 1px dashed #eee;
    padding: 15px;
    background: ghostwhite;
    margin: 20px 0;
  }
  
  
  .readmore a {
    margin-top: 20px;
    font-weight: bold;
  }
  
  
  /* =============== */
  /* = Search = */
  /* =============== */
  .search-content {
    text-align: center;
    padding: 10px;
  }
  
  #search-bar {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid var(--dotted-color);
  }
  
  #search-bar #q {
    width: 300px;
  }
  
  .padded { margin-bottom: 15px; }
  
  #social-links .fa-2x {
    font-size: 1.125em;
  }
  
  /* footer
  ------------------------------------------------------ */
  footer {
    padding-top: 45px;
    padding-bottom: 0px;
    background: var(--footer-background);
    color: var(--footer-color);
  }
  
  footer ul {
    list-style: none;
  }
  
  footer ul li a,
  footer a,
  footer a:visited,
  footer a:hover {
    color: var(--footer-color);
  }
  
  footer label {
    margin-bottom: 0;
  }
  
  footer h4 {
    color: var(--footer-color);
    border-bottom: 1px solid var(--footer-border);
    padding-bottom: 5px;
  }
  
  .sub-footer {
    border-top: 1px solid var(--footer-border);
    padding: 15px 0;
    margin-top: 30px;
  }
  
  .sub-footer .left-side {
    text-align: left;
    font-size: 12px;
  }
  
  .sub-footer .right-side {
    text-align: right;
  }
  
  @media only screen and (min-width: 1024px) {
    .page-wrap {
      min-height: 100%;
      overflow: hidden;
    }
    .page-wrap:after {
      content: "";
      display: block;
    }
  }
  
  footer img {
    width: 40px;
  }
  
  #payment {
    text-align: center;
    margin-bottom: 0px;
  }
  
  .payment-methods svg {
    display: inline;
    width: 40px;
    height: 25.25px;
    text-align: center;
    margin: 3px 1px;
  }
  
  /* =============== */
  /* = Global = */
  /* =============== */
  .share-icons {
      text-align: left;
      width: 100%;
      margin-bottom: 20px;
      border-top: 1px solid var(--dotted-color);
      padding-top: 20px;
  }
  
  .share-icons a {
    margin: 0 10px;
    display: inline-block;
  }
  
  .Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
    max-width: 1111px;
    margin: 0 auto;
  }
  
  .Flexible-container iframe,
  .Flexible-container object,
  .Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .section-title {
    margin-bottom: 20px;
  }
  
  /* breadcrumbs
  ------------------------------------------------------ */
  #pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  
  #pagination span.current {
    opacity: 0.5;
    padding: 5px;
    margin-right: 10px;
    border-bottom: 1px solid var(--dotted-color);
  }
  
  #pagination a {
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: bold;
    transition: all .25s ease-in-out;
    display: inline-block;
    margin-top: 10px;
  }
  
  #pagination a:hover {
    opacity: 0.5;
  }
  
  #pagination span.count {
    display: block;
    margin-bottom: 20px;
  }
  
  #pagination span.more {
    padding: 2px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
  }
  
  .product__nav {
    float: right;
  }
  
  /* breadcrumbs
  ------------------------------------------------------ */
  #breadcrumb,
  #breadcrumb a {
    //color: var(--text-color);
    color: #00adef;
    letter-spacing: 1px;
    text-align: left;
  }
  
  #basket-right input[type="image"], .additional_checkout_buttons input[type="image"] {
    width: initial;
    min-width: inherit;
  }
  
  .additional_checkout_buttons {
    text-align: center;
  }
  
  .share-icons a {
    vertical-align: middle;
  }
  
  .share-text {
    display: inline-block;
    margin-right: 10px;
  }
  
  .column {
    width: 200px;
    float: left;
  }
  
  
  .row.no-blocks .desktop-12 {
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
    border: 1px dashed #eee;
    background: #f7f7f7;
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: var(--main-weight);
  }
  
  .promo-inner .onboard .placeholder-svg, .ci.onboard .placeholder-svg, .parallax__placeholder {
    fill: rgba(28,29,29,0.1);
    background-color: transparent;
  }
  
  .article-image .placeholder-svg {
    fill: rgba(28,29,29,0.1);
    background-color: #eee;
  }
  
  .parallax__placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
  }
  
  iframe {
    width: 100%;
  }
  
  /* =============== */
  /* = Map Section = */
  /* =============== */
  .map-section-container,
  .map-section-image {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0
  }
  
  .map-section--display-map .map-section-container,
  .map-section--display-bg-image .map-section-image {
    z-index: 4;
    position: relative;
  }
  
  .placeholder-background {
    display: none;
  }
  .map-section--onboarding .placeholder-background {
    display: block;
  }
  
  .map-section-image.show-image {
    z-index: 5;
    position: relative;
  }
  
  .map-section-wrapper {
    height: auto;
    margin-top: 20px;
  }
  
  .map-section-container {
    height: auto;
    width: 100%;
  }
  
  .map-section-content {
    padding: 30px;
  }
  
  .map-section-content .button {
    height: auto;
    width: auto;
    margin-top: 20px;
  }
  
  .map-section-wrapper .text_right .map-section-content-wrapper {
    float: right;
  }
  
  .map-section-background-wrapper {
    position: relative;
    overflow: hidden;
  }
  
  .map-section--onboarding .map-section-error {
    display: none;
  }
  
  .map-section-error {
    font-style: italic;
    color: #ff6d6d;
    border: 2px solid #ff6d6d;
    background-color: rgba(119, 0, 0, 0.65);
    padding: 30px;
    margin-top: -250px;
    width: 50%;
    margin-left: 25%;
    z-index: 6;
  }
  
  .map-section-image {
    height: 400px;
    background-size: cover;
    background-position: center;
  }
  
  .placeholder-background {
    height: 400px;
  }
  
  .map-section .placeholder-svg {
    fill: rgba(28,29,29,0.1);
    height: 400px;
  }
  
  /* Custom Thumbnail Slider */
  body .focus-visible,
  .product-video .plyr:focus,
  .plyr__video-wrapper.plyr__tab-focus:focus {
    outline: var(--keyboard-focus-color) var(--keyboard-focus-border-style) calc(var(--keyboard-focus-border-weight) * 1px) !important;
    outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
  }
  
  .thumb-slider {
    float: left;
  }
  
  .vertical-carousel .thumb-slider-wrapper {
    overflow: hidden;
    background-color: var(--background);
  }
  
  #thumb-slider-wrapper .product-single__thumbnails-item {
    padding-bottom: 100%;
    display: block;
    height: 0;
    width: 100%;
    max-width: 104px;
    overflow: hidden;
    background-color: var(--background);
    position: relative;
  }
  
  #thumb-slider-wrapper .product-single__thumbnails-item img {
    object-fit: cover;
    object-position: center;
    width: 110px;
    height: 110px;
  }
  
  .thumb-slider-slides {
    position: relative;
    top: 0;
    left: 0;
    list-style: none;
    background-color: var(--background);
  }
  
  .thumb-slider-slides li {
    margin-bottom: 5px;
  }
  
  .thumb-slider-control {
    text-align: center;
    cursor: pointer;
    height: 44px;
    display: inline-block;
    width: 44px;
  }
  
  .thumb-slider-control.hide {
    display: none;
  }
  
  .thumb-slider-control-prev,
  .thumb-slider-control-next {
    background: var(--background);
    opacity: 1;
  }
  .thumb-slider-control-prev:hover,
  .thumb-slider-control-next:hover {
    background: var(--background);
    opacity: 1;
  }
  .thumb-slider-control-prev::before {
    font-family: FontAwesome;
    font-size: 20px;
    color: var(--text-color);
    content: "\f106";
    vertical-align: middle;
    line-height: 44px;
    font-weight: 800;
  }
  
  .thumb-slider-control-next::before {
    font-family: FontAwesome;
    font-size: 20px;
    color: var(--text-color);
    content: "\f107";
    vertical-align: middle;
    line-height: 44px;
    font-weight: 800;
  }
  
  .thumb-slider-control.inactive {
    opacity: 0.25;
  }
  /* vertical thumbnail slider */
  .thumb-slider.thumbnail-slider.custom.vertical-carousel {
    margin: 0 auto;
    text-align: center;
  }
  .thumbnail-slider.custom.vertical-carousel .thumb-slider-control-prev {
    margin-bottom: 5px;
  }
  .thumbnail-slider.custom.vertical-carousel .thumb-slider-control-next {
    margin-top: 5px;
  }
  
  /* horizontal thumbnail slider */
  .thumb-slider.thumbnail-slider.custom.horizontal-carousel {
    margin: 0 auto;
    text-align: center;
  }
  
  .horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item {
    float: left;
    width: 110px;
    height: 110px;
    margin-right: 5px;
    padding: 0;
  }
  
  .horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item img {
    width: 115px;
    height: 115px;
  }
  
  .horizontal-carousel .thumb-slider-control {
    vertical-align: middle;
    width: 44px;
  }
  
  .horizontal-carousel .thumb-slider-control.thumb-slider-control-prev,
  .horizontal-carousel  .thumb-slider-control.thumb-slider-control-next {
    transform: rotate(-90deg);
  }
  
  .product-single__thumbnails-item:focus img {
    opacity: 1 !important;
  }
  
  /*! Flickity v2.2.1
  https://flickity.metafizzy.co
  ---------------------------------------------- */
  .flickity-enabled{position:relative}.flickity-enabled:focus{outline:0 !important;}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,1);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
  
  .flickity-slider {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
  }
  
  .flickity-prev-next-button {
    border-radius: 50% !important;
  }
  
  /* Product media styles */
  .product-thumbnail {
    position: relative;
    z-index: 1;
  }
  
  .thumbnail-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;
    width: 25%;
    line-height: 0;
  }
  
  .thumbnail-icon svg, .product-main-image svg {
    height: 100%;
    width: 100%;
    background: var(--background) !important;
    color: var(--text-color) !important;
    border: 1px solid var(--icon-border-color);
  }
  
  .thumbnail-icon svg {
    fill-opacity: 0.6;
  }
  
  .thumbnail-icon svg:hover {
    fill-opacity: 0.85;
  }
  
  .product-main-image svg {
    fill-opacity: 1;
  }
  .product-media-container {
    position: relative;
  }
  .product-video,
  .product-media-container,
  .plyr--video {
    outline: none;
  }
  .plyr video,
  .plyr__video-wrapper,
  .plyr__poster {
    background-color: var(--background);
  }
  .product-video > video {
    width: 100%;
  }
  
  .product-model {
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .product-model model-viewer,
  .product-model .shopify-model-viewer-ui,
  .product-model .media-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  
  .product-model model-viewer,
  .product-model .shopify-model-viewer-ui,
  .product-model .media-item
  {
    height: 100%;
  }
  
  button.media-button.view-in-space {
    background: transparent;
    width: initial !important;
    text-align: center;
    width: 60px;
    max-width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0 auto;
    display: inherit;
    z-index: 2;
    position: relative;
  }
  
  button.media-button.view-in-space[data-shopify-xr-hidden] {
      visibility: hidden;
  }
  
  .product-video button {
    width: initial;
    width: 62px;
    height: 62px;
    padding: 0;
    margin-bottom: 0;
  }
  
  .plyr--video .plyr__control:not(.plyr__control--overlaid).plyr__tab-focus svg, .plyr--video .plyr__control:not(.plyr__control--overlaid):hover svg, .plyr--video .plyr__control:not(.plyr__control--overlaid)[aria-expanded=true] svg,
  .plyr--audio .plyr__control.plyr__tab-focus svg,
  .plyr--audio .plyr__control:hover svg,
  .plyr--audio .plyr__control[aria-expanded=true] svg {
    stroke: none !important;
  }
  
  .product-video .plyr button svg {
      border: 0 !important;
  }
  
  button[hidden] {
    visibility: hidden;
  }
  .product-single__view-in-space {
       background-color: var(--dotted-color);
       border: none;
       width: 100%;
       min-height: unset;
       display: block;
       font-size: 14px;
       color: var(--text-color);
     z-index: 1;
     position: relative;
     height: 54px;
     line-height: 54px;
  }
  .product-video.videoWrapper.product-single__media {
    display: inline-block;
    height: 301px;
  }
   .product-single__view-in-space[data-shopify-xr-hidden] {
       visibility: hidden;
  }
   .product-single__view-in-space:hover .product-single__view-in-space-text, .product-single__view-in-space:focus .product-single__view-in-space-text {
       border-bottom-color: var(--button-text);
  }
  
   .product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
       stroke: none;
  }
  .product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
    fill: var(--text-color);
    opacity: 1;
  }
  .product-single__view-in-space-text {
    border-bottom: 1px solid transparent;
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .product-single__view-in-space svg {
    margin-right: 2.43px;
    fill: transparent;
    display: inline-block;
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle;
  }
  .product-single__view-in-space svg rect {
    fill: transparent !important;
  }
  .product-single__view-in-space:hover #three-d-icon path,
  .product-single__view-in-space:focus #three-d-icon path {
    fill: var(--button-text);
  }
  .product-model model-viewer, .product-model .shopify-model-viewer-ui, .product-model .media-item {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    max-width: 100%;
  }
  
  /* custom flickity styles */
  .product__section-images .carousel {
  
    flex-grow: 1;
    list-style-type: none;
  }
  
  @media (max-width: 740px) {
    .product__section-images .carousel {
      margin-bottom: 10px;
    }
  }
  
  .product__section-images .carousel-cell {
    width: 100%;
  }
  
  .product__section-images .vertical-carousel .carousel-nav {
    width: 100%;
    max-height: calc(98px * 4);
    overflow-y: scroll;
    padding: 1px 17px 1px 1px; /* room for borders and scrollbar */
    box-sizing: content-box; /* So the width will be 100% + 17px */
  }
  
  .product__section-images.product__section-image--bottom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  
  .product__section-images.product__section-image--bottom #slider {
    margin-bottom: 10px;
  }
  
  .product__section-images .carousel-nav .carousel-cell {
    height: 80px;
    width: 100px;
    margin: 0 0 5px 0;
    cursor: pointer;
  }
  
  .product__section-images .carousel-nav .carousel-cell:before {
    font-size: 50px;
    line-height: 80px;
  }
  
  .product__section-images .carousel-nav .carousel-cell.is-nav-selected {
    background: #ED2;
  }
  
  .product__section-images .flickity-prev-next-button {
    background-color: var(--background);
    opacity: 1;
  }
  
  .product__section-images .flickity-prev-next-button:hover {
    background-color: var(--background);
    opacity: 1;
  }
  
  .product__section-images .flickity-button:after {
    padding: 0;
    line-height: 44px;
    color: var(--text-color);
    font-weight: 800;
    font-size: 25px;
  }
  .product__section-images .flickity-button:hover:after {
    color: var(--text-color);
  }
  .product__section-images .flickity-button:focus {
    outline: none;
  }
  
  .product__section-images .flickity-button.next:after {
    content: "\f105";
    font-family: fontAwesome;
    margin-left: 4px;
  }
  
  .product__section-images .flickity-button.previous:after {
    content: "\f104";
    font-family: fontAwesome;
  }
  
  .product__section-images .flickity-prev-next-button .flickity-button-icon {
    display: none;
  }
  
  .product__section-images .image-slide.carousel-cell.is-selected {
    z-index: 1;
  }
  
  .product__section-images .plyr__control--overlaid svg {
    margin-left: 5px;
  }
  
  .product__section-images .zoom_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: var(--background);
    opacity: 1;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
  }
  
  .product__section-images .zoom_btn:hover {
    background-color: var(--background);
    opacity: 1;
  }
  
  .product__section-images .zoom_btn i {
    font-size: 17px;
    color: var(--text-color);
  }
  .product__section-images .zoom_btn:hover i {
    color: var(--text-color);
  }
  
  #slider.thumbs_bottom .flickity-prev-next-button {
    top: 50%;
  }
  #slider.thumbs_bottom .flickity-prev-next-button.previous {
    left: -25px;
  }
  #slider.thumbs_bottom .flickity-prev-next-button.next {
    right: -25px;
  }
  
  /* adjust arrow position on mobile to prevent horiz. scroll */
  @media (max-width: 740px) {
    #slider.thumbs_bottom .flickity-prev-next-button.next {
      right: 5px !important;
    }
    #slider.thumbs_bottom .flickity-prev-next-button.previous {
      left: -5px !important;
    }
  }
  
  @keyframes slidefadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @keyframes slidefadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }
  
  #slider .carousel-cell {
    opacity: 0 !important;
  }
  #slider .carousel-cell:not(.is-selected){
    animation: slidefadeOut ease 0.2s;
  }
  #slider .carousel-cell.is-selected,
  #slider.single-media .carousel-cell {
    z-index: 99;
    opacity: 1 !important;
    animation: slidefadeIn ease 0.2s;
  }
  #slider .flickity-enabled:focus {
    outline: 0 !important;
  }
  #slider .flickity-slider {
    top: 0 !important;
    height: auto !important;
  }
  #slider .flickity-viewport {
    height: 100%;
  }
  #slider .flickity-viewport {
    min-height: 300px !important;
  }
  
  /* ----- Product image CSS grid update styles ---- */
  
  div.product__section-images {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 5px;
  }
  #slider.full-size, #thumbnails.full-size {
      grid-column: auto / span 6;
      margin: 0;
      width: 100%;
  }
  #slider.reduced-size {
      grid-column: auto / span 5;
  }
  #thumbnails.reduced-size {
      grid-column: auto / span 1;
  }
  @media screen and (max-width: 740px) {
      #slider.reduced-size {
          grid-column: auto / span 6;
      }
  }
  
  button.flickity-button:disabled {
    display: none;
  }
  .thumbnail-slider  .product-single__thumbnails-item:hover,
  .product-single__thumbnails-item.active-slide,
  .product-single__thumbnails-item.is-nav-selected {
    outline: 1px solid var(--thumbnail-slider-outline-color);
    outline-offset: -1px;
    cursor: pointer;
  }
  .product-single__thumbnails-item:focus,
  .product-single__thumbnail--product-template:focus {
    outline: var(--keyboard-focus-color) var(--keyboard-focus-border-style) calc(var(--keyboard-focus-border-weight) * 1px) !important;
    outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
  }
  .product-single__thumbnails-item.active-slide img,
  .product-single__thumbnails-item.is-nav-selected img,
  .thumbnail-slider  .product-single__thumbnails-item:hover img,
  .product-single__thumbnail--product-template:focus img {
    opacity: 1.0 !important;
  }
  :focus, .focus-visible {
    outline: var(--keyboard-focus-color) var(--keyboard-focus-border-style) calc(var(--keyboard-focus-border-weight) * 1px) !important;
    outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
  }
  .prod-image > a,
  .product-loop .prod-image > a,
  .product-loop .prod-image > a,
  #collection-loop .prod-container > a {
    display: inline-block;
    width: 100%;
    outline-offset: unset !important;
  }
  /* Cross Border Styles */
  .footer-section .disclosure {
       position: relative;
  }
  .footer-section .disclosure__toggle {
       white-space: nowrap;
     color: var(--footer-color);
     border: 1px solid var(--footer-color);
     background-color: var(--footer-background);
     margin: 0;
     text-transform: capitalize;
  }
  .footer-section .disclosure-list {
       background-color: var(--footer-color);
       border: 1px solid var(--footer-background);
       bottom: 115%;
       padding: 11px 0px;
       position: absolute;
       display: none;
       min-height: 92px;
       max-height: 300px;
       overflow-y: auto;
       border-radius: 2px;
  }
  .footer-section .disclosure-list--visible {
       display: block;
  }
  .footer-section .disclosure-list__item {
       border-bottom: 1px solid transparent;
       white-space: nowrap;
       padding: 5px 45px 4px 15px;
       text-align: left;
  }
  .footer-section .disclosure-list__item:active {
       background-color: rgba(128, 128, 128, 0.2);
  }
  .footer-section .disclosure-list__option {
       color: var(--footer-background) !important;
     text-transform: capitalize;
  }
  .footer-section .disclosure-list__option:focus, .disclosure-list__option:hover {
       color: var(--footer-color);
       border-bottom: 1px solid var(--footer-background);
  }
  .footer-section .disclosure-list__item--current .disclosure-list__option {
     color: var(--footer-background);
       border-bottom: 1px solid var(--footer-background) !important;
     font-weight: 900;
  }
  
  /* Header Disclosure Selectors */
  .announcement__bar-section .disclosure {
       position: relative;
  }
  .announcement__bar-section .disclosure__toggle {
       white-space: nowrap;
     color: var(--top-bar-color);
     background-color: var(--top-bar-background);
     margin: 0;
     padding: 0;
     vertical-align: middle;
     display: inline-block;
     text-transform: uppercase;
     border-radius: unset !important;
     height: auto;
     line-height: unset;
  }
  .announcement__bar-section .disclosure__toggle:hover {
    color: var(--top-bar-color);
  }
  .announcement__bar-section form#localization_form {
     margin: 0;
  }
  .announcement__bar-section .disclosure-list {
       background-color: var(--top-bar-background);
       border: 1px solid var(--top-bar-color);
       top: 115%;
       padding: 11px 0px;
       position: absolute;
       display: none;
       min-height: 92px;
       max-height: 300px;
       overflow-y: auto;
       border-radius: 2px;
     z-index: 15;
     line-height: 20px;
     text-align: left;
     list-style: none;
  }
  .announcement__bar-section .disclosure-list--visible {
       display: block;
  }
  .announcement__bar-section .disclosure-list__item {
       border-bottom: 1px solid transparent;
       white-space: nowrap;
       padding: 5px 45px 4px 15px !important;
       text-align: left;
  }
  .announcement__bar-section .disclosure-list__item:active {
       background-color: rgba(128, 128, 128, 0.2);
  }
  .announcement__bar-section .disclosure-list__option {
       color: var(--top-bar-background);
     text-transform: capitalize;
  }
  .announcement__bar-section .disclosure-list__option:focus, .disclosure-list__option:hover {
       color: var(--top-bar-color);
       border-bottom: 1px solid var(--cart-links);
  }
  .announcement__bar-section .disclosure-list__item--current .disclosure-list__option {
     color: var(--top-bar-color);
       border-bottom: 1px solid var(--top-bar-color);
     font-weight: bold;
  }
  .selectors-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*// necessary for ie10*/
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  @media (min-width: 980px) {
    .selectors-form {
      flex-wrap: nowrap;
    }
  }
  .selectors-form__item {
    margin: 0 5px;
  }
  @media (min-width: 980px) {
    .selectors-form__item {
      padding-bottom: 0;
    }
    .selectors-form__item:first-of-type {
      margin-left: 0;
    }
  }
  
  ul.localization__options {
      list-style: none;
      text-align: right;
  }
  
  ul.localization__options li {
      display: inline-block;
      margin: 0 0 0 15px;
  }
  
  /**
   * *******************************************************
   * AOS (Animate on scroll) - wowjs alternative
   * made to animate elements on scroll in both directions
   * *******************************************************
   */
  [data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
  
  /* Fix for AOS in IE 11 */
  _:-ms-fullscreen, :root [data-aos^=zoom] { opacity:1 !important; }
  _:-ms-fullscreen, :root [data-aos=zoom-in] { transform: scale(1) !important;}
  
  
  /* Unit Pricing Update */
  .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .theme-features__details-align--left .product-index .price {
    align-items: flex-start;
  }
  
  .theme-features__details-align--center .product-index .price {
    align-items: center;
  }
  
  .theme-features__details-align--right .product-index .price {
    align-items: flex-end;
  }
  
  .product__price-container {
    align-items: flex-start;
  }
  .price dl {
    margin-top: 0;
  }
  .price dd {
    margin: 0 0.5em 0 0;
  }
  
  .price--unavailable {
    visibility: hidden;
  }
  
  .price--compare-price-hidden .price__compare {
    display: none;
  }
  
  .price__pricing-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
  }
  
  .price__regular {
    display: block;
  }
  
  .price--on-sale .price__regular,
  .price--on-sale .price__availability {
    display: none;
  }
  
  .price__availability {
    display: none;
    color: var(--text-color);
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .price--sold-out .price__availability {
    display: block;
  }
  
  .price__sale {
    display: none;
  }
  
  .price--on-sale .price__sale {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .price__vendor {
    color: var(--text-color);
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 10px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
  }
  
  .price__vendor--listing {
    margin: 0 0 4px;
  }
  
  .price__unit {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    display: none;
  }
  .price--unit-available .price__unit {
    display: block;
  }
  
  .price-item {
    color: var(--text-color);
  }
  
  .price-item--sale {
    color: var(--sale-color);
  }
  
  .price--on-sale .price-item--regular {
    text-decoration: line-through;
  }
  
  .price-unit-price {
    color: var(--price-unit-price-color) !important;
    font-size: 0.8em;
    font-style: italic;
  }
  
  .price-item__label {
    display: inline-block;
    white-space: nowrap;
  }
  
  .price__badges {
    display: none;
    margin-top: 0;
  }
  
  .price__badge {
    display: none;
    align-self: center;
    text-align: center;
    font-size: 0.5em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--text-color);
    border-radius: 2px;
    padding: 0.2rem 0.5rem;
  }
  
  .price__badge--sale {
    color: var(--sale-color);
    border-color: var(--sale-color);
  }
  .price--on-sale .price__badge--sale {
    display: flex;
  }
  .price--sold-out .price__badge--sale {
    display: none;
  }
  .price--on-sale .price__badges,
  .price--sold-out .price__badges {
    display: flex;
  }
  .price__badge--sold-out {
    color: var(--text-color);
    border-color: var(--text-color);
  }
  .price--sold-out .price__badge--sold-out {
    display: flex;
  }
  
  .price__badges--listing {
    margin-top: 0.5rem;
  }
  
  .price__badges--listing .price__badge {
    font-size: 0.6em;
    padding: 0.25rem 0.55rem;
  }
  .grid-align-left .price {
    align-items: flex-start;
  }
  .grid-align-right .price {
    align-items: flex-end;
  }
  .order-discount.order-discount--list {
    list-style: none;
  }
  /* ==============================  */
  /* =   New Customer Accounts     = */
  /* ============================== */
  .customer-account {
    margin-top: 81px;
    padding-bottom: 144px;
  }
  .customer-account .sidebar {
    border-right: solid 3px var(--dotted-color);
  }
  .customer-account .sidebar ul {
    list-style: none;
  }
  .customer-account .sidebar ul li {
    padding: 20px 0;
  }
  .customer-account .sidebar ul li a {
    display: inline-block;
    font-size: var(--h4-size);
    font-weight: bolder;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
  }
  .customer-account .sidebar ul li a.selected,
  .customer-account .sidebar ul li:hover a {
    border-bottom: 2px solid var(--text-color);
  }
  .customer-account .content {
    padding-left: 95px;
    padding-top: 20px;
  }
  .customer-account .content p {
    font-size: 14px;
    line-height: 1.6;
  }
  .customer-account #account-details h5 {
    font-size: 16px;
    font-weight: bolder;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .customer-account #order-history tbody tr {
    height: 100px;
    border-top: 1px solid var(--dotted-color);
  }
  .customer-account #order-history tbody td {
    min-width: 140px;
  }
  .customer-account #order-history thead tr {
    text-align: left;
    padding: 10px 0;
    height: 38px;
  }
  .customer-account #order-history thead tr th {
    font-size: var(--font-size);
    text-transform: capitalize;
    font-weight: 600;
  }
  @media (max-width: 1020px) {
    .customer-account .content {
      padding-left: 25px;
    }
  }
  @media (max-width:740px) {
    .customer-account {
      margin-top: 41px;
      text-align: center;
    }
    .customer-account .sidebar ul li {
      border-bottom: solid 1px #bababa;
    }
    .customer-account .content {
      margin-top: 80px;
      padding-left: 0;
    }
    .customer-account #order-history table .status {
      display: none;
    }
    .customer-account #order-history thead tr {
      text-align: center;
    }
    .customer-account .sidebar {
      border-right: none;
    }
    .customer-account #order-history tbody td {
      min-width: 110px;
    }
  }
  /* Order Page */
  section.customer-order {
    margin-top: 81px;
    padding-bottom: 144px;
  }
  section.customer-order .return-account {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.17;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    margin-bottom: 40px;
    display: inline-block;
  }
  section.customer-order .order-content {
    padding-right: 118px;
  }
  section.customer-order #order_details .labels {
    text-align: left;
    border-bottom: solid 1px #d5d5d5;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
  }
  section.customer-order #order_details .items article {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
  }
  section.customer-order #order_details .labels p {
    font-size: var(--font-size);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: normal;
    text-transform: capitalize;
    margin-bottom: 4px;
  }
  section.customer-order #order_details .labels .product {
    grid-column: span 3;
  }
  section.customer-order #order_details .items .img {
    grid-column: span 1;
  }
  section.customer-order #order_details .items .info {
    grid-column: span 2;
  }
  section.customer-order #order_details .labels > .money,
  section.customer-order #order_details .labels > .qty,
  section.customer-order #order_details .labels > .total,
  section.customer-order #order_details .items article > .money,
  section.customer-order #order_details .items article > .qty,
  section.customer-order #order_details .items article > .total {
    grid-column: span 1;
  }
  section.customer-order #order_details .items article {
    padding: 24px 0;
    border-bottom: solid 1px #d5d5d5;
  }
  section.customer-order #order_details .items article h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: normal;
  }
  section.customer-order #order_summary dl {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    border-bottom: solid 1px #d5d5d5;
    margin-bottom: 0;
    padding: 17px 0;
  
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: normal;
  }
  section.customer-order #order_summary dt {
    flex-basis: 60%;
    padding: 2px 4px;
    text-align: left;
  }
  section.customer-order #order_summary dd {
    flex-basis: 30%;
    flex-grow: 1;
    margin: 0;
    padding: 2px 4px;
    text-align: right;
  }
  section.customer-order #order_summary .order_total dd,
  section.customer-order #order_summary .order_total dt {
    font-weight: bold;
    text-transform: uppercase;
  }
  section.customer-order #order_payment,
  section.customer-order #order_shipping {
    margin-bottom: 40px;
  }
  section.customer-order h5.order_section_title {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: normal;
    text-transform: uppercase;
    border-bottom: solid 1px #d5d5d5;
    padding-bottom: 4px;
    margin-bottom: 12px;
  }
  section.customer-order #other_details dl {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 0;
  
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: normal;
  }
  section.customer-order #other_details dt {
    flex-basis: 30%;
    padding: 2px 4px;
    text-align: left;
  }
  section.customer-order #other_details dd {
    flex-basis: 60%;
    flex-grow: 1;
    margin: 0;
    padding: 2px 4px;
    text-align: left;
  }
  section.customer-order #order_details .shipping-info {
    margin-top: 16px;
  }
  @media (max-width:740px) {
    section.customer-order {
      margin-top: 48px;
      padding-bottom: 80px;
    }
    section.customer-order #order_details .labels .money {
      display: none;
    }
    section.customer-order #order_details .labels .product {
      grid-column: span 4;
    }
    section.customer-order #order_details .items .img {
      grid-column: span 1;
    }
    section.customer-order .order-content {
      padding-right: 0;
    }
    section.customer-order .order-sidebar {
      margin-top: 48px;
    }
    section.customer-order #order_details tbody tr td.product > div.img {
      width: 100%;
    }
    section.customer-order #order_details tbody tr td.product > div.info {
      width: 100%;
    }
  }
  /* Addresses */
  #account-addresses .customer_address {
    border: solid 1px #e8e8e8;
    padding: 45px;
    margin-bottom: 10px;
  }
  #account-addresses h4.address_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  #account-addresses button.new-address {
    width: auto;
    padding: 0 20px;
    margin-top: 24px;
  }
  #account-addresses a {
    text-decoration: underline;
  }
  
  /* Login */
  section.user-login {
    margin-top: 81px;
    padding-bottom: 144px;
  }
  section.user-login .secondary-button.create-customer {
    line-height: 50px;
    text-align: center;
    margin-top: 15px;
  }
  .note-error {
    border: 1px solid red;
    padding: 10px;
    margin-bottom: 15px;
    color: red;
  }
  .shopify-challenge__container {
    margin-top: 81px !important;
  }
  .guest-user-login {
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid var(--dotted-color);
  }
  @media (min-width: 741px) {
    .login-info.alternate {
      padding-left: 100px;
    }
  }
  @media (max-width: 740px) {
    section.user-login {
      margin-top: 48px;
    }
  }
  
  table.customer_address_table td.label {
      line-height: 40px;
      display: inline-block;
      margin-right: 10px;
  }
  
  table.customer_address_table {
      margin-bottom: 20px;
      margin-top: 20px;
  }
  
  
  /* ---- Flickity sections ---- */
  
  .flickity__section .flickity-button {
    color: var(--text-color);
    background-color: var(--background);
    width: 45px;
    height: 45px;
    margin: 0;
  }
  
  .flickity__section .flickity-button:hover {
    color: var(--text-color);
    background-color: var(--background);
  }
  
  .flickity__section .flickity-button .flickity-button-icon {
    width: 40%;
    left: 30%;
    height: 40%;
    top: 30%;
  }
  
  .flickity__section .flickity-page-dots .dot {
    border: 1px solid #fff;
    margin: 0 5px;
  }
  
  .flickity__section.flickity-enabled:focus {
    outline: 0 !important;
  }
  
  /* ---- Slideshow section ---- */
  
  .slideshow__slide-onboard,
  .onboard, .onboard-slide {
    background: #ddd! important;
    border: 1px solid #ccc;
  }
  .slideshow {
    border: 0 !important;
    width: 100%;
  }
  
  .slideshow__slide,
  .slideshow__slide-desktop {
    width: 100%;
  }
  
  .slideshow__slide-desktop.overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.25);
    content:"";
  }
  
  .slideshow__slide {
    opacity: 0 !important;
    transition: opacity 1s ease !important;
  }
  
  .slideshow__slide.is-selected {
    opacity: 1 !important;
    z-index: 1;
  }
  
  @media screen and (min-width: 741px) {
    .slideshow.flickity__section .flickity-page-dots {
      text-align: right;
      bottom: 15px;
      right: 15px;
    }
  }
  
  .slideshow__caption {
    position: absolute;
    width: fit-content;
    text-align: center;
  }
  
  .slideshow__caption .slideshow__caption-wrapper {
    display: inline-block;
    padding: 20px;
  }
  
  .slideshow__caption p {
    line-height: initial;
  }
  
  .slideshow__btn-wrapper {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
  }
  
  .slideshow__btn-wrapper a {
    display: inline-block;
    -webkit-transition: background .3s ease,color .3s ease;
    -moz-transition: background .3s ease,color .3s ease;
    -o-transition: background .3s ease,color .3s ease;
    transition: background .3s ease,color .3s ease;
  }
  
  @media screen and (max-width: 740px) {
    .global__section.slideshow-section {
      margin-bottom: 35px;
    }
    .slideshow__caption .slideshow__caption-wrapper {
      width: 100%;
    }
    .slideshow__slide-desktop.overlay:after {
      height: 400px;
    }
    .flickity__section .flickity-button {
      width: 30px;
      height: 30px;
    }
  }
  
  /* ---- Adding image animations ---- */
  
  @media screen and (prefers-reduced-motion: no-preference) {
  
    .slideshow__slide img {
        transform: scale(1.1);
        -webkit-transform: 3s cubic-bezier(0.41, 0.85, 0.6, 0.97);
    }
  
    .slideshow__slide img {
      visibility: hidden;
    }
  
    .slideshow__slide.is-selected img {
      visibility: inherit;
    }
  
    .slideshow__slide {
        opacity: 0!important;
        transition: opacity 0s ease!important;
    }
  
    .slideshow__slide.is-selected img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 3s cubic-bezier(0.41, 0.85, 0.6, 0.97);
        transition: -webkit-transform 3s cubic-bezier(0.41, 0.85, 0.6, 0.97);
        transition: transform 3s cubic-bezier(0.41, 0.85, 0.6, 0.97);
        transition: transform 3s cubic-bezier(0.41, 0.85, 0.6, 0.97);
        -webkit-transform: 3s cubic-bezier(0.41, 0.85, 0.6, 0.97);
    }
  
    /* ---- Slideshow caption animations ---- */
    .slideshow__slide.is-selected .slideshow__caption h2,
    .slideshow__slide.is-selected .slideshow__caption .rte {
        animation: fadeInUp 1s ease-in-out 1s forwards;
    }
  
    .slideshow__slide.is-selected .slideshow__caption,
    .slideshow__slide.is-selected .slideshow__caption .slideshow__btn-wrapper {
      animation: fadeIn 2s ease-in-out 1s forwards;
    }
  
    .slideshow__slide.is-selected .slideshow__caption,
    .slideshow__slide .slideshow__caption h2,
    .slideshow__slide .slideshow__caption .rte,
    .slideshow__slide .slideshow__caption .slideshow__btn-wrapper {
        opacity: 0;
    }
  
  }
  
  
  /* ---- Featured collection carousel ----- */
  
  .featured__collection-carousel {
    width: 100%;
  }
  
  .featured__collection-product {
    padding: 0 15px 0;
  }
  
  .featured__collection-carousel .flickity-prev-next-button.next {
    right: -40px;
  }
  .featured__collection-carousel .flickity-prev-next-button.previous {
    left: -40px;
  }
  
  .featured__collection-button-container {
    text-align: center;
    margin: 10px auto;
  }
  
  a.button.featured__collection-view-all-button {
      width: unset;
      float: none !important;
      margin: 0 auto !important;
  }
  
  @media screen and (min-width: 741px) and (max-width: 980px ) {
    .featured__collection-carousel .featured__collection-product {
      width: 33.333% !important;
    }
    .featured__collection {
      grid-template-columns: 1fr 1fr 1fr !important;
      grid-column-gap: 20px;
    }
  }
  
  @media screen and (max-width: 740px) {
    .featured__collection {
      grid-template-columns: 1fr 1fr !important;
      grid-column-gap: 10px;
    }
    .featured__collection-carousel .featured__collection-product {
      width: 50% !important;
    }
    .featured__collection-carousel .flickity-prev-next-button.next {
      right: -5px;
    }
    .featured__collection-carousel .flickity-prev-next-button.previous {
      left: -5px;
    }
  }
  
  
  /* ---- Tabbed collections ----- */
  
  .tabbed__collection-content {
      width: 100%;
  }
  
  
  /* ---- Testimonials ---- */
  
  .testimonial__container-carousel .flickity-prev-next-button.next {
    right: -40px;
  }
  .testimonial__container-carousel .flickity-prev-next-button.previous {
    left: -40px;
  }
  
  .testimonial__content {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 30px;
  }
  
  
  /* ---- Image with text overlay ----- */
  
  .parallax .row {
    width: 100%;
  }
  
  .no-js .parallax {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  
  .parallax {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
  }
  
  .parallax.is_fixed {
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    background-position: center center !important;
  }
  
  .parallax__caption {
    width: fit-content;
    position: absolute;
    z-index: 2;
  }
  
  .parallax__caption-text {
    padding: 20px;
    line-height: initial;
    position: relative;
    z-index: 2;
  }
  
  .parallax__caption-text h2 {
    display: inline-block;
  }
  
  .parallax__caption-text p {
    margin-bottom: 10px;
  }
  
  .parallax__caption-text a:not(.button) {
    text-decoration: underline;
  }
  
  .parallax__caption-text .button {
      width: auto;
      width: initial;
      padding: 0 20px;
      margin-top: 10px;
      margin-bottom: 5px;
  }
  
  .parralax__image.overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.25);
    content:"";
  }
  
  @media screen and ( max-width: 740px ) {
    .parallax .parallax__container {
      height: initial !important;
      min-height: 230px !important;
    }
  }
  @media screen and ( max-width: 1024px ) {
    .parallax {
      background-attachment: scroll !important;
      background-size: cover !important;
    }
  }
  @media screen and (max-width: 740px) {
    .parallax .parallax__caption-text h2 {
      font-size: 16px;
    }
    .parallax .parallax__caption-text p {
      font-size: 14px;
    }
  }
  
  /* Custom Icons */
  .icn-close {
    width: 20px;
    height: 20px;
    position: relative;
  }
  .icn-close:after {
    content: '';
    height: 20px;
    border-left: 1px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 8px;
  }
  .icn-close:before {
    content: '';
    height: 20px;
    border-left: 1px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 8px;
  }
  /* CSS Slideouts */
  .slideout {
    list-style: none;
    background: var(--background);
    width: 350px;
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: unset;
    right: unset;
    z-index: 13;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  
  @media (max-width: 740px) {
    .slideout.slideout__drawer-left {
      width: 285px;
    }
  }
  
  .site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 12;
    visibility: hidden;
    opacity: 0;
    background: rgb(30, 30, 30);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .slideout__drawer-right {
    transform: translateX(350px);
    right: 0;
  }
  .slideout__drawer-left {
    transform: translateX(-350px);
    left: 0;
  }
  .slideout-left--open .slideout--active.slideout__drawer-left {
    transform: translateX(0);
  }
  .slideout-right--open .slideout--active.slideout__drawer-right {
    transform: translateX(0);
  }
  .slideout-left--open,
  .slideout-right--open {
    overflow: hidden;
  }
  .slideout-left--open .js-slideout-overlay,
  .slideout-right--open .js-slideout-overlay,
  .modal--open .js-modal-overlay {
    opacity: 0.8;
    visibility: visible;
  }
  .slideout-left--open [data-aos^=fade][data-aos^=fade],
  .slideout-right--open [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
  .slideout__trigger--open {
    z-index: 2;
    margin-bottom: 0;
    cursor: pointer;
  }
  .slideout__trigger--open .slideout__trigger-mobile-menu i,
  .slideout__trigger--open .slideout__trigger-password i {
    font-size: 20px;
    text-align: left;
  }
  .slideout__trigger--close .slideout__trigger-mobile-menu,
  .slideout__trigger--close .slideout__trigger-store-availability,
  .slideout__trigger--close .slideout__trigger-password,
  .slideout__trigger--close .slideout__trigger-ajax-cart,
  .slideout__trigger--close .slideout__trigger-quickview,
  .slideout__trigger--close .slideout__trigger-general-modal {
    padding: 15px 10px 15px 10px;
    margin-bottom: 0;
    color: black;
    background: unset;
    line-height: 50px;
    height: 50px;
  }
  .slideout__trigger--open .slideout__trigger-mobile-menu,
  .slideout__trigger--open .slideout__trigger-store-availability,
  .slideout__trigger--open .slideout__trigger-password {
    background: unset;
    margin-bottom: 0;
  }
  .slideout__trigger-mobile-menu:hover,
  .slideout__trigger-store-availability:hover,
  .slideout__trigger-password:hover,
  .slideout__trigger-ajax-cart:hover,
  .slideout__trigger-quickview:hover,
  .slideout__trigger-general-modal:hover {
    background: unset;
  }
  .slideout__trigger--open .slideout__trigger-store-availability,
  .slideout__trigger--open .slideout__trigger-password {
    color: var(--text-color);
    height: auto;
    text-align: left;
    text-decoration: underline;
    letter-spacing: unset;
    margin: 0;
    padding: 0;
  }
  .slideout__trigger-password,
  .slideout__trigger-ajax-cart,
  .slideout__trigger-quickview,
  .slideout__trigger-general-modal {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
  }
  .slideout__trigger--open .slideout__trigger-store-availability:hover,
  .slideout__trigger--open .slideout__trigger-password:hover {
    opacity: 0.8;
  }
  .slideout__trigger-store-availability .icn-close:before,
  .slideout__trigger-store-availability .icn-close:after,
  .slideout__trigger-password .icn-close:before,
  .slideout__trigger-password .icn-close:after,
  .slideout__trigger-ajax-cart .icn-close:before,
  .slideout__trigger-quickview .icn-close:before,
  .slideout__trigger-ajax-cart .icn-close:after,
  .slideout__trigger-quickview .icn-close:after,
  .slideout__trigger-general-modal .icn-close:before,
  .slideout__trigger-general-modal .icn-close:after {
    border-color: var(--text-color);
  }
  .modal__general-modal__wrapper {
    padding: 60px !important;
  }
  .modal__general-modal__wrapper .slideout__trigger--close {
    position: absolute;
    right: 0;
    top: 0;
  }
  .slideout__trigger-general-modal {
    height: 40px !important;
    line-height: 40px !important;
    padding: 10px 10px !important;
  }
  .slideout-left--closed .slideout__drawer-left,
  .slideout-right--closed .slideout__drawer-right {
    visibility: hidden;
    opacity: 0;
    -webkit-animation:slideoutFadeout 0.4s linear;
    animation:slideoutFadeout 0.4s linear;
  }
  .slideout-left--open .slideout__drawer-left,
  .slideout-right--open .slideout__drawer-right {
    visibility: visible;
    opacity: 1;
    -webkit-animation:slideoutFadein 0.4s linear;
    animation:slideoutFadein 0.4s linear;
  }
  @keyframes slideoutFadeout {
    0%{opacity:1;visibility:visible;}
    99%{opacity:0;}
    100%{opacity:0;visibility: hidden;}
  }
  @keyframes slideoutFadein {
    0%{opacity:0;visibility:visible;}
    100%{opacity:1;}
  }
  
  /* Mobile Menu */
  .mobile-menu__block {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
  }
  .mobile-menu__featured-image--full-width {
    margin: 0 0 0 -12px !important;
    padding: 0;
    width: 110%;
  }
  .mobile-menu__search form input {
    border: none;
    border-bottom: 1px solid;
    height: 41px;
  }
  .mobile-menu__accordion > .mobile-menu__item:first-child {
    border-top: 1px solid;
  }
  .mobile-menu__cart-icon {
    font-family: var(--main-family);
    font-style: var(--main-style);
    font-weight: var(--main-weight);
    font-size: calc(var(--font-size) * 1px);
    position: relative;
    display: block;
    border: 1px solid;
    padding: 10px;
    text-transform: uppercase;
  }
  .mobile-menu__cart-icon i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-37%);
  }
  .mobile-menu__cart-icon,
  .mobile-menu__featured-text {
    line-height: initial;
    position: relative;
  }
  .mobile-menu__social ul {
    list-style: none;
    padding-bottom: 0 !important;
  }
  .mobile-menu__social li {
    display: inline-block;
    margin: 3px 5px;
  }
  .mobile-menu__featured-text p,
  .mobile-menu__search input {
    margin-bottom: 0;
  }
  /* Accordions */
  ul.accordion {
    list-style-type: none;
  }
  
  .accordion__toggle.open:after,
  .accordion__toggle-2.open:after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    right: 10px;
  }
  
  .accordion__toggle:after,
  .accordion__toggle-2:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 10px;
    padding-left: 10px;
    border-left: 1px solid;
  }
  
  ul.accordion li {
    line-height: initial;
    position: relative;
  }
  
  ul.accordion li,
  .accordion__toggle,
  .accordion__toggle-2 {
    padding: 10px 0 10px 10px;
  }
  
  ul.accordion a,
  .accordion__toggle,
  .accordion__toggle-2 {
    font-family: var(--main-family);
    font-style: var(--main-style);
    font-weight: var(--main-weight);
    font-size: var(--font-size);
  }
  
  .accordion__submenu-1,
  .accordion__submenu-2 {
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
  }
  
  .accordion__toggle,
  .accordion__toggle-2 {
    cursor: pointer;
  }
  
  .accordion__content,
  .accordion__content-2 {
    display: none;
  }
  
  .accordion__content.default,
  .accordion__content-2.default {
    display: block;
  }
  
  /* Collection Sidebar Accordion */
  .collection-sidebar__accordion li,
  .collection-sidebar__accordion .accordion__toggle,
  .collection-sidebar__accordion .accordion__toggle-2 {
    padding: 0;
    position: relative;
  }
  .collection-sidebar__accordion .accordion__toggle:after,
  .collection-sidebar__accordion .accordion__toggle-2:after {
    border-left: none;
  }
  
  /* Password Page */
  .password .slideout__trigger-password {
    opacity: 0.8;
  }
  
  .password .slideout__trigger-password:hover {
    opacity: 1.0;
  }
  
  .password-page__wrapper {
    min-height: 100vh;
    padding: 15px;
  }
  
  .password-page__logo {
    padding-top: 100px;
    text-align: center;
  }
  
  .password-page__newsletter {
    width: 100%;
    margin-top: 100px;
  }
  
  .password-page__newsletter-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .password-page__newsletter-details {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .password-page__newsletter-signup--email {
    float: left !important;
    text-indent: 10px;
    width: 66% !important;
    text-transform: uppercase;
    color: #000;
    height: 48px !important;
  }
  
  .password-page__newsletter-signup--submit {
    width: 28% !important;
    margin-left: 0;
    margin-top: 0;
    text-transform: uppercase;
    height: 48px !important;
  }
  
  .password-page__newsletter-signup--submit:hover {
    opacity: 0.75;
  }
  
  .password-page__icons {
    margin-bottom: 20px;
  }
  
  .password-page__icons li {
    display: inline-block;
    margin: 0 5px;
  }
  
  .password-page__icons a:hover {
    opacity: 0.5;
  }
  
  .password-page__icons i {
    line-height: 30px;
  }
  
  .password-page__footer {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 220px;
  }
  
  .password-page__footer a {
    font-family: var(--main-family);
    font-style: var(--main-style);
    font-weight: var(--main-weight);
    font-size: var(--font-size);
  }
  
  .password-page__login {
    padding: 10px 15px;
  }
  
  .password-page__login label {
    margin-bottom: 10px;
  }
  @media screen and ( max-width: 740px ) {
    .password-page__newsletter {
      margin-top: 50px;
    }
  }
  
  /* Error and Success Alerts */
  .note-success {
    border: 1px solid;
    border-color: var(--success-msg-dark);
    background-color: var(--success-msg-light);
    color: var(--success-msg-dark);
    padding: 10px;
    margin-bottom: 15px;
  }
  .note-error {
    border: 1px solid;
    border-color: var(--error-msg-dark);
    background-color: var(--error-msg-light);
    color: var(--error-msg-dark);
    padding: 10px;
    margin-bottom: 15px;
  }
  .note-error ul,
  .note-success ul {
    list-style: none;
  }
  
  /* Store Availability */
  .store-availability-small-text {
    font-size: 13px;
  }
  
  .store-availability-information {
    display: flex;
    margin-left: 5px;
  }
  
  .store-availability-information-container {
    margin-left: 5px;
    text-align: left;
  }
  
  .store-availability-information i {
    line-height: 22px;
  }
  
  .store-availability-information i.la-check,
  .store-availabilities-list i.la-check {
     color: #00730B;
   }
  
  .store-availability-information__title,
  .store-availability-information__stock {
    margin-bottom: 0;
  }
  
  .store-availability-information__stores {
    margin-top: 8px;
  }
  
  .store-availability-information__link {
    text-decoration: underline;
    cursor: pointer;
  }
  
  .store-availability-information__link:hover,
  .store-availability-information__link:focus {
    opacity: 0.6;
  }
  
  .store-availabilities-modal {
    left: unset;
    background-color: var(--background);
  }
  
  @media only screen and (max-width: 740px) {
    .store-availabilities-modal {
      width: 100%;
      z-index: 9999;
    }
  }
  
  .store-availabilities-modal__header {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 16px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .store-availabilities-modal__product-title {
    font-size: 17px;
    text-transform: none;
    margin-bottom: 0;
  }
  
  .store-availabilities-list {
    overflow: auto;
    padding: 0 10px;
  }
  
  .store-availabilities-modal__close {
    margin-bottom: 13px;
    cursor: pointer;
  }
  
  .store-availability-list__item {
    padding: 0 10px 16px 10px;
  }
  
  .store-availability-list__item::before {
    content: "";
    display: block;
    margin: 0 0 16px 0;
    border-bottom: 1px solid var(--dotted-color);
  }
  
  .store-availability-list__item > p {
    font-size: 13px;
    margin-bottom: 0;
  }
  
  .store-availability-list__location {
    display: flex;
    justify-content: space-between;
  }
  
  .store-availability-list__stock {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  
  .store-availability-container {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--dotted-color);
    margin-bottom: 20px;
    padding-top: 10px;
  }
  @media (max-width: 740px) {
    .store-availability-information-container,
    .slideout__trigger-store-availability {
      width: 100%;
      margin-left: 0;
    }
  }
  
  
  /* ---- Product page ---- */
  
  .product__section.product-template,
  .product__section-container {
    display: grid;
    grid-template-columns: 5fr 5fr;
    grid-gap: 40px;
  }
  
  @media screen and (max-width: 740px) {
    .product__section.product-template {
      grid-template-columns:  1fr;
    }
  }
  
  .product__section-images {
    position: relative;
  }
  
  .product__decription-container,
  .rte {
    margin-bottom: 10px;
  }
  
  .product__policies.rte {
    margin-top: 10px;
  }
  
  .product__decription-container a,
  .rte a {
    text-decoration: underline;
  }
  
  .product__price-container {
    font-size: var(--font-size);
    padding-bottom: 5px;
    border-top: 1px solid var(--dotted-color);
    padding: 15px 0 0 0;
  }
  
  .product__nav a {
    color: var(--text-color);
    border: 2px solid var(--background);
    background: var(--background);
    text-align: center;
    display: inline-block;
    padding: 2px 8px;
    transition: all .25s ease-in-out;
    cursor: pointer;
  }
  
  .product__nav a:hover {
    background: var(--background);
    color: var(--text-color);
  }
  
  .product__related-container {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  
  .product__related-container h4 {
    margin-bottom: 20px;
  }
  
  .product__quantity-container {
      margin-bottom: 20px;
  }
  
  .product__quantity-input {
    text-indent: 0 !important;
    text-align: center;
    padding: 0 !important;
    width: 50px !important;
    background: transparent !important;
    border: 1px solid var(--dotted-color);
    display: inline-block;
    color: var(--text-color);
  }
  
  .product__quantity-wrapper {
    display: block;
    float: left;
    width: 100%;
  }
  
  .product__quantity-container.ajaxcart__qty {
    display: inline-block;
    margin-top: 6px;
  }
  
  /* Product Form Buttons */
  .product__add-container {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
  }
  
  .product__form-container {
    position: relative;
    z-index:4;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--dotted-color);
  }
  
  .product__add-button {
    display: inline-block! important;
    line-height: 44px! important;
    padding: 0 20px! important;
    clear: left;
    margin-left: 0! important;
  }
  
  @media screen and ( min-width: 981px ) {
    .product__add-button,
    .shopify-payment-button {
      width: 48% !important;
      display: inline-block;
      vertical-align: top;
     }
     .shopify-payment-button {
       margin-top: 0;
       margin-left: 3%;
     }
  }
  @media screen and ( max-width: 980px ) {
    .product__add-button, .shopify-payment-button, .single-option-selector {
      width: 100%! important;
      margin-left: 0;
      clear: left;
    }
  }
  .shopify-payment-button.hide { display: none; }
  .shopify-payment-button__button--branded, .shopify-payment-button__button--unbranded {
    border-radius: 3px! important;
    line-height: 44px !important;
    min-height: 44px! important;
    padding: 0! important;
    margin-bottom: 15px! important;
  }
  
  .shopify-payment-button__button--unbranded {
    color: var(--button-text)! important;
    background: var(--button-color)! important;
    font-size: var(--font-size)! important;
    font-family: var(--main-family)! important;
    font-style: var(--main-style)! important;
    font-weight: var(--main-weight)! important;
  }
  
  .shopify-payment-button__button--unbranded:hover {
      color: var(--button-text-hover)! important;
      background: var(--button-hover)! important;
  }
  
  .shopify-payment-button__more-options, .shopify-payment-button__more-options:hover {
    background: transparent! important;
    color: #000! important;
    padding: 0! important;
  }
  
  .shopify-payment-button__more-options {
    height: initial;
    line-height: initial;
  }
  
  .what-is-it {
    line-height: 40px;
  }
  
  .product__quantity-container .quantity-increment {
    border: 1px solid var(--dotted-color);
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    color: var(--text-color);
    font-weight: normal;
    float: left;
    display: inline-block;
    margin: 0;
    outline: 0 none;
    border-radius: 0;
  }
  
  .product__add-msg {
    clear: left;
  }
  
  .product__add-msg.success {
    margin: 10px 0;
    border: 1px solid var(--dotted-color);
    padding: 20px 10px;
  }
  
  .product__add-msg.success a {
    font-weight: bold;
  }
  
  .product__add-msg.error {
    color: red;
  }
  
  .js-qty__adjust.js-qty__adjust--minus.quantity-increment {
    border-radius: 0;
  }
  
  .js-qty__adjust.js-qty__adjust--plus.quantity-increment {
    border-radius: 0;
    margin-left: -1px;
  }
  
  /* New Product Quick View Image Gallery */
  .product-main-image {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
  }
  
  .product-main-image img {
    margin: 0 auto;
    cursor: crosshair;
  }
  
  .product-image-container {
    width: 100%;
    position: relative;
    width: 100%;
  }
  
  /* Product Form Swatches */
  .swatches__container {
    margin: 10px 0 10px 0;
    display: inline-block;
    width: 100%;
  }
  
  /* Hide radio buttons */
  .swatches__form--input {
    display: none;
  }
  
  /* Swatch Label */
  .swatches__form--label {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    padding: 0 10px;
    color: var(--text-color);
    background-color: var(--background);
    margin: 0px 8px 10px 0;
    cursor: pointer;
    border: 1px solid var(--dotted-color);
    position: relative;
    font-weight: var(--main-weight);
    min-width: 44px;
    height: 40px;
    line-height: 38px !important;
    white-space: nowrap;
    text-align: center;
    float: unset !important;
  }
  
  .swatches__form--label.focus-visible {
    transform: scale(1.08);
  }
  
  .swatches__shape--circle label {
    min-width: 34px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 32px !important;
    border-radius: 50%;
    outline: 0 !important;
    padding: 0;
  }
  
  .swatches__shape--square label {
    min-width: 34px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 32px !important;
    outline: 0 !important;
    padding: 0;
  }
  
  .swatches__shape--rectangle label {
    min-width: 44px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 32px !important;
    outline: 0 !important;
    padding: 0;
  }
  
  .swatches__form--input:checked + .swatches__form--label {
    border:1px solid var(--text-color);
    background-color: var(--text-color);
    color: var(--background);
  }
  
  .swatches__swatch--color .swatches__form--input:checked + .swatches__form--label {
    box-shadow: 0px 0px 2px 2px #d6d6d6;
  }
  
  .swatches__form--label:hover {
    background: var(--text-color);
    color: var(--background);
    border-color: var(--text-color);
  }
  
  .swatches__swatch--regular,
  .swatches__swatch--color {
    display: inline-block;
    -webkit-transform:translateZ(0); /* webkit flicker fix */
    transform:translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
    position:relative;
  }
  
  /* Image with the cross in it */
  .swatches__sold-out--image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  
  .swatches__sold-out--image {
    display: none;
  }
  
  .swatches__swatch--color.soldout .swatches__sold-out--image,
  .swatches__swatch--regular.soldout .swatches__sold-out--image {
    display: block;
  }
  
  .swatches__swatch--regular.soldout label,
  .swatches__swatch--color.soldout label  {
    filter: alpha(opacity=60);
    /* internet explorer */
    -khtml-opacity: 0.6;
    /* khtml, old safari */
    -moz-opacity: 0.6;
    /* mozilla, netscape */
    opacity: 0.6;
    /* fx, safari, opera */
  }
  
  .swatches__container.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px;
  }
  
  .swatches__container.error p {
    margin: 0.7em 0;
  }
  
  .swatches__container.error p:first-child {
    margin-top: 0;
  }
  
  .swatches__container.error p:last-child {
    margin-bottom: 0;
  }
  
  .swatches__container.error code {
    font-family: monospace;
  }
  
  .swatches__option-name {
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px solid transparent;
    display: block;
    font-family: var(--main-family);
    font-style: var(--main-style);
    font-weight: bold;
    font-size: var(--font-size);
  }
  
  .swatches__option-value {
    text-transform: capitalize;
    margin-left: 5px;
    font-weight: normal;
  }
  
  /* Product Form Titles & Labels */
  .product__section-title {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    text-align: left !important;
    text-transform: uppercase;
  }
  .product__variants-select label{
    width: 100%;
  }
  .product__variants-select label,
  .product__quantity-label,
  .product__sku-label {
    text-transform: uppercase;
    float: left;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 0;
    min-width: 100px;
    font-size: 13px !important;
  }
  @media screen and (max-width: 740px) {
    .product__variants-select label,
    .product__quantity-label,
    .product__sku-label {
      min-width: 50px;
    }
    .product__variants-select .selector-wrapper {
      display: block !important;
    }
  }
  .product__sku-container,
  .product__quantity-wrapper {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
  }
  .product__sku-label {
    display: block;
    font-weight: bold;
    font-size: var(--font-size);
  }
  .product__sku-value {
    text-transform: capitalize;
    font-weight: normal;
    line-height: 50px;
  }
  
  /* Product Form Dropdowns */
  .product__variants-select .selector-wrapper {
    clear: left;
    display: inline-block;
    width: 100% !important;
    margin: 8px 0;
  }
  
  .product__variants-select .single-option-selector {
    width: initial;
    min-width: 195px;
    display: inline-block;
    float: left;
    background: var(--select-arrow-bg) right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 0;
    margin-top:0;
    width: 80%;
  }
  
  @media (max-width: 740px) {
    .product__variants-select .selector-wrapper {
      margin: 5px 0;
    }
  }
  
  /* Label and select styles for only one option */
  .product__variants-single-option {
    margin: 8px 0;
  }
  .product__variants-select .product__variants-single-option-label + .selector-wrapper {
    width: auto;
    height: 50px;
    line-height: 50px;
    margin: 0;
  }
  
  .theme-features__product-variants--swatches .selector-wrapper {
    display: none;
  }
  .theme-features__product-variants--swatches .single-option-selector {
    opacity: 0;
    display: none;
  }
  
  /* Product Social Share */
  .product__share-icons {
    float: left;
  }
  
  .product__share-icon {
    margin: 0 10px 0 0;
  }
  
  
  
  
  /* ---- Product description tabs ---- */
  
  .tabbed__product-content {
    padding: 15px;
  }
  
  li.product__tab-trigger > a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid var(--dotted-color);
    font-weight: 600;
  }
  
  ul.product__tabs li:last-child {
    border-right: 0;
  }
  
  li.product__tab-trigger > a.active {
    border-bottom: 0;
    border-top: 1px solid var(--dotted-color);
  }
  
  .product__tab-trigger {
    display: inline-block;
    float: left;
    border-right: 1px solid var(--dotted-color);
  }
  
  
  /* ---- Media Queries ---- */
  
  /* #Media Queries
  ================================================== */
    /* Larger Than Tablet */
  
    @media screen and (min-width: 981px) {
      #mobile-only,
      .mobile-only {
        display: none;
      }
    }
  
    @media screen and (max-width: 981px) {
      #logo, #cart-container { width: 100%; margin-left: 0; }
    }
  
    @media screen and (max-width: 980px) {
      #nav,
      ul#cart li.cart-overview span.my-cart-text,
      ul#cart li.customer-accounts,
      ul#cart li.searchbox,
      ul#cart li.search-icon,
      .large-search { display: none !important; }
  
      .gridlock-fluid div#identity { padding-left: 10px !important; padding-right: 10px !important; }
      #mobile-only { display: none; }
      .tablet-hide { display: none; }
      footer ul { margin-bottom: 30px; }
      input.add.clearfix.AddtoCart { margin-left: 0; margin-top: 0;}
  
    }
  
  
    @media screen and (min-width: 741px ) and ( max-width: 980px ) {
  
      div#identity { display: grid; grid-template-columns: 1fr 3fr 1fr !important; }
      #logo { text-align: center !important; justify-self: center !important;}
  
    }
  
  
    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 740px) {
  
      .notification {
        margin-bottom: 5px;
        margin-top: 5px;
      }
  
      .mobile-hide { display: none; }
  
      .mhide { display: none; }
  
      input.ajaxcart__qty-num {
        width: 40px !important;
        min-width: inherit;
      }
  
      textarea { min-width: 0 !important; }
  
      .search { width: 100%; }
      #q { width: 100%; }
  
      input#checkout {
        width: 100%;
      }
  
      /* Product page section */
      .product__nav {
        display: none;
      }
      input#AddToCart {
        clear: left;
        width: 100%;
        min-width: 100%;
        margin: 20px auto 10px;
      }
      input#quantity {
        min-width: 60px;
        text-align: center;
      }
      input.add { min-width: 90px; }
      select.styled-select, .single-option-selector {
        text-indent: 5px;
        clear: left;
        margin-left: 0;
        width: 100%;
      }
      #add { width: 100%; }
  
      /* Footer section */
  
      ul.footer-left { float: left; width: 100%;  text-align: center; }
      ul#footer-right { float: left; width: 100%; text-align: center; }
      .footer-left li { text-align: center; float: none; }
      #footer-right li { text-align: center; float: none; }
  
      #mce-EMAIL { width: 100%; }
      footer { text-align: center; }
      footer ul { margin-bottom: 30px; }
      .sub-footer .left-side, .sub-footer .right-side {
        width: 100%;
        text-align: center;
        padding: 10px 0;
      }
  
      /* Header section */
      header.theme-header { width: 100%; z-index: 11; }
      ul#social-links { display: none;}
      div#identity { display: grid; grid-template-columns: 1fr 3fr 1fr !important; padding: 0 0 10px 0 !important; }
      div#cart-container { text-align: right; }
      header ul#cart li.lang-selector,
      header ul#cart li.curr-selector { display: none;}
      #logo { text-align: center; }
  
    }
  
  
  /* ---- Font Awesome ---- */
  
  /*!
   *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.eot?v=4.7.0');src:url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
  
  
  /* ---- Scrollup ---- */
  
  .scrollup {
    width:40px;
    height:40px;
    line-height: 40px;
    opacity:0;
    position:fixed;
    bottom:20px;
    right:20px;
    z-index: 3;
    transform: translateY(100px);
    transition: all .5s ease;
    text-align: center;
  }
  
  .scrollup:hover {
    text-decoration: none;
  }
  
  .scrollup.showBtn {
    opacity: 0.4;
    transform: translateY(0);
  }
  
  .scrollup:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: opacity 1000ms ease-in-out;
    -moz-transition: opacity 1000ms ease-in-out;
    -o-transition: opacity 1000ms ease-in-out;
    -ms-transition: opacity 1000ms ease-in-out;
    transition: opacity 1000ms ease-in-out;
  }
  
  
  /* ---- Newsletter ---- */
  .newsletter__popup-overlay {
    display: none;
  }
  .newsletter__popup-overlay.is-visible {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0,0,0,0.25);
  }
  .newsletter__popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    right: 20px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    width: 600px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .newsletter__popup-container-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 35px;
    text-align: center;
    height: 35px;
    cursor: pointer;
    font-size:25px;
    background: #ffffff;
  }
  .newsletter__popup-container-close:after {
    content: "\00D7";
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    right: 10px;
  }
  #newsletter__popup-content {
    width: 600px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
  }
  .newsletter__popup-text .gdpr-text {
    font-size: 14px;
  }
  .newsletter__popup-text,
  .newsletter__popup-form {
    padding: 0 25px;
    margin: 20px auto 0;
    text-align: center;
  }
  .newsletter__popup-form {
    padding-bottom: 25px;
  }
  .newsletter__popup-form input[type="email"] {
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid var(--dotted-color);
  }
  .newsletter__popup-form input[type="submit"] {
    margin-bottom: 0px;
    width: 100%;
  }
  
  p.gdpr-text {
    margin-top: 10px;
  }
  
  
  /* ---- Animation helpers ---- */
  
  .animate-hide {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .animate-show {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  /* ---- Collection page banner ---- */
  
  .collection__banner-image {
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  
  .collection__banner-image img {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }
  
  @media screen and (max-width: 740px) {
    .collection__banner-image {
      height: 200px;
    }
    .collection__banner-image img {
      height: 200px;
    }
  }
  
  /* ---- Collection page content ---- */
  
  .collection__page-description {
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .collection__page-image {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .collection__page-description h1 {
    margin-bottom: 5px;
  }
  
  .collection__page-description .rte img {
    margin-bottom: 10px;
  }
  
  .collection__section--banner {
      position: relative;
  }
  
  .collection__section--banner .grid__wrapper.hero__title.has_banner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: grid;
      align-items: center;
  }
  
  .collection__section--banner .grid__wrapper.hero__title.has_banner h1.collection__page-title,
  .collection__section--banner .grid__wrapper.hero__title.has_banner h1.section__page-title {
    color: var(--hero-color);
  }
  
  
  /* ---- Collection page sidebar ---- */
  
  @media screen and (min-width: 981px) {
    .collection__sidebar-mobile-trigger {
      display: none;
    }
  }
  
  @media screen and (max-width: 980px) {
    .collection__sidebar-mobile-trigger {
      display: block;
      text-align: center;
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid var(--dotted-color);
      text-transform: uppercase;
      font-weight: 600;
      font-size: var(--h3-size);
      line-height: 44px;
    }
    .collection__sidebar-mobile-trigger svg {
      display: inline-block;
      vertical-align: middle;
    }
  }
  
  @media screen and (max-width: 980px) {
    .collection__page-sidebar {
      display: none;
    }
    .collection__page-sidebar.open {
      display: block;
    }
    .collection__page-sidebar ul li {
      padding: 5px 0;
    }
  }
  
  .collection__sidebar-block {
      margin-bottom: 30px;
  }
  
  .collection__page-sidebar h4 {
    border-bottom: 1px solid var(--dotted-color);
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  
  .collection__page-sidebar ul {
    list-style-type: none;
    margin-bottom: 20px;
  }
  
  .collection__page-sidebar .accordion-content,
  .collection__page-sidebar .accordion-content2 {
    margin-bottom: 20px;
    padding-left: 5px;
  }
  
  .collection__page-sidebar .accordion-toggle,
  .collection__page-sidebar .accordion-toggle2 {
    padding-right: 25px;
  }
  
  .collection__page-sidebar .image_container {
      margin-bottom: 15px;
  }
  
  .collection__page-sidebar .textnote_container {
      margin-bottom: 15px;
  }
  
  .collection__page-sidebar .image_container a:hover {
      border-bottom: 0;
  }
  
  .sidebar-filter.filter--regular ul {
    max-height: 200px;
    overflow: auto;
  }
  
  .sidebar-filter ul li.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  .sidebar-filter ul li.disabled > a {
    pointer-events: none;
    text-decoration: none;
  }
  
  .sidebar-filter.filter--regular ul li,
  .sidebar-filter.filter--color ul li {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
  }
  
  .sidebar-filter.filter--regular ul li.current a:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 12px;
    color: #999;
    padding: 1px;
    width: 14px;
    display: inline-block;
  }
  
  .sidebar-filter.filter--regular ul li.current a:hover:before {
    content: "\f00d";
    margin-right: 6px;
    padding: 1px;
    font-size: 12px;
  }
  
  @media screen and (min-width: 741px) {
    .sidebar-filter.filter--color {
        max-width: 245px;
    }
  }
  
  .sidebar-filter.filter--color ul {
    display: flex;
    flex-wrap: wrap;
  }
  
  .sidebar-filter.filter--color .color-filter {
    min-width: var(--color-filter-size, 34px) !important;
    width: var(--color-filter-size, 34px) !important;
    height: var(--color-filter-size, 34px) !important;
    line-height: calc(var(--color-filter-size, 34px) - 2px) !important;
    vertical-align: middle;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 1px var(--dotted-color, #d6d6d6);
    display: inline-block;
    margin: 0 10px 0 3px;
    line-height: initial;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    cursor: pointer;
  }
  
  .sidebar-filter.filter--color .color-filter.color-filter--rounded {
    border-radius: 50%;
  }
  
  .sidebar-filter.filter--color li a:hover .color-filter,
  .sidebar-filter.filter--color .color-filter.current {
    box-shadow: 0px 0px 0px 1px var(--text-color, #000000);
  }
  
  .sidebar-filter.filter--color label {
      margin-bottom: 10px;
  }
  
  .sidebar-filter.filter--size ul li {
      display: inline-block;
      margin: 0 8px 8px 0;
  }
  
  .sidebar-filter.filter--size ul li a {
      padding: 6px 8px;
      min-width: 48px;
      border: 1px solid var(--dotted-color);
      display: block;
      text-align: center;
      text-transform: capitalize;
  }
  
  .sidebar-filter.filter--size ul li a:hover {
      border-color: var(--color);
  }
  
  .sidebar-filter.filter--size ul li.current a {
      border-color: var(--color);
  }
  
  .sidebar-filter.filter--size ul li.current a:before {
      content:"";
      display: none;
  }
  
  span.filter__count {
      font-size: 80%;
  }
  
  .filter--price-range {
    margin-bottom: 30px;
  }
  
  .filter--price-range .filter-range__field__input {
    width: auto !important;
    min-width: 80px;
  }
  
  .filter--price-range .filter-range__field {
    display: inline-block;
    width: auto;
  }
  
  ul.current_tags {
    margin-bottom: 20px;
  }
  
  ul.current_tags li {
    margin: 0 5px 5px 0;
    display: inline-block;
  }
  
  ul.current_tags li.current_tag a {
      background: #f5f5f5;
      padding: 10px 25px 10px 8px;
      color: var(--text-color);
      display: block;
      position: relative;
  }
  
  ul.current_tags li.current_tag a:after {
      content: "\00d7";
      position: absolute;
      right: 10px;
      font-size: 14px;
  }
  
  ul.current_tags li a.clear-tags {
      text-decoration: underline;
  }
  
  /* ---- Collection horizontal toolbar ---- */
  #CollectionFiltersForm {
    display: inline-block;
    width: 100%;
  }
  .collection__filtering {
    position: relative;
    width: 220px;
    display: inline-block;
    height: 44px;
  }
  @media screen and (max-width: 980px) {
    .collection__filtering {
      width: 100%;
      display: block;
    }
  }
  .collection__filtering svg,
  .filter--price-range svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 1;
    right: 5px;
    pointer-events: none;
    width: 15px;
  }
  .collection__filtering svg path,
  .filter--price-range svg path {
    fill: var(--text-color);
  }
  .collection__filtering.open svg path,
  .collection__filtering:hover svg path,
  .filter--price-range.active svg path,
  .filter--price-range:hover svg path {
    fill: var(--background);
  }
  .collection__horizontal-toolbar .chosen-value,
  .collection__horizontal-toolbar .value-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .collection__horizontal-toolbar .value-list li [type="checkbox"],
  .collection__sidebar-block.sidebar-filter [type="checkbox"] {
    display: none;
  }
  .collection__horizontal-toolbar .chosen-value {
    font-weight: 600;
    height: 44px;
    font-size: var(--font-size);
    background-color: var(--background);
    border: 1px solid var(--dotted-color);
    transition: 0.3s ease-in-out;
    text-align: left;
    margin-bottom: 0 !important;
  }
  .collection__horizontal-toolbar .chosen-value::-webkit-input-placeholder {
    color: var(--text-color);
  }
  .collection__horizontal-toolbar .chosen-value:hover {
    background-color: var(--text-color);
    cursor: pointer;
  }
  .collection__horizontal-toolbar .chosen-value:hover::-webkit-input-placeholder {
    color: var(--background);
  }
  .collection__horizontal-toolbar .chosen-value:focus,
  .collection__horizontal-toolbar .chosen-value.open {
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    outline: 0;
    background-color: var(--text-color);
    color: var(--background);
  }
  .collection__horizontal-toolbar .chosen-value:focus::-webkit-input-placeholder,
  .collection__horizontal-toolbar .chosen-value.open::-webkit-input-placeholder {
    color: var(--background);
  }
  .collection__horizontal-toolbar .value-list {
    list-style: none;
    margin-top: 44px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-height: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
  }
  .collection__page-sidebar ::-webkit-scrollbar,
  .collection__horizontal-toolbar ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .collection__page-sidebar ::-webkit-scrollbar-button,
  .collection__horizontal-toolbar ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  .collection__page-sidebar ::-webkit-scrollbar-thumb,
  .collection__horizontal-toolbar ::-webkit-scrollbar-thumb {
    background: var(--text-color);
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  .collection__page-sidebar ::-webkit-scrollbar-thumb:hover,
  .collection__horizontal-toolbar ::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
  }
  .collection__page-sidebar ::-webkit-scrollbar-thumb:active,
  .collection__horizontal-toolbar ::-webkit-scrollbar-thumb:active {
    background: #000000;
  }
  .collection__page-sidebar ::-webkit-scrollbar-track,
  .collection__horizontal-toolbar ::-webkit-scrollbar-track {
    background: var(--dotted-color);
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  .collection__page-sidebar ::-webkit-scrollbar-track:hover,
  .collection__horizontal-toolbar ::-webkit-scrollbar-track:hover {
    background: var(--dotted-color);
  }
  .collection__page-sidebar ::-webkit-scrollbar-track:active,
  .collection__horizontal-toolbar ::-webkit-scrollbar-track:active {
    background: #333333;
  }
  .collection__page-sidebar ::-webkit-scrollbar-corner,
  .collection__horizontal-toolbar ::-webkit-scrollbar-corner {
    background: transparent;
  }
  .collection__horizontal-toolbar .value-list.open {
    max-height: 320px;
    overflow: auto;
  }
  .collection__horizontal-toolbar .value-list li {
    position: relative;
    height: 44px;
    background-color: var(--background);
    padding: 0 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
    opacity: 1;
    line-height: initial;
  }
  .collection__horizontal-toolbar .value-list li:hover {
    background-color: var(--text-color);
    color: var(--background);
  }
  .collection__horizontal-toolbar .value-list li.closed {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
  }
  .collection__horizontal-toolbar .filter--regular .value-list li.current:before,
  .collection__horizontal-toolbar .filter--size .value-list li.current:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 12px;
    color: #999;
    padding: 1px;
    width: 14px;
    display: inline-block;
  }
  .collection__horizontal-toolbar .filter--regular .value-list li.current:hover:before,
  .collection__horizontal-toolbar .filter--size .value-list li.current:hover:before {
    content: "\f00d";
    margin-right: 6px;
    padding: 1px;
    font-size: 12px;
  }
  .collection__horizontal-toolbar .color-filter {
    min-width: var(--color-filter-size, 34px) !important;
    width: var(--color-filter-size, 34px) !important;
    height: var(--color-filter-size, 34px) !important;
    line-height: calc(var(--color-filter-size, 34px) - 2px) !important;
    vertical-align: middle;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 1px var(--dotted-color, #d6d6d6);
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: initial;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    cursor: pointer;
  }
  
  .collection__horizontal-toolbar .color-filter.color-filter--rounded {
    border-radius: 50%;
  }
  
  .collection__horizontal-toolbar li a:hover .color-filter,
  .collection__horizontal-toolbar .color-filter.current {
    box-shadow: 0px 0px 0px 1px var(--text-color, #000000);
  }
  
  .collection__horizontal-toolbar .value-list > li.disabled {
    color: var(--disabled-text);
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }
  .collection__horizontal-toolbar #collection--filters {
    line-height: 0;
    width: 100%;
    text-align: left;
  }
  
  .collection__horizontal-toolbar .filter {
    display: inline-block;
    margin-right: 10px;
    border: 0;
    margin-bottom: 10px;
  }
  
  .collection__page-filter {
    margin-bottom: 20px;
  }
  /* Price Range */
  .filter-price__trigger {
    font-weight: 600;
    height: 44px;
    font-size: var(--font-size);
    background-color: var(--background);
    color: var(--text-color);
    border: 1px solid var(--dotted-color);
    transition: .3s ease-in-out;
    text-align: left;
    margin-bottom: 0!important;
    position: relative;
    width: 220px;
    display: inline-block;
    line-height: 44px;
    padding-left: 10px;
    border-radius: unset !important;
  }
  
  @media screen and (max-width: 980px) {
    .filter-price__trigger {
      width: 100%;
      display: block;
    }
  }
  
  .collection__horizontal-toolbar .filter--price-range {
    position: relative;
  }
  
  .collection__horizontal-toolbar .filter-price__trigger:hover {
    background-color: var(--text-color);
    color: var(--background);
    cursor: pointer;
  }
  
  .collection__horizontal-toolbar .filter-price__dropdown {
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);
    transition: .3s ease-in-out;
    z-index: 2;
    position: absolute;
    top: 44px;
    left: 0;
    background: white;
    padding: 10px;
    line-height: initial;
  }
  
  .collection__horizontal-toolbar .filter-price__trigger.active {
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);
    outline: 0;
    background-color: var(--text-color);
    color: var(--background);
  }
  
  .collection__horizontal-toolbar .filter-range__footer {
    border-top: 1px solid var(--dotted-color);
    padding-top: 10px;
  }
  
  /* ---- Collection page top filters ---- */
  
  .collection__page-filter ul#collection--filters {
    width: 100%;
    text-align: left;
  }
  
  .collection__page-filter .filter {
    display: inline-block;
    margin-right: 10px;
    border: 0;
  }
  
  select.styled-select {
    display: inline-block;
    width: initial;
    min-width: 220px;
    vertical-align: middle;
    border: 1px solid var(--dotted-color);
    float: left;
    margin: 0 0 0 10px;
    background: var(--select-arrow-bg) right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  @media screen and (max-width: 980px) {
    ul#collection--filters {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px;
      margin-bottom: 10px;
    }
    .collection__page-filter {
      margin-top: 0;
     }
    ul#collection--filters li select.styled-select {
      width: 100%;
      margin-left: 0;
      min-width: 100%;
    }
    .collection__page-filter .filter {
      width: 100%;
      float: left;
      display: inline-block;
      margin: 0;
    }
  }
  
  /* ---- Collection grid ---- */
  
  .collection__page-products.product-loop,
  .featured__collection.product-loop {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 40px;
  }
  
  @media screen and (max-width: 740px) {
    .collection__page-products.product-loop {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  /* ---- Product grid image aspect ratios ---- */
  
  .image_natural .box-ratio,
  .image_square .box-ratio,
  .image_landscape .box-ratio,
  .image_portrait .box-ratio {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }
  
  .image_square .box-ratio {
    padding-bottom: 100% !important;
  }
  
  .image_landscape .box-ratio {
    padding-bottom: 75% !important;
  }
  
  .image_portrait .box-ratio {
    padding-bottom: 150% !important;
  }
  
  .box-ratio .placeholder-svg {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .image_natural .box-ratio img,
  .image_square .box-ratio img,
  .image_landscape .box-ratio img,
  .image_portrait .box-ratio img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  
  .product-index img {
    display: block;
    margin: 0 auto 10px;
  }
  
  .reveal .hidden {
    display: block !important;
    visibility: visible !important;
    overflow: hidden;
  }
  
  @media (hover: hover) {
    .product-index:hover .reveal img {
      opacity: 1;
    }
  }
  
  .reveal {
    position: relative;
  }
  
  .reveal .hidden {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  
  @media (hover: hover) {
    .reveal:hover .hidden {
      z-index: 1;
      opacity: 1;
      background-color: var(--background);
    }
  }
  @media (min-width: 480px) and (max-width: 979px) {
    .reveal .caption {
      font-size: 11px;
    }
  }
  
  /* ---- Product grid content ---- */
  
  .prod-container {
    text-align: center;
    position: relative;
  }
  
  .product-index {
    position: relative;
  }
  
  .product-info  {
    text-align: var(--product-info-align);
    margin-top: 10px;
  }
  
  .product-info .product__vendor {
    margin-bottom: 5px;
  }
  
  .product-info h2 {
    font-size: var(--font-size);
    letter-spacing: initial;
    padding: 0;
    font-weight: 400;
  }
  
  #product-info p {
    font-size: var(--font-size);
    margin-bottom: 0;
  }
  
  #product-info a {
    text-decoration: none !important;
  }
  
  .icn {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 13px;
    padding:3px 8px;
  }
  
  .new {
    z-index: 3;
    background: var(--new-background);
    color: var(--new-text);
  }
  
  .sale-item {
    z-index: 3;
    background: var(--sale-background);
    color: var(--sale-text);
  }
  
  .so {
    z-index: 4;
    background: var(--soldout-background);
    color: var(--soldout-text);
  }
  
  .pre-order {
    z-index: 2;
    background: var(--soldout-background);
    color: var(--soldout-text);
  }
  
  .product-index .prod-image a:hover {
    border-bottom: none;
  }
  
  /* ---- Collection page product variant swatches ---- */
  
  .col-swatch {
    margin: 0 0 20px 0;
  }
  
  .col-swatch ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  
  .col-swatch ul {
    text-align: var(--product-info-align);
  }
  
  .col-swatch li {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    padding:0;
    margin:0px 2px;
  }
  
  .col-swatch li span {
    display: block;
    margin: 5px 10px;
  }
  
  .col-swatch li.color {
    width: 20px;
    height: 20px;
  }
  
  .col-swatch li.color span {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px var(--dotted-color);
    background-position: center;
  }
  
  .col-swatch .options li {
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
  }
  
  /* ---- Collection list ---- */
  
  .collection__list-collections.collection-loop {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 40px;
  }
  
  @media screen and (max-width: 740px) {
    .collection__list-collections.collection-loop {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  .collection__item-image a {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .collection__list-item,
  .collection__item-image {
    position: relative;
  }
  
  .collection__item-image {
    line-height: 0;
  }
  
  .collection__item-image .collection__item-details {
    line-height: initial;
  }
  
  .collection__item-details {
    position: relative;
    top: initial;
    margin-top: 10px;
    padding: 0;
    background: transparent;
    text-align: center;
  }
  
  .collection__list-text-floating--true .collection__list-item .collection__item-details h4 {
    transition: transform 1.5s;
  }
  .collection__list-text-floating--true .collection__list-item:hover .collection__item-details h4 {
    transform: scale(1.1);
  }
  .collection__list-text-floating--false .collection__list-item:hover .collection__item-details h4 {
    text-decoration: underline;
  }
  
  .collection__list-text-floating--true .collection__item-image .box-ratio:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.25);
    content: "";
  }
  .collection__list-text-floating--true .collection__item-details {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin-top: 0;
  }
  
  .collection__list-text-floating--true .collection__item-details h3,
  .collection__list-text-floating--true .collection__item-details p {
    color: var(--hero-color);
  }
  
  /* ---- remove this code to remove collection image height constraints ----*/
  .collection__list-img-shape--true .collection__item-image {
    overflow: hidden;
  }
  .collection__list-img-shape--true .collection__item-image > a {
    width: 100%;
    display: inline-block;
  }
  .collection__list-img-shape--true .collection__item-image img {
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  
  .collection-image.onboard {
    position: relative;
  }
  
  .collection-image.no-image--placeholder svg {
    fill: transparent !important;
  }
  
  .collection__list-img-shape--true .collection__item-image svg {
    position: absolute;
  }
  
  .collection__list-ratio--rhombus .collection__item-image .box-ratio {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  .collection__list-ratio--hexagon .collection__item-image .box-ratio {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  }
  .collection__list-ratio--circle .collection__item-image .box-ratio {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
  }
  
  .collection__list-ratio--hexagon .collection__item-image .box-ratio {
    padding-bottom: 110% !important;
  }
  .collection__list-ratio--square .collection__item-image .box-ratio,
  .collection__list-ratio--circle .collection__item-image .box-ratio,
  .collection__list-ratio--rhombus .collection__item-image .box-ratio {
    padding-bottom: 100% !important;
  }
  .collection__list-ratio--vertical .collection__item-image .box-ratio {
    padding-bottom: 150% !important;
  }
  .collection__list-ratio--horizontal .collection__item-image .box-ratio {
    padding-bottom: 66.666% !important;
  }
  
  .collection__list-ratio--horizontal.collection__list-grid--2 .collection__item-image img,
  .collection__list-ratio--horizontal.collection__list-grid--2 .collection__item-image svg {
    height: 500px;
  }
  .collection__list-ratio--horizontal.collection__list-grid--3 .collection__item-image img,
  .collection__list-ratio--horizontal.collection__list-grid--3 .collection__item-image svg {
    height: 350px;
  }
  .collection__list-ratio--horizontal.collection__list-grid--4 .collection__item-image img,
  .collection__list-ratio--horizontal.collection__list-grid--4 .collection__item-image svg {
    height: 270px;
  }
  .collection__list-ratio--horizontal.collection__list-grid--5 .collection__item-image img,
  .collection__list-ratio--horizontal.collection__list-grid--5 .collection__item-image svg {
    height: 220px;
  }
  .collection__list-ratio--horizontal.collection__list-grid--6 .collection__item-image img,
  .collection__list-ratio--horizontal.collection__list-grid--6 .collection__item-image svg {
    height: 190px;
  }
  
  .collection__list-ratio--vertical.collection__list-grid--2 .collection__item-image img,
  .collection__list-ratio--vertical.collection__list-grid--2 .collection__item-image svg {
    height: 930px;
  }
  .collection__list-ratio--vertical.collection__list-grid--3 .collection__item-image img,
  .collection__list-ratio--vertical.collection__list-grid--3 .collection__item-image svg {
    height: 620px;
  }
  .collection__list-ratio--vertical.collection__list-grid--4 .collection__item-image img,
  .collection__list-ratio--vertical.collection__list-grid--4 .collection__item-image svg {
    height: 470px;
  }
  .collection__list-ratio--vertical.collection__list-grid--5 .collection__item-image img,
  .collection__list-ratio--vertical.collection__list-grid--5 .collection__item-image svg {
    height: 380px;
  }
  .collection__list-ratio--vertical.collection__list-grid--6 .collection__item-image img,
  .collection__list-ratio--vertical.collection__list-grid--6 .collection__item-image svg {
    height: 310px;
  }
  
  .collection__list-ratio--hexagon.collection__list-grid--2 .collection__item-image img,
  .collection__list-ratio--hexagon.collection__list-grid--2 .collection__item-image svg {
    height: 690px;
  }
  .collection__list-ratio--hexagon.collection__list-grid--3 .collection__item-image img,
  .collection__list-ratio--hexagon.collection__list-grid--3 .collection__item-image svg {
    height: 470px;
  }
  .collection__list-ratio--hexagon.collection__list-grid--4 .collection__item-image img,
  .collection__list-ratio--hexagon.collection__list-grid--4 .collection__item-image svg {
    height: 350px;
  }
  .collection__list-ratio--hexagon.collection__list-grid--5 .collection__item-image img,
  .collection__list-ratio--hexagon.collection__list-grid--5 .collection__item-image svg {
    height: 300px;
  }
  .collection__list-ratio--hexagon.collection__list-grid--6 .collection__item-image img,
  .collection__list-ratio--hexagon.collection__list-grid--6 .collection__item-image svg {
    height: 250px;
  }
  
  .collection__list-ratio--square.collection__list-grid--2 .collection__item-image img,
  .collection__list-ratio--square.collection__list-grid--2 .collection__item-image svg,
  .collection__list-ratio--circle.collection__list-grid--2 .collection__item-image img,
  .collection__list-ratio--circle.collection__list-grid--2 .collection__item-image svg,
  .collection__list-ratio--rhombus.collection__list-grid--2 .collection__item-image img,
  .collection__list-ratio--rhombus.collection__list-grid--2 .collection__item-image svg {
    height: 640px;
  }
  .collection__list-ratio--square.collection__list-grid--3 .collection__item-image img,
  .collection__list-ratio--square.collection__list-grid--3 .collection__item-image svg,
  .collection__list-ratio--circle.collection__list-grid--3 .collection__item-image img,
  .collection__list-ratio--circle.collection__list-grid--3 .collection__item-image svg,
  .collection__list-ratio--rhombus.collection__list-grid--3 .collection__item-image img,
  .collection__list-ratio--rhombus.collection__list-grid--3 .collection__item-image svg {
    height: 430px;
  }
  .collection__list-ratio--square.collection__list-grid--4 .collection__item-image img,
  .collection__list-ratio--square.collection__list-grid--4 .collection__item-image svg,
  .collection__list-ratio--circle.collection__list-grid--4 .collection__item-image img,
  .collection__list-ratio--circle.collection__list-grid--4 .collection__item-image svg,
  .collection__list-ratio--rhombus.collection__list-grid--4 .collection__item-image img,
  .collection__list-ratio--rhombus.collection__list-grid--4 .collection__item-image svg {
    height: 330px;
  }
  .collection__list-ratio--square.collection__list-grid--5 .collection__item-image img,
  .collection__list-ratio--square.collection__list-grid--5 .collection__item-image svg,
  .collection__list-ratio--circle.collection__list-grid--5 .collection__item-image img,
  .collection__list-ratio--circle.collection__list-grid--5 .collection__item-image svg,
  .collection__list-ratio--rhombus.collection__list-grid--5 .collection__item-image img,
  .collection__list-ratio--rhombus.collection__list-grid--5 .collection__item-image svg {
    height: 270px;
  }
  .collection__list-ratio--square.collection__list-grid--6 .collection__item-image img,
  .collection__list-ratio--square.collection__list-grid--6 .collection__item-image svg,
  .collection__list-ratio--circle.collection__list-grid--6 .collection__item-image img,
  .collection__list-ratio--circle.collection__list-grid--6 .collection__item-image svg,
  .collection__list-ratio--rhombus.collection__list-grid--6 .collection__item-image img,
  .collection__list-ratio--rhombus.collection__list-grid--6 .collection__item-image svg {
    height: 230px;
  }
  
  @media screen and (max-width: 740px) {
    .collection__list-ratio--horizontal .collection__item-image img,
    .collection__list-ratio--horizontal .collection__item-image svg {
      height: 150px !important;
    }
  
    .collection__list-ratio--vertical .collection__item-image img,
    .collection__list-ratio--vertical .collection__item-image svg {
      height: 280px !important;
    }
  
    .collection__list-ratio--hexagon .collection__item-image img,
    .collection__list-ratio--hexagon .collection__item-image svg {
      height: 210px !important;
    }
  
    .collection__list-ratio--square .collection__item-image img,
    .collection__list-ratio--square .collection__item-image svg,
    .collection__list-ratio--circle .collection__item-image img,
    .collection__list-ratio--circle .collection__item-image svg,
    .collection__list-ratio--rhombus .collection__item-image img,
    .collection__list-ratio--rhombus .collection__item-image svg {
      height: 200px !important;
    }
  }
  /* ---- end collection image height constraints ----*/
  
  
  /* ---- Product page image gallery photoswipe ---- */
  
  a.zoom_btn:after {
    content: "\f00e";
    font-family: 'FontAwesome';
    font-size: 15px;
  }
  
  /* ---- PhotoSwipe ---- */
  
  .pswp__link { display: block; }
  
  /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
  
  .pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none;
  }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
          }
  .pswp img {
    max-width: none;
  }
  
  /* style is added when JS option showHideOpacity is set to true */
  .pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
            transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
  
  .pswp--open {
    display: block;
  }
  
  .pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
  }
  
  .pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
  }
  
  .pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
  }
  
  .pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
  }
  
  .pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .pswp__container,
  .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  /* Prevent selection and tap highlights */
  .pswp__container,
  .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
  
  .pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /* for open/close transition */
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
            transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
  
  .pswp__bg {
    will-change: opacity;
    /* for open/close transition */
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
            transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
  
  .pswp--animated-in .pswp__bg,
  .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
  }
  
  .pswp__container,
  .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
  
  .pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
  }
  
  .pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .pswp__img--placeholder--blank {
    background: #fff;
  }
  
  .pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
  }
  
  .pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
  }
  
  .pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
  }
  
  .pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
    background-color: var(--background);
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    box-shadow: 0px 0px 1px 1px #ccc;
  }
  
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1;
    background-color: var(--background);
  }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  /* pswp__ui--over-close class it added when mouse is over element that should close gallery */
  .pswp__ui--over-close .pswp__button--close {
    opacity: 1;
  }
  
  .pswp__element--disabled {
    display: none;
  }
  
  .pswp__button,
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  
  .pswp--zoom-allowed .pswp__button--zoom,
  .pswp__button.pswp__button--zoom {
    display: none;
  }
  
  /* no arrows on touch screens */
  .pswp--touch .pswp__button--arrow--left,
  .pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
  }
  
  .pswp__ui {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    background: transparent;
    transform: translateY(0);
    transition: 0.3s 0.5s;
  }
  
  .pswp__ui.pswp__ui--hidden {
    transform: translateY(200%);
    transition: 0s 0s;
  }
  
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    color: var(--text-color);
    font-size: 20px;
    font-family: FontAwesome;
  }
  
  .pswp__button--arrow--left:hover::before,
  .pswp__button--arrow--right:hover::before {
    color: var(--text-color);
  }
  
  .pswp__button--arrow--left:before {
    content: "\f104";
   }
  
  .pswp__button--arrow--right:before {
    content: "\f105";
    margin-left: 4px;
   }
  
  .pswp__button.pswp__button--close {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 18 18"><path d="M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  /* 2. Loading indicator (preloader) */
  .pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
            transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
  }
  
  .pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
  }
  
  .pswp__preloader--active {
    opacity: 1;
  }
  
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat;
  }
  
  .pswp--css_animation .pswp__preloader--active {
    opacity: 1;
  }
  
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite;
  }
  
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  }
  
  .pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
  }
  
  .pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
  }
  
  .pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
  }
  
  @media screen and (max-width: 1024px) {
    .pswp__preloader {
      position: relative;
      left: auto;
      top: auto;
      margin: 0;
      float: right;
    }
  }
  
  @-webkit-keyframes clockwise {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  }
  
  @keyframes clockwise {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  }
  
  @-webkit-keyframes donut-rotate {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
    50% {
      -webkit-transform: rotate(-140deg);
              transform: rotate(-140deg); }
    100% {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
  }
  
  @keyframes donut-rotate {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
    50% {
      -webkit-transform: rotate(-140deg);
              transform: rotate(-140deg); }
    100% {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
  }
  
  .pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
  }
  
  .pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
  }
  
  .pswp__caption,
  .pswp__top-bar,
  .pswp--has_mouse .pswp__button--arrow--left,
  .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
            transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  }
  
  /* pswp--has_mouse class is added only when two subsequent mousemove events occur */
  .pswp--has_mouse .pswp__button--arrow--left,
  .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
  }
  
  .pswp__top-bar,
  .pswp__caption {
    background-color: #fff;
  }
  
  /* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
  .pswp__ui--fit .pswp__top-bar,
  .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  /* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
  .pswp__ui--idle .pswp__top-bar {
    opacity: 0;
  }
  
  .pswp__ui--idle .pswp__button--arrow--left,
  .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
  }
  
  /*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
  */
  .pswp__ui--hidden .pswp__top-bar,
  .pswp__ui--hidden .pswp__caption,
  .pswp__ui--hidden .pswp__button--arrow--left,
  .pswp__ui--hidden .pswp__button--arrow--right {
    /* Force paint & create composition layer for controls. */
    opacity: 0.001;
  }
  
  /* pswp__ui--one-slide class is added when there is just one item in gallery */
  .pswp__ui--one-slide .pswp__button--arrow--left,
  .pswp__ui--one-slide .pswp__button--arrow--right,
  .pswp__ui--one-slide .pswp__counter {
    display: none;
  }
  
  .pswp__element--disabled {
    display: none !important;
  }
  
  .pswp--minimal--dark .pswp__top-bar {
    background: none;
  }
  
  /* ---- Newsletter Section ---- */
  
  .newsletter__section {
    margin: 0;
    text-align: left;
  }
  .newsletter__section .newsletter__section-container {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-column-gap: 50px;
    align-items: center;
    justify-items: stretch;
    padding: 50px 20px;
  }
  .newsletter__section p {
    margin-bottom: 0;
  }
  
  .newsletter__section-contentWrapper form {
      position: relative;
  }
  
  .newsletter__section .newsletter__section-email, .newsletter__section .newsletter__section-submit {
    display: inline-block !important;
    height: 48px;
    line-height: 48px;
    margin: 0;
  }
  .newsletter__section .newsletter__section-submit {
    width: auto;
    position: absolute;
    right: 0;
  }
  .newsletter__section .newsletter__section-email {
    width: 100%;
    text-align: left;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius:0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
  }
  ul.newsletter__social-icons li {
    display: inline-block;
    margin: 0 10px 0;
  }
  ul.newsletter__social-icons {
      margin: 20px 0;
  }
  ul.newsletter__social-icons li a {
      font-size: 10px;
      display: block;
  }
  .newsletter__section .newsletter__section-email:focus::-webkit-input-placeholder,
  .newsletter__section .newsletter__section-email:focus:-moz-placeholder,
  .newsletter__section .newsletter__section-email:focus::-moz-placeholder,
  .newsletter__section .newsletter__section-email:focus:-ms-input-placeholder {
    color: transparent;
  }
  @media screen and (max-width: 740px) {
    .newsletter__section .newsletter__section-container {
        grid-row-gap: 30px;
        text-align: center;
        padding-bottom: 20px;
    }
    .newsletter__section-contentWrapper {
        grid-column: 1 / span 4;
    }
    .newsletter__section .newsletter__section-email {
        text-align: center;
        margin-bottom: 15px;
    }
  }
  .newsletter__section .errors {
      margin-top: 10px;
  }
  .newsletter__section .errors li {
      list-style: none;
      padding: 10px;
  }
  
  
  /* ---- Global Sections ---- */
  
  .global__section {
    margin-top: calc(var(--section-padding) / 2);
    padding-bottom: calc(var(--section-padding) / 2);
    position: relative;
  }
  
  .global__section.mt0 {
    margin-top: 0;
  }
  
  .global__section.pb0 {
    padding-bottom: 0;
  }
  
  .global__section h2.section-heading {
    padding: 10px 0;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    position: relative;
  }
  
  /* top_and_bottom */
  .theme-features__section-title-border--top_and_bottom .global__section h2.section-heading {
    border-bottom: var(--border-weight) solid var(--dotted-color);
    border-top: var(--border-weight) solid var(--dotted-color);
  }
  
  /* bottom_only_full */
  .theme-features__section-title-border--bottom_only_full .global__section h2.section-heading {
    border-bottom: var(--border-weight) solid var(--dotted-color);
  }
  
  /* bottom_only_short */
  .theme-features__section-title-border--bottom_only_short .global__section h2.section-heading:after {
    content:"";
    width: 80px;
    margin-left: -40px;
    left: 50%;
    bottom: 0;
    position: absolute;
    border-bottom: var(--border-weight) solid var(--dotted-color);
  }
  
  /* ---- Homepage image galleries ---- */
  
  
  .gallery__section-content {
    position: relative;
  }
  
  .gallery__section-image.overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.25);
    content:"";
  }
  .gallery__section-block .gallery__image-caption {
      position: absolute;
      padding: 15px;
      width: fit-content;
  }
  .gallery__section-block .gallery__image-caption p {
      margin-bottom: 0;
  }
  .gallery__section-block > a {
    display: block;
    width: 100%;
    padding: calc(var(--keyboard-focus-border-weight) * 1px);
    outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
  }
  .gallery__image-caption h3 {
    margin-bottom: 0;
  }
  .gallery__image-caption p {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .gallery__image-caption .button {
    margin-top: 15px;
    margin-bottom: 0;
  }
  @media screen and (max-width: 740px) {
    .global__section .gallery__section-container.mobile__swipe {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 10px;
        grid-gap: 0;
    }
    .global__section.gallery::-webkit-scrollbar {
      display: none;
      -ms-overflow-style: none;
    }
    .global__section .gallery__section-container.mobile__swipe .gallery__section-block {
        flex: 0 0 auto;
        width: 270px;
        margin-right: 20px;
        float: none !important;
    }
    .global__section .gallery__section-container.mobile__swipe .gallery__section-block.last-block {
      margin-right: 0;
    }
  }
  
  /* ---- Homepage text notifications ---- */
  
  .usp__content {
    text-align: center;
    padding: 20px 0;
    position: relative;
  }
  
  .usp__content p {
    margin-bottom: 0;
  }
  
  .usp__section .usp__content a {
    text-decoration: underline;
  }
  
  /* ---- Additional product sections ---- */
  
  section.product__alt-section {
      padding-top: 40px;
      margin-bottom: 40px;
  }
  
  section.product__alt-section.parallax-product-image-with-text-overlay {
      padding-top: 0;
      margin-top: 40px;
  }
  
  /* ---- Image with text section ---- */
  
  .image__withText-section .image__withText-wrapper {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 0px;
      align-items: center;
      justify-content: center;
      padding: 0 1.04166667%;
  }
  
  @media screen and (max-width: 740px) {
    .image__withText-section .image__withText-wrapper {
      grid-row-gap: 30px;
    }
  }
  
  .image__withText-caption {
    padding: 30px;
  }
  
  @media screen and ( max-width: 740px ) {
    .image__withText-section .image__withText-wrapper {
      grid-template-columns: repeat(3, 3fr);
    }
    .image__withText-wrapper .image__withText-image,
    .image__withText-wrapper .image__withText-caption {
        grid-column: auto / span 3 !important;
    }
    .image__withText-wrapper .image__withText-image {
        grid-row: 1;
    }
    .image__withText-wrapper .image__withText-caption {
      grid-row: 2;
      padding: 0;
    }
  }
  
  /* ---- CSS Grid structure for Ajax cart templates ---- */
  
  .grid__wrapper {
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
    max-width: 1600px;
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    font-size: 0
  }
  
  .grid__wrapper-nest {
    display: grid !important;
  }
  
  .grid__wrapper.aflow {
    grid-auto-flow: dense;
  }
  
  .grid__wrapper.narrow {
    padding-left: 7%;
    padding-right: 7%;
  }
  
  .grid__wrapper.full {
    padding-left: 1.25%;
    padding-right: 1.25%;
    max-width: unset;
    width: 100%;
  }
  
  .grid__wrapper.edge {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: unset;
  }
  
  /* Remove space when full width options selected */
  .row .grid__wrapper.row {
      padding: 0;
  }
  
  .grid__wrapper.row {
      padding: 0 1.04166667%;
      grid-gap: 30px;
  }
  
  
  .grid__wrapper > .first {
    order: 1;
  }
  
  .grid__wrapper > .last {
    order: 2;
  }
  
  /* Inline Grid Columns */
  .grid__wrapper > * {
    display: inline-block;
    padding: 0;
    font-size: initial;
    vertical-align: top;
  }
  
  /* Align Text */
  .a-left { text-align: left; }
  .a-right { text-align: right; }
  .a-center { text-align: center; }
  
  /* Align Self */
  .v-start { align-self: start; vertical-align: top; }
  .v-center { align-self: center; vertical-align: middle; }
  .v-end { align-self: end; vertical-align: bottom; }
  .v-stretch { align-self: stretch; }
  
  /* Justify Self */
  .h-start { justify-self: start; }
  .h-center { justify-self: center; }
  .h-end { justify-self: end; }
  .h-stretch { justify-self: stretch; }
  
  /* Place Self */
  .vh-start { place-self: start; }
  .vv-center { place-self: center; }
  .vh-end { place-self: end; }
  .vh-stretch { place-self: stretch; }
  
  @supports (display: grid) {
    /* Grid Columns */
    .span-1 { grid-column: 1; width: 100%; }
    .span-2 { grid-column: 1 / 3; width: 100%; }
    .span-3 { grid-column: 1 / 4; width: 100%; }
    .span-4, .span-third { grid-column: 1 / 5; width: 100%; }
    .span-5 { grid-column: 1 / 6; width: 100%; }
    .span-6 { grid-column: 1 / 7; width: 100%; }
    .span-7 { grid-column: 1 / 8; width: 100%; }
    .span-8 { grid-column: 1 / 9; width: 100%; }
    .span-9 { grid-column: 1 / 10; width: 100%; }
    .span-10 { grid-column: 1 / 11; width: 100%; }
    .span-11 { grid-column: 1 / 12; width: 100%; }
    .span-12 { grid-column: 1 / 13; width: 100%; }
  
    .span-6.first { grid-column: 1 / 7; width: 100%; }
    .span-6.last { grid-column: 7 / 13; width: 100%; }
    .span-8.first { grid-column: 1 / 9; width: 100%; }
    .span-4.last { grid-column: 9 / 13; width: 100%; }
    .span-4.first { grid-column: 1 / 5; width: 100%; }
    .span-8.last { grid-column: 5 / 13; width: 100%; }
    .span-9.first { grid-column: 1 / 10; width: 100%; }
    .span-3.last { grid-column: 10 / 13; width: 100%; }
    .span-3.first { grid-column: 1 / 4; width: 100%; }
    .span-9.last { grid-column: 4 / 13; width: 100%; }
  
    /* Grid Auto Columns */
    .span-1.auto { grid-column: auto / span 1; width: 100%; }
    .span-2.auto { grid-column: auto / span 2; width: 100%; }
    .span-3.auto { grid-column: auto / span 3; width: 100%; }
    .span-4.auto, .span-third.auto { grid-column: auto / span 4; width: 100%; }
    .span-5.auto { grid-column: auto / span 5; width: 100%; }
    .span-6.auto { grid-column: auto / span 6; width: 100%; }
    .span-7.auto { grid-column: auto / span 7; width: 100%; }
    .span-8.auto { grid-column: auto / span 8; width: 100%; }
    .span-9.auto { grid-column: auto / span 9; width: 100%; }
    .span-10.auto { grid-column: auto / span 10; width: 100%; }
    .span-11.auto { grid-column: auto / span 11; width: 100%; }
    .span-12.auto { grid-column: auto / span 12; width: 100%; }
  
    /* Mobile Grid Columns */
    @media (max-width: 739px) {
      .sm-span-1.auto { grid-column: auto / span 1 !important; width: 100%; }
      .sm-span-2.auto { grid-column: auto / span 2 !important; width: 100%; }
      .sm-span-3.auto { grid-column: auto / span 3 !important; width: 100%; }
      .sm-span-4.auto, .sm-span-third.auto { grid-column: auto / span 4 !important; width: 100%; }
      .sm-span-5.auto { grid-column: auto / span 5 !important; width: 100%; }
      .sm-span-6.auto { grid-column: auto / span 6 !important; width: 100%; }
      .sm-span-7.auto { grid-column: auto / span 7 !important; width: 100%; }
      .sm-span-8.auto { grid-column: auto / span 8 !important; width: 100%; }
      .sm-span-9.auto { grid-column: auto / span 9 !important; width: 100%; }
      .sm-span-10.auto { grid-column: auto / span 10 !important; width: 100%; }
      .sm-span-11.auto { grid-column: auto / span 11 !important; width: 100%; }
      .sm-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }
  
      .mobile-hide,
      .sm-hide {
        display: none !important;
      }
    }
  }
  
  /* --- Margin --- */
  .m0  { margin:        0 !important; }
  .mb0 { margin-bottom: 0 !important; }
  
  .note {
    padding: 20px;
    border: 1px solid var(--dotted-color);
    margin-bottom: 20px;
  }
  .note .underline {
    text-decoration: underline;
  }
  .or-divider {
    position: relative;
    font-size: var(--font-size);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6;
  }
  .or-divider span:before {
    content: "";
    background: var(--dotted-color);
    height: 1px;
    width: 40%;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .or-divider span:after {
    content: "";
    background: var(--dotted-color);
    height: 1px;
    width: 40%;
    position: absolute;
    right: 0;
    top: 50%;
  }
  
  /* Scrollbar Styles */
  .modal__container ::-webkit-scrollbar ,
  .slideout ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .modal__container ::-webkit-scrollbar-button,
  .slideout ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  .modal__container ::-webkit-scrollbar-thumb ,
  .slideout ::-webkit-scrollbar-thumb {
    background: var(--text-color);
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  .modal__container ::-webkit-scrollbar-thumb:hover,
  .slideout ::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
  }
  .modal__container ::-webkit-scrollbar-thumb:active,
  .slideout ::-webkit-scrollbar-thumb:active {
    background: #000000;
  }
  .modal__container ::-webkit-scrollbar-track,
  .slideout ::-webkit-scrollbar-track {
    background: var(--dotted-color);
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  .modal__container ::-webkit-scrollbar-track:hover,
  .slideout ::-webkit-scrollbar-track:hover {
    background: var(--dotted-color);
  }
  .modal__container ::-webkit-scrollbar-track:active,
  .slideout ::-webkit-scrollbar-track:active {
    background: #333333;
  }
  .modal__container ::-webkit-scrollbar-corner,
  .slideout ::-webkit-scrollbar-corner {
    background: transparent;
  }
  
  /* ---- Modal Styles ---- */
  .modal__container {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 15;
    left: 50%;
    top: 10vh;
    transform: translateX(-50%);
    webkit-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
  }
  .modal__inner-content-container {
    max-height: 560px;
    overflow-y: auto;
    padding-right: 5px;
    margin: 10px;
  }
  /* Modal Content/Box */
  .modal__inner-wrapper {
    background-color: var(--background);
    padding: 20px;
    border: 1px solid #888;
    max-height: 800px;
    overflow-y: hidden;
    position: relative;
  }
  @media (max-width: 739px) {
    .modal__inner-wrapper {
      max-height: unset;
      overflow-y: unset;
    }
  }
  .modal__inner-wrapper .loading-wrapper {
    height: 100%;
  }
  @media (min-width: 980px) {
    .modal__inner-wrapper,
    .modal__container {
      width: 880px;
    }
  }
  @media (min-width: 740px) and (max-width: 979px) {
    .modal__inner-wrapper,
    .modal__container {
      width: 90%;
    }
  }
  @media (max-width: 739px) {
    .modal__inner-wrapper,
    .modal__container {
      width: 100%;
    }
    .modal__inner-wrapper {
      max-height: unset;
      padding: 50px 10px 20px 10px !important;
    }
  }
  .modal__container.modal--active {
    display: block;
    opacity: 1;
  }
  
  /* Cart Styles: Drawer, Modal, and Page */
  .mini-cart__container {
    position: relative;
  }
  .ajax-cart__cart-item {
    position: relative;
    border-top: 1px solid var(--dotted-color);
  }
  .ajax-cart__cart-item:last-child {
    border-bottom: 1px solid var(--dotted-color);
  }
  .ajax-cart__item-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .ajax-cart__item-image img {
    vertical-align: middle;
  }
  .ajax-cart__header__continue-link {
    font-size: var(--font-size);
  }
  .ajax-cart__header__continue-link-text {
    margin-left: 5px;
  }
  .ajax-cart__item-quantity {
    font-size: 0;
  }
  .ajax-cart__qty-control--down,
  .ajax-cart__qty-control--up {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    width: 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: initial;
  }
  .ajax-cart__qty-input {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent !important;
    width: 80px !important;
    text-indent: 0 !important;
    margin-bottom: 0 !important;
  }
  .ajax-cart__cart-variants {
    font-size: var(--font-size);
    margin-bottom: 10px;
  }
  input.ajax-cart__qty-input::-webkit-outer-spin-button,
  input.ajax-cart__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number].ajax-cart__qty-input {
    -moz-appearance: textfield;
  }
  .ajax-cart__cart-item:hover .ajax-cart__qty-input {
    border-color: #ececec !important;
  }
  .ajax-cart__cart-item:hover .ajax-cart__qty-control--down,
  .ajax-cart__cart-item:hover .ajax-cart__qty-control--up {
    background-color: #ececec;
    border-color: #ececec;
  }
  .ajax-cart__title a {
    display: block;
    max-width: 225px;
  }
  .ajax-cart__accordion .accordion-content {
    list-style: none;
    padding-left: 0;
  }
  .ajax-cart__accordion .accordion-content.closed,
  .ajax-cart__accordion .accordion-content2.closed {
    display: none;
  }
  .ajax-cart__accordion .accordion-content.default,
  .ajax-cart__accordion .accordion-content,
  .ajax-cart__accordion .accordion-content2.default,
  .ajax-cart__accordion .accordion-content2 {
    display: block;
  }
  .ajax-cart__accordion .tlink.has_sub_menu,
  .ajax-cart__accordion .tlink2.has_sub_menu {
    cursor: pointer;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
  }
  .ajax-cart__accordion .tlink.has_sub_menu a,
  .ajax-cart__accordion .tlink2.has_sub_menu a {
    padding: 10px;
    background: var(--dotted-color);
    display: inline-block;
    width: 100%;
    font-size: var(--font-size);
  }
  .ajax-cart__accordion .tlink.has_sub_menu span.icon,
  .ajax-cart__accordion .tlink2.has_sub_menu span.icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .ajax-cart__accordion .tlink.has_sub_menu span.icon.active-arrow,
  .ajax-cart__accordion .tlink.has_sub_menu.closed span.icon.inactive-arrow,
  .ajax-cart__accordion .tlink2.has_sub_menu span.icon.active-arrow,
  .ajax-cart__accordion .tlink2.has_sub_menu.closed span.icon.inactive-arrow {
    display: block;
  }
  .ajax-cart__accordion .tlink.has_sub_menu.closed span.icon.active-arrow,
  .ajax-cart__accordion .tlink.has_sub_menu span.icon.inactive-arrow,
  .ajax-cart__accordion .tlink2.has_sub_menu.closed span.icon.active-arrow,
  .ajax-cart__accordion .tlink2.has_sub_menu span.icon.inactive-arrow {
    display: none;
  }
  .ajax-cart__accordion .tlink.has_sub_menu:after,
  .ajax-cart__accordion .accordion-toggle2:after {
    padding-right: 0;
  }
  .ajax-cart__free-shipping {
    padding: 20px;
    margin-bottom: 15px;
    background-color: var(--free-shipping-bg);
    color: var(--free-shipping-text);
  }
  .ajax-cart__final-details div {
    font-size: 0;
    margin-bottom: 5px;
  }
  .ajax-cart__final-details .discounts {
    display: flex;
  }
  .ajax-cart__final-details .discounts > * {
    width: 100%;
  }
  .ajax-cart__final-details .discounts .a-right {
    font-size: var(--font-size);
    list-style: none;
  }
  .ajax-cart__final-details div > p {
    display: inline-block;
    font-size: var(--font-size);
    width: 50%;
    vertical-align: middle;
  }
  .ajax-cart__item-price dl,
  .ajax-cart__item-line-price dl {
    margin-bottom: 0;
  }
  .ajax-cart__item-price dd,
  .ajax-cart__item-line-price span {
    font-size: var(--font-size);
  }
  .ajax-cart__order-discount {
    list-style: none;
  }
  .ajax-cart__order-discount .order-discount__item .onsale {
    font-size: 11px;
  }
  .ajax-cart__button-view_cart {
    text-align: center;
  }
  .ajax-cart__cart-form {
    grid-column-gap: 10px;
  }
  .ajax-cart__empty-cart {
    font-size: var(--h2-size);
  }
  .mini-cart__cart-note {
    grid-column: auto / span 12;
    width: 95%;
    text-align: left;
    display: block;
    border: 1px solid var(--error-color);
    padding: 5px;
    color: var(--error-color);
    background-color: var(--error-color-light);
    margin-top: 10px;
  }
  .mini-cart__cart-note p {
    margin-bottom: 0;
  }
  /* Cart Styles: Page Only */
  .ajax-cart__page-wrapper .ajax-cart__cart-item {
    padding: 10px !important;
  }
  .ajax-cart__page-wrapper .ajax-cart__header-wrapper {
    padding: 20px 0;
  }
  .ajax-cart__page-wrapper .ajax-cart__button-view_cart {
    display: none;
  }
  .ajax-cart__buttons {
    text-align: right;
  }
  @media (min-width: 740px ) {
    .ajax-cart__page-wrapper .ajax-cart__item-image,
    .ajax-cart__page-wrapper .ajax-cart__item-price,
    .ajax-cart__page-wrapper .ajax-cart__item-qty,
    .ajax-cart__page-wrapper .ajax-cart__item-line-price {
      grid-column: auto / span 2;
      width: 100%;
    }
    .ajax-cart__page-wrapper .ajax-cart__item-details {
      grid-column: auto / span 4;
      width: 100%;
    }
    .ajax-cart__page-wrapper .ajax-cart__info-wrapper {
      grid-column: auto / span 6;
      width: 100%;
    }
    .ajax-cart__page-wrapper .ajax-cart__summary-wrapper {
      grid-column: auto / span 6;
      width: 100%;
    }
  }
  @media (min-width: 1250px) {
    .ajax-cart__page-wrapper .ajax-cart__item-image img {
      max-width: 160px;
    }
  }
  @media (min-width: 980px) and (max-width: 1249px) {
    .ajax-cart__page-wrapper .ajax-cart__item-image img {
      max-width: 120px;
    }
    .ajax-cart__page-wrapper .ajax-cart__qty-input {
      width: 40px !important;
    }
  }
  @media (min-width: 740px) and (max-width: 979px) {
    .ajax-cart__page-wrapper .ajax-cart__item-image img {
      max-width: 100px;
    }
    .ajax-cart__page-wrapper .ajax-cart__qty-input {
      width: 40px !important;
    }
  }
  @media (max-width: 739px) {
    .ajax-cart__page-wrapper .ajax-cart__item-image img {
      max-width: 70px;
    }
    .ajax-cart__page-wrapper .ajax-cart__item-image {
      grid-column: auto / span 4;
      width: 100%;
    }
    .ajax-cart__page-wrapper .ajax-cart__item-price,
    .ajax-cart__page-wrapper .ajax-cart__item-line-price {
      grid-column: auto / span 3;
      width: 100%;
      text-align: center;
    }
    .ajax-cart__page-wrapper .ajax-cart__item-qty {
      grid-column: auto / span 6;
      width: 100%;
    }
    .ajax-cart__page-wrapper .ajax-cart__item-details {
      grid-column: auto / span 8;
      width: 100%;
    }
    .ajax-cart__page-wrapper .ajax-cart__info-wrapper {
      grid-column: auto / span 12;
      width: 100%;
    }
    .ajax-cart__page-wrapper .ajax-cart__summary-wrapper {
      grid-column: auto / span 12;
      width: 100%;
    }
    .ajax-cart__page-wrapper .ajax-cart__item-quantity {
      text-align: center;
    }
    .ajax-cart__title a {
      max-width: 190px;
    }
  }
  .ajax-cart__page-wrapper .ajax-cart__empty-cart {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  /* Cart Styles: Drawer Only */
  .ajax-cart__drawer-wrapper .ajax-cart__header-wrapper {
    padding: 10px 15px;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__info-wrapper,
  .ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper {
    padding: 0 15px;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__cart-item {
    padding: 15px !important;
    grid-row-gap: 0;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__item-image img {
    max-width: 70px;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__item-image {
    grid-column: auto / span 3;
    width: 100%;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__item-price,
  .ajax-cart__drawer-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 3;
    width: 100%;
    text-align: center;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__item-qty {
    grid-column: auto / span 6;
    width: 100%;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__item-details {
    grid-column: auto / span 9;
    width: 100%;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__info-wrapper {
    grid-column: auto / span 12;
    width: 100%;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper {
    grid-column: auto / span 12;
    width: 100%;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__item-quantity {
    text-align: center;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__empty-cart {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  /* Cart Styles: Modal Only */
  .ajax-cart__modal-wrapper .ajax-cart__header-wrapper {
    padding-bottom: 5px;
  }
  .ajax-cart__modal-wrapper .ajax-cart__cart-items {
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .ajax-cart__modal-wrapper .ajax-cart__cart-item {
    padding: 10px 0 !important;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-image img {
    max-width: 70px;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-image__wrapper {
    margin: 0 auto;
    text-align: center;
  }
  .ajax-cart__modal-wrapper .ajax-cart__qty-input {
    width: 40px !important;
  }
  .ajax-cart__modal-wrapper .ajax-cart__empty-cart {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .ajax-cart__modal-wrapper .slideout__trigger-ajax-cart {
    padding: 0;
    height: 30px;
    line-height: 30px;
  }
  .ajax-cart__modal-wrapper .ajax-cart__final-details {
    margin-top: 10px;
  }
  .ajax-cart__modal-wrapper .ajax-cart__title a {
    font-size: var(--h4-size);
  }
  .ajax-cart__modal-wrapper .ajax-cart__button-submit {
    margin-bottom: 0;
  }
  .ajax-cart__modal-wrapper .ajax-cart__button-view_cart {
    margin-bottom: 5px;
  }
  @media (min-width: 740px ) {
    .ajax-cart__modal-wrapper .ajax-cart__item-image,
    .ajax-cart__modal-wrapper .ajax-cart__item-price,
    .ajax-cart__modal-wrapper .ajax-cart__item-qty,
    .ajax-cart__modal-wrapper .ajax-cart__item-line-price {
      grid-column: auto / span 2;
      width: 100%;
    }
    .ajax-cart__modal-wrapper .ajax-cart__item-details {
      grid-column: auto / span 4;
      width: 100%;
    }
    .ajax-cart__modal-wrapper .ajax-cart__info-wrapper {
      grid-column: auto / span 6;
      width: 100%;
    }
    .ajax-cart__modal-wrapper .ajax-cart__summary-wrapper {
      grid-column: auto / span 6;
      width: 100%;
    }
  }
  @media (max-width: 739px) {
    .ajax-cart__modal-wrapper .ajax-cart__item-image {
      grid-column: auto / span 4;
      width: 100%;
    }
    .ajax-cart__modal-wrapper .ajax-cart__item-price,
    .ajax-cart__modal-wrapper .ajax-cart__item-line-price {
      grid-column: auto / span 3;
      width: 100%;
      text-align: center;
    }
    .ajax-cart__modal-wrapper .ajax-cart__item-qty {
      grid-column: auto / span 6;
      width: 100%;
    }
    .ajax-cart__modal-wrapper .ajax-cart__item-details {
      grid-column: auto / span 8;
      width: 100%;
    }
    .ajax-cart__modal-wrapper .ajax-cart__info-wrapper {
      grid-column: auto / span 12;
      width: 100%;
    }
    .ajax-cart__modal-wrapper .ajax-cart__summary-wrapper {
      grid-column: auto / span 12;
      width: 100%;
    }
    .ajax-cart__modal-wrapper .ajax-cart__item-quantity {
      text-align: center;
    }
    #modal-ajax-cart .modal__inner-wrapper {
      padding: 20px 10px 20px 10px !important;
    }
  }
  
  /* ---- Shipping Calculator ---- */
  .ajax-cart__modal-wrapper .ajax-cart__accordion--shipping-calc,
  .ajax-cart__drawer-wrapper .ajax-cart__accordion--shipping-calc {
    display: none;
  }
  .shipping-calc__response--wrapper {
    border: 1px solid var(--dotted-color);
    margin-top: 15px;
    padding: 20px;
    font-size: var(--font-size);
  }
  .shipping-calc__rate {
    font-size: var(--font-size);
  }
  
  div#shipping-calculator select {
      width: 100%;
      clear: both;
      margin: 5px 0 10px;
  }
  
  input#address_zip {
      margin-top: 5px;
  }
  
  div#shipping-calculator .action_bottom {
    margin-bottom: 20px;
  }
  
  /* ---- Cart page ---- */
  
  section.cart-page {
      margin-bottom: 50px;
  }
  
  section.cart-page h1 {
      border-bottom: 0 !important;
  }
  
  /* ---- Product Quickview ---- */
  .product-listing__quickview-trigger {
    display:none;
    background: var(--button-color);
    color: var(--button-text);
    transition: all .25s ease-in-out;
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: 1px;
    border-radius: 3px;
    font-size: 11px;
    line-height: initial;
  }
  
  .product-listing__quickview-trigger:hover {
    color: var(--button-text-hover);
    background: var(--button-hover);
    text-decoration: none;
    cursor: pointer;
  }
  
  .product-listing__quickview-trigger:visited {
    background: var(--button-color);
    color: var(--button-text);
  }
  
  .product-index:hover .product-listing__quickview-trigger {
    display: block;
  }
  
  @media screen and (max-width: 740px) {
    .product-listing__quickview-trigger {
      display: none !important;
    }
  }
  
  .slideout__trigger-quickview__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  
  .product-quickview__form-wrapper {
    min-height: 580px;
  }
  
  .product-quickview__form-wrapper .flickity-button {
    z-index: 100;
  }
  
  .product__quickview-wrapper #thumbnails {
    display: none;
  }
  
  #modal-quickview-cart .product__section-details {
    padding: 0 20px;
  }
  
  #modal-quickview-cart .product__section-content {
    padding: 0;
  }
  
  #modal-quickview-cart .product__section-details form {
    border-bottom: none;
  }
  
  @media (min-width: 740px ) {
    .slideout__trigger-quickview__wrapper {
      top: 1px;
    }
    #modal-quickview-cart .product-quickview__container {
      overflow-y: auto;
      max-height: 800px;
      margin: 12px;
    }
    .product-quickview__container .product__section-container {
      grid-template-columns: 5fr 5fr;
      grid-column-gap: 40px;
    }
    #modal-quickview-cart .modal__inner-wrapper {
      padding: 10px !important;
    }
  }
  
  #modal-quickview-cart .product__section-images {
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 3s; /* don't forget to set a duration! */
  }
  #modal-quickview-cart .product__section-content {
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
  }
  @media (max-width: 739px ) {
    .slideout__trigger-quickview__wrapper {
      top: 20px;
    }
    #modal-quickview-cart .product-quickview__container {
      overflow-y: auto;
      max-height: 560px;
      margin: 10px;
      padding-right: 10px;
    }
  }
  
  .product-quickview__container #slider.thumbs_bottom .flickity-prev-next-button.previous {
      left: 0;
  }
  
  .product-quickview__container #slider.thumbs_bottom .flickity-prev-next-button.next {
      right: 0;
  }
  
  
  /* ---- Loading animations ---- */
  
  .loading-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: var(--background);
    z-index: 200;
    margin: 0 auto;
    text-align: center;
    opacity: 0.9;
    left: 0;
    top: 0;
  }
  
  .loading-ripple {
    display: inline-block;
    width: 80px;
    height: 80px;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .loading-ripple div {
    position: absolute;
    border: 4px solid var(--dotted-color);
    opacity: 1;
    border-radius: 50%;
    animation: loadingRipple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .loading-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  
  @keyframes loadingRipple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  
  /*!
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license - http://opensource.org/licenses/MIT
  
  Copyright (c) 2014 Daniel Eden
  */
   .animate-hide{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate-show{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
  
  
  /* ---- Onboard placeholoder svg ---- */
  
  .ci.onboard .placeholder-svg, .onboard svg,
  .slideshow__slide-onboard .placeholder-svg,
  .onboard-slide svg, .article-image .placeholder-svg {
    fill: rgba(28,29,29,0.2);
    width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
  }
  
  
  /* ---- Accordion ---- */
  .c-accordion .dropdown-arrow {
    cursor: pointer;
  }
  
  .c-accordion__panel {
    display: block;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
  }
  
  .c-accordion__panel.is-active {
    max-height: 99em;
    -webkit-transition: max-height 0.35s ease-in-out;
    -o-transition: max-height 0.35s ease-in-out;
    transition: max-height 0.35s ease-in-out;
  }
  
  .c-accordion.c-accordion--mobile-nav {
    list-style: none;
    margin: 0;
  }
  
  .c-accordion.c-accordion--mobile-nav:not(.c-accordion--mobile-nav__inner) {
    padding: 10px;
  }
  
  .c-accordion.c-accordion--mobile-nav li:not(.c-accordion__panel) {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid;
  }
  
  .c-accordion.c-accordion--collection-sidebar .c-accordion__panel,
  .c-accordion.c-accordion--mobile-nav .c-accordion__panel {
    padding: 0 0 0 10px;
  }
  
  .c-accordion.c-accordion--mobile-nav .c-accordion__panel.is-active {
    padding: 10px 0 10px 10px;
  }
  
  .c-accordion.c-accordion--collection-sidebar .c-accordion__header,
  .c-accordion.c-accordion--mobile-nav .c-accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .c-accordion.c-accordion--collection-sidebar .dropdown-arrow,
  .c-accordion.c-accordion--mobile-nav .dropdown-arrow {
    border: none;
    background: transparent;
    display: unset !important;
    margin-bottom: unset;
    line-height: unset;
    height: unset;
    width: unset;
    max-width: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid;
  }
  
  
  .c-accordion.c-accordion--collection-sidebar .dropdown-arrow > i,
  .c-accordion.c-accordion--mobile-nav .dropdown-arrow > i {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  
  .c-accordion.c-accordion--collection-sidebar .dropdown-arrow[aria-expanded="true"] > i,
  .c-accordion.c-accordion--mobile-nav .dropdown-arrow[aria-expanded="true"] > i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  
  .c-accordion.c-accordion--collection-sidebar .c-accordion__header .dropdown-arrow,
  .c-accordion.c-accordion--mobile-nav .c-accordion__header .dropdown-arrow {
    margin-left: auto;
  }
  
  .c-accordion.c-accordion--mobile-nav ul {
    margin: 0;
    list-style: none;
  }
  
  .c-accordion--mobile-nav {
    line-height: normal !important;
  }
  
  .c-accordion.c-accordion--mobile-nav {
    line-height: initial;
  }
  
  .c-accordion.c-accordion--collection-sidebar .dropdown-arrow,
  .c-accordion.c-accordion--mobile-nav .dropdown-arrow {
    border-left: 1px solid;
    border-radius: 0 !important;
  }
  
  .c-accordion--collection-sidebar {
    float: none !important;
    margin-left: unset !important;
    margin-right: unset !important;
    padding: 0 !important;
  }
  .c-accordion.c-accordion--collection-sidebar .dropdown-arrow {
    border-left: none;
    color: inherit;
  }
  
  .c-accordion.c-accordion--collection-sidebar ul ul {
    margin-bottom: 10px;
  }
  
  .c-accordion.c-accordion--collection-sidebar li a {
    line-height: 28px;
    min-height: 28px;
  }
  
  /* ---- SPI banner ---- */
  
  .spi-banner {
    margin-top: 8px;
    margin-bottom: 12px;
  }
  
  
  /* ---- Video Section ---- */
  
    /* ---- Video text ---- */
    .video__section .video__text-content {
      text-align: center;
      position: relative;
      width: 100%;
      top: 20px;
      opacity: 1;
      transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      transition-delay: 0.3s;
      z-index: 3;
      padding: 40px 0;
    }
    .video__section .video-is-playing .video__text-content {
      display: none;
    }
    .video__section .video-is-loaded .video__text-content,
    .no-js .video__section .video__text-content {
      -ms-transform: translateY(-20px);
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    .video__section .video-is-loaded .video__text-content::after,
    .no-js .video__section .video__text-content::after {
      opacity: 0;
      visibility: hidden;
      content: none;
    }
  
    /* ---- Video styles ---- */
    .video__section .video {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
    }
    .video__section .video--background {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      transition: all 0.2s ease-in;
    }
    .autoplay .video__section .video-is-loaded .video--background {
      display: block;
      visibility: visible;
      opacity: 1;
    }
    .video__section .video--image_with_play {
      display: none;
      opacity: 0;
      visibility: none;
      width: 100%;
      height: 100%;
      transition: all 0.2s ease-in;
    }
    .video__section .video-is-playing .video--image_with_play,
    .video__section .video-is-paused .video--image_with_play {
      display: block;
      visibility: visible;
      opacity: 1;
    }
  
    .video__section .video__section-wrapper .video {
        top: 50% !important;
        left: 50% !important;
          -webkit-transform: translate(-500%, -50%);
            -ms-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  
  
    /* ---- Video control buttons ---- */
    .video__section .video-control {
      display: none;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      z-index: 4;
      transition: all 0.1s ease-out;
    }
    .video__section .video-control__play-wrapper {
      display: none;
      height: 50px;
    }
    @media only screen and (min-width: 741px) {
      .video__section .video-control__play-wrapper {
        display: block;
      }
    }
    .video__section .video-control__play-wrapper-mobile {
      display: block;
      height: 50px;
      position: absolute;
      top: calc(100% - 50px / 2);
      left: calc(50% - 50px / 2);
    }
    @media only screen and (min-width: 741px) {
      .video__section .video-control__play-wrapper-mobile {
        display: none;
      }
    }
    .video__section .video-control__play-wrapper--with-text {
      margin-top: 30px;
    }
    .video__section .video-control__play {
      display: flex;
      justify-content: center;
      align-items: center;
      visibility: visible;
      opacity: 1;
      width: 50px;
      height: 50px;
      border-radius: 25px;
      position: relative;
      margin: 0 auto;
      padding: 5px;
      pointer-events: none;
      box-shadow: 0px 0px 3px 0px #d2d2d2;
    }
    .video__section .video-background-wrapper .video-control__play {
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .video__section .video-is-loaded .video-control__play {
      pointer-events: auto;
    }
    .video__section .video-is-playing .video-control__play {
      display: none;
      visibility: hidden;
      opacity: 0;
    }
    .video__section .video-control__play::before {
      content: '';
      display: block;
      width: 2.875rem;
      height: 2.875rem;
      position: absolute;
      margin-left: -1.4375rem;
      border-radius: 50%;
      border: 2px solid white;
      border-top-color: transparent;
      -moz-animation: spin 0.65s infinite linear;
      -o-animation: spin 0.65s infinite linear;
      -webkit-animation: spin 0.65s infinite linear;
      animation: spin 0.65s infinite linear;
      transition: all 0.1s ease-out 0.5s;
      z-index: 5;
      top: 1px;
      left: 50%;
      opacity: 0.5;
    }
    .video__section .video-is-loaded .video-control__play::before,
    .video__section .video-is-playing .video-control__play::before,
    .video__section .video-is-paused .video-control__play::before {
      content: none;
      display: none;
    }
    .video__section .video-control__close-wrapper {
      display: none;
      width: 50px;
      height: 50px;
      border-radius: 25px;
      position: absolute;
      top: 0;
      right: 0;
      outline: none;
      z-index: 3;
      padding: 0;
    }
    .video__section .video-is-playing .video-control__close-wrapper,
    .video__section .video-is-paused .video-control__close-wrapper {
      display: block;
    }
    .video__section .video-control__close {
      position: relative;
      width: 50px;
      height: 50px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 30px;
      border-radius: 25px;
    }
    .video__section .video-control__close:after {
      background: transparent;
      content: "\00D7";
      position: absolute;
      top: 0;
      text-indent: 0;
      text-align: center;
      width: 50px;
      line-height: 50px;
      left: 0;
    }
    .video__section .video-control__close-wrapper:hover .video-control__close,
    .video__section .video-control__close-wrapper:focus .video-control__close {
      outline: auto 5px -webkit-focus-ring-color;
      opacity: 0.7;
    }
    .video__section .video-is-playing .video-control__close,
    .video__section .video-is-paused .video-control__close {
      display: inline-block;
      visibility: visible;
      opacity: 1;
    }
    .video__section .video__pause {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 3;
      width: 50px;
      height: 50px;
      padding: 0;
      border: none;
      background-color: transparent;
      transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    }
    .video__section button {
        background: #fff;
        color: #000;
    }
    .video__section button svg {
        fill: var(--direction-color);
    }
  
    @media only screen and (max-width: 740px) {
      .video__section .video__pause {
        display: none;
        }
    }
    .video__section .video-is-playing .video__pause {
      display: none;
    }
  
    .video__section .video__pause:hover, .video__pause:focus {
      outline: none;
    }
    .video__section .video__pause-resume,
    .video__section .video__pause-stop {
      height: 34px;
      width: 34px;
      margin: 0 auto;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.4);
    }
    .video__section .video__pause:hover .video__pause-resume,
    .video__section .video__pause:focus .video__pause-resume,
    .video__section .video__pause:hover .video__pause-stop,
    .video__section .video__pause:focus .video__pause-stop {
      background-color: rgba(0, 0, 0, 0.75);
    }
    .video__section .video__pause:focus .video__pause-resume, .video__pause:focus
    .video__section .video__pause-stop {
      outline: auto 5px -webkit-focus-ring-color;
    }
    .video__section .video__pause-stop {
      display: flex;
    }
    .video__section .is-paused .video__pause-stop {
      display: none;
    }
    .video__section .video__pause-resume {
      display: none;
    }
    .video__section .is-paused .video__pause-resume {
      display: flex;
    }
  
    /* ---- Overlay ---- */
    .video__section .video__overlay::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0,0,0,0.2);
      z-index: 3;
    }
    .video__section .video-is-playing .video__overlay {
      opacity: 0;
    }
    .video__section .video-is-playing .video__overlay:before {
      content: none;
    }
  
    /* ---- Fallback images ---- */
    .video__section .video__image {
      transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      z-index: 1;
    }
    @media only screen and (min-width: 741px) {
      .video__section .video-background-wrapper .video__image {
        opacity: 0;
      }
    }
  
    /* ---- Responsive video ---- */
    .video-wrapper {
      position: relative;
      overflow: hidden;
      max-width: 100%;
      padding-bottom: 56.25%;
      height: 0;
      height: auto;
     }
    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  
    [data-section-type="video-section"] {
      margin-left: auto;
      margin-right: auto;
    }
    @media only screen and (max-width: 740px) {
      [data-section-type="video-section"] {
        transition: width 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), padding 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      }
    }
  
  /* ---- Video container ---- */
  
  .video__section-wrapper {
    position: relative;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
  @media only screen and (min-width: 741px) {
    .video__section-wrapper {
      overflow: hidden;
    }
  }
  @media only screen and (max-width: 740px) {
    .video__section-wrapper {
      overflow: visible !important;
    }
    .video__section-wrapper.video-is-playing {
      margin: 0;
    }
    .video__section-wrapper.video-is-loaded {
      transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    }
  }
  .video__section-wrapper--min-height {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .video__section-wrapper--small.video__section-wrapper--min-height {
    min-height: 175px;
  }
  @media only screen and (min-width: 741px) {
    .video__section-wrapper--small.video__section-wrapper--min-height {
      min-height: 475px;
    }
  }
  .video__section-wrapper--medium.video__section-wrapper--min-height {
    min-height: 270px;
  }
  @media only screen and (min-width: 741px) {
    .video__section-wrapper--medium.video__section-wrapper--min-height {
      min-height: 650px;
    }
  }
  .video__section-wrapper--large.video__section-wrapper--min-height {
    min-height: 375px;
  }
  @media only screen and (min-width: 741px) {
    .video__section-wrapper--large.video__section-wrapper--min-height {
      min-height: 775px;
    }
  }
  .video__section-wrapper--min-height {
    transition: height 0s, margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
  @media only screen and (max-width: 740px) {
    .video__section-wrapper--min-height.video-is-loaded {
      transition: height 0s, margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    }
  }
  .video-background-wrapper--no-overlay {
    background-color: rgba(0,0,0,0.2);
  }
  
  .icon__fallback-text {
    position: absolute!important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  
  /* ---- Collection page alternate collection list ---- */
  
  .alt__collection-list .section-heading {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .alt__collection-list {
      margin-bottom: 40px;
      margin-top: 20px;
  }
  
  /* ---- Collection page shared banner section ---- */
  
  .collection__promotion-section {
    margin-bottom: 25px;
  }
  .collection__promotion-container {
    height: 200px;
    min-height: 200px;
    position: relative;
  }
  .collection__promotion-image img {
      width: 100%;
      object-fit: cover;
      height: 200px;
  }
  .collection__promotion-image .box-ratio {
      padding-bottom: 200px !important;
  }
  .collection__promotion-caption {
    position: absolute;
    top: 50%;
    width: fit-content;
  }
  
  .collection__promotion-caption-text p {
    margin-bottom: 0;
  }
  .collection__promotion-caption-text a.button,
  .collection__promotion-caption-text a.button:visited {
    margin-top: 10px;
    margin-bottom: 0;
    width: unset;
  }
  
  /* ---- logo list ---- */
  
  .logo__list-section .logo__list-wrapper {
      display: grid;
      grid-gap: 30px;
      align-items: center;
      justify-content: center;
      padding-left: 1.04166667%;
      padding-right: 1.04166667%;
  }
  
  /* ---- Story section ---- */
    .story__section-wrapper {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 30px;
      align-items: center;
      justify-content: center;
      padding-left: 1.04166667%;
      padding-right: 1.04166667%;
    }
  
    .story__section-pageContent,
    .story__section-text {
      display: grid;
      justify-content: center;
      align-items: center;
      padding: 30px;
    }
    .story__section-image .onboard {
      height: 100%;
    }
  
  /* ---- Story section ---- */
  .template-cart .ajax-cart__drawer-wrapper .or-divider,
  .template-cart .ajax-cart__drawer-wrapper .ajax-cart__buttons-additional,
  .template-cart .ajax-cart__modal-wrapper .or-divider,
  .template-cart .ajax-cart__modal-wrapper .ajax-cart__buttons-additional {
     display: none !important;
  }
  #dynamic-checkout-cart .shopify-cleanslate ul {
      justify-content: center !important;
  }
  
  /* ---- Main h1 ---- */
  #MainContent h1 {
    text-align: center;
    margin-bottom: 30px;
  }
  
  h1.collection__page-title,
  h1.section__page-title {
      padding-top: 20px;
  }
  
  /* ---- Main 404 & Search ---- */
  .section-main-404 h1,
  .section-main-404 p,
  .section-main-search h1 {
    text-align: center;
    padding-bottom: 30px;
    border: none !important;
  }
  .section-main-404 #search-bar {
    text-align: center;
    padding-bottom: 200px;
    padding-top: 50px;
    border: none;
  }
  
  .section-main-search #search-bar {
    text-align: center;
    padding-bottom: 30px;
    border: none;
  }
  
  .section-main-search p {
    text-align: center;
    padding-bottom: 30px;
    border: none;
  }
  
  .section-main-search {
    padding-bottom: 200px;
  }
  
  .btn-outlined {
    background: 0 0;
    border: 3px solid var(--button-color);
    color: var(--button-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 25px;
    border-radius: 30px !important;
    height: 55px;
    line-height: 49px !important;
  }
  
  a.button.btn-outlined:hover {
    box-shadow: inset 0 0 0 2em var(--button-hover);
  }
  
  /* ----- Sale banner section ---- */
  .coupon__code-hr-labeled > h2 {
    font-size: var(--h2-size);
    line-height: auto;
    padding: 0 20px;
    width: auto;
    display: inline-block;
    z-index: 1;
    position: relative;
    margin: 0;
  }
  .coupon__code-hr-labeled {
    position: relative;
    text-align: center;
  }
  .coupon__code-hr-labeled .coupon__code-title-border:after {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
  }
  .coupon__code-text-container::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
  }
  .coupon__code-text-wrapper {
    width: 1200px;
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: auto;
    padding: 30px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .coupon__code-text-wrapper > div {
    align-self: center;
    width: 100%;
    word-break: break-word;
  }
  .coupon__code-text-wrapper a:hover {
    text-decoration: underline;
  }
  .coupon__code-section .full-width--false .coupon__code-text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (max-width: 1199px) {
    .coupon__code-text-container {
      overflow-x: auto;
    }
  }
  
  /* ---- Accordion section ---- */
  .accordion__section-content .c-accordion__header {
    display: flex;
    width: 100%;
    height: unset!important;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: var(--h4-size);
    line-height: 1;
    background: var(--background);
    color: var(--text-color);
    border-bottom: 3px solid var(--dotted-color);
    border-radius: 0 !important;
  }
  .accordion__section-content .c-accordion__header:after {
    font-size: var(--h4-size);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion__section-content .c-accordion__header[aria-expanded=false]:after {
    content: '+';
  }
  .accordion__section-content .c-accordion__header[aria-expanded=true]:after {
    content: '—';
  }
  .accordion__section-content .c-accordion__header:first-child {
    border-top: 3px solid var(--dotted-color);
  }
  .accordion__section-content .c-accordion__inner {
    padding: 0 15px;
  }
  .accordion__section-content .c-accordion__header[aria-expanded=true] {
    border-bottom: 3px solid transparent;
  }
  .accordion__section-content .c-accordion__panel.is-active {
    border-bottom: 3px solid var(--dotted-color);
  }
  @media only screen and (min-width: 741px) {
    .accordion__section-title h2 {
      text-align: left;
      border-top: 5px solid var(--dotted-color);
      padding-top: 10px;
      margin-right: 0;
    }
  }
  @media only screen and (max-width: 740px) {
    .accordion__section-title h2 {
      text-align: center;
      margin-bottom: 20px;
    }
  }
  
     
     
  /* Custom CSS */
  form.ajax-cart__cart-form input#checkout {
      visibility: visible;
  }
  .ajax-cart__drawer-wrapper .ajax-cart__item-details {
      width: 90% !important;
  }
  body.template-product #shopify-product-reviews .spr-content .spr-reviews {
      display: block !important;
  }
  .user-customer#ReCharge .recharge .rc_layout__container .rc_layout .columns.col-md-6 form#login_verification a {
      text-decoration: underline;
  }
  body.gridlock.template- .site-wrap div#shopify-section-newsletter .klaviyo-form {
      margin: 0 auto;
  }
  .user-customer#ReCharge {
      margin: 4% 0;
  }
  .user-customer#ReCharge .recharge .rc_layout__container .row{
     width: 100%;
  }
  .user-customer#ReCharge .recharge .rc_layout__container .rc_layout .columns.col-md-6{
     max-width: 100% !important;
      flex: auto;   
  }
  @media screen and (min-width: 1680px){
    .user-customer#ReCharge .recharge .rc_layout__container{
        width: 1400px;
    }
  }
  @media screen and (min-width: 1220px){
    .user-customer#ReCharge .recharge .rc_layout__container{
        width: 1200px;
    }
  }
  @media screen and (min-width: 980px){
    .user-customer#ReCharge .recharge .rc_layout__container{
      width: 960px;
    }
  }
  @media screen and (min-width: 740px){
    .user-customer#ReCharge .recharge .rc_layout__container{
      width: 720px;
    }
  }
  @media screen and (min-width: 500px){
    .user-customer#ReCharge .recharge .rc_layout__container{
      width: 480px;
    }
  }
     
     
     .boost-pfs-search-form .boost-pfs-search-btn:before {
        top: 50%;
        position: absolute;
        left: 0;
        right: 0;
        margin: -22.5px 0 0;
    }
      @media screen and (max-width:1219px){
        .desktop-12.tablet-6.mobile-3.a-left.relative button.button-as-link{
            font-size:13px;
        }
        a.navigation__menulink{
            letter-spacing:0;
        }
      }
      @media screen and (max-width:767px){
        .featured__collection-product {
            padding: 0 3px 0;
        }
        input[type=email], input[type=number], input[type=password], input[type=text], input[type=url], select, textarea{
            font-size:16px;
        }
      }
     
     div#rc_container{
         position:relative;
       z-index:99;
     }
     .product__variants-single-option,
     .product__variants-select .single-option-selector{
         position:relative;
       z-index:1;
     }
     select.rc_select{
         border:1px solid rgba(0,0,0,0.3);
       font-size:16px !important;
     }
     
  /* Custom CSS */


  .navheader {
    padding: 1% 17% 1% 16%;
    display:inline-block;
  }



  :root {
    --main-family: Montserrat, sans-serif;
    --main-weight: 500;
    --main-style: normal;
    --nav-family: Montserrat, sans-serif;
    --nav-weight: 600;
    --nav-style: normal;
    --heading-family: Montserrat, sans-serif;
    --heading-weight: 600;
    --heading-style: normal;

    --announcement-size: 13px;
    --logo-size: 20px;
    --font-size: 14px;
    --h1-size: 30px;
    --h2-size: 24px;
    --h3-size: 20px;
    --h4-size: calc(var(--font-size) + 2px);
    --h5-size: calc(var(--font-size) + 1px);
    --nav-size: 16px;
    --border-weight: 3px;
    --top-bar-background: #ffffff;
    --top-bar-color: #313131;
    --social-links: #ffffff;
    --header-background: #ffffff;
    --cart-links: #313131;
    --cart-links-hover: #8c8b8b;
    --background: #ffffff;
    --header_color: #000000;
    --hero-color: #ffffff;
    --text-color: #000000;
    --sale-color: #bc0000;
    --dotted-color: #dddddd;
    --button-color: #00adef;
    --button-text: #ffffff;
    --button-hover: #8c8b8b;
    --button-text-hover: #ffffff;
    --navigation: #f9f9f9;
    --nav-color: #313131;
    --nav-hover-color: #ffffff;
    --nav-hover-link-color: #00adef;
    --dropdown-background-color: #ffffff;
    --nav-dropdown-color: #313131;
    --dropdown-hover-background-color: #ffffff;
    --dropdown-hover-link-color: #00adef;
    --new-background: #222222;
    --new-text: #ffffff;
    --sale-background: #af0000;
    --sale-text: #ffffff;
    --soldout-background: #222222;
    --soldout-text: #ffffff;
    --footer-background: #ffffff;
    --footer-color: #000000;
    --footer-border: #e5e5e5;
    --error-msg-dark: #e81000;
    --error-msg-light: #ffeae8;
    --success-msg-dark: #007f5f;
    --success-msg-light: #e5fff8;
    --free-shipping-bg: #313131;
    --free-shipping-text: #fff;
    --error-color: #c60808;
    --error-color-light: #fdd0d0;
    --keyboard-focus-color: #e5e5e5;
    --keyboard-focus-border-style: solid;
    --keyboard-focus-border-weight: 1;
    --icon-border-color: #e6e6e6;
    --thumbnail-slider-outline-color: #666666;
    --price-unit-price-color: #999999;
    --select-arrow-bg: url(//cdn.shopify.com/s/files/1/0005/0947/6927/t/39/assets/select-arrow.png?v=11259594172122509499);
    --product-info-align: center;
    --color-filter-size: 18px;
    --color-body-text: var(--text-color);
    --color-body: var(--background);
    --color-bg: var(--background);
    --disabled-text: #808080;
    --section-padding: 40px;

    
      --button-corners: 0;
    
  }
  @media (max-width: 740px) {
    :root {
      --font-size: calc(14px - (14px * 0.15));
      --nav-size: calc(16px - (16px * 0.15));
      --h1-size: calc(30px - (30px * 0.15));
      --h2-size: calc(24px - (24px * 0.15));
      --h3-size: calc(20px - (20px * 0.15));
    }
  }


  .vue-modal-resizer {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: transparent;
    cursor: se-resize;
  }
  .vue-modal-resizer::after {
    display: block;
    position: absolute;
    content: '';
    background: transparent;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
  }
  .vue-modal-resizer.clicked::after {
    border-bottom: 10px solid #369be9;
  }


  .v--modal-block-scroll {
    overflow: hidden;
    width: 100vw;
  }
  .v--modal-overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 1;
  }
  .v--modal-overlay.scrollable {
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .v--modal-overlay .v--modal-background-click {
    width: 100%;
    height: 100%;
  }
  .v--modal-overlay .v--modal-box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  .v--modal-overlay.scrollable .v--modal-box {
    margin-bottom: 2px;
  }
  .v--modal {
    background-color: white;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
    padding: 0;
  }
  .v--modal.v--modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    left: 0;
    top: 0;
  }
  .v--modal-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .overlay-fade-enter-active,
  .overlay-fade-leave-active {
    transition: all 0.2s;
  }
  .overlay-fade-enter,
  .overlay-fade-leave-active {
    opacity: 0;
  }
  .nice-modal-fade-enter-active,
  .nice-modal-fade-leave-active {
    transition: all 0.4s;
  }
  .nice-modal-fade-enter,
  .nice-modal-fade-leave-active {
    opacity: 0;
    transform: translateY(-20px);
  }


  .vue-dialog div {
    box-sizing: border-box;
  }
  .vue-dialog .dialog-flex {
    width: 100%;
    height: 100%;
  }
  .vue-dialog .dialog-content {
    flex: 1 0 auto;
    width: 100%;
    padding: 15px;
    font-size: 14px;
  }
  .vue-dialog .dialog-c-title {
    font-weight: 600;
    padding-bottom: 15px;
  }
  .vue-dialog .dialog-c-text {
  }
  .vue-dialog .vue-dialog-buttons {
    display: flex;
    flex: 0 1 auto;
    width: 100%;
    border-top: 1px solid #eee;
  }
  .vue-dialog .vue-dialog-buttons-none {
    width: 100%;
    padding-bottom: 15px;
  }
  .vue-dialog-button {
    font-size: 12px !important;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    color: inherit;
    font: inherit;
    outline: none;
  }
  .vue-dialog-button:hover {
    background: rgba(0, 0, 0, 0.01);
  }
  .vue-dialog-button:active {
    background: rgba(0, 0, 0, 0.025);
  }
  .vue-dialog-button:not(:first-of-type) {
    border-left: 1px solid #eee;
  }


  .shg-row {
    display: flex;
    flex-wrap: wrap;
    min-height: inherit;
    max-height: inherit;
    justify-content: center;
}


.css-kpsf62 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-image: linear-gradient( 
225deg ,#2eabfb 0%,#e80090 100%);
}

@media only screen and (max-width: 600px) {
   .menu {
      padding:0px !important;
      margin-bottom: 100px;
   }
   #contect22d {
      padding:15px !important;
   }
   .gradient-button {
     width: 100% !important;
   }
}

.gradiant {
  color: #6a6a6a;

}
.joingroup13 {
  display: none;
}


th {
  border-bottom-width: 2px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.btn-danger {
  background: red;
}
.hideye {
  position: absolute;
    right: 10px;
    top: 34px;
    font-size: 40px;
    color: #999;
    cursor: pointer;
    transition: color ease 0.4s;
}
.hideye:hover {
  color:#444;
}
#message {
    display: none;
    margin: 5px;
    font-size: 35px;   
    color: #fff;
    border-radius: 5px;
    max-width: 88%;
    padding: 21px;
    box-shadow: 1px 2px 3px 1px #ccc;
} 




.gradient-button {
  margin: 5px;
font-weight: bold;
  font-size: 20px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF !important;
  box-shadow: 0 0 20px #eee;
  border-radius: 5px;
  width: 210px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.6s cubic-bezier(.25,.8,.25,1);
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;

}
.gradient-button:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  margin: 8px 10px 12px;
}

.gradient-button-1 {    background-image: linear-gradient(to right, #eb008f 0%, #31b1ea 51%, #d61286 100%);}
.gradient-button-1:hover { background-position: right center; }

#here{
  color: blue;
    cursor: pointer;}


.sitemErrors {
  padding: 20px;
  margin: 20px;
  text-align: center;
  font-size:23px;
}

.videoContainer {
  position:relative; 
  overflow:hidden;
   padding-bottom:56.25% ;
}