/*                 **
                 +WICK+
               +CREATIVE+
             :LOVESYOUaLOT:
           YOU'RE     VIEWING
         +A_SITE        +BUILT
       ,UPON++      +     INFERNO
      +IFYOU      DOGS     ~LIKE:+
     THIS:~    +PINBALL+     STUFF,
    =WHY:,   :MMMMM BEEER:    ?NOT+
    WORK~   HTML5    ~SCSS-    WITH~
    WICK~  :PLAY       WORK:   TODAY
     AJAX   LIVE       LONG:  :CODE
      BIKE, ,ROI=     ,API+  +HIKE
       EXPLORE   -:vv:-  :DENVER
         SHOPIFY,:   ,:LIQUID~
           .+BOOTSTRAP4.0+.

INFERNO ~ by Wick Creative ~
version 0.8

==================================================
/*
/*  VARIABLES
/*
/*  MIXINS
/*
/*  VENDOR
/*    Slick Slider 1.6.0
/*    animsition v4.0.2
/*    Magnific Popup CSS
/*    Font Awesome 4.7.0
/*    Tooltipster 4.1.7
/*    JetMenu
/*
/*  BASE STYLES TAKEN FROM DEBUT
/*
/*  INFERNO
/*


/* =================== */
/*      VARIABLES      */
/* =================== */
/*============================================================================
  VARIABLES TAKEN FROM Debut
==============================================================================*/
/*================ SVG ================*/
/*================ Drawers ================*/
/*================ Hero ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/slick.eot?v=17123156284172370441");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/slick.eot?%23iefix&v=17123156284172370441") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/slick.woff?v=11135428117531978957") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/slick.ttf?v=5172795765298367607") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/slick.svg%23slick?43552") format("svg"); }

/*================ Gift Cards ================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/* =================== */
/*      MIXINS         */
/* =================== */
/*============================================================================
  Convert pixels to ems
  eg. for a relational value of 12px write em(12) when the parent is 16px
  if the parent is another value say 24px write em(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Strips the unit from a number.
  @param {Number (With Unit)} $value
  @example scss - Usage
    $dimension: strip-units(10em);
  @example css - CSS Output
    $dimension: 10;
  @return {Number (Unitless)}
  based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*================ Mixins ====================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

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

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

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

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

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

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

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

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

/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VISUAL ITEMS =================*/
/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/* =================== */
/*      VENDOR         */
/* =================== */
/*============================================================================
  Slick Slider 1.6.0

  - If upgrading Slick's styles, use the following variables/functions
    instead of the slick defaults (from slick-theme.scss)
  - This file includes default slick.scss styles (at Slick Slider SCSS)
    and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually.
  - Remove `outline: none` from `.slick-dots li button`
==============================================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
  background: white url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/ajax-loader.gif?v=4135686330247201572) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/slick.eot?v=17123156284172370441");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/slick.eot?v=17123156284172370441?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/slick.woff?v=11135428117531978957") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/slick.ttf?v=5172795765298367607") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/slick.svg?v=3015255338646729236#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Veneer Clean Regular';
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/VeneerClean-Reg.eot?v=1111799354576208565");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/VeneerClean-Reg.eot?v=1111799354576208565?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/VeneerClean-Reg.woff2?v=7810637730472700342") format("woff2"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/VeneerClean-Reg.woff?v=881769859230921392") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/VeneerClean-Reg.ttf?v=14813319541257621088") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/VeneerClean-Reg.svg%23VeneerClean-Reg?43552") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Veneer';
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Veneer.eot?v=16717805207114885692");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Veneer.eot?v=16717805207114885692?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Veneer.woff2?v=4514661645112639460") format("woff2"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Veneer.woff?v=17697676080791422030") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Veneer.ttf?v=2675014413804848807") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Veneer.svg%23Veneer?43552") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Geogrotesque';
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-SemiBold.eot?v=16180481454720072958");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-SemiBold.eot?v=16180481454720072958?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-SemiBold.woff2?v=10876545396399746125") format("woff2"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-SemiBold.woff?v=5006072234515136428") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-SemiBold.ttf?v=4860514342245828189") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-SemiBold.svg%23Geogrotesque-SemiBold?43552") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Geogrotesque';
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Regular.eot?v=7401654427102421089");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Regular.eot?v=7401654427102421089?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Regular.woff2?v=10838081269131590911") format("woff2"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Regular.woff?v=16560687493131591182") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Regular.ttf?v=1070586790733315862") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Regular.svg%23Geogrotesque-Regular?43552") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Geogrotesque';
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Bold.eot?v=16042161791790559956");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Bold.eot?v=16042161791790559956?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Bold.woff2?v=16169745588771994808") format("woff2"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Bold.woff?v=4405734836222806096") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Bold.ttf?v=16735790107871185052") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/Geogrotesque-Bold.svg%23Geogrotesque-Bold?43552") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Geogrotesque Cond';
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-SmBd.eot?v=6500448116627608241");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-SmBd.eot?v=6500448116627608241?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-SmBd.woff2?v=10994471172392202720") format("woff2"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-SmBd.woff?v=15301043972048366094") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-SmBd.ttf?v=18025140092828660732") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-SmBd.svg%23GeogrotesqueCond-SmBd?43552") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Geogrotesque Cond';
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Lt.eot?v=8690545106648971626");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Lt.eot?v=8690545106648971626?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Lt.woff2?v=7092163470595071362") format("woff2"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Lt.woff?v=1978775159306436212") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Lt.ttf?v=13358656527423916565") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Lt.svg%23GeogrotesqueCond-Lt?43552") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Geogrotesque Cond';
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Rg.eot?v=8303741609545799123");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Rg.eot?v=8303741609545799123?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Rg.woff2?v=17821832446468289763") format("woff2"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Rg.woff?v=15148256179268087804") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Rg.ttf?v=6571877779445565339") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Rg.svg%23GeogrotesqueCond-Rg?43552") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Geogrotesque Cond';
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Bd.eot?v=1521368084559597053");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Bd.eot?v=1521368084559597053?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Bd.woff2?v=8927497100784735818") format("woff2"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Bd.woff?v=6367928436057972799") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Bd.ttf?v=7223155174943924429") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Bd.svg%23GeogrotesqueCond-Bd?43552") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Geogrotesque Cond';
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Md.eot?v=12385644670969141790");
  src: url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Md.eot?v=12385644670969141790?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Md.woff2?v=15197567289091686420") format("woff2"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Md.woff?v=13859936780624805948") format("woff"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Md.ttf?v=14610395456758261917") format("truetype"), url("//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/GeogrotesqueCond-Md.svg%23GeogrotesqueCond-Md?43552") format("svg");
  font-weight: 500;
  font-style: normal; }

/* Arrows */
.slick-arrow {
  cursor: pointer; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  background: transparent;
  color: transparent;
  top: 0;
  bottom: 0;
  padding: 0;
  border: none;
  z-index: 1;
  font-family: Font Awesome\ 5 Pro; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before, .slick-prev:after,
  .slick-next:before,
  .slick-next:after {
    position: absolute;
    top: 50%;
    font-size: 16px;
    color: #241f21; }
  .vertical-thumbs .slick-prev, .vertical-thumbs
  .slick-next {
    top: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 20px; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: '\f053';
    display: block; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .vertical-thumbs .slick-prev {
    bottom: auto;
    top: 0; }
    .vertical-thumbs .slick-prev:before {
      content: '\f077';
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: '\f054';
    display: block;
    right: 0; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .vertical-thumbs .slick-next {
    bottom: 0;
    top: auto; }
    .vertical-thumbs .slick-next:before {
      content: '\f078';
      right: auto;
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

.vertical-thumbs .product-single__thumbnails {
  padding-top: 20px;
  padding-bottom: 20px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick-icons, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

/*============================================================================
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
==============================================================================*/
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd; }

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100; }

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading; }

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out; }

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up; }

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }

@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }

.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up; }

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm; }

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm; }

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg; }

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg; }

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }

@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }

.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down; }

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm; }

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }

@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }

.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm; }

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg; }

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left; }

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }

.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left; }

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm; }

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }

@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }

.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm; }

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg; }

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }

@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }

.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg; }

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right; }

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }

.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right; }

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm; }

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }

@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }

.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm; }

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg; }

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }

@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }

.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg; }

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in; }

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out; }

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm; }

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm; }

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg; }

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg; }

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }

  100% {
    opacity: 1; } }

.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in; }

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }

  100% {
    opacity: 0; } }

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }

  100% {
    opacity: 0; } }

.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out; }

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }

  100% {
    opacity: 1; } }

.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm; }

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }

  100% {
    opacity: 0; } }

@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }

  100% {
    opacity: 0; } }

.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm; }

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }

  100% {
    opacity: 1; } }

.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg; }

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }

  100% {
    opacity: 0; } }

@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }

  100% {
    opacity: 0; } }

.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg; }

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%; }

  100% {
    height: 0; } }

@keyframes overlay-slide-in-top {
  0% {
    height: 100%; }

  100% {
    height: 0; } }

.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top; }

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0; }

  100% {
    height: 100%; } }

@keyframes overlay-slide-out-top {
  0% {
    height: 0; }

  100% {
    height: 100%; } }

.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top; }

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }

  100% {
    height: 0; } }

@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }

  100% {
    height: 0; } }

.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom; }

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }

  100% {
    height: 100%; } }

@keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }

  100% {
    height: 100%; } }

.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom; }

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%; }

  100% {
    width: 0; } }

@keyframes overlay-slide-in-left {
  0% {
    width: 100%; }

  100% {
    width: 0; } }

.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left; }

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0; }

  100% {
    width: 100%; } }

@keyframes overlay-slide-out-left {
  0% {
    width: 0; }

  100% {
    width: 100%; } }

.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left; }

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%; }

  100% {
    width: 0; } }

@keyframes overlay-slide-in-right {
  0% {
    width: 100%; }

  100% {
    width: 0; } }

.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right; }

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0; }

  100% {
    width: 100%; } }

@keyframes overlay-slide-out-right {
  0% {
    width: 0; }

  100% {
    width: 100%; } }

.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right; }

/*============================================================================
Magnific Popup CSS
============================================================================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-inline-holder .swatch-color,
.mfp-ajax-holder .swatch-color {
  border: 0;
  padding: 0; }
  .mfp-inline-holder .swatch-color legend,
  .mfp-ajax-holder .swatch-color legend {
    color: #3B3B43;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase; }
    .mfp-inline-holder .swatch-color legend em,
    .mfp-ajax-holder .swatch-color legend em {
      font-style: inherit;
      font-weight: normal; }
    .mfp-inline-holder .swatch-color legend span,
    .mfp-ajax-holder .swatch-color legend span {
      font-weight: normal;
      font-size: 16px;
      text-transform: capitalize; }
.mfp-inline-holder .product-detail-sku,
.mfp-ajax-holder .product-detail-sku {
  display: flex;
  align-items: center;
  text-transform: uppercase; }
.mfp-inline-holder .produc-title-reviews,
.mfp-ajax-holder .produc-title-reviews {
  margin-left: auto; }
.mfp-inline-holder .product-price__price,
.mfp-ajax-holder .product-price__price {
  font-size: 24px; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@media screen and (max-width: 767px) {
  .mobile-toggler {
    cursor: pointer;
    -ms-transition: all ease-out 0.35s;
    -webkit-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s; }
    .mobile-toggler + ul {
      display: none;
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      padding-bottom: 20px; }
      .mobile-toggler + ul.open {
        display: block;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-animation: anim 0.35s ease-in-out forwards;
        -o-animation: anim 0.35s ease-in-out forwards;
        -webkit-animation: anim 0.35s ease-in-out forwards;
        animation: anim 0.35s ease-in-out forwards; }
    .mobile-toggler::after {
      content: '\f107';
      display: inline-block;
      font: normal normal normal 20px/1 Font Awesome\ 5 Pro;
      vertical-align: middle;
      margin: 0 0 5px 5px; } }
@-webkit-keyframes anim {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes anim {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes anim {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes anim {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 100px 50px;
  width: auto;
  max-width: 850px;
  margin: 20px auto; }
  @media screen and (max-width: 991px) {
    .white-popup-block {
      padding: 50px; } }
  .white-popup-block .product-form__cart-submit {
    height: 52px; }

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: a 2s infinite linear; }

.fa-pulse {
  animation: a 1s infinite steps(8); }

@keyframes a {
  0% {
    transform: rotate(0deg); }

  to {
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1); }

.fa-flip-vertical {
  transform: scaleY(-1); }

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-plus:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-brands-400.eot?v=14325218631316915174);
  src: url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-brands-400.eot?%23iefix&v=14325218631316915174) format("embedded-opentype"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-brands-400.woff2?v=7825064519744244637) format("woff2"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-brands-400.woff?v=13362079568835467347) format("woff"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-brands-400.ttf?v=2079155676726760218) format("truetype"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-brands-400.svg%23fontawesome?43552) format("svg"); }

.fab {
  font-family: Font Awesome\ 5 Brands; }

@font-face {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 300;
  src: url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-light-300.eot?v=825047775346368965);
  src: url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-light-300.eot?%23iefix&v=825047775346368965) format("embedded-opentype"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-light-300.woff2?v=18318860954076470444) format("woff2"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-light-300.woff?v=2020620099571942911) format("woff"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-light-300.ttf?v=6815793683760246606) format("truetype"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-light-300.svg%23fontawesome?43552) format("svg"); }

.fal {
  font-weight: 300; }

@font-face {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 400;
  src: url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-regular-400.eot?v=8798504826097542942);
  src: url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-regular-400.eot?%23iefix&v=8798504826097542942) format("embedded-opentype"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-regular-400.woff2?v=10400401860693009683) format("woff2"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-regular-400.woff?v=11611894208207095669) format("woff"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-regular-400.ttf?v=2178633201605105482) format("truetype"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-regular-400.svg%23fontawesome?43552) format("svg"); }

.fal, .far {
  font-family: Font Awesome\ 5 Pro; }

.far {
  font-weight: 400; }

@font-face {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 900;
  src: url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-solid-900.eot?v=15691529009755983345);
  src: url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-solid-900.eot?%23iefix&v=15691529009755983345) format("embedded-opentype"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-solid-900.woff2?v=16281037896585701206) format("woff2"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-solid-900.woff?v=10080992089839601756) format("woff"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-solid-900.ttf?v=18250764831995557139) format("truetype"), url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/fa-solid-900.svg%23fontawesome?43552) format("svg"); }

.fa, .fas {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900; }

/*!
 * Tooltipster
 */
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  animation: tooltipster-fading .4s; }

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }

  75% {
    transform: rotate(2deg); }

  100% {
    transform: rotate(0); } }

.tooltipster-update-rotate {
  animation: tooltipster-rotating .6s; }

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }

  100% {
    transform: scale(1); } }

.tooltipster-update-scale {
  animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-sidetip.tooltipster-punk .tooltipster-box {
  border-radius: 5px;
  border: none;
  border-bottom: 3px solid #f71169;
  background: #2a2a2a; }

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-box {
  margin-bottom: 7px; }

.tooltipster-sidetip.tooltipster-punk .tooltipster-content {
  color: #fff;
  padding: 8px 16px; }

.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #2a2a2a; }

.tooltipster-sidetip.tooltipster-punk.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #2a2a2a; }

.tooltipster-sidetip.tooltipster-punk.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #2a2a2a; }

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #f71169; }

/*!
 * JetMenu
 */
/*
NAME: Jet Responsive Megamenu
AUTHOR PAGE: http://codecanyon.net/user/marcoarib
ITEM PAGE: http://codecanyon.net/item/jet-responsive-megamenu/5719593
*/
/* MENU CONFIGURATION
**********************************************************/
.site-header > .row {
  position: initial; }
.site-header .col, .site-header .site-nav {
  position: initial; }

.jetmenu {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #241f21;
  font-size: 18px; }
  @media screen and (max-width: 1367px) {
    .jetmenu {
      font-size: 16px; } }
  @media screen and (max-width: 1199px) {
    .jetmenu {
      font-size: 14px; } }

.jetmenu li {
  display: inline-block; }

.jetmenu a {
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  outline: none;
  z-index: 10; }

.jetmenu > li > a {
  padding: 5px 13px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-family: Geogrotesque Cond;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (max-width: 1367px) {
    .jetmenu > li > a {
      padding: 5px 7px; } }
  @media screen and (max-width: 1199px) {
    .jetmenu > li > a {
      padding: 5px 6px; } }
  @media screen and (max-width: 991px) {
    .jetmenu > li > a {
      padding: 5px 3px; } }

.jetmenu > li:last-child {
  padding-left: 15px;
  border-left: 1px solid #241f21;
  margin-left: 10px; }
  .transparentTop .jetmenu > li:last-child {
    border-left: 1px solid white; }
  @media screen and (max-width: 1499px) {
    .jetmenu > li:last-child {
      padding-left: 5px;
      margin-left: 5px; } }
  @media screen and (max-width: 991px) {
    .jetmenu > li:last-child {
      margin-top: 0px;
      padding-left: 2px;
      margin-left: 0; } }
  .jetmenu > li:last-child > a:before {
    content: url("explore-icon.svg");
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 4px;
    display: none; }
    @media screen and (max-width: 991px) {
      .jetmenu > li:last-child > a:before {
        top: 5px; } }
  .jetmenu > li:last-child > a .icon-explore {
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: -2px; }
    @media screen and (max-width: 991px) {
      .jetmenu > li:last-child > a .icon-explore {
        top: -1px;
        width: 18px;
        height: 18px; } }
.jetmenu > li a:after {
  content: '';
  height: 1px;
  background-color: #fdb724;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: width 1s; }
.jetmenu > li:hover > a {
  color: #fdb724; }
  .transparentTop .jetmenu > li:hover > a {
    color: #fdb724; }
  .jetmenu > li:hover > a:after {
    width: 100%;
    transition: width 1s; }

/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown,
.jetmenu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 134px;
  background: #FFF; }

.jetmenu ul.dropdown {
  top: 100%;
  text-align: left; }

.jetmenu ul.dropdown li ul.dropdown {
  left: 100%;
  top: inherit; }

.jetmenu ul.dropdown li {
  clear: both;
  width: 100%;
  font-size: 12px;
  display: block; }

.jetmenu ul.dropdown li a {
  width: 100%;
  padding: 12px 24px 12px;
  display: inline-block;
  float: left;
  clear: both;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.jetmenu ul.dropdown li:hover > a {
  background: #e0e0e0;
  color: #555; }

/* dropdowns to left side */
.jetmenu ul.dropdown li ul.dropdown.left {
  left: auto;
  right: 100%; }

/* SUBMENU INDICATORS
**********************************************************/
.jetmenu .indicator {
  position: relative;
  left: 5px;
  top: 0;
  font-size: 14px;
  float: right; }

.jetmenu ul li .indicator {
  font-size: 12px;
  top: 1px;
  left: 10px; }

/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu {
  position: absolute;
  display: none;
  background: #FFF;
  width: 25%;
  top: 100%;
  font-size: 14px;
  z-index: 99;
  padding: 20px 30px 20px;
  border-top: 1px solid #e6e6e6;
  margin-top: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0; }
  .jetmenu > li > .megamenu:after, .jetmenu > li > .megamenu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: none; }
  .jetmenu > li > .megamenu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: white;
    border-width: 20px;
    margin-left: -20px; }
  .jetmenu > li > .megamenu:before {
    border-color: rgba(230, 230, 230, 0);
    border-bottom-color: #e6e6e6;
    border-width: 22px;
    margin-left: -22px; }

/* megamenu list */
.jetmenu li > .megamenu ul {
  margin: 0 0 20px 0;
  float: left;
  padding: 0;
  display: block;
  position: relative;
  width: 100%; }

.jetmenu li > .megamenu ul li {
  width: 100%;
  padding: 3px 0;
  font-size: 14px; }

.jetmenu li > .megamenu ul li.title {
  margin: 0 0 8px;
  padding: 0 0 5px;
  font-size: 14px;
  border-bottom: solid 1px #666; }

/* megamenu h5 */
.jetmenu li > .megamenu h5, .jetmenu li > .megamenu .h5 {
  width: 100%;
  margin: 0;
  padding: 0; }

/* megamenu links */
.jetmenu li > .megamenu a {
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  padding-left: 0;
  padding-right: 0; }

.jetmenu li > .megamenu a:hover {
  color: #fdb724; }

/* megamenu images */
.jetmenu .megamenu img {
  width: 100%;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear; }

/* to fix right attribute on submenus (menu aligned to left (default)) */
.jetmenu > li.fix-sub > .megamenu,
.jetmenu > li.fix-sub > .megamenu.half-width,
.jetmenu > li.fix-sub > .dropdown {
  right: 0; }

.jetmenu > li:first-child > .megamenu:after, .jetmenu > li:first-child > .megamenu:before {
  left: 36%; }

/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.half-width {
  width: 50%; }

.jetmenu > li > .megamenu.full-width {
  width: 100%;
  left: 0;
  padding-left: 0;
  padding-right: 0; }

/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.jetmenu li > .megamenu form {
  width: 100%; }

/* megamenu inputs */
.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea {
  padding: 5px;
  font-size: 14px;
  border: solid 1px transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear; }

.jetmenu li > .megamenu form input[type="text"]:focus,
.jetmenu li > .megamenu form textarea:focus {
  border-color: #e0e0e0; }

.jetmenu li > .megamenu form input[type="text"] {
  width: 100%;
  margin-top: 10px; }

.jetmenu li > .megamenu form textarea {
  width: 100%;
  margin-top: 10px; }

.jetmenu li > .megamenu form input[type="submit"] {
  width: 25%;
  float: right;
  height: 30px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear; }

/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row {
  width: 100%;
  /* margin-top: 15px; */
  margin-top: -13px; }

.megamenu .row:first-child {
  margin-top: 0; }

.megamenu .row:before,
.megamenu .row:after {
  content: "";
  line-height: 0; }

.megamenu .row:after {
  clear: both; }

.megamenu .row .col1,
.megamenu .row .col2,
.megamenu .row .col3,
.megamenu .row .col4,
.megamenu .row .col5,
.megamenu .row .col6 {
  display: block;
  width: 100%;
  min-height: 20px;
  float: left;
  margin-left: 2.127659574468085%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.megamenu .row [class*="col"]:first-child {
  margin-left: 0; }

.megamenu .row .col1 {
  width: 14.893617021276595%; }

.megamenu .row .col2 {
  width: 31.914893617021278%; }

.megamenu .row .col3 {
  width: 48.93617021276595%; }

.megamenu .row .col4 {
  width: 65.95744680851064%; }

.megamenu .row .col5 {
  width: 82.97872340425532%; }

.megamenu .row .col6 {
  width: 100%; }

/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu > li.right {
  float: right; }

.jetmenu > li.right > .megamenu,
.jetmenu > li.right > .megamenu.half-width,
.jetmenu > li.right > .dropdown {
  right: 0; }

/* to fix right attribute on submenus (menu aligned to right) */
.jetmenu > li.jsright {
  float: right; }

.jetmenu > li.jsright.last > .megamenu,
.jetmenu > li.jsright.last > .megamenu.half-width,
.jetmenu > li.jsright.last > .dropdown {
  right: 0; }

/* ICONS (FONT AWESOME)
**********************************************************/
.jetmenu > li > a > i {
  line-height: 23px !important;
  margin-right: 6px;
  font-size: 18px;
  float: left; }

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #999;
  background: #333; }

.jetmenu > li.showhide span.title {
  margin: 15px 0 0 25px;
  float: left; }

.jetmenu > li.showhide span.icon {
  margin: 17px 20px;
  float: right; }

.jetmenu > li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #999; }

/* =============================== */
/*  BASE STYLES TAKEN FROM DEBUT   */
/* =============================== */
.visually-hidden, .icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.visibility-hidden {
  visibility: hidden; }

.js-focus-hidden:focus {
  outline: none; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #191818;
  background-color: white;
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none; }

/*================ Buttons ================*/
.btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 8px 15px;
  background-color: #fdb724;
  color: white;
  font-family: Geogrotesque Cond;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .btn {
      padding: 10px 18px; } }
  .btn:hover, .btn:focus {
    background-color: #241f21;
    color: #fefeff; }
  .btn .icon-arrow-right,
  .btn .icon-arrow-left {
    height: 9px; }
  .btn[disabled] {
    cursor: default;
    background-color: #919191;
    color: white; }

.btn--secondary {
  background-color: white;
  color: #241f21;
  border-color: lightgrey; }
  .btn--secondary:hover, .btn--secondary:focus {
    background-color: #241f21;
    color: white; }

.btn--small {
  font-family: Geogrotesque;
  padding: 8px 10px;
  font-size: 0.75em;
  line-height: 1; }

/*================ Button variations ================*/
@media screen and (max-width: 575px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px; } }
.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #241f21;
  text-align: left; }
  .btn--link:hover, .btn--link:focus {
    opacity: 0.6;
    color: #fdb724; }
  .btn--link .icon {
    vertical-align: middle; }

.btn--narrow {
  padding-left: 15px;
  padding-right: 15px; }

.btn--disabled {
  opacity: 0.5;
  cursor: default; }
  .btn--disabled:hover, .btn--disabled:focus {
    opacity: 0.5; }

.btn--has-icon-after .icon {
  margin-left: 10px; }

.btn--has-icon-before .icon {
  margin-right: 10px; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

/*================ #Basic Styles ================*/
body,
html {
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-width {
  max-width: 1200px;
  margin: 0 auto; }

.page-container {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  position: relative;
  /*overflow: hidden;*/ }

#container-header {
  position: relative;
  z-index: 10; }
  #container-header #shopify-section-header > div {
    border-bottom: 1px solid lightgrey; }
  #container-header.transparentTop .site-header,
  #container-header.transparentTop #shopify-section-header > div {
    background-color: rgba(0, 0, 0, 0.1); }
    #container-header.transparentTop .site-header a, #container-header.transparentTop .site-header .btn--link, #container-header.transparentTop .site-header .search-header__input,
    #container-header.transparentTop #shopify-section-header > div a,
    #container-header.transparentTop #shopify-section-header > div .btn--link,
    #container-header.transparentTop #shopify-section-header > div .search-header__input {
      color: white; }
    #container-header.transparentTop .site-header .jetmenu > li > .megamenu.full-width,
    #container-header.transparentTop #shopify-section-header > div .jetmenu > li > .megamenu.full-width {
      border-bottom: 1px solid #d3d3d3; }
      #container-header.transparentTop .site-header .jetmenu > li > .megamenu.full-width a,
      #container-header.transparentTop #shopify-section-header > div .jetmenu > li > .megamenu.full-width a {
        color: #241f21; }
        #container-header.transparentTop .site-header .jetmenu > li > .megamenu.full-width a:hover,
        #container-header.transparentTop #shopify-section-header > div .jetmenu > li > .megamenu.full-width a:hover {
          color: #fdb724; }
    @media screen and (max-width: 767px) {
      #container-header.transparentTop .site-header,
      #container-header.transparentTop #shopify-section-header > div {
        background-color: white; }
        #container-header.transparentTop .site-header a, #container-header.transparentTop .site-header .btn--link, #container-header.transparentTop .site-header .search-header__input,
        #container-header.transparentTop #shopify-section-header > div a,
        #container-header.transparentTop #shopify-section-header > div .btn--link,
        #container-header.transparentTop #shopify-section-header > div .search-header__input {
          color: #241f21; } }
    #container-header.transparentTop .site-header.border-bottom,
    #container-header.transparentTop #shopify-section-header > div.border-bottom {
      border-bottom: none; }
  #container-header.transparentTop .icon-explore .path-3 {
    fill: white; }
  #container-header .icon-explore .path-1 {
    fill: transparent; }
  #container-header .icon-explore .path-3 {
    fill: #241f21; }

#shopify-section-mobile-nav {
  position: relative;
  z-index: 1; }

#shopify-section-header {
  position: relative;
  z-index: 2; }

#shopify-section-header > div {
  border-bottom: 1px solid transparent;
  background-color: white; }
  #shopify-section-header > div.sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: white; }

.main-content {
  display: block; }

.section-header {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .section-header {
      margin-bottom: 50px; } }

table {
  margin-bottom: 27.5px; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

/*================ Typography ================*/
blockquote {
  font-size: 1.125em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
  .rte blockquote {
    border-color: lightgrey;
    border-width: 1px 0;
    border-style: solid;
    padding: 30px 0;
    margin-bottom: 25px; }
  blockquote p + cite {
    margin-top: 25px; }
  blockquote cite {
    display: block;
    font-size: 0.85em;
    font-weight: 400; }
    blockquote cite::before {
      content: '\2014 \0020'; }

code,
pre {
  font-family: Consolas, monospace;
  font-size: 1em; }

pre {
  overflow: auto; }

body,
input,
textarea,
button,
select {
  font-size: 16px;
  font-family: Geogrotesque;
  font-weight: 400;
  line-height: 1.5;
  color: #241f21; }
  body:focus,
  input:focus,
  textarea:focus,
  button:focus,
  select:focus {
    outline: none; }

@media screen and (max-width: 767px) {
  input,
  textarea,
  select,
  button {
    font-size: 16px; } }

/*================ Headings ================*/
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px;
  font-family: Geogrotesque Cond;
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase;
  color: #191818; }
  h1 a, .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h1, .h1 {
  font-size: 2.1875em; }
  @media screen and (max-width: 575px) {
    h1, .h1 {
      font-size: 2em; } }

h2, .h2 {
  font-size: 1.875em; }
  @media screen and (max-width: 575px) {
    h2, .h2 {
      font-size: 1.6875em; } }

h3, .h3 {
  font-size: 1.75em; }
  @media screen and (max-width: 575px) {
    h3, .h3 {
      font-size: 1.75em; } }

h4, .h4 {
  font-size: 1.5625em; }
  @media screen and (max-width: 575px) {
    h4, .h4 {
      font-size: 1.375em; } }

h5, .h5 {
  font-size: 1.375em; }
  @media screen and (max-width: 575px) {
    h5, .h5 {
      font-size: 1.25em; } }

h6, .h6 {
  font-size: 1.3125em; }
  @media screen and (max-width: 575px) {
    h6, .h6 {
      font-size: 1.1875em; } }

/*================ RTE headings ================*/
.rte {
  color: #241f21;
  margin-bottom: 30px; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1, .rte .h1,
  .rte h2,
  .rte .h2,
  .rte h3,
  .rte .h3,
  .rte h4,
  .rte .h4,
  .rte h5,
  .rte .h5,
  .rte h6,
  .rte .h6 {
    margin-top: 50px;
    margin-bottom: 25px; }
    .rte h1:first-child, .rte .h1:first-child,
    .rte h2:first-child,
    .rte .h2:first-child,
    .rte h3:first-child,
    .rte .h3:first-child,
    .rte h4:first-child,
    .rte .h4:first-child,
    .rte h5:first-child,
    .rte .h5:first-child,
    .rte h6:first-child,
    .rte .h6:first-child {
      margin-top: 0; }
  .rte li {
    margin-bottom: 4px;
    list-style: inherit; }
    .rte li:last-child {
      margin-bottom: 0; }

.rte-setting {
  margin-bottom: 16.66667px; }
  .rte-setting:last-child {
    margin-bottom: 0; }

/*================ #Lists ================*/
ul,
ol {
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

.list--inline {
  padding: 0;
  margin: 0; }
  .list--inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 15px; }
  .rte ul.list--inline,
  .rte ol.list--inline {
    margin-left: 0; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }
.rte a:not(.btn) {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

/*================ hr ===================*/
.hr--small {
  padding: 10px 0;
  margin: 0; }

.hr--invisible {
  border-top: 0; }

.border-bottom {
  border-bottom: 1px solid lightgrey; }

.border-top {
  border-top: 1px solid lightgrey; }

.empty-page-content {
  padding: 125px 50px; }
  @media screen and (max-width: 575px) {
    .empty-page-content {
      padding-left: 20px;
      padding-right: 20px; } }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media screen and (max-width: 575px) {
  .responsive-table thead {
    display: none; }
  .responsive-table tr {
    display: block; }
  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%; }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: 25px;
    border: 0;
    margin: 0; }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px; } }
.responsive-table .responsive-table__row + .responsive-table__row,
.responsive-table tfoot > .responsive-table__row:first-child {
  position: relative;
  margin-top: 10px;
  padding-top: 50px; }
  .responsive-table .responsive-table__row + .responsive-table__row::after,
  .responsive-table tfoot > .responsive-table__row:first-child::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    border-bottom: 1px solid lightgrey; }

/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden; }

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

/*================ Forms ================*/
form {
  margin: 0; }

fieldset {
  border: 1px solid lightgrey;
  margin: 0 0 50px;
  padding: 25px; }

legend {
  border: 0;
  padding: 0; }

button {
  cursor: pointer; }

input[type="submit"] {
  cursor: pointer; }

label {
  display: block;
  margin-bottom: 5px; }
  @media screen and (max-width: 575px) {
    label {
      font-size: 0.875em; } }
  [type="radio"] + label, [type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 0; }
  label[for] {
    cursor: pointer; }

input,
textarea,
select {
  border: 1px solid lightgrey;
  background-color: white;
  color: #241f21;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #b9b9b9; }
  input[disabled],
  input .disabled,
  textarea[disabled],
  textarea .disabled,
  select[disabled],
  select .disabled {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
  input.input--error::-webkit-input-placeholder,
  textarea.input--error::-webkit-input-placeholder,
  select.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-moz-placeholder,
  textarea.input--error::-moz-placeholder,
  select.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error:-ms-input-placeholder,
  textarea.input--error:-ms-input-placeholder,
  select.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-ms-input-placeholder,
  textarea.input--error::-ms-input-placeholder,
  select.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1; }
  input.hidden-placeholder::-webkit-input-placeholder,
  textarea.hidden-placeholder::-webkit-input-placeholder,
  select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-moz-placeholder,
  textarea.hidden-placeholder::-moz-placeholder,
  select.hidden-placeholder::-moz-placeholder {
    color: transparent; }
  input.hidden-placeholder:-ms-input-placeholder,
  textarea.hidden-placeholder:-ms-input-placeholder,
  select.hidden-placeholder:-ms-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-ms-input-placeholder,
  textarea.hidden-placeholder::-ms-input-placeholder,
  select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1; }

textarea {
  min-height: 100px; }

/*================ Error styles ================*/
input.input--error,
select.input--error,
textarea.input--error {
  border-color: #d20000;
  background-color: #fff8f8;
  color: #d20000; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/ico-select.svg?v=12124213491689673770);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  @media screen and (min-width: 768px) {
    select {
      padding-top: 10px;
      padding-left: 18px;
      padding-bottom: 10px; } }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

optgroup {
  font-weight: 700; }

option {
  color: #191818;
  background-color: white; }

select::-ms-expand {
  display: none; }

/*================ Form labels ================*/
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial; }

