/** Shopify CDN: Minification failed

Line 5464:2 "border-botom" is not a known CSS property
Line 12880:32 Unexpected "'.customergroups'"

**/
/*                 **
                 +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      */
/* =================== */
@font-face {
  font-family: 'Eurostile';
  src: url("//voormi.com/cdn/shop/t/118/assets/EurostileRegular.woff2?v=6683240932366277281691698902") format("woff2"), url("//voormi.com/cdn/shop/t/118/assets/EurostileRegular.woff?v=87784904501559433391691698902") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Eurostile-Bold';
  src: url("//voormi.com/cdn/shop/t/118/assets/EurostileBold.woff2?v=102990011629774455961691698902") format("woff2"), url("//voormi.com/cdn/shop/t/118/assets/EurostileBold.woff?v=127095462957194522221691698902") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

/*============================================================================
  VARIABLES TAKEN FROM Debut
==============================================================================*/
/*================ SVG ================*/
/*================ Drawers ================*/
/*================ Hero ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("//voormi.com/cdn/shop/t/118/assets/slick.eot?v=171231562841723704411691698902");
  src: url("//voormi.com/cdn/shop/t/118/assets/slick.eot?%23iefix&v=171231562841723704411691698902") format("embedded-opentype"), url("//voormi.com/cdn/shop/t/118/assets/slick.woff?v=111354281175319789571691698902") format("woff"), url("//voormi.com/cdn/shop/t/118/assets/slick.ttf?v=51727957652983676071691698902") format("truetype"), url("//voormi.com/cdn/shop/t/118/assets/slick.svg%23slick?487272") format("svg"); }

/*================ Gift Cards ================*/
/*================ Sizing Variables ================*/
/* =================== */
/*      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(//voormi.com/cdn/shop/t/118/assets/ajax-loader.gif?v=177492348467600076571691698902) center center no-repeat; }

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

.slick-prev, #prevArrow,
.slick-next,
#nextArrow {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none; }
  .slick-prev:hover:before, #prevArrow:hover:before, .slick-prev:focus:before, #prevArrow:focus:before,
  .slick-next:hover:before,
  #nextArrow:hover:before,
  .slick-next:focus:before,
  #nextArrow:focus:before {
    opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-disabled#prevArrow:before,
  .slick-next.slick-disabled:before,
  .slick-disabled#nextArrow:before {
    opacity: 0.25; }

.slick-prev, #prevArrow {
  left: -25px; }
  [dir="rtl"] .slick-prev, [dir="rtl"] #prevArrow {
    left: auto;
    right: -25px; }

.slick-next, #nextArrow {
  right: -25px; }
  [dir="rtl"] .slick-next, [dir="rtl"] #nextArrow {
    left: -25px;
    right: auto; }

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

.featured-product-images .slick-dots {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .featured-product-images .slick-dots {
      display: block !important; } }

/*============================================================================
 * 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;
  z-index: 999999999; }

.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-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: '\f067';
      display: inline-block;
      font: normal normal normal 20px/1 FontAwesome;
      vertical-align: middle;
      margin: 5px 0 5px 5px;
      float: right; }
    .mobile-toggler.active::after {
      content: '\f068'; } }
@-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; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("//voormi.com/cdn/shop/t/118/assets/fontawesome-webfont.eot?v=88752339179571016061691698902");
  src: url("//voormi.com/cdn/shop/t/118/assets/fontawesome-webfont.eot?v=88752339179571016061691698902#iefix") format("embedded-opentype"), url("//voormi.com/cdn/shop/t/118/assets/fontawesome-webfont.woff2?v=32207045845775034261691698902") format("woff2"), url("//voormi.com/cdn/shop/t/118/assets/fontawesome-webfont.woff?v=158931929418379554281691698902") format("woff"), url("//voormi.com/cdn/shop/t/118/assets/fontawesome-webfont.ttf?v=57926983875037866361691698902") format("truetype"), url("//voormi.com/cdn/shop/t/118/assets/fontawesome-webfont.svg?v=97865491090583646451691698902#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

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

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

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

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

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

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

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

.fa-road:before {
  content: "\f018"; }

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

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

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

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

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

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

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

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

.fa-print:before {
  content: "\f02f"; }

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

.fa-font:before {
  content: "\f031"; }

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

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

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

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

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

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

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

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

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

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

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

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

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

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

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

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

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

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

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

.fa-times-circle-o:before {
  content: "\f05c"; }

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

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

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

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

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

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

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

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

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

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

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

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

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

.fa-random:before {
  content: "\f074"; }

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

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

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

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

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

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

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

.fa-key:before {
  content: "\f084"; }

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

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

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

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

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

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

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

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

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

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

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

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

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

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

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

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

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

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

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

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

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

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

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

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

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

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

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

.fa-hospital-o:before {
  content: "\f0f8"; }

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

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

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

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

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

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

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

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

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

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

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

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

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

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

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

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

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

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

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

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

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

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

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

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

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

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

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

.fa-unlock-alt:before {
  content: "\f13e"; }

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

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

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

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

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

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

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

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

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

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

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

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

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

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

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

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

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

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

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

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

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

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

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

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

.fa-windows:before {
  content: "\f17a"; }

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

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

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

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

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

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

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

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

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

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

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

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

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

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

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

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

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

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

.fa-soundcloud:before {
  content: "\f1be"; }

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

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

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

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

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

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

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

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

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

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

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

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

.fa-google-wallet:before {
  content: "\f1ee"; }

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

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

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

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

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

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

.fa-ioxhost:before {
  content: "\f208"; }

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

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

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

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

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

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

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

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

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

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

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

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

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

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

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

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

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

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

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

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

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

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

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

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

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

.fa-pause-circle-o:before {
  content: "\f28c"; }

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

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

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

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

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

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

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

.fa-volume-control-phone:before {
  content: "\f2a0"; }

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

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

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

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

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

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

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

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

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

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

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

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

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

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * 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; }
.site-header .col {
  text-align: left; }

.jetmenu {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }

.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: 10px 20px;
  text-decoration: none;
  display: inline-block;
  color: black; }

.jetmenu > li.showhide + li > a {
  padding-left: 0; }

nav:not(.nav-below) .jetmenu > li.showhide + li > a {
  padding-left: 0; }

/* 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: 60px; }

.jetmenu ul.dropdown li ul.dropdown {
  left: 100%;
  top: inherit; }

.jetmenu ul.dropdown li {
  clear: both;
  width: 100%;
  font-size: 12px; }

.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: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  z-index: 99;
  padding: 20px 30px 20px;
  border-top: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 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: 4px 0; }

.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;
  font-size: 1.3em; }

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

/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.half-width {
  width: 50%; }

.jetmenu > li > .megamenu.full-width {
  width: 1410px;
  margin: 0 auto;
  max-width: 100%;
  left: 0;
  border-bottom: 10px solid #a2653d; }

/* 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-family: 'Open Sans', sans-serif;
  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;
  font-family: 'Open Sans', sans-serif;
  -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; }

.megamenu .row:first-child {
  margin-top: 0; }

.megamenu .row:before,
.megamenu .row:after {
  display: table;
  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;
  font-family: 'Open Sans', sans-serif;
  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; }

/*================ 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: #a74c11;
  color: white;
  font-family: "Yantramanav", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  font-size: 15px; }
  @media screen and (min-width: 768px) {
    .btn {
      padding: 10px 18px; } }
  .btn:hover, .btn:focus {
    background-color: #bf652b;
    color: white; }
  .btn .icon-arrow-right,
  .btn .icon-arrow-left {
    height: 9px; }
  .btn[disabled] {
    cursor: default;
    background-color: #5c5c5c;
    color: white; }

.btn--secondary {
  background-color: white;
  color: #3d4246;
  border-color: #e8e9eb; }
  .btn--secondary:hover, .btn--secondary:focus {
    background-color: white;
    color: #223646; }

.btn--small {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif;
  padding: 8px 10px;
  font-size: 0.70588em;
  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: #a74c11;
  text-align: left; }
  .btn--link:hover, .btn--link:focus {
    opacity: 0.6;
    color: #ce6927; }
  .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; }

.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; }
  @media screen and (min-width: 768px) {
    .page-container {
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.template-product .page-container, .template-page .page-container, .template-cart .page-container, .template-blog .page-container, .template-article .page-container {
  padding-top: 40px; }

#container-header {
  position: relative;
  z-index: 10; }
  #container-header.transparentTop .site-header {
    background-color: rgba(255, 255, 255, 0); }
    #container-header.transparentTop .site-header.border-bottom {
      border-bottom: none; }
    #container-header.transparentTop .site-header a, #container-header.transparentTop .site-header .btn--link, #container-header.transparentTop .site-header .search-header__input {
      color: #FFF; }

#shopify-section-header > div {
  border-botom: 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;
    border-bottom: 1px solid #e8e9eb; }
    @media screen and (max-width: 767px) {
      #shopify-section-header > div.sticky-header {
        position: relative; } }

.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.05882em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
  .rte blockquote {
    border-color: #e8e9eb;
    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: 17px;
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #45688c; }
  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: "Yantramanav", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase; }
  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.17647em; }
  @media screen and (max-width: 575px) {
    h1, .h1 {
      font-size: 2.05882em; } }

h2, .h2 {
  font-size: 1.94118em; }
  @media screen and (max-width: 575px) {
    h2, .h2 {
      font-size: 1.70588em; } }

h3, .h3 {
  font-size: 1.76471em; }
  @media screen and (max-width: 575px) {
    h3, .h3 {
      font-size: 1.76471em; } }

h4, .h4 {
  font-size: 1.58824em; }
  @media screen and (max-width: 575px) {
    h4, .h4 {
      font-size: 1.41176em; } }

h5, .h5 {
  font-size: 1.41176em; }
  @media screen and (max-width: 575px) {
    h5, .h5 {
      font-size: 1.29412em; } }

h6, .h6 {
  font-size: 1.35294em; }
  @media screen and (max-width: 575px) {
    h6, .h6 {
      font-size: 1.23529em; } }

/*================ RTE headings ================*/
.rte {
  color: #202020;
  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;
  color: #202020; }
  .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 #e8e9eb; }

.border-top {
  border-top: 1px solid #e8e9eb; }

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

/*================ #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 #e8e9eb;
  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.88235em; } }
  [type="radio"] + label, [type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 0; }
  label[for] {
    cursor: pointer; }

input,
textarea,
select {
  border: 1px solid #e8e9eb;
  background-color: white;
  color: black;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #cdcfd3; }
  input[disabled],
  textarea[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(//voormi.com/cdn/shop/t/118/assets/ico-select.svg?v=155563818344741998551691698902);
  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: #45688c;
  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: black;
  opacity: 0.6; }

::-moz-placeholder {
  color: black;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: black;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: black;
  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 #e8e9eb; }

.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 #e8e9eb;
  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__input,
.search-bar__input {
  background-color: transparent;
  border-radius: 2px;
  color: black;
  border-color: transparent;
  padding-left: 35px;
  width: 100%; }
  .search-header__input::-webkit-input-placeholder,
  .search-bar__input::-webkit-input-placeholder {
    color: #45688c;
    opacity: 0.6; }
  .search-header__input::-moz-placeholder,
  .search-bar__input::-moz-placeholder {
    color: #45688c;
    opacity: 0.6; }
  .search-header__input:-ms-input-placeholder,
  .search-bar__input:-ms-input-placeholder {
    color: #45688c;
    opacity: 0; }
  .search-header__input::-ms-input-placeholder,
  .search-bar__input::-ms-input-placeholder {
    color: #45688c;
    opacity: 1; }

.search-bar__input {
  border: 1px solid transparent; }
  .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 #e8e9eb;
  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: 30px;
  vertical-align: middle; }
  .search-header.search--focus {
    max-width: 250px; }

.search-header__input {
  cursor: pointer; }

.search--focus .search-header__input {
  outline: none;
  border-color: #e8e9eb;
  cursor: auto; }
.search--focus .search-header__submit {
  padding-left: 10px;
  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: 99;
  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(0, 0, 0, 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.05882em; }
  .drawer__close-button:active, .drawer__close-button:focus {
    background-color: rgba(0, 0, 0, 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 #e8e9eb; } }
  @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:first-of-type img {
    -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; }
  .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;
      -moz-animation: shrink 0.35s ease-in-out forwards;
      -o-animation: shrink 0.35s ease-in-out forwards;
      -webkit-animation: shrink 0.35s ease-in-out forwards;
      animation: shrink 0.35s ease-in-out forwards; }
  @media screen and (min-width: 768px) {
    .site-header__logo-image {
      margin: 0 auto; } }
  .logo-change .site-header__logo-image div:first-child:not(:last-of-type) img {
    -moz-animation: shrink 0.35s ease-in-out forwards;
    -o-animation: shrink 0.35s ease-in-out forwards;
    -webkit-animation: shrink 0.35s ease-in-out forwards;
    animation: shrink 0.35s ease-in-out forwards; }
  .logo-change .site-header__logo-image div:last-child:not(:first-of-type) img {
    -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; }

@-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: 45px; }
  .site-header__icons--plus .site-header__search {
    padding-right: 90px; }

@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: #a74c11;
  color: white;
  border-radius: 9px;
  min-width: 16px;
  height: 16px; }
  @media screen and (max-width: 767px) {
    .site-header__cart-count {
      color: #000; } }
  .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: 26px;
    left: 0px;
    border-radius: 0;
    width: 100%;
    background: none;
    height: auto; }
    .site-header__cart-count span {
      padding: 4px 0;
      text-align: center;
      font-size: 11px; } }
.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; } }

@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: 18px 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; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .site-header__logo {
      display: flex;
      align-items: center; } }
.notification-bar {
  text-align: center;
  position: relative;
  z-index: 11; }

.notification-bar__message {
  display: block;
  font-size: 0.94118em;
  padding: 10px 20px; }
  @media screen and (min-width: 768px) {
    .notification-bar__message {
      padding: 10px 50px; } }

.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: 15px 0; }
  .site-header__logo img {
    display: block; }

.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;
    text-transform: uppercase; }

.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; }
    .site-nav--active-dropdown .site-nav__link .icon-chevron-down {
      transform: rotateZ(-180deg); }
  .site-nav__link.site-nav--active-dropdown {
    border: 1px solid #e8e9eb;
    border-bottom: 1px solid transparent;
    z-index: 2; }

/*================ Dropdowns ================*/
.site-nav--has-dropdown {
  position: relative; }

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

.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 #e8e9eb; }
  .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: 23px;
  height: 23px; }
  @media screen and (min-width: 768px) {
    .social-icons .icon {
      width: 25px;
      height: 25px; } }
  .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: #45688c;
    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; }

/*================ Gift Guide ================*/
.gift-guide-title,
.gift-subheading,
.gift-bottom-blocks {
  margin-top: 48px; }

.swatch-elements {
  display: none; }

.gift-products {
  margin: 32px auto; }

.gift-top-block {
  position: relative;
  background-size: cover;
  margin-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .gift-top-block {
      padding-bottom: 66.667%;
      margin-bottom: 0; } }

.gift-top-block-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 768px) {
    .gift-top-block-content {
      position: absolute;
      margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .gift-top-block-cta {
    position: absolute;
    bottom: 6%;
    left: 6%; } }

.gift-bottom-block {
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  margin-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .gift-bottom-block {
      padding-bottom: 66.667%; } }

.gift-bottom-block-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.gift-bottom-block-cta {
  position: absolute;
  bottom: 6%;
  left: 6%; }
  .gift-bottom-block-cta a {
    margin-top: 12px; }

/*================ 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;
  border-right: 2px solid white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.image-bar__link:focus .image-bar__content {
  border-color: rgba(0, 0, 0, 0); }

.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: rgba(0, 0, 0, 0);
  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.2; }

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

/*================= Footer ================*/
.site-footer {
  padding: 50px 0 30px; }
  @media screen and (max-width: 575px) {
    .site-footer {
      text-align: left; } }

.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: 320px;
  /* display:inline-block; */ }
  @media screen and (min-width: 768px) {
    .site-footer__newsletter {
      max-width: none; } }
  .site-footer__newsletter + div {
    margin-top: 25px; }

