/*
/*
* Layout
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing
    #Media Queries */

/* #Base 1200 Grid
================================================== */
@media only screen and (min-width: 1200px){    
.container                                  { position: relative; width: 1200px; max-width:2000px;}
.column, .columns          {margin-left: 10px; margin-right: 10px;}}
    .column, .columns                           { float: left; display: inline;}
    .row                                        { margin-bottom: 20px; }
    /* Base Grid */
    .container .one.column                      { width: 55px;  }
    .container .two.columns                     { width: 130px; }
    .container .three.columns                   { width: 205px; }
    .container .five.columns                    { width: 355px; }
    .container .six.columns                     { width: 430px; }
    .container .seven.columns                   { width: 505px; }
    .container .eight.columns                   { width: 580px; }
    .container .nine.columns                    { width: 655px; }
    .container .ten.columns                     { width: 730px; }
    .container .eleven.columns                  { width: 805px; }
    .container .thirteen.columns                { width: 955px; }
    .container .fourteen.columns                { width: 1030px; }
    .container .fifteen.columns                 { width: 1105px; }    
    .container .sixteen.columns                 { width: 1180px; }
    .container .four.columns                    { width: 30%; }
@media only screen and (min-width: 1199px) {
  .container .one-third.column                { width: 380px; }}
    .container .two-thirds.column               { width: 780px; }
    .container .one-fifth.column                { width: 220px; }


    /* Offsets */
    .container .offset-by-one                   { padding-left: 75px;  }
    .container .offset-by-two                   { padding-left: 150px; }
    .container .offset-by-three                 { padding-left: 225px; }
    .container .offset-by-four                  { padding-left: 300px; }
    .container .offset-by-five                  { padding-left: 375px; }
    .container .offset-by-six                   { padding-left: 450px; }
    .container .offset-by-seven                 { padding-left: 525px; }
    .container .offset-by-eight                 { padding-left: 600px; }
    .container .offset-by-nine                  { padding-left: 675px; }
    .container .offset-by-ten                   { padding-left: 750px; }
    .container .offset-by-eleven                { padding-left: 825px; }
    .container .offset-by-twelve                { padding-left: 900px; }
    .container .offset-by-thirteen              { padding-left: 975px; }
    .container .offset-by-fourteen              { padding-left: 1050px; }
    .container .offset-by-fifteen               { padding-left: 1125px; }

    .container .offset-by-one-alternate         { padding-right: 75px;
      @include respond-to('medium') {
        padding-right: 0;
      }
    }

/* #Base 960 Grid
================================================== */

  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; max-width:1199px; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    
    .container .four.columns                    { width: 220px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 75%; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }
    .container .one-fifth.column                { width: 172px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }

    .container .offset-by-one-alternate         { padding-right: 60px;  }
  }


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .remove-on-ipad {display:none!important;}
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 7px; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: calc(100% / 3 - 20px); margin-left:16px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: calc(100% - 20px); }

        .container .one-third.column                { width: 236px; padding: 10px; }
        .container .two-thirds.column               { width: 492px; }
        .container .one-fifth.column                { width: 133px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }

        .container .offset-by-one-alternate         { padding-right: 48px;  }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) and (min-width: 480px) {
        .container { width: 460px; max-width:767px; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .two-thirds.column { width: 100%; font-size:12px;}
        .container .one-fifth.column  { width: 140px; }

        

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

        .container .offset-by-one-alternate         { padding-right: 0;  }
        .homepage-blog-posts { width: 460px !important; }

    }
@media only screen and (min-width: 401px) and (max-width: 479px) {
        .container { width: 375px; max-width:479px; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .two-thirds.column { width: 100%; font-size:12px; margin-left:auto; margin-right:auto;}
        .container .one-fifth.column  { width: 140px; }

        

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

        .container .offset-by-one-alternate         { padding-right: 0;  }

    }

@media only screen and (max-width: 400px) {
        .container { width: 90%; max-width:400px;}

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .two-thirds.column { width: 100%; margin-left: auto; margin-right: auto; }
        .container .one-fifth.column  { width: 140px; }

        

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

        .container .offset-by-one-alternate         { padding-right: 0;  }

    }


@charset "UTF-8";
/******************************************************************
Theme Name: Parallax 4.1.1
Theme URI: http://themes.shopify.com/themes/parallax/styles/aspen?ref=out-of-the-sandbox
Author: Out of the Sandbox (http://outofthesandbox.com)
Description: Shopify Theme (http://www.shopify.com/?ref=out-of-the-sandbox)
******************************************************************/
/* Table of Content
==================================================
  #Mixins
  #Functions
  #Helper Classes
  #Reset & Basics
  #Fonts
  #Basic Styles
  #Typography
  #Links
  #Lists
  #Menu
  #Search
  #Images
  #Placeholders
  #Videos
  #Buttons
  #Cart
  #Tabs
  #Forms
  #Tables
  #Misc
  #Site Styles
  #Product thumbnail
  #Home page - Rich text
  #Home page - Gallery
  #Home page - Featured product
  #Home page - Featured promotions
  #Home page - Divider
  #Home page - Newsletter
  #Home page - Image with text
  #Home page - Quote
  #Contact form
  #Blog
  #Blog posts
  #Image Gallery
  #Image with text
  #Testimonials
  #Logo-list
  #Swatch Styles
  #Sidebar
  #mmenu
  #FlexSlider
  #Quick Shop
  #Flickity
  #Product Slider Custom Styles
  #Thumbnail Gallery Styles
  #Content Creator
  #FancyBox
  #Plyr
  #Model Viewer
  #Product Media Custom Styles
  #Currency / Language switcher
  #Grid/layout
  #Password Page
  #Order Page
  #Integrated Shopify Reviews
  #Homepage Banner Images
  #Font-Face
  #Custom Styles */
/* #Mixins
================================================== */
/*
  This mixin can be used to prevent word overflow:
  @include word-wrap();
*/
/* #Helper Classes
================================================== */
.is-flex {
  display: flex;
}

.is-inline-flex {
  display: inline-flex;
}

.is-align-start,
.is-align-left {
  align-items: flex-start;
}

.is-align-end,
.is-align-right {
  align-items: flex-end;
}

.is-align-self-end,
.is-align-self-right {
  align-self: flex-end;
}

.is-align-baseline {
  align-items: baseline;
}

.is-align-center {
  align-items: center;
}

.is-align-stretch {
  align-items: stretch;
}

.is-justify-start,
.is-justify-left {
  justify-content: flex-start;
}

.is-justify-end,
.is-justify-right {
  justify-content: flex-end;
}

.is-justify-center {
  justify-content: center;
}

.is-justify-space-around {
  justify-content: space-around;
}

.is-justify-space-between {
  justify-content: space-between;
}

.is-flex-nowrap {
  flex-wrap: nowrap;
}

.is-flex-wrap {
  flex-wrap: wrap;
}

.is-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.is-flex-row {
  flex-direction: row;
}

.is-flex-row-reverse {
  flex-direction: row-reverse;
}

.is-flex-column {
  flex-direction: column;
}

.is-flex-column-reverse {
  flex-direction: column-reverse;
}

.is-order-aligned-left {
  order: -1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-left {
    order: inherit;
  }
}

.is-order-aligned-right {
  order: 1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-right {
    order: inherit;
  }
}

.has-padding-top {
  padding-top: 20px;
}

.has-padding-bottom {
  padding-bottom: 20px;
}

.has-padding-left {
  padding-left: 20px;
}

.has-padding-right {
  padding-right: 20px;
}

.has-padding {
  padding: 20px;
}

.text-align-center {
  text-align: center;
}

.text-align-left,
.text-align-start {
  text-align: left;
}
.text-align-left h1, .text-align-left h2, .text-align-left h3,
.text-align-left h1.title,
.text-align-left h2.title,
.text-align-left h3.title,
.text-align-start h1,
.text-align-start h2,
.text-align-start h3,
.text-align-start h1.title,
.text-align-start h2.title,
.text-align-start h3.title {
  text-align: left;
}

.text-align-right,
.text-align-end {
  text-align: right;
}
.text-align-right h1, .text-align-right h2, .text-align-right h3,
.text-align-right h1.title,
.text-align-right h2.title,
.text-align-right h3.title,
.text-align-end h1,
.text-align-end h2,
.text-align-end h3,
.text-align-end h1.title,
.text-align-end h2.title,
.text-align-end h3.title {
  text-align: right;
}

.is-hidden {
  display: none !important;
}

.is-visible {
  display: block !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

.is-invisible {
  visibility: hidden !important;
}

@media only screen and (min-width: 481px) and (max-width: 798px) {
  .is-hidden-small {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .is-hidden-medium {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .is-hidden-large {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-hidden-mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1401px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-visible--mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-hidden-offset-mobile-only {
    left: 0 !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0 auto;
  padding: 0;
  border: 0;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #Fonts
================================================== */@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ae7d5dbb1e49c2aa72802872cc72d3af1e6c1a4e98fdc5901211ce27d5913024") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=062457d7ee77644a609f814cd7eb65440d44c9b6c641caeaa03f1a559c3531e4") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=3c4ab31a2c2c81fc5ec13d1772a56ad8d04abc70c5021a07aecd563488ad9841") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=e11625bac7b897791d179227a59dfbecd70cac257e7e7f488a28816714ca3a01") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=94bad93bc415ff612779b9e827c45deb9535101c4e7145e317b3da397ae793fe") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=8eaf641ffa59830f7ceb91f77341119d73641b26e29e232ce0e8d1b4677f080d") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=cbcb5664f356cec5b040e42ed750b6a77bb4b64c835201e2b30ba7698f7a158e") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ba705329e61c09f340525c2b17e20f20851771c1f73b11ced63eb2d09d81e6ef") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ae7d5dbb1e49c2aa72802872cc72d3af1e6c1a4e98fdc5901211ce27d5913024") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=062457d7ee77644a609f814cd7eb65440d44c9b6c641caeaa03f1a559c3531e4") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=3c4ab31a2c2c81fc5ec13d1772a56ad8d04abc70c5021a07aecd563488ad9841") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=e11625bac7b897791d179227a59dfbecd70cac257e7e7f488a28816714ca3a01") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=94bad93bc415ff612779b9e827c45deb9535101c4e7145e317b3da397ae793fe") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=8eaf641ffa59830f7ceb91f77341119d73641b26e29e232ce0e8d1b4677f080d") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=cbcb5664f356cec5b040e42ed750b6a77bb4b64c835201e2b30ba7698f7a158e") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ba705329e61c09f340525c2b17e20f20851771c1f73b11ced63eb2d09d81e6ef") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=3c4ab31a2c2c81fc5ec13d1772a56ad8d04abc70c5021a07aecd563488ad9841") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=e11625bac7b897791d179227a59dfbecd70cac257e7e7f488a28816714ca3a01") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n9.ddaed62de62f3d3d87e64f4d0463dca05fc9c8e4.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=2b01f0834897b7b6988eb499baa3bd7945bfac9578a1e633b9339eefa2e4d238") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n9.85cc5f32e331fc9b3a109639b08869c64782e161.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=662b28a50c69f8002b66f85b9e5fbf9f0ac28cbdf0f8534e1f24170b416c0a2f") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=cbcb5664f356cec5b040e42ed750b6a77bb4b64c835201e2b30ba7698f7a158e") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ba705329e61c09f340525c2b17e20f20851771c1f73b11ced63eb2d09d81e6ef") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i9.7523f2a03fdaaa8b60d141507f9ba8d5c839661a.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ad3e4d6829fd875b43016de5aa3cd7ca487aea9de83c86fc542211f7d4c706dc") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i9.fb9fe3dd44a3fefe44594bbed91d1246d54a459f.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=3d6c6352c658b44e038e50f786465a78a2ede6533ad6a4c3ab5293260978d8bf") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=3c4ab31a2c2c81fc5ec13d1772a56ad8d04abc70c5021a07aecd563488ad9841") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=e11625bac7b897791d179227a59dfbecd70cac257e7e7f488a28816714ca3a01") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n9.ddaed62de62f3d3d87e64f4d0463dca05fc9c8e4.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=2b01f0834897b7b6988eb499baa3bd7945bfac9578a1e633b9339eefa2e4d238") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n9.85cc5f32e331fc9b3a109639b08869c64782e161.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=662b28a50c69f8002b66f85b9e5fbf9f0ac28cbdf0f8534e1f24170b416c0a2f") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=cbcb5664f356cec5b040e42ed750b6a77bb4b64c835201e2b30ba7698f7a158e") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ba705329e61c09f340525c2b17e20f20851771c1f73b11ced63eb2d09d81e6ef") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i9.7523f2a03fdaaa8b60d141507f9ba8d5c839661a.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ad3e4d6829fd875b43016de5aa3cd7ca487aea9de83c86fc542211f7d4c706dc") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i9.fb9fe3dd44a3fefe44594bbed91d1246d54a459f.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=3d6c6352c658b44e038e50f786465a78a2ede6533ad6a4c3ab5293260978d8bf") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ae7d5dbb1e49c2aa72802872cc72d3af1e6c1a4e98fdc5901211ce27d5913024") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=062457d7ee77644a609f814cd7eb65440d44c9b6c641caeaa03f1a559c3531e4") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=94bad93bc415ff612779b9e827c45deb9535101c4e7145e317b3da397ae793fe") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=8eaf641ffa59830f7ceb91f77341119d73641b26e29e232ce0e8d1b4677f080d") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=3c4ab31a2c2c81fc5ec13d1772a56ad8d04abc70c5021a07aecd563488ad9841") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=e11625bac7b897791d179227a59dfbecd70cac257e7e7f488a28816714ca3a01") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n9.ddaed62de62f3d3d87e64f4d0463dca05fc9c8e4.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=2b01f0834897b7b6988eb499baa3bd7945bfac9578a1e633b9339eefa2e4d238") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n9.85cc5f32e331fc9b3a109639b08869c64782e161.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=662b28a50c69f8002b66f85b9e5fbf9f0ac28cbdf0f8534e1f24170b416c0a2f") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=cbcb5664f356cec5b040e42ed750b6a77bb4b64c835201e2b30ba7698f7a158e") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ba705329e61c09f340525c2b17e20f20851771c1f73b11ced63eb2d09d81e6ef") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i9.7523f2a03fdaaa8b60d141507f9ba8d5c839661a.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ad3e4d6829fd875b43016de5aa3cd7ca487aea9de83c86fc542211f7d4c706dc") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i9.fb9fe3dd44a3fefe44594bbed91d1246d54a459f.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=3d6c6352c658b44e038e50f786465a78a2ede6533ad6a4c3ab5293260978d8bf") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ae7d5dbb1e49c2aa72802872cc72d3af1e6c1a4e98fdc5901211ce27d5913024") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=062457d7ee77644a609f814cd7eb65440d44c9b6c641caeaa03f1a559c3531e4") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=3c4ab31a2c2c81fc5ec13d1772a56ad8d04abc70c5021a07aecd563488ad9841") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=e11625bac7b897791d179227a59dfbecd70cac257e7e7f488a28816714ca3a01") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=94bad93bc415ff612779b9e827c45deb9535101c4e7145e317b3da397ae793fe") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=8eaf641ffa59830f7ceb91f77341119d73641b26e29e232ce0e8d1b4677f080d") format("woff");
}


  @font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=cbcb5664f356cec5b040e42ed750b6a77bb4b64c835201e2b30ba7698f7a158e") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=aG9ybmJsYXN0ZXJzLmNvbQ&hmac=ba705329e61c09f340525c2b17e20f20851771c1f73b11ced63eb2d09d81e6ef") format("woff");
}


/* #Basic Styles
================================================== */
@media only screen and (min-width: 1200px){
body {
  background-color: #010000;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  color: #000000;
  line-height: 1.8em;
  overflow-wrap: break-word;
  font-display: optional;
}}
@media only screen and (max-width: 1199px) and (min-width: 768px){
body {
  background-color: #010000;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  color: #000000;
  line-height: 1.8em;
  overflow-wrap: break-word;
  font-display: optional;
}}
@media only screen and (max-width: 767px){
body {
  background-color: #010000;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  color: #000000;
  line-height: 1.8em;
  overflow-wrap: break-word;
  font-display: optional;
}}

#content_wrapper {
  width: 100%;
  background-color: #ffffff;
  max-width: 2000px;
}::selection {
  background: #FFF7B6;
  color: black;
}

abbr {
  border-bottom: 1px dotted #000202;
}

/* #Typography
================================================== */
/* Secondary Logo */
.shopify-section--header .secondary-logo--true .secondary_logo {
  display: none;
}

.shopify-section--header .secondary-logo--true .primary_logo {
  display: none;
}

.shopify-section--header.feature_image .secondary-logo--true .secondary_logo {
  display: block;
}

.shopify-section--header:not(.feature_image) .secondary-logo--true .primary_logo {
  display: block;
}

.header.sticky--active .secondary-logo--true .primary_logo {
  display: block;
}
.header.sticky--active .secondary-logo--true .secondary_logo {
  display: none;
}

.logo {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
}h1,
h2,
h3,
h4,
h5,
h6,
.collection_title,
.headline,
.subtitle p,
.footer_menu a,
.empty_cart,
.promo-banner {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #000002;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.collection_title {
  font-weight: inherit;
}

h1 a,
h1 a:hover,
h1 a:visited,
h1 a:active,
.collection_title a,
.collection_title a:hover,
.collection_title a:visited,
.collection_title a:active {
  color: #000002;
}

h1,
.h1,
h1.home,
h2.title,
h2.title a,
.collection_title,
h3.title {
  font-size: 125%;
  line-height: 1.5em;
  margin: 0 auto 15px;
  clear: both;
  font-weight: 700;
  padding-top: 4px;
  color: #000002;
  text-align: center;
}

h2.title.align_right {
  text-align: right;
  margin: 0 0 15px 0;
}

h2.title.align_left {
  text-align: left;
  margin: 0 0 15px 0;
}

h1.product_name {
  margin-bottom: 0px;
  text-align: left;
}

h1.article_title {
  margin-bottom: 5px;
  text-align: left;
}

h1.article_title.align_center {
  text-align: center;
}

h2.product_name a {
  color: #000002;
}

h2,
.h2 {
  font-size: 22px;
  margin-bottom: 0.75em;
  line-height: 1.5em;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 35px;
}

h3.title a {
  color: #000002;
}

h1.collection_title,
div.collection_title {
  margin-bottom: 0;
  line-height: 20px;
  display: inline;
}

h1.collection_title_tags,
div.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px #000202;
}

h4,
.h4,
h4.title a,
h6.title {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 0.5em 0;
  padding: 0;
  padding: 7px 0;
  color: #000002;
}

h4.title a {
  border: 0;
  padding: 0;
  margin: 0;
}

h5,
.h5 {
  font-size: 18px;
  padding-bottom: 1em;
}

h5.sub_title {
  padding: 5px 0;
  color: #000002;
}

h5.sub_title a {
  color: #000002;
}

h6,
.h6,
h6.title,
ul.footer_menu a,
ul.footer_menu a:visited {
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 5px;
}

.subheader {
  color: #777;
}

p {
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.8em;
  max-width: 100%;
}

p img {
  margin: 0;
}

sub {
  font-size: 60%;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 90%;
}

.items_left p {
  margin: 5px 0;
}.feature_divider {
    border: solid 1px;
    display: block;
    height: 2px;
    border-right: 0;
    border-left: 0;
    width: 180px;
    margin: 25px auto;
    border-color: #151313;
  }.align_left .feature_divider {
  margin-left: 0;
  margin-right: 0;
}

.text-align--right {
  text-align: right;
  align-items: flex-end;
}
.text-align--right .description:before {
  margin-right: 0;
}

.text-align--left {
  text-align: left;
  align-items: flex-start;
}
.text-align--left .description:before {
  margin-left: 0;
}

.text-align--center {
  text-align: center;
  align-items: center;
}
.text-align--center .description:before {
  margin-left: 0;
}

p.trim-paragraph {
  margin-bottom: 0;
}

.trim-last-paragraph p:last-child {
  margin-bottom: 0;
}

.feature_divider_alternate {
  margin: initial;
  margin-bottom: 25px;
}

.content h2 {
  margin-bottom: 0;
  line-height: 1.8em;
}

.page-divider {
  opacity: 0;
  border-color: #151313;
}

.active-divider {
  opacity: 1;
}

/*  Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #000202;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #000202;
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0;
  height: 0;
}

.quote,
.message {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  font-style: italic;
}
.footer .quote,
.footer .message {
  text-align: left;
  font-weight: bold;
  padding: 10px 0;
}

div.section.collection_description {
  margin: 0 0 1.5em 0;
  text-align:center;
}

input.action_button.sign_up {
  line-height: 1;
}

/* #Links
================================================== */
a, a:visited {
  color: #015fa9;
  text-decoration: none;
  outline: 0;
  transition: color 0.1s linear;
}

a:hover,
a:focus {
  color: #015fa9;
}

a:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

a, button, input, select, textarea, label, summary {
  touch-action: manipulation;
}

/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

ul, ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

ul.none {
  list-style: none outside;
  margin-left: 0;
}

ul.border {
  list-style: none outside;
  line-height: 26px;
}

ul.border li {
  border-bottom: 1px solid #000202;
  list-style: none outside none;
  padding: 12px 0;
  margin-bottom: 0;
}

.detailed-list {
  margin-top: 10px;
}

/* #Announcement bar
================================================== */
.promo-banner {
  width: 100%;
  position: relative;
  display: none;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
@media only screen and (max-width: 798px) {
  .promo-banner {
    position: absolute;
    font-size: 11px;
    width: 100%;
    z-index: 200;
  }
}

.promo-banner__text {
  margin: 0;
  font-size: 12px;
  padding-right: 50px;
  padding-left: 50px;
}

.promo-banner__close {
  display: flex;
  align-items: center;
  top: 0;
  right: 10px;
  position: absolute;
  padding: 0;
  height: 100%;
  font-size: 18px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  background: transparent;
}
.promo-banner__close:hover, .promo-banner__close:active {
  background: transparent;
}

.promo-banner__close[class*=" icon-"] {
  margin-right: 0;
}

.promo-banner--true .promo-banner {
  display: block;
}

@media only screen and (max-width: 798px) {
  .promo-banner--true .shopify-section--header {
    padding-top: 40px;
  }
  .promo-banner--true .global-wrapper {
    margin-top: 25px;
  }
  .promo-banner--true div.content {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 798px) {
  .promo-banner ~ .header {
    padding-top: 40px;
  }
}

.feature_image .promo-banner ~ .header.sticky-header--true.sticky--active {
  top: 25px;
}

.sticky-promo--true {
  position: fixed;
}

/* #Menu
================================================== */

.header {
  z-index: 10000;
  width: 100%;
  top: 0;
  transition: background-color 500ms ease;
  animation-delay: 1.25s;
}

div.header_bar,
div.sticky--active {
  top: 0;
  background: #ffffff;
}

.header.sticky--active {
  animation-delay: 0s;
}

.feature_image .header.sticky-header--true.header-background--false {
  position: absolute;
}

.feature_image .header.sticky-header--true.sticky--active {
  position: fixed;
  top: 0;
}

.header_bar a,
.header_bar a:visited,
.header_bar a span {
  color: #000000 !important;
}

.header div.dropdown__wrapper {
  padding-bottom: 5px;
  padding-top: 5px;
}

.header.header-dropdown-position--below_header div.dropdown__wrapper,
.header.header-dropdown-position--below_parent div.dropdown__wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.header.header-dropdown-position--below_header div.dropdown__wrapper ul.menu li,
.header.header-dropdown-position--below_parent div.dropdown__wrapper ul.menu li {
  padding: 10px 0 10px 3px;
}
.header.header-dropdown-position--below_header div.dropdown__wrapper ul.menu .dropdown-links li,
.header.header-dropdown-position--below_parent div.dropdown__wrapper ul.menu .dropdown-links li {
  padding: 5px 0 5px 3px;
}
.header.header-dropdown-position--below_header div.dropdown__wrapper .nav ul.menu li.currencies,
.header.header-dropdown-position--below_parent div.dropdown__wrapper .nav ul.menu li.currencies {
  padding: 0;
}

.header_bar.header-dropdown-position--below_header .nav ul.menu li {
  z-index: 3;
}

body .mm-page {
  width: 100%;
}

body .mm-slideout {
  z-index: auto;
}
body .mm-slideout.mm-wrapper__blocker {
  z-index: 5002;
}

body .mm-slideout .promo-banner {
  z-index: 10001;
}

#header {
  display: none;
  background: #ffffff;
  border-bottom: 1px solid #000202;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  height: 65px;
  padding: 0 50px;
  z-index: 5001;
  width: 100%;
  opacity: 0.95;
  top: 0;
  box-sizing: border-box;
}

#header.mm-fixed-top.mobile-sticky-header--false {
  position: absolute;
}

#header a {
  color: #000000;
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 25px;
  padding-top: 5px;
}

div#header a span {
  display: inline;
  padding-left: 8px;
  position: relative;
  top: -2px;
}

#header a.right {
  left: auto;
  right: -10px;
  font-size: 20px;
  padding-top: 8px;
  top: 0px;
}
#header a.icon-menu,
#header a.right {
  z-index: 1;
  padding-top: 0;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
#header a.icon-menu:before {
  font-size: 24px !important;
}
#header a.icon-menu span {
  top: -6px;
  left: -2px;
  line-height: 1;
}
#header a.icon-menu:before {
  margin-left: 38px;
}
#header a.icon-menu {
  left: -24px;
}

.header .nav {
  display: flex;
}