::-webkit-input-placeholder {
  color: #241f21;
  opacity: 0.6; }

::-moz-placeholder {
  color: #241f21;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: #241f21;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: #241f21;
  opacity: 1; }

/*================ Labels ================*/
.label--error {
  color: #d20000; }

input,
textarea {
  padding: 8px 15px; }
  @media screen and (min-width: 768px) {
    input,
    textarea {
      padding: 10px 18px; } }

/*================ Vertical forms ================*/
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 16.66667px; }
.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px; }
.form-vertical [type="submit"],
.form-vertical .btn {
  display: inline-block;
  width: auto; }

/*================ Form feedback messages ================*/
.note,
.form--success,
.errors {
  padding: 8px;
  margin: 0 0 25px; }
  @media screen and (min-width: 768px) {
    .note,
    .form--success,
    .errors {
      padding: 10px; } }

.note {
  border: 1px solid lightgrey; }

.form--success {
  border: 1px solid #19a340;
  background-color: #f8fff9;
  color: #19a340; }

.errors {
  border: 1px solid #d20000;
  background-color: #fff8f8;
  color: #d20000; }
  .errors ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .errors a {
    color: #d20000;
    text-decoration: underline; }

/*================ Input Groups ================*/
.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate; }
  .form-vertical .input-group {
    margin-bottom: 50px; }

.input-group__field,
.input-group__btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group__field,
.input-group__btn .btn {
  height: 42px;
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) {
    .input-group__field,
    .input-group__btn .btn {
      height: 46px; } }

.input-group__field {
  width: 100%;
  border-right: 0;
  border-radius: 2px 0 0 2px; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__btn {
  white-space: nowrap;
  width: 1%; }
  .input-group__btn .btn {
    border-radius: 0 2px 2px 0;
    white-space: nowrap; }

/*===================== Search ==================== */
.search-bar {
  border-bottom: 1px solid lightgrey;
  padding: 0 25px; }

.search-bar__form {
  display: table;
  width: 100%;
  position: relative;
  height: 40px;
  border: 1px solid transparent; }
  @media screen and (max-width: 575px) {
    .search-bar__form {
      width: 100%; } }

.search-bar__submit .icon {
  position: relative;
  top: -1px;
  height: 30px; }

.search-bar__submit,
.search-header__submit {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 5px;
  height: 100%;
  z-index: 1; }

.search-header__submit {
  left: auto;
  right: -30px;
  background-color: black;
  color: #fff;
  width: 30px; }
  .search-header__submit:after, .search-header__submit:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .search-header__submit:after {
    border-color: rgba(0, 0, 255, 0);
    border-right-color: black;
    border-width: 10px;
    margin-top: -10px; }
  .search-header__submit:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: black;
    border-width: 10px;
    margin-top: -10px; }
  .search-header__submit .icon {
    height: 18px !important;
    margin-top: -3px; }
  .transparentTop .search-header__submit {
    background-color: white;
    color: black !important; }
    .transparentTop .search-header__submit:after {
      border-right-color: white; }
    .transparentTop .search-header__submit:before {
      border-right-color: white; }
  .search-header__submit:hover, .search-header__submit:focus {
    opacity: 1; }

.search-header__input,
.search-bar__input {
  background-color: transparent;
  border-radius: 2px;
  color: #191818;
  border-color: transparent;
  padding-left: 10px;
  width: 100%;
  border: 2px solid black;
  border-radius: 0;
  font-family: Geogrotesque Cond;
  font-weight: 400;
  font-size: 18px;
  padding: 3px 10px 3px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .search-header__input:focus,
  .search-bar__input:focus {
    border-color: black; }
  .search-header__input::-webkit-input-placeholder,
  .search-bar__input::-webkit-input-placeholder {
    color: #191818;
    opacity: 0.6; }
  .search-header__input::-moz-placeholder,
  .search-bar__input::-moz-placeholder {
    color: #191818;
    opacity: 0.6; }
  .search-header__input:-ms-input-placeholder,
  .search-bar__input:-ms-input-placeholder {
    color: #191818;
    opacity: 0; }
  .search-header__input::-ms-input-placeholder,
  .search-bar__input::-ms-input-placeholder {
    color: #191818;
    opacity: 1; }
  .transparentTop .search-header__input, .transparentTop
  .search-bar__input {
    border: 2px solid white; }
    .transparentTop .search-header__input:focus, .transparentTop
    .search-bar__input:focus {
      border-color: white; }
    .transparentTop .search-header__input::-webkit-input-placeholder, .transparentTop
    .search-bar__input::-webkit-input-placeholder {
      color: white;
      opacity: 0.6; }
    .transparentTop .search-header__input::-moz-placeholder, .transparentTop
    .search-bar__input::-moz-placeholder {
      color: white;
      opacity: 0.6; }
    .transparentTop .search-header__input:-ms-input-placeholder, .transparentTop
    .search-bar__input:-ms-input-placeholder {
      color: white;
      opacity: 0.6; }
    .transparentTop .search-header__input::-ms-input-placeholder, .transparentTop
    .search-bar__input::-ms-input-placeholder {
      color: white;
      opacity: 0.6; }

.search-bar__input {
  border: 1px solid transparent; }
  @media screen and (max-width: 767px) {
    .search-bar__input {
      padding-left: 40px;
      padding-top: 8px; } }
  .search-bar__input:focus {
    border-color: transparent; }

.search-header__input:hover + .btn--link {
  opacity: 0.6; }

/*================ Mobile Search Bar ================*/
.search-bar {
  border-bottom: 1px solid lightgrey;
  padding: 0 25px; }

.search-bar__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.search-bar__table-cell {
  display: table-cell;
  vertical-align: middle; }

.search-bar__form-wrapper {
  width: 90%; }

/*================ Header Search ================*/
.search-header {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 200px;
  vertical-align: middle; }
  .search-header.search--focus {
    max-width: 200px; }

.search-header__input {
  outline: none;
  border-color: lightgrey;
  cursor: auto;
  border: 2px solid black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.search--focus .search-header__input {
  outline: none;
  border-color: black;
  cursor: auto; }
.search--focus .search-header__submit {
  pointer-events: auto; }

.search-header__submit {
  pointer-events: none; }

.search-header,
.search-header__submit {
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1); }

.no-svg .site-header__search {
  display: inline-block; }
.no-svg .search-header {
  max-width: none; }
.no-svg .search__input {
  width: auto;
  padding-left: 60px; }

.drawer--top {
  width: 100%; }
  .js-drawer-open-top .drawer--top {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: block; }

.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
  background-color: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.drawer-page-content::after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 31, 33, 0.6);
  z-index: 8;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .js-drawer-open .drawer-page-content::after {
    visibility: visible;
    opacity: 1; }

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle; }

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: 1.125em; }
  .drawer__close-button:active, .drawer__close-button:focus {
    background-color: rgba(22, 19, 20, 0.6); }

/*================ MODULES ================*/
.site-header {
  background-color: white;
  transition: all 0.35s;
  position: initial; }
  @media screen and (max-width: 575px) {
    .site-header {
      border-bottom: 1px solid lightgrey; } }
  @media screen and (min-width: 768px) {
    .site-header.logo--center {
      padding-top: 15px;
      padding-bottom: 15px; } }

.site-header__logo {
  margin: 0; }
  .logo-align--center .site-header__logo {
    text-align: center;
    margin: 0 auto; }
    @media screen and (max-width: 575px) {
      .logo-align--center .site-header__logo {
        text-align: left;
        margin: 15px 0; } }

.site-header__logo-link {
  display: inline-block;
  word-break: break-word; }

.site-header__logo-image {
  display: block;
  position: relative; }
  .site-header__logo-image div.logo-primary {
    display: none; }
  .transparentTop .site-header__logo-image div:first-of-type {
    display: block; }
  .site-header__logo-image div:first-of-type img {
    width: 100%; }
  .site-header__logo-image div:last-child:not(:first-of-type) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center; }
    .site-header__logo-image div:last-child:not(:first-of-type) img {
      max-height: 100%;
      display: inline-block;
      opacity: 0; }
  @media screen and (min-width: 768px) {
    .transparentTop .site-header__logo-image div + div {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      text-align: center; } }
  .transparentTop .site-header__logo-image div + div img {
    max-height: 100%;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .transparentTop .site-header__logo-image div + div img {
        opacity: 0; } }
  @media screen and (min-width: 768px) {
    .site-header__logo-image {
      margin: 0 auto; } }

@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0;
    transform: scale(0); }

  100% {
    opacity: 1;
    transform: scale(1); } }

@-moz-keyframes grow {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0;
    transform: scale(0); }

  100% {
    opacity: 1;
    transform: scale(1); } }

@-ms-keyframes grow {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0;
    transform: scale(0); }

  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes grow {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0;
    transform: scale(0); }

  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes shrink {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1); }

  99% {
    opacity: 0;
    transform: scale(0); }

  100% {
    display: none;
    opacity: 0; } }

@-moz-keyframes shrink {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1); }

  99% {
    opacity: 0;
    transform: scale(0); }

  100% {
    display: none;
    opacity: 0; } }

@-ms-keyframes shrink {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1); }

  99% {
    opacity: 0;
    transform: scale(0); }

  100% {
    display: none;
    opacity: 0; } }

@keyframes shrink {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1); }

  99% {
    opacity: 0;
    transform: scale(0); }

  100% {
    display: none;
    opacity: 0; } }

.site-header__logo-image--centered img {
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .logo-align--center .site-header__logo-link {
    margin: 0 auto; } }
.site-header__icons {
  position: relative;
  white-space: nowrap; }

.site-header__icons-wrapper {
  position: relative; }

.site-header__cart,
.site-header__search,
.site-header__account {
  position: relative; }

.site-header__search {
  padding-right: 35px; }
  .site-header__icons--plus .site-header__search {
    padding-right: 35px; }

@media screen and (min-width: 768px) {
  .site-header__cart,
  .site-header__account {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 8px 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .site-header__account {
    right: 50px; } }
.site-header__cart-title,
.site-header__search-title {
  display: inline-block;
  vertical-align: middle;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.site-header__cart-title {
  margin-right: 3px; }

.site-header__cart-count {
  display: block;
  position: absolute;
  top: -1px;
  font-weight: bold;
  background-color: #fdb724;
  color: white;
  border-radius: 9px;
  min-width: 16px;
  height: 16px; }
  .site-header__cart-count span {
    display: block;
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1; }
  @media screen and (min-width: 768px) {
    .logo--center .site-header__cart-count {
      right: -2px; }
    .logo--left .site-header__cart-count {
      left: 12px;
      top: 4px; } }

@media screen and (max-width: 767px) {
  .site-header__cart-count {
    top: 14px;
    left: 22px;
    border-radius: 11px;
    min-width: 19px;
    height: 19px; }
    .site-header__cart-count span {
      padding: 4px 6px;
      font-size: 12px; } }
.site-header__menu {
  display: none; }

.site-header .icon-search,
.site-header .icon-hamburger,
.site-header .icon-close,
.site-header .icon-cart {
  height: 30px; }
  @media screen and (min-width: 768px) {
    .site-header .icon-search,
    .site-header .icon-hamburger,
    .site-header .icon-close,
    .site-header .icon-cart {
      margin-right: 3px; } }

.site-header__cart + strong em {
  margin-left: 5px; }

@media screen and (max-width: 767px) {
  .site-header__menu,
  .site-header__search-toggle,
  .site-header__cart,
  .site-header__account {
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
    margin: 0; }
    .site-header__icons--plus .site-header__menu, .site-header__icons--plus
    .site-header__search-toggle, .site-header__icons--plus
    .site-header__cart, .site-header__icons--plus
    .site-header__account {
      padding: 18px 6px; }

  .site-header__logo {
    text-align: left; }
    .site-header__logo img {
      margin: 0; } }
.article--listing {
  padding-top: 50px;
  margin-bottom: 50px; }

.article__title {
  margin-bottom: 10px; }

.article__author {
  margin-right: 10px; }

.article__author,
.article__date {
  display: inline-block;
  margin-bottom: 20px; }
  .template-article .article__author, .template-article
  .article__date {
    margin-bottom: 0; }

.article__tags {
  margin-bottom: 25px; }

.article__tags--list {
  font-style: italic; }

/*================ #Site Nav and Dropdowns ================*/
.site-header__logo {
  margin: 35px 0; }
  .site-header__logo img {
    display: block; }
  @media screen and (max-width: 767px) {
    .site-header__logo {
      margin: 15px 0; } }

.nav-below .site-nav {
  padding-top: 15px;
  padding-bottom: 15px; }

.site-nav {
  position: relative;
  padding: 0;
  margin: 15px 0; }
  nav.nav-below .site-nav {
    margin: 0; }
  .site-nav a {
    padding: 3px 10px; }
  .site-nav li {
    display: inline-block; }

.site-nav--centered {
  text-align: center;
  padding-bottom: 0; }

/*================ Site Nav Links ================*/
.site-nav__link {
  display: block;
  white-space: nowrap; }
  .site-nav--centered .site-nav__link {
    padding-top: 0; }
  .site-nav__link .icon-chevron-down {
    width: 8px;
    height: 8px;
    margin-left: 2px;
    display: none; }
    .site-nav--active-dropdown .site-nav__link .icon-chevron-down {
      transform: rotateZ(-180deg); }
  .site-nav__link.site-nav--active-dropdown {
    border: 1px solid lightgrey;
    border-bottom: 1px solid transparent;
    z-index: 2; }

/*================ Dropdowns ================*/
.site-nav--has-centered-dropdown {
  position: static; }

.site-nav__dropdown {
  display: none;
  position: absolute;
  left: 0;
  padding: 11px 17px;
  margin: 0;
  z-index: 7;
  text-align: left;
  border: 1px solid lightgrey;
  background: white;
  left: -1px;
  top: 41px; }
  .site-nav__dropdown .site-nav__link {
    padding: 4px 30px 4px 0; }
  .site-nav--active-dropdown .site-nav__dropdown {
    display: block; }
  .site-nav__dropdown li {
    display: block; }

.site-nav__dropdown--centered {
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  text-align: center; }

/*================ Child list ================*/
.site-nav__childlist {
  display: inline-block;
  border: 1px solid lightgrey;
  background: white;
  padding: 11px 17px;
  text-align: left; }

.site-nav__childlist-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px; }

.site-nav__childlist-item {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 30px; }

.site-nav__child-link--parent {
  font-weight: 700;
  margin: 4px 0; }

/*================ Mobile Site Nav ================*/
.mobile-nav {
  display: block;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .sub-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .third-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-200%, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }

.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 16px; }
  .mobile-nav__link .fa,
  .mobile-nav__sublist-link .fa {
    margin-right: 5px; }

.mobile-nav__link {
  position: relative; }

.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
  padding-left: 70px; }

.mobile-nav__item {
  display: block;
  width: 100%; }
  .mobile-nav__item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 10px;
    margin: -6px 0 0 -5px; }

.mobile-nav__return {
  border-right: 1px solid lightgrey; }

.mobile-nav__return-btn {
  position: relative;
  padding: 24px 0;
  width: 55px; }

.mobile-nav__icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
  overflow: hidden; }

.mobile-nav__table {
  display: table;
  width: 100%; }

.mobile-nav__table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: left;
  white-space: normal; }

.mobile-nav__toggle-button {
  padding: 20px 15px; }

.mobile-nav__dropdown {
  position: absolute;
  background-color: white;
  z-index: 8;
  width: 100%;
  top: 0;
  right: -100%;
  display: none; }
  .is-active + .mobile-nav__dropdown {
    display: block;
    opacity: 1; }
  .mobile-nav__dropdown.is-closing {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    opacity: 0.99; }
  .mobile-nav__dropdown .mobile-nav__sublist-header {
    display: table-cell;
    vertical-align: middle; }

/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  position: absolute;
  left: 15px;
  right: 15px;
  background-color: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  display: none;
  overflow: hidden; }
  .mobile-nav-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid lightgrey; }
  .mobile-nav-wrapper.js-menu--is-open {
    display: block; }

.mobile-nav--open .icon-close {
  display: none; }

.mobile-nav--close .icon-hamburger {
  display: none; }

/*================ #Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons .icon {
    width: 30px;
    height: 30px; }

/*================ Social Icons ================*/
.social-icons .icon {
  width: 16px;
  height: 16px; }
  @media screen and (min-width: 768px) {
    .social-icons .icon {
      width: 16px;
      height: 16px; } }
  .social-icons .icon.icon--wide {
    width: 40px; }

/*============================================================================
  Blog article grid
==============================================================================*/
.grid--blog {
  overflow: auto; }

.article__grid-tag {
  margin-right: 10px; }

.article__grid-meta {
  margin-bottom: 50px; }

@media screen and (max-width: 575px) {
  .article__grid-meta--has-image {
    float: left;
    width: 60%;
    padding-left: 20px; } }

.article__grid-excerpt {
  margin-bottom: 15px; }

.article__grid-image {
  display: block;
  clear: both;
  margin-bottom: 25px; }
  @media screen and (max-width: 575px) {
    .article__grid-image {
      float: left;
      width: 40%;
      margin-bottom: 50px; } }
  .article__grid-image img {
    display: block; }

.article__list-image {
  margin: 0 auto; }

.sidebar {
  margin-top: 40px; }

.sidebar__list {
  list-style: none;
  margin-bottom: 50px; }
  .sidebar__list li {
    margin-bottom: 10px; }

.pagination {
  list-style: none;
  font-size: .8rem;
  padding-top: 50px;
  display: block; }
  .pagination li {
    display: inline-block; }
  .pagination .icon {
    display: block;
    height: 20px;
    vertical-align: middle; }

.pagination__text {
  padding: 0 25px; }

.comment {
  margin-bottom: 30px; }
  .comment:last-child {
    margin-bottom: 0; }

.comment__content {
  margin-bottom: 5px; }

.comment__meta-item {
  margin-right: 10px;
  font-size: .8rem; }
  .comment__meta-item:first-child::before {
    content: '\2014 \0020'; }

.btn--share {
  margin-right: 5px;
  margin-bottom: 10px; }
  .btn--share .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px; }
  .btn--share .icon-facebook {
    fill: #3b5998; }
  .btn--share .icon-twitter {
    fill: #00aced; }
  .btn--share .icon-pinterest {
    fill: #cb2027; }

.share-title {
  display: inline-block;
  vertical-align: middle; }

/*================ Quote slider ================*/
.quote-icon {
  display: block;
  margin: 0 auto 20px; }

.quotes-slider__text {
  font-weight: 400;
  font-style: normal;
  padding: 0 15px; }
  .quotes-slider__text cite {
    font-style: normal; }
  .quotes-slider__text p {
    margin-bottom: 30px; }
    .quotes-slider__text p + cite {
      margin-top: 0; }

.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 50px; }
  .quotes-wrapper .slick-dots li button::before {
    color: #191818;
    opacity: 0.2; }

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

/*================ Logo bar ================*/
.logo-bar {
  text-align: center;
  margin-bottom: -30px; }

@media screen and (min-width: 768px) {
  .logo-bar--large {
    margin-bottom: -50px; } }
.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 25px 30px; }

@media screen and (min-width: 768px) {
  .logo-bar__item--large {
    margin-bottom: 50px; } }
.logo-bar__image {
  display: block;
  margin: 0 auto; }

.logo-bar__link {
  display: block; }

/*================ Map ================*/
.map-section {
  position: relative;
  height: 650px;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .map-section {
      height: 500px; } }
  .map-section .page-width {
    height: 100%; }

.map-section--load-error {
  height: auto; }

.map-section__overlay-wrapper {
  position: relative;
  text-align: center;
  height: 100%; }

.map-section__overlay {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 30px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .map-section__overlay {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
      width: 33.33333%; }
      .ie9 .map-section__overlay {
        top: 10%; } }
  .map-section--load-error .map-section__overlay {
    position: static;
    transform: translateY(0); }

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.map-section__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  margin-bottom: -50%; }
  @media screen and (min-width: 768px) {
    .map-section__container {
      width: 130%;
      height: 100%;
      margin: 0 -30% 0 0; } }

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden; }

/*================ Image bar ================*/
@media screen and (max-width: 575px) {
  .image-bar {
    max-width: 400px;
    margin: 0 auto; } }