/* klaviyo newsletter form 
   lord I wish Klav wouldn't make us use !important
   target elements
===================================*/
.klaviyo-footer form {
  font-family: "Yantramanav","HelveticaNeue","Helvetica Neue",sans-serif; }
  .klaviyo-footer form input[type=email] {
    position: relative;
    top: -10px;
    border-color: #fff; }
  .klaviyo-footer form button {
    font-family: "Yantramanav","HelveticaNeue","Helvetica Neue",sans-serif !important;
    background: #fff !important;
    color: #3d4246 !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    position: relative !important;
    left: -4px !important;
    padding-left: 12px !important;
    padding-right: 12px !important; }

.site-footer__social-icons {
  margin-top: 15px; }

.site-footer__copyright {
  margin-top: 30px; }

.social-icons__link {
  display: block;
  padding: 0 3px; }
  .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: 30px; }
  @media screen and (min-width: 768px) {
    .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; } }
    .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;
  padding: 0; }

.slideshow {
  overflow: hidden;
  height: 225px;
  margin-bottom: 0; }
  .slideshow.slideshow--medium {
    height: 500px; }
  .slideshow.slideshow--large {
    height: 575px; }
  @media screen and (min-width: 768px) {
    .slideshow {
      height: 375px; }
      .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 #prevArrow,
  .slideshow .slick-next,
  .slideshow #nextArrow {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 40px; }
  .slideshow .slick-prev, .slideshow #prevArrow {
    left: 0; }
  .slideshow .slick-next, .slideshow #nextArrow {
    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: #a74c11;
  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: rgba(0, 0, 0, 0);
  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.2; }

/*================ 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;
    border-bottom: 10px solid; }
  .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-wrap .h1,
  .slideshow__text-wrap .h2,
  .slideshow__text-wrap .h3,
  .slideshow__text-wrap .h4 {
    font-family: 'Oswald',sans-serif; }
  .slideshow__text-wrap .btn {
    font-family: inherit; }

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

.slideshow__title {
  color: white;
  font-size: 3.5em;
  letter-spacing: 1px;
  line-height: 58px;
  /*
    text-shadow: 1px 1px #a2653d;
  */
  font-weight: 300; }

.slideshow__subtitle {
  display: block;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 100;
  width: 50%;
  border-bottom: 4px solid white;
  padding-bottom: 8px; }

.slideshow__text-content .page-width .btn {
  width: 50%; }

/*================ 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(32, 32, 32, 0.35);
  background-color: rgba(32, 32, 32, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(32, 32, 32, 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::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  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.2; }

.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(0, 0, 0, 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 #e8e9eb;
        border-radius: 8px; }
      .filters .filter label:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: 8px;
        margin-top: 0;
        background: #e8e9eb;
        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 {
      pointer-events: none;
      opacity: .5;
      color: #5881ac; }
  .filters h4, .filters .h4 {
    line-height: 55px;
    font-size: 1.05882em; }

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 20px; }
  @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: 0px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .collection-grid-item__link:focus {
    border-color: rgba(0, 0, 0, 0); }

.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: rgba(0, 0, 0, 0);
  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.2; }

.grid--view-items {
  overflow: auto;
  margin-bottom: -30px; }

.grid-view-item {
  margin: 0 auto 30px; }
  .custom__item .grid-view-item {
    margin-bottom: 0; }

.grid-view-item__title {
  margin-bottom: 0;
  color: #45688c;
  font-size: 1.2em; }

.grid-view-item__meta {
  margin-top: 8px; }

@media screen and (max-width: 575px) {
  .grid-view-item__title,
  .grid-view-item__meta {
    font-size: 0.94118em; } }

.product-price__price {
  display: inline-block;
  color: #202020; }

.product-price__sale {
  padding-right: 0; }

.grid-view-item__link {
  display: block; }

.grid-view-item__vendor {
  margin-top: 4px;
  color: #202020;
  font-size: 0.88235em;
  text-transform: uppercase; }
  @media screen and (max-width: 575px) {
    .grid-view-item__vendor {
      font-size: 0.82353em; } }

.grid-view-item__image {
  display: block;
  margin: 0 auto 15px;
  padding-top: 66.66%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .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 #e8e9eb;
      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: #45688c;
  font-size: 1.11765em;
  min-width: 100px; }
  @media screen and (max-width: 575px) {
    .list-view-item__title {
      font-size: 0.94118em; } }

.list-view-item__sold-out {
  font-size: 0.94118em; }

.list-view-item__on-sale {
  color: #7796a8;
  font-size: 0.94118em; }
  @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.94118em;
  font-style: italic; }
  @media screen and (max-width: 575px) {
    .list-view-item__vendor {
      font-size: 0.88235em; } }

.list-view-item__price-column {
  display: table-cell;
  text-align: center;
  text-align: right;
  width: 20%;
  font-size: 1.05882em; }
  @media screen and (max-width: 575px) {
    .list-view-item__price-column {
      font-size: 0.94118em; } }
  .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: #7796a8; }
  @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; } }

.collection-side-title {
  padding: 30px; }

.collection-side-header-image {
  position: relative;
  min-height: 320px; }
  .collection-side-header-image .collection-side-header-link {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 24px;
    background: rgba(0, 0, 0, 0.5); }
    .collection-side-header-image .collection-side-header-link i {
      position: absolute;
      left: 12px;
      top: 18px;
      bottom: 0;
      display: block;
      font-size: 24px; }
    .collection-side-header-image .collection-side-header-link .collection-side-header-link-text {
      font-size: 12px;
      text-transform: uppercase;
      padding-left: 32px;
      display: block;
      font-weight: bold; }
      .collection-side-header-image .collection-side-header-link .collection-side-header-link-text span {
        display: block; }

.collection-side-description-items-shown {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  padding-top: 15px;
  display: block; }
  @media screen and (min-width: 768px) {
    .collection-side-description-items-shown {
      position: relative;
      top: 15px;
      padding-top: 0; } }

#SortBy {
  font-size: 12px; }

.filter-column {
  background: #e8e9eb; }
  @media screen and (max-width: 767px) {
    .filter-column {
      display: none; } }
  .filter-column h3, .filter-column .h3 {
    color: #6d6e72; }
  .filter-column fieldset {
    padding: 0; }
    .filter-column fieldset label {
      width: 40%;
      text-align: center; }

#shopify-section-collection-template {
  padding-bottom: 50px; }

.filters-toolbar-wrapper {
  text-align: right; }
  @media screen and (max-width: 767px) {
    .filters-toolbar-wrapper {
      text-align: center; } }

/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.template-password {
  height: 100vh; }

.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #202020;
  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: #45688c;
  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; }

h1.product-single__title, .product-single__title.h1 {
  margin-bottom: 0;
  font-size: 21px;
  text-transform: initial;
  font-family: "Yantramanav", sans-serif;
  font-weight: 500; }

.product-single__price {
  margin-bottom: 10px;
  color: #527394;
  font-size: 21px;
  font-family: "Yantramanav", sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 575px) {
    .product-single__price {
      display: block;
      font-size: 1.11765em; } }

.product-single__vendor {
  color: #202020;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px; }

/*================ Modals ================*/
.modal {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: white;
  bottom: 0;
  color: #45688c;
  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.17647em; }

/*================ 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;
  height: 55px; }

@media screen and (min-width: 768px) {
  .product-form__cart-submit--small .btn {
    max-width: 300px; } }

.product-single__description {
  margin-top: 0px; }

/*================ Product Images ================*/
.product-single__thumbnail {
  display: block;
  margin: 0;
  border: 0;
  padding-bottom: 14%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .product-single__thumbnail.active-thumb {
    opacity: 1 !important; }

.product-single__thumbnail-image {
  display: block; }

.product-featured-img {
  display: block;
  margin: 0 auto; }

.zoomImg {
  background-color: white; }

.product-single__thumbnails li {
  list-style: none; }

@media screen and (max-width: 575px) {
  .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%; }

.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 {
  margin-bottom: 30px; }
  @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; } }

@media screen and (max-width: 575px) {
  .product-single__thumbnail {
    margin: 0 auto;
    width: 50px; } }

.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: rgba(0, 0, 0, 0);
    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: 'FontAwesome';
    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;
    background-color: grey; }
  .animsition.finished .product-single__photo[data-zoom]::before {
    mix-blend-mode: multiply;
    opacity: 0.2; }
  .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 #prevArrow .fa-angle-up:before {
      content: "\f104"; }
    .vertical-thumbs .thumbnails-wrapper #nextArrow .fa-angle-down:before {
      content: "\f105"; } }

/*================ 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: 480px;
  opacity: 1; }
  @media screen and (min-width: 576px) {
    .collection-hero__image {
      height: 480px; } }
  .collection-hero__image.collection-hero__image {
    height: auto;
    min-height: 540px; }
  .collection-hero__image .collection-video-hero-video {
    padding-bottom: 30px;
    padding-top: 30px; }
    .collection-hero__image .collection-video-hero-video iframe {
      margin: 0 auto;
      display: block; }

.collection-video-block {
  padding-bottom: 30px;
  padding-top: 30px; }
  .collection-video-block .col-60,
  .collection-video-block .col-md-60 {
    padding-bottom: 30px; }
  .collection-video-block iframe {
    margin: 0 auto;
    display: block; }

.collection-hero__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2; }

.collection-hero__title {
  position: absolute;
  color: white;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 40px;
  width: 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;
      min-width: 150px;
      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; } }

@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 {
    display: none;
    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.76471em;
    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: 0px solid #e8e9eb;
  border-top: 0px solid #e8e9eb; }

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

.filters-toolbar__input--sort {
  margin-right: -10px; }
  .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.94118em;
  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.88235em;
      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 #2d373e;
  /* Background color */
  background-color: #ddd;
  /* Styling text */
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
  text-transform: uppercase; }

#MainContent .swatch.fabric label,
#MainContent .swatch.size label {
  padding: 13px 20px !important; }

.swatch label {
  line-height: normal !important; }

@media (max-width: 1199.98px) {
  .swatch label {
    white-space: normal; } }
.swatch-element label {
  padding: 0 10px; }

.color.swatch-element label {
  padding: 18px 18px;
  border-radius: 50%;
  position: relative; }
  .color.swatch-element label:before {
    content: "";
    border: 0px solid transparent;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    bottom: 0; }