.nav ul {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

.nav ul li {
  display: inline-block;
  margin: 0;
  border: 0;
}

.nav ul li {
  *display: inline;
}

.nav ul li a.dropdown-link {
  padding: 10px 4px 10px 4px;
}

.nav ul li:hover a.dropdown-link {
  color: #015fa9;
  z-index: 1009;
}

.nav a,
.nav a:visited,
.nav a:active,
#header a span,
.nav a.cart-button span,
select.currencies {
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  display: block;
  letter-spacing: 1px;
  padding: 10px 4px 10px 4px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.feature_image .header .nav a,
.feature_image .header .nav a.icon-cart,
.feature_image .header .nav a.cart-button span,
.feature_image .header select.currencies {
  color: #ffffff;
}

.header-text-shadow--true a,
.header-text-shadow--true a.icon-cart,
.header-text-shadow--true a.cart-button span,
.header-text-shadow--true #header__selector-form button.disclosure__toggle,
.header-text-shadow--true #header__selector-form button.disclosure__toggle span {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.feature_image .header .nav a:hover,
.nav a.active, .header_bar a.active,
.feature_image .header .nav a:focus {
  color: #015fa9 !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .mm-opened .feature_image .promo-banner {
    top: 0;
  }
}
.nav a.icon-cart span {
  display: inline;
}

a.icon-cart,
a.icon-search {
  font-size: 12px !important;
}

.nav ul.search_nav {
  margin-bottom: 5px;
}

nav ul li a:focus,
.nav ul li a:hover,
.nav ul li a:hover .icon-arrow-down,
.nav a.icon-cart:hover span {
  color: #015fa9 !important;
}

.nav ul.menu li {
  line-height: 1;
  z-index: 9999;
  position: relative;
  padding: 5px 0 5px 3px;
}

input.guest_button,
input[type=button].guest_button {
  font-size: 16px;
  background-color: #666;
  padding: 8px 18px 8px 18px;
  border-radius: 35px;
}

input[type=submit].guest_button,
input[type=button].guest_button {
  color: #000000;
  box-shadow: none;
}

.nav ul li .cart-button span {
  padding-left: 5px;
  top: -1px;
}

input[type=submit].guest_button,
input[type=submit].guest_button:hover {
  background-color: #666;
}

input[type=submit].guest_button:hover {
  color: #015fa9;
}

/* sub-levels link */
.menu ul a,
.menu li:hover > ul a,
.header .nav ul.menu ul li a {
  padding: 8px 12px;
  background: none;
  text-align: left;
  color: #000000;
  line-height: 1.2;
}

/* sub-level ul */
.dropdown {
  top: 50%;
  z-index: 1008;
  position: absolute;
  padding-top: 12px;
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 1500ms, opacity 1500ms;
}
.dropdown a {
  text-shadow: none !important;
}

.dropdown--align {
  right: 0;
  left: auto;
}

.dropdown-wide {
  width: 500px;
}
.dropdown-wide ul li a {
  word-wrap: break-word;
}

.dropdown-link .icon-arrow-down {
  position: relative;
  top: 1px;
}

.dropdown-links {
  background: #ffffff;
  position: relative;
}

.nav ul.menu ul {
  width: 250px;
  display: block;
}

.nav ul.menu ul li {
  display: block;
  text-align: left;
  padding: 0;
}

.nav ul.menu ul li a {
  border: 0;
}

.nav ul.menu ul li a.sub-link {
  display: block;
  padding: 5px 24px;
  font-weight: normal;
  text-transform: none;
  font-size: 11px;
}

/* show dropdown ul on hover */
.menu li:hover > .dropdown,
.show-dropdown > .dropdown {
  z-index: 1008;
  max-height: 500px;
  opacity: 1;
  transition: max-height 0, opacity 500ms;
}

ul.header__navigation {
  flex: 1 1 auto;
}

ul.header__secondary-navigation {
  z-index: 5;
  position: relative;
  flex: 0 0 auto;
}

/* Currency / language switcher in header */
#header__selector-form.selectors-form {
  margin: 0;
}
#header__selector-form .selectors-form__wrap {
  margin: 0;
}
#header__selector-form button.disclosure__toggle {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  color: #000000;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 8px;
}
#header__selector-form button.disclosure__toggle:hover, #header__selector-form button.disclosure__toggle:hover .icon-arrow-down {
  color: #015fa9;
}
#header__selector-form button.disclosure__toggle.is-clicked + .disclosure__list-wrap #header__selector-form button.disclosure__toggle:focus + .disclosure__list-wrap {
  display: block;
}
#header__selector-form button.disclosure__toggle span {
  color: #000000;
  text-shadow: none;
}
#header__selector-form .disclosure__list-wrap {
  top: 50%;
  position: absolute;
  padding-top: calc(12px + 8px);
  /* Accounts for the disclosure button padding and background color */
}
#header__selector-form .disclosure-list {
  background: #ffffff;
  bottom: initial;
  display: block;
  float: none;
  list-style: none;
  padding: 0;
  width: auto;
}
#header__selector-form .disclosure-list__item {
  padding: 0;
}
#header__selector-form button.disclosure__button {
  color: #000000;
  padding: 14px 18px;
}
#header__selector-form button.disclosure__button:hover {
  color: #015fa9;
  opacity: 1;
}

.header:not(.header-background--true) .menu .currencies .disclosure__toggle {
  color: #ffffff;
}

/* Currency / language switcher on mobile */
.mobile-menu__disclosure.selectors-form {
  display: block;
}
.mobile-menu__disclosure.selectors-form .disclosure__toggle {
  border: 0;
  margin-top: 0;
}
.mobile-menu__disclosure.selectors-form .disclosure-list__item {
  padding: 0;
}
.mobile-menu__disclosure.selectors-form .disclosure-list__item:last-child:after {
  border-bottom: 0;
}
.mobile-menu__disclosure.selectors-form button.disclosure__button {
  line-height: 1.8em;
  padding: 12px 10px 12px 20px;
  text-align: left;
  width: 100%;
}

/* Match mm-menu styling */
.mm-menu_theme-black .selectors-form button.disclosure__button {
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu_theme-white .selectors-form button.disclosure__button {
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu_theme-dark .selectors-form button.disclosure__button {
  color: rgba(255, 255, 255, 0.6);
}

.default-header li.cart,
.default-header li.search,
.default-header li.header-account {
  vertical-align: top;
}

.menu-toggle, .menu-toggle[class*=" icon-"] {
  float: right;
  display: inline-block;
  cursor: pointer;
  padding: 9px 6px 6px 6px;
  margin-right: 0;
  font-size: 12px;
  transition: transform 0.3s linear;
}
.menu-toggle.active, .menu-toggle[class*=" icon-"].active {
  transform: rotateX(180deg);
}

.scroll-arrow {
  opacity: 1;
  display: block;
  border: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 50px;
  animation-delay: 0.75s;
  width: 70px;
  z-index: 9999;
  transition: opacity 0.3s;
}
.scroll-arrow span {
  color: #015fa9;
  font-size: 30px;
  display: block;
  margin: 0;
}

.scroll-arrow:hover {
  opacity: 0.5;
}

.vertical-text-position--bottom .scroll-arrow {
  bottom: 20px;
}

/* Featured image banners */
.featured-image--true + div.content {
  padding-top: 40px;
}

.container div.collection_nav {
  margin-bottom: 1.5em;
}

.collection_menu, .collection_menu li {
  display: inline;
  list-style: none;
  border: none;
  position: relative;
  top: -1px;
  margin: 0;
}

.collection_menu li {
  padding-left: 25px;
}

.toggle_list a {
  display: inline-block;
  position: relative;
  left: -8px;
  padding-left: 8px;
  border-left: solid 4px transparent;
  transition: border 200ms ease-out;
}

.toggle_list a.active, .toggle_list a:hover, ul.blog_list a.active--default {
  border-left: solid 4px #B8C6C6;
  display: inline-block;
}

/* #Search
================================================== */
#search {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: none;
  position: fixed;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
}

#search .search__input {
  height: 60px;
  font-size: 26px;
  margin-bottom: 0;
  padding-right: 50px;
  padding-left: 50px;
}

.search__form {
  margin-bottom: 0;
}

.search__close {
  top: 45px;
  color: #888;
  right: 10px;
  float: right;
  font-size: 28px;
  cursor: pointer;
  position: relative;
}

.search__submit {
  top: 48px;
  left: 15px;
  float: left;
  cursor: pointer;
  position: relative;
}
.search__submit:before {
  font-size: 22px;
}

.search_page .has-sidebar-option {
  width: 100%;
}

.blog_search {
  position: relative;
}

.blog_search .icon-search {
  position: absolute;
  font-size: 14px;
  top: 13px;
  left: 12px;
  cursor: pointer;
}

.blog_search .search_box {
  padding-left: 36px;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

/* #Images
================================================== */
/*
  The purpose of the below declaration is to make sure images don't
  exceed the width of columns they are put into when resizing window.
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that
  are children of the grid that you want to resize with grid.
*/
.product_row img,
.product_image_col img,
.article img,
.article_image img,
.section img,
.thumbnail img,
.page img,
.sidebar img,
.logo img,
.footer img,
#target img {
  max-width: 100%;
  height: auto;
}

.zoomImg {
  background-color: #ffffff;
}

.zoom-container {
  width: 100%;
  display: block;
}

.rounded {
  margin: 0 20%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0);
}

/* Lazyloading styles */
.lazyload--fade-in {
  -webkit-backface-visibility: hidden;
  filter: blur(5px);
  transition: filter 200ms, opacity 0.2s;
  opacity: 0.2;
}
@media only screen and (min-width: 799px) {
  .lazyload--fade-in {
    transform: translate3d(0, 0, 0);
  }
}
.lazyload--fade-in.lazyloaded {
  opacity: 1;
  filter: blur(0);
}

img[data-sizes=auto] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-element__wrap img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.thumbnail .image-element__wrap {
  margin: 0 auto;
}

/* #Placeholders
================================================== */
.shopify-section--featured-promotions svg,
.featured-products-section svg,
.shopify-section--featured-collection svg,
.shopify-section--blog-posts svg,
.shopify-section--collection-list svg {
  background-color: #f3f3f3;
  fill: #7f8c8d;
}

.featured-products-section .section {
  margin: 30px 0px;
}

.placeholder-svg {
  fill: rgba(0, 0, 2, 0.3);
  background-color: rgba(0, 0, 2, 0.4);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  display: block;
}

.placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
  max-height: 600px;
}

.shopify-section--featured-promotions .feature-section:nth-child(even) .placeholder-svg--promotions,
.shopify-section--image-with-text .featured-link--image:nth-child(odd) .placeholder-svg--promotions,
.shopify-section--gallery .gallery_image:nth-child(even) .placeholder-svg,
.shopify-section--logo-list .logo-bar__item:nth-child(even) .placeholder-svg {
  background-color: rgba(0, 0, 2, 0.35);
}

.bcg-placeholder {
  background-color: #000002;
}

.homepage_slider .bcg-placeholder {
  background-color: transparent;
}

.homepage_slider ul li:nth-child(2n+1) .bcg-placeholder {
  background-color: #000002;
}

.homepage_slider ul li:nth-child(2n) .bcg-placeholder {
  background-color: rgba(0, 0, 2, 0.35);
}

.homepage_slider.slider-loading .slides > li:first-child {
  opacity: 1 !important;
}

/* #Videos
================================================== */
.video-wrapper {
  position: relative;
}
.video-wrapper .plyr--video,
.video-wrapper .plyr__video-embed,
.video-wrapper video {
  display: none;
}
.video-wrapper.video-is-playing .plyr--video,
.video-wrapper.video-is-playing .plyr__video-embed,
.video-wrapper.video-is-playing video {
  display: block;
}
.video-wrapper.video-is-playing .video__text {
  height: auto;
  width: 100%;
}
.video-wrapper.video-is-playing .horizontal-text-position--center .video__text-container {
  justify-content: center;
}
.video-wrapper.video-is-playing .horizontal-text-position--left .video__text-container {
  justify-content: flex-start;
}
.video-wrapper.video-is-playing .horizontal-text-position--right .video__text-container {
  justify-content: flex-end;
}
.video-wrapper.video-is-playing .vertical-text-position--center .video__text-container {
  align-items: center;
}
.video-wrapper.video-is-playing .vertical-text-position--top .video__text-container {
  align-items: flex-start;
}
.video-wrapper.video-is-playing .vertical-text-position--bottom .video__text-container {
  align-items: flex-end;
}
.video-wrapper.video-is-playing .banner__wrap,
.video-wrapper.video-is-playing .parallax__wrap {
  height: auto !important;
}
.video-wrapper.video-is-playing .parallax__wrap,
.video-wrapper.video-is-playing .banner__wrap {
  display: block;
}
@media only screen and (max-width: 798px) {
  .video-wrapper.video-is-playing .parallax {
    display: none;
  }
}
.video-wrapper.video-is-playing img {
  display: none;
}
.video-wrapper.video-is-playing .video__text-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.video-wrapper .video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  pointer-events: none;
}
.video-wrapper.darken-video--true .video__overlay {
  background: rgba(0, 0, 0, 0.3);
}
.video-wrapper .plyr--video.plyr--paused .plyr__video-embed iframe {
  z-index: 5;
}
.video-wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}
.video-wrapper.play-button-icon--visible .plyr--paused .plyr__control--overlaid {
  display: block;
  opacity: 1;
}
.video-wrapper .video-wrapper__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.video-wrapper .video-wrapper__image img {
  object-fit: cover;
}
.video-wrapper .action_button {
  padding: 10px 40px;
}
.video-wrapper .display-text-over-video--false {
  align-items: center;
  justify-content: center;
}
.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
.video-wrapper .video__text-container {
  z-index: 2;
  pointer-events: none;
}
.video-wrapper .video__text-container a.action_button {
  pointer-events: all;
}
.video-wrapper .video__text {
  display: flex;
  height: 100%;
}
.video-wrapper .video__text.text-align--left {
  text-align: left;
  justify-content: flex-start;
}
.video-wrapper .video__text.text-align--left .headline,
.video-wrapper .video__text.text-align--left .subtitle {
  text-align: left;
}
.video-wrapper .video__text.text-align--right {
  text-align: right;
  justify-content: flex-end;
}
.video-wrapper .video__text.text-align--right .headline,
.video-wrapper .video__text.text-align--right .subtitle {
  text-align: right;
}
.video-wrapper .video__text.text-align--center {
  text-align: center;
  justify-content: center;
}
.video-wrapper .video__text.text-align--center .headline,
.video-wrapper .video__text.text-align--center .subtitle {
  text-align: center;
}
.video-wrapper .video__text-wrapper {
  max-width: 55%;
  padding: 50px 10px;
}
@media only screen and (max-width: 798px) {
  .video-wrapper .video__text-wrapper {
    padding: 20px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 798px) {
  .video-wrapper .video__text-wrapper {
    max-width: 100%;
  }
}
.video-wrapper .horizontal-text-position--center .video__text-wrapper {
  max-width: 80%;
}
@media only screen and (min-width: 481px) and (max-width: 798px) {
  .video-wrapper .horizontal-text-position--center .video__text-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 798px) {
  .video-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 798px) {
  .parallax-banner .mobile-parallax-enabled--false.mobile-image-crop-enabled--false .video__text-container {
    position: absolute;
  }
  .parallax-banner .mobile-parallax-enabled--false.mobile-image-crop-enabled--false.video-is-playing .mobile-placeholder-svg {
    display: none;
  }
}

:not(.plyr__video-wrapper) .plyr__video-embed {
  position: relative;
}

/* #Buttons
================================================== */

a.button:hover,
button:hover,
input[type=reset]:hover,
input[type=button]:hover,
.action_button:hover,
input.action_button[type=submit]:hover,
input.action_button[type=button]:hover,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
  background: #015fa9;
  transition: all 200ms ease 0s;
}

a.button:active,
button:active,
input[type=reset]:active,
input[type=button]:active,
.action_button:active,
input.action_button[type=submit]:active,
input.action_button[type=button]:active,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.add_to_cart {font-size:16px;}

.add_to_cart,
#cart_form .add_to_cart,
form.product_form input.add_to_cart {
  width: 100%;
  margin-bottom: 0px;
}

.disabled {
  pointer-events: none;
}

.amazon-payments-pay-button {
  display: block !important;
  text-align: center;
}

.add_to_cart.action_button {
  line-height: initial;
  min-height: 44px;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .add_to_cart.action_button {
    min-height: 50px;
  }
}

.action_button.action_button--secondary {
  background-color: transparent;
  border: 1px solid #015fa9;
  color: #015fa9;
  margin-bottom: 8px;
  box-shadow: none;
  line-height: 1.2;
  padding: 10px 0;
  min-height: 44px;
}

.shopify-payment-button {
  position: relative;
}

.shopify-payment-button button {
  line-height: 1.2;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}

[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  overflow: hidden;
  min-height: 44px;
}

button.shopify-payment-button__more-options {
  color: #000000;
  box-shadow: none;
  text-transform: none;
  font-size: 0.9rem;
  letter-spacing: 0;
  padding: 16px 0 28px;
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
button.shopify-payment-button__more-options:hover {
  background-color: transparent;
}

.purchase-details {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .purchase-details {
    align-items: flex-end;
  }
}

.purchase-details.smart-payment-button--true {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .purchase-details.smart-payment-button--true .purchase-details__quantity {
    margin-right: 8px;
  }
}

.purchase-details.smart-payment-button--false {
  align-items: flex-end;
}

.purchase-details__quantity {
  margin-right: 20px;
}
.purchase-details__quantity input.quantity {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.4;
  min-height: 44px;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .purchase-details__quantity input.quantity {
    min-height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .smart-payment-button--true input.quantity {
    min-height: 44px;
  }
}

.purchase-details__buttons {
  display: flex;
  flex: 1 0 60%;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .purchase-details__buttons {
    flex: 1 0 70%;
    flex-wrap: no-wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .purchase-details__buttons .action_button--secondary {
    margin-right: 8px;
  }
}
.purchase-details__buttons .shopify-payment-button,
.purchase-details__buttons .action_button--secondary {
  flex: 1 0 100%;
  margin-bottom: 0;
  margin-top: 8px;
  max-width: 100%;
}
@media only screen and (min-width: 1025px) {
  .purchase-details__buttons .shopify-payment-button,
.purchase-details__buttons .action_button--secondary {
    flex: 1 0 calc(50% - 4px);
  }
}

body.cart .dynamic-checkout__content {
  padding-top: 0 !important;
}

.additional-checkout-button.additional-checkout-button--paypal {
  min-width: 100% !important;
}

.additional-checkout-button + .additional-checkout-button {
  margin-left: 0 !important;
  max-width: 100% !important;
}

/* #Cart
================================================== */
#cart {
  z-index: 10000;
  margin-bottom: 0;
}
#cart textarea {
  min-height: 4em;
  box-sizing: border-box;
  margin: 10px 20px 0 20px;
  background: rgba(255, 255, 255, 0.8);
}
#cart textarea:hover {
  background-color: #fff;
}
@media only screen and (max-width: 798px) {
  #cart textarea {
    width: 220px;
  }
}
#cart .mm-listview > li:not(.mm-divider):after {
  border: none;
}
#cart .action_button {
  width: 48%;
  background-color: #015fa9;
  color: #ffffff;
  padding: 10px;
  line-height: 1.5em;
}
@media only screen and (max-width: 798px) {
  #cart .action_button {
    width: 100%;
  }
}
#cart .action_button.full-width {
  width: 100%;
  display: block;
}
#cart .action_button.edit_cart {
  margin-right: 4%;
  background-color: #444;
}
@media only screen and (max-width: 798px) {
  #cart .action_button.edit_cart {
    margin-bottom: 15px;
  }
}
#cart .mm-action_buttons {
  display: flex;
  padding: 0;
  margin: 20px;
}
#cart p::selection,
#cart p::-moz-selection,
#cart input::selection,
#cart input::-moz-selection,
#cart span::selection,
#cart span::-moz-selection {
  background: transparent;
  color: inherit;
}
#cart .price {
  font-weight: bold;
}
#cart .mm-subtitle .tos.tos_checkbox {
  padding: 12px 10px 12px 20px;
}
#cart label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
}
#cart .tos {
  clear: both;
  padding-top: 10px;
  text-align: right;
  margin: 0 20px 10px 0;
  justify-content: flex-end;
}

.tos_checkbox {
  display: flex;
  margin-bottom: 15px;
}
.tos_checkbox p {
  margin-bottom: 0;
  margin-left: 3px;
  line-height: 1.2;
}
.tos_checkbox .tos_agree {
  min-width: 15px;
  min-height: 15px;
}

h4.discount,
h4.subtotal {
  margin-bottom: 0;
  padding-bottom: 0;
}

.notification-discount {
  display: block;
}

p.applied_discount {
  color: #000405;
}

p.add-to-cart-wrap {
  margin-bottom: 0;
}
p.add-to-cart-wrap input.add_to_cart {
  min-height: 55px;
  margin-bottom: 0;
}

.cart-currency-text {
  margin: 20px 20px 0px 20px;
}

/* Cart drawer */
#cart .mm-listview > li > a.cart__item {
  padding: 0;
  margin: 20px;
  display: flex;
}

#cart .mm-listview > li > a.cart__item-subtotal {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
}

.cart__info {
  width: 85%;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .cart__info {
    width: 65%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.cart__info .cart__price {
  font-weight: bold;
}
.cart__info .cart__description {
  white-space: normal;
  margin-bottom: 10px;
}
.cart__info .cart__quantity {
  display: flex;
  align-items: center;
}
.cart__info .cart__quantity input.quantity {
  width: 32px;
  min-width: 32px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.cart__info .cart__quantity input.quantity:hover, .cart__info .cart__quantity input.quantity:focus {
  background: rgba(255, 255, 255, 0.95);
}
.cart__info .cart__quantity input.quantity::-webkit-inner-spin-button, .cart__info .cart__quantity input.quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .cart__info .cart__quantity input.quantity {
    height: 35px;
    min-height: 35px;
    line-height: 35px;
  }
}
.cart__info .cart__quantity .plus,
.cart__info .cart__quantity .minus {
  margin: 0;
  font-size: 24px;
  opacity: 0.8;
  cursor: pointer;
}
.cart__info .cart__quantity .plus:hover,
.cart__info .cart__quantity .minus:hover {
  opacity: 1;
}

.cart__image {
  width: 25%;
}
.cart__image img {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .cart__image {
    width: 35%;
  }
}

/* Bottom cart drawer */
#cart.side-cart-position--bottom .action_button {
  width: auto;
}
#cart.side-cart-position--bottom .action_button.action_button.edit_cart {
  margin-right: 15px;
}
#cart.side-cart-position--bottom .mm-action_buttons {
  display: flex;
  justify-content: flex-end;
  overflow: visible;
  white-space: normal;
}
#cart.side-cart-position--bottom .cart__image {
  width: 5%;
}
@media only screen and (max-width: 480px) {
  #cart.side-cart-position--bottom .cart__image {
    width: 35%;
  }
}
#cart.side-cart-position--bottom .cart__info {
  width: 95%;
}
@media only screen and (max-width: 480px) {
  #cart.side-cart-position--bottom .cart__info {
    width: 65%;
  }
}

/* Right cart drawer */
#cart.side-cart-position--right textarea {
  width: 90%;
}

/* #Tabs
================================================== */
ul.tabs {
  display: block;
  margin: 10px 0 15px 0;
  padding: 0;
  border-bottom: solid 1px #000202;
  border-top: 0;
  list-style: none outside;
  margin-left: 0;
}

ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0;
}

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  padding: 0px 15px;
  line-height: 30px;
  border-width: 1px 0 0 1px;
  margin: 0;
  font-size: 13px;
}

ul.tabs li a.active {
  border: solid 1px #000202;
  background-color: #ffffff;
  border-bottom: #ffffff;
  height: 30px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-right-width: 1px;
  margin: 0 -1px 0 0;
  color: #000000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

ul.tabs li:first-child a {
  border-top-left-radius: 4px;
}

ul.tabs li:last-child a {
  border-width: 1px 1px 0 1px;
  border-top-right-radius: 4px;
}

ul.tabs-content {
  margin: 0;
  display: block;
  border: 0;
}

ul.tabs-content > li {
  display: none;
  border: 0;
}

ul.tabs-content > li.active {
  display: block;
  border: 0;
  padding-left: 10px;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

ul.tabs:after {
  clear: both;
}

ul.tabs {
  zoom: 1;
}

/* #Forms
================================================== */

fieldset {
  margin-bottom: 20px;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=range],
input[type=color] {
  display: block;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 9px;
  margin: 0;
  line-height: 22px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  outline: none;
  background: #fff;
  color: #5f6a7d;
  box-sizing: border-box;
  font: 13px 'Montserrat';
  margin-bottom: 15px;
}

select:active,
select:focus,
textarea:active,
textarea:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=week]:active,
input[type=week]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=range]:active,
input[type=range]:focus,
input[type=color]:active,
input[type=color]:focus {
  color: #444;
  border: 1px solid #aaa;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

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

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select::-ms-expand {
  display: none;
}

select {
  background: url(//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/select.png?v=14851661302579857310) no-repeat right, #fff;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
          appearance: none;
  padding: 10px 9px 8px;
}

label,
legend,
.option_title {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

input[type=checkbox] {
  display: inline;
}

label span,
legend span {
  font-weight: bold;
  font-size: 13px;
  color: #444;
}

textarea {
  padding: 8px;
  min-height: 80px;
}

.btn.action_button,
input.btn.action_button[type=submit],
input.btn.action_button[type=button] {
  width: inherit;
}

#target {
  text-align: center;
}

.quantity_label {
  display: inline;
  font-size: smaller;
}

body.cart .quantity_label {
  text-transform: none;
  font-size: 14px;
  color: #000000;
}

.remove_item a {
  font-size: smaller;
  color: #015fa9;
}

input.quantity {
  width: 48px;
  display: inline;
  margin-bottom: 0;
  padding: 8px 5px;
}

.cart_items p {
  margin-bottom: 5px;
}

li.cart__item a {
  text-indent: 0 !important;
  font-size: small;
}

li.last_cart_item:after {
  border: none !important;
}

a.continue {
  text-align: right;
  font-size: 32px;
  margin-right: 10px !important;
  padding: 10px 0 5px 0 !important;
  opacity: 0.8;
}

a.continue:hover {
  opacity: 1;
}

.empty_cart {
  text-align: center;
  font-size: 22px;
  padding-top: 40px !important;
  color: inherit;
}

.empty_cart:after {
  border: 0 !important;
}

#get-rates-submit {
  margin-top: -1px;
}

#customer_login {
  margin-bottom: 2px;
}

.multi_select {
  display: none;
}

.acceptsMarketing {
  margin-bottom: 10px;
}
.acceptsMarketing label,
.acceptsMarketing input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.acceptsMarketing p {
  margin: 0 0 2px 0;
}

/* Comment form */
.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form__name {
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .comment-form__name {
    margin: 0;
  }
}

.comment-form__name,
.comment-form__email {
  flex: 1 1 auto;
}

.comment-form__body,
.comment-form__error,
.comment-form__submit,
.comment-form__success {
  flex-basis: 100%;
}

.comment-form__error-message,
.comment-form__success-message {
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
}

/* #Tables
================================================== */
table {
  width: 100%;
  margin-bottom: 20px;
}
table th {
  font-weight: 700;
  text-align: left;
  background-color: #f9f9f9;
}
table th,
table td {
  padding: 4px;
  border-right: 1px solid #dcdcdc;
}
table th:first-child,
table td:first-child {
  border-left: 1px solid #dcdcdc;
}
table tr {
  border-bottom: 1px solid #dcdcdc;
}
table tr:first-child {
  border-top: 1px solid #dcdcdc;
}
table tr .order_summary td.label {
  text-align: right;
}table th {
    background-color: transparent;
  }/* Responsive order tables */
@media only screen and (max-width: 798px) {
  .collapsible-table thead {
    display: none;
  }
  .collapsible-table tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
  }
  .collapsible-table tr:last-child {
    margin-bottom: 0;
  }
  .collapsible-table td {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 0;
    border: none;
    border-bottom: 1px solid #dcdcdc;
  }
  .collapsible-table td:before {
    content: attr(data-label);
    min-width: 50%;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    text-indent: 10px;
    border-right: 1px solid #dcdcdc;
    background-color: #f9f9f9;
  }
  .collapsible-table td:last-child {
    border-bottom: none;
  }
  .collapsible-table tfoot {
    display: block;
    margin-top: 20px;
  }
  .collapsible-table tfoot tr {
    margin-bottom: 0;
    border-bottom: none;
  }
  .collapsible-table tfoot tr:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
}

/* #Misc
================================================== */
.hidden {
  display: none;
}

.remove {
  color: #000000;
}

.left {
  float: left;
}

.inline {
  display: inline;
}

.center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

p.warning {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}

.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.warning--quantity {
  font-weight: bold;
  z-index: 0;
  float: left;
}

.no-js-only {
  display: none !important;
}

.cart_item p.warning {
  margin-top: 5px;
}

.mobile_only,
span.mobile_only,
.container div.mobile_only {
  display: none;
}

.extra_padding {
  padding-top: 4px;
}

div.hidden {
  display: none;
}

html.mm-bottom.mm-opened.mm-opening div.is-absolute {
  position: absolute !important;
  top: 0;
  margin-top: 0;
}

.is-absolute {
  position: absolute;
  top: 0;
  margin-top: 0;
}

.is-hidden {
  display: none !important;
}

#grid .column,
#grid .columns {
  background: #ddd;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
}
#grid .column:hover,
#grid .columns:hover {
  background: #bbb;
  color: #333;
}

#grid .example-grid {
  overflow: hidden;
}

/* #Site Styles
================================================== */

/* Overwrite shopify email marketing confirmation styles */
.global-wrapper .shopify-email-marketing-confirmation__container {
  max-width: 95%;
  text-align: center;
}

.header div.logo a {
  margin: 0 auto;
  display: block;
  color: #040000 !important;
}

.homepage_content {
  padding: 20px 0;
}

.featured_content,
.featured_content h1,
.featured_content h2,
.featured_content h3,
.featured_content h4,
.featured_content h5,
.featured_content h6 {
  color: #000000;
}