.image-bar__item {
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.image-bar__link:focus .image-bar__content {
  border-color: #241f21; }

.image-bar__content {
  position: relative;
  width: 100%; }
  .image-bar--x-small .image-bar__content {
    height: 94px; }
  .image-bar--small .image-bar__content {
    height: 225px; }
  .image-bar--medium .image-bar__content {
    height: 357px; }
  .image-bar--large .image-bar__content {
    height: 488px; }
  .image-bar--x-large .image-bar__content {
    height: 582px; }
  @media screen and (min-width: 768px) {
    .image-bar--x-small .image-bar__content {
      height: 125px; }
    .image-bar--small .image-bar__content {
      height: 300px; }
    .image-bar--medium .image-bar__content {
      height: 475px; }
    .image-bar--large .image-bar__content {
      height: 650px; }
    .image-bar--x-large .image-bar__content {
      height: 775px; } }

.image-bar__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #241f21;
  opacity: 0.05;
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s; }

.animsition.finished .image-bar__overlay::before {
  mix-blend-mode: multiply;
  opacity: 0.25; }

.image-bar__caption {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
  text-align: center; }

/*================= Header ================*/
.header-image {
  /* margin-bottom: $section-spacing-small; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .header-image.minimal {
    border-top: 1px solid lightgrey;
    padding-top: 0;
    padding-bottom: 0; }
    .header-image.minimal > .container {
      padding-top: 30px; }
  .header-image.image-bar__overlay h1, .header-image.image-bar__overlay .h1 {
    color: white; }
  @media screen and (min-width: 768px) {
    .header-image {
      margin-bottom: 50px;
      padding-top: 480px;
      padding-bottom: 20px; }
      .header-image.minimal {
        padding-top: 0;
        padding-bottom: 0; }
        .header-image.minimal > .container {
          padding-top: 50px; } }

/*================= Footer ================*/
.site-footer {
  padding: 100px 0 0;
  background-image: url("footer-pattern.png");
  margin-top: 0 !important; }
  @media screen and (max-width: 767px) {
    .site-footer {
      padding: 25px;
      padding-bottom: 0; } }
  @media screen and (max-width: 575px) {
    .site-footer {
      text-align: center; } }
  .site-footer h5, .site-footer .h5 {
    color: white; }
    @media screen and (max-width: 767px) {
      .site-footer h5, .site-footer .h5 {
        font-size: 1rem;
        margin-bottom: 10px; } }
  .site-footer h3, .site-footer .h3 {
    color: white; }
  .site-footer .list--inline li {
    margin-right: 10px; }
    .site-footer .list--inline li:last-child {
      margin-right: 0; }
  .site-footer a:hover {
    color: #fdb724; }

.site-newsletter {
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .site-newsletter {
      padding: 50px 0; } }

@media screen and (max-width: 767px) {
  .logo--footer {
    margin-bottom: 20px;
    display: block; } }

.site-footer__linklist-item, .nav__sidebar li {
  padding: 5px 0;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .site-footer__linklist-item, .nav__sidebar li {
      padding: 0 0 6px 0; }
      .site-footer__linklist--center .site-footer__linklist-item, .site-footer__linklist--center .nav__sidebar li, .nav__sidebar .site-footer__linklist--center li {
        display: inline-block;
        padding: 3px 0; } }

.site-footer__newsletter {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 25px; }
  .site-footer__newsletter h3, .site-footer__newsletter .h3 {
    margin-bottom: 25px; }
  .site-footer__newsletter h1, .site-footer__newsletter .h1 {
    margin-bottom: 25px;
    color: white;
    font-size: 2rem;
    font-weight: 300; }
    @media screen and (max-width: 991px) {
      .site-footer__newsletter h1, .site-footer__newsletter .h1 {
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .site-footer__newsletter h1, .site-footer__newsletter .h1 {
        font-size: 1.2rem; } }
  .site-footer__newsletter h5, .site-footer__newsletter .h5 {
    margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .site-footer__newsletter {
      max-width: 100%; }
      .site-footer__newsletter .input-group {
        max-width: 500px;
        width: 100%;
        margin-bottom: 25px; } }
  .site-footer__newsletter + div {
    margin-top: 25px; }
  .site-footer__newsletter .input-group__field {
    background-color: transparent;
    color: white;
    text-transform: uppercase; }
    .site-footer__newsletter .input-group__field::-webkit-input-placeholder {
      color: #777777;
      opacity: 1; }
    .site-footer__newsletter .input-group__field::-moz-placeholder {
      color: #777777;
      opacity: 1; }
    .site-footer__newsletter .input-group__field:-ms-input-placeholder {
      color: #777777;
      opacity: 1; }
    .site-footer__newsletter .input-group__field::-ms-input-placeholder {
      color: #777777;
      opacity: 1; }
  .site-footer__newsletter .newsletter__submit {
    width: 50px;
    padding: 0;
    position: relative; }
    .site-footer__newsletter .newsletter__submit:after, .site-footer__newsletter .newsletter__submit:before {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .site-footer__newsletter .newsletter__submit:after {
      border-color: rgba(255, 255, 255, 0);
      border-right-color: white;
      border-width: 11px;
      margin-top: -11px; }
    .site-footer__newsletter .newsletter__submit:before {
      border-color: rgba(255, 255, 255, 0);
      border-right-color: white;
      border-width: 12px;
      margin-top: -12px; }
    .site-footer__newsletter .newsletter__submit img {
      max-width: 32px; }
    .site-footer__newsletter .newsletter__submit .icon-newsletter {
      width: 32px;
      height: 32px;
      -ms-transition: 0.3s all ease-in-out;
      -webkit-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
    .site-footer__newsletter .newsletter__submit:hover, .site-footer__newsletter .newsletter__submit:focus {
      background-color: #ffffff; }
      .site-footer__newsletter .newsletter__submit:hover .icon-newsletter, .site-footer__newsletter .newsletter__submit:focus .icon-newsletter {
        color: #fdb724;
        -ms-transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out; }

.site-footer__copyright {
  margin-top: 30px; }

.social-icons__link {
  display: block;
  padding: 0 3px;
  border: 2px solid white;
  border-radius: 25px;
  padding: 5px;
  width: 32px;
  height: 32px;
  line-height: 17px;
  text-align: center;
  color: white; }
  .social-icons__link:hover {
    border-color: #fdb724; }
  .social-icons__link:first-child {
    margin-left: 0; }

.site-footer__copyright {
  text-align: center; }

.site-footer__copyright-content {
  padding-right: 20px; }
  .site-footer__copyright--right .site-footer__copyright-content {
    padding: 0 0 0 20px; }
    .site-footer__copyright--right .site-footer__copyright-content:first-child {
      padding-left: 0; }
    @media screen and (min-width: 768px) {
      .site-footer__copyright--right .site-footer__copyright-content {
        padding: 0 0 0 30px; } }

.site-footer__copyright-content--powered-by {
  padding-right: 0; }

.site-footer__payment-icons {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .site-footer__payment-icons {
      margin-top: 20px; }
      .site-footer__copyright--right .site-footer__payment-icons {
        padding-left: 30px; } }
  .site-footer__payment-icons .payment-icon {
    margin-right: 5px; }
    .site-footer__payment-icons .payment-icon:last-child {
      margin-right: 0; }

.site-footer__copyright--bottom {
  margin-top: 70px;
  text-align: left;
  padding: 20px 0;
  background-color: #191818; }
  @media screen and (max-width: 575px) {
    .site-footer__copyright--bottom {
      text-align: center; } }

@media screen and (min-width: 768px) {
  .site-footer__payment-icons--right {
    float: right;
    margin-top: 0; } }

/*============================================================================
  Slick slider overrides
==============================================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

/*================ Slick dots and prev/next pagination ================*/
.slick-slider .slick-dots {
  margin: 0;
  width: auto; }
  .slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 6px; }
    .slick-slider .slick-dots li:first-of-type {
      margin-left: 0; }
    @media screen and (min-width: 768px) {
      .slick-slider .slick-dots li {
        width: 12px;
        height: 12px;
        margin-left: 8px; } }
    #shopify-section-product-related .slick-slider .slick-dots li {
      width: auto;
      height: auto; }
    .slick-slider .slick-dots li button {
      position: relative;
      padding: 0;
      width: 10px;
      height: 10px; }
      @media screen and (min-width: 768px) {
        .slick-slider .slick-dots li button {
          width: 12px;
          height: 12px; } }
    .slick-slider .slick-dots li button::before {
      text-indent: -9999px;
      background-color: transparent;
      border-radius: 100%;
      background-color: currentColor;
      width: 10px;
      height: 10px;
      opacity: 0.4;
      transition: all 0.2s; }
      @media screen and (min-width: 768px) {
        .slick-slider .slick-dots li button::before {
          width: 12px;
          height: 12px; } }
    .slick-slider .slick-dots li.slick-active button::before {
      opacity: 1; }
    .slick-slider .slick-dots li button:active::before {
      opacity: 0.7; }

/*============================================================================
  Hero slider

  Extends default slick slider styles.
  Extra specificity in selectors is used to override defaults.
==============================================================================*/
.slideshow-wrapper {
  position: relative; }

.slideshow {
  overflow: hidden;
  height: 325px;
  margin-bottom: 0; }
  .slideshow.slideshow--medium {
    height: 500px; }
  .slideshow.slideshow--large {
    height: 575px; }
  @media screen and (min-width: 768px) {
    .slideshow {
      height: 475px; }
      .slideshow.slideshow--medium {
        height: 650px; }
      .slideshow.slideshow--large {
        height: 775px; } }
  .slideshow .slideshow__slide,
  .slideshow .slick-list,
  .slideshow .slick-track {
    height: 100%; }
  .slideshow .slick-prev,
  .slideshow .slick-next {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 40px; }
  .slideshow .slick-prev {
    left: 0; }
  .slideshow .slick-next {
    right: 0; }
  .slideshow .slick-dots {
    bottom: 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
    .slideshow .slick-dots li button::before {
      color: white; }

.video-is-playing .slick-dots {
  display: none !important; }

.slideshow__pause:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: white;
  background-color: #fdb724;
  padding: 25px;
  z-index: 2;
  transition: none; }
  .video-is-playing .slideshow__pause:focus {
    display: none; }

.slideshow__pause-stop {
  display: block; }
  .is-paused .slideshow__pause-stop {
    display: none; }

.slideshow__pause-play {
  display: none; }
  .is-paused .slideshow__pause-play {
    display: block; }

/*================ General slide styles ================*/
.slideshow__slide {
  position: relative;
  overflow: hidden; }

.slideshow__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .slideshow__link:active, .slideshow__link:focus {
    opacity: 1; }

.slideshow__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #241f21;
  opacity: 0.05;
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
  z-index: 3; }

.animsition.finished .slideshow__overlay::before {
  mix-blend-mode: multiply;
  opacity: 0.25; }

/*================ Slide images ================*/
.slideshow__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1; }
  .slick-initialized .slideshow__image, .no-js .slideshow__image {
    opacity: 1; }
  .slideshow__slide--background-video .slideshow__image {
    opacity: 0; }
  .no-autoplay .slideshow__image {
    opacity: 1; }

.ie9 .slideshow__slide {
  z-index: 1 !important; }
.ie9 .slick-dots {
  z-index: 2; }

/*================ Slide text ================*/
.slideshow__text-wrap {
  height: 100%; }
  .slideshow__link .slideshow__text-wrap {
    cursor: inherit; }
  .slideshow__slide--has-background-video .slideshow__text-wrap {
    padding-top: 150px; }
  .video-is-playing .slideshow__text-wrap {
    display: none; }
  .slideshow__slide.video-is-paused .slideshow__text-wrap {
    display: none; }

.slideshow__text-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  z-index: 3; }
  .slick-active .slideshow__text-content, .no-js .slideshow__text-content {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1; }
  .slideshow__text-content::after {
    content: '';
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 3px 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;
    opacity: 1;
    transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
    bottom: -50px;
    left: 50%; }
  .slick-initialized .slideshow__text-content::after, .no-js .slideshow__text-content::after {
    opacity: 0;
    visibility: hidden;
    content: none; }
  .slideshow__text-content .page-width {
    padding-left: 10%;
    padding-right: 10%; }
    @media screen and (max-width: 1699px) {
      .slideshow__text-content .page-width {
        padding-left: 5%;
        padding-right: 5%; } }

.slideshow__title {
  color: white; }
  .slideshow__title + hr + .btn {
    margin-top: 20px; }

.slideshow__subtitle {
  display: block;
  color: white; }

.wholesale_notification {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey; }

.notification-bar {
  text-align: center;
  position: relative;
  z-index: 11;
  border-bottom: 1px solid #e6e6e6; }
  .notification-bar .icon {
    margin-right: 6px !important; }
  .notification-bar ul li {
    border-right: 1px solid lightgrey;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px; }
    @media screen and (max-width: 1499px) {
      .notification-bar ul li {
        padding: 10px 5px; } }
    @media screen and (max-width: 1199px) {
      .notification-bar ul li {
        font-size: 12px; } }
    @media screen and (max-width: 767px) {
      .notification-bar ul li {
        padding: 3px 5px; } }
    .notification-bar ul li strong {
      font-weight: 600; }
    .notification-bar ul li:first-child {
      padding-left: 0; }
    .notification-bar ul li:last-child {
      padding-right: 0;
      border-right: 0px;
      padding-top: 0;
      padding-bottom: 0; }
    .notification-bar ul li select {
      color: black;
      border: 0px;
      font-weight: 600;
      padding: 0 30px 0 0;
      font-size: 14px;
      height: 40px !important; }
  @media screen and (min-width: 768px) {
    .notification-bar .notification-left {
      text-align: left; } }
  .notification-bar .notification-right ul li strong {
    position: relative;
    top: 2px; }
  .notification-bar .site-header__cart, .notification-bar .site-header__account {
    position: relative; }
  .notification-bar .site-header__cart-count {
    left: 11px;
    top: 4px;
    background-color: black;
    border: 1px solid #fff; }
  .notification-bar .wambutton {
    position: static;
    padding: 0;
    text-transform: capitalize; }

.sub-notification {
  text-align: center;
  padding: 12px; }
  .sub-notification p {
    margin-bottom: 0;
    font-family: Geogrotesque Cond;
    font-size: 14px; }

.notification-bar__message {
  display: block;
  font-size: 0.875em;
  padding: 10px 20px; }
  @media screen and (min-width: 1200px) {
    .notification-bar__message {
      padding: 10px 0px 10px 52px; } }
  @media screen and (max-width: 1199px) {
    .notification-bar__message {
      padding: 10px;
      text-align: left; } }
  @media screen and (max-width: 991px) {
    .notification-bar__message {
      padding: 12px;
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .notification-bar__message {
      padding: 5px;
      text-align: center;
      font-size: 14px; } }

/*================ Video styles ================*/
.slideshow__slide--has-background-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.slideshow__video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.slideshow__video--background {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in; }
  .autoplay .slideshow__video--background.video-is-loaded {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__slide--background-video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.slideshow__video--chrome {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in; }
  .ie9 .slideshow__video--chrome {
    display: block; }
  .slideshow__slide.video-is-playing .slideshow__video--chrome, .slideshow__slide.video-is-paused .slideshow__video--chrome {
    display: block;
    visibility: visible;
    opacity: 1; }

/*================ Video control buttons ================*/
.slideshow__video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 5px;
  z-index: 4;
  transition: all 0.1s ease-out; }
  .slideshow__video-control:hover, .slideshow__video-control:focus {
    opacity: 0.7; }

.video-loader {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px 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: 4;
  top: 50%;
  left: 50%; }
  .ie9 .video-loader, .video-is-loaded .video-loader, .video-is-playing .video-loader, .video-is-paused .video-loader, .autoplay .video-loader, .no-autoplay .video-loader {
    content: none;
    display: none; }
  .video-is-loading .video-loader, .autoplay .video-is-loading .video-loader, .no-autoplay .video-is-loading .video-loader {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__video-control--play-wrapper {
  height: 30px; }
  @media screen and (min-width: 768px) {
    .slideshow__video-control--play-wrapper {
      height: 45px; } }

@media screen and (min-width: 768px) {
  .slideshow__video-control--play-wrapper--push {
    margin-top: 25px; } }

.slideshow__video-control--play {
  opacity: 0;
  color: white;
  position: relative;
  margin: 0 auto; }
  .slideshow__video-control--play .slideshow__video--background {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .video-is-loaded .slideshow__video-control--play {
    display: block;
    visibility: visible;
    opacity: 1; }
  .video-is-loading .slideshow__video-control--play, .video-is-playing .slideshow__video-control--play, .slideshow__slide.video-is-paused .slideshow__video-control--play {
    display: none;
    visibility: hidden;
    opacity: 0; }
  .slideshow__video-control--play .icon {
    width: 42px;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .slideshow__video-control--play .icon {
        width: 65px; } }

.slideshow__video-control--close {
  top: 10px;
  right: 10px;
  background-color: white;
  color: black; }
  .video-is-playing .slideshow__video-control--close, .slideshow__slide.video-is-paused .slideshow__video-control--close {
    display: block;
    visibility: visible;
    opacity: 1; }
  .slideshow__video-control--close .icon {
    display: block;
    width: 20px;
    height: 20px; }

/*================ Index sections ================*/
.index-section {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .index-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .index-section:first-child {
    padding-top: 0;
    border-top: 0; }
  .index-section:last-child {
    padding-bottom: 0; }

.index-section--flush + .index-section--flush,
.index-section--flush + div > .index-section--flush {
  margin-top: -60px; }
  @media screen and (min-width: 768px) {
    .index-section--flush + .index-section--flush,
    .index-section--flush + div > .index-section--flush {
      margin-top: -100px; } }

.index-section--flush + div > .index-section--flush .section-header h1, .index-section--flush + div > .index-section--flush .section-header .h1, .index-section--flush + div > .index-section--flush .section-header h2, .index-section--flush + div > .index-section--flush .section-header .h2, .index-section--flush + div > .index-section--flush .section-header h3, .index-section--flush + div > .index-section--flush .section-header .h3, .index-section--flush + div > .index-section--flush .section-header h4, .index-section--flush + div > .index-section--flush .section-header .h4, .index-section--flush + div > .index-section--flush .section-header h5, .index-section--flush + div > .index-section--flush .section-header .h5 {
  margin-top: 15px; }

.index-section--flush:first-child {
  margin-top: -30px; }
  @media screen and (min-width: 768px) {
    .index-section--flush:first-child {
      margin-top: -50px; } }

@media screen and (max-width: 575px) {
  .index-section--featured-product:first-child {
    margin-top: -12px; } }
.placeholder-svg {
  display: block;
  fill: rgba(36, 31, 33, 0.35);
  background-color: rgba(36, 31, 33, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(36, 31, 33, 0.2); }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0; }

/*================ Hero Styles ================*/
.hero {
  position: relative;
  height: 475px;
  display: table;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.hero--x-small {
  height: 94px; }

.hero--small {
  height: 225px; }

.hero--medium {
  height: 357px; }

.hero--large {
  height: 488px; }

.hero--x-large {
  height: 582px; }

@media screen and (min-width: 768px) {
  .hero--x-small {
    height: 125px; }

  .hero--small {
    height: 300px; }

  .hero--medium {
    height: 475px; }

  .hero--large {
    height: 650px; }

  .hero--x-large {
    height: 775px; } }
.hero__overlay {
  background-size: cover; }
  .hero__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #241f21;
    opacity: 0.05;
    -ms-transition: all ease-out 0.35s;
    -webkit-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s;
    z-index: 1; }

.animsition.finished .hero__overlay::before {
  mix-blend-mode: multiply;
  opacity: 0.25; }

.hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
  color: white;
  z-index: 2; }

.hero__btn {
  background-color: white;
  color: black;
  margin-top: 25px; }

/*================ Collection Grids and Lists ================*/
.filters {
  list-style: none;
  margin: 0; }
  .filters .filter {
    padding: 0 0 15px 0; }
    .filters .filter input {
      display: none; }
    .filters .filter label {
      display: block;
      position: relative;
      text-transform: capitalize;
      padding-left: 25px;
      -ms-transition: all ease-out 0.35s;
      -webkit-transition: all ease-out 0.35s;
      transition: all ease-out 0.35s; }
      .filters .filter label:hover {
        background: rgba(36, 31, 33, 0.1); }
      .filters .filter label:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 50%;
        margin-top: -8px;
        border: 1px solid lightgrey;
        border-radius: 8px; }
      .filters .filter label:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: 8px;
        margin-top: 0;
        background: lightgrey;
        border-radius: 4px;
        -ms-transition: all ease-out 0.35s;
        -webkit-transition: all ease-out 0.35s;
        transition: all ease-out 0.35s; }
    .filters .filter :checked + label:after {
      height: 8px;
      width: 8px;
      margin-top: -4px;
      left: 4px; }
    .filters .filter :disabled + label,
    .filters .filter .disabled + label {
      pointer-events: none;
      opacity: .5;
      color: #333131; }
  .filters h4, .filters .h4 {
    line-height: 55px;
    font-size: 1.125em; }

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .col-lg-15 .collection-grid-item {
      padding-bottom: 79.999%; } }
  @media screen and (min-width: 992px) {
    .col-lg-20 .collection-grid-item {
      padding-bottom: 60%; } }
  @media screen and (min-width: 992px) {
    .col-lg-30 .collection-grid-item {
      padding-bottom: 39.999%; } }
  @media screen and (min-width: 992px) {
    .col-lg-40 .collection-grid-item {
      padding-bottom: 30%; } }
  @media screen and (min-width: 992px) {
    .col-lg-45 .collection-grid-item {
      padding-bottom: 26.666%; } }
  @media screen and (min-width: 992px) {
    .col-60 .collection-grid-item {
      padding-bottom: 19.595%; } }
  @media screen and (min-width: 768px) {
    .collection-grid-item {
      margin-bottom: 30px; } }

.collection-grid-item__title {
  color: white;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  padding: 0 5px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 768px) {
    .collection-grid-item__title {
      padding: 0 15px; } }

.collection-grid-item__link {
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .collection-grid-item__link:focus {
    border-color: #241f21; }

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.collection-grid-item__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #241f21;
  opacity: 0.05;
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s; }
.animsition.finished .collection-grid-item__title-wrapper::before {
  mix-blend-mode: multiply;
  opacity: 0.25; }

.grid--view-items {
  margin-bottom: -30px; }

.grid-view-item {
  margin: 0 auto 30px;
  position: relative; }
  .grid-view-item .prod-tags {
    position: absolute;
    left: 5px;
    top: 10px; }
    .grid-view-item .prod-tags.sale-icon {
      border: 2px solid #848182;
      border-radius: 25px;
      color: #848182;
      font-weight: 600;
      width: 35px;
      height: 35px;
      font-style: normal;
      font-size: 12px;
      line-height: 32px;
      text-align: center; }
    .grid-view-item .prod-tags.wishlist-icon {
      width: 23px;
      height: 20px;
      left: auto;
      right: 0;
      top: 0;
      font-size: 30px;
      color: #807d7e; }
      .grid-view-item .prod-tags.wishlist-icon button {
        color: #807d7e; }
      .grid-view-item .prod-tags.wishlist-icon .wishlist {
        margin-top: 0;
        padding: 0; }
      .grid-view-item .prod-tags.wishlist-icon span i {
        text-indent: -9999px;
        right: -57px;
        font-size: 22px;
        color: #848182;
        position: relative;
        top: -4px; }
  .custom__item .grid-view-item {
    margin-bottom: 0; }

.grid-view-item__title {
  margin-bottom: 0;
  color: #191818;
  font-size: 28px; }
  @media screen and (max-width: 1199px) {
    .grid-view-item__title {
      font-size: 24px; } }
  @media screen and (max-width: 991px) {
    .grid-view-item__title {
      font-size: 22px; } }

.grid-view-item__meta {
  margin-top: 5px; }

@media screen and (max-width: 575px) {
  .grid-view-item__title,
  .grid-view-item__meta {
    font-size: 0.9375em; } }

.product-price__price {
  display: inline-block;
  color: #241f21; }

.product-price__sale {
  padding-right: 0; }

.grid-view-item__link {
  display: block; }
  @media screen and (max-width: 767px) {
    .grid-view-item__link {
      text-align: center; } }

.grid-view-item__vendor {
  margin-top: 4px;
  color: #241f21;
  font-size: 0.875em;
  text-transform: uppercase; }
  @media screen and (max-width: 575px) {
    .grid-view-item__vendor {
      font-size: 0.8125em; } }

.grid-view-item__image {
  display: block;
  margin: 0 auto 15px;
  padding: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 25px; }
  @media screen and (max-width: 575px) {
    .grid-view-item__image {
      padding: 43% 0; } }
  .grid-view-item--sold-out .grid-view-item__image {
    opacity: 0.5; }

.list-view-item {
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
  width: 100%; }
  .list-view-item:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .list-view-item {
      border-bottom: 1px solid lightgrey;
      padding-bottom: 20px; }
      .list-view-item:last-child {
        padding-bottom: 0;
        border-bottom: 0; } }

.list-view-item__image-column {
  display: table-cell;
  width: 130px; }
  @media screen and (max-width: 575px) {
    .list-view-item__image-column {
      width: 85px; } }

.list-view-item__image-wrapper {
  position: relative;
  margin-right: 30px; }
  @media screen and (max-width: 575px) {
    .list-view-item__image-wrapper {
      margin-right: 15px; } }
  .list-view-item__image-wrapper img {
    max-height: 100px; }

.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle; }

.list-view-item__title {
  color: #191818;
  font-size: 1.125em;
  min-width: 100px; }
  @media screen and (max-width: 575px) {
    .list-view-item__title {
      font-size: 0.9375em; } }

.list-view-item__sold-out {
  font-size: 0.9375em; }

.list-view-item__on-sale {
  color: #848182;
  font-size: 0.9375em; }
  @media screen and (max-width: 575px) {
    .list-view-item__on-sale {
      display: none; } }

.list-view-item__vendor-column {
  display: table-cell;
  text-align: center;
  text-align: center;
  width: 20%; }

.list-view-item__vendor {
  font-size: 0.9375em;
  font-style: italic; }
  @media screen and (max-width: 575px) {
    .list-view-item__vendor {
      font-size: 0.875em; } }

.list-view-item__price-column {
  display: table-cell;
  text-align: center;
  text-align: right;
  width: 20%;
  font-size: 1.0625em; }
  @media screen and (max-width: 575px) {
    .list-view-item__price-column {
      font-size: 0.9375em; } }
  .list-view-item__price-column .product-price__sale {
    display: block; }
  .list-view-item__price-column .product-price__sale-label,
  .list-view-item__price-column .product-price__sold-out {
    display: none; }

.list-view-item__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-view-item__price--reg {
  color: #848182; }
  @media screen and (max-width: 575px) {
    .list-view-item__price--reg {
      display: block; } }

@media screen and (max-width: 575px) {
  .list-view-item__price--sale {
    display: block; } }

/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.template-password {
  height: 100vh; }

.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #241f21;
  background-color: white;
  background-size: cover; }
  .ie9 .password-page {
    height: auto; }
  .password-page .errors,
  .password-page .form--success {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

.password-header {
  height: 85px;
  display: table-row; }

.password-header__inner {
  display: table-cell;
  vertical-align: middle; }

.password-login {
  padding: 0 30px;
  text-align: right; }

.password-logo .logo {
  color: #191818;
  font-weight: 700;
  max-width: 100%; }

.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 50px; }

.password-message {
  max-width: 500px;
  margin: 75px auto 25px; }

.password__input-group {
  max-width: 340px;
  margin: 0 auto 50px; }

.password__title {
  margin-bottom: 75px; }

.password__form-heading {
  margin-bottom: 50px; }

.password-powered-by {
  margin-top: 75px; }

/*================ Product ================*/
.shopify-section-topspacing {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .shopify-section-topspacing {
      padding-top: 50px; } }

h1.product-single__title, .product-single__title.h1 {
  margin-bottom: 0; }

.product-single__price {
  color: #241f21;
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 30px; }
  @media screen and (max-width: 575px) {
    .product-single__price {
      display: block;
      font-size: 1.125em; } }

.product-single__vendor {
  color: #241f21;
  font-size: 1em;
  text-transform: uppercase;
  margin: 5px 0 10px; }

/*================ Modals ================*/
.modal {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: white;
  bottom: 0;
  color: #191818;
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }

.modal--is-active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden; }

.modal__inner {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%; }

.modal__centered {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%; }
  .no-csstransforms .modal__centered {
    top: 20%; }

.modal__close {
  border: 0;
  padding: 50px;
  position: fixed;
  top: 0;
  right: 0; }
  .modal__close .icon {
    font-size: 1.25em; }

/*================ Add to cart form ================*/
.product-form:not(.row) {
  width: auto;
  margin: 0 0 -10px; }

.product-form__item, .selector-wrapper {
  margin-bottom: 10px; }
  .product-form__item label, .selector-wrapper label {
    display: block; }
    .product-form--hide-variant-labels .product-form__item label, .product-form--hide-variant-labels .selector-wrapper label {
      position: absolute !important;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }

.product-form__variants {
  display: none; }
  .no-js .product-form__variants {
    display: block; }

.product-form__input {
  display: block;
  width: 100%; }

.product-form__cart-submit {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  font-size: 22px;
  border-radius: 0;
  font-weight: 600; }

@media screen and (min-width: 768px) {
  .product-form__cart-submit--small .btn {
    max-width: 300px; } }

.product-single__description {
  margin-top: 30px;
  color: #131112;
  font-size: 16px; }

/*================ Product Images ================*/
.product-single__thumbnail {
  display: block;
  margin: 0 0 10px;
  border: 2px solid transparent;
  padding-top: 55%;
  padding-bottom: 30vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  @media screen and (max-width: 991px) {
    .product-single__thumbnail {
      padding-bottom: 0;
      padding-top: 0; }
      .product-single__thumbnail:before {
        content: '';
        display: block;
        padding-top: 80%; } }
  .product-single__thumbnail .product-video-popup {
    font-size: 30px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 2px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .product-single__thumbnail.active-thumb {
    border-color: #241f21; }

.product-single__thumbnail-image {
  display: block; }

.product-featured-img {
  display: block;
  margin: 0 auto; }

.zoomImg {
  background-color: white; }

@media screen and (min-width: 768px) {
  .product-single__thumbnails {
    margin-top: 30px; } }
.product-single__thumbnails li {
  list-style: none; }

@media screen and (max-width: 575px) {
  .product-single__photos {
    margin-bottom: 30px; }

  .product-single__photo--has-thumbnails {
    margin-bottom: 30px; } }
.product-single__photos--full {
  margin-bottom: 30px; }

.product-single__photo {
  min-height: 1px;
  width: 100%;
  padding-top: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.product-single__photo .product-featured-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

@media screen and (max-width: 575px) {
  .thumbnails-slider--active .product-single__thumbnails {
    display: none; }
    .thumbnails-slider--active .product-single__thumbnails.slick-initialized, .ie9 .thumbnails-slider--active .product-single__thumbnails {
      display: block;
      margin: 0 auto;
      max-width: 75%; } }

.zoomImg {
  position: absolute;
  opacity: 0;
  top: 0; }

.product-single__photos {
  posirtion: relative; }
  @media screen and (max-width: 575px) {
    .product-single__photos {
      position: relative; } }

.thumbnails-wrapper {
  position: relative;
  text-align: center; }

@media screen and (max-width: 575px) {
  .thumbnails-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); } }

@media screen and (max-width: 575px) {
  .thumbnails-slider__prev {
    left: -20px; } }

@media screen and (max-width: 575px) {
  .thumbnails-slider__next {
    right: -20px; } }

@media screen and (max-width: 575px) {
  .product-single__thumbnails-item {
    display: inline-block;
    padding-bottom: 10px;
    width: 72px;
    float: none;
    vertical-align: middle; }
    .slick-slider .product-single__thumbnails-item {
      float: left; }
    .thumbnails-slider--active .product-single__thumbnails-item {
      padding: 5px 0; } }

.product-single__photo {
  min-height: 1px;
  width: 100%;
  padding-top: 100%;
  position: relative; }
  .product-single__photo[data-zoom]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #241f21;
    opacity: 0.05;
    -ms-transition: all ease-out 0.35s;
    -webkit-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s; }
  .product-single__photo[data-zoom]:before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f00e';
    position: absolute;
    top: 0;
    right: 0;
    left: initial;
    pointer-events: none;
    color: #FFF;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 1; }
  .animsition.finished .product-single__photo[data-zoom]::before {
    mix-blend-mode: multiply;
    opacity: 0.25; }
  .product-single__photo .zoomImg {
    z-index: 1; }

.product-single__photo .product-featured-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.zoomImg {
  position: absolute;
  opacity: 0;
  top: 0; }

.vertical-thumbs .thumbnails-wrapper {
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 991px) {
    .vertical-thumbs .thumbnails-wrapper {
      padding-left: 20px;
      padding-right: 20px; }
      .vertical-thumbs .thumbnails-wrapper .slick-prev {
        left: 0;
        right: auto;
        bottom: 0;
        top: 0;
        width: 20px;
        height: auto; }
        .vertical-thumbs .thumbnails-wrapper .slick-prev:before {
          content: "\f104"; }
      .vertical-thumbs .thumbnails-wrapper .slick-next {
        right: 0;
        left: auto;
        bottom: 0;
        top: 0;
        width: 20px;
        height: auto; }
        .vertical-thumbs .thumbnails-wrapper .slick-next:before {
          content: "\f105"; } }

#shopify-section-product-related {
  border-top: 1px solid lightgrey;
  margin-top: 0;
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    #shopify-section-product-related {
      padding-top: 30px; } }
  #shopify-section-product-related > .container {
    margin-top: 30px; }
  #shopify-section-product-related .slick-dots {
    max-width: 100%;
    bottom: calc(100% + 30px);
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    #shopify-section-product-related .slick-dots .slick-active .btn {
      background: #241f21;
      color: #fefeff; }

/*================ Template | Collections ================*/
.collection-hero {
  position: relative;
  overflow: hidden; }

.collection-description {
  margin-bottom: 20px;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .collection-description {
      margin-bottom: 30px;
      margin-top: 30px; } }

.collection-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 18% 0;
  opacity: 1; }
  @media screen and (max-width: 767px) {
    .collection-hero__image {
      padding: 17.5% 0; } }
  @media screen and (min-width: 576px) {
    .collection-hero__image {
      height: 180px; } }

.collection-hero__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #241f21;
  opacity: 0.25; }

.collection-hero__title {
  position: absolute;
  color: white;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (min-width: 768px) {
    .collection-hero__title {
      font-size: 2em; } }

.template-blog .social-sharing {
  margin-bottom: 15px; }

.blog--list-view .pagination {
  padding-top: 0; }

/*================ Cart page ================*/
.cart th,
.cart td {
  border: 0; }
.cart td {
  padding: 20px 0; }
.cart th {
  font-weight: 400;
  padding: 25px 0; }
.cart .cart__meta {
  padding-right: 15px; }

.cart__meta-text {
  padding: 5px 0;
  font-style: italic; }

.cart__qty-label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.cart__qty-input {
  text-align: center;
  width: 60px;
  padding-left: 5px;
  padding-right: 5px; }
  @media screen and (min-width: 576px) {
    .cart__qty-input {
      padding-top: 2px;
      padding-bottom: 2px; } }

.cart__edit {
  margin-top: 10px; }

.cart__edit--active .cart__edit-text--cancel {
  display: none; }

.cart__edit-text--edit {
  display: none; }
  .cart__edit--active .cart__edit-text--edit {
    display: block; }

.cart__edit-text--cancel,
.cart__edit-text--edit {
  pointer-events: none; }

.cart__row p {
  margin-bottom: 0; }
  .cart__row p + p {
    margin-top: 10px; }

.cart__subtotal {
  padding-left: 25px; }
  @media screen and (min-width: 768px) {
    .cart__subtotal {
      padding-left: 50px;
      min-width: 150px;
      display: inline-block; } }

.cart__savings {
  padding-top: 18px; }

.cart__savings-amount {
  padding-left: 25px; }
  @media screen and (min-width: 768px) {
    .cart__savings-amount {
      padding-left: 50px;
      display: inline-block; } }

.cart__footer {
  padding-top: 30px; }

.cart__update--large {
  margin-right: 10px; }

.cart__shipping {
  font-style: italic;
  padding: 18px 0 20px; }

.cart-note__label,
.cart-note__input {
  display: block; }
  @media screen and (max-width: 575px) {
    .cart-note__label,
    .cart-note__input {
      margin: 0 auto; } }

.cart-note__label {
  margin-bottom: 15px; }

.cart-note__input {
  min-height: 50px;
  width: 100%; }
  @media screen and (max-width: 575px) {
    .cart-note__input {
      margin-bottom: 40px; } }

.cart__image-wrapper a {
  display: block;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .cart__image-wrapper a {
      padding-right: 30px; } }

@media screen and (min-width: 768px) {
  .cart__image-wrapper {
    width: 130px; } }

@media screen and (min-width: 768px) {
  .cart__meta {
    max-width: 300px; } }

@media screen and (min-width: 768px) {
  .cart__remove {
    margin-top: 4px; } }

@media screen and (min-width: 768px) {
  .cart__qty {
    text-align: center; } }
.cart__qty select {
  border: 0px;
  font-size: 20px;
  font-weight: 600; }

@media screen and (max-width: 575px) {
  .cart table {
    display: block;
    width: 100%; }
  .cart thead {
    display: none; }
  .cart tr,
  .cart tbody {
    width: 100%; }
  .cart tbody {
    display: block; }
  .cart .cart__update-wrapper {
    padding-top: 0;
    padding-bottom: 20px; } }

@media screen and (max-width: 575px) {
  .cart__update--show td {
    padding-bottom: 10px; }
  .cart__update--show .cart__update-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 575px) {
  .cart-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; } }

@media screen and (max-width: 575px) {
  .cart-flex-item {
    display: block;
    min-width: 0;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; } }

@media screen and (max-width: 575px) {
  .cart__meta {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; } }

@media screen and (max-width: 575px) {
  .cart__image-wrapper {
    -webkit-flex: 0 0 85px;
    -moz-flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px; } }

@media screen and (max-width: 575px) {
  .cart__price-wrapper {
    -webkit-flex: 0 1 24%;
    -moz-flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    text-align: right; } }

@media screen and (max-width: 575px) {
  .cart__header {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; } }

@media screen and (max-width: 575px) {
  .cart-message {
    padding-top: 20px; } }

@media screen and (max-width: 575px) {
  .cart__qty {
    padding: 0 10px; } }

@media screen and (max-width: 575px) {
  .cart__qty-label {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8125em;
    margin-right: 5px; } }

.additional-checkout-buttons {
  margin-top: 20px; }
  .additional-checkout-buttons input[type="image"] {
    padding: 0;
    border: 0;
    background: transparent; }

/*================ Module | Filters and Sort toolbar and selection ================*/
.filters-toolbar-wrapper {
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey; }

.filters-toolbar__item {
  min-width: 33%; }
  .no-flexbox .filters-toolbar__item {
    text-align: left !important; }

.filters-toolbar__item--count {
  min-width: 0;
  text-align: center; }

.no-flexbox .filters-toolbar select {
  width: 100% !important; }

.filters-toolbar__input, .filters h4, .filters .h4 {
  -ms-transition: all ease-out 0.15s;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
  background-color: white;
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: 55px;
  opacity: 1; }
  @media screen and (max-width: 575px) {
    .filters-toolbar__input, .filters h4, .filters .h4 {
      height: 46px; } }
  .filters-toolbar__input.hidden, .filters h4.hidden, .filters .hidden.h4 {
    opacity: 0; }
  .filters-toolbar__input option, .filters h4 option, .filters .h4 option {
    text-overflow: ellipsis;
    overflow: hidden; }

.no-flexbox .filters-toolbar__input--sort {
  margin: 0; }

.filters-toolbar__input--filter {
  margin-left: -15px; }
  .no-flexbox .filters-toolbar__input--filter {
    margin: 0; }

.filters-toolbar__product-count {
  font-size: 0.9375em;
  font-style: italic;
  line-height: 55px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media screen and (max-width: 575px) {
    .filters-toolbar__product-count {
      font-size: 0.875em;
      line-height: 46px; } }

/*
   Swatches Styles
*/
/* Label */
.swatch .header {
  margin: 0.5em 0; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  /* Rounded corners */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* To give width and height */
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  min-width: 25px;
  height: 25px;
  /* No extra spacing between them */
  margin: 0;
  /* The border when the button is not selected */
  border: 1px solid #bbbdc0;
  /* Background color */
  background-color: #DDD;
  /* Styling text */
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
  text-transform: uppercase; }

.swatch-element label {
  padding: 0 10px; }

.color.swatch-element label {
  padding: 17px 17px;
  border: 1px solid white;
  border-radius: 25px; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border-width: 2px;
  border-color: #fdb724;
  background-color: white;
  color: #fdb724; }
  .swatch input:checked + label::after {
    display: block;
    font-family: "Font Awesome\ 5 Pro";
    font-size: 1.5em;
    position: absolute;
    top: -9px;
    right: -12px;
    font-weight: 600;
    width: 22px;
    height: 23px;
    content: '\f058';
    /* transform: translate(-50%, -50%); */
    color: #404041;
    z-index: 999;
    background-color: white;
    border-radius: 45px;
    border: 1px solid white; }

.swatch-element.color input + label {
  padding: 17px;
  position: relative;
  border: 3px solid white; }
  .swatch-element.color input + label:before {
    background-color: transparent;
    content: '';
    padding: 15px;
    border: 3px solid white;
    position: absolute;
    top: -0.7px;
    border-radius: 25px;
    left: -0.5px; }
.swatch-element.color input:checked + label {
  padding: 17px;
  border: 3px solid #fdb724; }
  .swatch-element.color input:checked + label:before {
    padding: 15px; }
  .swatch-element.color input:checked + label::after {
    right: -6px; }

.swatch .swatch-element {
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  display: inline-block;
  vertical-align: middle;
  /* To position the sold out graphic and tooltip */
  position: relative; }
  @media screen and (max-width: 1199px) {
    .swatch .swatch-element {
      margin: 0px 4px 10px 0; } }
  .swatch .swatch-element.swatch--color input + label {
    width: 80px;
    padding-top: 115%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FFF;
    border-color: transparent;
    border-radius: 0; }
  .swatch .swatch-element.swatch--color:checked + label {
    border-color: #fdb724;
    position: relative; }

@media screen and (max-width: 1199px) {
  .swatch.swatch-size .swatch-element {
    margin: 0px 15px 10px 0; } }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transform: scale(0.7);
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.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 */ }

/* Tooltips */
.swatch .tooltip, .col-icons i span {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  min-width: 150px;
  left: 50%;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -ms-transform: translate(-50%, -10px);
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 46%;
  position: absolute;
  width: 0; }

@media (hover: hover) {
  .swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px); } }
.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

/* ============== */
/*     INFERNO    */
/* ============== */
/* #Default Styles
================================================== */
.left, .alignleft {
  float: left; }

.alignleft {
  margin: 0 20px 20px 0; }

.right, .alignright {
  float: right; }

.alignright {
  margin: 0 0 20px 20px; }

.text-left {
  text-align: left !important; }

@media screen and (max-width: 575px) {
  .small--text-left {
    text-align: left !important; } }

@media screen and (min-width: 768px) {
  .medium-up--text-left {
    text-align: left !important; } }

.text-right {
  text-align: right !important; }

@media screen and (max-width: 575px) {
  .small--text-right {
    text-align: right !important; } }

@media screen and (min-width: 768px) {
  .medium-up--text-right {
    text-align: right !important; } }

.text-center {
  text-align: center !important; }

@media screen and (max-width: 575px) {
  .small--text-center {
    text-align: center !important; } }

@media screen and (min-width: 768px) {
  .medium-up--text-center {
    text-align: center !important; } }

.full {
  width: 100%; }

.half {
  width: 50%; }

.quarter {
  width: 25%; }

.third {
  width: 33.3333%; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.fixed {
  position: fixed; }

.inline-block {
  display: inline-block;
  vertical-align: middle; }

.table {
  display: table; }

.tr {
  display: table-row; }

.td {
  display: table-cell;
  vertical-align: middle; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.hide {
  display: none; }

/*================= Bootstrap Correction ==============*/
.container-fluid.to-edges {
  padding-left: 0;
  padding-right: 0; }
  .container-fluid.to-edges .row {
    margin-left: 0;
    margin-right: 0; }

img {
  max-width: 100%; }
  img.parallaxer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }

.container#Collection {
  padding-bottom: 50px;
  padding-top: 50px; }
  @media screen and (max-width: 767px) {
    .container#Collection {
      padding-top: 0;
      margin-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .container#Collection {
      padding-bottom: 75px;
      padding-top: 0px; } }

/*================= Font Styles ==============*/
a {
  color: #241f21;
  text-decoration: none; }
  a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #fdb724; }
  a.classic-link {
    text-decoration: underline; }

/*================= feature-row.liquid ==============*/
@media screen and (max-width: 575px) {
  .feature-row__image {
    order: 1;
    margin-bottom: 25px; } }

@media screen and (max-width: 575px) {
  .feature-row__text--left, .feature-row__text--right {
    order: 2; } }

/*================= Breadcrumbs ====================*/
.breadcrumbs {
  background: #f2f2f2;
  margin-bottom: 0; }
  .breadcrumbs .breadcrumb {
    background: none;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.75em; }
    .breadcrumbs .breadcrumb span {
      font-weight: 400;
      padding-left: 4px;
      font-size: 14px;
      padding-right: 4px;
      color: #241e20;
      text-transform: capitalize; }
      .breadcrumbs .breadcrumb span:first-child {
        padding-left: 0; }
      .breadcrumbs .breadcrumb span:last-child {
        padding-right: 0; }
      .breadcrumbs .breadcrumb span a span,
      .breadcrumbs .breadcrumb span a span:first-child:last-child {
        padding-right: 4px; }
      .breadcrumbs .breadcrumb span img {
        width: 18px;
        height: 18px;
        margin-top: -3px; }
    .breadcrumbs .breadcrumb a {
      font-weight: 700;
      color: #241e20; }

/*================= Newsletter Popup ====================*/
#newsletter-signup {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #newsletter-signup * {
    color: #222222; }

/*================= Wishlist ====================*/
.wishlist {
  margin-top: 30px;
  display: inline-block; }

.notloggedin {
  text-align: center; }
  .notloggedin .btn {
    display: block; }

/*================= Product Image ===================*/
.prod-img {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  .prod-img:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 66%; }

/*=============== NEW ALTERNATING BLOCKS SECTION =================*/
.index-section--alternate-blocks {
  padding-top: 0;
  padding-bottom: 0; }
  .index-section--alternate-blocks .text-center {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 768px) {
      .index-section--alternate-blocks .text-center {
        padding-left: 50px;
        padding-right: 50px; } }
  .index-section--alternate-blocks .image-altblock {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

/*============== Page Template =================*/
.sidebar__item {
  margin-bottom: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .sidebar__item {
      margin-bottom: 25px;
      padding-bottom: 25px; } }
  .sidebar__item.border-bottom:last-child {
    border-bottom: none; }

.feature-slider__container {
  position: relative;
  width: 90%;
  margin: 0 auto; }
  .feature-slider__container .grid-view-item {
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.nav__sidebar li a {
  margin-bottom: 5px;
  display: inline-block; }
  .nav__sidebar li a.active {
    color: #191818; }

/*================ Product Template ===================*/
.button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .button .add {
    position: relative;
    background: #241f21;
    color: #fefeff;
    height: 100%;
    border-radius: 0;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
  .button .checkout,
  .button .cont {
    top: 0;
    position: absolute;
    width: 50%;
    text-align: center;
    line-height: 1.4;
    border-radius: 0;
    padding: 18px 18px;
    background: black;
    color: #fff;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    .button .checkout:hover,
    .button .cont:hover {
      background: #241f21;
      color: white; }
  .button .checkout {
    left: -50%; }
  .button .cont {
    left: 100%; }
  .button a span {
    padding-left: 7px; }
  .button.opened .add {
    background: transparent; }
  .button.opened .checkout {
    left: 0; }
  .button.opened .cont {
    left: 50%; }

.product-single__content .button .add {
  display: inline-block;
  width: calc(100% - 60px); }
.product-single__content .button .swym-button.swym-add-to-wishlist-view-product {
  width: 50px;
  color: #ffffff;
  background-color: #241f21;
  height: 50px;
  width: 59px;
  margin-left: -3px;
  opacity: 1; }
.product-single__content .button .swym-button-bar {
  display: none; }
.product-single__content .button .swym-add-to-wishlist-view-product:after {
  color: white !important; }
.product-single__content .button .swym-added.swym-add-to-wishlist-view-product:after {
  color: white !important; }

#swym-plugin .swym-icon, #swym-hosted-plugin .swym-icon {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 16px;
  left: 15px; }

#swym-plugin .swym-icon.swym-notepad-white, #swym-hosted-plugin .swym-icon.swym-notepad-white {
  left: 10px;
  top: 11px; }

#swym-plugin .swym-icon.swym-close-white, #swym-hosted-plugin .swym-icon.swym-close-white {
  width: 16px; }

#swym-plugin .swym-icon.swym-heart-grey, #swym-hosted-plugin .swym-icon.swym-heart-grey {
  width: 16px;
  height: 16px; }

#swym-plugin .swym-icon.swym-close-grey, #swym-hosted-plugin .swym-icon.swym-close-grey {
  width: 10px;
  height: 12px;
  top: 12px;
  left: 13px; }

#swym-plugin #swym-anchor a, #swym-hosted-plugin #swym-anchor a {
  background-color: #fdb724 !important; }

#swym-plugin .swym-notepad-header, #swym-hosted-plugin .swym-notepad-header {
  background-color: #241f21 !important; }

/*================ Header Cart ===================*/
body svg.icon {
  vertical-align: middle; }

.shopping-cart {
  margin: 10px 0 0;
  background: #241f21;
  width: 100%;
  max-width: 400px;
  max-height: 50vh;
  overflow: auto;
  position: absolute;
  z-index: 1;
  border-radius: 3px;
  padding: 15px;
  right: -15px;
  display: none;
  color: white; }
  .shopping-cart .shopping-cart-header {
    border-top: 1px solid #161314;
    padding-top: 10px;
    padding-bottom: 10px; }
  .shopping-cart .shopping-cart-items a {
    color: white; }
  .shopping-cart .shopping-cart-items li {
    margin-bottom: 15px;
    list-style: none; }
  .shopping-cart .shopping-cart-items img {
    margin-right: 15px;
    width: 65px;
    height: 65px; }
  .shopping-cart .shopping-cart-items .product-details {
    text-align: left;
    white-space: normal; }
    .shopping-cart .shopping-cart-items .product-details span {
      padding-top: 0; }
    .shopping-cart .shopping-cart-items .product-details small {
      display: block; }
  .shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: white; }
  .shopping-cart .shopping-cart-items .item-price {
    margin-right: 8px; }
  .shopping-cart .shopping-cart-items .item-quantity {
    color: white; }
  .shopping-cart .shopping-cart-items .item {
    border-right: 0px;
    /* padding: 0; */
    padding-left: 0;
    padding-right: 0;
    display: block; }
  .shopping-cart:after {
    bottom: 100%;
    right: 33px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #241f21;
    border-width: 8px; }

.site-header__cart__overlay {
  display: none;
  background: #241f21;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0; }

/*================ Article Images ===================*/
.article-hero__image {
  background-size: cover; }

.article__grid-image,
.article__list-image {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px; }
  .article__grid-image:before,
  .article__list-image:before {
    content: '';
    display: block;
    padding-top: 75%; }

.article__list-image:before {
  padding-top: 25%; }

.sidebar__item-blog_sidebar .collection-grid-item__title {
  font-size: 1.375em;
  margin-bottom: 15px; }
.sidebar__item-blog_sidebar .article__grid-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px; }
  .sidebar__item-blog_sidebar .article__grid-image:before {
    padding-top: 50%; }

.blog--list-view aside {
  margin-top: 50px; }

/*================ FAQ ===================*/
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%; }

.accordion dd,
.accordion__panel {
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5em; }

.accordion p {
  color: black; }

.accordion {
  position: relative;
  background-color: #fff; }

.accordionTitle,
.accordion__Heading,
.accordionTitle:focus,
.accordion__Heading:focus {
  /* background-color: #ebebeb;
  text-align: center; */
  font-weight: 700;
  padding: 15px 40px 15px 0px;
  display: block;
  text-decoration: none;
  color: #241f21;
  position: relative; }

.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 20px;
  line-height: 20px;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px; }

.accordionTitle:hover,
.accordion__Heading:hover {
  color: #fdb724; }

.accordionTitleActive,
.accordionTitle.is-expanded {
  color: #fdb724;
  border-bottom: 1px solid #fdb724; }

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg); }

.accordionItem {
  height: auto;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

@media screen and (min-width: 48em) {
  .accordionItem {
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s; } }
.accordionItem.is-collapsed {
  max-height: 0; }

.no-js .accordionItem.is-collapsed {
  max-height: auto; }

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1; }

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1; }

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg); } }