.color.swatch-element input:checked + label:before {
  border: 1px solid #6C6E71; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-color: #6C6E71; }

.swatch .swatch-element {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 5px 5px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  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.9;
  /* khtml, old safari */
  -moz-opacity: 0.9;
  /* mozilla, netscape */
  opacity: 0.9;
  /* fx, safari, opera */ }

/* Tooltips */
.swatch .tooltip, .col-icons i span {
  text-align: center;
  font-size: 12px;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -36px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(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: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(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: 30px;
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .container#Collection {
      padding-bottom: 50px;
      padding-top: 50px; } }

/*================= Font Styles ==============*/
a {
  color: #a74c11;
  text-decoration: none; }
  a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #ce6927; }
  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: white;
  color: black;
  margin-bottom: 0; }
  .breadcrumbs .breadcrumb {
    padding: 1.45rem 1rem 0rem;
    background: none;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.70588em;
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      .breadcrumbs .breadcrumb {
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .breadcrumbs .container {
      width: 100%; } }

/*================= 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: #45688c; }

/*================ Product Template ===================*/
.button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .button .add {
    position: relative;
    background: #bf652b;
    color: white;
    height: 100%;
    -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: 2.4;
    border-radius: 0;
    height: 55px; }
  .button .checkout {
    background: #000000;
    left: -50%;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    .button .checkout:hover {
      background: #bf652b; }
  .button .cont {
    left: 100%;
    background: #000000;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    .button .cont:hover {
      background: #bf652b; }
  .button a span {
    padding-left: 7px;
    color: #fff; }
  .button.opened .add {
    background: transparent; }
  .button.opened .checkout {
    left: 0; }
  .button.opened .cont {
    left: 50%; }

/*================ Header Cart ===================*/
body svg.icon {
  vertical-align: middle; }

.shopping-cart {
  margin: 10px 0 0;
  background: #000;
  width: 400px;
  max-width: 400px;
  max-height: 50vh;
  overflow: visible;
  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 rgba(0, 0, 0, 0);
    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:after {
    bottom: 100%;
    right: 33px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-width: 8px; }

.site-header__cart__overlay {
  display: none;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0; }

/*================ Article Template ===================*/
.article-hero {
  margin-bottom: -33.33%; }
  @media screen and (max-width: 991px) {
    .article-hero {
      margin-bottom: 0; } }
  .article-hero img {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
  .article-hero .article-hero-bg {
    position: relative;
    padding-bottom: 64.71%;
    background-size: cover; }

.article-content.article-content-has-image {
  background: #ececeb;
  padding-top: 25px; }

/*================ Article Images ===================*/
.article-hero__image {
  background-size: cover;
  margin-top: -50px;
  padding: 150px;
  margin-bottom: 50px; }

.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.29412em;
  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 {
  padding: 1em 2em 1em 2em;
  color: black; }

.accordion {
  position: relative;
  background-color: #fff; }

.accordionTitle,
.accordion__Heading {
  background-color: #ebebeb;
  text-align: center;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #a74c11;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #000000; }

.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  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; }

.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #a74c11;
  color: white; }

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #a74c11;
  color: white; }

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

.icon-login, .icon-cart, .icon-search {
  color: black; }

#shopify-section-slideshow,
#shopify-section-slideshow-precision,
#shopify-section-slideshow-about,
#shopify-section-slideshow-dual,
#shopify-section-slideshow-dualul,
#shopify-section-slideshow-core,
#shopify-section-slideshow-surface,
#shopify-section-slideshow-surfacewoven,
#shopify-section-slideshow-sc,
#shopify-section-slideshow-co,
#shopify-section-slideshow-hvis {
  background-color: white; }

@media only screen and (min-width: 768px) {
  .col-md-30 .collection-grid-item {
    padding-bottom: 63.6%; }
  .col-lg-15 .collection-grid-item {
    padding-bottom: 136.4%; }
  .col-lg-20 .collection-grid-item {
    padding-bottom: 100%; }
  .col-lg-40 .collection-grid-item {
    padding-bottom: 47.5%; }
  .col-lg-45 .collection-grid-item {
    padding-bottom: 42.9%; } }
@media only screen and (min-width: 992px) {
  .col-md-30 .collection-grid-item {
    padding-bottom: 63.6%; }
  .col-lg-15 .collection-grid-item {
    padding-bottom: 136.4%; }
  .col-lg-20 .collection-grid-item {
    padding-bottom: 100%; }
  .col-lg-40 .collection-grid-item {
    padding-bottom: 47.5%; }
  .col-lg-45 .collection-grid-item {
    padding-bottom: 42.9%; } }
@media only screen and (min-width: 1200px) {
  .col-md-30 .collection-grid-item {
    padding-bottom: 64.4%; }
  .col-lg-15 .collection-grid-item {
    padding-bottom: 136.4%; }
  .col-lg-20 .collection-grid-item {
    padding-bottom: 100%; }
  .col-lg-40 .collection-grid-item {
    padding-bottom: 47.9%; }
  .col-lg-45 .collection-grid-item {
    padding-bottom: 42.9%; } }
@media only screen and (min-width: 1500px) {
  .col-md-30 .collection-grid-item {
    padding-bottom: 65.2%; }
  .col-lg-15 .collection-grid-item {
    padding-bottom: 136.4%; }
  .col-lg-20 .collection-grid-item {
    padding-bottom: 100%; }
  .col-lg-40 .collection-grid-item {
    padding-bottom: 48.4%; }
  .col-lg-45 .collection-grid-item {
    padding-bottom: 42.9%; } }
@media screen and (max-width: 991px) {
  .col-lg-15.col-md-30 .collection-grid-item, .col-lg-20.col-md-30 .collection-grid-item, .col-lg-40.col-md-30 .collection-grid-item, .col-lg-45.col-md-30 .collection-grid-item {
    padding-bottom: 65.2%; } }
.collection-grid-item .collection-grid-item__title {
  position: absolute;
  bottom: 0;
  top: initial;
  right: 0;
  left: initial;
  padding: 20px 25px;
  width: auto;
  margin-bottom: 0;
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  background: rgba(0, 0, 0, 0.2);
  font-size: 1.05882em;
  font-weight: 600;
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s; }
.collection-grid-item:hover {
  opacity: 0.6; }

.collection-grid-item__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  opacity: 0.225;
  -ms-transition: all ease-out 0.35s;
  -webkit-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s; }

.swatch-elements .swatch-element {
  display: inline-block;
  border: 1px solid #bcc0c4;
  background-color: #ddd;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  position: relative;
  cursor: pointer; }
  .swatch-elements .swatch-element.hide {
    display: none; }

.swatch-elements {
  display: block;
  margin-bottom: 10px; }

#shopify-section-1508024328089 {
  background: #f7f7f7; }

#shopify-section-1508031124816 {
  margin-top: -50px;
  margin-bottom: 50px; }

#Email {
  width: 100%;
  height: 45px; }

.collection-grid-item:hover {
  opacity: 1; }

.collection-grid-item:hover .collection-grid-item__title {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.Size label, .SIZE label, .Amount label, .AMOUNT label, .Style label, .STYLE label {
  border-color: #a2653d;
  padding: 10px 20px;
  height: 48px;
  background-color: white;
  color: black; }

.Size input:checked + label, .SIZE input:checked + label, .Amount input:checked + label, .AMOUNT input:checked + label, .Style input:checked + label, .STYLE input:checked + label {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border-color: #a2653d;
  padding: 10px 16px;
  height: 48px;
  background-color: black;
  color: white; }

.Color input + label,
.COLOR input + label {
  border: 2px solid white; }

.Color input:checked + label,
.COLOR input:checked + label {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border: 2px solid #707174;
  margin-top: 0; }

.topBar .top_image {
  display: inline-block;
  padding-top: 11px;
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  background-image: none; }

.topBar .buttons {
  display: inline-block;
  float: right;
  text-align: right;
  vertical-align: bottom;
  padding-left: 20px; }

.Size {
  margin: 20px 0; }

.image-rect {
  height: 130px;
  display: block;
  background-size: cover;
  background-position: center;
  border: 1px solid;
  margin-top: 30px;
  background-repeat: no-repeat; }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 17px 30px;
  border-bottom: 1px solid lightgray;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  background: #f7f7f7;
  text-align: center;
  height: 67px; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 30px;
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.17647em;
  font-weight: 100; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }

  .r-tabs .r-tabs-accordion-title {
    display: block; } }
/* Tabs container */
.r-tabs {
  position: relative;
  border-top: 1px solid lightgray;
  width: 100%;
  margin: 50px 0; }

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative; }

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase; }

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5; }

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  font-weight: 600;
  background: #a2653d;
  color: white; }

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: white; }
  .r-tabs .r-tabs-panel.rte {
    margin-bottom: 0; }

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase; }

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #ebebeb;
  color: #666666;
  font-weight: 600; }

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5; }

.tabcontainer {
  margin-bottom: 50px; }

.mega-subtitle {
  color: white !important; }

sup {
  top: -.9em;
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.techbox {
  padding: 40px; }

.mega-subtitle--large {
  width: 30%;
  margin-left: 35%; }

@media screen and (max-width: 575px) {
  .shopping-cart {
    margin: 10px 0 0;
    background: #a74c11;
    width: 345px;
    max-width: 400px;
    max-height: 50vh;
    overflow: visible;
    position: absolute;
    z-index: 1;
    border-radius: 3px;
    padding: 15px;
    right: 15px;
    display: none;
    color: #fff; }

  .slideshow__title {
    color: #fff;
    font-size: 30px !important;
    letter-spacing: 1px;
    line-height: 45px;
    /*
    text-shadow: 1px 1px #a2653d;
    */
    font-weight: 300; }

  .slideshow__subtitle {
    display: block;
    color: #fff;
    font-size: 16px !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 100;
    width: 100% !important;
    border-bottom: 4px solid white;
    padding-bottom: 8px; }

  .slideshow__text-content .page-width .btn {
    width: 100%; }

  .logo-bar__item {
    display: inline-block;
    vertical-align: middle;
    max-width: 34%;
    margin: 0 25px 30px; }

  .hero__inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 50px 50px;
    color: #fff;
    z-index: 2; }

  .input-group__field, .input-group__btn .btn {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0; }

  .grid-view-item__title, .grid-view-item__meta {
    font-size: 1.5375em; }

  .collection-hero__title {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 40px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .r-tabs {
    position: relative;
    border-top: 1px solid lightgray;
    width: 100%;
    margin-top: 0px; }

  .techbox {
    padding: 0px; }

  tr {
    border-bottom: 1px solid black;
    font-size: 15px;
    text-align: center; }

  .mega-subtitle--large {
    width: 100%;
    margin-left: 0%; } }
/* 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(0, 0, 0, 0.2);
  -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 */
.mega-title p {
  margin-bottom: .1em !important; }

.vimeo-slide-container {
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 100%; }
  .vimeo-slide-container .video-loader {
    display: none !important; }
  .vimeo-slide-container iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh; }

.vimeo-play-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  z-index: 3;
  display: block;
  background: none;
  color: #fff;
  width: 100%;
  border: none; }
  .vimeo-play-button .icon {
    height: 60px;
    width: 60px; }

#shopify-section-slideshow-abouttwo .slideshow__subtitle {
  width: 100%;
  margin-bottom: 0; }
#shopify-section-slideshow-abouttwo .page-width {
  position: relative;
  padding: 72px 0; }
#shopify-section-slideshow-abouttwo a.btn {
  position: relative;
  top: 20px;
  z-index: 5; }
#shopify-section-slideshow-abouttwo .video-close {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  height: 48px;
  display: block;
  width: 48px;
  position: absolute;
  cursor: pointer;
  right: 32px;
  top: 32px;
  z-index: 11;
  border: 2px solid #fff;
  border-radius: 64px;
  text-align: center;
  padding-bottom: 4px;
  display: none; }
  #shopify-section-slideshow-abouttwo .video-close span {
    position: relative;
    top: -2px; }

#abouttwo-vimeo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 5; }

.vimeo-slide-container--image-with-play-button {
  /*
  .slideshow__text-wrap {
    display:none;
  }
  */ }

.home-secondary,
.collection-quote {
  background: #F0F0F0;
  padding-top: 25px;
  padding-bottom: 15px;
  position: relative; }
  .home-secondary:before,
  .collection-quote:before {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(167, 76, 17, 0);
    border-top-color: #a74c11;
    border-width: 15px;
    margin-left: -15px; }
  .home-secondary .slick-slide,
  .collection-quote .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none; }