.container.product_section {
  padding-top: 0;
}

.richtext_content--featured_text {
  font-size: 21px;
}

.featured_content {
  background-color: rgba(0,0,0,0);
}

.richtext_content--featured_text {
  font-size: 21px;
}

.frontpage_product_stagger--true .product_section:nth-child(2n) > div {
  float: right;
}

.container .breadcrumb--text {
  margin-bottom: 1em;
  padding-top: 8px;
}

.breadcrumb__wrapper a.ss-icon {
  font-size: 32px;
  margin: 10px 10px 10px 0;
  color: #000000;
}

.breadcrumb__wrapper .icon-arrow-right {
  font-size: 8px;
  position: relative;
  top: -1px;
}

.breadcrumb__wrapper a.ss-icon:hover {
  color: #015fa9;
}

.page-navigation-arrows {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .page-navigation-arrows {
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-top: 0;
  }
}
.page-navigation-arrows .page-navigation__divider {
  padding: 0 5px;
}

.continue_shopping {
  text-align: center;
  font-size: 13px;
  padding-top: 10px;
}

.sku,
.spr-badge {
  margin-top: -10px;
}

.spr-badge {
  margin-bottom: 1em;
}

#category {
  width: 100%;
}

.paginate {
  text-align: center;
}

a.tag,
.paginate a,
.paginate .current {
  border: solid 1px #000202;
  border-radius: 2px;
  margin: 10px 5px;
  padding: 5px 10px;
  display: inline-block;
}

.paginate .current {
  font-weight: bold;
}

a.tag {
  font-size: smaller;
  padding: 4px 6px;
  margin: 5px 2px 5px 0;
}

.featured_collections {
  margin-bottom: 10px;
}

a.tag:hover,
.paginate a:hover {
  color: #015fa9;
}

.paginate .deco {
  border: none;
}

.featured_collections .thumbnail {
  text-align: center;
}

.new {
  position: relative;
  display: inline;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
}

.thumbnail .image__container {
  overflow: hidden;
}

.thumbnail img,
.thumbnail svg,
.ie .product-gallery img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Swap to second image on hover */.thumbnail img {
    max-height: 180px;
    width: 100%;
    object-fit: contain;
  }
.thumbnail video,
.thumbnail .plyr--youtube {
    width: 100%;
    max-height: 180px;
  }
.thumbnail .plyr--youtube {
    height: 180px;
  }
.thumbnail .plyr--youtube .plyr__video-embed {
    height: 100%;
  }.sold_out,
.thumbnail .sold_out {
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
}

.sale,
.thumbnail .sale {
  color: #000405;
}

.banner_holder {
  position: absolute;
  top: 0;
  left: 0;
}

.new_banner,
.sale_banner {
  display: block;
  background: #ff9000;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 5px;
  text-align: center;
  color: #ffffff;
}

.new_banner {
  background: #ffb400;
}

@media only screen and (max-width: 798px) {
  .block__rich_text_and_image {
    left: 0 !important;
  }
}

/* #Product thumbnail
================================================== */
.thumbnail {
  position: relative;
}
.thumbnail a {
  display: block;
  cursor: pointer;
  color: #000!important;
}
.thumbnail a:hover {
  color: #015fa9!important;
}
.thumbnail .spr-badge {
  margin: 0;
}
.thumbnail .collection-swatches--left {
  text-align: left;
}
.thumbnail .collection-swatches--center {
  text-align: center;
}

.thumbnail__image {
  position: relative;
  text-align: center;
}

.thumbnail__title {
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
}

.thumbnail__description {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
}

.thumbnail__vendor {
  color: #000000;
}

.thumbnail__price {
  display: block;
  font-weight: bold;
  color: #000000;
  font-size: 12px;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
}

.thumbnail__border {
  display: block;
  margin: 0 auto;
  width: calc(100% - 50px);
  border-bottom: 1px solid #000202;
}

.thumbnail__content {
  display: flex;
  position: relative;
  margin-top: 0.75em;
}
.thumbnail__content.thumbnail__content--left {
  text-align: left;
  flex-direction: column;
}
.thumbnail__content.thumbnail__content--center {
  text-align: center;
  flex-direction: column;
}
.thumbnail__content.thumbnail__content--right {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
}

.thumbnail.thumbnail--list .thumbnail__link {
  transition: 0.3s;
  padding: 25px;
}
@media only screen and (max-width: 480px) {
  .thumbnail.thumbnail--list .thumbnail__link {
    padding-left: 0;
    padding-right: 0;
  }
}
.thumbnail.thumbnail--list:hover .thumbnail__link {
  box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.1), 0px -1px 0px #ffffff;
}
@media only screen and (max-width: 480px) {
  .thumbnail.thumbnail--list:hover .thumbnail__link {
    box-shadow: none;
  }
}
.thumbnail.thumbnail--list .thumbnail__container {
  display: flex;
  justify-content: space-between;
}
.thumbnail.thumbnail--list .thumbnail__image {
  height: 0;
  width: 30%;
  min-width: 30%;
  padding-bottom: 30%;
  overflow: hidden;
  position: relative;
}
.thumbnail.thumbnail--list .thumbnail__image .placeholder-svg {
  height: 100%;
  width: 100%;
  position: absolute;
}
.thumbnail.thumbnail--list .thumbnail__image .image__container,
.thumbnail.thumbnail--list .thumbnail__image .image-element__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.thumbnail.thumbnail--list .thumbnail__image .thumbnail__image-object {
  width: 100%;
  height: 100%;
}
.thumbnail.thumbnail--list .thumbnail__image .thumbnail__image-object.thumbnail__image-object--cover {
  object-fit: cover;
}
.thumbnail.thumbnail--list .thumbnail__image .thumbnail__image-object.thumbnail__image-object--contain {
  object-fit: contain;
}
.thumbnail.thumbnail--list .thumbnail__content {
  margin-top: 0;
  text-align: left;
  flex-basis: 70%;
  flex-direction: column;
  padding-left: 1em;
}
.thumbnail.thumbnail--list .thumbnail__title {
  padding-bottom: 5px;
  line-height: 1.3;
}
.thumbnail.thumbnail--list .thumbnail__vendor {
  line-height: 1.2;
  padding-bottom: 5px;
  font-size: 0.8rem;
}
.thumbnail.thumbnail--list .thumbnail__description {
  font-size: 0.8rem;
  line-height: 1.2;
}
.thumbnail.thumbnail--list .thumbnail__price-details {
  display: flex;
  flex-wrap: wrap;
}
.thumbnail.thumbnail--list .thumbnail__price {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}
.thumbnail.thumbnail--list .thumbnail__price span:first-child {
  margin-right: 5px;
}

.thumbnail.thumbnail--list::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 50px);
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  background-color: #000202;
}
@media only screen and (max-width: 480px) {
  .thumbnail.thumbnail--list::after {
    width: 100%;
  }
}

.thumbnail.thumbnail--list:hover::after {
  background-color: transparent;
}

.thumbnail.thumbnail--list:hover::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 50px);
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background-color: #ffffff;
}

.banner_holder--list {
  text-align: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.banner_holder--list .new_banner,
.banner_holder--list .sale_banner {
  margin-right: 5px;
  font-size: 0.7rem;
  line-height: 1.3;
  align-self: center;
}
.banner_holder--list .new_banner:last-child,
.banner_holder--list .sale_banner:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 959px) and (min-width: 799px) {
  .container .thumbnail--list {
    width: 100% !important;
    /* Overwrite default column width */
    margin: 0;
  }
}

.cart_price {
  float: right;
  text-align: right;
  padding-left: 20px;
  font-weight: bold;
  display: none;
}

.excluding_tax,
#estimated-shipping {
  display: block;
}

.cart_page_image {
  margin-right: 20px;
  text-align: center;
  display: block;
}
.cart_page_image img {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
@media only screen and (max-width: 480px) {
  .cart_page_image {
    margin-bottom: 20px;
  }
}

.size_chart {
  float: right;
  padding-top: 5px;
}
.size_chart .icon-arrow-right {
  font-size: 12px;
}

.size_chart_content {
  display: none;
  padding: 10px 20px;
}

.icon-arrow-right {
  font-size: smaller;
}

#size-chart h4 {
  padding: 15px 0 0 0;
  text-align: center;
}

.price_total_text {
  font-weight: normal;
  display: none;
}

.was_price {
  text-decoration: line-through;
  color: #030000;
  font-style: italic;
  text-shadow: none;
  font-weight: normal;
}

.thumbnail span.quick_shop {
  position: absolute;
  right: 0;
  bottom: 0;
}
.thumbnail span.quick_shop--button {
  margin: 0;
  width: 100%;
  font-size: 12px;
  transition: all 0.3s;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  visibility: hidden;
  text-align: center;
  pointer-events: none;
  white-space: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #1B1F23;
  transform: translateY(60px);
}
.thumbnail span.quick_shop--button .icon-search {
  position: relative;
  top: 1px;
}
.thumbnail span.quick_shop--button:hover {
  background-color: #007A87;
}
.thumbnail span.quick_shop--icon {
  width: auto;
  opacity: 0;
  cursor: pointer;
  color: #1B1F23;
  background-color: transparent;
  transform: translateY(0px);
  transition: all 0.3s;
}
.thumbnail span.quick_shop--icon:hover {
  color: #007A87;
}
.thumbnail span.quick_shop--icon span.icon-plus {
  font-size: 45px;
}
.thumbnail:hover span.quick_shop {
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0px);
}
.thumbnail:hover span.quick_shop--icon {
  opacity: 1;
}

.thumbnails a {
  display: block;
  margin-bottom: 1em;
}

#instafeed img,
#instafeed svg,
#instafeed video {
  margin-bottom: 1em;
}

.arrow {
  font-size: smaller;
  position: relative;
  top: -1px;
  left: 2px;
  opacity: 0.6;
}

.modal {
  margin: 10px 0;
  display: none;
  background-color: #ffffff;
}

.modal_product {
  width: auto;
  line-height: 0px;
  max-width: 940px;
}
.modal_product img {
  cursor: pointer;
}

.modal_image {
  text-align: center;
}

.modal a {
  padding-bottom: 0;
}

p.modal_price,
.modal p.modal_price {
  font-size: 22px;
  margin-bottom: 10px;
}

/* Add to cart button container */
.atc-btn-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.atc-btn-container.disabled {
  opacity: 0.3;
}

.modal_price--sold-out {
  opacity: 0.3;
}

.modal form {
  margin-bottom: 10px;
}

.notify_form .action_button {
  width: 100%;
}

.product_image {
  text-align: center;
}

.product_image_col {
  margin-top: 15px;
  text-align: center;
}

.meta {
  font-size: 13px;
}
.meta p {
  font-size: 13px;
  margin-bottom: 0px;
}

p.meta {
  margin-bottom: 10px;
}

.comment-body p.meta {
  margin-bottom: 5px;
}

.comment-body h6 {
  padding-top: 0;
}

.content_block.toggle_list {
  padding-right: 15px;
}
.content_block.toggle_list a {
  display: inline;
  position: static;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  color: #015fa9;
}
.content_block.toggle_list a:hover {
  border-left: none;
  color: #015fa9;
}

.blog h2 {
  margin-bottom: 0;
  line-height: 1.4em;
}
.blog h2 a {
  color: #000002;
}

.blog_list {
  margin-left: 0;
}

.blog_meta span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: smaller;
  color: #030000;
}
.blog_meta span:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  margin: -1px 5px 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ced3d3;
  box-sizing: border-box;
}
.blog_meta span:last-child:after {
  background-color: transparent;
}

.tags span a {
  font-weight: bold;
  color: #015fa9;
}

.blog_list li {
  list-style: none;
}

.article h5.sub_title {
  line-height: 1.5em;
  letter-spacing: 0;
}

.excerpt {
  line-height: 1.8em;
  position: relative;
  max-height: 9em;
  /* exactly five lines */
  margin-bottom: 1em;
  overflow: hidden;
}

.excerpt-length--lg .truncation-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.excerpt-length--sm .truncation-fade {
  display: none;
}

.continue_reading .action_button {
  padding: 8px 15px;
  margin-top: 15px;
}

.article,
.article_image {
  display: block;
  padding-bottom: 30px;
}

.article .image-element__wrap {
  margin: 0px auto;
}

.article img,
.article svg {
  margin-bottom: 10px;
}

body.article {
  padding-bottom: 0;
}

.toggle span {
  color: #030000;
  font-weight: bold;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-size: smaller;
  float: right;
  display: none;
}

.toggle-all--true h4.toggle {
  cursor: pointer;
}
.toggle-all--true .toggle span {
  display: block;
}
.toggle-all--true .toggle_list,
.toggle-all--true .recent_articles {
  display: none;
}

form.search input[type=text] {
  width: 75%;
  display: inline-block;
  margin-right: 1em;
}
@media only screen and (max-width: 798px) {
  form.search input[type=text] {
    width: 100%;
    margin-right: 0;
  }
}

.label,
.meta .label {
  color: #030000;
}

.blog_meta,
.blog_meta a {
  color: #030000;
}

.blog_meta a:hover {
  color: #015fa9;
}

.count {
  font-style: normal;
  font-size: 13px;
}

/* Collection sorting */
.collection-filters {
  padding-top: 8px;
  margin-bottom: 1em;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 798px) {
  .collection-filters {
    flex-direction: column;
  }
}
.collection-filters.tag-filter-true.collection-filter-true {
  justify-content: space-between;
}
.collection-filters .filter-wrap {
  width: 45%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .collection-filters .filter-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 798px) {
  .collection-filters .filter-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .collection-filters .filter-wrap:last-child {
    margin-bottom: 0;
  }
}
.collection-filters .filter-wrap #sort-by,
.collection-filters .filter-wrap #tag_filter {
  margin: 0;
  padding-right: 30px;
}
@media only screen and (max-width: 798px) {
  .collection-filters .filter-wrap #sort-by,
.collection-filters .filter-wrap #tag_filter {
    margin-top: 5px;
  }
}
.collection-filters .filter-wrap label {
  margin-right: 10px;
  white-space: nowrap;
}

.checkout {
  display: block;
  float: right;
  margin-top: 0px;
}

.additional-checkout-buttons {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
.additional-checkout-buttons > *:not(script) {
  padding: 10px 0 0 10px;
  vertical-align: top;
  line-height: 1;
}
@media only screen and (max-width: 798px) {
  .additional-checkout-buttons > *:not(script) {
    padding: 10px 0 0 5px;
  }
}
.additional-checkout-buttons > *:not(script):empty, .additional-checkout-buttons > *:not(script):first-child {
  padding-left: 0px;
}

.or {
  font-size: smaller;
  font-style: italic;
  padding: 0 10px;
}

.purchase {
  margin-top: 25px;
}

.inline_purchase {
  display: inline-block;
  margin-left: 20px;
  margin-top: 25px;
}

.comment {
  margin-bottom: 20px;
}

.gravatar {
  width: 100px !important;
  padding-right: 20px;
}
.gravatar img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 50%;
}

.red {
  color: #C33;
}

.address p {
  margin-bottom: 5px;
}

div#disqus_thread ul,
div#disqus_thread li {
  border: none;
}

/* #Home page - map
================================================== */
.mapLayout {
  width: 100%;
  position: relative;
}
.mapLayout .placeholder-svg--banner {
  max-height: 400px;
}
.mapLayout .mapLayout--display img.lazyload--fade-in.lazyloaded {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
.mapLayout .mapLayout--info {
  display: flex;
  align-items: center;
  width: 25%;
  max-width: 350px;
  height: 300px;
  position: absolute;
  padding: 20px 40px;
  top: 30px;
  border: 1px solid #000202;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.mapLayout .mapLayout--info.info--right {
  right: 10%;
}
.mapLayout .mapLayout--info.info--left {
  left: 10%;
}
@media only screen and (max-width: 798px) {
  .mapLayout .mapLayout--info {
    position: relative;
    width: calc(100% - 82px);
    max-width: 100%;
    border-color: none;
    box-shadow: none;
    top: 0;
  }
  .mapLayout .mapLayout--info.info--right {
    right: 0%;
  }
  .mapLayout .mapLayout--info.info--left {
    left: 0%;
  }
}
.mapLayout .mapLayout--info .info {
  width: 100%;
}
.mapLayout .mapLayout--info p {
  margin-bottom: 0;
}
.mapLayout .mapLayout--info .action_button {
  margin-top: 20px;
}

/* #Home page - Newsletter
================================================== */
.shopify-section--newsletter .newsletter--center {
  margin: 0px auto;
}
.shopify-section--newsletter .newsletter--right {
  float: right;
}
.shopify-section--newsletter .content_padding {
  padding: 0px 20px;
}
@media only screen and (max-width: 798px) {
  .shopify-section--newsletter .content_padding {
    padding: 0;
  }
}

/* #Home page - Image with text
================================================== */
.image-with-text__wrapper {
  padding: 40px;
}
@media only screen and (max-width: 798px) {
  .image-with-text__wrapper {
    padding: 20px 0;
  }
}

/* #Home page - richtext
================================================== */
.shopify-section--rich-text {
  padding: 30px 0;
}
.shopify-section--rich-text img {
  /* NE compatibility
    max-width: 200px; Remove this style as a new setting will take it's place
  */
}
.shopify-section--rich-text .align_center img {
  margin: 0px auto;
}
.shopify-section--rich-text .align_left img {
  margin-left: 0;
  margin-right: auto;
}
.shopify-section--rich-text .align_right img {
  margin-left: auto;
  margin-right: 0;
}

/* #Home page - featured blog
================================================== */
.block__blog_posts .placeholder-svg,
.shopify-section--blog-posts .placeholder-svg {
  height: auto;
}

/* #Home page - slideshow
================================================== */
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .homepage_slider .flex-control-nav {
    position: static;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .homepage_slider .flex-control-nav li {
    padding: 10px;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .homepage_slider .flex-control-nav li a {
    margin: 0;
    width: 16px;
    height: 16px;
    display: block;
    background: #000000;
  }
  .homepage_slider .flex-control-nav li a:hover {
    background: #000000;
    border: 1px solid #000000;
    transform: scale(1);
  }
  .homepage_slider .flex-control-nav li a.flex-active {
    background: transparent;
    border: 1px solid #000000;
    transform: scale(1.2);
  }
}

/* #Home page - featured product
================================================== */
.description--bottom {
  margin-bottom: 0;
  margin-top: 15px;
}

@media only screen and (max-width: 798px) {
  .product_section[data-media-position=right] {
    display: flex;
    flex-direction: column-reverse;
  }
}

.featured-product-info__container,
.featured-product-image__container {
  padding: 25px;
}
@media only screen and (max-width: 798px) {
  .featured-product-info__container,
.featured-product-image__container {
    padding: 0;
  }
}

/* #Home page - featured promotions
================================================== */
.featured-promotions {
  padding-top: 30px;
  padding-bottom: 20px;
}

.container .column.featured-promotions__item,
.container .columns.featured-promotions__item {
  text-align: center;
}
@media only screen and (max-width: 798px) {
  .container .column.featured-promotions__item,
.container .columns.featured-promotions__item {
    margin-bottom: 20px;
  }
  .container .column.featured-promotions__item:last-of-type,
.container .columns.featured-promotions__item:last-of-type {
    margin-bottom: 0;
  }
}

.featured-promotions__image,
.placeholder-svg--promotions {
  margin: 0 auto 15px;
}
@media only screen and (max-width: 480px) {
  .featured-promotions__image,
.placeholder-svg--promotions {
    max-width: 200px;
  }
}
.featured-promotions__image.featured-promotions__image-rounded-true img, .featured-promotions__image.featured-promotions__image-rounded-true svg,
.placeholder-svg--promotions.featured-promotions__image-rounded-true img,
.placeholder-svg--promotions.featured-promotions__image-rounded-true svg {
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

/* #Home page - Divider
================================================== */
.divider {
  opacity: 0;
  border-color: #151313;
}
.divider.divider--true {
  opacity: 1;
}

/* #Home page - Quote
================================================== */
.quote__text {
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #151313;
  border-bottom: 1px solid #151313;
}

.quote__text p {
  margin: 0;
}

/* #Contact form
================================================== */
.contact_form {
  padding-top: 0.75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 798px) {
  .contact_form {
    display: block;
  }
}

.contact_form_position--right {
  flex-direction: row;
}

.contact_form_position--left {
  flex-direction: row-reverse;
}

.contact_form_position--center {
  flex-direction: column;
  align-items: center;
}

.page-contact .banner__text h1 {
  display: inline-block;
}

.contact_content img {
  height: auto;
  max-width: 100%;
}

.contact_text_alignment--left .contact_content {
  text-align: left;
}

.contact_text_alignment--right .contact_content {
  text-align: right;
}

.contact_text_alignment--center .contact_content {
  text-align: center;
}

.contact-template_contact_form {
  width: 100%;
  margin-bottom: 50px;
}

.contact_form.contact_text_position--center .contact_content {
  margin-bottom: 25px;
}

.contact__form-name {
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  .contact__form-name {
    margin-right: 0;
  }
}

.contact__form-name,
.contact__form-email {
  flex: 1 1 auto;
}

.contact__form-message {
  flex-basis: 100%;
}

.contact__form-subheading {
  border: none;
  text-align: inherit;
}

.contact__form-image {
  margin-bottom: 20px;
}

/* #Blog
================================================== */
.shopify-section--blog-template .article h2 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* #Blog posts
================================================== */
.parallax-banner--article img {
  margin-bottom: 0;
}

/* #Newsletter
================================================== */
.input-row {
  display: flex;
  flex-wrap: wrap;
}
.input-row input.sign_up {
  display: inline-block;
  flex: none;
  max-height: 40px;
}
@media only screen and (max-width: 798px) {
  .input-row input.sign_up {
    width: 100%;
  }
}

/* #Home page - Gallery
================================================== */
.shopify-section--gallery .gallery__image {
  margin-bottom: 20px;
}
.shopify-section--gallery .is-width-wide .gallery__image {
  margin-bottom: 0;
}
.shopify-section--gallery .gallery__link {
  display: block;
}

.image-gallery .column {
  margin-bottom: 1em;
}

/* #Image with text
================================================== */
@media screen and (max-width: 767px) {
  .image-text--align-right {
    display: flex;
    flex-direction: column-reverse;
  }
}
.homepage_content.image_with_text {
  padding: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .homepage_content.image_with_text {
    width: 100%;
    box-sizing: border-box;
    float: left;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
  }
}
.homepage_content.image_with_text h3.title {
  padding-top: 0;
  margin: 0 0 15px 0;
}

/* #Testimonials
================================================== */
.testimonial-block {
  text-align: center;
  padding: 15px 0;
}

.testimonial-block__text {
  padding-top: 15px;
}

.testimonial-dash {
  font-size: 22px;
  vertical-align: top;
}

/* #Logo-list
================================================== */
.shopify-section--logo-list h2 {
  padding-bottom: 6px;
  color: #000000;
}

.logo-bar {
  text-align: center;
  margin-bottom: 20px;
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: calc(20% - 45px);
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .logo-bar__item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

[data-autocomplete-true],
[data-autocomplete-false],
#autocomplete-search {
  position: relative;
}

.search__results-wrapper {
  display: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  width: 100%;
}

.search__results {
  background-color: white;
  margin-left: 0;
  padding-top: 12px;
  list-style: none;
}
@media only screen and (min-width: 1025px) {
  .search__results {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 30px;
    max-height: 50vh;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1025px) {
  .search__results li {
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
  }
  .search__results li.all-results {
    width: 100%;
  }
}
.search__results li a {
  display: flex;
  align-items: center;
  margin: 0 5px;
  padding: 10px 0;
}
.search__results li a .thumbnail {
  max-width: 30%;
  margin: 0 16px 0 0;
}
.search__results li a .title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #000000;
}
.search__results li a .item-pricing {
  color: #015fa9;
}
.search__results .all-results a {
  padding: 10px 0;
}
@media only screen and (min-width: 1025px) {
  .search__results .all-results a {
    padding: 0;
  }
}
.search__results .all-results a .icon-arrow-right {
  margin-left: 10px;
}

.shopify-section--search-template [data-autocomplete-true] {
  width: 60%;
}
@media only screen and (min-width: 1025px) {
  .shopify-section--search-template [data-autocomplete-true] form {
    display: flex;
    justify-content: space-between;
  }
  .shopify-section--search-template [data-autocomplete-true] form input[type=text] {
    width: 100%;
    margin-bottom: 0;
  }
}

.mobile-search-bar {
  display: block;
  padding: 16px 20px;
}
@media only screen and (min-width: 799px) {
  .mobile-search-bar {
    display: none !important;
  }
}
.mobile-search-bar form,
.mobile-search-bar input {
  margin-bottom: 0;
}
.mobile-search-bar input#q {
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 20px;
  padding: 0 20px;
}
.mobile-search-bar .icon-search {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1000;
  font-size: 20px;
  cursor: pointer;
}

.mobile-search {
  display: none!important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999999;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 1025px) {
  .mobile-search {
    display: none !important;
  }
}
.mobile-search .search__fields {
  position: relative;
}
.mobile-search form {
  background-color: white;
  margin: 0;
  padding: 10px 20px 0;
  position: relative;
  min-height: 70vh;
      width: 80%;
    min-width: 240px;
    max-width: 440px;
}
.mobile-search input#q {
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 20px;
  border: 0;
  border-bottom: 1px solid #000202;
}
.mobile-search input#q:focus, .mobile-search input#q:active {
  border-bottom: 1px solid #000202;
  box-shadow: none;
}
.mobile-search .icon-search {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1000;
  font-size: 20px;
  cursor: pointer;
}
.mobile-search .search-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.mobile-search .search__results-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: relative;
}
.mobile-search .search__results {
  background-color: white;
  margin-top: 0;
  padding: 0;
}
.mobile-search .search__results li a {
  margin-bottom: 16px;
}
.mobile-search .item-result:last-child {
  padding-bottom: 10px;
}

.blog_search .search__results {
  padding: 10px 0;
}
@media only screen and (min-width: 1025px) {
  .blog_search .search__results li {
    width: 100%;
  }
}

/* #Swatch Styles
================================================== *//* #Sidebar
================================================== */
.sidebar {
  padding-top: 20px;
}
@media only screen and (max-width: 798px) {
  .sidebar {
    padding-top: 0;
  }
}

.sidebar a,
.sidebar a:visited {
  color: #363636;
}

.sidebar a:hover,
.sidebar a:active {
  color: #7f8c8d;
}

.sidebar .newsletter {
  margin-bottom: 20px;
}

.sidebar li ul {
  display: none;
  margin: 10px 0 0 15px;
  font-size: 13px;
}
.sidebar li ul.active {
  display: block;
}