@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
    transform: scale(0.9) rotateX(-60deg); } }

/* start collection ads */
.collectionad {
  padding: 20px;
  position: relative;
  bottom: 0;
  top: initial;
  right: 0;
  left: initial;
  width: auto;
  margin-bottom: 0;
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  background: rgba(36, 31, 33, 0.25);
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s; }

.collectionad .grid-view-item__title, .collectionad .grid-view-item__meta {
  color: white; }

.collectionad .btn {
  background-color: white;
  color: black;
  margin-top: 25px; }

/* end collection ads */
/* =================================== */
/*            THEME SPECIFIC           */
/* =================================== */
.product-video-text .video-thumb {
  background-size: cover;
  padding: 18% 0 17%;
  display: block;
  position: relative; }
  .product-video-text .video-thumb .video-text-descr {
    max-width: 767px;
    margin: 0 auto; }
    .product-video-text .video-thumb .video-text-descr .product-play-icon {
      border: 2px solid white;
      border-radius: 55%;
      height: 70px;
      width: 70px;
      padding: 10px;
      padding-right: 7px;
      line-height: 42px;
      margin-top: -12px; }
      @media screen and (max-width: 767px) {
        .product-video-text .video-thumb .video-text-descr .product-play-icon {
          width: 50px;
          height: 50px;
          padding: 11px;
          padding-left: 15px;
          line-height: 22px; } }
    .product-video-text .video-thumb .video-text-descr .icon {
      color: white;
      font-size: 2rem; }
    .product-video-text .video-thumb .video-text-descr h2, .product-video-text .video-thumb .video-text-descr .h2 {
      font-size: 38px;
      text-align: right;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .product-video-text .video-thumb .video-text-descr h2, .product-video-text .video-thumb .video-text-descr .h2 {
          font-size: 24px; } }
    .product-video-text .video-thumb .video-text-descr h4, .product-video-text .video-thumb .video-text-descr .h4, .product-video-text .video-thumb .video-text-descr h3, .product-video-text .video-thumb .video-text-descr .h3 {
      font-weight: 300;
      text-align: right;
      font-size: 32px; }
      @media screen and (max-width: 767px) {
        .product-video-text .video-thumb .video-text-descr h4, .product-video-text .video-thumb .video-text-descr .h4, .product-video-text .video-thumb .video-text-descr h3, .product-video-text .video-thumb .video-text-descr .h3 {
          font-size: 20px; } }
.product-video-text h2, .product-video-text .h2 {
  color: white;
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: 1; }
  @media screen and (max-width: 991px) {
    .product-video-text h2, .product-video-text .h2 {
      font-size: 2.7rem; } }
.product-video-text h4, .product-video-text .h4, .product-video-text h3, .product-video-text .h3 {
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 5px; }
  @media screen and (max-width: 991px) {
    .product-video-text h4, .product-video-text .h4, .product-video-text h3, .product-video-text .h3 {
      font-size: 2rem; } }

.product-image-masonary {
  padding: 45px 30px; }
  .product-image-masonary .image-grid {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 15px; }
    .product-image-masonary .image-grid.image-big {
      padding: 30.55% 0; }
      @media screen and (max-width: 1199px) {
        .product-image-masonary .image-grid.image-big {
          padding: 35% 0; } }
    .product-image-masonary .image-grid.image-small {
      padding: 35% 0; }
      @media screen and (max-width: 1199px) {
        .product-image-masonary .image-grid.image-small {
          padding: 41.2% 0; } }
      @media screen and (max-width: 991px) {
        .product-image-masonary .image-grid.image-small {
          padding: 33.9% 0; } }
  .product-image-masonary .product-masonary-text {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey; }
    @media screen and (max-width: 991px) {
      .product-image-masonary .product-masonary-text {
        text-align: center; }
        .product-image-masonary .product-masonary-text > div {
          width: 100%; }
        .product-image-masonary .product-masonary-text .bullets {
          padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .product-image-masonary .product-masonary-text {
        text-align: center;
        padding: 30px 0; } }
    .product-image-masonary .product-masonary-text h2, .product-image-masonary .product-masonary-text .h2 {
      font-size: 4.5rem;
      line-height: .6; }
      @media screen and (max-width: 1499px) {
        .product-image-masonary .product-masonary-text h2, .product-image-masonary .product-masonary-text .h2 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 1499px) {
        .product-image-masonary .product-masonary-text h2, .product-image-masonary .product-masonary-text .h2 {
          font-size: 2.7rem; } }
    .product-image-masonary .product-masonary-text h4, .product-image-masonary .product-masonary-text .h4 {
      font-size: 3rem; }
      @media screen and (max-width: 1499px) {
        .product-image-masonary .product-masonary-text h4, .product-image-masonary .product-masonary-text .h4 {
          font-size: 2.7rem; } }
      @media screen and (max-width: 1499px) {
        .product-image-masonary .product-masonary-text h4, .product-image-masonary .product-masonary-text .h4 {
          font-size: 2rem; } }
    .product-image-masonary .product-masonary-text ul li {
      font-size: 16px;
      color: #191818;
      margin-bottom: 5px;
      list-style-position: inside;
      margin-left: 19px; }
      @media screen and (max-width: 1199px) {
        .product-image-masonary .product-masonary-text ul li {
          font-size: 14px; } }
  .product-image-masonary .product-masonary-main {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 75px;
    padding-bottom: 75px; }

.product-reviews {
  background-color: #f7f7f7;
  padding: 85px 0; }
  @media screen and (max-width: 991px) {
    .product-reviews {
      padding: 50px 0; } }
  .product-reviews h2, .product-reviews .h2 {
    font-size: 3rem;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .product-reviews h2, .product-reviews .h2 {
        font-size: 2rem; } }
    @media screen and (max-width: 575px) {
      .product-reviews h2, .product-reviews .h2 {
        font-size: 1.5rem; } }

.related-products h3, .related-products .h3 {
  font-size: 2.5rem;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .related-products h3, .related-products .h3 {
      font-size: 2rem;
      padding-bottom: 20px; } }
  @media screen and (max-width: 575px) {
    .related-products h3, .related-products .h3 {
      font-size: 1.5rem;
      padding-bottom: 20px; } }
.related-products .products-related {
  padding-top: 70px;
  padding-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .related-products .products-related {
      padding-top: 40px;
      padding-bottom: 40px; } }

.template-product #shopify-section-product-template.shopify-section-topspacing {
  padding-top: 0; }