.secondary-text-content {
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  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 .secondary-text-content, .no-js .secondary-text-content {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .secondary-text-content blockquote,
  .secondary-text-content cite {
    text-align: center;
    display: block; }
  .secondary-text-content blockquote {
    font-size: 20px;
    color: #a74c11;
    padding: 0 30px 10px; }
    .secondary-text-content blockquote:before {
      content: '\201C';
      color: #202020;
      font-size: 6em;
      font-weight: 700;
      opacity: .1;
      position: absolute;
      top: -25px;
      left: 0;
      z-index: -300; }
  .secondary-text-content cite {
    font-weight: bold;
    font-size: 14px;
    color: #202020; }

.jetmenu > li > a {
  color: #202020; }

.jetmenu li > .megamenu a,
.jetmenu ul.dropdown a {
  color: #a74c11; }

.collection-hero--featured {
  position: relative; }
  .collection-hero--featured:before, .collection-hero--featured:after {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(-180deg, transparent 0, rgba(0, 0, 0, 0.75) 100%); }
  .collection-hero--featured .collection-hero__image {
    height: auto;
    padding-top: 300px;
    padding-bottom: 5px; }
  .collection-hero--featured .collection-text--featured {
    position: relative;
    z-index: 2; }
  .collection-hero--featured h2, .collection-hero--featured .h2 {
    display: block;
    color: #FFF;
    font-size: 3em; }
  .collection-hero--featured hr {
    background: #FFF;
    max-width: 150px; }

.collection-quote {
  background: #000;
  border-bottom: 10px solid #45688c;
  padding-top: 0; }
  .collection-quote:before {
    display: none; }
  .collection-quote cite {
    color: #f2f2f2; }
  .collection-quote blockquote {
    color: #FFF;
    font-size: 1.17647em;
    padding: 0 30px 10px; }
    .collection-quote blockquote:before {
      content: '\201C';
      color: #202020;
      font-size: 6em;
      font-weight: 700;
      opacity: .1;
      position: absolute;
      top: -25px;
      left: 0;
      z-index: -300; }
  .collection-quote + div.rte {
    background: white !important;
    color: #202020 !important;
    padding-top: 30px;
    padding-bottom: 15px; }

.breadcrumbs {
  background: #202020; }

.collectionad {
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.3); }

.sub-footer .topBar {
  display: none !important; }

.blog-section {
  padding-bottom: 30px;
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .blog-section {
      padding-bottom: 50px;
      padding-top: 50px; } }
  .blog-section .blog-description {
    padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .blog-section .blog-description {
        padding-bottom: 50px; } }

.product-single__meta #featured-quote {
  margin-top: 25px; }
.product-single__meta blockquote {
  background: #f6f6f6;
  padding: 20px 25px;
  position: relative;
  text-align: left;
  font-size: 1.64706em;
  color: #202020;
  border: 1px solid lightgray;
  /*
  &:before {
    top: 50%;
    right: 100%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(#f6f6f6, 0);
    border-right-color: #f6f6f6;
    border-width: 15px;
    margin-top: -15px;
  }
  */ }
  .product-single__meta blockquote:after {
    content: '\201C';
    color: #202020;
    font-size: 6em;
    font-weight: 700;
    opacity: .1;
    position: absolute;
    top: -50px;
    left: 10px;
    z-index: 0; }
  .product-single__meta blockquote cite {
    font-size: 16px;
    margin-top: 15px;
    text-align: right; }
  .product-single__meta blockquote .media_logo {
    display: block;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    padding-bottom: 50px; }

.article--listing {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e8e9eb; }
  .article--listing:first-child {
    border-top: 1px solid #e8e9eb; }

.article__list-image {
  background-color: #f6f6f6;
  border: 1px solid #e8e9eb; }
  .article__list-image:before {
    padding-top: 80%; }

.article__title.h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }
  .article__title.h3 a {
    color: #a74c11; }
    .article__title.h3 a:hover {
      color: #ce6927; }

.article__meta {
  font-size: 14px;
  color: #393939;
  margin-bottom: 15px; }
  .article__meta span {
    display: inline-block;
    margin-bottom: 0; }
  .article__meta .article__author {
    margin-right: 0; }
  .article__meta .divider {
    margin-left: 10px;
    margin-right: 10px; }

.blog--list-view aside {
  margin-top: 0; }
  .blog--list-view aside form.search-sidebar {
    position: relative; }
    .blog--list-view aside form.search-sidebar input {
      border: 1px solid #e8e9eb;
      color: #202020;
      padding: 10px 30px 10px 18px;
      display: block; }
    .blog--list-view aside form.search-sidebar .search__submit {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
    .blog--list-view aside form.search-sidebar .icon-search {
      top: -2px;
      position: relative;
      color: #a74c11; }
.blog--list-view .pagination {
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .blog--list-view .pagination {
      padding-bottom: 50px; } }

.lowstock {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 25px; }

.story .img {
  height: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px; }

.blog--list-view {
  position: relative;
  background-color: #ececeb;
  padding-bottom: 75px; }

.story {
  display: block;
  text-decoration: none;
  padding: 15px 15px;
  background-color: #fff;
  position: relative;
  margin-top: 30px; }

.story h3, .story .h3 {
  line-height: 1.5;
  margin: 30px 0 35px;
  padding: 0 10px;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-style: normal;
  min-height: 160px;
  font-weight: 300; }

p.posted {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  padding-bottom: 3px;
  color: #989898; }

.story.featured .img {
  height: 550px;
  margin-bottom: 0; }

.story.featured {
  text-align: center; }

.inner-banner1 img {
  width: 100%;
  height: auto; }

.template-article .main-content {
  background: #ececeb;
  position: relative;
  top: -30px; }

div#shopify-section-blog-template {
  position: relative;
  background-color: #ececeb;
  padding-bottom: 75px; }

.story {
  position: relative;
  top: 30px; }

.story.single .img {
  height: 600px; }

.top-left {
  position: absolute;
  top: 4px;
  left: 22px;
  font-size: 12px;
  color: #fff; }

p.quote {
  position: relative;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 20px;
  text-align: center;
  font-style: normal; }

.article__title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
  height: auto;
  margin: 30px 0 60px;
  font-style: normal; }

.lead {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.related {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 50px;
  font-size: 2.2em;
  font-weight: normal; }

a.story {
  transition: opacity .5s; }

a.story:focus, a.story:hover {
  opacity: .7; }

a.story-top {
  transition: opacity .5s; }

a.story-top:focus, a.story:hover {
  opacity: .7; }

.blog-wrap {
  max-width: 1170px;
  margin: 0 auto; }

.banner-featured {
  height: 900px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6% 0px; }

a.story-top.featured {
  text-align: center;
  cursor: unset; }

.flex-column-top h3, .flex-column-top .h3 {
  line-height: 1.5;
  margin: 30px 0 35px;
  padding: 0 10px;
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
  min-height: 160px;
  color: #fff;
  max-width: 980px;
  margin: 0 auto;
  font-weight: 300; }

.flex-column-top .article__grid-excerpt {
  font-style: normal;
  font-size: 16px;
  margin-top: 50px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px; }

.flex-column-top {
  color: #fff;
  text-align: center; }

.arrow-down {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px; }

.arrow-down img {
  width: 50px; }

.text-center.return-link-wrapper {
  display: none; }

div#shopify-section-article-template {
  padding-bottom: 80px; }

.img-wrap {
  background-color: #ececeb;
  position: relative;
  margin-bottom: 15px; }

.flex-column-top p.posted {
  color: #fff; }

.flex-column {
  position: relative;
  left: unset;
  top: 20%; }

.img-wrap img {
  width: 100%; }

.center-item {
  vertical-align: middle;
  vertical-align: top;
  position: relative;
  top: 280px; }

.single p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.article__grid-excerpt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1px; }

.rte li {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1px; }

.story h4, .story .h4 {
  line-height: 1.5;
  margin: 30px 0 25px;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300; }

.articleslides.slick-initialized.slick-slider.slick-dotted {
  margin: 40px 0; }

.template-blog .rte.article__grid-excerpt {
  display: none; }

div#PageContainer {
  padding: 0 !important; }

.slick-next, #nextArrow, #nextArrow {
  background-image: url(/cdn/shop/files/right-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 400; }

.slick-prev, #prevArrow, #prevArrow {
  background-image: url(/cdn/shop/files/left-arrow.png);
  display: block !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 400; }

.blog-banner:before {
  content: '';
  width: 100%;
  height: 28.125%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(-180deg, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.blog-banner:after {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(-180deg, transparent 0, rgba(0, 0, 0, 0.75) 100%); }

#filter_rows fieldset {
  background: #e8e9eb;
  padding-top: 30px;
  padding-bottom: 35px;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    #filter_rows fieldset {
      padding-bottom: 0; } }
  #filter_rows fieldset h3, #filter_rows fieldset .h3 {
    margin-right: 10px;
    font-size: 20px;
    display: block; }
    @media screen and (max-width: 767px) {
      #filter_rows fieldset h3, #filter_rows fieldset .h3 {
        margin-right: 0; } }
  #filter_rows fieldset label {
    border: 1px solid #2d373e;
    background-color: white;
    color: black;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    -ms-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #filter_rows fieldset label {
        width: auto;
        padding: 6px 12px;
        font-size: 80%;
        margin-bottom: 12px; } }
    #filter_rows fieldset label:hover {
      color: #ce6927; }
  #filter_rows fieldset input {
    display: none; }
    #filter_rows fieldset input.clear + label {
      border: none;
      background: none;
      color: #202020;
      font-size: 10px; }
      #filter_rows fieldset input.clear + label:after {
        content: '';
        display: block;
        background: #202020;
        position: absolute;
        bottom: 12px;
        height: 1px;
        width: 50px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      @media screen and (max-width: 767px) {
        #filter_rows fieldset input.clear + label {
          display: block;
          margin-bottom: 20px; } }
      #filter_rows fieldset input.clear + label:hover {
        color: #ce6927; }
    #filter_rows fieldset input:checked + label {
      border-color: #a2653d;
      background-color: black;
      color: white; }
    #filter_rows fieldset input:disabled + label {
      border-color: #e8e9eb;
      background: #e8e9eb;
      color: rgba(0, 0, 0, 0.7);
      cursor: default;
      display: none; }
    #filter_rows fieldset input:not([disabled])[data-preferred] + label span.hide {
      display: block;
      position: absolute;
      top: 100%;
      left: -20px;
      right: -20px;
      padding-top: 10px;
      color: #202020;
      font-size: 10px;
      line-height: 12px; }

.collection-matrix .grid__item {
  overflow: hidden; }
  .collection-matrix .grid__item .product-form {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 100px;
    -ms-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-top: 20px; }
    .collection-matrix .grid__item .product-form .button {
      width: 100%;
      max-width: 400px; }
  .collection-matrix .grid__item:hover .product-form {
    opacity: 1;
    visibility: visible;
    top: 0; }

.swatch-elements {
  text-align: center; }
  @media screen and (max-width: 1499px) {
    .swatch-elements {
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; } }

.grid-view-item__title {
  text-align: center; }
  @media screen and (max-width: 1499px) {
    .grid-view-item__title {
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; } }

.grid-view-item__meta {
  text-align: center; }

.collection-matrix .grid__item .product-form .button {
  max-width: 60%;
  margin-left: 20%;
  width: 60%; }

.template-collection .checkout, .template-collection .cont {
  background-color: white; }

.sold-out-alert {
  text-align: center;
  border: 1px solid grey;
  padding: 15px 20px;
  margin-top: 15px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8); }
  .sold-out-alert p {
    margin-bottom: 0; }

#shopify-section-notification {
  position: relative;
  z-index: 100; }

@media screen and (min-width: 768px) {
  .site-header__search-toggle {
    padding-right: 90px; } }

.notification-bar-inner {
  position: relative; }

.notification-bar-inner.for-mobile {
  display: none !important; }

.social-icon-header {
  margin-top: 15px;
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%; }

.notification-bar-inner a {
  color: #fff; }
.notification-bar-inner .social-icons__link {
  padding: 0 10px; }

.newCollection-inn .breadcrumbs .breadcrumb {
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 400; }
.newCollection-inn .altblock-product-main {
  color: #4e4f50;
  height: 100%;
  margin-left: 0;
  margin-right: 0; }
  .newCollection-inn .altblock-product-main h4, .newCollection-inn .altblock-product-main .h4 {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #4e4f50; }
    @media screen and (max-width: 1199px) {
      .newCollection-inn .altblock-product-main h4, .newCollection-inn .altblock-product-main .h4 {
        font-size: 14px;
        margin-bottom: 5px; } }
    @media screen and (max-width: 399px) {
      .newCollection-inn .altblock-product-main h4, .newCollection-inn .altblock-product-main .h4 {
        font-size: 12px; } }
  .newCollection-inn .altblock-product-main h2, .newCollection-inn .altblock-product-main .h2 {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 1.84rem; }
    @media screen and (max-width: 1366px) {
      .newCollection-inn .altblock-product-main h2, .newCollection-inn .altblock-product-main .h2 {
        font-size: 1.4rem; } }
    @media screen and (max-width: 1199px) {
      .newCollection-inn .altblock-product-main h2, .newCollection-inn .altblock-product-main .h2 {
        font-size: 1.2rem;
        margin-bottom: 5px; } }
    @media screen and (max-width: 399px) {
      .newCollection-inn .altblock-product-main h2, .newCollection-inn .altblock-product-main .h2 {
        font-size: 1rem; } }
  .newCollection-inn .altblock-product-main .product-price__price {
    color: #4e4f50;
    font-size: 15px; }
    @media screen and (max-width: 399px) {
      .newCollection-inn .altblock-product-main .product-price__price {
        font-size: 12px; } }
  .newCollection-inn .altblock-product-main p {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px; }
.newCollection-inn .product-altblock--product-image {
  display: block;
  padding: 64% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 575px) {
    .newCollection-inn .product-altblock--product-image {
      padding: 75% 0;
      background-size: contain; } }
  @media screen and (max-width: 480px) {
    .newCollection-inn .product-altblock--product-image {
      padding: 95% 0; } }
  @media screen and (max-width: 399px) {
    .newCollection-inn .product-altblock--product-image {
      padding: 120% 0; } }
.newCollection-inn .alt-block--product-variant {
  display: block;
  padding: 6% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* width:300px; */
  position: relative;
  margin: 0 5px; }
  @media screen and (max-width: 1199px) {
    .newCollection-inn .alt-block--product-variant {
      padding: 7% 0; } }
.newCollection-inn .swatch-elements {
  margin-bottom: 0; }
  @media screen and (max-width: 1499px) {
    .newCollection-inn .swatch-elements {
      display: block;
      height: auto; } }
  .newCollection-inn .swatch-elements .swatch-element {
    border-color: #000;
    box-shadow: 0px 1px 0.5px #000000;
    width: 18px;
    height: 18px;
    margin-bottom: 0; }
.newCollection-inn .alt-block--product-variant--product-description {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  text-align: center;
  color: #ffffff; }
  .newCollection-inn .alt-block--product-variant--product-description strong {
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase; }
    @media screen and (max-width: 1366px) {
      .newCollection-inn .alt-block--product-variant--product-description strong {
        font-size: 18px; } }
    @media screen and (max-width: 1366px) {
      .newCollection-inn .alt-block--product-variant--product-description strong {
        font-size: 16.5px; } }
  .newCollection-inn .alt-block--product-variant--product-description span {
    display: block;
    color: #ffffff;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase; }
.newCollection-inn .variant-carousel .slick-prev, .newCollection-inn .variant-carousel #prevArrow,
.newCollection-inn .variant-carousel #prevArrow,
.newCollection-inn .variant-carousel .slick-next,
.newCollection-inn .variant-carousel #nextArrow,
.newCollection-inn .variant-carousel #nextArrow {
  width: 28px;
  height: 38.5px;
  background: rgba(0, 0, 0, 0.5); }
.newCollection-inn .variant-carousel .slick-prev, .newCollection-inn .variant-carousel #prevArrow,
.newCollection-inn .variant-carousel #prevArrow {
  left: 5px; }
  .newCollection-inn .variant-carousel .slick-prev:before, .newCollection-inn .variant-carousel #prevArrow:before,
  .newCollection-inn .variant-carousel #prevArrow:before {
    content: '';
    background-image: url("/cdn/shop/files/left-arrow-a.png?10210");
    /* width: 20px; */
    height: 20px;
    background-repeat: no-repeat;
    background-size: 14px;
    display: block;
    background-position: center center; }
.newCollection-inn .variant-carousel .slick-next, .newCollection-inn .variant-carousel #nextArrow,
.newCollection-inn .variant-carousel #nextArrow {
  right: 4px; }
  .newCollection-inn .variant-carousel .slick-next:before, .newCollection-inn .variant-carousel #nextArrow:before,
  .newCollection-inn .variant-carousel #nextArrow:before {
    content: '';
    background-image: url("/cdn/shop/files/right-arrow-a.png?10211");
    /* width: 20px; */
    height: 20px;
    background-repeat: no-repeat;
    background-size: 14px;
    display: block;
    background-position: center center; }