.sidebar li ul li {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.sidebar li ul li:last-child {
  padding-bottom: 0;
}

.sidebar__content {
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
}
@media only screen and (max-width: 798px) {
  .sidebar__content {
    padding: 0;
    border: none;
  }
}
.sidebar__content .input-row {
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}
.sidebar__content .input-row input {
  margin: 5px 0;
}

.sidebar__content-block {
  margin-bottom: 12px;
  border-bottom: 1px solid #000202;
}
.sidebar__content-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sidebar_title {
  padding-bottom: 0px;
}

.has-sidebar-option,
.section--has-sidebar-option {
  width: 100%;
}

.content-wrapper {
  width: 100%;
}

.product-row .container {
  padding: 0;
}
.product-row hr {
  margin: 30px 0;
}

.sidebar--blog .sidebar__content,
.sidebar--article .sidebar__content {
  padding-left: 20px;
  border-left: 1px solid #000202;
}
@media only screen and (max-width: 798px) {
  .sidebar--blog .sidebar__content,
.sidebar--article .sidebar__content {
    padding-left: 0;
    border: none;
  }
}

.shopify-section--blog-template .has-sidebar-option.sidebar-enabled--false,
.shopify-section--search-template .has-sidebar-option.sidebar-enabled--false {
  width: 100%;
}

/* #Footer
================================================== */
.footer {
  padding: 25px 0;
  margin-top: 2.5em;
  border-top: solid 1px #ffffff;
  background-color: #010000;
  color: #ffffff;
}
.footer form {
  margin-bottom: 0;
}
.footer .footer__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.footer p {
  margin-bottom: 10px;
  font-size: 12px;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  font-size: 12px;
}
.footer a:hover, .footer a:active {
  color: #015fa9;
}

.footer_menu {
  margin: 0;
  list-style: none;
}
.footer_menu li {
  padding-right: 20px;
  display: inline-block;
}
.footer_menu li a {
  margin-bottom: 20px;
  color: #ffffff;
}
.footer_menu li a:hover {
  color: #015fa9;
}
.footer_menu li a.ss-icon {
  font-size: 55px;
}

.footer__info {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
@media only screen and (max-width: 798px) {
  .footer__info {
    flex-direction: column;
  }
}

.selectors-form__locale + .selectors-form__currency {
  margin-left: 10px;
}

.index .footer {
  margin-top: 0;
}

.page-contact .footer {
  margin-top: 0;
}
.page-contact .maps {
  bottom: -6px;
  position: relative;
}

.maps iframe {
  display: block;
  pointer-events: none;
}

.sub-footer .social_icons li {
  display: inline;
  padding-right: 10px;
}

.payment_methods {
  margin: 4px 0 6px 0;
  filter: alpha(opacity=80);
  opacity: 0.9;
}
.payment_methods svg {
  width: 48px;
  height: 30px;
  padding-right: 4px;
}

.credits_right {
  text-align: right;
}

/* Custom mmenu styles
================================================== */
.mm-menu {
  background: #333333;
  background: rgba(51, 51, 51, 0.6);
  color: rgba(255, 255, 255, 0.6);
  max-height: 100vh;
}
.mm-menu .continue {
  color: rgba(255, 255, 255, 0.8);
  text-indent: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -20px;
  margin-bottom: 5px;
  line-height: 10px;
}

.mm-menu.mm-opened {
  display: flex;
}

#nav a,
#nav span,
#nav li select.currencies {
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
}
#nav a.mm-navbar__title,
#nav span.mm-navbar__title,
#nav li select.currencies.mm-navbar__title {
  font-size: 15px;
}

.mm-listview li.currencies {
  padding: 0 8px 0 20px;
}

#nav a.ss-icon span {
  font-size: 40px;
  font-weight: normal;
}

.mm-menu .mm-listview > li > a.mm-subopen:after,
.mm-menu .mm-listview > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-listview a.mm-subopen:after,
.mm-listview a.mm-subclose:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  transform: rotate(-45deg);
}

.mm-listview a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

.mm-menu .mm-listview > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
}

#cart .continue {
  margin: 0;
}

#cart.mm-menu textarea {
  margin: 15px 20px 0px 20px;
  display: block;
  width: calc(100% - 40px);
}

#cart .mm-listview > li {
  border-color: inherit;
  position: relative;
}
#cart .mm-listview .mm-subtitle,
#cart .mm-listview .mm-label {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
#cart .mm-listview > li > a {
  color: inherit;
  display: block;
  padding: 12px 10px 12px 20px;
  margin: 0;
  overflow: hidden;
}
#cart .mm-discount-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 12px 20px;
  line-height: inherit;
}
#cart .mm-listview > li > a.action_button {
  padding: 10px;
  margin: 20px 20px 0 18px;
}

.mm-menu .mm-searchfield {
  margin: 30px 0;
}

.mm-menu .mm-searchfield input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-searchfield input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 20px;
}

.mm-listview > li .mm-btn_next {
  border-left: transparent;
}

.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  text-align: center;
  font-size: 21px;
  padding: 60px 0;
}
.mm-menu .mm-noresultsmsg a {
  color: rgba(255, 255, 255, 0.3);
}

#nav .mm-search ~ .mm-listview {
  padding-top: 25px;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-btn_next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#nav .mm-panels, #nav .mm-panels > .mm-panel {
  max-width: 80vw;
}

.mm-navbar__title {
  min-height: 100%;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-navbar__title img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.mm-panel, .mm-panels,
.mm-navbar {
  background: inherit;
}

.mm-navbar {
  border-color: inherit;
  color: inherit;
  height: 80px;
}

.mm-panels,
.mm-panel,
.mm-listview,
.mm-listitem {
  color: inherit;
  border-color: inherit;
}

.social-links-container {
  display: flex;
  justify-content: center;
}
.social-links-container .social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  margin: 0 0 0 8px;
}

.mm-menu_theme-white {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
}
.mm-menu_theme-white .mm-searchfield input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu_theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-white .mm-listview > .mm-listitem_selected > a:not(.mm-next) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu_theme-white .mm-listview a.mm-subopen:after,
.mm-menu_theme-white .mm-listview a.mm-subclose:before {
  border-color: #888;
}
.mm-menu_theme-white .mm-counter {
  color: #666;
}
.mm-menu_theme-white .contine {
  color: inherit;
}

.mm-menu_theme-white#cart textarea,
.mm-menu_theme-white#cart .quantity {
  border-color: #ddd;
  color: #888;
}

#nav.mm-menu_theme-black {
  background-color: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
#nav.mm-menu_theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
#nav.mm-menu_theme-black .mm-listview > li .mm-btn_next:after {
  border-color: rgba(255, 255, 255, 0.2);
}
#nav.mm-menu_theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

#nav.mm-menu_theme-dark {
  background-color: #333;
}
#nav.mm-menu_theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
#nav.mm-menu_theme-dark .mm-listview > li .mm-btn_next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
#nav.mm-menu_theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

/* #jQuery FlexSlider v2.2
================================================== */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav, .flex-direction-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-direction-nav .flex-prev:before {
  font-family: "ootsb" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1em;
  text-decoration: inherit;
  display: inline;
  margin-right: 0.2em;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.slides li {
  border: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

/* FlexSlider Necessary Styles
*********************************/
html[xmlns] .slides {
  display: block;
}

.flexslider {
  margin: 0;
  padding: 0;
  z-index: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

* html .slides {
  height: 1%;
}

.flexslider .slides img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
  clear: both;
  overflow: hidden;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides .flex-active-slide {
  z-index: 100 !important;
}

.flexslider .slides li {
  text-align: center;
  position: relative;
  z-index: -100 !important;
}

.flexslider-container {
  position: relative;
}

.carousel li {
  margin-right: 5px;
  border: 0;
}

.headline {
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  margin-bottom: 0.5em;
  line-height: 47px;
  position: relative;
  letter-spacing: 1px;
  color: #015fa9;
}.headline {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
  }.subtitle p {
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  color: #015fa9;
}.subtitle p {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
  }.headline,
.subtitle p {
  pointer-events: none;
}

.align_left .headline, .align_left .subtitle p {
  text-align: left;
}

.align_right .headline, .align_right .subtitle p {
  text-align: right;
}

.flex-direction-nav .flex-prev:before {
  content: initial;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a, .fancybox-next span, .fancybox-prev span {
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  display: block;
  z-index: 200;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
  color: #333;
  text-shadow: 0 0 1px #fff;
}

.flex-direction-nav .flex-next, .fancybox-next span {
  right: -36px;
  text-align: center;
}

.flex-direction-nav .flex-prev, .fancybox-prev span {
  left: -36px;
  text-align: center;
}

.flexslider:hover .flex-next, .fancybox-next:hover span {
  opacity: 0.6;
  right: 15px;
}

.flexslider:hover .flex-prev, .fancybox-prev:hover span {
  opacity: 0.6;
  left: 25px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 4%;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-nav li a {
  width: 6px;
  height: 6px;
  display: inline-block;
  cursor: pointer;
  text-indent: -9999em;
  background: #fff;
  border: 1px solid transparent;
  color: #fff;
  margin: 10px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
  border: 1px solid #fff;
  background: transparent;
  transform: scale(1.5);
}

.flex-control-thumbs {
  width: 100%;
  position: static;
  bottom: -40px;
  text-align: center;
  overflow: hidden;
}
.flex-control-thumbs li {
  zoom: 1;
  width: 16%;
  vertical-align: top;
  margin: 10px 2% 0 2%;
  display: inline-block;
}
.flex-control-thumbs li img {
  width: 100%;
  display: block;
  opacity: 0.3;
  cursor: pointer;
}
.flex-control-thumbs li img:hover {
  opacity: 1;
}
.flex-control-thumbs li .flex-active {
  opacity: 1;
  cursor: default;
}

.product_slider {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 480px) {
  .product-gallery .product-gallery__main .product-gallery__image a,
.product-gallery .product-gallery__main .product-gallery__image .video__container,
.product-gallery .product-gallery__main .product-gallery__image .plyr--youtube {
    min-height: 100%;
    max-height: 75vh;
  }
}
@media only screen and (max-width: 480px) {
  .product-gallery .product-gallery__main model-viewer {
    min-height: 300px;
  }
}

.flex-caption {
  pointer-events: none;
}
.flex-caption a.action_button {
  pointer-events: all;
}

/* #Quick shop
================================================== */
.quick-shop {
  display: flex;
  justify-content: space-between;
}
.quick-shop .quick-shop__product-gallery,
.quick-shop .quick-shop__product-description {
  width: calc(50% - 25px);
  position: relative;
}

.quick-shop__lightbox .fancybox-content {
  padding: 20px;
  max-width: 870px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1401px) {
  .quick-shop__lightbox .fancybox-content {
    max-width: 1110px;
  }
}

/* #Flickity
================================================== */
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: #DCDCDC;
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 20%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* #Product Gallery/Slider Custom Styles
================================================== */
.flickity-viewport {
  width: 100%;
  height: 180px;
}

.product-gallery:hover .flickity-prev-next-button {
  opacity: 1;
}
.product-gallery .product-gallery__main .flickity-prev-next-button {
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 580px) {
  .product-gallery .product-gallery__main .flickity-prev-next-button {
    opacity: 1;
    top: 100%;
    padding: 0;
    z-index: 30;
    transform: none;
    opacity: 0.5;
    background: none;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button:hover {
    opacity: 1;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button .flickity-button-icon {
    fill: #000000;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button.next {
    right: 30%;
    display:none;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button.previous {
    left: 30%;
    display:none;
  }
}
.product-gallery .flickity-page-dots {
  display: none;
}

.product-section__lightbox .fancybox-image {
  padding: 0;
}

/* #Thumbnail Gallery Styles
================================================== */
.product-gallery__thumbnails .product-gallery__thumbnail {
  width: calc(25% - 10px);
  margin: 0 5px;
}
.product-gallery__thumbnails .product-gallery__thumbnail img {
  max-width: 100%;
  height: auto;
}
.product-gallery__thumbnails.is-slide-nav--true .product-gallery__thumbnail {
  position: relative;
  opacity: 0.3;
  cursor: grab;
}
.product-gallery__thumbnails.is-slide-nav--true .product-gallery__thumbnail.is-nav-selected {
  opacity: 1;
}
@media screen and (min-width: 580px) {
  .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--right-thumbnails, .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--left-thumbnails {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--right-thumbnails::-webkit-scrollbar, .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--left-thumbnails::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
  }
}
.product-gallery__thumbnails.is-slide-nav--false {
  flex-wrap: wrap;
}
.product-gallery__thumbnails.is-slide-nav--false.product-gallery__thumbnails--bottom-thumbnails {
  display: flex;
  justify-content: center;
}
.product-gallery__thumbnails.is-slide-nav--false.product-gallery__thumbnails--bottom-thumbnails .product-gallery__thumbnail {
  margin-bottom: 20px;
  line-height: 0;
}
@media screen and (min-width: 580px) {
  .product-gallery__thumbnails.product-gallery__thumbnails--bottom-thumbnails {
    margin-top: 20px;
  }
}
.product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 580px) {
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails {
    justify-content: flex-start;
    align-self: flex-start;
    display: block;
    width: 100%;
    padding-top: 0;
  }
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail {
    width: 100%;
    margin: 0;
  }
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:last-child, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:last-child {
    margin-bottom: 0;
  }
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:before, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:before {
    line-height: 0;
    color: transparent;
    display: block;
    text-align: center;
    content: counter(carousel-cell);
  }
}

@media screen and (min-width: 580px) {
  .product-gallery__thumbnails--true.product-gallery--right-thumbnails:not(.product-gallery--media-amount-1), .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) {
    display: flex;
  }
  .product-gallery__thumbnails--true.product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main, .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main {
    width: 80%;
    height: 100%;
  }
  .product-gallery__thumbnails--true.product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails, .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
    width: 10%;
    margin-left: 20px;
  }
  .product-gallery__thumbnails--true.product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail, .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-gallery__thumbnails--true.product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail:last-child, .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 580px) {
  .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
    margin-left: 0;
  }
}
@media screen and (min-width: 580px) {
  .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main {
    order: 2;
  }
  .product-gallery__thumbnails--true.product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
    margin-right: 20px;
    order: 1;
  }
}

@media screen and (max-width: 580px) {
  .product-gallery__thumbnails--false {
    margin-bottom: 3em;
  }
}

@media screen and (min-width: 580px) {
  .product-gallery.display-arrows--false .flickity-viewport:hover .flickity-prev-next-button,
.product-gallery.display-arrows--false .flickity-prev-next-button {
    display: none !important;
  }
}

.product-gallery__main,
.product-gallery__thumbnails.is-slide-nav--true {
  opacity: 0;
  transition: ease-in-out 0.2s opacity;
}
.product-gallery__main.flickity-enabled, .product-gallery__main.vertical-slider-enabled,
.product-gallery__thumbnails.is-slide-nav--true.flickity-enabled,
.product-gallery__thumbnails.is-slide-nav--true.vertical-slider-enabled {
  opacity: 1;
}

.product-gallery__image {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .product-gallery__image .image__container {
    display: flex;
    max-height: 75vh;
  }
}
.product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 480px) {
  .product-gallery__image img {
    object-fit: contain;
  }
}

.product-gallery__thumbnail img {
  max-width: 100%;
  height: auto;
}

.product-gallery__link {
  display: block;
}

.product-gallery__image .product-gallery__link,
.product-gallery__image model-viewer {
  width: calc(100% - 10px);
  margin: 0 auto;
}
.product-gallery__image .product-gallery__link:focus,
.product-gallery__image model-viewer:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.slideshow-transition--fade .product-gallery__main .flickity-slider {
  transform: none !important;
}
.slideshow-transition--fade .product-gallery__main .product-gallery__image {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
.slideshow-transition--fade .product-gallery__main .product-gallery__image.is-selected {
  opacity: 1;
  z-index: 0;
}

.product_section.media-position--right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .product_section.media-position--left,
.product_section.media-position--right {
    flex-direction: column;
  }
}

/* #Content Creator
================================================== */
.flickity-slider > li {
  list-style-type: none;
  width: 100%;
  text-align: center;
}

.flexslider .flickity-prev-next-button {
  opacity: 0;
  background: transparent;
  border: 1px solid #333;
}
.flexslider:hover .flickity-prev-next-button.previous {
  opacity: 0.6;
  left: 25px;
}
.flexslider:hover .flickity-prev-next-button.next {
  opacity: 0.6;
  right: 15px;
}
.flexslider:hover .flickity-prev-next-button:hover {
  opacity: 1;
}
.flexslider .flickity-prev-next-button.arrow-is-inverse .flickity-button-icon {
  transform: scale(-1, 1);
}

/* #Fancybox
================================================== */
.fancybox-bg {
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.1s linear;
}

.fancybox-toolbar {
  display: none;
}

.fancybox-content {
  position: relative;
  width: 90%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}

.fancybox-is-open {
  z-index: 10000;
}
.fancybox-is-open .fancybox-content {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* Add border around images */
.fancybox-image {
  padding: 15px;
  background-color: #fff;
}

/* Style close button */
.fancybox-close {
  position: absolute;
  top: -10px;
  right: 10px;
  cursor: pointer;
  z-index: 8040;
  font-size: 24px !important;
  color: #000000;
}

/* Style navigation elements */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  color: #333;
  text-shadow: 0 0 1px #fff;
}
.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}
.fancybox-next:hover span {
  margin-right: 10px;
}

/* #Plyr
================================================== */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

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

.plyr [hidden] {
  display: none !important;
}

/* #Model Viewer
================================================== */
.shopify-model-viewer-ui {
  position: relative;
  display: block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  transform: translateZ(0);
  z-index: 1;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area, .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3a3a3a;
  border-radius: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0;
  height: 44px;
  width: 44px;
  background: 0 0;
  position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 28px;
  bottom: 0;
  right: 8px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #fff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* #Product Media Custom Styles
================================================== */

  
.model__container {
  position: relative;
}
.model__container model-viewer {
  min-height: 300px;
}

.view-in-your-space {
  padding: 15px 55px!important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  background: #e6e6e6;
  color: #000000;
  font: inherit;
  text-transform: none;
  border-radius: 0px;
  margin-top: 0;
  font-size: 12px!important;
}
.view-in-your-space:active, .view-in-your-space:focus, .view-in-your-space:hover {
  background: #e6e6e6;
  color: #000000;
}
.view-in-your-space svg {
  width: auto;
  height: auto;
  margin-right: -35px;
  margin-top:-10px;
  float: left;
}
.view-in-your-space svg path:first-child {
  stroke: #000000;
}
.view-in-your-space svg path:last-child {
  fill: #000000;
}

.plyr--video .plyr__controls {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}
.plyr--video .plyr__control {
  background: transparent;
  color: #000000;
}
.plyr--video .plyr__control:hover {
  background: #ffffff;
  color: #000000;
}
.plyr--video .plyr__controls__item.plyr__time,
.plyr--video input[type=range],
.plyr--video .plyr__controls__item {
  color: #000000;
}
.plyr--video .plyr__progress input[type=range] + .thumb {
  background-color: #000000;
  color: #000000;
}
.plyr--video input[type=range]::-webkit-slider-thumb {
  background-color: #000000;
}
.plyr--video input[type=range]::-moz-range-thumb {
  background-color: #000000;
}
.plyr--video input[type=range]::-ms-thumb {
  background-color: #000000;
}
.plyr--video .plyr__progress__buffer,
.plyr--video .plyr__control[aria-expanded=true] {
  background-color: rgba(0, 0, 0, 0.6);
}
.plyr--video .plyr__control.plyr__tab-focus {
  background-color: #000000;
}
.plyr--video .plyr__control--overlaid {
  background: #ffffff;
  padding: 4px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.plyr--video .plyr__control--overlaid svg {
  left: auto;
}
.plyr--video .plyr__control--overlaid:hover {
  background: #ffffff;
}
.plyr--video .plyr__control--overlaid:hover .play-icon-button-control rect {
  opacity: 0.75;
}
.plyr--video .plyr__control .play-icon-button-control {
  width: 52px;
  height: 52px;
}
.plyr--video .plyr__control .play-icon-button-control rect {
  fill: #ffffff;
}
.plyr--video .plyr__control .play-icon-button-control path {
  fill: #000000;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-right: 10px;
  padding-left: 10px;
}

.plyr--full-ui .plyr__volume {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  bottom: 105px;
  height: 40px;
  opacity: 0;
  padding: 10px 15px !important;
  position: absolute;
  transform: rotate(270deg);
  transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
  width: 140px;
}
.plyr--full-ui .plyr__volume:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  bottom: 18px;
  content: "";
  left: -6px;
  position: absolute;
  transform: rotate(90deg);
  z-index: 2;
}
.plyr--full-ui .plyr__volume:hover {
  opacity: 1;
  visibility: visible;
}
.plyr--full-ui .plyr__volume.plyr__volume--is-visible {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}
.plyr--full-ui .plyr__volume input[type=range] {
  color: #000000;
  margin: 0 auto;
}

.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper,
.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: none;
}

.plyr--audio .plyr--full-ui .plyr__volume {
  bottom: 125px;
  right: -37px;
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr__control[data-plyr=mute]:hover + .plyr__volume {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

@media (min-width: 480px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 90px;
  }
}
@media (min-width: 750px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 110px;
  }
}
@media only screen and (max-width: 989px) {
  .plyr--is-touch .plyr__volume {
    display: none !important;
  }
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #000000;
  background: #ffffff;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button[hidden] {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(0, 0, 0, 0.55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.video-on-hover .plyr__controls,
.video-on-hover .plyr__control--overlaid,
.video-controls-enabled--false .plyr__controls,
.video-controls-enabled--false .plyr__control--overlaid {
  opacity: 0;
}
.video-on-hover .plyr__controls > *,
.video-on-hover .plyr__control--overlaid > *,
.video-controls-enabled--false .plyr__controls > *,
.video-controls-enabled--false .plyr__control--overlaid > * {
  pointer-events: none;
  cursor: auto;
}

.plyr.plyr--stopped .plyr__controls {
  display: none;
}

.product_slider.product-height-set model-viewer {
  margin: 0 auto;
}
.product_slider.product-height-set .product-gallery__main img,
.product_slider.product-height-set .product-gallery__main .plyr--html5 video {
  width: 100%;
}
.product_slider.product-height-set .product-gallery__main img {
  object-fit: contain;
}
.product_slider.product-height-set .product-gallery__main .plyr--youtube .plyr__video-embed {
  height: 100%;
}

.product-gallery__thumbnails .product-gallery__thumbnail {
  position: relative;
}
.product-gallery__thumbnails .product-gallery__thumbnail img {
  max-width: 100%;
  height: auto;
}
.product-gallery__thumbnails .media-badge {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 33%;
  max-height: 33%;
  min-width: 20px;
  width: 25px;
  height: 25px;
}
.product-gallery__thumbnails .media-badge svg {
  width: 100%;
  height: 100%;
}
.product-gallery__thumbnails .media-badge path:first-child {
  fill: #ffffff;
}
.product-gallery__thumbnails .media-badge path:last-child {
  fill: #000000;
}
.product-gallery__thumbnails .media-badge g path:first-child {
  stroke: #000000;
}
.product-gallery__thumbnails .media-badge .media-badge__outline {
  stroke: rgba(0, 0, 0, 0.55);
}

/* Newsletter */
.js-newsletter-popup {
  display: none;
}

.newsletter_popup .js-newsletter-popup {
  margin-bottom: 1.5em;
  width: 100%;
}
.newsletter_popup .js-newsletter-popup .contact-form {
  overflow: hidden;
  margin-bottom: 0;
}
.newsletter_popup .js-newsletter-popup .newsletter-popup__content {
  max-height: 90vh;
  overflow-y: auto;
}

.footer .newsletter {
  max-width: 100%;
}

.text-align--center .newsletter {
  margin: 0 auto;
}

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .newsletter .last-name {
    margin-top: 0;
  }
}

.text-align--center .newsletter {
  margin: 0 auto;
}

.newsletter_popup .js-newsletter-popup,
.newsletter_popup .js-newsletter-popup p.headline,
.newsletter_popup .js-newsletter-popup a,
.newsletter_popup .js-newsletter-popup a:visited {
  color: #363636;
}

.newsletter_popup .newsletter {
  margin-bottom: 0;
}

.newsletter_popup .newsletter {
  display: block;
  margin: 0px auto;
}
.newsletter_popup .newsletter .input-row {
  width: auto;
}

.newsletter_popup .js-newsletter-popup {
  background-color: #ffffff;
  max-width: 600px;
}
.newsletter_popup .js-newsletter-popup.newsletter-popup__has-background-image {
  background: #ffffff url(//cdn.shopify.com/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_1200x.gif) center center;
  background-color: transparent;
}
.newsletter_popup .js-newsletter-popup.newsletter-popup__has-background-stretched {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.newsletter_popup .fancybox-close {
  color: #363636 !important;
}

.shopify-challenge__container {
  padding: 150px 0;
}

[data-slideshow-animation=zoom] img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: zoom-in;
}

/* #Currency / Language switcher
================================================== */
.selectors-form__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 798px) {
  .selectors-form__wrap {
    margin-bottom: 10px;
    width: 100%;
  }
}

.disclosure {
  position: relative;
}

.disclosure-text-style-none button.disclosure__toggle,
.disclosure-text-style-none button.disclosure__button {
  text-transform: capitalize;
}

.disclosure-text-style-uppercase button.disclosure__toggle,
.disclosure-text-style-uppercase button.disclosure__button {
  text-transform: uppercase;
}

.disclosure-text-style-lowercase button.disclosure__toggle,
.disclosure-text-style-lowercase button.disclosure__button {
  text-transform: lowercase;
}