.template-product .product-single {
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .template-product .product-single {
      padding-bottom: 25px; } }
  .template-product .product-single .product-single__photos {
    padding-top: 40px; }
  .template-product .product-single .product-single__content {
    padding-top: 40px; }
  .template-product .product-single h1.product-single__title, .template-product .product-single .product-single__title.h1,
  .template-product .product-single .product-single__title.h1 {
    font-size: 34px; }
  .template-product .product-single .product-detail-sku {
    font-size: 14px;
    color: #241f21;
    text-transform: uppercase;
    font-family: Geogrotesque Cond;
    font-weight: 400;
    margin-bottom: 0; }
    .template-product .product-single .product-detail-sku .produc-title-reviews {
      float: right;
      position: relative;
      padding-right: 20px;
      letter-spacing: -1px; }
      .template-product .product-single .product-detail-sku .produc-title-reviews em {
        font-size: 14px;
        position: absolute;
        right: 0px;
        top: 7px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 1px; }
      .template-product .product-single .product-detail-sku .produc-title-reviews strong {
        font-size: 14px;
        position: relative;
        top: -3px;
        margin-left: 5px; }
  .template-product .product-single .product-price__price {
    font-size: 26px; }
  .template-product .product-single .product-single__price {
    margin-bottom: 25px; }
  .template-product .product-single .swatch {
    border: 0px;
    padding: 0;
    margin-bottom: 30px; }
    .template-product .product-single .swatch legend.label {
      font-family: Geogrotesque Cond;
      font-weight: 600;
      font-size: 18px;
      color: #464749;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      text-transform: uppercase; }
      .template-product .product-single .swatch legend.label em {
        font-weight: 400;
        font-style: normal;
        margin-left: 5px;
        margin-top: -3px; }
      .template-product .product-single .swatch legend.label span {
        font-weight: 400;
        text-transform: capitalize;
        font-size: 14px;
        margin-left: 5px; }
    .template-product .product-single .swatch.swatch-size .swatch-element input + label {
      padding: 7px;
      height: 40px;
      min-width: 80px;
      font-size: 14px;
      color: #191818;
      text-transform: uppercase;
      border-width: 1px;
      border-radius: 0px;
      background-color: #fff; }
      @media screen and (max-width: 575px) {
        .template-product .product-single .swatch.swatch-size .swatch-element input + label {
          height: 30px;
          min-width: 60px;
          line-height: 16px; } }
    .template-product .product-single .swatch.swatch-size .swatch-element input:checked + label {
      font-weight: 600;
      border-width: 2px; }
  .template-product .product-single .ship-note {
    margin-top: 10px;
    font-size: 14px;
    color: #404041;
    font-style: italic;
    padding-bottom: 25px;
    border-bottom: 1px solid #131112; }
    .template-product .product-single .ship-note em {
      margin-left: 5px; }
  .template-product .product-single .card {
    border-left: 0px;
    border-right: 0px; }
  .template-product .product-single .card-header {
    padding: 0;
    border-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125); }
    .template-product .product-single .card-header .btn {
      width: 100%;
      color: #191818;
      background: #fff;
      text-align: left;
      text-decoration: none;
      border-left: 0px;
      border-right: 0px;
      padding: 20px 10px;
      outline: none;
      font-size: 18px;
      position: relative;
      font-weight: 600;
      text-transform: capitalize; }
      .template-product .product-single .card-header .btn:after {
        font-family: Font Awesome\ 5 Pro;
        content: '\f068';
        position: absolute;
        top: 20px;
        right: 0;
        left: initial;
        pointer-events: none;
        color: #241f21;
        width: 30px;
        height: 30px;
        text-align: center;
        z-index: 1; }
      .template-product .product-single .card-header .btn.collapsed {
        border-bottom: 0px solid rgba(0, 0, 0, 0.125); }
        .template-product .product-single .card-header .btn.collapsed:after {
          content: '\f067'; }
      .template-product .product-single .card-header .btn:focus {
        outline: none;
        box-shadow: none; }
      .template-product .product-single .card-header .btn span {
        font-size: 14px;
        top: -1px;
        position: relative;
        display: none; }
  .template-product .product-single .accordion .card-body {
    padding: 1em;
    font-size: 14px; }
    .template-product .product-single .accordion .card-body p {
      padding: 0;
      margin-bottom: 0; }

.product-item {
  padding: 0;
  margin-top: 50px;
  margin-bottom: 0; }
  @media screen and (max-width: 575px) {
    .product-item .varimg {
      height: 34px; } }
  .product-item fieldset {
    border: 0px;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .product-item fieldset {
        text-align: center;
        margin-bottom: 0; } }
    .product-item fieldset legend.label {
      display: none; }
    .product-item fieldset .more-variants-icon {
      font-size: 14px;
      color: #191818;
      position: relative;
      padding-top: 3px;
      display: inline-block;
      vertical-align: middle;
      padding-left: 3px;
      margin-top: -4px; }
      .product-item fieldset .more-variants-icon:before {
        content: '';
        width: 1px;
        height: 30px;
        position: relative;
        background-color: #0c0c0c;
        top: 0px;
        display: inline-block; }
      .product-item fieldset .more-variants-icon span {
        position: relative;
        top: -10px;
        margin-left: 10px;
        color: #191818; }
  .product-item .product-price__price {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase; }
    .product-item .product-price__price.cross-sale-price {
      color: #777777;
      position: relative; }
      .product-item .product-price__price.cross-sale-price:after {
        content: '';
        border: 1px solid #777777;
        transform: rotate(70deg);
        position: absolute;
        height: 35px;
        left: 24px;
        top: -8px;
        font-weight: 300;
        font-family: inherit; }
  .product-item .product-price__sale {
    margin-left: 0px; }
  .product-item .product-detail-sku {
    font-size: 16px;
    color: #807d7e;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media screen and (max-width: 1199px) {
      .product-item .product-detail-sku {
        font-size: 14px; } }
  .product-item .collection-compare-links {
    font-size: 16px;
    color: #807d7e;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 24px; }
    @media screen and (max-width: 767px) {
      .product-item .collection-compare-links {
        height: auto;
        margin-bottom: 2px;
        font-size: 14px; } }
    .product-item .collection-compare-links li {
      display: inline-block;
      vertical-align: middle; }
      .product-item .collection-compare-links li .swym-button.swym-add-to-wishlist-view-product {
        position: relative;
        top: 2px; }
    .product-item .collection-compare-links a {
      color: #807d7e; }
      .product-item .collection-compare-links a:hover {
        color: #fdb724; }
  .product-item .color.swatch-element label {
    padding: 12px 12px; }
  .product-item .color.swatch-element input + label {
    padding: 0;
    border: 4px solid white;
    top: -1px; }
    @media screen and (max-width: 575px) {
      .product-item .color.swatch-element input + label {
        margin: 3px; } }
    .product-item .color.swatch-element input + label:before {
      display: none;
      padding: 12px;
      border: 2px solid white;
      top: -2px;
      border-radius: 25px;
      left: -2px; }
  .product-item .swatch-element.color input:checked + label {
    border: 4px solid #fdb724; }
    .product-item .swatch-element.color input:checked + label:before {
      border: 2px solid white; }
    .product-item .swatch-element.color input:checked + label:after {
      top: -5px;
      font-size: 1.4em;
      width: 20px;
      height: 20px;
      border: 0;
      line-height: 1.2; }
  .product-item .swatch .swatch-element {
    margin-right: 4px; }
    @media screen and (max-width: 1199px) {
      .product-item .swatch .swatch-element {
        margin-right: 0px; } }

.product-slider-nav {
  position: absolute;
  left: -20%;
  top: 22%;
  z-index: 1; }
  @media screen and (max-width: 991px) {
    .product-slider-nav {
      display: none; } }
  .product-slider-nav li {
    border: 1px solid #c3c5c7;
    width: 11px;
    height: 11px;
    margin-bottom: 20px;
    display: block;
    border-radius: 25px;
    transition: 0.3s all ease-in-out;
    cursor: pointer; }
    .product-slider-nav li:hover {
      background-color: #fdb724;
      border-color: #fdb724; }
    .product-slider-nav li.active {
      background-color: #fdb724;
      border-color: #fdb724; }
    .product-slider-nav li.nav-list-video {
      position: relative; }
      .product-slider-nav li.nav-list-video em {
        position: absolute;
        left: -2px;
        top: -2px; }

.product-thumbs-mobile .slick-dots {
  position: static; }
  .product-thumbs-mobile .slick-dots li button:before {
    border: 1px solid #c1c3c6;
    opacity: 1; }
  .product-thumbs-mobile .slick-dots li.slick-active button:before {
    background-color: #fdb724;
    opacity: 1;
    border-color: #fdb724; }
.product-thumbs-mobile .slick-prev:before,
.product-thumbs-mobile .slick-next:before {
  font-size: 25px; }
.product-thumbs-mobile .slick-prev:after,
.product-thumbs-mobile .slick-next:after {
  font-size: 25px; }

.home-featured-collection-wrap h2, .home-featured-collection-wrap .h2 {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 25px; }
@media screen and (max-width: 575px) {
  .home-featured-collection-wrap {
    padding-bottom: 30px; } }

.header-image.minimal {
  margin-bottom: 0; }

.header-image.minimal h1, .header-image.minimal .h1 {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 25px; }

.site-header__account {
  display: none; }

.slide-image-secondary {
  padding-left: 100px;
  padding-right: 100px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1199px) {
    .slide-image-secondary {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (max-width: 767px) {
    .slide-image-secondary {
      padding-left: 0px;
      padding-right: 0px;
      display: none; } }

.slide-custom-image {
  padding: 23% 0;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .slide-custom-image {
      padding: 30%; } }
  @media screen and (max-width: 639px) {
    .slide-custom-image {
      padding: 39%; } }
  @media screen and (max-width: 575px) {
    .slide-custom-image {
      padding: 50%; } }
  .slide-image-secondary .slide-custom-image {
    height: 100%; }
  .slide-custom-image .slideshow__text-content {
    top: auto;
    bottom: 25px;
    transform: none;
    padding: 23px 10px; }
    @media screen and (max-width: 1499px) {
      .slide-custom-image .slideshow__text-content {
        padding: 25px 0;
        left: 0; } }
    .slide-custom-image .slideshow__text-content h2, .slide-custom-image .slideshow__text-content .h2 {
      font-size: 1.8rem;
      margin-bottom: 0px;
      line-height: 30px; }
      @media screen and (max-width: 1699px) {
        .slide-custom-image .slideshow__text-content h2, .slide-custom-image .slideshow__text-content .h2 {
          font-size: 1.5rem; } }
      @media screen and (max-width: 575px) {
        .slide-custom-image .slideshow__text-content h2, .slide-custom-image .slideshow__text-content .h2 {
          font-size: 1.2rem;
          line-height: 20px; } }
    .slide-custom-image .slideshow__text-content hr {
      display: none; }
    .slide-custom-image .slideshow__text-content h3, .slide-custom-image .slideshow__text-content .h3 {
      font-size: 1.8rem;
      margin-bottom: 10px;
      line-height: 30px; }
      @media screen and (max-width: 1699px) {
        .slide-custom-image .slideshow__text-content h3, .slide-custom-image .slideshow__text-content .h3 {
          font-size: 1.5rem; } }
      @media screen and (max-width: 575px) {
        .slide-custom-image .slideshow__text-content h3, .slide-custom-image .slideshow__text-content .h3 {
          font-size: 1.2rem;
          line-height: 20px;
          margin-bottom: 5px; } }
    .slide-custom-image .slideshow__text-content p {
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 0;
      line-height: 20px; }
      @media screen and (max-width: 575px) {
        .slide-custom-image .slideshow__text-content p {
          font-size: 14px; } }
      .slide-custom-image .slideshow__text-content p + span.btn {
        margin-top: 10px; }

.index-section--alternate-blocks {
  padding-top: 20px; }

.home-alternative-blocks {
  margin-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .home-alternative-blocks:last-child {
      margin-bottom: 0; } }
  .home-alternative-blocks .alternative-text-block {
    padding-left: 100px;
    padding-right: 100px; }
    @media screen and (max-width: 1499px) {
      .home-alternative-blocks .alternative-text-block {
        padding-left: 50px;
        padding-right: 50px; } }
    @media screen and (max-width: 1199px) {
      .home-alternative-blocks .alternative-text-block {
        padding-left: 25px;
        padding-right: 25px; } }
  .home-alternative-blocks .image-altblock {
    position: relative;
    padding: 61% 0;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat; }
    .home-alternative-blocks .image-altblock::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #241f21;
      opacity: 0.05;
      -ms-transition: all ease-out 0.35s;
      -webkit-transition: all ease-out 0.35s;
      transition: all ease-out 0.35s; }
    .home-alternative-blocks .image-altblock::before {
      mix-blend-mode: multiply;
      opacity: 0.25; }
    @media screen and (max-width: 767px) {
      .home-alternative-blocks .image-altblock {
        margin-bottom: 25px; } }
    .home-alternative-blocks .image-altblock p {
      position: absolute;
      transform: rotate(180deg);
      font-family: 'Geogrotesque Cond';
      font-size: 28px;
      font-weight: 700;
      color: #fefeff;
      z-index: 5;
      text-align: left;
      white-space: nowrap;
      text-transform: uppercase;
      writing-mode: vertical-lr;
      right: -14px;
      bottom: 13px; }
      @media screen and (max-width: 991px) {
        .home-alternative-blocks .image-altblock p {
          font-size: 23px; } }
    .home-alternative-blocks .image-altblock:hover p {
      -moz-animation: grow 0.35s ease-in-out forwards;
      -o-animation: grow 0.35s ease-in-out forwards;
      -webkit-animation: grow 0.35s ease-in-out forwards;
      animation: grow 0.35s ease-in-out forwards; }
  .home-alternative-blocks .slick-slide img {
    margin: 0 auto; }
  .home-alternative-blocks .slick-prev {
    left: 10%; }
  .home-alternative-blocks .slick-next {
    right: 10%; }
  .home-alternative-blocks .slick-prev:before,
  .home-alternative-blocks .slick-next:before {
    color: #241f21;
    font-weight: 600;
    font-size: 18px; }
  .home-alternative-blocks h3, .home-alternative-blocks .h3 {
    font-size: 34px;
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .home-alternative-blocks h3, .home-alternative-blocks .h3 {
        font-size: 24px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 575px) {
      .home-alternative-blocks h3, .home-alternative-blocks .h3 {
        font-size: 20px;
        margin-bottom: 20px; } }
    .home-alternative-blocks h3 span, .home-alternative-blocks .h3 span {
      font-family: Geogrotesque;
      font-weight: 400; }
      .home-alternative-blocks h3 span em, .home-alternative-blocks .h3 span em {
        font-style: normal; }
  .home-alternative-blocks p {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .home-alternative-blocks p {
        font-size: 17px;
        margin-top: 25px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 575px) {
      .home-alternative-blocks p {
        font-size: 14px; } }
  .home-alternative-blocks .btn {
    font-weight: 500;
    background-color: #241f21;
    color: #fefeff;
    font-size: 20px; }
    @media screen and (max-width: 991px) {
      .home-alternative-blocks .btn {
        font-size: 17px; } }
    .home-alternative-blocks .btn:hover {
      background-color: #fdb724; }

.template-collection .filters-toolbar-wrapper .collection-hero__title-wrapper {
  height: 100%; }
  .template-collection .filters-toolbar-wrapper .collection-hero__title-wrapper:before {
    display: none; }
.template-collection .filters-toolbar-wrapper .collection-hero__title {
  position: static;
  transform: none;
  top: 0;
  color: #191818;
  font-size: 36px;
  padding: 6px 0;
  border-right: 1px solid lightgrey;
  text-align: left;
  height: 100%; }
  @media screen and (max-width: 1499px) {
    .template-collection .filters-toolbar-wrapper .collection-hero__title {
      font-size: 28px;
      padding: 8px 0; } }
  @media screen and (max-width: 767px) {
    .template-collection .filters-toolbar-wrapper .collection-hero__title {
      border-right: 0px;
      text-align: center; } }
.template-collection .filters-toolbar-wrapper .filters-toolbar {
  font-weight: 700;
  font-size: 16px; }
  .template-collection .filters-toolbar-wrapper .filters-toolbar .filters-toolbar__product-count {
    font-size: 16px;
    color: #000;
    font-weight: 400; }
  @media screen and (max-width: 575px) {
    .template-collection .filters-toolbar-wrapper .filters-toolbar .filters-toolbar__input--sort {
      padding: 0; } }
  .template-collection .filters-toolbar-wrapper .filters-toolbar ul li {
    display: inline-block;
    font-weight: 400;
    font-family: Geogrotesque Cond;
    font-size: 16px;
    margin-right: 20px;
    color: black; }
    @media screen and (max-width: 1499px) {
      .template-collection .filters-toolbar-wrapper .filters-toolbar ul li {
        font-size: 13px;
        margin-right: 0px; } }
    .template-collection .filters-toolbar-wrapper .filters-toolbar ul li:first-child {
      margin-right: 60px; }
      @media screen and (max-width: 1499px) {
        .template-collection .filters-toolbar-wrapper .filters-toolbar ul li:first-child {
          margin-right: 30px; } }
      @media screen and (max-width: 767px) {
        .template-collection .filters-toolbar-wrapper .filters-toolbar ul li:first-child {
          margin-right: 0;
          display: block; } }
    .template-collection .filters-toolbar-wrapper .filters-toolbar ul li select {
      font-weight: 700;
      border: 0px;
      padding: 16px 25px;
      font-family: Geogrotesque Cond; }
      @media screen and (max-width: 1499px) {
        .template-collection .filters-toolbar-wrapper .filters-toolbar ul li select {
          font-size: 13px;
          padding: 16px 22px; } }
      @media screen and (max-width: 991px) {
        .template-collection .filters-toolbar-wrapper .filters-toolbar ul li select {
          padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .template-collection .filters-toolbar-wrapper .filters-toolbar {
      text-align: center; } }
.template-collection .site-footer {
  margin-top: 0 !important; }

.header-image.image-bar__overlay h1 span, .header-image.image-bar__overlay .h1 span {
  display: block;
  font-weight: 300; }

.collection-list-items .collection-textwrap {
  background: rgba(254, 254, 255, 0.9);
  padding: 25px;
  max-width: 325px;
  width: 100%;
  margin: 0 auto;
  margin-right: 0;
  position: absolute;
  right: 0px;
  bottom: 70px; }
  @media screen and (max-width: 767px) {
    .collection-list-items .collection-textwrap {
      right: auto;
      bottom: 0;
      left: 0;
      max-width: 100%;
      padding: 12px; } }
  .collection-list-items .collection-textwrap h3, .collection-list-items .collection-textwrap .h3 {
    font-size: 16px;
    color: #241f21;
    margin-bottom: 0px; }
  .collection-list-items .collection-textwrap h2, .collection-list-items .collection-textwrap .h2 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #241f21;
    margin-bottom: 0; }
    .collection-list-items .collection-textwrap h2 span, .collection-list-items .collection-textwrap .h2 span {
      font-weight: 300;
      color: #df4549;
      display: block;
      margin-top: -3px; }
    @media screen and (max-width: 767px) {
      .collection-list-items .collection-textwrap h2, .collection-list-items .collection-textwrap .h2 {
        font-size: 22px; } }
.collection-list-items .collection-first-block {
  padding: 38% 0;
  margin-top: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.collection-backpacks {
  background-color: #f7f7f7;
  padding: 60px 0;
  text-align: center; }
  @media screen and (max-width: 1499px) {
    .collection-backpacks {
      padding: 40px 0; } }
  .collection-backpacks h2, .collection-backpacks .h2 {
    margin-bottom: 20px;
    font-size: 40px; }
    @media screen and (max-width: 1499px) {
      .collection-backpacks h2, .collection-backpacks .h2 {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .collection-backpacks h2, .collection-backpacks .h2 {
        font-size: 25px; } }
  .collection-backpacks p {
    color: #191818;
    max-width: 650px;
    margin: 0 auto; }

.collection-explore {
  padding-top: 60px; }
  .collection-explore .collection-block-single {
    margin-bottom: 0; }
  .collection-explore .explore-collection-image {
    padding: 65% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    position: relative;
    display: block;
    margin-bottom: 30px; }
    .collection-explore .explore-collection-image::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #241f21;
      opacity: 0.05;
      -ms-transition: all ease-out 0.35s;
      -webkit-transition: all ease-out 0.35s;
      transition: all ease-out 0.35s; }
    .collection-explore .explore-collection-image::before {
      mix-blend-mode: multiply;
      opacity: 0.25; }
    @media screen and (max-width: 767px) {
      .collection-explore .explore-collection-image {
        padding: 50% 0 0 0; } }
    .collection-explore .explore-collection-image h3, .collection-explore .explore-collection-image .h3 {
      position: absolute;
      transform: rotate(180deg);
      font-family: Geogrotesque Cond;
      font-size: 28px;
      font-weight: 700;
      color: #fefeff;
      z-index: 5;
      text-align: left;
      white-space: nowrap;
      text-transform: uppercase;
      writing-mode: vertical-lr;
      right: 15px;
      bottom: 15px;
      font-style: normal; }
      @media screen and (max-width: 1499px) {
        .collection-explore .explore-collection-image h3, .collection-explore .explore-collection-image .h3 {
          font-size: 20px; } }
      @media screen and (max-width: 767px) {
        .collection-explore .explore-collection-image h3, .collection-explore .explore-collection-image .h3 {
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          writing-mode: initial;
          margin-bottom: 0;
          right: auto;
          left: 15px; } }
  @media screen and (max-width: 767px) {
    .collection-explore .collection-article {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .collection-explore .collection-article.row {
    height: 100%; }
  .collection-explore .collection-article h2, .collection-explore .collection-article .h2 {
    font-size: 40px;
    line-height: 40px;
    color: #191818;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .collection-explore .collection-article h2, .collection-explore .collection-article .h2 {
        font-size: 30px;
        margin-bottom: 5px; } }
  .collection-explore .collection-article a {
    font-size: 16px;
    color: #241f21;
    border-bottom: 1px solid #241f21;
    padding-bottom: 3px;
    font-style: italic; }
  .collection-explore .collection-article:before, .collection-explore .collection-article:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 15px;
    right: 15px;
    height: 1px;
    background: lightgrey; }
  .collection-explore .collection-article:after {
    top: auto;
    bottom: 50px; }
    @media screen and (max-width: 767px) {
      .collection-explore .collection-article:after {
        bottom: 25px; } }
  .collection-explore .collection-article.collection-article-new:after {
    top: auto;
    bottom: 50px; }
    @media screen and (max-width: 767px) {
      .collection-explore .collection-article.collection-article-new:after {
        bottom: 25px; } }

.custom-pagination {
  margin-top: 30px; }
  .custom-pagination .pagination-prev,
  .custom-pagination .pagination-next,
  .custom-pagination .pagination__text {
    border: none;
    border-bottom: 1px solid #241f21;
    font-size: 16px;
    color: #241f21;
    font-style: italic;
    text-transform: capitalize;
    padding: 5px; }
    .custom-pagination .pagination-prev:hover,
    .custom-pagination .pagination-next:hover,
    .custom-pagination .pagination__text:hover {
      color: #fdb724; }
    .custom-pagination .pagination-prev .btn--disabled:hover,
    .custom-pagination .pagination-prev .btn--disabled:focus,
    .custom-pagination .pagination-next .btn--disabled:hover,
    .custom-pagination .pagination-next .btn--disabled:focus,
    .custom-pagination .pagination__text .btn--disabled:hover,
    .custom-pagination .pagination__text .btn--disabled:focus {
      color: #241f21; }
    .custom-pagination .pagination-prev em,
    .custom-pagination .pagination-next em,
    .custom-pagination .pagination__text em {
      font-weight: 300;
      position: relative;
      top: 1px; }
  .custom-pagination .pagination__text {
    font-style: normal;
    border-bottom: 0;
    font-weight: 600;
    font-family: Geogrotesque; }
    .custom-pagination .pagination__text .prev {
      display: none; }
    .custom-pagination .pagination__text .page {
      border-bottom: 1px solid white; }
      .custom-pagination .pagination__text .page.current {
        color: #fdb724;
        border-bottom: 1px solid #fdb724; }
    .custom-pagination .pagination__text span {
      margin-right: 20px; }
      .custom-pagination .pagination__text span:last-child {
        margin-right: 0; }
    .custom-pagination .pagination__text .next {
      display: none; }
  .custom-pagination .paginate-left {
    float: left; }
    @media screen and (max-width: 575px) {
      .custom-pagination .paginate-left {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; } }
  .custom-pagination .paginate-right {
    float: right; }
    @media screen and (max-width: 575px) {
      .custom-pagination .paginate-right {
        float: none;
        display: inline-block;
        vertical-align: middle; } }

/*============= FAQs css start ===================*/
.accordion-wrapper .accordion .card-header:after {
  font-family: Font Awesome\ 5 Pro;
  content: "\f068";
  color: #241f21;
  font-size: 18px;
  align-self: center;
  float: right; }
  @media screen and (max-width: 767px) {
    .accordion-wrapper .accordion .card-header:after {
      padding-left: 30px; } }
.accordion-wrapper .accordion .card-header.collapsed:after {
  font-family: Font Awesome\ 5 Pro;
  content: '\f067';
  color: #241f21;
  font-size: 18px;
  float: right; }
  @media screen and (max-width: 767px) {
    .accordion-wrapper .accordion .card-header.collapsed:after {
      padding-left: 30px; } }
.accordion-wrapper .accordion .card-header.d-flex:after {
  content: "\f106";
  font-size: 30px; }
.accordion-wrapper .accordion .card-header.d-flex.collapsed:after {
  content: '\f107';
  font-size: 30px; }
.accordion-wrapper .card-header {
  background: none;
  cursor: pointer;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid lightgrey; }
.accordion-wrapper .card-outter .card-header {
  padding-right: 7px; }
.accordion-wrapper .card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #191818;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .accordion-wrapper .card-title {
      font-size: 16px; } }
  .accordion-wrapper .card-title h1, .accordion-wrapper .card-title .h1 {
    font-size: 30px;
    padding: 13px 0 17px 0;
    margin: 0; }
    @media screen and (max-width: 575px) {
      .accordion-wrapper .card-title h1, .accordion-wrapper .card-title .h1 {
        font-size: 25px; } }
    .accordion-wrapper .card-title h1 strong, .accordion-wrapper .card-title .h1 strong {
      color: #241f21; }
.accordion-wrapper .card-body-item {
  padding-top: 0px; }
  @media screen and (max-width: 767px) {
    .accordion-wrapper .card-body-item {
      font-size: 14px; } }
  .accordion-wrapper .card-body-item a {
    border-bottom: 1px solid #fdb724; }
.accordion-wrapper .card-header.d-flex.collapse {
  padding-left: 10px; }
.accordion-wrapper .card {
  border: none;
  border-radius: 0; }

.product-single__meta .selector-wrapper {
  display: none; }

/*============= faq css end ===================*/
/*============= cart css start ===================*/
.custom-section-header {
  border-bottom: 1px solid lightgrey; }
  .custom-section-header .custom-header-title h1, .custom-section-header .custom-header-title .h1 {
    max-width: 255px;
    text-align: center;
    border-right: 1px solid lightgrey;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 36px;
    color: #191818;
    margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      .custom-section-header .custom-header-title h1, .custom-section-header .custom-header-title .h1 {
        max-width: 100%;
        border-right: 0px; } }
  .custom-section-header .info-shipping {
    font-size: 16px;
    color: #241f21;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      .custom-section-header .info-shipping {
        text-align: center; } }
    .custom-section-header .info-shipping em {
      color: #fdb724;
      font-size: 20px;
      position: relative;
      top: 2px; }

.cart.cart-table {
  border-top: 0px;
  border-bottom: 0px; }
  .cart.cart-table .list-view-item__title {
    font-size: 28px;
    line-height: 28px;
    color: #241f21;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .cart.cart-table .list-view-item__title {
        font-size: 24px;
        line-height: 24px; } }
    @media screen and (max-width: 575px) {
      .cart.cart-table .list-view-item__title {
        font-size: 18px;
        line-height: 18px; } }
  .cart.cart-table .cart-var-seperator {
    display: none; }
  .cart.cart-table .variant-seperator-0 {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px; }
  .cart.cart-table .cart__meta-text {
    font-family: Geogrotesque Cond;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    color: #241f21;
    font-style: normal;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .cart.cart-table .cart__meta-text {
        margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .cart.cart-table .cart__image-wrapper {
      width: 175px; } }
  .cart.cart-table .cart__qty-input {
    font-size: 20px;
    font-weight: 600;
    border: none; }
  .cart.cart-table .cart__remove {
    font-size: 16px;
    color: #241f21;
    font-style: italic;
    font-weight: 300;
    border: none;
    padding: 0;
    border-bottom: 1px solid #241f21;
    padding-bottom: 3px;
    text-transform: capitalize; }
    @media screen and (max-width: 767px) {
      .cart.cart-table .cart__remove {
        margin-bottom: 10px; } }
  .cart.cart-table .orignal-total-price {
    font-size: 24px;
    font-weight: 400;
    color: #241f21; }
  .cart.cart-table .cart__footer {
    background-color: #f7f7f7;
    padding: 35px 20px; }
    .cart.cart-table .cart__footer h2, .cart.cart-table .cart__footer .h2 {
      text-align: center;
      font-size: 22px;
      color: #464749;
      margin-bottom: 20px; }
    .cart.cart-table .cart__footer .order-price-summary span {
      width: 49%;
      display: inline-block;
      padding-left: 0;
      padding-right: 0;
      font-size: 18px;
      color: #191818;
      font-weight: 600; }
    .cart.cart-table .cart__footer .order-price-summary .btn {
      width: 100%;
      display: block;
      margin-bottom: 10px;
      font-size: 22px;
      font-weight: 600; }
    .cart.cart-table .cart__footer .order-price-summary .cart__update {
      display: none; }
    .cart.cart-table .cart__footer .order-price-summary .cart__shipping {
      font-size: 14px;
      color: #191818;
      padding-top: 0;
      font-style: normal; }

.discount-code {
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px; }
  .discount-code .input-group {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle; }
    .discount-code .input-group input {
      background-color: transparent;
      border-radius: 2px;
      color: #241f21;
      border-color: transparent;
      padding-left: 35px;
      width: 100%;
      border: none;
      border-bottom: 1px solid #241f21;
      border-radius: 0;
      font-weight: 400;
      font-size: 16px;
      padding-left: 0;
      padding-right: 20px; }
    .discount-code .input-group .btn-plus,
    .discount-code .input-group .btn-minus {
      cursor: pointer;
      display: inline-block;
      background: none;
      border: none;
      vertical-align: middle;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0 0 0 5px;
      height: 100%;
      z-index: 4;
      color: #241f21;
      line-height: 37px; }
      .discount-code .input-group .btn-plus.hide,
      .discount-code .input-group .btn-minus.hide {
        display: none; }

.hide-variant {
  display: none; }

.help-question {
  margin-top: 50px;
  background-color: #f7f7f7;
  padding: 40px 0; }
  @media screen and (max-width: 575px) {
    .help-question {
      text-align: center; } }
  .help-question .container-inn {
    max-width: 730px;
    margin: 0 auto; }
    .help-question .container-inn h3, .help-question .container-inn .h3 {
      font-size: 40px;
      line-height: 40px;
      color: #241f21;
      padding-left: 15px; }
      @media screen and (max-width: 991px) {
        .help-question .container-inn h3, .help-question .container-inn .h3 {
          font-size: 25px;
          line-height: 25px; } }
    .help-question .container-inn ul {
      padding-left: 15px; }
      .help-question .container-inn ul li {
        font-size: 16px;
        color: #221e20;
        display: inline-block;
        margin-right: 15px; }
        @media screen and (max-width: 991px) {
          .help-question .container-inn ul li {
            font-size: 14px; } }
        .help-question .container-inn ul li a {
          border-bottom: 1px solid #221e20;
          padding-bottom: 3px; }
    .help-question .container-inn .icon-main {
      text-align: right; }
      @media screen and (max-width: 575px) {
        .help-question .container-inn .icon-main {
          text-align: center; } }
      .help-question .container-inn .icon-main .icon {
        font-size: 45px;
        color: #241f21;
        height: 45px;
        width: auto; }
  .help-question .icon-custom-settings {
    border-right: 1px solid #302c2e;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px; }
    @media screen and (max-width: 575px) {
      .help-question .icon-custom-settings {
        padding-bottom: 15px;
        padding-right: 0;
        padding-top: 0;
        border: none; } }

.template-cart .site-footer {
  margin-top: 0 !important; }
.template-cart .cart__update-wrapper select#quantity {
  border: none;
  font-weight: 600; }

/*============= cart css end ===================*/
/*============= about css start ===================*/
.about-section-heading {
  margin-bottom: 60px;
  margin-top: 30px; }
  @media screen and (max-width: 991px) {
    .about-section-heading {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .about-section-heading h1, .about-section-heading .h1 {
      font-size: 1.5rem; } }
  .about-section-heading p {
    color: #191918; }

.about-alternate-blocks {
  margin-bottom: 45px !important; }
  .about-alternate-blocks h3, .about-alternate-blocks .h3 {
    font-size: 22px;
    color: #464749;
    margin-bottom: 15px; }
  .about-alternate-blocks h4, .about-alternate-blocks .h4 {
    font-size: 32px;
    color: #191818;
    margin-bottom: 20px;
    text-align: center; }
  .about-alternate-blocks p {
    font-size: 16px;
    color: #191818; }
  .about-alternate-blocks > .row {
    position: relative; }
  .about-alternate-blocks .feature-row__image,
  .about-alternate-blocks .feature-row-text {
    padding: 40px 0; }
  .about-alternate-blocks .feature-row__image {
    padding-right: 50px;
    padding-left: 0; }
    @media screen and (max-width: 991px) {
      .about-alternate-blocks .feature-row__image {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0; } }
  .about-alternate-blocks .reverse-row .feature-row__image {
    padding-right: 0;
    padding-left: 50px; }
    @media screen and (max-width: 991px) {
      .about-alternate-blocks .reverse-row .feature-row__image {
        padding-left: 0;
        padding-right: 0; } }
  .about-alternate-blocks .reverse-row .feature-row-text {
    padding-right: 50px;
    padding-left: 0; }
    @media screen and (max-width: 991px) {
      .about-alternate-blocks .reverse-row .feature-row-text {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 575px) {
      .about-alternate-blocks .reverse-row .feature-row-text {
        padding: 0; } }
  .about-alternate-blocks .feature-row-text {
    padding-left: 50px;
    padding-right: 0; }
    @media screen and (max-width: 991px) {
      .about-alternate-blocks .feature-row-text {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .about-alternate-blocks .feature-row-text {
        padding: 0; } }
  .about-alternate-blocks .feature-row-text .about-alternate-text {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .about-alternate-blocks .feature-row-text .about-alternate-text {
        padding-top: 25px;
        padding-bottom: 25px; } }
  .about-alternate-blocks .feature-row-text:before {
    content: '';
    width: 1px;
    background-color: #bbbdc0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 991px) {
      .about-alternate-blocks .feature-row-text:before {
        display: none; } }
  .about-alternate-blocks .feature-row-text:after {
    content: '';
    width: 11px;
    height: 11px;
    background-color: white;
    position: absolute;
    top: 0;
    left: -5px;
    border-radius: 25px;
    border: 1px solid #d7d8da; }
    @media screen and (max-width: 991px) {
      .about-alternate-blocks .feature-row-text:after {
        display: none; } }
  .about-alternate-blocks .feature-row-text.feature-row__text--right:before {
    left: auto;
    right: -1px; }
  .about-alternate-blocks .feature-row-text.feature-row__text--right:after {
    left: auto;
    right: -6px; }
  .about-alternate-blocks .feature-row__image .about-alternate-image {
    padding: 28% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 275px; }
  .about-alternate-blocks:hover .feature-row-text:after {
    background-color: #fdb724;
    border-color: #fdb724; }

/*============= about css end ===================*/
/*============= faq css starts ===================*/
.faq-content-section {
  padding-top: 20px !important; }
  .faq-content-section .accordion-wrapper .card-title h1, .faq-content-section .accordion-wrapper .card-title .h1 {
    padding: 23px 0 17px 0; }
    @media screen and (max-width: 767px) {
      .faq-content-section .accordion-wrapper .card-title h1, .faq-content-section .accordion-wrapper .card-title .h1 {
        padding: 13px 0 14px 0;
        font-size: 20px; } }
  .faq-content-section .accordion-wrapper .card-body-item p {
    margin-bottom: 10px; }
  .faq-content-section .accordion-wrapper .accordion-item-wrap {
    border-bottom: 1px solid lightgrey; }
    .faq-content-section .accordion-wrapper .accordion-item-wrap:first-child {
      border-top: 0px solid lightgrey; }
    .faq-content-section .accordion-wrapper .accordion-item-wrap .card-header {
      border-bottom: 0px; }

/*============= faq css ends ===================*/
/*============= About css starts ===================*/
.about-sec-banner .banner-image {
  padding: 18% 0;
  background-repeat: no-repeat;
  background-size: cover; }
.about-sec-banner .banner-content {
  background-color: #f7f7f7;
  padding-bottom: 55px; }
  @media screen and (max-width: 991px) {
    .about-sec-banner .banner-content {
      padding-top: 50px; }
      .about-sec-banner .banner-content .row {
        align-items: center; } }
  @media screen and (max-width: 767px) {
    .about-sec-banner .banner-content {
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 575px) {
    .about-sec-banner .banner-content {
      padding-top: 30px;
      padding-left: 15px;
      padding-right: 15px; } }
  .about-sec-banner .banner-content .about-content-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 19% 0;
    margin-top: -280px; }
    @media screen and (max-width: 991px) {
      .about-sec-banner .banner-content .about-content-img {
        margin-top: 0;
        padding: 25%; } }
  .about-sec-banner .banner-content .about-content-text {
    padding-left: 50px;
    padding-top: 50px; }
    @media screen and (max-width: 991px) {
      .about-sec-banner .banner-content .about-content-text {
        padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .about-sec-banner .banner-content .about-content-text {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px; } }
    .about-sec-banner .banner-content .about-content-text p {
      color: #191818; }

.about-article {
  padding: 50px 0 0; }
  .about-article .about-article-head {
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .about-article .about-article-head h1, .about-article .about-article-head .h1 {
        font-size: 1.5rem; } }
    .about-article .about-article-head p {
      margin-bottom: 0;
      color: #191918; }
  .about-article .about-article-content .about-article-image {
    padding: 34% 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 25px; }
  .about-article .about-article-content .about-article-text {
    padding: 0 20px; }
    .about-article .about-article-content .about-article-text h3, .about-article .about-article-content .about-article-text .h3 {
      margin-bottom: 5px;
      font-size: 22px;
      color: #464749; }
    .about-article .about-article-content .about-article-text a {
      font-style: italic;
      color: #241f21;
      border-bottom: 1px solid #241f21;
      padding-bottom: 3px; }
  @media screen and (max-width: 767px) {
    .about-article .about-article-content .article-item {
      margin-bottom: 50px; } }
  .about-article .about-article-content .article-item:last-child {
    margin-bottom: 0; }

#shopify-section-instagram {
  padding-bottom: 40px; }
  #shopify-section-instagram h2, #shopify-section-instagram .h2 {
    margin-bottom: 5px;
    line-height: 32px; }
  #shopify-section-instagram p {
    font-family: Geogrotesque Cond;
    font-weight: 300;
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 30px; }

/*============= About css ends ===================*/
/*============= Video css starts ===================*/
.video-wrap-custom h2, .video-wrap-custom .h2 {
  font-size: 40px; }
  @media screen and (max-width: 767px) {
    .video-wrap-custom h2, .video-wrap-custom .h2 {
      font-size: 30px;
      line-height: 30px; } }
  @media screen and (max-width: 575px) {
    .video-wrap-custom h2, .video-wrap-custom .h2 {
      font-size: 16px;
      line-height: 16px; } }
.video-wrap-custom h4, .video-wrap-custom .h4 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .video-wrap-custom h4, .video-wrap-custom .h4 {
      font-size: 30px;
      line-height: 30px; } }
  @media screen and (max-width: 575px) {
    .video-wrap-custom h4, .video-wrap-custom .h4 {
      font-size: 16px;
      line-height: 16px; } }
.video-wrap-custom .video-text-descr {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 3; }
  .video-wrap-custom .video-text-descr .play-video {
    text-align: center;
    display: block;
    border: 2px solid white;
    border-radius: 55%;
    width: 70px;
    height: 70px;
    line-height: 63px; }
    @media screen and (max-width: 767px) {
      .video-wrap-custom .video-text-descr .play-video {
        width: 60px;
        height: 60px;
        line-height: 53px; } }
    @media screen and (max-width: 575px) {
      .video-wrap-custom .video-text-descr .play-video {
        width: 35px;
        height: 35px;
        line-height: 28px;
        margin-left: -15px; } }
  .video-wrap-custom .video-text-descr .icon {
    color: white;
    width: 18px;
    font-size: 2rem;
    height: 21px;
    margin-left: 3px; }
    @media screen and (max-width: 575px) {
      .video-wrap-custom .video-text-descr .icon {
        width: 11px; } }
  .video-wrap-custom .video-text-descr h2, .video-wrap-custom .video-text-descr .h2 {
    font-size: 40px;
    text-align: right;
    margin-bottom: 5px;
    line-height: 40px; }
    @media screen and (max-width: 767px) {
      .video-wrap-custom .video-text-descr h2, .video-wrap-custom .video-text-descr .h2 {
        font-size: 30px;
        line-height: 30px; } }
    @media screen and (max-width: 575px) {
      .video-wrap-custom .video-text-descr h2, .video-wrap-custom .video-text-descr .h2 {
        font-size: 16px;
        line-height: 16px; } }
  .video-wrap-custom .video-text-descr h4, .video-wrap-custom .video-text-descr .h4, .video-wrap-custom .video-text-descr h3, .video-wrap-custom .video-text-descr .h3 {
    font-size: 40px;
    font-weight: 300;
    text-align: right;
    line-height: 40px; }
    @media screen and (max-width: 767px) {
      .video-wrap-custom .video-text-descr h4, .video-wrap-custom .video-text-descr .h4, .video-wrap-custom .video-text-descr h3, .video-wrap-custom .video-text-descr .h3 {
        font-size: 30px;
        line-height: 30px; } }
    @media screen and (max-width: 575px) {
      .video-wrap-custom .video-text-descr h4, .video-wrap-custom .video-text-descr .h4, .video-wrap-custom .video-text-descr h3, .video-wrap-custom .video-text-descr .h3 {
        font-size: 16px;
        line-height: 16px; } }
  .video-wrap-custom .video-text-descr .video-time {
    font-size: 17px;
    font-style: italic;
    font-weight: 300; }
  .video-wrap-custom .video-text-descr .video-btn-container {
    padding-left: 0;
    padding-right: 0; }
  .video-wrap-custom .video-text-descr a.video-section-btn {
    border-bottom: 1px solid white;
    padding-bottom: 3px;
    font-size: 17px;
    font-style: italic;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .video-wrap-custom .video-text-descr a.video-section-btn {
        font-size: 14px; } }
    @media screen and (max-width: 575px) {
      .video-wrap-custom .video-text-descr a.video-section-btn {
        font-size: 12px;
        padding-right: 0; } }
    .video-wrap-custom .video-text-descr a.video-section-btn:hover {
      color: white; }

/*============= Vide css ends ===================*/
/*============= speciality collection css starts ===================*/
.speciality-info-thumbs .speciality-head {
  padding-top: 55px;
  padding-bottom: 55px; }
  .speciality-info-thumbs .speciality-head h2, .speciality-info-thumbs .speciality-head .h2 {
    font-size: 40px;
    color: #191818;
    margin-bottom: 25px; }
    @media screen and (max-width: 991px) {
      .speciality-info-thumbs .speciality-head h2, .speciality-info-thumbs .speciality-head .h2 {
        font-size: 30px;
        line-height: 30px; } }
  .speciality-info-thumbs .speciality-head p {
    font-size: 15px;
    color: #191818;
    margin-bottom: 30px; }
    .speciality-info-thumbs .speciality-head p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      .speciality-info-thumbs .speciality-head p {
        font-size: 14px;
        margin-bottom: 15px; } }

#shopify-section-snow-info-thumbs .speciality-head,
#shopify-section-surf-info-thumbs .speciality-head,
#shopify-section-wind-info-thumbs .speciality-head,
#shopify-section-bike-info-thumbs .speciality-head {
  padding-top: 0;
  padding-bottom: 25px; }
  #shopify-section-snow-info-thumbs .speciality-head h2, #shopify-section-snow-info-thumbs .speciality-head .h2,
  #shopify-section-surf-info-thumbs .speciality-head h2,
  #shopify-section-surf-info-thumbs .speciality-head .h2,
  #shopify-section-wind-info-thumbs .speciality-head h2,
  #shopify-section-wind-info-thumbs .speciality-head .h2,
  #shopify-section-bike-info-thumbs .speciality-head h2,
  #shopify-section-bike-info-thumbs .speciality-head .h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px; }

.special-featured {
  padding: 80px 0 50px; }
  @media screen and (max-width: 1199px) {
    .special-featured {
      padding: 50px 0 50px; } }
  .special-featured .collection-header .section-header {
    border-bottom: 1px solid lightgrey; }
    @media screen and (max-width: 1199px) {
      .special-featured .collection-header .section-header {
        margin-bottom: 30px; } }
    @media screen and (max-width: 575px) {
      .special-featured .collection-header .section-header h1, .special-featured .collection-header .section-header .h1 {
        font-size: 1.5em; } }
  .special-featured #Collection {
    padding-top: 0;
    padding-bottom: 0; }
  .special-featured .slick-prev:before, .special-featured .slick-prev::after,
  .special-featured .slick-next:before,
  .special-featured .slick-next::after {
    font-size: 23px;
    font-weight: 600; }
  .special-featured .slick-prev {
    left: -5%; }
    @media screen and (max-width: 767px) {
      .special-featured .slick-prev {
        left: 5%; } }
  .special-featured .slick-next {
    right: -5%; }
    @media screen and (max-width: 767px) {
      .special-featured .slick-next {
        right: 5%; } }
  @media screen and (max-width: 767px) {
    .special-featured .product-item {
      margin-top: 15px; } }

.speciality-cta .cta-dimensions {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 1199px) {
    .speciality-cta .cta-dimensions {
      padding-top: 40px;
      padding-bottom: 40px; } }

@media screen and (max-width: 991px) {
  .spcialty_cta {
    font-size: 16px !important;
    display: block;
    padding: 12px; } }
@media screen and (max-width: 767px) {
  .spcialty_cta {
    font-size: 14px !important; } }
@media screen and (max-width: 575px) {
  .spcialty_cta {
    margin-bottom: 15px; } }

/*============= speciality collection css ends ===================*/
/*============= masonary style css starts ===================*/
.speciality-masonary {
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
  background-color: #f7f7f7;
  margin-top: 65px;
  padding: 15px;
  /* clear fix */
  /* ---- .grid-item ---- */
  /* 5 columns, percentage width */ }
  .speciality-masonary:after {
    content: '';
    display: block;
    clear: both; }
  .speciality-masonary .grid {
    -ms-transition: all ease-out 0.35s;
    -webkit-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s; }
    .speciality-masonary .grid :after {
      content: '';
      display: block;
      clear: both; }
  .speciality-masonary .isotope:after {
    content: '';
    display: block;
    clear: both; }
  .speciality-masonary .grid-item,
  .speciality-masonary .grid-sizer {
    width: 25%; }
  .speciality-masonary .grid-item {
    float: left;
    width: 25%;
    height: 385px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 7px solid #f7f7f7; }
    @media screen and (max-width: 1199px) {
      .speciality-masonary .grid-item {
        height: 285px; } }
    @media screen and (max-width: 767px) {
      .speciality-masonary .grid-item {
        width: 50%;
        height: 250px; } }
    @media screen and (max-width: 767px) {
      .speciality-masonary .grid-item {
        width: 100% !important;
        height: 250px; } }
    .speciality-masonary .grid-item .icon {
      position: absolute;
      right: 10px;
      bottom: 10px;
      color: white;
      height: 44px;
      width: 44px;
      border: 2px solid white;
      border-radius: 55%;
      padding: 10px; }
    .speciality-masonary .grid-item.icon-black .icon {
      color: #241f21;
      border: 1px solid #241f21; }
    .speciality-masonary .grid-item.grid-item-text {
      background-color: #f7f7f7;
      padding: 20px;
      background-image: none !important; }
      @media screen and (max-width: 1199px) {
        .speciality-masonary .grid-item.grid-item-text {
          padding-left: 10px;
          padding-right: 10px; } }
      .speciality-masonary .grid-item.grid-item-text .masonary-text {
        color: #191818;
        font-size: 18px;
        font-style: italic;
        padding-top: 90px;
        padding-bottom: 90px;
        border-top: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey; }
        @media screen and (max-width: 1699px) {
          .speciality-masonary .grid-item.grid-item-text .masonary-text {
            font-size: 16px;
            padding-top: 70px;
            padding-bottom: 70px; } }
        @media screen and (max-width: 1199px) {
          .speciality-masonary .grid-item.grid-item-text .masonary-text {
            font-size: 15px;
            padding-top: 25px;
            padding-bottom: 25px; } }
        @media screen and (max-width: 991px) {
          .speciality-masonary .grid-item.grid-item-text .masonary-text {
            font-size: 13px;
            padding-top: 10px;
            padding-bottom: 10px; } }
        @media screen and (max-width: 575px) {
          .speciality-masonary .grid-item.grid-item-text .masonary-text {
            font-size: 15px;
            padding-top: 10px;
            padding-bottom: 10px; } }
  .speciality-masonary .gutter-sizer {
    width: 0px; }
  .speciality-masonary .grid-item--width-half {
    width: 25%; }
    @media screen and (max-width: 767px) {
      .speciality-masonary .grid-item--width-half {
        width: 50%; } }
  .speciality-masonary .grid-item--height-half {
    height: 225px; }
    @media screen and (max-width: 767px) {
      .speciality-masonary .grid-item--height-half {
        height: 250px; } }
  .speciality-masonary .grid-item--width2 {
    width: 50%; }
  .speciality-masonary .grid-item--height2 {
    height: 473px; }
    @media screen and (max-width: 1199px) {
      .speciality-masonary .grid-item--height2 {
        height: 373px; } }
    @media screen and (max-width: 767px) {
      .speciality-masonary .grid-item--height2 {
        height: 250px; } }
  .speciality-masonary .grid-item--height3 {
    height: 637px; }
    @media screen and (max-width: 1199px) {
      .speciality-masonary .grid-item--height3 {
        height: 437px; } }
      @media screen and (max-width: 1199px) and (max-width: 767px) {
        .speciality-masonary .grid-item--height3 {
          height: 250px; } }
  .speciality-masonary .grid-item--width3 {
    width: 50%; }

/*============= masonary style css ends ===================*/
/*============= filter sidebar style css starts ===================*/
.filter-sidebar {
  position: relative; }
  .filter-sidebar .filters-selected-sidebar {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6; }
    .filter-sidebar .filters-selected-sidebar li {
      display: inline-block;
      background-color: #241f21;
      color: white;
      border-radius: 4px;
      padding: 2px 5px;
      font-weight: 300;
      font-size: 12px;
      margin-right: 3px; }
      .filter-sidebar .filters-selected-sidebar li.fiters-selected--head {
        font-size: 14px;
        color: #464749;
        text-transform: capitalize;
        padding-right: 25px;
        padding: 0;
        position: relative;
        background: none;
        border-radius: 0;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 0;
        font-weight: 600;
        display: block;
        margin-right: 0; }
      .filter-sidebar .filters-selected-sidebar li.applied-filter {
        cursor: pointer; }
        .filter-sidebar .filters-selected-sidebar li.applied-filter span {
          margin-right: 2px;
          font-weight: 600;
          text-transform: capitalize; }
        .filter-sidebar .filters-selected-sidebar li.applied-filter:after {
          display: inline-block;
          font-family: "Font Awesome 5 Pro";
          font-weight: bold;
          vertical-align: middle;
          content: '\f057';
          position: relative;
          margin-left: 4px; }
  .filter-sidebar h2, .filter-sidebar .h2 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 0; }
    @media screen and (max-width: 575px) {
      .filter-sidebar h2, .filter-sidebar .h2 {
        font-size: 1.4rem;
        padding-top: 10px; } }
  .filter-sidebar h4, .filter-sidebar .h4 {
    font-size: 18px;
    color: #464749;
    text-transform: capitalize;
    padding-right: 25px;
    position: relative;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 0; }
  .filter-sidebar .filters-toolbar__input--sort {
    width: 100% !important; }
  .filter-sidebar .sidebar-filter--container {
    border-top: 1px solid #e6e6e6; }
    .filter-sidebar .sidebar-filter--container h4, .filter-sidebar .sidebar-filter--container .h4 {
      font-size: 18px;
      color: #464749;
      text-transform: capitalize;
      padding-right: 25px;
      position: relative;
      margin-bottom: 0;
      padding-top: 15px;
      padding-bottom: 15px;
      cursor: pointer; }
      .filter-sidebar .sidebar-filter--container h4 span, .filter-sidebar .sidebar-filter--container .h4 span {
        position: absolute;
        right: 0;
        cursor: pointer; }
    .filter-sidebar .sidebar-filter--container:first-child {
      border-bottom: 1px solid #e6e6e6; }
    .filter-sidebar .sidebar-filter--container ul {
      display: none; }
      .filter-sidebar .sidebar-filter--container ul li {
        list-style: none;
        font-size: 14px;
        line-height: 14px;
        color: #191818;
        margin-bottom: 15px;
        position: relative;
        text-transform: capitalize;
        cursor: pointer; }
        .filter-sidebar .sidebar-filter--container ul li.active {
          color: #fdb724; }
          .filter-sidebar .sidebar-filter--container ul li.active a {
            color: #fdb724; }
        .filter-sidebar .sidebar-filter--container ul li:hover {
          color: #fdb724;
          text-decoration: underline;
          font-weight: 600; }
    .filter-sidebar .sidebar-filter--container.sidebar-filter-price ul li {
      padding-left: 40px;
      line-height: 25px;
      margin-bottom: 5px;
      -ms-transition: all ease-out 0.35s;
      -webkit-transition: all ease-out 0.35s;
      transition: all ease-out 0.35s; }
      .filter-sidebar .sidebar-filter--container.sidebar-filter-price ul li a:before {
        content: '';
        border: 1px solid #bbbdc0;
        width: 25px;
        height: 25px;
        display: inline-block;
        cursor: pointer;
        position: absolute;
        left: 0; }
      .filter-sidebar .sidebar-filter--container.sidebar-filter-price ul li.active {
        text-decoration: none;
        color: #bbbdc0; }
        .filter-sidebar .sidebar-filter--container.sidebar-filter-price ul li.active a:before {
          border: 2px solid #fdb724;
          color: #191818;
          text-decoration: none;
          width: 24px;
          height: 24px; }
        .filter-sidebar .sidebar-filter--container.sidebar-filter-price ul li.active:hover {
          text-decoration: none;
          color: #bbbdc0; }
  .filter-sidebar span.filter-icon {
    border: 1px solid #2e2e2e;
    cursor: pointer;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    position: absolute;
    right: 0; }
    @media screen and (min-width: 992px) {
      .filter-sidebar span.filter-icon {
        display: none; } }
  @media screen and (max-width: 991px) {
    .filter-sidebar .collection-filters-inner {
      max-height: 40px;
      transition: max-height 0.5s;
      overflow: hidden; }
      .filter-sidebar .collection-filters-inner.active {
        max-height: 5000px;
        transition: max-height 1s; } }

.collection-filter-bar.collection-filter-bar--header {
  background: white;
  z-index: 2; }

/*============= filter sidebar style css ends ===================*/
/*============= collection with filter css starts ===================*/
.template-collection #shopify-section-collection-info {
  padding-bottom: 0;
  padding-top: 0; }
.template-collection #shopify-section-collection-info + #shopify-section-three-columns-text {
  padding-top: 0; }
  .template-collection #shopify-section-collection-info + #shopify-section-three-columns-text .home-three-columns {
    background-color: white; }
.template-collection .collection-with-filter .collection-list-items .collection-first-block {
  padding: 25% 0; }
  @media screen and (max-width: 767px) {
    .template-collection .collection-with-filter .collection-list-items .collection-first-block {
      padding: 35% 0; } }

@media screen and (max-width: 991px) {
  .three-columns {
    padding-top: 0; } }

/*============= collection with filter css ends ===================*/
/*============= team css starts ===================*/
.team-header--image {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 5%;
  padding-right: 5%; }

.team-header--content {
  padding: 20% 0%;
  max-width: 570px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .team-header--content {
      padding: 45% 0; } }
  .team-header--content img {
    margin-bottom: 30px; }
  .team-header--content h4, .team-header--content .h4 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 300; }
    @media screen and (max-width: 1199px) {
      .team-header--content h4, .team-header--content .h4 {
        font-size: 30px; } }
  .team-header--content h2, .team-header--content .h2 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 600; }
    @media screen and (max-width: 1199px) {
      .team-header--content h2, .team-header--content .h2 {
        font-size: 30px; } }
  .team-header--content p {
    margin-bottom: 20px;
    font-size: 18px; }
    @media screen and (max-width: 1199px) {
      .team-header--content p {
        font-size: 16px; } }
  .team-header--content .btn {
    font-size: 22px;
    padding: 12px 35px;
    font-weight: 600; }
    @media screen and (max-width: 1199px) {
      .team-header--content .btn {
        font-size: 20px; } }

.team-content-head {
  padding-bottom: 65px;
  padding-top: 65px;
  max-width: 650px;
  margin: 0 auto; }
  .team-content-head h2, .team-content-head .h2 {
    font-size: 40px;
    color: #191818;
    margin-bottom: 20px; }
  .team-content-head p {
    font-size: 16px;
    color: #191818; }

.team--content--fullwith-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 13% 0; }

.team--content--fullwith-image-text {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 10% 0; }

.team-snowboard {
  padding-bottom: 75px;
  padding-top: 30px; }
  .team-snowboard h2, .team-snowboard .h2 {
    border-bottom: 1px solid lightgrey;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0; }
  .team-snowboard .team-item {
    margin-top: 35px;
    position: static;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .team-snowboard .team-item .team-page--thumbnail {
      cursor: pointer; }
      .team-snowboard .team-item .team-page--thumbnail h4, .team-snowboard .team-item .team-page--thumbnail .h4 {
        font-size: 22px;
        margin-bottom: 0px; }
      .team-snowboard .team-item .team-page--thumbnail .showhide-teamplayer {
        font-size: 16px;
        color: #241f21;
        font-style: italic;
        text-decoration: underline; }
    .team-snowboard .team-item .team-page--thumbnail-image {
      padding: 34% 0;
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      margin-bottom: 25px; }
    .team-snowboard .team-item .team-carousel-image {
      padding: 31% 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      text-align: center;
      position: relative;
      min-height: 484px; }
      @media screen and (max-width: 1199px) {
        .team-snowboard .team-item .team-carousel-image {
          min-height: 350px; } }
      @media screen and (max-width: 991px) {
        .team-snowboard .team-item .team-carousel-image {
          min-height: 250px; } }
    .team-snowboard .team-item .team-carousel-image .popup-video {
      margin: 0 auto;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .team-snowboard .team-item .teampage-detail-card {
      margin-top: 35px;
      padding: 40px;
      background-color: #f7f7f7;
      width: 100%;
      position: absolute;
      height: auto;
      z-index: 1;
      left: 0; }
      @media screen and (max-width: 767px) {
        .team-snowboard .team-item .teampage-detail-card {
          height: auto;
          position: static; } }
    .team-snowboard .team-item.active {
      padding-bottom: 625px; }
      @media screen and (max-width: 1199px) {
        .team-snowboard .team-item.active {
          padding-bottom: 0; } }
    .team-snowboard .team-item .slick-slider .slick-dots {
      text-align: center;
      width: auto;
      margin: 0 auto;
      width: 100%;
      position: absolute;
      bottom: 16px; }
      .team-snowboard .team-item .slick-slider .slick-dots li button:before {
        background: none;
        border: 1px solid; }
      .team-snowboard .team-item .slick-slider .slick-dots li.slick-active button:before {
        background-color: #464749; }
    .team-snowboard .team-item.active:after {
      bottom: 20px;
      display: inline-block;
      position: relative;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      pointer-events: none;
      border-color: rgba(247, 247, 247, 0);
      border-bottom-color: #f7f7f7;
      border-width: 31px;
      margin-left: -31px; }
      @media screen and (max-width: 767px) {
        .team-snowboard .team-item.active:after {
          display: none; } }
  .team-snowboard .team-page--details {
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 991px) {
      .team-snowboard .team-page--details {
        padding-left: 15px;
        padding-right: 15px; } }
    .team-snowboard .team-page--details .team-article-details {
      border-top: 1px solid lightgrey;
      border-bottom: 1px solid lightgrey;
      padding-top: 30px;
      padding-bottom: 30px; }
    .team-snowboard .team-page--details h2, .team-snowboard .team-page--details .h2 {
      font-size: 40px;
      color: #191818;
      padding-bottom: 0;
      border-bottom: 0px;
      padding-top: 0; }
      @media screen and (max-width: 1199px) {
        .team-snowboard .team-page--details h2, .team-snowboard .team-page--details .h2 {
          font-size: 30px; } }
    .team-snowboard .team-page--details p strong {
      font-size: 16px;
      margin-bottom: 20px;
      color: #241f21; }
      @media screen and (max-width: 1199px) {
        .team-snowboard .team-page--details p strong {
          font-size: 14px; } }
      .team-snowboard .team-page--details p strong a {
        font-style: italic;
        font-weight: 300;
        color: #241f21;
        margin-bottom: 20px;
        text-decoration: underline;
        display: inline-block; }
    .team-snowboard .team-page--details p span {
      font-style: italic;
      font-size: 16px;
      color: #241f21; }
      @media screen and (max-width: 1199px) {
        .team-snowboard .team-page--details p span {
          font-size: 14px; } }
    .team-snowboard .team-page--details > strong {
      font-size: 16px;
      color: #241f21; }
      @media screen and (max-width: 1199px) {
        .team-snowboard .team-page--details > strong {
          font-size: 14px; } }
    .team-snowboard .team-page--details .team-product-main {
      margin-left: 35px;
      background-color: white;
      margin-top: -20px;
      font-size: 16px;
      color: #241f21;
      font-weight: 600;
      font-style: italic;
      text-align: center; }
      @media screen and (max-width: 1199px) {
        .team-snowboard .team-page--details .team-product-main {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .team-snowboard .team-page--details .team-product-main {
          margin-top: 0;
          margin-left: 0; } }
      .team-snowboard .team-page--details .team-product-main a {
        line-height: 1.2;
        margin-bottom: 10px;
        margin-top: -20px;
        display: inline-block; }

.team-detail--product-image {
  padding: 50% 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.team-section--content .hero__overlay:before {
  opacity: 0.6;
  background-color: #251e21; }
.team-section--content .hero__inner p {
  font-size: 18px;
  font-style: italic; }

.snow-content-head {
  padding-bottom: 10px;
  padding-top: 30px; }

.team-list-content-head {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  font-size: 15.5px; }
  .team-list-content-head .inner-container {
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0 auto; }
    .team-list-content-head .inner-container li {
      display: inline-block;
      margin-right: 30px; }
      .team-list-content-head .inner-container li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 991px) {
        .team-list-content-head .inner-container li {
          margin-bottom: 5px; } }
      @media screen and (max-width: 767px) {
        .team-list-content-head .inner-container li {
          margin-right: 15px; } }
      .team-list-content-head .inner-container li a strong {
        margin-top: -10px;
        display: inline-block;
        font-weight: 600; }
      .team-list-content-head .inner-container li svg {
        height: 27px;
        width: 23px;
        margin-right: 5px;
        position: relative;
        top: 7px; }

.team-section-title {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0;
  border-top: 1px solid lightgrey; }

.team-template .three-columns {
  padding-bottom: 0; }

/*============= team css css ends ===================*/
.instagram-fourty-sixty {
  padding-bottom: 50px; }

@media screen and (max-width: 991px) {
  .video-foreground {
    padding-bottom: 58%; } }
.home-three-columns {
  padding: 60px 0;
  background-color: #f7f7f7; }
  .home-three-columns a {
    font-style: italic;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    font-size: 16px;
    color: #241f21;
    -ms-transition: all ease-out 0.35s;
    -webkit-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s; }
    .home-three-columns a:hover {
      color: #fdb724; }
  .home-three-columns h4, .home-three-columns .h4 {
    color: #464749; }
  .home-three-columns p {
    color: #191818; }
  @media screen and (max-width: 767px) {
    .home-three-columns .custom__item-inner {
      margin-bottom: 35px;
      text-align: center; } }

.template-index .instagram-section {
  padding-top: 20px; }
  .template-index .instagram-section h2, .template-index .instagram-section .h2 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 32px; }
    @media screen and (max-width: 767px) {
      .template-index .instagram-section h2, .template-index .instagram-section .h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 0; } }
  .template-index .instagram-section p {
    font-size: 32px;
    line-height: 32px;
    color: #191818;
    text-transform: uppercase;
    padding-bottom: 25px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .template-index .instagram-section p {
        font-size: 25px;
        line-height: 25px; } }
.template-index .slideshow .slick-prev,
.template-index .slideshow .slick-next {
  display: none !important; }

.about-header-image {
  background: rgba(37, 30, 33, 0.3);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat; }
  .about-header-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #241f21;
    opacity: 0.05;
    -ms-transition: all ease-out 0.35s;
    -webkit-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s; }
  .about-header-image::before {
    mix-blend-mode: multiply;
    opacity: 0.25; }
  .about-header-image h1, .about-header-image .h1 {
    font-size: 36px; }
    .about-header-image h1 span, .about-header-image .h1 span {
      font-size: 48px;
      color: #fefeff; }
    @media screen and (max-width: 991px) {
      .about-header-image h1, .about-header-image .h1 {
        font-size: 26px; }
        .about-header-image h1 span, .about-header-image .h1 span {
          font-size: 38px; } }
    @media screen and (max-width: 767px) {
      .about-header-image h1, .about-header-image .h1 {
        font-size: 20px; }
        .about-header-image h1 span, .about-header-image .h1 span {
          font-size: 30px; } }
    @media screen and (max-width: 575px) {
      .about-header-image h1, .about-header-image .h1 {
        font-size: 18px; }
        .about-header-image h1 span, .about-header-image .h1 span {
          font-size: 25px; } }
  @media screen and (min-width: 992px) {
    .about-header-image {
      margin-bottom: 50px;
      padding-top: 356px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 991px) {
    .about-header-image {
      margin-bottom: 50px;
      padding-top: 30%;
      padding-bottom: 30px; } }

.infobox-thumbnail-wrap {
  display: block;
  padding: 65% 0;
  background-position: center center;
  position: relative;
  background: rgba(37, 30, 33, 0.3);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .infobox-thumbnail-wrap {
      margin-bottom: 25px; } }

.infobox-thumbnail-wrap:after {
  display: none; }

.infobox-thumbnail-wrap p {
  position: absolute;
  transform: rotate(180deg);
  font-family: 'Geogrotesque Cond';
  font-size: 28px;
  font-weight: 700;
  color: #fefeff;
  z-index: 5;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  right: -14px;
  bottom: 13px; }
  @media screen and (max-width: 991px) {
    .infobox-thumbnail-wrap p {
      font-size: 18px; } }

#shopify-section-product-related + .return-link-wrapper {
  margin-bottom: 50px; }

.template-product .product-item {
  margin-top: 0;
  margin-bottom: 50px; }

.return-link-wrapper {
  padding: 30px 0; }

.cart-black-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.75); }

.cart-sidebar {
  max-width: 520px;
  width: 100%;
  background-color: #f7f7f7;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  transition: all 0.5s ease-in-out; }
  .cart-sidebar.hide {
    right: -100%;
    transition: all 0.5s ease-in-out; }
  .cart-sidebar .cart-sidebar-container {
    position: relative; }
  .cart-sidebar .cart-sidebar--header {
    font-size: 18px;
    line-height: 45px;
    padding: 0 25px;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid lightgrey; }
    .cart-sidebar .cart-sidebar--header a {
      float: right; }
      .cart-sidebar .cart-sidebar--header a em {
        font-weight: 500; }
  .cart-sidebar .info-shipping {
    font-size: 14px;
    color: #241f21;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid lightgrey; }
    .cart-sidebar .info-shipping em {
      color: #fdb724;
      font-size: 22px;
      position: relative;
      top: 2px; }
  .cart-sidebar .cart-sidebar--notification {
    color: black;
    font-size: 14px;
    line-height: 38px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 7px 0; }
    .cart-sidebar .cart-sidebar--notification p {
      margin-bottom: 0;
      display: inline; }
    .cart-sidebar .cart-sidebar--notification em {
      color: #fdb724;
      font-size: 25px;
      vertical-align: middle;
      margin-right: 10px; }
  .cart-sidebar .cart-sidebar--items-wrpaper {
    height: 602px;
    overflow-y: scroll; }
    @media screen and (max-width: 1499px) {
      .cart-sidebar .cart-sidebar--items-wrpaper {
        height: 480px; } }
    @media screen and (max-width: 1199px) {
      .cart-sidebar .cart-sidebar--items-wrpaper {
        height: 380px; } }
    .cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item {
      padding: 25px;
      background: white;
      border-bottom: 1px solid lightgrey;
      position: relative; }
      .cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item .sidebar-cart--product-info strong {
        display: block;
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: -0.5px; }
      .cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item .sidebar-cart--product-info span {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase; }
      .cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item .sidebar-cart--product-info select {
        border: none;
        padding-left: 0;
        font-size: 16px;
        font-weight: 600; }
      .cart-sidebar .cart-sidebar--items-wrpaper .cart-sidebar-item em {
        font-weight: 500; }
    .cart-sidebar .cart-sidebar--items-wrpaper .delete-cart-item {
      position: absolute;
      right: 30px;
      top: 30px;
      z-index: 5; }
  .cart-sidebar .cart-sidebar--footer {
    padding: 25px;
    padding-bottom: 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .cart-sidebar .cart-sidebar--footer .product-form__item--submit p {
      margin-top: 5px;
      font-size: 14px;
      font-weight: 500; }
    .cart-sidebar .cart-sidebar--footer .product-form__item--submit .ship-note {
      margin-top: 5px;
      font-size: 14px;
      font-weight: 500; }
    .cart-sidebar .cart-sidebar--footer .btn {
      font-size: 22px;
      width: 100%;
      margin-top: 10px; }

.site-header .megamenu-custom {
  border-right: 1px solid #e6e6e6;
  padding: 20px 25px 0px 25px; }
  .site-header .megamenu-custom h4, .site-header .megamenu-custom .h4 {
    margin-bottom: 10px; }
    @media screen and (max-width: 1499px) {
      .site-header .megamenu-custom h4, .site-header .megamenu-custom .h4 {
        font-size: 20px; } }
  .site-header .megamenu-custom:last-child {
    border-right: 0;
    padding-right: 0; }
  .site-header .megamenu-custom .megamenu-image h4, .site-header .megamenu-custom .megamenu-image .h4 {
    margin-top: 10px;
    font-size: 22px;
    margin-bottom: 0; }
    @media screen and (max-width: 1499px) {
      .site-header .megamenu-custom .megamenu-image h4, .site-header .megamenu-custom .megamenu-image .h4 {
        font-size: 20px; } }
  .site-header .megamenu-custom .megamenu-image span {
    font-size: 16px;
    font-style: italic;
    padding-bottom: 2px;
    border-bottom: 1px solid #241f21; }
    @media screen and (max-width: 1499px) {
      .site-header .megamenu-custom .megamenu-image span {
        font-size: 20px; } }

@media screen and (max-width: 991px) {
  .index-section--video {
    padding-bottom: 0; } }

@media screen and (max-width: 575px) {
  .index-section--alternate-blocks {
    padding-bottom: 30px; } }

.slick-slider .slick-dots {
  text-align: center;
  width: 100%;
  left: 50%;
  padding: 0 2%; }
  .slick-slider .slick-dots li button:before {
    border: 1px solid #c3c5c7;
    opacity: 1;
    width: 12px;
    height: 12px; }
  .slick-slider .slick-dots li.slick-active button:before {
    background-color: #fdb724;
    opacity: 1;
    border-color: #fdb724; }

.product-header-active .team-list-content-head {
  z-index: 7;
  top: 67px !important;
  background: white; }
  @media screen and (max-width: 1367px) {
    .product-header-active .team-list-content-head {
      top: 64px !important; } }
  @media screen and (max-width: 1199px) {
    .product-header-active .team-list-content-head {
      top: 62px !important; } }

.homepageoverlay .site-header__logo div:first-child {
  display: none; }
  @media screen and (min-width: 768px) {
    .transparentTop .homepageoverlay .site-header__logo div:first-child {
      display: block; } }

.sticky-header.logo-change .site-header__logo div:first-child {
  display: none; }
  @media screen and (min-width: 768px) {
    .transparentTop .sticky-header.logo-change .site-header__logo div:first-child {
      display: block; } }

.imggridprod .row-6pack .col1 .single_box:before, .imggridprod .row-6pack .col2 .single_box:before {
  padding-top: 55% !important; }

@media screen and (min-width: 768px) {
  .logo-secondary {
    width: 100%; }

  .logo-secondary img {
    width: 100%; }

  .sticky-header .site-header__logo {
    margin: 0px 0; } }
.explore-collection-image:hover h3, .explore-collection-image:hover .h3 {
  -moz-animation: grow 0.35s ease-in-out forwards;
  -o-animation: grow 0.35s ease-in-out forwards;
  -webkit-animation: grow 0.35s ease-in-out forwards;
  animation: grow 0.35s ease-in-out forwards; }

.color-body {
  color: white;
  color: white; }

.megamenu-custom .collection-explore .explore-collection-image {
  padding: 45% 0; }

.jetmenu > li > .megamenu.full-width {
  border-bottom: 1px solid #d3d3d3 !important; }

@media screen and (max-width: 767px) {
  .notification-left {
    display: none; }

  #shopify-section-notification div div:first-child {
    display: block; }

  .wholesale_notification {
    display: none; } }
.feature-images .slick-dots {
  position: static;
  margin-top: 20px; }

@media screen and (max-width: 767px) {
  .rte a:not(.btn) {
    word-break: break-all; } }
.stores-content {
  padding: 50px;
  padding-top: 0; }
  @media screen and (max-width: 575px) {
    .stores-content {
      padding: 15px;
      padding-top: 0; } }
  .stores-content .store-image-link {
    display: block; }
  .stores-content .store-image {
    margin-bottom: 70px; }
    @media screen and (max-width: 1199px) {
      .stores-content .store-image {
        margin-bottom: 5px; } }
    @media screen and (max-width: 767px) {
      .stores-content .store-image {
        margin-bottom: 30px;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .stores-content .store-image {
        margin-bottom: 15px; } }
  .stores-content .header-image.minimal {
    border-top: 0px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .stores-content .header-image.minimal {
        margin-bottom: 20px; } }

@media screen and (max-width: 639px) {
  .kuGridView ul li, .kuContainer.kuFiltersTop .kuGridView ul li {
    width: 32.3% !important; } }
@media screen and (max-width: 479px) {
  .kuGridView ul li, .kuContainer.kuFiltersTop .kuGridView ul li {
    width: 49% !important; } }
@media screen and (max-width: 479px) {
  .kuGridView ul li, .kuContainer.kuFiltersTop .kuGridView ul li {
    width: 100% !important; } }

.template-collection .page-container {
  padding-top: 70px; }
  @media screen and (max-width: 575px) {
    .template-collection .page-container {
      padding-top: 35px; } }
.template-collection .collection-explore {
  padding-top: 0; }
  @media screen and (max-width: 1199px) {
    .template-collection .collection-explore h2, .template-collection .collection-explore .h2 {
      font-size: 30px; } }
  @media screen and (max-width: 991px) {
    .template-collection .collection-explore h2, .template-collection .collection-explore .h2 {
      font-size: 22px;
      line-height: 22px; } }
  @media screen and (max-width: 991px) {
    .template-collection .collection-explore .explore-collection-image h3, .template-collection .collection-explore .explore-collection-image .h3 {
      right: 5px;
      bottom: 5px;
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .template-collection .collection-explore .explore-collection-image h3, .template-collection .collection-explore .explore-collection-image .h3 {
      font-size: 18px; } }

.swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
  font-size: 15px; }

@media screen and (max-width: 767px) {
  .search-page .header-image.minimal {
    display: none; }
  .search-page .header-image.minimal > .container {
    padding-top: 15px; }
    .search-page .header-image.minimal > .container h1, .search-page .header-image.minimal > .container .h1 {
      padding-bottom: 10px;
      margin-bottom: 10px; }
  .search-page .ku-search-block-full {
    margin-top: 5px;
    margin-bottom: 5px; }
  .search-page .kuFilterRefineMobile {
    margin-top: 0;
    margin-bottom: 0; }
  .search-page .kuContainer.kuFiltersLeft #ku-search-filter-tags {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0; }
  .search-page .kuProListing {
    margin-top: 5px; }
  .search-page .kuGridView {
    margin-top: 0; }
  .search-page .kuSortingOpt {
    padding-bottom: 0;
    padding-top: 0; } }
@media screen and (max-width: 575px) {
  .search-page .kuGridView ul li:first-child, .search-page .kuContainer.kuFiltersTop .kuGridView ul li:first-child {
    margin-top: 0 !important; } }

@media screen and (max-width: 575px) {
  .klevu-searching-area-l2, .klevu-pt-rs-hover {
    top: 103px !important; } }
#shopify-section-surf-video, #shopify-section-snow-video, #shopify-section-snow-bike, #shopify-section-bike-video {
  padding-top: 25px; }
  @media screen and (max-width: 767px) {
    #shopify-section-surf-video, #shopify-section-snow-video, #shopify-section-snow-bike, #shopify-section-bike-video {
      padding-top: 0;
      margin-top: -35px; } }

.special-featured {
  padding: 10px 0 50px; }

#shopify-section-wind-video {
  margin-top: -50px;
  padding-top: 0px; }

#shopify-section-megamenu4 .site-header .megamenu-custom {
  padding: 0px 25px 0px 25px; }

#shopify-section-megamenu4 .megamenu-custom .collection-explore .explore-collection-image {
  padding: 23% 0;
  margin-bottom: 0px; }

@media screen and (max-width: 767px) {
  #shopify-section-bike-info-thumbs > .container > .row {
    margin-bottom: 0 !important; } }

.product-reviews .yotpo .yotpo-default-button:hover,
.product-reviews .yotpo input[type="button"].yotpo-default-button:hover {
  background: #fdb724; }

.swatch-unique {
  display: none; }

.collection-hero h3, .collection-hero .h3 {
  position: absolute;
  left: 0;
  top: 50%;
  color: #FFF;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  display: none; }

.grid-view-item--sold-out .grid-view-item__image {
  opacity: 1; }

#kuFilterBox-inventory_item_id, #kuFilterBox-category, #kuFilterBox-unique, #kuFilterBox-tax_code, #kuFilterBox-brand, #kuShowOpt-inventory_item_id, #kuShowOpt-category, #kuShowOpt-unique {
  display: none !important; }

.omega-search-h1 {
  font-size: 1.875em;
  margin: 0 0 15px;
  font-family: 'Geogrotesque Cond';
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase;
  color: #191818; }

@media screen and (max-width: 767px) {
  #shopify-section-team-content .hero.hero--medium {
    height: 250px; } }

.mobilepriceblock, .product-price__sale-label {
  display: block !important; }

.basepriceblock {
  display: block !important; }

@media screen and (max-width: 767px) {
  .basepriceblock {
    display: none !important; }

  .template-product .product-single h1.product-single__title, .template-product .product-single .product-single__title.h1 {
    margin-bottom: 20px; }

  .main-notification-slider {
    height: 29px;
    overflow: hidden; }

  .site-header__cart strong {
    display: none; }

  .notification-left {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
    .notification-left .prettydropdown > ul > li {
      height: 30px;
      line-height: 30px;
      min-width: 50px; }

  .main-notification-slider {
    padding-left: 60px; } }
.cart-note {
  margin-bottom: 15px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .image-altblock p, .collection-explore .explore-collection-image h3, .collection-explore .explore-collection-image .h3, .collection-explore .explore-collection-image .h3 {
    transform: rotate(0deg);
    right: 10px; } }
.vimeobg {
  position: relative; }
  .vimeobg:hover .btn {
    background-color: #241f21;
    color: white; }

.stopvideo {
  position: absolute;
  top: auto;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  color: white;
  display: block;
  padding: 20px; }

.video-wrap-custom .video-text-descr h2, .video-wrap-custom .video-text-descr .h2,
.video-wrap-custom .video-text-descr .h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 5px;
  line-height: 40px;
  color: white; }
.video-wrap-custom .video-text-descr > div > div {
  padding: 20px; }
@media screen and (max-width: 575px) {
  .video-wrap-custom .video-text-descr {
    margin-bottom: 8% !important;
    bottom: 0 !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important; } }

.vimeo-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  height: calc(100vh - 135px);
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 575px) {
    .vimeo-wrapper {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 75vh;
      z-index: 0;
      pointer-events: none;
      overflow: hidden;
      background-size: cover;
      background-position: center center; } }
  .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 209.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.prog-video-with-text {
  padding: 124px 0; }
  @media screen and (max-width: 991px) {
    .prog-video-with-text {
      padding: 30px 0 50px 0; } }
  .prog-video-with-text h3, .prog-video-with-text .h3 {
    font-size: 45px;
    margin: 10px 0 5px 0;
    letter-spacing: 2.5px; }
    @media screen and (max-width: 1499px) {
      .prog-video-with-text h3, .prog-video-with-text .h3 {
        font-size: 40px; } }
  .prog-video-with-text p {
    font-size: 20px;
    font-family: Geogrotesque Cond;
    font-weight: 600; }
  .prog-video-with-text a {
    background-color: #000;
    color: white;
    display: inline-block;
    margin: 0 0 30px 0;
    border: 1px solid transparent;
    -ms-transition: all ease-out 0.35s;
    -webkit-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s;
    text-transform: uppercase;
    padding: 10px 30px; }
    .prog-video-with-text a:hover {
      background-color: transparent;
      color: #000;
      border: 1px solid #000; }
  .prog-video-with-text .section-image {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 991px) {
      .prog-video-with-text .section-image {
        margin-bottom: 10px;
        min-width: inherit; } }
  .prog-video-with-text .video-wraper {
    padding: 56.25% 0 0 0;
    position: relative; }
    .prog-video-with-text .video-wraper iframe {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }

div#shopify-section-prog-video {
  position: relative; }
  div#shopify-section-prog-video .stopvideo > span {
    width: 100%;
    display: block; }
  div#shopify-section-prog-video .stopvideo .play-btn span {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    color: #646464;
    line-height: 67px;
    text-align: center;
    padding-left: 6px;
    margin-bottom: 5px; }
    div#shopify-section-prog-video .stopvideo .play-btn span svg {
      width: 30px;
      height: 30px; }
  div#shopify-section-prog-video .stopvideo .pause-btn span {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    color: #646464;
    line-height: 67px;
    text-align: center;
    margin-bottom: 5px; }
    div#shopify-section-prog-video .stopvideo .pause-btn span svg {
      width: 30px;
      height: 30px; }

.progression-bottom-wrap {
  padding: 100px 0; }
  @media screen and (max-width: 991px) {
    .progression-bottom-wrap {
      padding: 50px 0; } }
  .progression-bottom-wrap .progression-bottom-text {
    margin-top: 50px; }
    @media screen and (max-width: 991px) {
      .progression-bottom-wrap .progression-bottom-text {
        margin-top: 30px; } }
    .progression-bottom-wrap .progression-bottom-text p {
      font-family: Geogrotesque Cond;
      font-size: 20px;
      font-weight: 600; }
    .progression-bottom-wrap .progression-bottom-text h2, .progression-bottom-wrap .progression-bottom-text .h2 {
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 991px) {
        .progression-bottom-wrap .progression-bottom-text h2, .progression-bottom-wrap .progression-bottom-text .h2 {
          margin-bottom: 20px; } }
    .progression-bottom-wrap .progression-bottom-text .prog-button {
      margin-top: 30px; }
    .progression-bottom-wrap .progression-bottom-text a.shop-now {
      background-color: #000;
      color: white;
      display: inline-block;
      border: 1px solid transparent;
      -ms-transition: all ease-out 0.35s;
      -webkit-transition: all ease-out 0.35s;
      transition: all ease-out 0.35s;
      text-transform: uppercase;
      padding: 10px 30px; }
      .progression-bottom-wrap .progression-bottom-text a.shop-now:hover {
        background-color: transparent;
        color: #000;
        border: 1px solid #000; }

.page-progression .site-footer h5, .page-progression .site-footer .h5 {
  color: #b5e8c9; }
.page-progression .site-footer .site-footer__newsletter h5, .page-progression .site-footer .site-footer__newsletter .h5 {
  color: #fff; }
.page-progression .progression-bottom-wrap .progression-bottom-text h2, .page-progression .progression-bottom-wrap .progression-bottom-text .h2, .page-progression .progression-bottom-wrap .progression-bottom-text .h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px; }
.page-progression .truted-section {
  width: 100%; }
.page-progression .trusted-area {
  padding: 100px 0 40px 0;
  text-align: center; }
.page-progression .trusted-area h1, .page-progression .trusted-area .h1 {
  font-size: 60px;
  font-family: Geogrotesque Cond;
  margin: 0; }
.page-progression .trusted-area p {
  font-family: Geogrotesque Cond;
  padding: 3% 0 3.5% 0;
  margin: 0;
  font-size: 28px; }
.page-progression .trusted-bg-area {
  position: relative;
  max-width: 1289px;
  margin: 0 auto;
  padding: 2%;
  background: #000; }
@media screen and (max-width: 991px) {
  .page-progression .trusted-area h1, .page-progression .trusted-area .h1 {
    font-size: 40px; }
  .page-progression .trusted-area p {
    font-size: 28px; } }
@media screen and (max-width: 767px) {
  .page-progression .trusted-area h1, .page-progression .trusted-area .h1 {
    font-size: 30px; }
  .page-progression .trusted-area p {
    font-size: 18px;
    padding: 10px 15px 30px 15px; } }
@media screen and (max-width: 991px) {
  .page-progression .trusted-area {
    padding-top: 50px;
    padding-bottom: 20px; }
    .page-progression .trusted-area .trusted-title-image {
      max-width: 80%;
      margin: 0 auto; } }
@media screen and (max-width: 991px) {
  .page-progression .trusted-area {
    padding-top: 30px; } }
.page-progression .trusted-area .trusted-bg-area {
  background-size: cover;
  padding: 0;
  background-color: transparent;
  max-width: 100%; }
  @media screen and (max-width: 1499px) {
    .page-progression .trusted-area .trusted-bg-area {
      padding: 0; } }
  @media screen and (max-width: 1199px) {
    .page-progression .trusted-area .trusted-bg-area {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .page-progression .trusted-area .trusted-bg-area {
      padding: 0; } }
  .page-progression .trusted-area .trusted-bg-area .vimeo-wrapper {
    height: 515px; }
    @media screen and (max-width: 767px) {
      .page-progression .trusted-area .trusted-bg-area .vimeo-wrapper {
        height: 380px; } }
.page-progression .trusted-area .trusted-video-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }
  .page-progression .trusted-area .trusted-video-buttons .stopvideo {
    position: static; }
  .page-progression .trusted-area .trusted-video-buttons .play-btn, .page-progression .trusted-area .trusted-video-buttons .pause-btn {
    display: block;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    color: #646464;
    line-height: 67px;
    text-align: center;
    padding-left: 6px;
    margin-bottom: 5px;
    margin: 0 auto; }
    .page-progression .trusted-area .trusted-video-buttons .play-btn svg, .page-progression .trusted-area .trusted-video-buttons .pause-btn svg {
      width: 30px;
      height: 30px; }
  .page-progression .trusted-area .trusted-video-buttons .pause-btn {
    padding-left: 0; }
.page-progression .prog-mean-container {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .page-progression .prog-mean-container {
      padding: 30px 0; } }
.page-progression .prog-mean-container .section-title {
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .page-progression .prog-mean-container .section-title {
      margin-bottom: 20px; } }
.page-progression .prog-mean-container .section-title:before {
  content: "";
  border-bottom: 1px solid #000000;
  border-top: 1px solid #5a5a5a;
  width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 17px; }
.page-progression .prog-mean-container .section-title span {
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 9;
  background-color: #efefef;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .page-progression .prog-mean-container .section-title span {
      line-height: normal; } }
.page-progression .prog-item {
  padding: 0 15px;
  text-align: center; }
.page-progression .prog-item-box {
  background: #fff;
  text-align: left; }
.page-progression .prog-box-video > a {
  padding: 42% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  color: #969696;
  background-position: center;
  background-repeat: no-repeat; }
  .page-progression .prog-box-video > a span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 47px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding-left: 3px;
    position: absolute; }
  .page-progression .prog-box-video > a:hover {
    color: #000; }
.page-progression .prog-item-box .prog-box-detail {
  padding: 20px;
  text-transform: uppercase;
  min-height: 135px; }
  @media screen and (max-width: 1499px) {
    .page-progression .prog-item-box .prog-box-detail {
      min-height: 127px; } }
  @media screen and (max-width: 1199px) {
    .page-progression .prog-item-box .prog-box-detail {
      padding: 10px;
      min-height: 105px; } }
.page-progression .prog-item-box .prog-box-detail h3, .page-progression .prog-item-box .prog-box-detail .h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 900; }
  @media screen and (max-width: 1499px) {
    .page-progression .prog-item-box .prog-box-detail h3, .page-progression .prog-item-box .prog-box-detail .h3 {
      font-size: 23px; } }
  @media screen and (max-width: 1199px) {
    .page-progression .prog-item-box .prog-box-detail h3, .page-progression .prog-item-box .prog-box-detail .h3 {
      font-size: 20px; } }
.page-progression .prog-item-box .prog-box-detail h4, .page-progression .prog-item-box .prog-box-detail .h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .page-progression .prog-item-box .prog-box-detail h4, .page-progression .prog-item-box .prog-box-detail .h4 {
      font-size: 15px; } }
.page-progression .prog-box-links {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600; }
  @media screen and (max-width: 1199px) {
    .page-progression .prog-box-links {
      font-size: 14px; } }
.page-progression .prog-box-links a.watchnow-btn:focus, .page-progression .prog-box-links a.watchnow-btn:active, .page-progression .prog-box-links a.watchnow-btn:visited {
  color: #ac0701; }
.page-progression .prog-box-links a.watchnow-btn span {
  width: 23px;
  height: 23px;
  background-color: #ae0000;
  margin-right: 6px;
  float: left;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding-left: 2px; }
  @media screen and (max-width: 767px) {
    .page-progression .prog-box-links a.watchnow-btn span {
      position: relative;
      top: -2px; } }
.page-progression .prog-box-links a.watchnow-btn span svg {
  width: 8px;
  height: 9px; }
.page-progression .prog-box-links a.watchnow-btn:hover {
  color: #ac0701; }
.page-progression .prog-box-links > span {
  position: relative;
  padding: 0 12px; }
.page-progression .prog-box-links > span > span {
  position: relative;
  z-index: 6; }
.page-progression .prog-box-links > span:before {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #dddddd;
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 7px; }
.page-progression .prog-item-content {
  padding: 30px 43px;
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .page-progression .prog-item-content {
      padding: 15px 52px; } }
  @media screen and (max-width: 991px) {
    .page-progression .prog-item-content {
      padding: 15px 70px; } }
  @media screen and (max-width: 767px) {
    .page-progression .prog-item-content {
      padding: 15px 25px;
      display: inline-block; } }
.page-progression .prog-item-content h5, .page-progression .prog-item-content .h5 {
  font-size: 35px;
  margin-bottom: 5px; }
  @media screen and (max-width: 1499px) {
    .page-progression .prog-item-content h5, .page-progression .prog-item-content .h5 {
      font-size: 24px; } }
  @media screen and (max-width: 1199px) {
    .page-progression .prog-item-content h5, .page-progression .prog-item-content .h5 {
      font-size: 26px; } }
.page-progression .prog-item-content h6, .page-progression .prog-item-content .h6 {
  font-size: 35px;
  position: relative;
  padding-right: 10px;
  font-weight: 400; }
  .page-progression .prog-item-content h6 img, .page-progression .prog-item-content .h6 img {
    margin: 0 auto; }
  .page-progression .prog-item-content h6:after, .page-progression .prog-item-content .h6:after {
    content: '"';
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(30deg); }
  @media screen and (max-width: 767px) {
    .page-progression .prog-item-content h6, .page-progression .prog-item-content .h6 {
      margin-bottom: 0; } }
.page-progression .prog-video-blocks .slick-arrow {
  background-image: url(next-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 54px;
  margin: -14% -1% 0 -1%; }
  @media screen and (max-width: 1199px) {
    .page-progression .prog-video-blocks .slick-arrow {
      width: 25px; } }
  @media screen and (max-width: 991px) {
    .page-progression .prog-video-blocks .slick-arrow {
      width: 25px;
      margin-top: -21%; } }
.page-progression .prog-video-blocks .slick-arrow.slick-prev {
  transform: rotate(180deg); }
.page-progression #shopify-section-prog-mean-to-you .prog-video-blocks .slick-disabled {
  display: none !important; }
.page-progression .prog-video-blocks .slick-prev:before, .page-progression .prog-video-blocks .slick-prev:after, .page-progression .prog-video-blocks .slick-next:before,
.page-progression .prog-video-blocks .slick-next:after {
  display: none; }
.page-progression .progression-massonary-wrap .massonary-image-medium {
  padding: 40% 0;
  margin-bottom: 10px; }
.page-progression .progression-massonary-wrap .massonary-image-large {
  padding: 40% 0; }
.page-progression .prog-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
@media screen and (min-width: 767px) {
  .page-progression .row.progression-massonary-wrap {
    margin-left: -5px;
    margin-right: -5px; }
  .page-progression .progression-massonary-wrap .col-md-20, .page-progression .progression-massonary-wrap .col-md-40 {
    padding-right: 5px;
    padding-left: 5px; } }

@media screen and (max-width: 767px) {
  #shopify-section-prog-video .vimeo-wrapper {
    height: 380px; } }
@media screen and (max-width: 767px) {
  #shopify-section-prog-video .stopvideo {
    top: 43%; } }

.sustainable_block {
  display: block;
  width: 35px;
  position: absolute;
  z-index: 1;
  top: 35px;
  right: 35px; }
  .grid-view-item__image .sustainable_block {
    right: auto;
    left: 0;
    top: 10px;
    width: 25px; }
  .sustainable_block span {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none; }
    .sustainable_block span:before {
      content: '';
      display: block;
      padding-top: 100%; }

@media screen and (max-width: 767px) {
  .mfp-iframe-scaler {
    padding-top: 126.25% !important; }

  .main-notification-slider {
    display: none !important; }

  .notification-right ul {
    text-align: right; }

  #shopify-section-notification .col-md-30:first-of-type {
    width: 30% !Important; }

  #shopify-section-notification .col-md-30:last-of-type {
    width: 70% !Important; }

  #shopify-section-homepage-notification strong {
    font-size: 14px; }

  .template-product .product-single .product-single__content {
    padding-top: 0px; }

  .template-product .product-single .product-single__photos {
    padding-top: 10px; }

  .template-product .product-single .swatch {
    margin-bottom: 10px; }

  .template-product .product-single .product-single__price {
    margin-bottom: 10px; }

  .template-product .product-single .swatch.swatch-size .swatch-element input + label {
    min-width: 48px; }

  .product-single__photos {
    margin-bottom: 10px; }

  .sub-notification {
    text-align: center;
    padding: 5px 12px; }

  .template-product .product-single h1.product-single__title, .template-product .product-single .product-single__title.h1, .template-product .product-single .product-single__title.h1 {
    margin-bottom: 10px; } }
.grid-view-item .grid-view-item__nav {
  background-image: url(//cdn.shopify.com/s/files/1/0242/3141/1792/t/130/assets/ico-select.svg?v=12124213491689673770);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
  .grid-view-item .grid-view-item__nav.grid-view-item__next {
    left: auto;
    right: 0;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.grid-view-item__link:hover > .grid-view-item__image {
  transform: scale(1.1); }

.grid-view-item__image {
  transition: transform .2s; }
  .grid-view-item__image + .grid-view-item__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.product-single__thumbnail {
  cursor: zoom-in; }

.grid-view-item__nav {
  display: none; }

.grid-view-item:hover > .grid-view-item__nav {
  display: block;
  cursor: pointer;
  top: 30%;
  background-color: #f7f7f7; }

.grid-view-item__nav:hover {
  background-color: #fff; }

@media screen and (min-width: 767px) {
  .template-product .white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: fit-content;
    margin: 20px auto;
    max-width: inherit; } }
.notification-left ul li {
  border-right: 1px solid #d3d3d3;
  padding: 0px 10px;
  display: inline-block;
  font-size: 14px;
  margin-top: -5px; }

.notification-left .social-icons__link {
  color: black; }

.notification-left .social-icons {
  display: inline-block; }

@media screen and (max-width: 767px) {
  .notification-left .social-icons {
    display: none; } }
.grid-view-item .prod-tags.wishlist-icon {
  z-index: 2; }

@media screen and (max-width: 767px) {
  #shopify-section-1587448949206 .grid--flush-bottom .col-md-30:first-of-type > .btn--small {
    margin-bottom: 40px; } }
.collection-compare-links {
  display: none;
  background-color: #f7f7f7;
  padding: 2px 5px;
  padding-top: 3px;
  width: auto; }
  @media screen and (max-width: 991px) {
    .collection-compare-links {
      display: block; } }

.collection-compare-items .product-item:hover .collection-compare-links {
  display: block; }
@media screen and (min-width: 992px) {
  .collection-compare-items .product-item:hover .product-detail-sku {
    display: none; } }

.filter-compare-images {
  margin-top: 10px; }
  .filter-compare-images .filter-compare-image {
    background-size: 95%;
    padding: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border: 1px solid #000000;
    position: relative; }
    @media screen and (max-width: 767px) {
      .filter-compare-images .filter-compare-image {
        margin: 10px; } }
    .filter-compare-images .filter-compare-image em {
      background-color: #191818;
      color: #ffffff;
      width: 22px;
      height: 22px;
      text-align: center;
      font-size: 14px;
      line-height: 22px;
      border-radius: 55px;
      position: absolute;
      right: -8px;
      top: -7px; }
    .filter-compare-images .filter-compare-image span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      color: #6c6c6e; }
    .filter-compare-images .filter-compare-image.no-image {
      background-color: #f2f2f2; }
  .filter-compare-images .compare-add-more {
    background-color: #f2f2f2;
    max-width: 160px;
    display: block;
    margin: 0 auto;
    padding: 7px;
    font-weight: 400;
    color: #939494;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px; }
    .filter-compare-images .compare-add-more.active {
      background-color: #FDB724;
      color: white; }

.compare-page h1, .compare-page .h1 {
  margin-top: 45px; }
  @media screen and (min-width: 1200px) {
    .compare-page h1, .compare-page .h1 {
      font-size: 48px; } }
.compare-page .compare-product-detail {
  padding-bottom: 30px; }
  .compare-page .compare-product-detail .product-detail-sku {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .compare-page .compare-product-detail .product-detail-sku {
        text-align: center; } }
  .compare-page .compare-product-detail .grid-view-item__title {
    margin-bottom: 15px;
    height: 66px;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .compare-page .compare-product-detail .grid-view-item__title {
        height: auto; } }
    @media screen and (max-width: 767px) {
      .compare-page .compare-product-detail .grid-view-item__title {
        text-align: center; } }
  .compare-page .compare-product-detail .compare-product-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 50% 0;
    margin-top: 30px; }
  .compare-page .compare-product-detail .btn.select-option {
    font-size: 18px;
    color: #ffffff;
    background-color: #231f20;
    padding: 12px;
    display: block;
    max-width: 230px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .compare-page .compare-product-detail .btn.select-option {
        margin: 0 auto; } }
.compare-page .compare-quick-look {
  margin-bottom: 0; }
  .compare-page .compare-quick-look h3, .compare-page .compare-quick-look .h3 {
    font-size: 30px;
    font-weight: 600;
    color: #231f20;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 0; }
  .compare-page .compare-quick-look h4, .compare-page .compare-quick-look .h4 {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    text-transform: capitalize; }
  .compare-page .compare-quick-look .quick-look-sections .quick-look-section {
    text-align: center;
    border-right: 1px solid #a2a2a2;
    padding: 60px 40px 40px;
    padding-bottom: 150px; }
    @media screen and (max-width: 1199px) {
      .compare-page .compare-quick-look .quick-look-sections .quick-look-section {
        padding-bottom: 130px; } }
    @media screen and (max-width: 767px) {
      .compare-page .compare-quick-look .quick-look-sections .quick-look-section {
        border-right: 0px;
        padding-bottom: 40px;
        padding-top: 40px; } }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section:last-child {
      border-right: 0px; }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .price-title {
      color: #000;
      font-weight: 600;
      font-size: 20px; }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .price {
      color: #000;
      font-weight: 400;
      font-size: 26px;
      margin-bottom: 60px; }
      .compare-page .compare-quick-look .quick-look-sections .quick-look-section .price .cross-sale-price {
        font-size: 20px; }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .bottom-line-items-container .bottom-line-items {
      position: relative;
      margin-bottom: 50px; }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .bottom-line-items-container .yotpo .standalone-bottomline .star-clickable {
      justify-content: center; }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .bottom-line-items-container .yotpo .pull-left {
      text-align: center;
      float: inherit; }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .bottom-line-items-container .yotpo .text-m {
      margin-left: 5px;
      position: absolute;
      right: 21%;
      margin-top: 1px;
      display: inline-block; }
      @media screen and (max-width: 1499px) {
        .compare-page .compare-quick-look .quick-look-sections .quick-look-section .bottom-line-items-container .yotpo .text-m {
          right: 12%; } }
      @media screen and (max-width: 1199px) {
        .compare-page .compare-quick-look .quick-look-sections .quick-look-section .bottom-line-items-container .yotpo .text-m {
          display: none; } }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .bottom-line-items-container .avg-score {
      color: #000;
      font-weight: 600;
      font-size: 24px;
      display: block;
      font-family: Geogrotesque Cond; }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .bottom-line-items-container .fa-star {
      font-size: 20px; }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .bottom-line-items-container .reviews-qa-labels-container {
      position: absolute;
      right: 50px; }
      @media screen and (max-width: 1440px) {
        .compare-page .compare-quick-look .quick-look-sections .quick-look-section .bottom-line-items-container .reviews-qa-labels-container {
          right: 0; } }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .quick-look-color-wrapper {
      margin-bottom: 50px; }
      .compare-page .compare-quick-look .quick-look-sections .quick-look-section .quick-look-color-wrapper .color-variation {
        background-image: url("https://cdn.shopify.com/s/files/1/0242/3141/1792/files/compare-product.png?v=1591334356");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 4% 0;
        display: block;
        cursor: zoom-in; }
        .compare-page .compare-quick-look .quick-look-sections .quick-look-section .quick-look-color-wrapper .color-variation.no-slider {
          padding: 68% 0;
          background-size: cover; }
        @media screen and (max-width: 767px) {
          .compare-page .compare-quick-look .quick-look-sections .quick-look-section .quick-look-color-wrapper .color-variation {
            display: inline-block;
            width: 60px;
            padding: 12% 0; } }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .quick-look-size-wrapper {
      margin-bottom: 50px; }
      .compare-page .compare-quick-look .quick-look-sections .quick-look-section .quick-look-size-wrapper .size-option {
        color: #231f20;
        font-weight: 600;
        font-size: 24px;
        text-transform: uppercase; }
    .compare-page .compare-quick-look .quick-look-sections .quick-look-section .quick-look-category-wrapper .category {
      color: #231f20;
      font-weight: 600;
      font-size: 24px;
      text-transform: uppercase; }
.compare-page .compare-detail {
  margin-bottom: 70px;
  margin-top: -56px;
  border-bottom: 1px solid #a2a2a2; }
  @media screen and (max-width: 767px) {
    .compare-page .compare-detail {
      margin-top: 0; } }
  .compare-page .compare-detail h3, .compare-page .compare-detail .h3 {
    font-size: 30px;
    font-weight: 600;
    color: #231f20;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 0; }
  .compare-page .compare-detail h4, .compare-page .compare-detail .h4 {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    text-transform: capitalize; }
  .compare-page .compare-detail .detail-sections .detail-section {
    text-align: center;
    border-right: 1px solid #a2a2a2;
    padding: 60px 40px 40px; }
    @media screen and (max-width: 767px) {
      .compare-page .compare-detail .detail-sections .detail-section {
        border-right: 0; } }
    .compare-page .compare-detail .detail-sections .detail-section:last-child {
      border-right: 0px; }
    .compare-page .compare-detail .detail-sections .detail-section .detail-title {
      color: #231f20;
      font-weight: 600;
      font-size: 18px; }
    .compare-page .compare-detail .detail-sections .detail-section .detail-content {
      text-align: left;
      color: #231f20;
      margin-bottom: 50px; }
      .compare-page .compare-detail .detail-sections .detail-section .detail-content ul {
        padding-left: 20px; }
      .compare-page .compare-detail .detail-sections .detail-section .detail-content p {
        margin-bottom: 0; }
      .compare-page .compare-detail .detail-sections .detail-section .detail-content h6, .compare-page .compare-detail .detail-sections .detail-section .detail-content .h6, .compare-page .compare-detail .detail-sections .detail-section .detail-content h3, .compare-page .compare-detail .detail-sections .detail-section .detail-content .h3 {
        display: none; }
      .compare-page .compare-detail .detail-sections .detail-section .detail-content.no-bullets ul {
        padding-left: 0; }
        .compare-page .compare-detail .detail-sections .detail-section .detail-content.no-bullets ul li {
          list-style: none; }
    .compare-page .compare-detail .detail-sections .detail-section .show-more {
      height: 120px;
      overflow: hidden;
      -ms-transition: all ease-out 0.3s;
      -webkit-transition: all ease-out 0.3s;
      transition: all ease-out 0.3s; }
    .compare-page .compare-detail .detail-sections .detail-section .card {
      border: 0;
      text-align: left; }
    .compare-page .compare-detail .detail-sections .detail-section .card-header {
      background: transparent;
      border: 0;
      padding: 0; }
    .compare-page .compare-detail .detail-sections .detail-section button {
      background: transparent;
      border: none;
      padding: 0;
      color: #231f20;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 50px;
      text-transform: uppercase; }
    .compare-page .compare-detail .detail-sections .detail-section .detail-section-video {
      margin-bottom: 50px;
      display: none; }
    .compare-page .compare-detail .detail-sections .detail-section .detail-section-video-holder {
      position: relative; }
      .compare-page .compare-detail .detail-sections .detail-section .detail-section-video-holder img {
        height: 260px;
        width: 100%;
        object-fit: cover; }
      .compare-page .compare-detail .detail-sections .detail-section .detail-section-video-holder::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
        opacity: 0.5;
        height: 260px;
        width: 100%; }
      .compare-page .compare-detail .detail-sections .detail-section .detail-section-video-holder .detail-section-video-content {
        position: absolute;
        top: 53%;
        left: 42%;
        transform: translate(-50%, -50%);
        text-align: right;
        display: flex;
        align-items: center; }
        .compare-page .compare-detail .detail-sections .detail-section .detail-section-video-holder .detail-section-video-content h6, .compare-page .compare-detail .detail-sections .detail-section .detail-section-video-holder .detail-section-video-content .h6 {
          color: #fff;
          font-weight: 600;
          font-size: 16px;
          text-transform: uppercase;
          margin-bottom: 0; }
        .compare-page .compare-detail .detail-sections .detail-section .detail-section-video-holder .detail-section-video-content p {
          color: #fff;
          font-size: 16px;
          text-transform: uppercase;
          margin-bottom: 0; }
        .compare-page .compare-detail .detail-sections .detail-section .detail-section-video-holder .detail-section-video-content img {
          height: 25px;
          width: 25px;
          margin-left: 15px; }

.img-bg {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding: 8% 0;
  display: block; }

.compare-title-sticky {
  height: 0;
  overflow: hidden;
  border-top: 0px;
  border-bottom: 0px; }

.compare-page-products .scrollmagic-pin-spacer {
  height: 0 !important;
  min-height: 0 !important; }

.product-header-active .compare-title-sticky {
  height: auto;
  overflow: visible; }
.product-header-active .scrollmagic-pin-spacer {
  height: auto !important; }
.product-header-active .product-item {
  margin-top: 15px; }
  .product-header-active .product-item .product-detail-sku {
    margin-bottom: 0px; }
  .product-header-active .product-item .grid-view-item__title {
    margin-bottom: 5px; }
  .product-header-active .product-item .compare-product-detail {
    padding-bottom: 10px; }
.product-header-active.product-header-deactive .compare-title-sticky {
  height: 0 !important;
  overflow: hidden !important; }

.template-collection .white-popup-block .img-bg {
  background-position: inherit;
  height: 420px;
  padding: 0px; }
  @media screen and (max-width: 991px) {
    .template-collection .white-popup-block .img-bg {
      background-position: center; } }
  @media screen and (max-width: 767px) {
    .template-collection .white-popup-block .img-bg {
      height: 350px; } }

.white-popup-block .product-single__price {
  font-size: 26px; }
  @media screen and (max-width: 767px) {
    .white-popup-block .product-single__price {
      margin-top: 20px; } }
  .white-popup-block .product-single__price .cross-sale-price {
    font-size: 20px; }

@media screen and (max-width: 767px) {
  .compare-products--wrapper {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    background-color: white;
    margin-left: -15px;
    border-top: 1px solid lightgrey; }
    .compare-products--wrapper .col-md-20 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }

  .filter-compare-images .compare-add-more {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 20%; }

  .filter-compare-images {
    margin-top: 0px; }

  .filter-compare-images .filter-compare-image {
    padding: 40% 0; }

  .filter-sidebar h4, .filter-sidebar .h4, .filter-sidebar .h4 {
    font-size: 18px;
    color: #464749;
    text-transform: capitalize;
    padding-right: 25px;
    position: relative;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 10px; }

  .template-collection .product-detail-sku {
    display: none; }

  .collection-compare-links {
    display: block;
    background-color: #f7f7f7;
    padding: 0px;
    padding-top: 3px;
    width: auto; }

  .collection-compare-links li a {
    font-size: 11px; }

  .collection-compare-links li:nth-of-type(4n), .collection-compare-links li:nth-of-type(5n) {
    display: none; }

  .template-page .maincomparebox > .slick-prev:before, .template-page .maincomparebox > .slick-prev:after, .template-page .maincomparebox > .slick-next:before, .template-page .maincomparebox > .slick-next:after {
    position: fixed;
    top: 262px;
    font-size: 16px;
    color: #241f21; }

  .itemsnav .slick-list {
    padding: 0px !important; }

  .itemsnav {
    position: fixed;
    background: white;
    z-index: 2;
    bottom: 0px;
    padding-top: 13px;
    border-top: 1px solid lightgray;
    margin-left: -15px;
    width: 101%; }

  .itemsnav .slick-slide {
    padding: 5px;
    background: #fff;
    border: 2px solid white; }

  .itemsnav .slick-current {
    padding: 5px;
    background: #f7f7f7;
    border: 2px solid white; }

  .maincomparebox .product-item {
    padding: 0;
    margin-top: 0px; } }
@media screen and (min-width: 768px) {
  .maincomparebox .slick-track, .popup-gallery {
    height: 160px; }

  .compare-page .compare-quick-look .quick-look-sections .quick-look-section .quick-look-color-wrapper .color-variation.no-slider {
    padding: 98% 0;
    background-size: cover; } }
/* Ohana Means Family Submission Form (Klaviyo)
=====================================================*/
.klaviyo-form-Y32s89 {
  font-family: 'Geogrotesque'; }
  .klaviyo-form-Y32s89 .fUoCOg.fUoCOg {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Geogrotesque Cond';
    font-weight: 600; }
  .klaviyo-form-Y32s89 .iURvI.iURvI,
  .klaviyo-form-Y32s89 .kl-private-reset-css-Xuajs1.kl-private-quill-wrapper-Lkqws1 :not(em):not(strong):not(u):not(br) {
    font-family: 'Geogrotesque'; }
  .klaviyo-form-Y32s89 #downshift-0-input {
    top: 6px;
    position: relative; }

@media screen and (min-width: 992px) {
  .order-lg-2 {
    order: 2; } }
.grid-view-item .swatch-element.color input:checked + label:after {
  display: none !important; }

.grid-view-item .swatch-element.color input:checked + label {
  border: 2px solid #fdb724; }

.swatch-size input:checked + label::after {
  display: none; }

.collection-list-items .swatch-element.color input + label, .template-product .swatch-element.color input + label {
  padding: 0px;
  position: relative;
  border: 0px solid #fff !important;
  background: none;
  height: 40px;
  margin: 5px; }

#quick-shop .swatch-element.color input + label {
  padding: 0px;
  position: relative;
  border: 0px solid #fff !important;
  background-size: contain;
  height: 40px;
  margin: 5px;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 0px; }

.template-product .swatch-element.color input + label, #quick-shop .swatch-element.color input + label {
  width: 40px; }

.collection-list-items .swatch-element.color input + label:before, .template-product .swatch-element.color input + label:before
, #quick-shop .swatch-element.color input + label:before {
  background-color: transparent;
  content: '';
  padding: 15px;
  border: 0px solid #fff;
  position: absolute;
  top: -0.7px;
  border-radius: 25px;
  left: -0.5px; }

.collection-list-items .swatch-element.color input:checked + label, .template-product .swatch-element.color input:checked + label, #quick-shop .swatch-element.color input:checked + label {
  padding: 0px;
  border: 3px solid #fdb724; }

.collection-list-items .swatch .swatch-element, .template-product .swatch .swatch-element, #quick-shop .swatch .swatch-element {
  margin: 0px; }

.template-product .product-single .swatch-color, #quick-shop .swatch-color {
  border: 0px;
  padding: 0;
  margin-bottom: 30px;
  max-height: 190px;
  overflow-y: auto;
  overflow-x: hidden;
  display: inline; }

.product-item .color.swatch-element input + label, #quick-shop .color.swatch-element input + label {
  width: 40px; }

.varimg {
  height: 40px; }

@media screen and (max-width: 1499px) {
  .template-collection .product-item .color.swatch-element input + label {
    width: 25px; }

  .template-collection .varimg {
    height: 25px; } }
.swatch .tooltip, .col-icons i span {
  display: none !important; }

#shopify-section-product-template > .scrollmagic-pin-spacer {
  min-height: 0 !important; }
#shopify-section-product-template #teams-nav {
  padding-top: 0;
  padding-bottom: 0; }
  #shopify-section-product-template #teams-nav > div {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f7f7f7;
    border-bottom: 1px solid grey; }
  #shopify-section-product-template #teams-nav p.product-detail-sku {
    margin-bottom: 0; }

.template-product .product-single {
  position: relative;
  z-index: 8;
  background: white; }
.template-product .white-popup-block {
  padding-top: 50px;
  padding-bottom: 50px; }
  .template-product .white-popup-block .product-single__content {
    padding-top: 0; }
  .template-product .white-popup-block .product-single {
    padding-bottom: 0; }

.subsubmenu {
  padding-left: 70px; }

@media screen and (max-width: 767px) {
  #shopify-section-header {
    height: auto !important; } }
.promoted-products-box {
  display: none !important; }

.product-reviews h2, .product-reviews .h2, .product-reviews .h2 {
  border-bottom: 0px solid #d3d3d3 !important; }

.dfogUI {
  display: none !important; }

#crl8-product-carousel .iNXzOY {
  padding-bottom: 0px !important;
  height: 126px !important; }

#crl8-product-carousel .fMwu {
  padding: 0px !important; }

#crl8-product-carousel .kwsaVU {
  padding-bottom: 0px !important;
  height: 91px !important; }

#crl8-product-carousel .jButog {
  display: none !important; }

#crl8-product-carousel .pbBoE {
  padding-bottom: 0px !important;
  height: 107px !important; }

#shopify-section-homepage-notification a:hover {
  color: #f7b947 !important; }

#shopify-section-homepage-notification a {
  color: white !important; }

@media screen and (min-width: 576px) {
  .collection-hero__image {
    height: 350px !important;
    padding: 0px; } }
.collection-sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 67px;
  z-index: 9; }
  @media screen and (max-width: 767px) {
    .collection-sticky-nav {
      position: relative;
      top: 0; } }
  .collection-sticky-nav ul {
    display: flex;
    list-style: none;
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .collection-sticky-nav ul {
        margin-top: 50px; } }
    @media screen and (max-width: 767px) {
      .collection-sticky-nav ul {
        display: inherit;
        margin: 20px 0; } }
  .collection-sticky-nav li {
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #ddd;
    border-right: none;
    display: inline-block;
    background: #fff; }
    .collection-sticky-nav li:last-child {
      border-right: 1px solid #ddd; }
    @media screen and (max-width: 1280px) {
      .collection-sticky-nav li {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .collection-sticky-nav li {
        padding: 10px;
        border: 1px solid #ddd;
        width: 49%;
        margin-bottom: 3px; } }

.homepage-tickers {
  padding: 0; }
  .homepage-tickers .ticker-btn {
    border: 1px solid #000;
    padding: 0 25px;
    color: #000;
    line-height: 2;
    display: block;
    text-align: center;
    margin: 0 10px; }
    @media screen and (max-width: 767px) {
      .homepage-tickers .ticker-btn {
        margin-bottom: 1em; } }

.cart-item__discount {
  font-size: 16px;
  font-weight: bold; }

.afterpay-paragraph {
  margin-top: -20px; }

#shopify-section-shop-kit-mens .product-price__price.cross-sale-price {
  display: none !important; }

.homepage-tickers {
  padding: 0; }
  .homepage-tickers .ticker-btn {
    border: 1px solid #000;
    padding: 0 25px;
    color: #000;
    line-height: 2;
    display: block;
    text-align: center;
    margin: 0 10px; }
    @media screen and (max-width: 767px) {
      .homepage-tickers .ticker-btn {
        margin-bottom: 1em;
        display: block; } }

.add .cont {
  display: none; }

.hidethiscolor, .hiderange {
  display: none !important; }

#suggested-topics-desktop-layout .suggested-topics-row .suggested-topic,
#suggested-topics-desktop-layout .suggested-topics-row .suggested-topic-expand {
  background: none;
  border: solid 1px #e3e3e3; }
  #suggested-topics-desktop-layout .suggested-topics-row .suggested-topic span,
  #suggested-topics-desktop-layout .suggested-topics-row .suggested-topic-expand span {
    color: #6B6D76; }

.filters-container .free-text-search-input {
  color: #6B6D76; }
  .filters-container .free-text-search-input::placeholder {
    color: #6B6D76; }

.fontsize {
  font-size: 0; }

.collection-sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 67px;
  z-index: 9; }
  @media screen and (max-width: 767px) {
    .collection-sticky-nav {
      position: relative;
      top: 0; } }
  .collection-sticky-nav ul {
    display: flex;
    list-style: none;
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .collection-sticky-nav ul {
        margin-top: 50px; } }
    @media screen and (max-width: 767px) {
      .collection-sticky-nav ul {
        display: inherit;
        margin: 20px 0; } }
  .collection-sticky-nav li {
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #ddd;
    border-right: none;
    display: inline-block;
    background: #fff; }
    .collection-sticky-nav li:last-child {
      border-right: 1px solid #ddd; }
    @media screen and (max-width: 1280px) {
      .collection-sticky-nav li {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .collection-sticky-nav li {
        padding: 10px;
        border: 1px solid #ddd;
        width: 49%;
        margin-bottom: 3px; } }

head {
  font-size: 0; }

#quick-shop .slick-slider .slick-dots {
  transform: translateX(-50%); }
#quick-shop .product-form__item .button {
  display: flex; }
  #quick-shop .product-form__item .button button.swym-button {
    border: 0;
    height: auto; }