.newCollection-inn .collection-breadcrumb-header {
  margin-bottom: 30px; }
.newCollection-inn .alt-collection--footer-image {
  background-size: cover;
  background-position: center;
  padding: 9.5% 0; }
  @media screen and (max-width: 991px) {
    .newCollection-inn .alt-collection--footer-image {
      margin-bottom: 25px;
      padding: 20% 0; } }
  @media screen and (max-width: 575px) {
    .newCollection-inn .alt-collection--footer-image {
      padding: 30% 0; } }
.newCollection-inn .alt-collection--foot-wrapper {
  padding: 0 32px; }
  @media screen and (max-width: 991px) {
    .newCollection-inn .alt-collection--foot-wrapper {
      margin-bottom: 25px;
      padding: 0; } }
.newCollection-inn .alt-collection--foot-content {
  padding: 32px;
  border: 1px solid grey;
  text-align: center;
  font-size: 14px;
  height: 100%; }
  @media screen and (max-width: 575px) {
    .newCollection-inn .alt-collection--foot-content {
      padding: 20px; } }
.newCollection-inn .alt-collection--foot-content h2, .newCollection-inn .alt-collection--foot-content .h2 {
  color: #a74c11;
  font-size: 1.3875em;
  text-align: center; }
.newCollection-inn .alt-collection--foot-content a {
  color: #a74c11; }
.newCollection-inn .alt-buy-now {
  margin-top: 1.5rem; }
  @media screen and (max-width: 575px) {
    .newCollection-inn .alt-buy-now {
      margin-top: 0.5rem; } }
.newCollection-inn .swatch {
  text-align: center;
  margin-top: 1.5rem; }
  @media screen and (max-width: 1366px) {
    .newCollection-inn .swatch {
      margin-top: 2rem; } }
  @media screen and (max-width: 575px) {
    .newCollection-inn .swatch {
      margin-top: 1rem; } }
  @media screen and (max-width: 399px) {
    .newCollection-inn .swatch {
      margin-top: 10px; } }
  .newCollection-inn .swatch .label {
    margin-bottom: 1em;
    font-weight: bold; }
  .newCollection-inn .swatch .swatch-element {
    float: none;
    display: inline-block; }
.newCollection-inn .alt-block-margin {
  margin-bottom: 45px; }
  .newCollection-inn .alt-block-margin.flex-md-row-reverse {
    margin-left: -20px; }
    @media screen and (max-width: 767px) {
      .newCollection-inn .alt-block-margin.flex-md-row-reverse {
        margin-left: -15px; } }
    .newCollection-inn .alt-block-margin.flex-md-row-reverse .product-block-main {
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        .newCollection-inn .alt-block-margin.flex-md-row-reverse .product-block-main {
          padding-left: 15px; } }
    .newCollection-inn .alt-block-margin.flex-md-row-reverse .product-block-sec {
      padding-right: 5px; }
      @media screen and (max-width: 991px) {
        .newCollection-inn .alt-block-margin.flex-md-row-reverse .product-block-sec {
          padding-right: 10px;
          padding-left: 10px; } }
  .newCollection-inn .alt-block-margin.flex-orignal {
    margin-right: -18px; }
    .newCollection-inn .alt-block-margin.flex-orignal .product-block-main {
      padding-right: 0; }
      @media screen and (max-width: 991px) {
        .newCollection-inn .alt-block-margin.flex-orignal .product-block-main {
          padding-right: 18px; } }
    .newCollection-inn .alt-block-margin.flex-orignal .product-block-sec {
      padding-left: 5px; }
      @media screen and (max-width: 991px) {
        .newCollection-inn .alt-block-margin.flex-orignal .product-block-sec {
          padding-left: 10px;
          padding-right: 13px; } }
    @media screen and (max-width: 991px) {
      .newCollection-inn .alt-block-margin.flex-orignal .alt-block--product-variant {
        padding: 8% 0; } }
  @media screen and (max-width: 767px) {
    .newCollection-inn .alt-block-margin .product-block-main {
      margin-bottom: 20px; } }
.newCollection-inn select#SortBy {
  display: none; }
.newCollection-inn .number-products {
  display: none; }
.newCollection-inn .collection-side-description-items-shown {
  top: 26px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .newCollection-inn .collection-side-description-items-shown {
      border-top: 1px solid #ededed;
      padding-top: 8px; } }
.newCollection-inn .collection-footer {
  padding-bottom: 45px;
  padding-top: 15px; }

.slideshow-wrapper-custom .mega-title p {
  margin-bottom: 15px; }
.slideshow-wrapper-custom .slideshow__subtitle {
  border-bottom: 0px;
  /* border-left:6px solid #9c5124; */
  padding-left: 17px; }