.disclosure__toggle {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  color: #000;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
.disclosure__toggle:active {
  box-shadow: none;
}
.disclosure__toggle.is-clicked, .disclosure__toggle:focus, .disclosure__toggle:hover {
  background-color: #fff;
  color: gray;
}
.disclosure__toggle.is-clicked + .disclosure__list-wrap, .disclosure__toggle:focus + .disclosure__list-wrap {
  display: block;
}
.disclosure__toggle .icon-arrow-down {
  margin-left: 10px;
  margin-right: 0;
  pointer-events: none;
}

.disclosure__list-wrap {
  bottom: 100%;
  display: none;
  position: absolute;
  min-width: 92px;
}
.disclosure__list-wrap.disclosure--left {
  right: 0;
}

.disclosure-list {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 10px 0;
  white-space: nowrap;
}

.disclosure-list__item {
  line-height: 1;
  margin-bottom: 10px;
}

button.disclosure__button {
  background-color: transparent;
  color: #000;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 0;
}
button.disclosure__button:hover, button.disclosure__button[aria-current=true] {
  color: currentColor;
  opacity: 0.5;
}

/* # Grid/layout
================================================== */
.index {
  display: flex;
  flex-wrap: wrap;
}

.index-sections,
.page-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.index-sections .shopify-section:first-child > .section > .container {
  padding-top: 0;
}

.section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.section.is-width-wide {
  width: 100%;
  max-width: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .row .column,
.row .columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

[class*=offset-by] {
  position: relative;
}

/*================ Build Base Grid Classes ================*/
.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.one {
  width: calc(6.25% - 20px);
}

.two {
  width: calc(12.5% - 20px);
}

.three {
  width: calc(18.75% - 20px);
}

.five {
  width: calc(31.25% - 20px);
}

.six {
  width: calc(37.5% - 20px);
}

.seven {
  width: calc(43.75% - 20px);
}

.nine {
  width: calc(56.25% - 20px);
}

.ten {
  width: calc(62.5% - 20px);
}

.eleven {
  width: calc(68.75% - 20px);
}

.thirteen {
  width: calc(81.25% - 20px);
}

.fourteen {
  width: calc(87.5% - 20px);
}

.fifteen {
  width: calc(93.75% - 20px);
}

.sixteen {
  width: calc(100% - 20px);
}

.one-whole {
  width: 100%;
}

.one-half {
  width: calc(50% - 20px);
}

.two-thirds {
  width: calc(66.6666666667% - 20px);
}

.one-fourth {
  width: calc(25% - 20px);
}

.two-fourths {
  width: calc(50% - 20px);
}

.three-fourths {
  width: calc(75% - 20px);
}

.one-fifth {
  width: calc(20% - 20px);
}

.three-fifths {
  width: calc(60% - 20px);
}

.four-fifths {
  width: calc(80% - 20px);
}

.one-sixth {
  width: 20%;
}

.two-sixths {
  width: calc(33.3333333333% - 20px);
}

.three-sixths {
  width: calc(50% - 20px);
}

.four-sixths {
  width: calc(66.6666666667% - 20px);
}

.five-sixths {
  width: calc(83.3333333333% - 20px);
}

.one-seventh {
  width: calc(14.2857142857% - 20px);
}

.two-sevenths {
  width: calc(28.5714285714% - 20px);
}

.three-sevenths {
  width: calc(42.8571428571% - 20px);
}

.four-sevenths {
  width: calc(57.1428571429% - 20px);
}

.five-sevenths {
  width: calc(71.4285714286% - 20px);
}

.one-eighth {
  width: calc(12.5% - 20px);
}

.two-eighths {
  width: calc(25% - 20px);
}

.three-eighths {
  width: calc(37.5% - 20px);
}

.four-eighths {
  width: calc(50% - 20px);
}

.five-eighths {
  width: calc(62.5% - 20px);
}

.six-eighths {
  width: calc(75% - 20px);
}

.seven-eighths {
  width: calc(87.5% - 20px);
}

.one-tenth {
  width: calc(10% - 20px);
}

.two-tenths {
  width: calc(20% - 20px);
}

.three-tenths {
  width: calc(30% - 20px);
}

.four-tenths {
  width: calc(40% - 20px);
}

.five-tenths {
  width: calc(50% - 20px);
}

.six-tenths {
  width: calc(60% - 20px);
}

.seven-tenths {
  width: calc(70% - 20px);
}

.eight-tenths {
  width: calc(80% - 20px);
}

.nine-tenths {
  width: calc(90% - 20px);
}

.one-twelfth {
  width: calc(8.3333333333% - 20px);
}

.two-twelfths {
  width: calc(16.6666666667% - 20px);
}

.three-twelfths {
  width: calc(25% - 20px);
}

.four-twelfths {
  width: calc(33.3333333333% - 20px);
}

.five-twelfths {
  width: calc(41.6666666667% - 20px);
}

.six-twelfths {
  width: calc(50% - 20px);
}

.seven-twelfths {
  width: calc(58.3333333333% - 20px);
}

.eight-twelfths {
  width: calc(66.6666666667% - 20px);
}

.nine-twelfths {
  width: calc(75% - 20px);
}

.ten-twelfths {
  width: calc(83.3333333333% - 20px);
}

.eleven-twelfths {
  width: calc(91.6666666667% - 20px);
}

.offset-by-one {
  left: calc(6.25%);
}

.offset-by-two {
  left: calc(12.5%);
}

.offset-by-three {
  left: calc(18.75%);
}

.offset-by-four {
  left: calc(25%);
}

.offset-by-five {
  left: calc(31.25%);
}

.offset-by-six {
  left: calc(37.5%);
}

.offset-by-seven {
  left: calc(43.75%);
}

.offset-by-eight {
  left: calc(50%);
}

.offset-by-nine {
  left: calc(56.25%);
}

.offset-by-ten {
  left: calc(62.5%);
}

.offset-by-eleven {
  left: calc(68.75%);
}

.offset-by-twelve {
  left: calc(75%);
}

.offset-by-thirteen {
  left: calc(81.25%);
}

.offset-by-fourteen {
  left: calc(87.5%);
}

.offset-by-fifteen {
  left: calc(93.75%);
}

.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
  margin-right: 0;
}
.equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .eight:nth-of-type(2n+1),
.equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .four:nth-of-type(4n+1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .two:nth-of-type(8n+1) {
  margin-left: 0;
}
.equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.equal-columns--outside-trim .one-half {
  width: calc(50% - (20px - (20px / 2)));
}
.equal-columns--outside-trim .one-third {
  width: calc(33.3333333333% - (20px - (20px / 3)));
}
.equal-columns--outside-trim .one-fifth {
  width: calc(20% - (20px - (20px / 5)));
}
.equal-columns--outside-trim .one-fourth {
  width: calc(25% - (20px - (20px / 4)));
}
.equal-columns--outside-trim .one-sixth {
  width: calc(16.6666666667% - (20px - (20px / 6)));
}
.equal-columns--outside-trim .one-seventh {
  width: calc(14.2857142857% - (20px - (20px / 7)));
}
.equal-columns--outside-trim .two {
  width: calc(12.5% - (20px - (20px / 8)));
}
.equal-columns--outside-trim .four {
  width: calc(25% - (20px - (20px / 4)));
}
.equal-columns--outside-trim .seven {
  width: calc(43.75% - (20px - (20px / 2)));
}
.equal-columns--outside-trim .eight {
  width: calc(50% - (20px / 2));
}
.equal-columns--outside-trim .nine {
  width: calc(56.25% - (20px - (20px / 2)));
}

.has-no-side-gutter.has-background {
  padding-right: 0px;
  padding-left: 0px;
}
.has-no-side-gutter .one-whole,
.has-no-side-gutter .one-half,
.has-no-side-gutter .eight,
.has-no-side-gutter .one-third,
.has-no-side-gutter .two-thirds,
.has-no-side-gutter .one-fourth,
.has-no-side-gutter .four,
.has-no-side-gutter .one-fifth,
.has-no-side-gutter .three-fifths,
.has-no-side-gutter .two-fifths,
.has-no-side-gutter .one-sixth,
.has-no-side-gutter .one-seventh,
.has-no-side-gutter .one-eighth,
.has-no-side-gutter .two {
  margin-right: 0;
  margin-left: 0;
}
.has-no-side-gutter .one-whole {
  width: 100%;
}
.has-no-side-gutter .one-half {
  width: 50%;
}
.has-no-side-gutter .one-third {
  width: 33.3333333333%;
}
.has-no-side-gutter .one-fourth {
  width: 25%;
}
.has-no-side-gutter .one-fifth {
  width: 20%;
}
.has-no-side-gutter .two-fifths {
  width: 40%;
}
.has-no-side-gutter .three-fifths {
  width: 60%;
}
.has-no-side-gutter .one-sixth {
  width: 16.6666666667%;
}
.has-no-side-gutter .one-seventh {
  width: 14.2857142857%;
}
.has-no-side-gutter .one-eighth {
  width: 12.5%;
}
.has-no-side-gutter .two-thirds {
  width: 66.6666666667%;
}
.has-no-side-gutter .two {
  width: 12.5%;
}
.has-no-side-gutter .four {
  width: 25%;
}
.has-no-side-gutter .seven {
  width: 43.75%;
}
.has-no-side-gutter .eight {
  width: 50%;
}
.has-no-side-gutter .nine {
  width: 56.25%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 1024px) {
  .large-down--hidden {
    display: none !important;
  }

  .large-down--visible {
    display: block !important;
  }

  .large-down--one {
    width: calc(6.25% - 20px);
  }

  .large-down--two {
    width: calc(12.5% - 20px);
  }

  .large-down--three {
    width: calc(18.75% - 20px);
  }

  .large-down--four {
    width: calc(25% - 20px);
  }

  .large-down--five {
    width: calc(31.25% - 20px);
  }

  .large-down--six {
    width: calc(37.5% - 20px);
  }

  .large-down--seven {
    width: calc(43.75% - 20px);
  }

  .large-down--eight {
    width: calc(50% - 20px);
  }

  .large-down--nine {
    width: calc(56.25% - 20px);
  }

  .large-down--ten {
    width: calc(62.5% - 20px);
  }

  .large-down--eleven {
    width: calc(68.75% - 20px);
  }

  .large-down--twelve {
    width: calc(75% - 20px);
  }

  .large-down--thirteen {
    width: calc(81.25% - 20px);
  }

  .large-down--fourteen {
    width: calc(87.5% - 20px);
  }

  .large-down--fifteen {
    width: calc(93.75% - 20px);
  }

  .large-down--sixteen {
    width: calc(100% - 20px);
  }

  .large-down--one-whole {
    width: calc(100% - 20px);
  }

  .large-down--one-half {
    width: calc(50% - 20px);
  }

  .large-down--one-third {
    width: calc(33.3333333333% - 20px);
  }

  .large-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }

  .large-down--one-fourth {
    width: calc(25% - 20px);
  }

  .large-down--two-fourths {
    width: calc(50% - 20px);
  }

  .large-down--three-fourths {
    width: calc(75% - 20px);
  }

  .large-down--one-fifth {
    width: calc(20% - 20px);
  }

  .large-down--two-fifths {
    width: calc(40% - 20px);
  }

  .large-down--three-fifths {
    width: calc(60% - 20px);
  }

  .large-down--four-fifths {
    width: calc(80% - 20px);
  }

  .large-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }

  .large-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }

  .large-down--three-sixths {
    width: calc(50% - 20px);
  }

  .large-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }

  .large-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }

  .large-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }

  .large-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }

  .large-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }

  .large-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }

  .large-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }

  .large-down--one-eighth {
    width: calc(12.5% - 20px);
  }

  .large-down--two-eighths {
    width: calc(25% - 20px);
  }

  .large-down--three-eighths {
    width: calc(37.5% - 20px);
  }

  .large-down--four-eighths {
    width: calc(50% - 20px);
  }

  .large-down--five-eighths {
    width: calc(62.5% - 20px);
  }

  .large-down--six-eighths {
    width: calc(75% - 20px);
  }

  .large-down--seven-eighths {
    width: calc(87.5% - 20px);
  }

  .large-down--one-tenth {
    width: calc(10% - 20px);
  }

  .large-down--two-tenths {
    width: calc(20% - 20px);
  }

  .large-down--three-tenths {
    width: calc(30% - 20px);
  }

  .large-down--four-tenths {
    width: calc(40% - 20px);
  }

  .large-down--five-tenths {
    width: calc(50% - 20px);
  }

  .large-down--six-tenths {
    width: calc(60% - 20px);
  }

  .large-down--seven-tenths {
    width: calc(70% - 20px);
  }

  .large-down--eight-tenths {
    width: calc(80% - 20px);
  }

  .large-down--nine-tenths {
    width: calc(90% - 20px);
  }

  .large-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }

  .large-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }

  .large-down--three-twelfths {
    width: calc(25% - 20px);
  }

  .large-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }

  .large-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }

  .large-down--six-twelfths {
    width: calc(50% - 20px);
  }

  .large-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }

  .large-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }

  .large-down--nine-twelfths {
    width: calc(75% - 20px);
  }

  .large-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }

  .large-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }

  .large-down--offset-by-one {
    left: calc(6.25%);
  }

  .large-down--offset-by-two {
    left: calc(12.5%);
  }

  .large-down--offset-by-three {
    left: calc(18.75%);
  }

  .large-down--offset-by-four {
    left: calc(25%);
  }

  .large-down--offset-by-five {
    left: calc(31.25%);
  }

  .large-down--offset-by-six {
    left: calc(37.5%);
  }

  .large-down--offset-by-seven {
    left: calc(43.75%);
  }

  .large-down--offset-by-eight {
    left: calc(50%);
  }

  .large-down--offset-by-nine {
    left: calc(56.25%);
  }

  .large-down--offset-by-ten {
    left: calc(62.5%);
  }

  .large-down--offset-by-eleven {
    left: calc(68.75%);
  }

  .large-down--offset-by-twelve {
    left: calc(75%);
  }

  .large-down--offset-by-thirteen {
    left: calc(81.25%);
  }

  .large-down--offset-by-fourteen {
    left: calc(87.5%);
  }

  .large-down--offset-by-fifteen {
    left: calc(93.75%);
  }

  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
.equal-columns--outside-trim .large-down--eight.large-down--eight,
.equal-columns--outside-trim .large-down--one-third.large-down--one-third,
.equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
.equal-columns--outside-trim .large-down--four.large-down--four,
.equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
.equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
.equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
.equal-columns--outside-trim .large-down--two.large-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .large-down--one-whole,
.has-no-side-gutter .large-down--one-half,
.has-no-side-gutter .large-down--eight,
.has-no-side-gutter .large-down--one-third,
.has-no-side-gutter .large-down--two-thirds,
.has-no-side-gutter .large-down--one-fourth,
.has-no-side-gutter .large-down--four,
.has-no-side-gutter .large-down--one-fifth,
.has-no-side-gutter .large-down--three-fifths,
.has-no-side-gutter .large-down--two-fifths,
.has-no-side-gutter .large-down--one-sixth,
.has-no-side-gutter .large-down--one-seventh,
.has-no-side-gutter .large-down--one-eighth,
.has-no-side-gutter .large-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .large-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .large-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .large-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .large-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .large-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .large-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .large-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .large-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .large-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .large-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .large-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--four {
    width: 25%;
  }
  .has-no-side-gutter .large-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .large-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .large-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--hidden {
    display: none !important;
  }

  .medium-down--visible {
    display: block !important;
  }

  .medium-down--one {
    width: calc(6.25% - 20px);
  }

  .medium-down--two {
    width: calc(12.5% - 20px);
  }

  .medium-down--three {
    width: calc(18.75% - 20px);
  }

  .medium-down--four {
    width: calc(25% - 20px);
  }

  .medium-down--five {
    width: calc(31.25% - 20px);
  }

  .medium-down--six {
    width: calc(37.5% - 20px);
  }

  .medium-down--seven {
    width: calc(43.75% - 20px);
  }

  .medium-down--eight {
    width: calc(50% - 20px);
  }

  .medium-down--nine {
    width: calc(56.25% - 20px);
  }

  .medium-down--ten {
    width: calc(62.5% - 20px);
  }

  .medium-down--eleven {
    width: calc(68.75% - 20px);
  }

  .medium-down--twelve {
    width: calc(75% - 20px);
  }

  .medium-down--thirteen {
    width: calc(81.25% - 20px);
  }

  .medium-down--fourteen {
    width: calc(87.5% - 20px);
  }

  .medium-down--fifteen {
    width: calc(93.75% - 20px);
  }

  .medium-down--sixteen {
    width: calc(100% - 20px);
  }

  .medium-down--one-half {
    width: calc(50% - 20px);
  }

  .medium-down--one-third {
    width: calc(33.3333333333% - 20px);
  }

  .medium-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }

  .medium-down--one-fourth {
    width: calc(25% - 20px);
  }

  .medium-down--two-fourths {
    width: calc(50% - 20px);
  }

  .medium-down--three-fourths {
    width: calc(75% - 20px);
  }

  .medium-down--one-fifth {
    width: calc(20% - 20px);
  }

  .medium-down--two-fifths {
    width: calc(40% - 20px);
  }

  .medium-down--three-fifths {
    width: calc(60% - 20px);
  }

  .medium-down--four-fifths {
    width: calc(80% - 20px);
  }

  .medium-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }

  .medium-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }

  .medium-down--three-sixths {
    width: calc(50% - 20px);
  }

  .medium-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }

  .medium-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }

  .medium-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }

  .medium-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }

  .medium-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }

  .medium-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }

  .medium-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }

  .medium-down--one-eighth {
    width: calc(12.5% - 20px);
  }

  .medium-down--two-eighths {
    width: calc(25% - 20px);
  }

  .medium-down--three-eighths {
    width: calc(37.5% - 20px);
  }

  .medium-down--four-eighths {
    width: calc(50% - 20px);
  }

  .medium-down--five-eighths {
    width: calc(62.5% - 20px);
  }

  .medium-down--six-eighths {
    width: calc(75% - 20px);
  }

  .medium-down--seven-eighths {
    width: calc(87.5% - 20px);
  }

  .medium-down--one-tenth {
    width: calc(10% - 20px);
  }

  .medium-down--two-tenths {
    width: calc(20% - 20px);
  }

  .medium-down--three-tenths {
    width: calc(30% - 20px);
  }

  .medium-down--four-tenths {
    width: calc(40% - 20px);
  }

  .medium-down--five-tenths {
    width: calc(50% - 20px);
  }

  .medium-down--six-tenths {
    width: calc(60% - 20px);
  }

  .medium-down--seven-tenths {
    width: calc(70% - 20px);
  }

  .medium-down--eight-tenths {
    width: calc(80% - 20px);
  }

  .medium-down--nine-tenths {
    width: calc(90% - 20px);
  }

  .medium-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }

  .medium-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }

  .medium-down--three-twelfths {
    width: calc(25% - 20px);
  }

  .medium-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }

  .medium-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }

  .medium-down--six-twelfths {
    width: calc(50% - 20px);
  }

  .medium-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }

  .medium-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }

  .medium-down--nine-twelfths {
    width: calc(75% - 20px);
  }

  .medium-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }

  .medium-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }

  .medium-down--offset-by-one {
    left: calc(6.25%);
  }

  .medium-down--offset-by-two {
    left: calc(12.5%);
  }

  .medium-down--offset-by-three {
    left: calc(18.75%);
  }

  .medium-down--offset-by-four {
    left: calc(25%);
  }

  .medium-down--offset-by-five {
    left: calc(31.25%);
  }

  .medium-down--offset-by-six {
    left: calc(37.5%);
  }

  .medium-down--offset-by-seven {
    left: calc(43.75%);
  }

  .medium-down--offset-by-eight {
    left: calc(50%);
  }

  .medium-down--offset-by-nine {
    left: calc(56.25%);
  }

  .medium-down--offset-by-ten {
    left: calc(62.5%);
  }

  .medium-down--offset-by-eleven {
    left: calc(68.75%);
  }

  .medium-down--offset-by-twelve {
    left: calc(75%);
  }

  .medium-down--offset-by-thirteen {
    left: calc(81.25%);
  }

  .medium-down--offset-by-fourteen {
    left: calc(87.5%);
  }

  .medium-down--offset-by-fifteen {
    left: calc(93.75%);
  }

  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
.equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
.equal-columns--outside-trim .medium-down--eight.medium-down--eight,
.equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
.equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
.equal-columns--outside-trim .medium-down--four.medium-down--four,
.equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
.equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
.equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
.equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
.equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .medium-down--one-whole,
.has-no-side-gutter .medium-down--one-half,
.has-no-side-gutter .medium-down--eight,
.has-no-side-gutter .medium-down--one-third,
.has-no-side-gutter .medium-down--two-thirds,
.has-no-side-gutter .medium-down--one-fourth,
.has-no-side-gutter .medium-down--four,
.has-no-side-gutter .medium-down--one-fifth,
.has-no-side-gutter .medium-down--three-fifths,
.has-no-side-gutter .medium-down--two-fifths,
.has-no-side-gutter .medium-down--one-sixth,
.has-no-side-gutter .medium-down--one-seventh,
.has-no-side-gutter .medium-down--one-eighth,
.has-no-side-gutter .medium-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .medium-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .medium-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .medium-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .medium-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .medium-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .medium-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .medium-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .medium-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .medium-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--four {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .medium-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hidden {
    display: none !important;
  }

  .small-down--visible {
    display: block !important;
  }

  .small-down--one {
    width: calc(6.25% - 20px);
  }

  .small-down--two {
    width: calc(12.5% - 20px);
  }

  .small-down--three {
    width: calc(18.75% - 20px);
  }

  .small-down--four {
    width: calc(25% - 20px);
  }

  .small-down--five {
    width: calc(31.25% - 20px);
  }

  .small-down--six {
    width: calc(37.5% - 20px);
  }

  .small-down--seven {
    width: calc(43.75% - 20px);
  }

  .small-down--eight {
    width: calc(50% - 20px);
  }

  .small-down--nine {
    width: calc(56.25% - 20px);
  }

  .small-down--ten {
    width: calc(62.5% - 20px);
  }

  .small-down--eleven {
    width: calc(68.75% - 20px);
  }

  .small-down--twelve {
    width: calc(75% - 20px);
  }

  .small-down--thirteen {
    width: calc(81.25% - 20px);
  }

  .small-down--fourteen {
    width: calc(87.5% - 20px);
  }

  .small-down--fifteen {
    width: calc(93.75% - 20px);
  }

  .small-down--sixteen {
    width: calc(100% - 20px);
  }

  .small-down--one-whole {
    width: calc(100% - 20px);
  }

  .small-down--one-half {
    width: calc(50% - 20px);
  }

  .small-down--one-third {
    width: calc(33.3333333333% - 20px);
  }

  .small-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }

  .small-down--one-fourth {
    width: calc(25% - 20px);
  }

  .small-down--two-fourths {
    width: calc(50% - 20px);
  }

  .small-down--three-fourths {
    width: calc(75% - 20px);
  }

  .small-down--one-fifth {
    width: calc(20% - 20px);
  }

  .small-down--two-fifths {
    width: calc(40% - 20px);
  }

  .small-down--three-fifths {
    width: calc(60% - 20px);
  }

  .small-down--four-fifths {
    width: calc(80% - 20px);
  }

  .small-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }

  .small-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }

  .small-down--three-sixths {
    width: calc(50% - 20px);
  }

  .small-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }

  .small-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }

  .small-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }

  .small-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }

  .small-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }

  .small-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }

  .small-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }

  .small-down--one-eighth {
    width: calc(12.5% - 20px);
  }

  .small-down--two-eighths {
    width: calc(25% - 20px);
  }

  .small-down--three-eighths {
    width: calc(37.5% - 20px);
  }

  .small-down--four-eighths {
    width: calc(50% - 20px);
  }

  .small-down--five-eighths {
    width: calc(62.5% - 20px);
  }

  .small-down--six-eighths {
    width: calc(75% - 20px);
  }

  .small-down--seven-eighths {
    width: calc(87.5% - 20px);
  }

  .small-down--one-tenth {
    width: calc(10% - 20px);
  }

  .small-down--two-tenths {
    width: calc(20% - 20px);
  }

  .small-down--three-tenths {
    width: calc(30% - 20px);
  }

  .small-down--four-tenths {
    width: calc(40% - 20px);
  }

  .small-down--five-tenths {
    width: calc(50% - 20px);
  }

  .small-down--six-tenths {
    width: calc(60% - 20px);
  }

  .small-down--seven-tenths {
    width: calc(70% - 20px);
  }

  .small-down--eight-tenths {
    width: calc(80% - 20px);
  }

  .small-down--nine-tenths {
    width: calc(90% - 20px);
  }

  .small-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }

  .small-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }

  .small-down--three-twelfths {
    width: calc(25% - 20px);
  }

  .small-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }

  .small-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }

  .small-down--six-twelfths {
    width: calc(50% - 20px);
  }

  .small-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }

  .small-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }

  .small-down--nine-twelfths {
    width: calc(75% - 20px);
  }

  .small-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }

  .small-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }

  .small-down--offset-by-one {
    left: calc(6.25%);
  }

  .small-down--offset-by-two {
    left: calc(12.5%);
  }

  .small-down--offset-by-three {
    left: calc(18.75%);
  }

  .small-down--offset-by-four {
    left: calc(25%);
  }

  .small-down--offset-by-five {
    left: calc(31.25%);
  }

  .small-down--offset-by-six {
    left: calc(37.5%);
  }

  .small-down--offset-by-seven {
    left: calc(43.75%);
  }

  .small-down--offset-by-eight {
    left: calc(50%);
  }

  .small-down--offset-by-nine {
    left: calc(56.25%);
  }

  .small-down--offset-by-ten {
    left: calc(62.5%);
  }

  .small-down--offset-by-eleven {
    left: calc(68.75%);
  }

  .small-down--offset-by-twelve {
    left: calc(75%);
  }

  .small-down--offset-by-thirteen {
    left: calc(81.25%);
  }

  .small-down--offset-by-fourteen {
    left: calc(87.5%);
  }

  .small-down--offset-by-fifteen {
    left: calc(93.75%);
  }

  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
.equal-columns--outside-trim .small-down--eight.small-down--eight,
.equal-columns--outside-trim .small-down--one-third.small-down--one-third,
.equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
.equal-columns--outside-trim .small-down--four.small-down--four,
.equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
.equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
.equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
.equal-columns--outside-trim .small-down--two.small-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
.equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
.equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .small-down--one-whole,
.has-no-side-gutter .small-down--one-half,
.has-no-side-gutter .small-down--eight,
.has-no-side-gutter .small-down--one-third,
.has-no-side-gutter .small-down--two-thirds,
.has-no-side-gutter .small-down--one-fourth,
.has-no-side-gutter .small-down--four,
.has-no-side-gutter .small-down--one-fifth,
.has-no-side-gutter .small-down--three-fifths,
.has-no-side-gutter .small-down--two-fifths,
.has-no-side-gutter .small-down--one-sixth,
.has-no-side-gutter .small-down--one-seventh,
.has-no-side-gutter .small-down--one-eighth,
.has-no-side-gutter .small-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .small-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .small-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .small-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .small-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .small-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .small-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .small-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .small-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .small-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .small-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .small-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--four {
    width: 25%;
  }
  .has-no-side-gutter .small-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .small-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .small-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-center {
    text-align: center !important;
  }
}
/*================ Build Grid Push Classes ================*/
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

  .collection_menu {
    display: none;
  }

  h1.collection_title_tags,
div.collection_title_tags {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .cloudzoom-lens {
    width: 140px;
    height: 120px;
  }
}
/* Standard 960 to widescreen 1200(desktop browsers) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .nav ul li {
    padding: 0 7px 0 7px;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .footer a.ss-icon {
    font-size: 42px;
    margin-right: 10px;
  }

  .nav ul.menu ul {
    margin-top: 7px;
  }

  .nav ul.menu li {
    padding: 3px 0 3px 3px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 798px) {
  .homepage_slider .flex-direction-nav {
    display: none;
  }

  .article_image {
    padding-bottom: 0;
  }

  .scroll-arrow {
    display: none;
  }

  .nav_arrows {
    float: none;
  }

  .nav_arrows .prev {
    float: left;
  }

  .nav_arrows .next {
    float: right;
  }

  .minus,
.plus {
    display: none;
  }

  .minus {
    margin: 0 2px 0 0;
  }

  .plus {
    margin: 0 0 0 2px;
  }

  #header a.mobile_logo {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    line-height: 34px;
    z-index: 0;
    width: 100%;
    padding: 0;
  }

  #header a.mobile_logo .image-element__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  #header a.mobile_logo img {
    max-height:66px;
    padding-top:1px;
    margin-left:5px;
    object-fit: contain;
    margin-top: -12px;
  }

  .footer_menu li {
    display: block;
  }

  .footer a.ss-icon {
    font-size: 38px;
    margin-right: 0px;
    margin-top: 6px;
  }.is-absolute {
    top: 0px !important;
  }

  p.mm-counter {
    right: 20px;
  }

  .breadcrumb--text {
    margin-bottom: 1em !important;
    clear: both;
  }

  .blog_filter {
    margin-top: 1em;
    width: 100% !important;
  }

  .flex-control-nav {
    bottom: 10px;
  }

  .or {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px;
  }

  .mobile_hidden {
    display: none !important;
  }

  table tr.order_summary td.label {
    text-align: left;
  }

  .breadcrumb {
    text-align: center;
    margin-bottom: 0.5em;
    width: 100%;
  }

  .featured_text {
    font-size: 14px;
    line-height: 1.7em;
    text-align: center;
  }

  #header {
    display: block;
  }

  .header {
    display: none;
  }

  .toggle span {
    display: block;
  }

  .toggle_list {
    display: none;
  }

  select {
    width: 100%;
  }

  .flexslider a.action_button {
    width: initial;
  }

input[type=reset],
input[type=button],
input.action_button[type=submit],
input.action_button[type=button],
.sign_up {
    margin-left: 0;
    width: 100%;
  }

  .credits_right {
    text-align: left;
  }

  .title_column {
    float: left;
  }

  .container div.mobile_only,
.mobile_only {
    display: block;
  }

  span.mobile_only {
    display: inline;
  }

  .price_total_text {
    display: block;
  }

  .update_subtotal,
.remove_column,
.checkout_table_header {
    display: none;
  }

  .mobile_right {
    text-align: right;
  }

  .quick_shop {
    display: none !important;
  }

  .cart_price {
    display: block;
    margin-bottom: 0;
  }

  table tr th,
table tr td {
    padding: 2px;
  }

  input.action_button {
    margin-bottom: 1em !important;
  }

  body.cart input.action_button {
    margin-bottom: 0 !important;
  }

  .multiple_product_images {
    display: none;
  }

  .headline {
    font-size: 1.3em;
    line-height: 1.2em;
    position: relative;
  }

  .subtitle p {
    font-size: 1.1em;
    line-height: 1.2em;
    position: relative;
  }

  .banner__text .left {
    padding-left: 20px !important;
  }

  .banner__text .right {
    padding-right: 20px !important;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 798px) {
  .mobile_hidden {
    display: none !important;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
  #cart textarea {
    width: 280px;
  }

  .mobile_hidden {
    display: none !important;
    /* Force hide on mobile */
  }

  .action_button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    font-size: 12px;
  }

  h1,