.home-slideshow {
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    .home-slideshow .slideshow {
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .home-slideshow .slideshow.slideshow--maintain_ratio .slideshow__slide .slideshow__link {
      position: static; }
    .home-slideshow .slideshow.slideshow--maintain_ratio .slideshow__slide::before {
      padding-top: 0; } }
  .home-slideshow .slideshow__title {
    font-family: "Yantramanav", sans-serif; }
    @media screen and (max-width: 1199px) {
      .home-slideshow .slideshow__title {
        font-size: 2.5em !important;
        line-height: 44px; } }
    @media screen and (max-width: 991px) {
      .home-slideshow .slideshow__title {
        font-size: 2em !important;
        line-height: 44px; } }
    @media screen and (max-width: 767px) {
      .home-slideshow .slideshow__title {
        color: #000000; } }
    .home-slideshow .slideshow__title strong {
      font-weight: 500; }
    .home-slideshow .slideshow__title p {
      font-family: "Yantramanav", sans-serif;
      font-weight: 500; }
    .home-slideshow .slideshow__title span {
      font-weight: 500; }
  .home-slideshow .slideshow__subtitle {
    text-transform: none;
    font-weight: 400;
    padding-bottom: 0; }
    @media screen and (max-width: 1199px) {
      .home-slideshow .slideshow__subtitle {
        font-size: 1.2em !important;
        width: 100% !important; } }
    @media screen and (max-width: 767px) {
      .home-slideshow .slideshow__subtitle {
        color: black !important; } }
  .home-slideshow .slideshow__text-content .btn {
    background-color: transparent;
    border: 1px solid #a74c11;
    color: #a74c11;
    font-weight: 700;
    padding: 12px;
    text-transform: capitalize;
    -ms-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .home-slideshow .slideshow__text-content .btn:hover {
      background-color: #9c5124;
      color: #ffffff; }
  .home-slideshow .slideshow__text-content.text-left.right-align .page-width {
    max-width: 640px;
    margin: 0 auto;
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .home-slideshow .slideshow__text-content.text-left.right-align .page-width {
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .home-slideshow .slideshow__text-content.text-left.right-align .page-width .btn {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .home-slideshow .slideshow__text-content {
      position: static;
      transform: none; } }
  .home-slideshow .slideshow__image {
    border-bottom: 0px; }
    @media screen and (max-width: 767px) {
      .home-slideshow .slideshow__image {
        position: static;
        padding: 25% 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center; } }
  .home-slideshow .page-width {
    padding-top: 50px;
    padding-bottom: 50px; }

.section-heading-home {
  padding-top: 50px;
  padding-bottom: 50px; }
  .section-heading-home h2, .section-heading-home .h2 {
    font-size: 28px;
    color: #231f20;
    letter-spacing: 6px;
    /* font-family:$font-secondary; */
    font-family: 'Eurostile-Bold';
    font-weight: 300;
    text-align: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    .section-heading-home h2 strong, .section-heading-home .h2 strong {
      font-weight: 400;
      display: block; }
  .section-heading-home span {
    /* background-color:#9c5124; */
    background-color: #111;
    height: 2px;
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
    margin-top: 20px;
    position: relative;
    text-align: center; }
    .section-heading-home span:before {
      content: '';
      /* width:30px;
      height:30px;
      display:inline-block;
      text-align:center;
      background-image:url('home-divider.jpg');
      background-size:cover;
      margin-top:-14px; */
      background: #111;
      width: 6px;
      height: 6px;
      display: block;
      position: absolute;
      top: -2px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .section-heading-home p {
    text-align: center;
    font-size: 20px;
    color: #0d0d0d;
    font-weight: 300;
    font-family: "Yantramanav", sans-serif;
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.7em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }

.home-alternate-block {
  padding-bottom: 70px;
  /* .flex-row-reverse{
    .alternate-image-container{
      padding-left:0;
      padding-right:50px;
      @include media-query($max,$lg){
        padding-right:0;
      }
    }
    .home-alternate-text{
      padding-left:50px;
      @include media-query($max,$lg){
        padding-left:0;
      }
      p{
        max-width:100%;
      }
    }
  } */ }
  .home-alternate-block .home-alternate-banner {
    padding: 24% 0;
    background-size: cover;
    background-position: top center; }
    @media screen and (max-width: 767px) {
      .home-alternate-block .home-alternate-banner {
        padding: 20% 0; } }
  .home-alternate-block .alternate-image-container {
    padding-left: 50px; }
    @media screen and (max-width: 991px) {
      .home-alternate-block .alternate-image-container {
        padding-left: 0; } }
  .home-alternate-block .home-alternate-text {
    margin-top: -160px;
    background-color: #fff;
    padding: 40px;
    margin-right: 7%; }
    @media screen and (max-width: 991px) {
      .home-alternate-block .home-alternate-text {
        margin-top: 30px;
        text-align: center; } }
    .home-alternate-block .home-alternate-text h2, .home-alternate-block .home-alternate-text .h2 {
      font-size: 35px;
      font-weight: 300;
      color: #0d0d0d;
      font-family: 'Eurostile-Bold';
      padding: 40px 40px 0 40px;
      background-color: #ffffff;
      display: inline-block;
      margin-bottom: 5px;
      letter-spacing: 2px; }
      @media screen and (max-width: 767px) {
        .home-alternate-block .home-alternate-text h2, .home-alternate-block .home-alternate-text .h2 {
          padding-left: 0;
          font-size: 30px;
          padding-right: 0; } }
    .home-alternate-block .home-alternate-text h3, .home-alternate-block .home-alternate-text .h3 {
      font-size: 25px;
      font-weight: 300;
      color: #000;
      font-family: 'Eurostile-Bold';
      background-color: #ffffff;
      display: inline-block;
      margin-bottom: 5px;
      letter-spacing: 4px;
      line-height: 1.4em; }
    .home-alternate-block .home-alternate-text p {
      /* padding-left: 40px; */
      font-size: 17px;
      font-family: "Yantramanav", sans-serif;
      font-weight: 400;
      color: #0d0d0d;
      max-width: 83%;
      font-weight: 300;
      line-height: 1.8em; }
      @media screen and (max-width: 1199px) {
        .home-alternate-block .home-alternate-text p {
          max-width: 100%; } }
      @media screen and (max-width: 767px) {
        .home-alternate-block .home-alternate-text p {
          padding-left: 0;
          max-width: 100%; } }
    .home-alternate-block .home-alternate-text .home-alternate-buttons {
      /* padding-left: 40px; */
      padding-top: 10px; }
      .home-alternate-block .home-alternate-text .home-alternate-buttons .btn {
        display: inline-block;
        padding: 10px 20px 9px;
        margin-bottom: 12px;
        margin-right: 10px;
        border: 1px solid #9c5124;
        background-color: #0d0d0d;
        color: #fff !important;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        -ms-transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out; }
        @media screen and (max-width: 767px) {
          .home-alternate-block .home-alternate-text .home-alternate-buttons .btn {
            max-width: 100%; } }
        .home-alternate-block .home-alternate-text .home-alternate-buttons .btn:hover {
          background-color: transparent;
          color: #111 !important; }
      @media screen and (max-width: 767px) {
        .home-alternate-block .home-alternate-text .home-alternate-buttons {
          padding-left: 0; } }
  .home-alternate-block .home-alternate-image {
    padding: 40% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -300px;
    border: 5px solid #ffffff; }
    @media screen and (max-width: 1199px) {
      .home-alternate-block .home-alternate-image {
        margin-top: -150px; } }
    @media screen and (max-width: 991px) {
      .home-alternate-block .home-alternate-image {
        margin-top: 50px; } }
    .home-alternate-block .home-alternate-image.home-alternate-product {
      border: 0px;
      margin: 40px; }

.instagram-section {
  padding-top: 70px;
  padding-bottom: 70px !important; }
  @media screen and (max-width: 767px) {
    .instagram-section {
      padding-top: 40px;
      padding-bottom: 40px !important; } }
  .instagram-section .instagram-fourty-sixty h2, .instagram-section .instagram-fourty-sixty .h2 {
    font-size: 35px;
    line-height: 35px;
    color: #0d0d0d;
    font-weight: 300;
    margin-bottom: 0; }
  .instagram-section .instagram-fourty-sixty p {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    font-family: "Yantramanav", sans-serif;
    margin-bottom: 35px; }

.home-hero {
  padding-top: 0; }

.home-hero-custom .hero-custom-bg {
  padding: 35px;
  background-color: #ffffff;
  color: #0d0d0d; }
  @media screen and (max-width: 767px) {
    .home-hero-custom .hero-custom-bg {
      background: rgba(255, 255, 255, 0.7); } }
  @media screen and (max-width: 767px) {
    .home-hero-custom .hero-custom-bg {
      padding: 20px; } }
  .home-hero-custom .hero-custom-bg h2, .home-hero-custom .hero-custom-bg .h2 {
    color: #0d0d0d;
    font-size: 35px;
    line-height: 35px; }
    @media screen and (max-width: 399px) {
      .home-hero-custom .hero-custom-bg h2, .home-hero-custom .hero-custom-bg .h2 {
        font-size: 25px;
        line-height: 25px; } }
    .home-hero-custom .hero-custom-bg h2 strong, .home-hero-custom .hero-custom-bg .h2 strong {
      display: block; }
  .home-hero-custom .hero-custom-bg p {
    color: #0d0d0d;
    font-family: "Yantramanav", sans-serif;
    font-weight: 400; }
  .home-hero-custom .hero-custom-bg .btn {
    display: block;
    max-width: 360px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 12px;
    border: 1px solid #9c5124;
    background-color: transparent;
    color: #9c5124;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    -ms-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .home-hero-custom .hero-custom-bg .btn:hover {
      background-color: #9c5124;
      color: #ffffff; }
    @media screen and (max-width: 575px) {
      .home-hero-custom .hero-custom-bg .btn {
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 0; } }
@media screen and (max-width: 767px) {
  .home-hero-custom .hero__inner {
    padding-left: 50px;
    padding-right: 50px; } }
@media screen and (max-width: 575px) {
  .home-hero-custom .hero__inner {
    padding-left: 15px;
    padding-right: 15px; } }

.collection-list-home .section-header {
  display: block; }
.collection-list-home .collection-grid-item {
  position: relative;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .collection-list-home .collection-grid-item {
      padding-bottom: 0;
      margin-bottom: 15px; }
      .collection-list-home .collection-grid-item .collection-grid-item__link {
        display: block;
        position: static; }
      .collection-list-home .collection-grid-item .collection-grid-item__overlay {
        padding: 30% 0;
        height: auto; } }
  .collection-list-home .collection-grid-item .collection-grid-item__title-wrapper {
    top: 44%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .collection-list-home .collection-grid-item .collection-grid-item__title-wrapper {
        width: 100%; } }
  .collection-list-home .collection-grid-item .collection-title-link {
    font-size: 18px;
    font-family: "Yantramanav", sans-serif;
    font-weight: 300;
    padding: 0;
    display: block;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
    position: relative;
    bottom: -70px;
    /* @include media-query($max,$xl){
      font-size:24px;
    } */ }
  .collection-list-home .collection-grid-item .collection-grid-item__title {
    position: static;
    background: transparent;
    font-size: 25px;
    font-family: "Yantramanav", sans-serif;
    font-weight: 400;
    padding: 0;
    letter-spacing: 2px;
    text-transform: inherit; }
    @media screen and (max-width: 1199px) {
      .collection-list-home .collection-grid-item .collection-grid-item__title {
        font-size: 20px; } }

.alternate-multi-images {
  margin-top: -330px; }
  @media screen and (max-width: 1499px) {
    .alternate-multi-images {
      margin-top: -270px; } }
  @media screen and (max-width: 1199px) {
    .alternate-multi-images {
      margin-top: -200px; } }
  @media screen and (max-width: 991px) {
    .alternate-multi-images {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .alternate-multi-images {
      margin-top: 30px;
      padding: 50% 0; } }
  .alternate-multi-images .alternate-images-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 49%;
    transition: 0.35s all ease; }
    .alternate-multi-images .alternate-images-box .alternate-img {
      padding: 70% 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .alternate-multi-images .alternate-images-box h3, .alternate-multi-images .alternate-images-box .h3 {
      font-size: 15px;
      display: inline-block;
      margin: 15px 0 0 0;
      color: #0d0d0d;
      padding: 2.5px 0 2.5px 6px;
      font-weight: 500;
      border-left: 7px solid #9c5124; }
      @media screen and (max-width: 1199px) {
        .alternate-multi-images .alternate-images-box h3, .alternate-multi-images .alternate-images-box .h3 {
          margin-top: 10px;
          font-size: 11px; } }
      @media screen and (max-width: 991px) {
        .alternate-multi-images .alternate-images-box h3, .alternate-multi-images .alternate-images-box .h3 {
          margin-top: 5px;
          font-size: 9px; } }
      @media screen and (max-width: 767px) {
        .alternate-multi-images .alternate-images-box h3, .alternate-multi-images .alternate-images-box .h3 {
          margin-top: 5px;
          font-size: 12px; } }
      @media screen and (max-width: 575px) {
        .alternate-multi-images .alternate-images-box h3, .alternate-multi-images .alternate-images-box .h3 {
          margin-top: 5px;
          font-size: 9px;
          padding-left: 2px;
          border-width: 3px;
          padding-bottom: 0; } }
    .alternate-multi-images .alternate-images-box:hover {
      top: -2%; }
  @media screen and (max-width: 767px) {
    .alternate-multi-images .alternate-images-box.alternate-images-box1 {
      left: 3%; } }
  .alternate-multi-images .alternate-images-box.alternate-images-box1 .alternate-img {
    padding: 69% 0; }
  .alternate-multi-images .alternate-images-box.alternate-images-box2 {
    left: auto;
    right: 0;
    /*width: 46%;*/
    width: 49%;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .alternate-multi-images .alternate-images-box.alternate-images-box2 {
        right: 3%; } }
    .alternate-multi-images .alternate-images-box.alternate-images-box2 .alternate-img {
      /*padding:74% 0;*/
      padding: 69% 0; }
  .alternate-multi-images .alternate-images-box.alternate-images-box3 {
    left: 27%;
    z-index: 9;
    top: 7%;
    text-align: center; }
    @media screen and (max-width: 575px) {
      .alternate-multi-images .alternate-images-box.alternate-images-box3 {
        width: 47%;
        left: 28%;
        top: 8%; } }
    .alternate-multi-images .alternate-images-box.alternate-images-box3:hover {
      top: 5%; }
      @media screen and (max-width: 575px) {
        .alternate-multi-images .alternate-images-box.alternate-images-box3:hover {
          top: 6%; } }

.shopify-section.home-hero.index-section--flush {
  padding-bottom: 34px; }

#shopify-section-1583492066069 {
  padding-bottom: 30px; }

@media screen and (max-width: 767px) {
  .home-slideshow .slideshow__title p {
    font-size: 24px; }

  .section-heading-home {
    padding-top: 0; }

  .shopify-section.home-hero.index-section--flush {
    padding-bottom: 0px; }

  #shopify-section-1583485341758 .hero__inner {
    padding-bottom: 0; }

  .home-alternate-block {
    padding-bottom: 30px; }

  .home-alternate-block .home-alternate-image {
    margin-top: 20px; }

  .home-slideshow .page-width {
    padding: 20px 15px; }

  .home-alternate-block .home-alternate-text {
    margin-top: 10px;
    padding: 15px 30px;
    margin-right: 0; }

  .section-heading-home p {
    font-size: 20px; }

  .site-footer__newsletter {
    max-width: inherit; }

  .home-hero-custom .hero-custom-bg {
    padding: 20px 0; }

  .social-icon-header {
    display: none; } }
span.v-mark {
  /* background-color:#9c5124; */
  background-color: #111;
  height: 2px;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
  margin-top: 20px;
  position: relative;
  text-align: center; }
  span.v-mark:before {
    /* content:'';
    width:30px;
    height:30px;
    display:inline-block;
    text-align:center;
    background-image:url('home-divider.jpg');
    background-size:cover;
    margin-top:-14px; */
    content: "";
    background: #111;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: -2px;
    /* left: 0; */
    right: 0;
    margin: 0 auto; }
  .home-alternate-text span.v-mark {
    margin-left: 0px; }
    @media screen and (max-width: 991px) {
      .home-alternate-text span.v-mark {
        margin-left: auto; } }

.template-index .alternate-img {
  background-size: contain !important; }

.gatier-collection .header-text {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media screen and (min-width: 768px) {
    .gatier-collection .header-text {
      min-height: 565px; } }
  .gatier-collection .header-text h2, .gatier-collection .header-text .h2 {
    color: #fff;
    margin: 0; }
    .gatier-collection .header-text h2.thick, .gatier-collection .header-text .thick.h2 {
      font-weight: normal; }
.gatier-collection .compare-pro-bre {
  background-color: #f7f7f7; }
  .gatier-collection .compare-pro-bre p {
    color: #000;
    font-weight: bold;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase; }
  .gatier-collection .compare-pro-bre ul {
    list-style: none;
    display: flex; }
    .gatier-collection .compare-pro-bre ul li {
      margin: 2px 5px; }
  .gatier-collection .compare-pro-bre .circle {
    border: 1px solid #000;
    background-color: #FFFFFF;
    height: 12px;
    border-radius: 50%;
    width: 12px; }
    .gatier-collection .compare-pro-bre .circle.fill {
      background-color: #000000; }
.gatier-collection .intsta-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 32% 0; }
.gatier-collection .timeline {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 165px;
  padding-top: 45px;
  margin-bottom: 100px; }
  .gatier-collection .timeline:after, .gatier-collection .timeline:before {
    content: "";
    position: absolute;
    width: 5px;
    left: 18px;
    height: 1075px;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .gatier-collection .timeline:after, .gatier-collection .timeline:before {
        left: 50%;
        height: 560px; } }
  .gatier-collection .timeline:before {
    background-color: #000;
    bottom: 200px; }
    @media screen and (min-width: 576px) {
      .gatier-collection .timeline:before {
        bottom: 195px; } }
    @media screen and (min-width: 768px) {
      .gatier-collection .timeline:before {
        bottom: 180px; } }
  .gatier-collection .timeline:after {
    background-color: #ab4b0f;
    top: 80px; }
  .gatier-collection .timeline .timeline-arrow-up,
  .gatier-collection .timeline .timeline-arrow-down,
  .gatier-collection .timeline .home-divider {
    position: absolute; }
  .gatier-collection .timeline .timeline-arrow-up {
    position: absolute;
    z-index: 1;
    top: -40px;
    left: -55px;
    max-width: 150px; }
    @media screen and (min-width: 768px) {
      .gatier-collection .timeline .timeline-arrow-up {
        top: -90px;
        left: 35%;
        max-width: inherit; } }
  .gatier-collection .timeline .home-divider {
    top: 43%;
    left: 20px;
    transform: translate(-50%, 0);
    max-width: 50px;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .gatier-collection .timeline .home-divider {
        top: 46%; } }
    @media screen and (min-width: 768px) {
      .gatier-collection .timeline .home-divider {
        left: 50%; } }
  .gatier-collection .timeline .timeline-arrow-down {
    bottom: 78px;
    left: -57px;
    max-width: 150px; }
    @media screen and (min-width: 768px) {
      .gatier-collection .timeline .timeline-arrow-down {
        bottom: 70px;
        left: 50%;
        transform: translate(-50%, 0);
        max-width: inherit; } }
  .gatier-collection .timeline .timeline-title {
    margin: 0;
    font-family: "Yantramanav","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
    color: #ab4b0f;
    font-size: 20px; }
    .gatier-collection .timeline .timeline-title.bottom {
      color: #000; }
      @media screen and (min-width: 768px) {
        .gatier-collection .timeline .timeline-title.bottom {
          margin-bottom: -10px; } }
  .gatier-collection .timeline .timeline-container {
    position: relative;
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .gatier-collection .timeline .timeline-container {
        margin-bottom: 100px; } }
    .gatier-collection .timeline .timeline-container.left-timeline:before, .gatier-collection .timeline .timeline-container.right-timeline:before {
      content: "";
      position: absolute;
      height: 3px;
      width: 80px;
      background-color: #ab4b0f; }
      @media screen and (min-width: 576px) {
        .gatier-collection .timeline .timeline-container.left-timeline:before, .gatier-collection .timeline .timeline-container.right-timeline:before {
          width: 120px; } }
    .gatier-collection .timeline .timeline-container.left-timeline {
      position: relative;
      display: flex;
      justify-content: flex-start; }
      .gatier-collection .timeline .timeline-container.left-timeline:before {
        right: -15px;
        top: 100px; }
    .gatier-collection .timeline .timeline-container.right-timeline {
      position: relative;
      display: flex;
      justify-content: flex-end; }
      .gatier-collection .timeline .timeline-container.right-timeline:before {
        left: 18px;
        top: 100px; }
        @media screen and (min-width: 768px) {
          .gatier-collection .timeline .timeline-container.right-timeline:before {
            top: 200px;
            left: -15px; } }

@media only screen and (max-width: 400px) {
  .grid-view-item__title, .grid-view-item__meta {
    font-size: 18px; }

  .gatier-collection .compare-pro-bre {
    max-width: 220px;
    margin: 0 auto; }

  .gatier-collection .compare-pro-bre ul li {
    margin: 2px; }

  .gatier-collection .header-text h2, .gatier-collection .header-text .h2 {
    font-size: 24px; } }
/* New Size Guide Section
====================================*/
#size-guide-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.6);
  display: none; }
  #size-guide-curtain span {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    font-size: 64px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      #size-guide-curtain span {
        top: -16px;
        right: 10px; } }

#shopify-section-sizeguide {
  display: none;
  position: fixed;
  z-index: 1000001;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 960px;
  max-height: 80%;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; }
  #shopify-section-sizeguide .container {
    padding: 25px;
    height: 100%; }
    #shopify-section-sizeguide .container table th,
    #shopify-section-sizeguide .container table td {
      padding-top: 8px;
      padding-bottom: 8px;
      text-align: center; }
  #shopify-section-sizeguide #how-to-measure {
    padding-top: 25px; }
    #shopify-section-sizeguide #how-to-measure #how-to-measure-bg {
      min-height: 480px;
      background-size: contain; }

.size-guide-cta span {
  background-image: url("/cdn/shop/files/size-chart-icon_64x.png?v=1607440779");
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  display: none;
  font-family: "Yantramanav", "HelveticaNeue", "Helvetica Neue", sans-serif;
  display: inline-block !important;
  padding: 7px 12px 7px 32px;
  background-size: auto 24px;
  border: 1px solid #e8e9eb;
  border-radius: 2px;
  background-position: 4px center;
  background-repeat: no-repeat;
  color: #787878; }

/* eof New Size Guide Section
====================================*/
.logowith-menu {
  display: flex; }
  .logowith-menu .site-header__menu {
    margin-right: 10px; }

@media screen and (min-width: 768px) {
  .selector-formobile, .formobile {
    display: none !important; }

  .button .add .selector-wrapper.size {
    display: none; } }
@media screen and (max-width: 767px) {
  .selector-size-desktop, .fordesktop {
    display: none !important; }

  .mobileview-wrapper {
    position: relative; }
    .mobileview-wrapper .image-altblock {
      height: auto;
      padding: 50% 0;
      background-position: revert; }
    .mobileview-wrapper .technology-text-wrapper {
      position: absolute;
      left: 0;
      bottom: 0; }

  .product-form__cart-submit {
    height: 45px; }
    .product-form__cart-submit .formobile {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: bold;
      background-image: url(/cdn/shop/files/cart-icon-mobile.png?v=1610083906);
      background-repeat: no-repeat;
      background-position: 32px 1px; }
      .product-form__cart-submit .formobile svg {
        display: none;
        /*         color:#fff;
                margin-top:-4px;
                margin-right:5px; */ }

  .color.swatch-element label {
    border-radius: 50%;
    padding: 14px; }

  .Color input:checked + label {
    border-width: 2px;
    border-color: #707174; }

  .product-form__item--submit {
    background-color: #f6f6f6;
    padding-top: 15px;
    padding-bottom: 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    margin-bottom: 0; }
    .product-form__item--submit .button .add {
      display: flex;
      background: none;
      margin: 0 -15px;
      flex-direction: row-reverse; }
      .product-form__item--submit .button .add .selector-wrapper {
        width: 50%;
        padding: 0 0 0 15px;
        margin-bottom: 0; }
        .product-form__item--submit .button .add .selector-wrapper > label {
          display: none; }
        .product-form__item--submit .button .add .selector-wrapper select {
          height: 100%; }
      .product-form__item--submit .button .add .paddingleftright {
        padding: 0 15px;
        width: 50%; }
    .product-form__item--submit .size-guide-cta {
      display: flex;
      align-items: center; }
      .product-form__item--submit .size-guide-cta span {
        border: 0;
        font-weight: 400;
        margin: 0;
        font-size: 14px;
        padding: 4px 12px 1px 26px;
        background-size: auto 16px;
        text-transform: capitalize;
        font-family: "Yantramanav", sans-serif; }
    .product-form__item--submit .freeshipping-text {
      text-align: center; }
      .product-form__item--submit .freeshipping-text span {
        display: block;
        padding: 8px 0;
        color: #585652;
        font-size: 14px;
        font-weight: 400;
        font-family: "Yantramanav", sans-serif; }
    .product-form__item--submit .titlewithprice {
      display: flex; }
      .product-form__item--submit .titlewithprice .product-single__title {
        font-size: 21px;
        text-transform: capitalize;
        font-family: "Yantramanav", sans-serif;
        font-weight: 500; }
      .product-form__item--submit .titlewithprice .product-single__price {
        margin-bottom: 0; }
        .product-form__item--submit .titlewithprice .product-single__price .product-price__price {
          color: #527394;
          font-size: 21px;
          font-family: "Yantramanav", sans-serif;
          font-weight: 500; }

  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 9999; }
    .site-footer .container > .row > div h4, .site-footer .container > .row > div .h4 {
      margin: 0;
      padding: 8px 0;
      border-bottom: 1px solid #fff;
      font-size: 19px;
      font-weight: 400; } }
.mobilesec {
  position: relative;
  padding: 12px 0;
  border-top: 1px solid #6d6e71; }
  .mobilesec > h3, .mobilesec > .h3 {
    position: absolute;
    top: 55px;
    display: inline-block;
    font-weight: 500;
    height: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    transform: rotate(-90deg);
    transform-origin: left;
    white-space: nowrap;
    width: 0;
    font-size: 11px;
    color: #585652; }
  .mobilesec.features-wrapper > h3, .mobilesec.features-wrapper > .h3 {
    top: 65px; }
  .mobilesec.technology-wrapper > h3, .mobilesec.technology-wrapper > .h3 {
    top: 77px; }
  .mobilesec.care-wrapper > h3, .mobilesec.care-wrapper > .h3 {
    top: 42px; }
  .mobilesec.video-wrapper > h3, .mobilesec.video-wrapper > .h3 {
    top: 42px; }
  .mobilesec .mobilesec-text {
    padding-left: 20px;
    font-size: 14px;
    color: #585652;
    font-family: "Yantramanav", sans-serif;
    line-height: 19px; }
    .mobilesec .mobilesec-text p {
      color: #585652; }
  .mobilesec .features-list-wrapper ul {
    list-style: none; }
    .mobilesec .features-list-wrapper ul > li {
      font-size: 14px;
      border-bottom: 1px solid #c1c1c1;
      font-family: "Yantramanav", sans-serif;
      margin: 0;
      padding: 10px 0; }
      .mobilesec .features-list-wrapper ul > li:last-child {
        border-bottom: 0; }

.storybox-wrapper {
  background-color: #f7f7f7;
  padding: 10px 50px 50px; }
  @media screen and (max-width: 767px) {
    .storybox-wrapper {
      padding: 40px 15px; } }

#shopify-section-tech-vid {
  padding: 0; }

#video-tech-vid {
  position: relative; }
  #video-tech-vid div.video-iframe {
    position: relative;
    padding: 32% 0; }
    #video-tech-vid div.video-iframe > iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      bottom: 0;
      object-fit: cover; }
  #video-tech-vid .videoimage {
    background-size: cover;
    padding: 58% 0;
    background-position: center;
    background-repeat: no-repeat; }
  #video-tech-vid .playvideo-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    #video-tech-vid .playvideo-button + div {
      display: none; }
    #video-tech-vid.active .playvideo-button, #video-tech-vid.active .videoimage {
      display: none; }
    #video-tech-vid.active .playvideo-button + div {
      display: block; } }

.technology-monileslider .slick-dots {
  width: 100%;
  left: 0; }
  .technology-monileslider .slick-dots li {
    width: 14px;
    height: 14px;
    border: 1px solid #6d6e71;
    border-radius: 50%; }
    .technology-monileslider .slick-dots li button {
      display: none; }
    .technology-monileslider .slick-dots li.slick-active {
      background: #6d6e71; }

.storybox-wrapper {
  margin: 50px 0; }

.product-single__meta .product-price__price {
  color: #527394; }

.freeshipping-text {
  text-align: center; }
  .freeshipping-text span {
    display: block;
    padding: 8px 0;
    color: #585652;
    font-size: 14px;
    font-weight: 400;
    cursor: auto;
    font-family: "Yantramanav", sans-serif; }
    @media screen and (min-width: 768px) {
      .freeshipping-text span {
        font-size: 16px; } }

.thumbnails-wrapper--secondary {
  margin-bottom: 20px; }

.hidedtl {
  font-size: 16px;
  line-height: 21px;
  color: #6d6e71;
  padding: 15px;
  font-family: "Yantramanav", sans-serif; }
  .hidedtl.hidedtl-first p {
    margin-bottom: 0; }
  .hidedtl a.show-full-details,
  .hidedtl a.show-less-details {
    font-weight: 600;
    cursor: pointer; }
    .hidedtl a.show-full-details svg,
    .hidedtl a.show-less-details svg {
      width: 12px;
      margin-left: 5px; }

.grid-view-item .swatch-elements .swatch-element.color {
  border-radius: 50%;
  position: relative; }
  .grid-view-item .swatch-elements .swatch-element.color:before {
    content: "";
    border: 2px solid transparent;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    bottom: 0; }

.product-single__photos .slick-slide.video-iframe {
  position: relative;
  padding: 5% 0; }
  .product-single__photos .slick-slide.video-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
.product-single__photos .featured-product-images .slick-arrow {
  display: none !important; }
@media screen and (max-width: 767px) {
  .product-single__photos .thumbnails-wrapper {
    display: none; } }
.product-single__photos .thumbnails-wrapper .product-single__thumbnail {
  padding: 35% 0; }
.product-single__photos .slick-dots {
  width: 100%;
  left: 0; }
  @media screen and (min-width: 768px) {
    .product-single__photos .slick-dots {
      display: none; } }
  .product-single__photos .slick-dots li {
    width: 14px;
    height: 14px;
    border: 1px solid #6d6e71;
    border-radius: 50%; }
    .product-single__photos .slick-dots li button {
      display: none; }
    .product-single__photos .slick-dots li.slick-active {
      background: #6d6e71; }
    .product-single__photos .slick-dots li.video-bullet {
      background-image: url(video-play-icon.png);
      background-position: left 3px center;
      background-repeat: no-repeat;
      background-color: transparent; }

.horzontaltab-wrapper {
  margin-bottom: 25px; }

.selector-wrapper label {
  font-family: "Yantramanav", sans-serif;
  font-size: 16px;
  color: #6d6e71;
  text-transform: capitalize;
  line-height: normal;
  font-weight: 500; }

.swatch .label {
  font-family: "Yantramanav", sans-serif;
  font-size: 16px;
  color: #6d6e71;
  text-transform: capitalize;
  line-height: normal;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .swatch .label {
      margin-bottom: 10px; } }

.activity-wrapper p, .weather-wrapper p {
  margin-bottom: 5px; }

@media screen and (min-width: 768px) {
  .product-template__container.container {
    margin-top: 50px; } }

#shopify-section-product-bottom .bottom-img {
  background-position: center;
  background-repeat: no-repeat;
  padding: 28% 0;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #shopify-section-product-bottom .bottom-img {
      padding: 21% 0; } }
#shopify-section-product-bottom .product-related-wrapper {
  background: #f6f6f6;
  padding: 25px 0; }
#shopify-section-product-bottom .related-single__row h3, #shopify-section-product-bottom .related-single__row .h3 {
  font-size: 24px;
  color: #585652;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Yantramanav", sans-serif;
  background: url(headings-bg.jpg) no-repeat center bottom;
  padding-bottom: 30px; }
#shopify-section-product-bottom .related-single__row > .row {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  #shopify-section-product-bottom .related-single__row > .row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px; }
    #shopify-section-product-bottom .related-single__row > .row > div .grid-view-item {
      background: #fff;
      height: 100%;
      padding: 15px 0;
      margin-bottom: 0; }
      #shopify-section-product-bottom .related-single__row > .row > div .grid-view-item .swatch-elements {
        padding: 0 10px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center; }
        #shopify-section-product-bottom .related-single__row > .row > div .grid-view-item .swatch-elements .swatch-element {
          width: 18px;
          height: 18px;
          margin-bottom: 5px; }
        #shopify-section-product-bottom .related-single__row > .row > div .grid-view-item .swatch-elements .morecolors {
          font-size: 16px;
          color: #000;
          font-weight: 500;
          border-left: 1px solid #000;
          padding-left: 4px;
          height: 18px;
          line-height: normal;
          text-align: center;
          margin-left: 3px; }
      #shopify-section-product-bottom .related-single__row > .row > div .grid-view-item .grid-view-item__image {
        padding-top: 90%; }
        @media screen and (max-width: 767px) {
          #shopify-section-product-bottom .related-single__row > .row > div .grid-view-item .grid-view-item__image {
            padding: 66% 0; } }
      #shopify-section-product-bottom .related-single__row > .row > div .grid-view-item .grid-view-item__title {
        font-size: 14px;
        color: #5b7598;
        font-family: "Yantramanav", sans-serif;
        text-align: left;
        padding: 0 10px; }
      #shopify-section-product-bottom .related-single__row > .row > div .grid-view-item .grid-view-item__meta {
        text-align: left;
        padding: 0 10px;
        margin-top: 0; }
        #shopify-section-product-bottom .related-single__row > .row > div .grid-view-item .grid-view-item__meta .product-price__price {
          font-size: 14px;
          color: #5b7598;
          font-family: "Yantramanav", sans-serif; }

.swatch-elements .hide-more {
  display: none; }

.template-product .product-single__thumbnail {
  padding-bottom: 720px; }
  @media screen and (max-width: 991px) {
    .template-product .product-single__thumbnail {
      padding-bottom: 470px; } }
  @media screen and (max-width: 767px) {
    .template-product .product-single__thumbnail {
      padding-bottom: 350px; } }

/* START PDP Mobile First - DESKTOP revisions */
@media screen and (min-width: 768px) {
  /*start desktop */
  .template-product h1.product-single__title, .template-product .product-single__title.h1, .template-product .product-single__title.h1 {
    font-size: 28px; }

  .size-guide-cta span {
    position: absolute;
    top: 28px;
    right: 14px;
    width: 90%;
    text-align: center; }

  .storybox-wrapper {
    background-color: white; }

  #shopify-section-tech-vid {
    background: black;
    margin: 20px 0; }

  #looxReviews, #looxCarousel {
    background-color: #f7f7f7;
    margin-top: 0px;
    padding: 10px 40px 40px 40px; }

  .product-form__input {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    font-weight: 700;
    color: #45688c;
    background-color: #f7f7f7; }

  .loox-rating {
    padding-top: 7px;
    text-align: right; }

  #shopify-section-product-bottom .bottom-img {
    background-image: url(/cdn/shop/files/DE8_0063-4_a5d9637b-8fb5-4210-a866-cdd2f39dbc4e_3000x.jpg?v=1585692894) !important;
    padding: 10% 0;
    display: block !important; }

  #shopify-section-product-bottom {
    background: #f7f7f7;
    padding-top: 80px; }

  .thumbnails-wrapper {
    max-height: 100px;
    overflow: hidden; }

  .lifethumb {
    margin-top: 1rem !important; }

  #shopify-section-product-bottom .related-single__row > .row > div .grid-view-item .grid-view-item__title {
    font-size: 16px;
    color: #5b7598;
    font-family: "Yantramanav", sans-serif;
    text-align: left;
    padding: 0 10px;
    margin-top: 14px;
    font-weight: bold; }

  #shopify-section-product-bottom .related-single__row > .row > div .grid-view-item .grid-view-item__meta .product-price__price {
    font-size: 16px; }

  /* end desktop */ }