h2,
h2.title,
h2.title a,
h3,
h4,
h5,
h6,
.collection_title,
.empty_cart {
    font-size: 130%;
    line-height: 1.5em;
  }

  h1,
h1.home,
.title a, h2 {
    padding: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select.currencies {
    position: relative;
    top: 15px;
  }
}
@-moz-document url-prefix() {
  #search form input {
    padding: 12px 15px 10px 55px;
    height: 60px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 798px) {
  select,
textarea,
input {
    font-size: 16px !important;
  }
}
.socialButtons li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.socialButtons li a {
  padding-left: 5px;
  font-size: 30px;
}
.socialButtons li a:hover {
  color: grey !important;
}
.socialButtons li:nth-of-type(1) {
  position: relative;
  top: -8px;
}

@font-face {
  font-family: "ootsb";
  src: url(//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/ootsb.eot?v=3962594506001187610);
  src: url(//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/ootsb.eot?v=3962594506001187610) format("embedded-opentype"), url(//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/ootsb.ttf?v=8842551319292751303) format("truetype"), url(//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/ootsb.woff?v=4239704252634143017) format("woff"), url(//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/ootsb.svg?v=5852609896486767116) format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-cart:before {
  content: "";
  font-weight: normal;
}

.icon-circle-left:before {
  content: "";
}

.icon-circle-right:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-flikr:before {
  content: "";
}

.icon-houzz:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-menu:before {
  content: "";
  font-weight: normal;
}

.icon-minus:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-search:before {
  content: "";
  font-weight: bold;
}

.icon-snapchat:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-user-icon:before {
  content: "";
}

.social-icons {
  margin-bottom: 15px;
}

.fancybox-close:before {
  content: "";
  font-size: 27px !important;
  font-family: "ootsb" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1em;
  text-decoration: inherit;
  display: inline;
  margin-right: 0.2em;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 5px;
}

.icon-check {
  display: block;
  float: left;
  height: 30px;
  margin-right: 8px;
  clear: both;
}

.icon-check-long {
  height: 60px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(0.1) translateY(-2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateY(60px);
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale(0.1) translateX(-2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateX(48px);
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale(0.1) translateX(2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateX(-48px);
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.1) translateY(2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateY(-60px);
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale(0.475) translateY(-60px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateY(2000px);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale(0.475) translateX(42px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateX(-2000px);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale(0.475) translateX(-42px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateX(2000px);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale(0.475) translateY(60px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateY(-2000px);
    transform-origin: center top;
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

.delay-0s {
  animation-delay: 0;
}

.delay-025s {
  animation-delay: 0.25s;
  opacity: 0;
}

.delay-05s {
  animation-delay: 0.5s;
  opacity: 0;
}

.delay-075s {
  animation-delay: 0.75s;
  opacity: 0;
}

.delay-1s {
  animation-delay: 1s;
  opacity: 0;
}

.animate_right, .animate_left, .animate_up, .animate_down {
  opacity: 0;
}

.ie .animated, .ie .animate_right, .ie .animate_left, .ie .hsContent, .ie .animated, .ie .thumbnail img, .thumbnail svg, .ie .product_gallery img {
  opacity: 1 !important;
}

.ie delay-025s, .ie .delay-0s, .ie .delay-025s, .ie .delay-05s, .ie .delay-075s, .ie .delay-1s {
  opacity: 1 !important;
}

.ie select {
  background-image: none !important;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^=ss-] {
  -ms-zoom: 1;
}

.remove {
  font-size: 24px !important;
  margin-right: 0;
  margin-top: 8px;
}

/* #Password Page
================================================== */
#password-page-bg {
  background-color: #000000;
  color: #ffffff;
}

input#password {
  width: 100%;
}

#password-container {
  margin: 0px auto;
  max-width: 100%;
  display: table;
  text-align: center;
  display: table;
}

#password-container h1 {
  color: #ffffff;
}

.password-page-row {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-page-col {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px;
  width: 100%;
  
}
.password-page-col .ss-icon {
  color: #ffffff;
}
.password-page-col .ss-icon:hover {
  color: #e6e6e6;
}
.password-page-col .ss-icon:last-child span {
  margin-right: 0;
}

.password-page-message {
  color: #ffffff;
  font-size: 20px;
  margin: 0 auto 25px;
}

.password-page-follow {
  color: #ffffff;
}

.password-logo {
  max-width: px;
  margin: 0px auto;
}

.password-message {
  max-width: 600px;
  margin: 0 auto;
}

.hr-small {
  margin: 20px auto;
  width: 50px;
}

.ss-password, .ss-password:hover, .ss-password:visited {
  font-family: "SSSandbox";
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  margin: 15px 15px 25px 0;
  display: inline-block;
  color: #ffffff;
}

.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}

.powered {
  display: block;
  margin-top: 15px;
}

.shopify a {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
  padding-left: 21px;
  color: #ffffff;
  text-decoration: none;
}

.password-footer a {
  color: #ffffff;
  text-decoration: none;
}

/* Password Page Modal CSS */
.controls {
  display: block;
  margin: 1em 2em 1em 2em;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .controls {
    text-align: center;
  }
}

#open-me a {
  color: #ffffff;
}

.close-me {
  z-index: 8000;
}

.close-me a {
  color: #000;
}

.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}

.overlay-data {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.inputbox {
  margin: 0px auto;
  max-width: 100%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #000;
}

.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em 0;
}

.storefront-password-form .actions {
  display: inline-block;
}

.storefront-password-form #password {
  width: 80%;
  display: inline-block;
}

#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8;
}

.pass-close {
  color: #000 !important;
  padding: 0 !important;
  margin: 1em !important;
  position: inherit !important;
  font-size: 2em;
}

@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
  .modalbox {
    display: block;
    width: 414px !important;
    max-width: 100%;
    text-align: center;
  }

  .pass-close {
    display: block;
    margin: 0.65em -0.15em 1em 0 !important;
  }
}
/* #Order page
================================================== */
.order-details__discount {
  display: block;
}

/* #Page Details
================================================== */
body[class^=page-details] .footer {
  margin-top: 0;
}

.shopify-section--page-details-template .container {
  padding: 0;
}
.shopify-section--page-details-template .title {
  margin-top: 0;
}
.shopify-section--page-details-template .article {
  padding-bottom: 0;
}
.shopify-section--page-details-template div.container .featured_products {
  padding-top: 0;
}

/* #Product Details
================================================== */
.details-section {
  margin-top: 20px;
}
.details-section .container {
  padding: 0;
}
.details-section .action_button {
  width: auto;
}
.details-section img,
.details-section svg {
  width: 100%;
  margin-bottom: 1em;
}
.details-section img.rich-image {
  max-width: auto;
  margin-bottom: 20px;
}
.details-section .feature_divider_left {
  margin: 25px 0px 25px 0px;
}

.detail_title {
  line-height: initial;
  font-size: 42px;
  margin-bottom: 0.3em;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000002;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 798px) {
  .detail_title {
    font-size: 21px;
  }
}

.featured_collections .featured-link--half a[href] img {
  box-shadow: #000 0em 0em 0em;
  transition: opacity 0.2s linear;
}

.featured_collections .featured-link--half:hover a[href] img {
  opacity: 0.8;
}

.featured-link--section {
  box-sizing: border-box;
  float: left;
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
}
.featured-link--section:nth-child(odd) {
  flex-direction: row-reverse;
}
.featured-link--section:nth-child(odd) .featured-link--half {
  float: right;
}

.featured-link--half.featured-link--image {
  background-color: transparent;
  text-align: center;
}

.featured-link--half {
  box-sizing: border-box;
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  display: table;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .featured-link--half {
    width: 100%;
    flex: 1 0 100%;
  }
}
.featured-link--half .featured-link--wrap {
  width: 100%;
  flex: 0 0 auto;
}
.featured-link--half img,
.featured-link--half svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .featured-link--half img,
.featured-link--half svg {
    width: 100%;
    max-width: auto;
  }
}
.featured-link--half .info {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}
.featured-link--half .info.text-align--right {
  text-align: right;
}
.featured-link--half .info.text-align--right .description:before {
  margin-right: 0;
}
.featured-link--half .info.text-align--left {
  text-align: left;
}
.featured-link--half .info.text-align--left .description:before {
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .featured-link--half .info {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    padding: 2em 0;
  }
}
.featured-link--half .collection_title {
  font-size: 2vw;
  margin-bottom: 0.3em;
  display: inline-block;
  color: #000002;
}
@media only screen and (max-width: 798px) {
  .featured-link--half .collection_title {
    font-size: inherit;
  }
}
.featured-link--half .description {
  position: relative;
  font-size: 1.6vw;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .featured-link--half .description {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 480px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}
.featured-link--half .action_button {
  width: auto;
}
@media only screen and (max-width: 798px) {
  .featured-link--half .action_button {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 798px) {
  .featured-link--half .action_button {
    padding: 7px 15px;
  }
}

.featured_collections.across-2 .featured-link--section.featured-link--no-image {
  width: 100%;
}
.featured_collections.across-2 .featured-link--section:nth-child(odd) .featured-link--half {
  float: left;
}

.featured-link--section.featured-link--no-image > img {
  display: none;
}
.featured-link--section.featured-link--no-image .featured-link--half {
  width: 100%;
}
.featured-link--section.featured-link--no-image .info {
  position: static;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  text-align: center;
  padding: 2em;
}
.featured-link--section.featured-link--no-image .info.text-align--left {
  text-align: center;
}
.featured-link--section.featured-link--no-image .info.text-align--right {
  text-align: center;
}
.featured-link--section.featured-link--no-image .description, .featured-link--section.featured-link--no-image .collection_title {
  display: none;
}

.featured_collections.across-2 {
  display: flex;
  flex-wrap: wrap;
}
.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
    flex-direction: row;
  }
}
.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) {
  flex-direction: row-reverse;
}

.featured_collections.across-2 .featured-link--section.featured-link--no-image .featured-link--half {
  width: 100%;
}
.featured_collections.across-2 .featured-link--section {
  width: 50%;
  flex-direction: row;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--section {
    width: 100%;
  }
  .featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--section .featured-link--half {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .featured_collections.across-2 .featured-link--section .featured-link--half {
    width: 100%;
  }
}
.featured_collections.across-2 .featured-link--section .description {
  font-size: 1.2vw;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--section .description {
    font-size: inherit;
  }
}
.featured_collections.across-2 .featured-link--section .button {
  font-size: 1.2vw;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--section .button {
    font-size: inherit;
  }
}
.featured_collections.across-2 .featured-link--image:nth-of-type(2n+1) {
  clear: both;
}
.featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
  float: left;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
    float: right;
  }
}
.featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
  float: right;
}
@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
    float: left;
  }
}
.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) .featured-link--half {
  float: right;
}

.featured-link--half .collection_title {
  font-size: 2vw;
}
@media only screen and (max-width: 798px) {
  .featured-link--half .collection_title {
    font-size: inherit;
  }
}

@media only screen and (max-width: 798px) {
  .shopify-section--product-template .block__image_gallery .image-gallery__item {
    margin-bottom: 1em;
  }
}

/* #Integrated Shopify Reviews
================================================== *//* #Homepage Banner Images
================================================== */
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.full-link + .banner__text {
  pointer-events: none;
}

@media only screen and (max-width: 798px) {
  .delay-0s,
.delay-025s,
.delay-05s,
.delay-075s,
.delay-1s,
.animate_right,
.animate_left,
.animate_up,
.animate_down {
    opacity: 1;
  }
}
@media only screen and (min-device-width: 798px) and (max-device-width: 1024px) {
  .animate_right,
.animate_left,
.animate_up,
.animate_down {
    opacity: 1;
  }
}
.parallax__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.parallax__wrap .container {
  padding: 0;
  max-width: 1200px;
  width: 95%;
}
.parallax__wrap .container .video__text {
  width: 100%;
}

.parallax__wrap,
.banner {
  overflow: hidden;
}
.parallax__wrap.horizontal-text-position--center,
.banner.horizontal-text-position--center {
  justify-content: center;
}
.parallax__wrap.horizontal-text-position--left,
.banner.horizontal-text-position--left {
  justify-content: flex-start;
}
.parallax__wrap.horizontal-text-position--right,
.banner.horizontal-text-position--right {
  justify-content: flex-end;
}
.parallax__wrap.vertical-text-position--center,
.banner.vertical-text-position--center {
  align-items: center;
}
.parallax__wrap.vertical-text-position--top,
.banner.vertical-text-position--top {
  align-items: flex-start;
}
.parallax__wrap.vertical-text-position--bottom,
.banner.vertical-text-position--bottom {
  align-items: flex-end;
}


  
.parallax[style*="placeholder.svg"]::after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #C8C8C8;
  opacity: 0.8;
}

.banner__text {
  z-index: 3;
  display: flex;
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .banner__text {
    width: 100%;
  }
}
.banner__text .subtitle p a {
  pointer-events: all;
}
.banner__text a.action_button {
  pointer-events: all;
  padding: 10px 40px;
}
@media only screen and (max-width: 798px) {
  .banner__text a.action_button {
    padding: 10px;
    font-size: 13px;
  }
}
.banner__text.text-align--left {
  text-align: left;
  justify-content: flex-start;
}
.banner__text.text-align--left .headline,
.banner__text.text-align--left .subtitle {
  text-align: left;
}
.banner__text.text-align--right {
  text-align: right;
  justify-content: flex-end;
}
.banner__text.text-align--right .headline,
.banner__text.text-align--right .subtitle {
  text-align: right;
}
.banner__text.text-align--center {
  text-align: center;
  justify-content: center;
}
.banner__text.text-align--center .headline,
.banner__text.text-align--center .subtitle {
  text-align: center;
}

.banner__inner-text {
  max-width: 55%;
  padding: 50px 10px;
}
@media only screen and (max-width: 798px) {
  .banner__inner-text {
    padding: 20px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 798px) {
  .banner__inner-text {
    max-width: 100%;
  }
}

.horizontal-text-position--center .banner__inner-text {
  max-width: 80%;
}
@media only screen and (min-width: 481px) and (max-width: 798px) {
  .horizontal-text-position--center .banner__inner-text {
    max-width: 100%;
  }
}

.banner__wrap {
  position: relative;
  display: flex;
}
.banner__wrap img {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  z-index: 1;
}

.flexslider .slides .banner__wrap img {
  height: 100%;
}

.banner__image-wrapper {
  flex: 1;
}
@media only screen and (max-width: 798px) {
  .banner__image-wrapper .image-element__wrap {
    height: 100%;
  }
}

.parallax noscript img {
  display: block;
}

.banner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@supports not (-ms-high-contrast: none) {
  .parallax__container {
    background-color: #ffffff;
  }
}

.parallax__container .parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  width: 100%;
}@media only screen and (max-width: 798px) {
    .parallax__container .parallax {
      position: static;
    }
  }.mobile-placeholder-svg,
.flexslider .slides .mobile-placeholder-svg {
  display: none;
}

@media only screen and (max-width: 798px) {
  .parallax-banner .mobile-parallax-enabled--false.mobile-image-crop-enabled--false .parallax {
    background-size: contain !important;
    height: auto !important;
  }
  .parallax-banner .mobile-parallax-enabled--false.mobile-image-crop-enabled--false .mobile-placeholder-svg {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .parallax-banner .mobile-parallax-enabled--false.mobile-image-crop-enabled--false .banner__text {
    position: absolute;
  }
}

@supports (-ms-ime-align: auto) {
  .parallax__container .parallax {
    background-attachment: fixed;
    transform: none;
    transform-style: flat;
  }
}
@supports not (-ms-high-contrast: none) {
  .parallax__container .parallax {
    min-height: 100%;
  }
}
@media (prefers-reduced-motion) {
  .parallax__container .parallax {
    position: static;
  }

  .product-gallery__image,
.flexslider .slides {
    transition: none ease-in !important;
  }

  .animated {
    animation: none ease-in;
    opacity: 1;
  }
}
.darken-image-true .parallax::after,
.darken-image-true .banner__wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
/* #Custom Styles
================================================== */

/*Old CSS*/
#search {
  @include background-opacity(#000, 0.6);
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 900;
  position: fixed;
  text-align: center;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.search-close {
  padding-top: 125px;
  font-size: 32px;
  color: #888;
  position: relative;
  right: 10px;
  float: right;
  top: 45px;
  font-size: 28px;
  cursor: pointer;
}

#search form {
  z-index: 950;
  padding-top: 50px;
  clear:both;
}

#search form input {
  height: 60px;
  border: solid 1px rgb(138, 137, 138);
  padding-left: 55px;
  font-size: 26px;
}

.blog_search { position: relative; }

.blog_search .icon-search {
  position: absolute;
  font-size: 14px;
  top: 13px;
  left: 12px;
  cursor: pointer;
}

.blog_search .search_box {
  padding-left: 36px;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder { /* Firefox 18- */
  color: #888;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

/* #Images
================================================== */
/*
  The purpose of the below declaration is to make sure images don't
  exceed the width of columns they are put into when resizing window.
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that
  are children of the grid that you want to resize with grid.
*/
  .product_row img,
  .product_image_col img,
  .article_image img,
  .section img,
  .thumbnail img,
  .page img,
  .sidebar img,
  .logo img,
  .cart_image img,
  .footer img,
  #target img {
    max-width: 100%;
    height: auto;
  }

  .zoomImg {
    max-width: inherit !important;
    cursor: pointer;
  }

  /* Allows quick shop button to remain accurately in place. */
  .product_container {
    display: inline;
    position: relative;
  }

  .rounded {
    margin: 0 20%;
    overflow: hidden;
    border-radius: 50%;
    @include prefix(backface-visibility, hidden, webkit spec);
    @include prefix(transform, translate3d(0, 0, 0), webkit spec);
  }

  /* Swap to second image on hover */

  

  /* Lazyloading styles */ 

  .lazyload--fade-in {
    -webkit-backface-visibility: hidden;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 200ms, -webkit-filter 200ms, opacity 0.2s;
    opacity: 0.2;
  }

  //Ensures that small images are not stretched larger
  .image__container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
  }

/* #Placeholders
================================================== */

  .featured_links,
  #instafeed,
  .featured-products-section,
  .featured-collection-section,
  .featured-blog-section,
  .collection-list-section {
    svg {
      background-color: #f3f3f3;
      fill: #7f8c8d;
    }
  }

  .featured-products-section {
    .section {
      margin: 30px 0;
    }
  }

  $color-blankstate: rgba(#000002, 0.3);
  $color-blankstate-background: rgba(#000002, 0.4);

  .placeholder-svg {
    fill: $color-blankstate;
    background-color: $color-blankstate-background;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    display: block;
  }

  .placeholder-svg--banner,
  .placeholder-svg--slideshow,
  .placeholder-svg--video {
    max-height: 600px;
  }

  .placeholder-instagram .instas:nth-child(even) .placeholder-svg--instagram,
  .featured-promotions-section .feature-section:nth-child(even) .placeholder-svg--promotions,
  .image-with-text-section .featured-link--image:nth-child(odd) .placeholder-svg--promotions,
  .gallery-section .gallery_image:nth-child(even) .placeholder-svg,
  .logo-bar-section .logo-bar__item:nth-child(even) .placeholder-svg {
    background-color: rgba(#000002, 0.35);
  }

  .placeholder-svg--video {
    fill: transparent;
  }

  .bcg-placeholder {
    background-color: #000002;
  }

  .homepage_slider .bcg-placeholder {
    background-color: transparent;
  }

  .homepage_slider ul li:nth-child(2n + 1) .bcg-placeholder {
    background-color: #000002;
  }

  .homepage_slider ul li:nth-child(2n) .bcg-placeholder {
    background-color: rgba(#000002, 0.35);
  }

  //Prevents flash of second slide while loading
  .homepage_slider.slider-loading .slides > li:first-child { opacity: 1 !important; }

/* #Videos
================================================== */
/*
  For YouTube and Vimeo videos, wrap the embedded code snippet
  in a <div class="video-container"><div> tags to allow it to resize.
  For example:
  <div class="video-container youtube">
    <div>
     <iframe width="853" height="480" src="//www.youtube.com/embed/mSfXRb4W-R0?rel=0" frameborder="0" allowfullscreen></iframe>
    </div>
  </div>
*/
  .video-container > div { position: relative; }

  .video-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
  }

  .vimeo,
  .youtube { max-width: 830px; margin: 0 auto; }

  .slideshow-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
  }
  .slideshow-video-container iframe,
  .slideshow-video-container object,
  .slideshow-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-wrapper {
    width: 600px;
    max-width: 100%;
  }

  video {
    display: block;
    width: 100%;
    height: auto;
  }

  /* #Home page - video */

  .autoplay--true {
    .bcg {
      background-image: none !important; //make sure there is no background image flash
    }
    .hsContainer img {
      opacity: 0;
      @include respond-to('small') {
        opacity: 1;
      }
    }
  }

  .homepage-video {
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
    }
    video {
      cursor: default;
    }
    .homepage-video--media {
      cursor: pointer;
      width: 100%;
      height: auto;
      padding-top: 0;
    }
    .action_button {
      cursor: pointer;
    }
    .mediaWrapper {
      position: relative;
      top: 0;
      left: 0;
      
    }
    .first_button {
      pointer-events: true;
    }

    .caption.text-on-video {
      color: #015fa9;
      z-index: 3;
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      pointer-events: none;
      text-align: center;
      margin: 0;
      a {
        pointer-events: all;
      }
    }
    .hsContainer__image + .hsContent.text-on-video {
      top: 50%;
    }
  }

  .video-added {
    height: auto !important;
    .hsContent {
      background-color: transparent;
    }
    .hsContainer__image {
      opacity: 0;
      height: 0;
    }
  }

  .homepage-video.darken-video-true .hsContainer::after {
    content: '';
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }

  .caption {
    color: #015fa9;
    pointer-events: none;
    text-align: center;
    width: 100%;
    a {
      pointer-events: all;
    }
  }

/* #Buttons
================================================== */

a.button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  .action_button,
  a.action_button,
  input.action_button[type="submit"],
  input.action_button[type="button"],
  .share-button,
  .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background: #015fa9;
    color: #ffffff;
    border: 0;
    padding: 10px 10px;
    text-align: center;
    cursor: pointer;
    font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    transition: all 200ms ease 0s;
    -webkit-appearance: none;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a.button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .action_button:hover,
  input.action_button[type="submit"]:hover,
  input.action_button[type="button"]:hover,
  button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
    background: #015fa9;
    transition: all 200ms ease 0s;
  }

  a.button:active,
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active,
    .action_button:active,
    input.action_button[type="submit"]:active,
    input.action_button[type="button"]:active,
    button.shopify-payment-button__button.shopify-payment-button__button--unbranded:active {
      box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  }

  .add_to_cart,
  #cart_form .add_to_cart,
  form.product_form input.add_to_cart {
    width: 100%;
    margin-bottom: 0;
  }

  .disabled {
    pointer-events: none;
  }

  .amazon-payments-pay-button {
    display: block !important;
    text-align: center;
  }

  //Shopify smart payment buttons
  .add_to_cart.action_button {
    line-height: initial;
    min-height: 44px;
    margin-bottom: 0;
    @include respond-to('small') {
      min-height: 50px;
    }
  }

  .action_button.action_button--secondary {
    background-color: transparent;
    border: 1px solid #015fa9;
    color: #015fa9;
    margin-bottom: 8px;
    box-shadow: none;
    line-height: 1.2;
    padding: 10px 0;
    min-height: 44px;
  }

  .shopify-payment-button {
    position: relative;
  }

  .shopify-payment-button button {
    line-height: 1.2;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
  }


  // Shopify requires us to add this style for the Dynamic Payment Buttons

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .shopify-payment-button__button--branded,
  .shopify-payment-button__button--unbranded {
    overflow: hidden;
    min-height: 44px;
  }

  button.shopify-payment-button__more-options {
    color: #000000;
    box-shadow: none;
    text-transform: none;
    font-size: 0.9rem;
    letter-spacing: 0;
    padding: 16px 0 28px;
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 50%;
    @include prefix(transform, translateX(-50%), ms webkit spec);
    &:hover {
      background-color: transparent;
    }
  }

  .purchase-details.smart-payment-button--true {
    padding-bottom: 30px;
  }

  .purchase-details.smart-payment-button--false {
    @include align-items(flex-end);
  }

  .purchase-details__quantity {
    margin-right: 20px;
    input.quantity {
      padding-top: 11px;
      padding-bottom: 11px;
      line-height: 1.4;
      min-height: 44px;
      margin-bottom: 0;
    }
  }

  body.cart .dynamic-checkout__content {
    padding-top: 0 !important; //important used to override Shopify's styles
  }

  .additional-checkout-button.additional-checkout-button--paypal {
    min-width: 100% !important;
  }

  .additional-checkout-button+.additional-checkout-button {
    margin-left: 0 !important;
    max-width: 100% !important;
  }

/* #Cart
================================================== */

#cart {
  z-index: 9000000;
  margin-bottom: 0;
}

#cart.side-cart-position--right {
  textarea {
    width: 90%;
  }
}

#cart.side-cart-position--bottom {
  textarea {
    float: left;
    width: 50%;
  }

  .action_button {
    
    @include respond-to('medium') {
      
        width: 48%;
      
    }
  }

  .mm-action_buttons {
    float: right;
    @include respond-to('small') {
      width: calc(100% - 40px);
    }
  }
}

.tos_checkbox {
  @include flexbox();
  margin-bottom: 15px;
  p {
    margin-bottom: 0;
    margin-left: 3px;
    line-height: 1.2;
  }
}

h4.discount,
h4.subtotal {
  margin-bottom: 0;
  padding-bottom: 0;
}

.notification-discount {
  display: block;
}

p.applied_discount {
  color: #000405;
}

p.add-to-cart-wrap {
  margin-bottom: 0;
  input.add_to_cart {
    min-height: 55px;
    margin-bottom: 0;
  }
}

.cart-currency-text {
  margin: 20px 20px 0 20px;
}

/* #Tabs
================================================== */
  ul.tabs {
    display: block;
    margin: 10px 0 15px 0;
    padding: 0;
    border-bottom: solid 1px #000202;
    border-top: 0;
    list-style: none outside;
    margin-left: 0;
}
ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
    border: 0;
    list-style: none outside;
    margin-left: 0;
}
ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    padding: 0 15px;
    line-height: 30px;
    border-width: 1px 0 0 1px;
    margin: 0;
    font-size: 13px; }
ul.tabs li a.active {
    border: solid 1px #000202;
    background-color: #ffffff;
    border-bottom: #ffffff;
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-right-width: 1px;
    margin: 0 -1px 0 0;
    color: #000000;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px; }
ul.tabs li:first-child a {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px; }
ul.tabs li:last-child a {
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px; }
ul.tabs-content { margin: 0; display: block; border: 0;}
ul.tabs-content > li { display:none; border: 0;}
ul.tabs-content > li.active { display: block; border: 0; padding-left: 10px; }

  /* Clearfixing tabs for beautiful stacking */
  ul.tabs:before,
  ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
ul.tabs:after {
    clear: both; }
ul.tabs {
    zoom: 1; }

/* #Forms
================================================== */
form {
    margin-bottom: 0px; }
fieldset {
    margin-bottom: 20px; }
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="range"], input[type="color"], select, textarea {
    display: block;
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 0 9px;
    margin: 0;
    line-height: 22px;
    border: 1px solid #dfdfdf;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    outline: none;
    background: #fff;
    color: #5f6a7d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 13px 'Montserrat';
    margin-bottom: 0px;
    }