/* END PDP Mobile First - DESKTOP revisions */
.newsec-wrapper {
  position: relative; }
  .newsec-wrapper .newsec-image {
    padding: 15% 0;
    background-size: cover;
    background-position: top center; }
  .newsec-wrapper .newsec-inner {
    margin-top: -300px; }
    @media screen and (max-width: 991px) {
      .newsec-wrapper .newsec-inner {
        margin-top: 30px; } }
  .newsec-wrapper .newsec-inner-image {
    padding: 40% 0;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid #fff; }
  .newsec-wrapper .newsec-inner-text {
    padding: 20px;
    margin-top: -77px; }
    .newsec-wrapper .newsec-inner-text h2, .newsec-wrapper .newsec-inner-text .h2 {
      font-size: 35px;
      font-weight: 300;
      color: #0d0d0d;
      padding: 15px 25px;
      padding-bottom: 5px;
      background-color: #fff;
      display: inline-block;
      margin-bottom: 5px; }
    .newsec-wrapper .newsec-inner-text span.v-mark {
      background-color: #9c5124;
      height: 2px;
      max-width: 160px;
      margin-left: 25px;
      width: 100%;
      display: block;
      margin-bottom: 25px;
      margin-top: 20px;
      position: relative;
      text-align: center; }
      .newsec-wrapper .newsec-inner-text span.v-mark:before {
        content: '';
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        background-image: url(home-divider.jpg);
        background-size: cover;
        margin-top: -14px; }
    .newsec-wrapper .newsec-inner-text p {
      font-size: 15px;
      font-family: Yantramanav,sans-serif;
      font-weight: 400;
      color: #0d0d0d;
      padding: 5px 25px; }

.newsec-products .grid-view-item {
  padding: 15px;
  position: relative;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .newsec-products .grid-view-item {
      padding: 15px 0; } }
  .newsec-products .grid-view-item .quickview-cta-wrapper {
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    display: none;
    background: rgba(227, 214, 199, 0.5);
    position: absolute;
    cursor: pointer; }
  .newsec-products .grid-view-item .quickview-cta {
    margin: 0 auto;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    letter-spacing: 2px;
    bottom: 50px;
    transform: translateX(-50%);
    width: 150px;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .newsec-products .grid-view-item:hover .quickview-cta-wrapper {
      display: block; } }

div#addon-popup {
  max-width: 1200px; }

.cart-sidebar {
  max-width: 520px;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999999;
  transition: all .5s ease-in-out; }

div.route-div {
  display: flex;
  justify-content: center; }

div.route-div + div {
  text-align: center; }

.cart-sidebar .cart-sidebar-container {
  position: relative; }

.cart-sidebar .cart-sidebar--header {
  font-size: 15px;
  font-weight: bold;
  line-height: 45px;
  padding: 0 0px 0 15px;
  color: #6d6e71;
  text-transform: capitalize;
  text-align: left;
  border-bottom: 1px solid #e8e9eb;
  border-left: 10px solid #bf652b; }

.cart-sidebar .cart-sidebar--header .cart-sidebar-close-btn {
  padding: 0px 17px;
  font-size: 20px;
  font-weight: 700;
  background-color: #6d6e71;
  color: #fff;
  float: right; }

.cart-sidebar-items {
  margin: 0; }
  .cart-sidebar-items ul {
    margin: 0;
    padding: 0; }
    .cart-sidebar-items ul li {
      margin: 10px 5px;
      list-style: none;
      display: block; }
  .cart-sidebar-items .sidebar-items-img {
    width: 100px;
    display: inline-block; }
  .cart-sidebar-items .sidebar-items-detail {
    width: calc(100% - 110px);
    display: inline-block; }
    .cart-sidebar-items .sidebar-items-detail .item-name {
      font-size: 14px;
      color: #bf652b;
      font-weight: 600;
      display: flex; }
    .cart-sidebar-items .sidebar-items-detail .item-option {
      font-size: 18px;
      color: #6d6e71;
      font-weight: 600;
      display: flex; }
    .cart-sidebar-items .sidebar-items-detail .item-price {
      font-size: 14px;
      color: #000;
      font-weight: 600;
      float: right; }

.buttons-wrapper {
  display: block; }
  .buttons-wrapper a {
    width: 46%;
    margin: 5px; }
  .buttons-wrapper .btn-cart {
    background-color: #6d6e71; }
  .buttons-wrapper .btn-checkout {
    background-color: #bf652b; }

.cart-sidebar-btm-products {
  background-color: #d1d1d1;
  margin: 0px;
  padding: 15px;
  padding-top: 55px; }
  .cart-sidebar-btm-products .bottom-product-heading {
    background-color: #d1d1d1;
    margin: -55px 0 0px -15px;
    float: left;
    padding: 10px;
    color: #6d6e71; }
  .cart-sidebar-btm-products .grid-view-item__title {
    font-size: 16px;
    height: 20px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .cart-sidebar-btm-products .grid-view-item__title {
        overflow: visible; } }
  .cart-sidebar-btm-products .quickview-cta {
    font-size: 14px;
    width: 150px; }

.btn-view-more {
  margin: -10px auto 50px auto;
  display: block;
  max-width: 161px;
  background-color: #fff;
  color: #6d6e71;
  font-size: 18px; }

.mfp-auto-cursor .mfp-content .quickpopup-wrap {
  max-width: 992px; }

.template-product .mfp-auto-cursor .mfp-content .quickpopup-wrap .product-single__thumbnail {
  padding-bottom: 550px; }

.template-product .mfp-auto-cursor .mfp-content .quickpopup-wrap .product-single__photos .thumbnails-wrapper .product-single__thumbnail {
  padding: 35% 0; }

.mfp-auto-cursor .mfp-content .quickpopup-wrap .hidedtl {
  height: 250px;
  overflow-y: scroll; }

.mfp-auto-cursor .mfp-content .quickpopup-wrap .thumbnails-wrapper {
  margin-top: 15px; }

.site-header__icons ul.shopping-cart-items {
  max-height: 240px;
  overflow-y: auto; }

.product-single__photos .featured-product-images .slick-list {
  height: auto !important; }

.cart-upsell-wrapper {
  display: block; }
  .cart-upsell-wrapper .cart-upsell-title {
    font-size: 35px;
    font-weight: 300;
    color: #0d0d0d;
    padding: 15px 25px;
    text-align: center;
    position: relative;
    margin: 0; }
    .cart-upsell-wrapper .cart-upsell-title span.v-mark {
      background-color: #9c5124;
      height: 2px;
      display: block;
      margin-bottom: 25px;
      margin-top: 20px;
      text-align: center;
      position: absolute;
      left: 50%;
      bottom: -33px;
      transform: translateX(-50%); }
      .cart-upsell-wrapper .cart-upsell-title span.v-mark:before {
        content: '';
        width: 32px;
        height: 32px;
        display: inline-block;
        text-align: center;
        background-image: url(home-divider.png);
        background-size: cover;
        background-color: #f6f6f6;
        margin-top: -15px; }
  .cart-upsell-wrapper .newsec-products {
    background-color: #f6f6f6;
    padding: 40px 10px 10px 10px; }
    .cart-upsell-wrapper .newsec-products .prod-col {
      height: 100%; }
      @media screen and (max-width: 1199px) {
        .cart-upsell-wrapper .newsec-products .prod-col {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media screen and (max-width: 767px) {
        .cart-upsell-wrapper .newsec-products .prod-col {
          flex: 0 0 100%;
          max-width: 100%; } }
      .cart-upsell-wrapper .newsec-products .prod-col .grid-view-item__image {
        padding-top: 200px; }
      @media screen and (max-width: 1499px) {
        .cart-upsell-wrapper .newsec-products .prod-col .swatch-elements {
          height: 45px; } }
      @media screen and (max-width: 1199px) {
        .cart-upsell-wrapper .newsec-products .prod-col .swatch-elements {
          height: auto; } }
      .cart-upsell-wrapper .newsec-products .prod-col .swatch-elements .swatch-element {
        width: 20px;
        height: 20px;
        margin-right: 2px; }
      .cart-upsell-wrapper .newsec-products .prod-col .grid-view-item__title {
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        height: 40px;
        overflow: hidden;
        align-items: center;
        display: flex; }
        @media screen and (max-width: 1499px) {
          .cart-upsell-wrapper .newsec-products .prod-col .grid-view-item__title {
            font-size: 15px;
            height: 60px; } }
        @media screen and (max-width: 1199px) {
          .cart-upsell-wrapper .newsec-products .prod-col .grid-view-item__title {
            font-size: 15px;
            height: 40px; } }
        @media screen and (max-width: 767px) {
          .cart-upsell-wrapper .newsec-products .prod-col .grid-view-item__title {
            font-size: 15px;
            height: auto; } }
      .cart-upsell-wrapper .newsec-products .prod-col .grid-view-item__meta {
        text-align: left; }

@media screen and (max-width: 991px) {
  .technology-content h2, .technology-content .h2 {
    text-align: center; } }

/* = Kit Builders
======================================*/
#shopify-section-kit-builder-pdp,
#shopify-section-kit-builder-home,
.kit-builder-section {
  padding: 50px 0; }
  #shopify-section-kit-builder-pdp .kit-builder-visual,
  #shopify-section-kit-builder-home .kit-builder-visual,
  .kit-builder-section .kit-builder-visual {
    background-size: cover; }
  #shopify-section-kit-builder-pdp .kit-builder-product,
  #shopify-section-kit-builder-home .kit-builder-product,
  .kit-builder-section .kit-builder-product {
    padding: 25px; }
  #shopify-section-kit-builder-pdp .kit-builder-cta,
  #shopify-section-kit-builder-home .kit-builder-cta,
  .kit-builder-section .kit-builder-cta {
    padding: 25px; }

#kit-builder-ui {
  min-height: 400px;
  padding: 15px;
  background: #fff;
  position: fixed;
  z-index: 1000005;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; }
  @media screen and (max-width: 767px) {
    #kit-builder-ui {
      width: 100%;
      margin-top: 30px;
      max-height: calc(100vh - 60px);
      overflow: scroll; }
      #kit-builder-ui .kit-builder-add-all {
        padding-bottom: 15px; } }
  #kit-builder-ui .kit-builder-item {
    padding: 15px 30px; }
    @media screen and (max-width: 767px) {
      #kit-builder-ui .kit-builder-item {
        padding: 10px; }
        #kit-builder-ui .kit-builder-item .selector-wrapper {
          display: inline-block;
          max-width: 45%; }
        #kit-builder-ui .kit-builder-item .kit-builder-ui-image {
          padding-bottom: 10px; } }

.kit-builder-container #kit-builder-clone-from {
  display: none; }

.low-stock-notification {
  padding: 10px;
  margin-top: 12px;
  display: none; }

/* scotts new pdp */
.template-product .headslide {
  margin-bottom: 15px; }

.template-product .product-single__thumbnail {
  width: 50%;
  float: left;
  padding: 15px; }

.product-single__photos .featured-product-images .product-single__thumbnail {
  background-size: cover; }

.introcopy {
  font-size: 16px;
  line-height: 21px;
  color: #6d6e71;
  padding: 15px 0px;
  font-family: "Yantramanav", sans-serif; }

.description, .social-sharing, .bis-edge-right {
  display: none !important; }

.product-form__item--submit {
  margin: 20px 0px; }

.color.swatch-element label {
  border-radius: 0px !important;
  border: 0px !important;
  box-shadow: none !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-position: center !important;
  padding: 26px !important; }

.swatch-element > label.noshow {
  display: none; }

.color.swatch-element label:before {
  content: "";
  border: 2px solid transparent;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  top: 0;
  bottom: 0; }

.mobile-nav-wrapper {
  top: 2px !important; }

@media screen and (max-width: 768px) {
  .notification-bar__message {
    padding: 10px 10px;
    font-size: .74118em; }

  #grouppicker {
    font-size: 12px; }

  select#grouppicker {
    padding: 8px 25px 8px 0; }

  .product-form__item h1.product-single__title, .product-form__item .product-single__title.h1 {
    margin-top: 4px !important; }

  .product-single__photos {
    margin-bottom: 0px; }

  .cart-sidebar-btm-products {
    display: none !important; }

  .product-form__item--submit {
    margin: 20px 0 0;
    padding-bottom: 20px; }

  .size-guide-cta {
    display: none !important; }

  .product-form__item--submit .button .add .paddingleftright {
    width: 100% !important; } }
@media screen and (max-width: 768px) {
  .notification-bar .col-15:not('.customergroups') {
    display: none !important; }

  .customergroups {
    width: 100% !important;
    max-width: 100%;
    flex: auto; }

  #grouppicker {
    float: initial !important; } }
a.delete-cart-item {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer; }

select.cart-prod-qty {
  padding: 4px 23px 4px 10px; }

#added-product-info li.cart-item {
  position: relative; }

.slideshow__text-content .page-width span {
  max-width: 500px;
  display: block; }
  @media screen and (max-width: 767px) {
    .slideshow__text-content .page-width span {
      max-width: 100%; } }

.collection-list-home {
  background-color: #6d6e72;
  padding-top: 60px;
  padding-bottom: 10px; }
  .collection-list-home .section-header h2, .collection-list-home .section-header .h2 {
    font-family: 'Eurostile';
    letter-spacing: 6px;
    color: #fff;
    font-size: 28px; }

.collection-grid-item__overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6; }

/* New Style */
.horzontaltab-list--technology .mobilesec-text .technology-wrapper-clone .image-altblock,
.horzontaltab-list--technology .mobilesec-text .technology-wrapper-clone .formobile,
.detailf-formobile.formobile {
  display: none !important; }

.horzontaltab-list--technology .mobilesec-text .technology-wrapper-clone .fordesktop,
.horzontaltab-list--technology .mobilesec-text .technology-wrapper-clone {
  display: block !important; }