input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="url"]:active, input[type="url"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="month"]:active, input[type="month"]:focus, input[type="week"]:active, input[type="week"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="range"]:active, input[type="range"]:focus, input[type="color"]:active, input[type="color"]:focus, select:active, select:focus, textarea:active, textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
select::-ms-expand {
  display: none;
}
select {
  background: url(//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/select.png?v=14851661302579857310) no-repeat right, #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 9px 8px;

}
label,
  legend,
  .option_title {
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
      }
input[type="checkbox"] {
    display: inline; }
label span,
  legend span {
    font-weight: bold;
    font-size: 13px;
    color: #444; }
textarea { padding: 8px; min-height: 80px; }

  .btn.action_button, input.btn.action_button[type="submit"], input.btn.action_button[type="button"] { width: inherit; }

  #target {
    text-align: center;
  }
  .quantity_label {
    display: inline;
    font-size: smaller;
  }
  body.cart .quantity_label {
    text-transform: none;
    font-size: 14px;
    color: #000000;
  }
  .remove_item a {
    font-size: smaller;
    color: #015fa9;
  }
  input.quantity {
    width: 48px;
    display: inline;
    margin-bottom: 0;
    padding: 8px 5px;
  }
  #cart input.quantity  {
    @include background-opacity(#fff, 0.8);
    text-align: center;
    width: 32px;
    line-height: 1em;
    padding: 0;
    position: relative;
    top: -12px;
  }
  #cart input.quantity:hover, #cart input.quantity:focus  {
    @include background-opacity(#fff, 0.95);
  }

  #cart input.quantity::-webkit-inner-spin-button,
  #cart input.quantity::-webkit-outer-spin-button {
   -webkit-appearance: none;
    margin: 0;
  }

  .cart_items p {
    margin-bottom: 5px;
  }
  li.cart_item a {
    text-indent: 0 !important;
    font-size: small;
  }
  li.last_cart_item:after {
    border: none !important;
  }
  .cart_image {
    max-width: 100px;
    text-align: center;
    margin: 0;
  }

  a.continue {
    text-align:right;
    font-size: 32px;
    margin-right: 10px !important;
    padding: 10px 0 5px 0 !important;
    opacity: 0.8;
  }
  a.continue:hover {
    opacity: 1;
  }
  .empty_cart {
    text-align: center;
    font-size: 22px;
    padding-top: 40px !important;
    color: inherit;
  }
  .empty_cart:after {
    border: 0 !important;
  }
  #get-rates-submit {
    margin-top: -1px;
  }
  #customer {
    margin: 1em auto;
  }
  #customer_login {
    margin-bottom: 2px;
  }
  .multi_select {
    display: none;
  }
  .acceptsMarketing {
    margin-bottom: 10px;
    label, input {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    p {
      margin: 0 0 2px 0;
    }
  }
/* #Tables
================================================== */

$table-background-color: #015FA9;
$table-border-color: #dcdcdc;

table,
#order_details,
#customer_orders {
  width: 100%;
  margin-bottom: 20px;
  th {
    color: white;
    font-weight: 700;
    text-align: center;
    background-color: $table-background-color!important;
  }
  th,
  td {
    padding: 0px;
    border-right: 1px solid $table-border-color;
    &:first-child {
      border-left: 1px solid $table-border-color;
    }
  }
  tr {
    border-bottom: 1px solid $table-border-color;
    &:first-child {
      border-top: 1px solid $table-border-color;
    }
    .order_summary td.label {
      text-align: right;
    }
  }
}


/* #Misc
================================================== */
.hidden { display: none; }
.remove{ color: #000000; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.right { float:right; position: relative; }
.left { float: left; }
.inline { display: inline; }
.center { text-align: center; }
.relative { position: relative; }
h2.align_right { text-align: right; }
h2.align_left { text-align: left; }
h2.align_center { text-align: center; }
.align_right { text-align: right; }
.align_left { text-align: left; }
.align_center { text-align: center; }
p.warning { text-align: center; font-weight: bold; padding-top: 10px; }
.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.warning--quantity {
  font-weight: bold;
  z-index: 0;
  float: left;
}
.no-js-only {
  display: none !important;
}
.cart_item p.warning { margin-top: 5px; }
.strikethrough { text-decoration: line-through; };
.container div.mobile_only, span.mobile_only, .mobile_only { display:none; }
.no_border { border: none !important; }
.extra_padding { padding-top: 4px; }
div.hidden { display: none; }
html.mm-bottom.mm-opened.mm-opening div.is-absolute {
  position: absolute !important;
  top: 0;
  margin-top: 0;
}
.is-absolute {
  position: absolute;
  top: 0;
  margin-top: 0;
}
#grid .column,
  #grid .columns {
    background: #ddd;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     border-radius: 2px; }
#grid .column:hover,
  #grid .columns:hover {
    background: #bbb;
    color: #333; }
#grid .example-grid { overflow: hidden; }

/* #Site Styles
================================================== */

  .header div.logo a {
    margin: 0 auto;
    display: block;
    color: #040000 !important;
  }

  .homepage_content { 
    padding: 5px 0; 
  }

  .featured_content,
  .featured_content h1,
  .featured_content h2,
  .featured_content h3,
  .featured_content h4,
  .featured_content h5,
  .featured_content h6 {
    color: #000000;
  }

  .featured_content {
    background-color: rgba(0,0,0,0);
  }

  .richtext_content--featured_text {
    font-size: 21px;
  }

  .frontpage_product_stagger--true .product_section:nth-child(2n) {
    > div {
      float: right;
    }
  }

  .container .breadcrumb--text, .container .section_select {
    padding-top: 8px;
    font-size: 10px;
  }
  .breadcrumb__wrapper a.ss-icon {
    font-size: 32px;
    margin: 10px 10px 10px 0;
    color: #000000;
  }
  .breadcrumb__wrapper .icon-arrow-right {
    font-size: 8px;
    position: relative;
    top: -1px;
  }
  .breadcrumb__wrapper a.ss-icon:hover {
    color: #015fa9;
  }
  .nav_arrows {
    float: right;
  }
  .continue_shopping {
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
  }
  .sku, .spr-badge {
    margin-top: -2px;
  }
  .spr-badge {
    margin-bottom: 1em;
  }
  .thumbnail .spr-badge {
    margin: 0;
  }
  #category {
    width: 100%;
  }
  .paginate {
    text-align:center;
  }
  .paginate a, .paginate .current, a.tag {
    border: solid 1px #000202;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 10px 5px;
    padding: 5px 10px;
    display: inline-block;
  }
  .paginate .current {
    font-weight: bold;
  }
  a.tag {
    font-size: smaller;
    padding: 4px 6px;
    margin: 5px 2px 5px 0;
  }
  .featured_collections { margin-bottom: 10px }
  .paginate a:hover, a.tag:hover {
    color: #015fa9;
  }
  .paginate .deco {
    border: none;
  }
  .featured_collections .thumbnail {
    text-align: center;
  }
  .thumbnail a:hover {
    color: #015fa9;
  }
  
    .thumbnail .info {
     text-align: center;
    }
    .thumbnail .price {
      display: block;
      font-weight: bold;
    }
    .collection_swatches {
      text-align: center;
    }
  
  .new {
    position: relative;
    display: inline;
    padding: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
  }

  

    .products .thumbnail img {
      height: 180px;
      width: auto;
    }

    .products .thumbnail img.secondary {
      max-height: 180px;
      max-width: 100%;
      height: auto !important; //override lazyload stretch
      width: auto !important; //override lazyload stretch
    }

    .products .thumbnail svg {
      max-height: 180px;
    }

    .thumbnail img.lazyloaded {
      height: auto;
      max-height: 180px;
    }

  

  .thumbnail .price, .thumbnail .sold_out, .sold_out {
    font-weight: bold;
    color: #000000;
  }

  .thumbnail .sale, .sale {
    color: red;
  }

  .sale_banner,
  .new_banner {
    display: block;
    background: #ff9000;
    font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
    sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 5px;
    text-align: center;
    color: black;
  }

  .new_banner {
    background: #ffb400;
  }

  .thumbnail .price, .thumbnail .title {
    display: block;
    font-weight: bold;
  }

  .cart_price {
    float: right;
    text-align: right;
    padding-left: 20px;
    font-weight:bold;
    display: none;
  }

  #estimated-shipping, .excluding_tax {
    display: block;
  }

  .cart_page_image {
    float:left;
    margin-right: 20px;
    text-align: center;
    display: block;
    width: 100%;
  }

.size_chart {
  float: right;
  padding-top: 5px;
  .icon-arrow-right {
    font-size: 12px;
  }
}

.size_chart_content {
  display: none;
  padding: 10px 20px;
}

  .icon-arrow-right {
    font-size: smaller;
  }
  #size-chart h4 {
    padding: 15px 0 0 0;
    text-align: center;
  }
  .cart_page_image img {
    opacity: 0;
    transition: opacity .3s ease-in;
  }
  .price_total_text {
    font-weight: normal;
    display: none;
  }
  .was_price {
    text-decoration: line-through;
    color: #030000;
    font-style: italic;
    text-shadow:none;
    font-weight:normal;
  }

  .thumbnail span.quick_shop {
    margin: 0;
    right: 12px;
    bottom: 12px;
    display: none;
    position: absolute;
    color: #363636;
    .icon-plus {
      margin: 0;
    }
  }

  .thumbnail:hover span.quick_shop {
    display: block;
    &:hover {
      color: #015fa9;
      cursor: pointer;
    }
  }

  .thumbnails a {
    display:block;
    margin-bottom: 1em;
  }
  #instafeed img, #instafeed svg, #instafeed video {
    margin-bottom: 1em;
  }
  .arrow {
    font-size: smaller;
    position: relative;
    top: -1px;
    left: 2px;
    opacity: 0.6;
  }
  .modal {
    margin: 10px 0;
    display: none;
    background-color: #ffffff;
  }
  .modal_product {
    width: auto;
    line-height:0;
    max-width: 940px;
  }
  .modal_product img {
    cursor: pointer;
  }
  .modal_image {
    text-align:center;
  }
  .modal a {
    padding-bottom: 0;
  }
  .modal form {
    margin-bottom: 10px;
  }
  .notify_form .action_button {
    width: 100%;
  }
  .product_image_col {
    margin-top: 15px;
    text-align:center;
  }
  .meta {
    font-size: 13px;
  }
  .meta p {
    font-size: 13px;
    margin-bottom: 0;
  }
  p.meta {
    margin-bottom: 10px;
  }
  .comment-body p.meta {
    margin-bottom: 5px;
  }
  .comment-body h6 {
    padding-top: 0;
  }

  .sidebar-block {
    border-bottom: 1px solid #000202;
    margin-bottom: 12px;
    &:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }
  }
  .sidebar_title {
    padding-bottom: 0;
  }
  .content_block.toggle_list {
    padding-right: 15px;

    a {
      display: inline;
      position: static;
      padding-left: 0;
      margin-left: 0;
      border-left: none;
      color: #015fa9;
      &:hover {
        border-left: none;
        color: #015fa9
      }
    }
  }
  .blog h2 {
    margin-bottom: 0;
    line-height: 1.4em;
  }
  .blog h2 a {
    color: #000002;
  }
  .blog_list {
    margin-left: 0
  }
  .blog_meta span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: smaller;
    color: #030000;
  }
  .blog_meta span:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    margin: -1px 5px 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #ced3d3;
    box-sizing: border-box;
  }
  .blog_meta span:last-child:after {
    background-color: transparent;
  }
  .tags span a {
    font-weight: bold;
    color: #015fa9;
  }
  .blog_list li {
    list-style: none;
  }

  .article h5.sub_title {
    line-height: 1.5em;
    letter-spacing: 0;
  }

  .excerpt {
    line-height: 1.8em;
    position: relative;
    max-height: 9em; /* exactly five lines */
    margin-bottom: 1em;
    overflow: hidden;
  }

  .excerpt-length--lg .truncation-fade {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      margin: 0; padding: 30px 0;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }

  .excerpt-length--sm .truncation-fade {
      display: none;
  }

  .continue_reading .action_button {
    padding: 8px 15px;
    margin-top: 15px;
  }

  .article,
  .article_image {
    display: block;
    padding-bottom: 5px;
  }

  .article img,
  .article svg {
    margin-bottom: 0px;
  }

  body.article { padding-bottom: 0 }
  .toggle span {
    color: #030000;
    font-weight: bold;
    font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
    font-size: smaller;
    float: right;
    display: none;
  }

  .toggle-all--true {
    h4.toggle {
      cursor: pointer;
    }
    .toggle span {
      display: block;
    }
    .toggle_list, .recent_articles {
      display: none;
    }
  }

  form.search input[type="text"] {
    width: 50%;
    display: inline-block;
    margin-right: 1em;

    @include respond-to('medium') {
      width: 100%;
      margin-right: 0;
    }
  }
  .sidebar .search {
    padding-top: 8px;
  }
  .sidebar .search input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .meta .label, .label {
    color: #030000;
  }
  .blog_meta, .blog_meta a {
    color: #030000;
  }
  .blog_meta a:hover {
    color: #015fa9;
  }
  .count {
    font-style: normal;
    font-size: 13px;
  }
  #tag_filter, #sort-by {
    width: 65%;
    display: inline-block;
    margin-bottom: 0;
  }
  .section_select {
    text-align: right;
  }
  .checkout {
    display:block;
    float:right;
    margin-top: 0;
  }
  .additional-checkout-buttons {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;

    & > *:not(script) {
      padding: 10px 0 0 10px;
      vertical-align: top;
      line-height: 1;

      @include respond-to('medium') {
        padding: 10px 0 0 5px;
      }

      &:first-child,
      &:empty {
        padding-left: 0;
      }
    }
  }
  .or {
    font-size:smaller;
    font-style: italic;
    padding: 0 10px;
  }
  .purchase {
    margin-top: 25px;
  }
  .inline_purchase {
    display: inline-block;
    margin-left: 20px;
    margin-top: 25px;
  }
  .comment {
    margin-bottom:20px;
  }
  .gravatar {
    width: 100px !important;
  }
  .gravatar img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
  .red {
    color: #C33;
  }
  .address p {
    margin-bottom: 5px;
  }
  div#disqus_thread ul, div#disqus_thread li {
      border: none;
  }

/* #Home page - map
================================================== */

.mapLayout {
  width: 100%;
  position: relative;
  .placeholder-svg--banner {
    max-height: 400px;
  }
  .mapLayout--display {
    img.lazyload--fade-in.lazyloaded {
      width: 100%;
      height: auto;
      max-height: 400px;
      object-fit: cover;
    }
  }
  .mapLayout--info {
    @include flexbox();
    @include align-items(center);
    width: 25%;
    max-width: 350px;
    height: 300px;
    position: absolute;
    padding: 20px 40px;
    top: 30px;
    border: 1px solid #000202;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    &.info--right {
      right: 10%;
    }
    &.info--left {
      left: 10%;
    }

    @include respond-to('medium') {
      position: relative;
      width: calc(100% - 80px);
      max-width: 100%;
      border-color: initial;
      box-shadow: none;
      top: 0;
      &.info--right {
        right: 0;
      }
      &.info--left {
        left: 0;
      }
    }

    .info {
      width: 100%;
    }

    p {
      margin-bottom: 0;
    }
    .action_button {
      margin-top: 20px;
    }
  }
}

/* #Home page - newsletter
================================================== */

.newsletter-section {
  .newsletter--center { margin: 0 auto; }
  .newsletter--right { float: right; }

  .content_padding {
    padding: 0 20px;
    @include respond-to('medium') {
      padding: 0;
    }
  }
}

/* #Home page - richtext
================================================== */

.featured-content-section {
  img {
    max-width: 200px;
    display: block;
  }

  .align_center img {
    margin: 0 auto;
  }

  .align_left img {
    margin-left: 0;
    margin-right: auto;
  }

  .align_right img {
    margin-left: auto;
    margin-right: 0;
  }
}

/* #Instagram Feed
================================================== */

  #instafeed .instagram__item {
    position: relative;
    margin-bottom: 20px;
  }

  .instagram__item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  .instagram__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .instagram__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
  }

  .instagram__video-link {
    &:after, &:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
    }
    &:after {
      width: 0;
      height: 0;
      border: 16px solid transparent;
      border-left: 20px solid #fff;
      margin-top: -18px;
      margin-left: -7px;
      -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.25));
    }
    &:before {
      margin-top: -34px;
      margin-left: -34px;
      width: 60px;
      height: 60px;
      border: 3px solid #fff;
      border-radius: 50%;
      box-shadow: 0 0 4px rgba(black, 0.18);
      background: rgba(black, 0.42);
      transition: background 0.3s ease;
    }
    &:hover {
      &:before {
        background: rgba(black, 0.7);
      }
    }
  }


  .social-feeds-wrap {
    .sixteen {
      .columns:nth-child(4n + 1){
        margin-left: 0;
      }
      .columns:nth-child(4n + 4){
        margin-right: 0;
      }
    }
    .eight {
      .columns:nth-child(odd){
        margin-left: 0;
      }
      .columns:nth-child(even){
        margin-right: 0;
      }
    }
  }

/* #Blog
================================================== */

.sidebar .sidebar_content {
  .input-row {
    @include flex-direction(column);
    margin-left: 0;
    margin-right: 0;

    input {
      margin: 5px 0;
    }
  }
}

/* #Newsletter
================================================== */

.input-row {
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
}

/* #Image Gallery
================================================== */

.gallery-section {
  text-align: center;

  a {
    display: block;
  }

  img {
    width: 100%;
    height: auto;
    display: block;
  }

  .two-per-row {
    width: 50%;
    @include respond-to('medium') {
      width: 100%;
    }
  }

  .three-per-row {
    width: 33.333%;
    @include respond-to('medium') {
      width: 100%;
    }
  }

  .four-per-row {
    width: 25%;
    @include respond-to('medium') {
      width: 100%;
    }
  }

  .gallery_image {
    display: block;
    float: left;
  }

  .add-padding {
    padding: 10px;
  }
}

/* #Image with text
================================================== */

@media screen and (max-width: 767px) {
  .image-text--align-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
  }
}

.homepage_content.image_with_text .content_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  @include respond-to('medium') {
    margin-top: 0.75em;
  }
}

/* #Testimonials
================================================== */

.testimonial-block {
  text-align: center;
  padding: 15px 0;
}

.testimonial-block__text {
  padding-top: 15px;
}

.testimonial-dash {
  font-size: 22px;
  vertical-align: top;
}

/* #Logo-list
================================================== */
.logo-bar-section {

  h2 {
    padding-bottom: 6px;
    color: #000000;
  }
}

.logo-bar {
  text-align: center;
  margin-bottom: 20px;
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: calc(20% - 45px);
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;

  @include respond-to('medium') {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* #Contact form
================================================== */

.quote-container {
  margin: 2em 0;
  p {
    font-style: italic;
    font-weight: bold;
  }
}

.contact_form {
  padding-top: 0.75em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  @include respond-to('medium') {
    display: block;
  }
}

.contact_text_position--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contact_text_position--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-contact .hsContent h1 { display: inline-block; }

.contact_text_alignment--right .contact_content {
  text-align: right;
}

.contact_text_alignment--center .contact_content {
  text-align: center;
}

.contact-template_contact_form {
  margin-bottom: 50px;
}

.contact_form.contact_text_position--center .contact_content {
  margin-bottom: 25px;
}

/* #Swatch Styles
================================================== */




/* #Footer
================================================== */

  .footer {
    margin-top: 2.5em;
    padding: 25px 0;
    border-top: solid 1px #ffffff;
    background-color: #010000;
    color: #ffffff;
    
      background-image: url("//cdn.shopify.com/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_2000x.gif");
      
        background-repeat:no-repeat;
        background-attachment:fixed;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;
      
    
  }

  .index .footer {
    margin-top: 0;
  }

  .footer h6, .footer .footer_menu a {
    margin-bottom: 20px;
    color: #ffffff;
  }
  .footer p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #ffffff;
  }
  .footer a, .footer a:visited {
    color: #ffffff;
    font-size: 12px;
  }
  .footer a:hover, .footer a:active {
    color: #015fa9;
  }
  .footer .footer_menu a, .footer .footer_menu a:visited {
    color: #ffffff;
  }
  .footer .footer_menu a:hover {
    color: #015fa9;
  }
  .footer a.ss-icon {
    font-size: 55px;
  }
  .footer form {
    margin-bottom: 0;
  }
  .page-contact .footer {
    margin-top: 0;
  }
  .page-contact .maps {
    position: relative;
    bottom: -6px;
  }
  .maps iframe {
    display: block;
    pointer-events: none;
  }
  .sub-footer .social_icons li {
    display: inline;
    padding-right: 10px;
  }
  .payment_methods {
    margin: 4px 0 6px 0;
    filter:alpha(opacity=80);
    opacity: 0.9;
  }
  .payment_methods svg {
    padding-right: 4px;
    height: 30px;
    width: 48px;
  }
  .credits_right {
    text-align: right;
  }
  .footer_menu {
    list-style: none;
    margin: 0;
  }
  .footer_menu li {
    display: inline-block;
    padding-right: 20px;
  }

/* Custom mmenu styles
================================================== */
.mm-menu {
  background: #333333;
  background: rgba(51,51,51,0.6);
  color: rgba(255, 255, 255, 0.6);
  max-height: 100vh;

  .continue {
    color: rgba(255,255,255,0.8);
    text-indent: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -20px;
    margin-bottom: 5px;
    line-height: 10px;
  }
}

.mm-menu.mm-opened {
  @include flexbox()
}

#nav a,
#nav span,
#nav li select.currencies {
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
}

.mm-listview li.currencies {
  padding: 0 8px 0 20px;
}

#nav a.ss-icon span {
  font-size: 40px;
  font-weight: normal;
}

.mm-menu .mm-listview>li>a.mm-subopen:after,
.mm-menu .mm-listview>li>a.mm-subclose:before {
  border-color: rgba(255,255,255,0.3);
}

.mm-listview a.mm-subopen:after,
.mm-listview a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-listview a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

.mm-menu .mm-listview>li.mm-label {
  background: rgba(255,255,255,0.05);
  text-transform: uppercase;
}

#cart .continue {
  margin: 0;
}

#cart.mm-menu textarea {
  margin: 15px 20px 0 20px;
  display: block;
  width: calc(100% - 40px);
}

.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 100px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 20px;
  top: 25%;
  color: rgba(255,255,255,0.8);
  z-index: 1;
  height: 80px;
}

.mm-menu .mm-searchfield {
  margin: 30px 0;
}

.mm-menu .mm-searchfield input {
  background: rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.6);
}

.mm-searchfield input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 20px;
}

.mm-listview > li .mm-btn_next {
  border-left: transparent;
}

.mm-menu .mm-noresultsmsg {
  color: rgba(255,255,255,0.3);
  display: block;
  text-align: center;
  font-size: 21px;
  padding: 60px 0;
  a {
    color: rgba(255,255,255,0.3);
  }
}

#nav .mm-search ~ .mm-listview {
  padding-top: 25px;
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-btn_next),
.mm-menu .mm-listview>li.mm-selected>span {
  background: rgba(255,255,255,0.05);
}

.mm-fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#nav {
  .mm-panels, .mm-panels > .mm-panel {
    max-width: 80vw;
  }
}

.mm-navbar__title {
  min-height: 100%;
  white-space: normal;
  word-break: break-word;
}

.mm-panel, .mm-panels,
.mm-navbar {
  background: inherit;
}

.mm-navbar {
  border-color: inherit;
  height: 80px;
  color: inherit;
}

.mm-panels,
.mm-panel,
.mm-listview,
.mm-listitem {
  color: inherit;
  border-color: inherit;
}

.social-links-container {
  @include flexbox();
  @include justify-content(center);
  .social-icons {
    @include flexbox();
    @include flex-wrap(wrap);
    @include justify-content(center);
    padding: 10px 0;
    margin: 0 0 0 8px;
  }
}

// White Menu
.mm-menu_theme-white {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  @include border-left(1px, solid, #EEEEEE);
  @include border-right(1px, solid, #EEEEEE);
  @include border-top(1px, solid, #EEEEEE);

  .mm-searchfield input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6);
  }

  .mm-listview {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .mm-listview > .mm-listitem_selected > a:not(.mm-next) {
    background: rgba(0,0,0,0.05);
  }

  .mm-listview a.mm-subopen:after,
  .mm-listview a.mm-subclose:before {
    border-color: #888;
  }
  .mm-counter {
    color: #666;
  }

  .contine {
    color: inherit;
  }
}

.mm-menu_theme-white#cart textarea,
.mm-menu_theme-white#cart .quantity {
  border-color: #ddd;
  color: #888;
}

// Black Menu
#nav.mm-menu_theme-black {
  background-color: #000;
  border-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.6);

  .mm-listview {
    border-color: rgba(255,255,255,0.2);
  }

  .mm-listview > li .mm-btn_next:after {
    border-color: rgba(255,255,255,0.2);
  }

  .mm-btn:before {
    border-color: rgba(255, 255,255,0.4);
  }
}

// Dark Menu - note to fix in theme editor, it says Gray
#nav.mm-menu_theme-dark {
  background-color: #333;

  .mm-listview {
    border-color: rgba(0,0,0,0.15);
  }

  .mm-listview > li .mm-btn_next:after {
    border-color: rgba(255,255,255,0.4);
  }

  .mm-btn:before {
    border-color: rgba(255, 255,255,0.4);
  }
}

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
/* #Media Queries
================================================== */

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {

    .collection_menu {
      display: none;
    }
    h1.collection_title_tags, div.collection_title_tags {
      border-right: 0;
      margin-right: 0;
      padding-right: 0;
    }
    .cloudzoom-lens {
      width:140px;
      height:120px;
    }
  }

/* Standard 960 to widescreen 1200(desktop browsers) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
   .nav ul li { padding: 0 7px 0 7px; }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .footer a.ss-icon {
      font-size: 42px;
      margin-right: 10px;
    }
    .nav ul.menu ul {
      margin-top: 7px;
    }
    .featured_links a span {
      font-size: 10px;
    }
    .nav ul.menu li { padding: 3px 0 3px 3px;}
  }

/* All Mobile Sizes (devices and browser) */
  @include respond-to('medium') {
    .homepage_slider .flex-direction-nav {
      display: none;
    }
    
    .article_image {
      padding-bottom: 0;
    }
    .sidebar_content {
      border: 0;
      padding: 0;
    }
    .scroll-arrow { display: none; }
    .nav_arrows { float: none; }
    .nav_arrows .prev { float: left; }
    .nav_arrows .next { float: right; }
    .minus, .plus { display: none; }
    .minus { margin: 0 2px 0 0; }
    .plus { margin: 0 0 0 2px; }
    #header a.mobile_logo {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      font-size: 18px;
      line-height: 34px;
      z-index: 0;
      width: 100%;
    }
    #header a.mobile_logo img {
      width: auto;
      max-width: 180px;
      max-height: 38px;
      margin-bottom: 10px;
      margin-top: -5px;
      margin-left: 15px;
    }

    .footer_menu li {
      display: block;
    }
    .footer a.ss-icon {
      font-size: 38px;
      margin-right: 0;
      margin-top: 6px;
    }
    #cart input.quantity { width: 24px; }

    
    .is-absolute { top: 0 !important; }
    p.mm-counter {
      right: 20px;
    }
    #tag_filter, #sort-by, .breadcrumb--text {
      margin-bottom: 1em !important;
      clear: both;
    }
    .blog_filter { margin-top: 1em; width: 100% !important; }
    .section_select { text-align: center; }
    .flex-control-nav { bottom: 10px }
    .featured_links a span {
      font-size: 10px;
    }
    .or {
      text-align: center;
      width: 100%;
      display: inline-block;
      padding-left: 0;
      padding-bottom: 5px;
    }
    .mobile_hidden { display: none !important }
    table tr.order_summary td.label { text-align: left }
    .breadcrumb {
      text-align: center;
      margin-bottom: 1.5em;
    }
    .featured_text {
      font-size: 14px;
      line-height: 1.7em;
      text-align: center;
    }

    #header {
      display: block;
    }
    .header {
      display: none;
    }
    .toggle span {
      display: block;
    }
    .toggle_list {
      display: none;
    }
    select {
      width:100%;
    }
    .flexslider a.action_button {
      width: initial;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input.action_button[type="submit"],
    input.action_button[type="button"],
    .sign_up {
      margin-left: 0;
      width: 100%;
    }

    .credits_right {
      text-align: left;
    }
    .container .column.thumbnail, .container .columns.thumbnail {
      margin-top: 1em;
    }
  td {
    padding: 4px !important;
  }
  .title_column {
      float:left;
    }
  .container div.mobile_only, .mobile_only {
      display:block;
    }
  span.mobile_only {
    display: inline;
  }
  .price_total_text {
    display: block;
  }
  .update_subtotal, .remove_column, .checkout_table_header {
    display: none;
  }
  .mobile_right {
    text-align: right;
  }
  .quick_shop {
    display: none !important;
  }
  .cart_price {
    display: block;
    margin-bottom: 0;
  }
  table tr th, table tr td {
    padding: 2px;
  }
  input.action_button {
    margin-bottom: 1em !important;
  }
  body.cart input.action_button {
    margin-bottom: 0 !important; //not on the cart page
  }
  .multiple_product_images {
    display: none;
  }
  .headline {
    font-size: 1.3em;
    line-height: 1.2em;
    position: relative;
  }
  .subtitle p {
    font-size: 1.1em;
    line-height: 1.2em;
    position: relative;
  }
  .hsContainer .left {
    padding-left: 20px !important;
  }
  .hsContainer .right {
    padding-right: 20px !important;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @include respond-to('medium') {
    .mobile_hidden { display: none !important }
  }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
   @include respond-to('small') {
    .item_info {
      max-width: 125px;
    }
    #cart textarea {
      width: 280px;
    }
    .mobile_hidden { display: none !important }
    .cart_image {
      max-width: 40px;
      padding-right: 10px;
      padding-top: 6px;
    }
    .action_button,
    .shopify-payment-button__button.shopify-payment-button__button--unbranded {
      font-size: 12px;
    }
    h1, h2, h3, h4, h5, h6, .collection_title, .empty_cart {
      font-size: 110%;
      line-height: 1.5em;
    }
    h1, h1.home, .title a, h2 {
      padding:0;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
   html {
      -webkit-text-size-adjust: 100%;
   }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select.currencies {
    position: relative;
    top: 15px;
  }
}

@-moz-document url-prefix() {
  #search form input {
    padding: 12px 15px 10px 55px;
    height: 60px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: $medium) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

@font-face {
  font-family: 'ootsb';
  src:  url('//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/ootsb.eot?v=3962594506001187610');
  src:  url('//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/ootsb.eot?v=3962594506001187610') format('embedded-opentype'),
    url('//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/ootsb.ttf?v=8842551319292751303') format('truetype'),
    url('//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/ootsb.woff?v=4239704252634143017') format('woff'),
    url('//cdn.shopify.com/s/files/1/1223/4792/t/163/assets/ootsb.svg?v=5852609896486767116') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ootsb' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  display: inline;
  margin-right: .2em;
  text-align: center;
  padding-top: 0;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wishlist:before {
    font-style: normal !important;
    font-weight: normal !important;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-up:before {
  content: "\e901";
}
.icon-cart:before {
  content: "\e902";
  font-weight: normal;
}
.icon-circle-left:before {
  content: "\e903";
}
.icon-circle-right:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-flikr:before {
  content: "\e907";
}
.icon-houzz:before {
  content: "\e909";
}
.icon-instagram:before {
  content: "\e90a";
}
.icon-arrow-left:before {
  content: "\e90b";
}
.icon-linkedin:before {
  content: "\e90c";
}
.icon-mail:before {
  content: "\e90d";
}
.icon-menu:before {
  content: "\e90e";
  font-weight: normal;
}
.icon-minus:before {
  content: "\e90f";
}
.icon-pinterest:before {
  content: "\e910";
}
.icon-plus:before {
  content: "\e911";
}
.icon-arrow-right:before {
  content: "\e912";
}
.icon-search:before {
  content: "\e913";
  font-weight: bold;
}
.icon-snapchat:before {
  content: "\e914";
}
.icon-tumblr:before {
  content: "\e915";
}
.icon-twitter:before {
  content: "\e916";
}
.icon-vimeo:before {
  content: "\e917";
}
.icon-youtube:before {
  content: "\e918";
}
.icon-user-icon:before {
  content: "\f100";
}


.social-icons {
  margin-bottom: 15px;
}

.fancybox-close:before {
  content: "\e905";
  font-size: 27px !important;
  font-family: 'ootsb' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1em;
  text-decoration: inherit;
  display: inline;
  margin-right: .2em;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 5px;
}

.icon-check {
  display: block;
  float: left;
  height: 30px;
  margin-right: 8px;
  clear: both;
}

.icon-check-long {
  height: 60px;
}

.search-submit {
  position: relative;
  left: 15px;
  float: left;
  top: 51px;
  cursor: pointer;
  &:before {
    font-size: 25px;
  }
}

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden
*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes rubberBand{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);-ms-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);-ms-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);-ms-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(-360deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(0deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);-ms-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;transform-origin:center bottom}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);-ms-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);-ms-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;transform-origin:center top}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}
}
.delay-0s {
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.delay-025s {
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
  opacity: 0;
}
.delay-05s {
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  opacity: 0;
}
.delay-075s {
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
  opacity: 0;
}
.delay-1s {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

.animate_right, .animate_left, .animate_up, .animate_down { opacity: 0 }

.ie .animated, .ie .animate_right, .ie .animate_left, .ie .hsContent, .ie .animated, .ie .thumbnail img, .thumbnail svg, .ie .product_gallery img { opacity: 1 !important; }
.ie delay-025s, .ie .delay-0s, .ie .delay-025s, .ie .delay-05s, .ie .delay-075s, .ie .delay-1s { opacity: 1 !important; }
.ie select {
  background-image: none !important;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"]{-ms-zoom: 1;}

.ss-icon, .footer .ss-icon, .ss-icon:visited, .ss-icon.ss-sandbox,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-sandbox:before, [class*=" ss-"].ss-sandbox:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-sandbox.right:after, [class*=" ss-"].ss-sandbox.right:after {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  margin: 7px 0 7px 0;
  display: inline-block;
}

.remove { font-size: 24px !important; margin-right: 0; margin-top: 8px; }
.minus, .plus { font-size: 32px; opacity: 0.8; cursor: pointer; position: relative; top: -4px}
.minus:hover, .plus:hover { opacity: 1; }
.minus { margin: 0 5px 0 0; }
.plus { margin: 0 0 0 5px; }

/* #Custom Styles
================================================== */
/* ======================== [Plus] Header Phone Number ======================== */

.header div.container {
  padding-top: 15px;
}
.plus-header-phone {
  font-weight: bold !important;
  position: absolute;
  top: 5px;
  line-height: 14px;
  font-size: 12px;
}


@include respond-to('medium'){
  .social-icons {
    margin-bottom: 0;
  }

  @media screen and (min-width: 1000px) {
  .plus-footer-phone {
    margin-bottom: 15px;
  }
  }
}



/* Add parallax style - Michael - Nov 15, 2019 */
.tmenu_navbar .tmenu_item--root > .tmenu_item_link {
  height: 52px !important;
}
.header_bar a .tmenu_item_text,
.header_bar a .tmenu_item_icon,
.header_bar a .tmenu_indicator {
  color: inherit !important;
}
.nav ul.menu li {
  padding: 0;
}
.header .nav ul.menu ul li a {
  text-align: left;
}
.nav ul.menu ul li {
  padding: 0;
  width: 100%;
}
/*
.tmenu_item--root > .tmenu_item_link {
  padding: 20px 15px !important;
}
*/
.tmenu_submenu--desktop .tmenu_item_link {
  padding: 5px 10px !important;
}
.tmenu_submenu_tab_control .tmenu_item_link {
  padding: 12px 25px !important;
}
.tmenu_submenu_type_flyout .tmenu_item_link {
  padding: 7px 25px !important;
}
.nav ul.tmenu_submenu_tab_control {
  borderwidth: 0 1px 0 0;
}
.tmenu_custom_content a {
  display: inline-block;
  padding: 0 !important;
  text-shadow: none !important;
}
.nav .tmenu_app .tmenu_submenu_has_watermark {
  padding-bottom: 20px;
}
.tmenu_submenu .tmenu_item_link {
  text-shadow: none !important;
}
.tmenu_submenu--desktop .tmenu_item_link {
  letter-spacing: .5px;
}
/* Modify font on smaller screen - mihnsen - Dec 03, 2019 */
.tmenu_navbar .tmenu_nav .tmenu_item--root .tmenu_item_link {
  @media screen and (max-width: 1200px) {
    font-size: 13px;
  }
  @media screen and (max-width: 1024px) {
    font-size: 12px;
  }
}
.tmenu_app.tmenu_app--horizontal .tmenu_item--root > .tmenu_item_link .tmenu_indicator {
  @media screen and (max-width: 1200px) {
    margin-left: 3px;
  }
}

.shogun-video .mediaWrapper {
  position: static !important;
}

.sku {
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 0px;
  font-size: 16px;
}

.vartool {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
img.mm-tooltip {
  vertical-align: sub;
  width: 16px;
}
.vartoolInner {
  display: none;
  position: absolute;
  /*width: 96%;*/
  width: 32em;
  border: 1px solid #dedede;
  background: #fff;
  padding: 2%;
  /*left: 0;*/
  right: 0;
  font-weight: normal;
  z-index: 9;
  box-shadow: 0 3px 2px #c7c3c3;
  margin-top: -130px;
}

@media screen and (max-width: 800px) {
  .vartoolInner {
  display: none;
  position: absolute;
  /*width: 96%;*/
  width: 24em;
  border: 1px solid #dedede;
  background: #fff;
  padding: 2%;
  /*left: 0;*/
  right: 0;
  font-weight: normal;
  z-index: 9;
  box-shadow: 0 3px 2px #c7c3c3;
  margin-top: -100px;
}
}


.vartool:hover .vartoolInner {
  display: flex !important;
  justify-content: space-between;
}
.mm-otext.mm-oimg {
  padding-right: 10px;
  width: 65%;
}
.mm-otext {
  text-align: left !important;
  text-transform: none;
  line-height: 1.4;
}
.mm-oimg {
  width: 35%;
  text-align: center;
}
.mm-oimg img {
  vertical-align: middle;
}

.txx {
  color: #848484;
}

.collection-product-title {
  color:#015fa9;
  font-weight: bold;
}
.collection-product-title:Hover {
  color:#000000;
}

#insta-feed {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#insta-feed h2 {
  font-size: 16px;
  margin-bottom: -10px;
}

@media only screen and (max-width: 921px){
#insta-feed h2 {
  font-size: 12px;
  margin-bottom: -10px;
}
}

.feature-badges {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
  line-height: normal;
    /* Enter a width here....
  width: ###px;
  */
}

.badge {
  margin-left: auto;
  margin-right: auto;
  display: flex-item;
  text-align: center;
  /* Use flex for example */
  flex: 0 0 20%;
  /* or enter a width here....
  width: ###px;
  flexbox will collapse the columns when the widths add up to more than the flexbox width */
  min-width: 10em;
}

.badge img {
  margin: 2px;
  width: 3em;
  height: auto;
}

@media only screen and (max-width: 921px){
  .badge img {
  margin: 2px;
  width: 1.5em;
  height: auto;
}
}

.badge .caption {
  text-align: center;
  font-size: 12px;
}

@media only screen and (max-width: 921px){
  .badge .caption {
  text-align: center;
  font-size: 10px;
}
}

@media only screen and (max-width: 728px){
  .badge .caption {
  text-align: center;
  font-size: 8px;
}
}

@media only screen and (max-width: 921px){
  .badge h4 {
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}
}

@media only screen and (max-width: 728px){
  .badge h4 {
  font-size: 8px;
  text-transform: uppercase;
  text-align: center;
}
}

.badge .symbol,
.badge .caption {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 922px){
.badge h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
}

.badge p {
  color: #595959;
}

.badge h4,
.badge p {
  margin: 0;
  padding: 1px;
}

/* flexbox to make grid layout */
#hb-featured-cols-layout {
	padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto!important;
    margin-right: auto!important;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
    line-height: normal;
}

@media only screen and (max-width: 767px){
#hb-featured-cols-layout {
	padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto!important;
    margin-right: auto!important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
    line-height: normal;
}
}

@media only screen and (min-width: 768px){
/* cell to act as flex-item and set width */
.hbfc-cell {
  padding: 5px;
	display: flex-item;
  flex: 0 0 30%;
  min-width: 10em;
}
}

@media only screen and (max-width: 767px){
.hbfc-cell {
  padding: 5px;
  display: flex-item;
  flex: 1 0 35%;
  min-width: 10em;
}
}

/* container to maintain aspect ratio
padding-top = height / width
e.g. 2:1 ratio = 1 / 2 = 50%
padding-top is always based on box width
this is a hacky way to force ratio without
using CSS grids */
.hbfc-arbox {
	height: 0;
  padding-top: 50%;
  position: relative;
}

/* card positioned to fill container */
.hbfc-card {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 0;
	border-radius: 0.5em;
	background-size: cover;
	display: block;
    padding: 5px;
}

/* gradient overlay */
.hbfc-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 0;
	border-radius: 0.5em;
	background: linear-gradient(to right, black 30%, transparent 50%);
}

/* text container to position text */
.hbfc-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40%;
	padding-left: 1em;
	padding-bottom: 1.5em;
	vertical-align: bottom;
	text-align: left;
	font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
	cursor: pointer;
}

@media only screen and (max-width: 1300px){
.hbfc-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45%;
	padding-left: 0.25em;
	padding-bottom: 0.25em;
	vertical-align: bottom;
	text-align: left;
	font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
	cursor: pointer;
}
}

@media only screen and (max-width: 921px){
.hbfc-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45%;
	padding-left: 0.15em;
	padding-bottom: 0.15em;
	vertical-align: bottom;
	text-align: left;
	font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;
	cursor: pointer;
}
}

.hbfc-title {
	color: white;
	font-weight: bold;
	padding: 1;
	margin: 0;
	text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2;
}



@media only screen and (max-width: 1300px){
.hbfc-title {
	color: white;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2;
}
}

@media only screen and (max-width: 921px){
.hbfc-title {
	color: white;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
    font-size: 9px;
    line-height: 1.2;
}
}

.hbfc-cta {
	color: white;
	background-color: blue;
	padding: 0.25em 0.5em;
	border-width: 0;
	border-radius: 0.25em;
	text-transform: uppercase;
	transition-duration: 1s;
    font-size: 14px;
    font-weight: bold;
}

@media only screen and (max-width: 1300px){
.hbfc-cta {
	color: white;
	background-color: blue;
	padding: 0.15em 0.3em;
	border-width: 0;
	border-radius: 0.15em;
	text-transform: uppercase;
	transition-duration: 1s;
    font-size: 10px;
}
}

@media only screen and (max-width: 921px){
.hbfc-cta {
	color: white;
	background-color: blue;
	padding: 0.05em 0.2em;
	border-width: 0;
	border-radius: 0.10em;
	text-transform: uppercase;
	transition-duration: 1s;
    font-size: 8px;
}
}

.hbfc-card:hover .hbfc-cta {
	color: white;
	background-color: red;
	border-radius: 0.5em;
	cursor: pointer;
}

/* id's used for differing background images */
#hbfc-card-a {
	background-image: url("https://cdn.shopify.com/s/files/1/1223/4792/files/TrainHornKits-banner-2.jpg?v=1607466490");
}

#hbfc-card-b {
	background-image: url("https://cdn.shopify.com/s/files/1/1223/4792/files/AirHornKits-banner2.jpg?v=1607466562");
}

#hbfc-card-c {
	background-image: url("https://cdn.shopify.com/s/files/1/1223/4792/files/Horns-banner2.jpg?v=1607466644");
}

#hbfc-card-d {
	background-image: url("https://cdn.shopify.com/s/files/1/1223/4792/files/brackets-banner.jpg?v=1607466783");
}
#hbfc-card-e {
	background-image: url("https://cdn.shopify.com/s/files/1/1223/4792/files/OBA-banner.jpg?v=1607525164");
}
#hbfc-card-f {
	background-image: url("https://cdn.shopify.com/s/files/1/1223/4792/files/Electrichorns-banner.jpg?v=1580417314");
}

.global-wrapper {
    margin-top: 50px;
  }

.coming_soon {
  font-weight: bold;
  color: #000000;
  font-size: 1.5em;
}

.account-page-wishlist-link {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
}

.collection-page-title {
  text-align: center !important;
  margin-bottom: -15px !important;
  padding: 2px;
}

.full-link { color: black; background-color: transparent; }

/*Featured Blog Section*/
.featured_blog_sub_title a {
  font-size: 14px !important;
    color: #000;
  margin-bottom: -1em !important;
}

@media screen and (max-width: 950px) {
.featured_blog_sub_title a {
  font-size: 12px !important;
    color: #000;
}
}

.featured-blog-section {
  background-color: #fff;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: -10px !important;
}

.blog_date {color: #000;}

.featured-blog-title {
   font-size: 22px;
    clear: both;
    color: #000 !important;
    font-weight: 700;
    padding-top: 4px;
    text-align: center;
    margin: 0 auto 0px 0;
}

@media screen and (max-width: 767px) {
.featured-blog-title {
  font-size: 18px !important;
}
}


.continue_reading {
  font-weight: 700;
  text-decoration: underline; 
}

.continue_reading a:hover {
  font-weight: 700;
  text-decoration: underline;
  color: grey !important;
}

.hb-Contact-form label {
  color: white!important;
}

.all-blogs-link {
  font-size: 18px;
  text-decoration: underline;
  text-align: center;
  margin: 0 0 0px;
}

@media screen and (max-width: 950px) {
.all-blogs-link {
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
    margin: 0 0 0px;
}
}

.article-read-more {
  color: white !important;
}

.article-read-more:hover {
  color: #015fa9 !important;
}

/*Collection Page Descriptions*/

.collection-description {
  font-size: 12px; 
  font-weight: bold; 
  text-align: left;
}

@media screen and (max-width: 767px) {
  .collection-description {
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
}
}


/*Table Values*/
table td {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  table {
font-size: 14px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
  table {
    font-size: 12px;
  }
}

@media screen and (max-width: 825px) {
  table {
  font-size: 10px;
}
}

@media screen and (min-width: 1000px) {
a.removeBG {
	background: none !important;
}
  #shopify-section-1580165524159 {
  padding-top:35px!important;
}
}

 div#ZlistWishlist { 
   margin: -15px 0px 10px !important; 
 }

#ymm_searchbox h2 {
  padding: 0px !important;
  Margin-top: 35px !important;
  Margin-bottom: 5px !important;
}

@media screen and (max-width: 1300px) {
  #ymm_searchbox h2 {
  padding: 0px !important;
  Margin-bottom: 0px !important;
}
}

@media screen and (max-width: 960px){
.desktop-shipping-message {
  font-size: 7px !important;
}
}

.mobile-message {
  text-align: center;
}

.mobile-shipping-message-header {
  font-size: 10px!important;
}

@media screen and (max-width: 400px){
  .mobile-shipping-message-header {
    font-size: 8px!important;
  }
}

@media screen and (max-width: 310px){
  .mobile-shipping-message-header {
    font-size: 7px!important;
  }
}


@media screen and (min-width: 800px){
  .boost-pfs-filter-breadcrumb {
    margin-top: -10px;
  }
  .featured-collection-title {
    margin-top:-20px;
  }
}

.featured_products {
  margin-top: -25px!important;
  margin-bottom: -25px!important;
}
  
@media screen and (max-width: 767px){
  /* Train Horn Kits Collection Hero Images */
  .thk-collection-image1 {
    visibility: hidden;
    display: none;
  }
  /*Collection Page Top Margin*/
  .boost-pfs-filter-breadcrumb {
    margin-top: -45px;
  }
  .boost-pfs-filter-tree-mobile-button {
  margin-bottom: -10px!important;
  margin-top: -35px!important;
}
.featured_products {
  margin-top: -25px!important;
  margin-bottom: -15px!important;
  font-size: 12px;
}
  .featured-collection-title {
  font-size: 16px!important;
  padding-bottom: 0px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
  margin-bottom: 2px;
  margin-left:-5px;
  margin-right:-5px;
}
  .featured_products_desktop {
    display: none;
    visibility: hidden;
  }
 .nofloat-mobile-featured-products {
  float: none!important;
}
  .remove-on-mobile {
  visibility: hidden;
  display: none;
}
  .collection-page-title {
    margin-top:-10px;
  }
  #shopify-section-1580165524159 {
   margin-bottom:-35px; 
  }
}
  @media screen and (max-width: 768px) and (min-width: 581px){
  .product_badge {
  position: absolute;
  top: 78%;
  padding: 5px;
  left:75%;
}
}
@media screen and (max-width: 580px){
  .product_badge {
  position: absolute;
  top: 72%;
  padding: 5px;
  left:75%;
}
}  

@media screen and (min-width: 768px){
  .desktop-view {margin-left:20%!important;margin-right:20%!important;}
  .bc-sf-search-suggestion {
  min-width: 420px!important;
}
  
.desktop-shipping-message {
  font-size: 11px !important;
}
  .thk-collection-image2 {
    visibility: hidden;
    display: none;
  }
  .warranty-link {
  font-size: 12px!important;
}
.featured-collection-title {
  font-size: 36px!important;
}
  .featured_products_mobile {
    display: none;
    visibility: hidden;
  }
  .remove-on-desktop {
  visibility: hidden;
  display: none;
}
  .boost-pfs-filter-products {
  padding-top: 10px;
}
 .product_badge {
  position: absolute;
  top: 78%;
  padding: 5px;
  left:78%;
}
  #login_form {
    margin-left:auto;
    margin-right:auto;
  }}

@media only screen and (max-width: 600px) {
  .stdk-page-description {
    font-size: 10px!important;
}
}


.boost-pfs-filter-tree-mobile-button button{
  background: #015fa9 !important;
}

/*Chat Widget Left Side*/
#gorgias-chat-container iframe#chat-button { right:inherit!important; }
#gorgias-chat-container iframe#chat-window { left: 0 }
#gorgias-chat-container iframe#chat-campaigns { left: 0 }
/*End Chat Widget Left Side*/

  
/*Homepage About US CSS*/
@media only screen and (min-width: 1400px) {
  .homepage-about-us-title {
    margin-top: 25px;
  }
}
  
@media only screen and (max-width: 1199px) {
  .homepage-about-us-title {
    font-size: 16px!important;
  }
.homepage-about-us-description {
  font-size: 14px;
}
}
  
@media only screen and (max-width: 959px) {
  .homepage-about-us-title {
    font-size: 14px!important;
  }
.homepage-about-us-description {
  font-size: 12px;
}}
  
@media only screen and (max-width: 757px) {
  .homepage-about-us-title {
    font-size: 12px!important;
  }
.homepage-about-us-description {
  font-size: 11px;
}}
  

.img-about-us {
  Max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
  
/*Product Page Accordion*/
  
.hb-accordion {
background-color:#000;
color:#fff;
font-size:13px;
cursor:pointer;
padding:10px;
width:100%;
text-align:left;
border:none;
outline:0;
transition:.4s;
margin-bottom:6px}
.hb-accordian-panel,.hb-accordion-panel{padding:0 18px;background-color:#fff;overflow:hidden;max-height:0;transition:max-height .2s ease-out}
}
/*End of Product Page Accordion*/
  

.affirm-as-low-as{font-weight:400}.thumbnail .affirm-modal-trigger{display:inline}


#zonos .z-brand{display:none}#header{height:80px}@media only screen and (max-width:219px){#header a.icon-menu span{display:none}}@media only screen and (max-width:798px){.global-wrapper{margin-top:80px}#header a.icon-menu:before{font-weight:900}}@media only screen and (min-width:800px) and (max-width:1200px){.nav ul.menu{text-align:center;line-height:normal}.header.header-position--below_header div.dropdown__wrapper ul.menu li,.header.header-position--below_parent div.dropdown__wrapper ul.menu li,.nav a,.nav a:visited,.nav ul li a.dropdown-link{padding-top:0!important;padding-bottom:0!important}}

.hb-collection-item-subtitle{text-align:center}

.hb-product-video-embed,.hb-product-video-embed iframe{width:100%;min-width:688px;min-height:387px;}@media only screen and (max-width:767px){.nav_arrows{display:none}.container .nine.columns,.container .seven.columns{width:100%}.hb-product-video-embed,.hb-product-video-embed iframe{width:100%;min-width:320px;min-height:180px}}@media only screen and (max-width:767px) and (min-width:480px){.hb-product-video-embed,.hb-product-video-embed iframe{width:100%;min-width:432px;min-height:243px}}@media only screen and (min-width:768px){.hb-product-video-embed{padding-top:1em;padding-bottom:1em;max-width:800px}.hb-product-video-embed iframe{margin:0 auto}}

@media only screen and (max-width:1199px) and (min-width:960px){.container .seven.columns{width:42%}}
	
.hb-collection-product-container{width:30%}.hb-collection-product-summary{font-size:.9em;font-weight:400}@media only screen and (min-width:768px) and (max-width:959px){.container .four.columns.hb-collection-product-container{width:45%}}@media only screen and (min-width:798px){.container .four.columns.sidebar{width:14%}}

#cart .mm-listitem__text{white-space: normal;}

/*Sort By on Search Page CSS*/
.sort-by-css {
  margin-left: 635px;
}

@media only screen and (max-width: 1225px) {
  .sort-by-css {
    margin-left: 485px;
  }
}

.main-money {
  color: #015fa9 !important;
}

.collection-breadcrumbs {
  margin-top: 8px !important;
  margin-bottom: -17px!important;
}

.stamped-badge-caption {
  color: #000!important;
}

#cart .mm-listview > li {
   margin-top: -15px;
}

.item_info {
   width: 60%;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .hb-search-bar {
    margin-bottom: 10px;
    margin-top:-20px!important;
  }}

@media only screen and (min-width: 1500px){
.global-wrapper {
    max-width: 100%!important;
    margin-top: 50px!important;
}
#shopify-section-1580324527644 {
 max-width: 1280px; 
}}

#shopify-section-article-template {
  background-color:black;
}

#shopify-section-article-template {
  border-bottom-style: solid;
    border-width: 2px;
    border-color: white;
}}

/*Google Recaptcha Badge*/
.grecaptcha-badge { visibility: hidden; }

.single-option-selector {
  font-size: 12px!important;
}

@media only screen and (max-width: 800px){
.mm-menu_opened {
  z-index: 9999!important;
}}

.meteor-menu[data-meteor-id="PAsMJk"][data-meteor-template="fortress"] .m-level-2 a {
  font-size:12px!important;
}

@media only screen and (max-width: 1000px) and (min-width: 799px){
#shopify-section-1580165524159 {
  padding-top:45px!important;
}}

  
@media only screen and (max-width: 1150px) and (min-width: 768px) {
  .menu-top-padding {
  padding-top:20px;
  }}

@media only screen and (min-width: 800px) {
.two-fifths {
  width: calc(40% - 20px);
}}

.breadcrumb {
   margin-top:-25px!important; 
}

@media only screen and (min-width: 1200px) {
.in-the-media-width {
  width: 70%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
  .stadium-kit-images img{
    width:80%;
}
}

@media only screen and (max-width: 1199px) {
.in-the-media-width p{font-size: 12px!important;}
.in-the-media-width h1{font-size: 16px!important;}}

@media only screen and (max-width: 798px) {.medium-down--one-whole {width: 100%;}.two-fifths.columns { width:100%; }}

.shopify-section {width:100%;}
.shg-product-variant-select {font-size:12px!important;text-transform:uppercase;color:black;font-family: "Montserrat", "DejaVu Sans", Verdana, sans‑serif;font-weight: 600;}
.stamped-badge-caption {font-weight:bold;}