/** Shopify CDN: Minification failed

Line 1818:16 Expected ":"
Line 3022:14 Expected ":"
Line 3272:2 Expected identifier but found "*"
Line 5053:2 Expected identifier but found "*"
Line 5136:2 Expected identifier but found "*"
Line 5728:29 Unexpected "{"

**/
/*
* Fashionopolism Responsive Shopify theme
* Copyright 2018, We are Underground
* www.weareunderground.com
*
*
* Gridlock v3.2.1
* A responsive CSS grid system. Part of the Formstone Library.
* http://formstone.it/gridlock/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/
*, :after, :before {
  box-sizing: border-box
}

.gridlock .row {
  width: 92%;
  margin-left: auto;
  margin-right: auto
}

.gridlock .row:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden
}

.gridlock .row .row {
  width: 102.08333333%;
  margin-left: -1.04166667%;
  margin-right: -1.04166667%
}

.gridlock .row .contained .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0
}

.gridlock .row [class*=all-], .gridlock .row [class*=desktop-], .gridlock .row [class*=max-], .gridlock .row [class*=min-], .gridlock .row [class*=mobile-], .gridlock .row [class*=tablet-] {
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%
}

.gridlock .row [class*=all-].padded, .gridlock .row [class*=desktop-].padded, .gridlock .row [class*=max-].padded, .gridlock .row [class*=min-].padded, .gridlock .row [class*=mobile-].padded, .gridlock .row [class*=tablet-].padded {
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%
}

.gridlock .row [class*=all-].contained, .gridlock .row [class*=desktop-].contained, .gridlock .row [class*=max-].contained, .gridlock .row [class*=min-].contained, .gridlock .row [class*=mobile-].contained, .gridlock .row [class*=tablet-].contained {
  margin-left: 0;
  margin-right: 0
}

.gridlock .row [class*=all-].right, .gridlock .row [class*=desktop-].right, .gridlock .row [class*=max-].right, .gridlock .row [class*=min-].right, .gridlock .row [class*=mobile-].right, .gridlock .row [class*=tablet-].right {
  float: right
}

@media screen and (min-width:500px) {
  .gridlock .row {
    width: 480px
  }
}

@media screen and (min-width:740px) {
  .gridlock .row {
    width: 720px
  }
}

@media screen and (min-width:980px) {
  .gridlock .row {
    width: 960px
  }
}

@media screen and (min-width:1220px) {
  .gridlock .row {
    width: 1200px
  }
}

@media screen and (min-width:1680px) {
  .gridlock .row {
    width: 1400px
  }
}

@media screen and (max-width:739px) {
  .gridlock-mobile-fluid .row {
    width: 98%
  }
}

.gridlock .row .all-fifth {
  width: 17.91666667%
}

.gridlock .row .all-fourth {
  width: 22.91666667%
}

.gridlock .row .all-third {
  width: 31.25%
}

.gridlock .row .all-half {
  width: 47.91666667%
}

.gridlock .row .all-full {
  width: 97.91666667%
}

.gridlock .row .all-push-fifth {
  margin-left: 21.04166667%
}

.gridlock .row .all-push-fourth {
  margin-left: 26.04166667%
}

.gridlock .row .all-push-third {
  margin-left: 34.375%
}

.gridlock .row .all-push-half {
  margin-left: 51.04166667%
}

.gridlock .row .contained.all-fifth {
  width: 20%
}

.gridlock .row .contained.all-fourth {
  width: 25%
}

.gridlock .row .contained.all-third {
  width: 33.33333333%
}

.gridlock .row .contained.all-half {
  width: 50%
}

.gridlock .row .contained.all-full {
  width: 100%
}

.gridlock .row .contained.all-push-fifth {
  margin-left: 20%
}

.gridlock .row .contained.all-push-fourth {
  margin-left: 25%
}

.gridlock .row .contained.all-push-third {
  margin-left: 33.33333333%
}

.gridlock .row .contained.all-push-half {
  margin-left: 50%
}

.gridlock .row [class*=all-].centered {
  float: none;
  margin-left: auto;
  margin-right: auto
}

.gridlock .row .all-hide {
  display: none
}

@media screen and (max-width:739px) {
  .gridlock .row .mobile-1 {
    width: 31.25%
  }
  .gridlock .row .mobile-2 {
    width: 64.58333333%
  }
  .gridlock .row .mobile-3 {
    width: 97.91666667%
  }
  .gridlock .row .mobile-push-1 {
    margin-left: 34.375%
  }
  .gridlock .row .mobile-push-2 {
    margin-left: 67.70833333%
  }
  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%
  }
  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%
  }
  .gridlock .row .contained.mobile-3 {
    width: 100%
  }
  .gridlock .row .contained.mobile-push-1 {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.mobile-push-2 {
    margin-left: 66.66666667%
  }
  .gridlock .row .mobile-fifth {
    width: 17.91666667%
  }
  .gridlock .row .mobile-fourth {
    width: 22.91666667%
  }
  .gridlock .row .mobile-third {
    width: 31.25%
  }
  .gridlock .row .mobile-half {
    width: 47.91666667%
  }
  .gridlock .row .mobile-full {
    width: 97.91666667%
  }
  .gridlock .row .mobile-push-fifth {
    margin-left: 21.04166667%
  }
  .gridlock .row .mobile-push-fourth {
    margin-left: 26.04166667%
  }
  .gridlock .row .mobile-push-third {
    margin-left: 34.375%
  }
  .gridlock .row .mobile-push-half {
    margin-left: 51.04166667%
  }
  .gridlock .row .contained.mobile-fifth {
    width: 20%
  }
  .gridlock .row .contained.mobile-fourth {
    width: 25%
  }
  .gridlock .row .contained.mobile-third {
    width: 33.33333333%
  }
  .gridlock .row .contained.mobile-half {
    width: 50%
  }
  .gridlock .row .contained.mobile-full {
    width: 100%
  }
  .gridlock .row .contained.mobile-push-fifth {
    margin-left: 20%
  }
  .gridlock .row .contained.mobile-push-fourth {
    margin-left: 25%
  }
  .gridlock .row .contained.mobile-push-third {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.mobile-push-half {
    margin-left: 50%
  }
  .gridlock .row [class*=mobile-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
}

@media screen and (max-width:499px) {
  .gridlock .row .min-1 {
    width: 31.25%
  }
  .gridlock .row .min-2 {
    width: 64.58333333%
  }
  .gridlock .row .min-3 {
    width: 97.91666667%
  }
  .gridlock .row .min-push-1 {
    margin-left: 34.375%
  }
  .gridlock .row .min-push-2 {
    margin-left: 67.70833333%
  }
  .gridlock .row .contained.min-1 {
    width: 33.33333333%
  }
  .gridlock .row .contained.min-2 {
    width: 66.66666667%
  }
  .gridlock .row .contained.min-3 {
    width: 100%
  }
  .gridlock .row .contained.min-push-1 {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.min-push-2 {
    margin-left: 66.66666667%
  }
  .gridlock .row .min-fifth {
    width: 17.91666667%
  }
  .gridlock .row .min-fourth {
    width: 22.91666667%
  }
  .gridlock .row .min-third {
    width: 31.25%
  }
  .gridlock .row .min-half {
    width: 47.91666667%
  }
  .gridlock .row .min-full {
    width: 97.91666667%
  }
  .gridlock .row .min-push-fifth {
    margin-left: 21.04166667%
  }
  .gridlock .row .min-push-fourth {
    margin-left: 26.04166667%
  }
  .gridlock .row .min-push-third {
    margin-left: 34.375%
  }
  .gridlock .row .min-push-half {
    margin-left: 51.04166667%
  }
  .gridlock .row .contained.min-fifth {
    width: 20%
  }
  .gridlock .row .contained.min-fourth {
    width: 25%
  }
  .gridlock .row .contained.min-third {
    width: 33.33333333%
  }
  .gridlock .row .contained.min-half {
    width: 50%
  }
  .gridlock .row .contained.min-full {
    width: 100%
  }
  .gridlock .row .contained.min-push-fifth {
    margin-left: 20%
  }
  .gridlock .row .contained.min-push-fourth {
    margin-left: 25%
  }
  .gridlock .row .contained.min-push-third {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.min-push-half {
    margin-left: 50%
  }
  .gridlock .row [class*=min-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .gridlock .row .min-hide {
    display: none
  }
}

@media screen and (min-width:740px) and (max-width:979px) {
  .gridlock .row .tablet-1 {
    width: 14.58333333%
  }
  .gridlock .row .tablet-2 {
    width: 31.25%
  }
  .gridlock .row .tablet-3 {
    width: 47.91666667%
  }
  .gridlock .row .tablet-4 {
    width: 64.58333333%
  }
  .gridlock .row .tablet-5 {
    width: 81.25%
  }
  .gridlock .row .tablet-6 {
    width: 97.91666667%
  }
  .gridlock .row .tablet-push-1 {
    margin-left: 17.70833333%
  }
  .gridlock .row .tablet-push-2 {
    margin-left: 34.375%
  }
  .gridlock .row .tablet-push-3 {
    margin-left: 51.04166667%
  }
  .gridlock .row .tablet-push-4 {
    margin-left: 67.70833333%
  }
  .gridlock .row .tablet-push-5 {
    margin-left: 84.375%
  }
  .gridlock .row .contained.tablet-1 {
    width: 16.66666667%
  }
  .gridlock .row .contained.tablet-2 {
    width: 33.33333333%
  }
  .gridlock .row .contained.tablet-3 {
    width: 50%
  }
  .gridlock .row .contained.tablet-4 {
    width: 66.66666667%
  }
  .gridlock .row .contained.tablet-5 {
    width: 83.33333333%
  }
  .gridlock .row .contained.tablet-6 {
    width: 100%
  }
  .gridlock .row .contained.tablet-push-1 {
    margin-left: 16.66666667%
  }
  .gridlock .row .contained.tablet-push-2 {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.tablet-push-3 {
    margin-left: 50%
  }
  .gridlock .row .contained.tablet-push-4 {
    margin-left: 66.66666667%
  }
  .gridlock .row .contained.tablet-push-5 {
    margin-left: 83.33333333%
  }
  .gridlock .row .tablet-fifth {
    width: 17.91666667%
  }
  .gridlock .row .tablet-fourth {
    width: 22.91666667%
  }
  .gridlock .row .tablet-third {
    width: 31.25%
  }
  .gridlock .row .tablet-three-quarter {
    width: 72.9%
  }
  .gridlock .row .tablet-two-thirds {
    width: 64.5%
  }
  .gridlock .row .tablet-half {
    width: 47.91666667%
  }
  .gridlock .row .tablet-full {
    width: 97.91666667%
  }
  .gridlock .row .tablet-push-fifth {
    margin-left: 21.04166667%
  }
  .gridlock .row .tablet-push-fourth {
    margin-left: 26.04166667%
  }
  .gridlock .row .tablet-push-third {
    margin-left: 34.375%
  }
  .gridlock .row .tablet-push-half {
    margin-left: 51.04166667%
  }
  .gridlock .row .contained.tablet-fifth {
    width: 20%
  }
  .gridlock .row .contained.tablet-fourth {
    width: 25%
  }
  .gridlock .row .contained.tablet-third {
    width: 33.33333333%
  }
  .gridlock .row .contained.tablet-half {
    width: 50%
  }
  .gridlock .row .contained.tablet-full {
    width: 100%
  }
  .gridlock .row .contained.tablet-push-fifth {
    margin-left: 20%
  }
  .gridlock .row .contained.tablet-push-fourth {
    margin-left: 25%
  }
  .gridlock .row .contained.tablet-push-third {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.tablet-push-half {
    margin-left: 50%
  }
  .gridlock .row [class*=tablet-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .gridlock .row .tablet-hide {
    display: none !important
  }
}

@media screen and (min-width:980px) {
  .gridlock .row .desktop-1 {
    width: 6.25%
  }
  .gridlock .row .desktop-2 {
    width: 14.58333333%
  }
  .gridlock .row .desktop-3 {
    width: 22.91666667%
  }
  .gridlock .row .desktop-4 {
    width: 31.25%
  }
  .gridlock .row .desktop-5 {
    width: 39.58333333%
  }
  .gridlock .row .desktop-6 {
    width: 47.91666667%
  }
  .gridlock .row .desktop-7 {
    width: 56.25%
  }
  .gridlock .row .desktop-8 {
    width: 64.58333333%
  }
  .gridlock .row .desktop-9 {
    width: 72.91666667%
  }
  .gridlock .row .desktop-10 {
    width: 81.25%
  }
  .gridlock .row .desktop-11 {
    width: 89.58333333%
  }
  .gridlock .row .desktop-12 {
    width: 97.91666667%
  }
  .gridlock .row .desktop-push-1 {
    margin-left: 9.375%
  }
  .gridlock .row .desktop-push-2 {
    margin-left: 17.70833333%
  }
  .gridlock .row .desktop-push-3 {
    margin-left: 26.04166667%
  }
  .gridlock .row .desktop-push-4 {
    margin-left: 34.375%
  }
  .gridlock .row .desktop-push-5 {
    margin-left: 42.70833333%
  }
  .gridlock .row .desktop-push-6 {
    margin-left: 51.04166667%
  }
  .gridlock .row .desktop-push-7 {
    margin-left: 59.375%
  }
  .gridlock .row .desktop-push-8 {
    margin-left: 67.70833333%
  }
  .gridlock .row .desktop-push-9 {
    margin-left: 76.04166667%
  }
  .gridlock .row .desktop-push-10 {
    margin-left: 84.375%
  }
  .gridlock .row .desktop-push-11 {
    margin-left: 92.70833333%
  }
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%
  }
  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%
  }
  .gridlock .row .contained.desktop-3 {
    width: 25%
  }
  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%
  }
  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%
  }
  .gridlock .row .contained.desktop-6 {
    width: 50%
  }
  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%
  }
  .gridlock .row .contained.desktop-8 {
    width: 66.66666667%
  }
  .gridlock .row .contained.desktop-9 {
    width: 75%
  }
  .gridlock .row .contained.desktop-10 {
    width: 83.33333333%
  }
  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%
  }
  .gridlock .row .contained.desktop-12 {
    width: 100%
  }
  .gridlock .row .contained.desktop-push-1 {
    margin-left: 8.33333333%
  }
  .gridlock .row .contained.desktop-push-2 {
    margin-left: 16.66666667%
  }
  .gridlock .row .contained.desktop-push-3 {
    margin-left: 25%
  }
  .gridlock .row .contained.desktop-push-4 {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.desktop-push-5 {
    margin-left: 41.66666667%
  }
  .gridlock .row .contained.desktop-push-6 {
    margin-left: 50%
  }
  .gridlock .row .contained.desktop-push-7 {
    margin-left: 58.33333333%
  }
  .gridlock .row .contained.desktop-push-8 {
    margin-left: 66.66666667%
  }
  .gridlock .row .contained.desktop-push-9 {
    margin-left: 75%
  }
  .gridlock .row .contained.desktop-push-10 {
    margin-left: 83.33333333%
  }
  .gridlock .row .contained.desktop-push-11 {
    margin-left: 91.66666667%
  }
  .gridlock .row .desktop-fifth {
    width: 17.91666667%
  }
  .gridlock .row .desktop-fourth {
    width: 22.91666667%
  }
  .gridlock .row .desktop-third {
    width: 31.25%
  }
  .gridlock .row .desktop-half {
    width: 47.91666667%
  }
  .gridlock .row .desktop-full {
    width: 97.91666667%
  }
  .gridlock .row .desktop-push-fifth {
    margin-left: 21.04166667%
  }
  .gridlock .row .desktop-push-fourth {
    margin-left: 26.04166667%
  }
  .gridlock .row .desktop-push-third {
    margin-left: 34.375%
  }
  .gridlock .row .desktop-push-half {
    margin-left: 51.04166667%
  }
  .gridlock .row .contained.desktop-fifth {
    width: 20%
  }
  .gridlock .row .contained.desktop-fourth {
    width: 25%
  }
  .gridlock .row .contained.desktop-third {
    width: 33.33333333%
  }
  .gridlock .row .contained.desktop-half {
    width: 50%
  }
  .gridlock .row .contained.desktop-full {
    width: 100%
  }
  .gridlock .row .contained.desktop-push-fifth {
    margin-left: 20%
  }
  .gridlock .row .contained.desktop-push-fourth {
    margin-left: 25%
  }
  .gridlock .row .contained.desktop-push-third {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.desktop-push-half {
    margin-left: 50%
  }
  .gridlock .row [class*=desktop-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .gridlock .row .desktop-hide {
    display: none !important
  }
}

@media screen and (min-width:1220px) {
  .gridlock .row .max-1 {
    width: 6.25%
  }
  .gridlock .row .max-2 {
    width: 14.58333333%
  }
  .gridlock .row .max-3 {
    width: 22.91666667%
  }
  .gridlock .row .max-4 {
    width: 31.25%
  }
  .gridlock .row .max-5 {
    width: 39.58333333%
  }
  .gridlock .row .max-6 {
    width: 47.91666667%
  }
  .gridlock .row .max-7 {
    width: 56.25%
  }
  .gridlock .row .max-8 {
    width: 64.58333333%
  }
  .gridlock .row .max-9 {
    width: 72.91666667%
  }
  .gridlock .row .max-10 {
    width: 81.25%
  }
  .gridlock .row .max-11 {
    width: 89.58333333%
  }
  .gridlock .row .max-12 {
    width: 97.91666667%
  }
  .gridlock .row .max-push-1 {
    margin-left: 9.375%
  }
  .gridlock .row .max-push-2 {
    margin-left: 17.70833333%
  }
  .gridlock .row .max-push-3 {
    margin-left: 26.04166667%
  }
  .gridlock .row .max-push-4 {
    margin-left: 34.375%
  }
  .gridlock .row .max-push-5 {
    margin-left: 42.70833333%
  }
  .gridlock .row .max-push-6 {
    margin-left: 51.04166667%
  }
  .gridlock .row .max-push-7 {
    margin-left: 59.375%
  }
  .gridlock .row .max-push-8 {
    margin-left: 67.70833333%
  }
  .gridlock .row .max-push-9 {
    margin-left: 76.04166667%
  }
  .gridlock .row .max-push-10 {
    margin-left: 84.375%
  }
  .gridlock .row .max-push-11 {
    margin-left: 92.70833333%
  }
  .gridlock .row .contained.max-1 {
    width: 8.33333333%
  }
  .gridlock .row .contained.max-2 {
    width: 16.66666667%
  }
  .gridlock .row .contained.max-3 {
    width: 25%
  }
  .gridlock .row .contained.max-4 {
    width: 33.33333333%
  }
  .gridlock .row .contained.max-5 {
    width: 41.66666667%
  }
  .gridlock .row .contained.max-6 {
    width: 50%
  }
  .gridlock .row .contained.max-7 {
    width: 58.33333333%
  }
  .gridlock .row .contained.max-8 {
    width: 66.66666667%
  }
  .gridlock .row .contained.max-9 {
    width: 75%
  }
  .gridlock .row .contained.max-10 {
    width: 83.33333333%
  }
  .gridlock .row .contained.max-11 {
    width: 91.66666667%
  }
  .gridlock .row .contained.max-12 {
    width: 100%
  }
  .gridlock .row .contained.max-push-1 {
    margin-left: 8.33333333%
  }
  .gridlock .row .contained.max-push-2 {
    margin-left: 16.66666667%
  }
  .gridlock .row .contained.max-push-3 {
    margin-left: 25%
  }
  .gridlock .row .contained.max-push-4 {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.max-push-5 {
    margin-left: 41.66666667%
  }
  .gridlock .row .contained.max-push-6 {
    margin-left: 50%
  }
  .gridlock .row .contained.max-push-7 {
    margin-left: 58.33333333%
  }
  .gridlock .row .contained.max-push-8 {
    margin-left: 66.66666667%
  }
  .gridlock .row .contained.max-push-9 {
    margin-left: 75%
  }
  .gridlock .row .contained.max-push-10 {
    margin-left: 83.33333333%
  }
  .gridlock .row .contained.max-push-11 {
    margin-left: 91.66666667%
  }
  .gridlock .row .max-fifth {
    width: 17.91666667%
  }
  .gridlock .row .max-fourth {
    width: 22.91666667%
  }
  .gridlock .row .max-third {
    width: 31.25%
  }
  .gridlock .row .max-half {
    width: 47.91666667%
  }
  .gridlock .row .max-full {
    width: 97.91666667%
  }
  .gridlock .row .max-push-fifth {
    margin-left: 21.04166667%
  }
  .gridlock .row .max-push-fourth {
    margin-left: 26.04166667%
  }
  .gridlock .row .max-push-third {
    margin-left: 34.375%
  }
  .gridlock .row .max-push-half {
    margin-left: 51.04166667%
  }
  .gridlock .row .contained.max-fifth {
    width: 20%
  }
  .gridlock .row .contained.max-fourth {
    width: 25%
  }
  .gridlock .row .contained.max-third {
    width: 33.33333333%
  }
  .gridlock .row .contained.max-half {
    width: 50%
  }
  .gridlock .row .contained.max-full {
    width: 100%
  }
  .gridlock .row .contained.max-push-fifth {
    margin-left: 20%
  }
  .gridlock .row .contained.max-push-fourth {
    margin-left: 25%
  }
  .gridlock .row .contained.max-push-third {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.max-push-half {
    margin-left: 50%
  }
  .gridlock .row [class*=max-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .gridlock .row .max-hide {
    display: none
  }
}

.gridlock-fluid .row {
  width: 98%
}

@media screen and (min-width:740px) {
  .homepage-promo.desktop-12.tablet-6.mobile-3.centered {
    width: 100% !important
  }
  .homepage-promo.desktop-6.tablet-3.mobile-3.centered {
    width: 50% !important
  }
  .homepage-promo.desktop-4.tablet-2.mobile-3.centered, .notification.desktop-4.tablet-2.mobile-3.centered {
    width: 33.33333333% !important
  }
  .homepage-promo.desktop-3.tablet-1.mobile-3.centered {
    width: 25% !important
  }
}

@media screen and (max-width:740px) {
  .gridlock-fluid .mobile-3.centered {
    float: left !important;
    margin-left: 1.04166667% !important;
    margin-right: 1.04166667% !important
  }
}

.gridlock-fluid .centered {
  display: inline-block
}

* {
  margin: 0;
}

/* Assign font picker families from theme settings */





@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url("//weatheredsigns.com/cdn/fonts/roboto/roboto_n4.2019d890f07b1852f56ce63ba45b2db45d852cba.woff2?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=c8f8eacf72c4eb50d8ccec6871cf5177970233765812c9dd999fab383f5407bd") format("woff2"),
       url("//weatheredsigns.com/cdn/fonts/roboto/roboto_n4.238690e0007583582327135619c5f7971652fa9d.woff?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=479d4fcc62deec871d2f9dd94de81263d5e35b7f7ea6738f11be1436d70937b6") format("woff");
}

@font-face {
  font-family: Jost;
  font-weight: 600;
  font-style: normal;
  src: url("//weatheredsigns.com/cdn/fonts/jost/jost_n6.ec1178db7a7515114a2d84e3dd680832b7af8b99.woff2?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=f6e25cf56b279bfd1e2a897d3f66c4be33c4f9326c85a2d988a62e5565f297c6") format("woff2"),
       url("//weatheredsigns.com/cdn/fonts/jost/jost_n6.b1178bb6bdd3979fef38e103a3816f6980aeaff9.woff?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=4ea64ca51aed0dac7e75cae2b86b087afdf3e59e967913e39e498676f834adb7") format("woff");
}

@font-face {
  font-family: Jost;
  font-weight: 600;
  font-style: normal;
  src: url("//weatheredsigns.com/cdn/fonts/jost/jost_n6.ec1178db7a7515114a2d84e3dd680832b7af8b99.woff2?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=f6e25cf56b279bfd1e2a897d3f66c4be33c4f9326c85a2d988a62e5565f297c6") format("woff2"),
       url("//weatheredsigns.com/cdn/fonts/jost/jost_n6.b1178bb6bdd3979fef38e103a3816f6980aeaff9.woff?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=4ea64ca51aed0dac7e75cae2b86b087afdf3e59e967913e39e498676f834adb7") format("woff");
}


  @font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  src: url("//weatheredsigns.com/cdn/fonts/roboto/roboto_n7.f38007a10afbbde8976c4056bfe890710d51dec2.woff2?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=965722f3d03fae20d921974b2cfa6945089bef7ab7eabfa94cd3ae677fa11848") format("woff2"),
       url("//weatheredsigns.com/cdn/fonts/roboto/roboto_n7.94bfdd3e80c7be00e128703d245c207769d763f9.woff?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=ab267a4696be80e67dc32920e92b58f4f04d6cd27ebdf9bf37f21d349200b0ea") format("woff");
}




  @font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  src: url("//weatheredsigns.com/cdn/fonts/roboto/roboto_i4.57ce898ccda22ee84f49e6b57ae302250655e2d4.woff2?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8aedc902401cca619ff2092676f306908fcbaa830c1c610cab8ded32395305ae") format("woff2"),
       url("//weatheredsigns.com/cdn/fonts/roboto/roboto_i4.b21f3bd061cbcb83b824ae8c7671a82587b264bf.woff?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8cbea8c4d26bdd50c804638403514c15a7035ad8d3b04ce5c3ba380f84a90851") format("woff");
}




  @font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: italic;
  src: url("//weatheredsigns.com/cdn/fonts/roboto/roboto_i7.7ccaf9410746f2c53340607c42c43f90a9005937.woff2?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=50856babdd8c574193859ed2b0eda63c376043d3a40a43b17e3ec37326f4b0d8") format("woff2"),
       url("//weatheredsigns.com/cdn/fonts/roboto/roboto_i7.49ec21cdd7148292bffea74c62c0df6e93551516.woff?h1=d2VhdGhlcmVkc2lnbnMuY29t&h2=YnJhbmR5LXNpZ25zLmNvbQ&h3=d2VhdGhlcmVkLXNpZ25zLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8dc5dd649c7f3292d1950edf854c83f366531f9cfba01e68f671200089537158") format("woff");
}



html, body {
  height: 100%;
}

.no-fouc {
  display: none;
}

.load-wait {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  font-size: 50px;
  color: #ddd;
  margin-bottom: 50px;
}

.hide {
  display: none;
}

body {
  color: #000000;
  background: #ffffff;
  font-size: 15px;
  font-family:Roboto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
  margin: 0! important;
  line-height: 1.6em;
}

img {
  max-width: 100%;
  border: 0;
}

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

.box-ratio {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
}

.product .box-ratio {
  background-color: white;
}

.box-ratio img {
  background-color: white;
}

.lazyload-fade {
  opacity: 0;
  transition: opacity 200ms;
}

.lazyload-fade.lazyloaded {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family:Jost;
  font-weight: 600;
  margin-top: 0;
  line-height: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: #000000 !important;
}

h1 { font-size: 30px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }

h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 5px; }

p {
  font-size: 15px;
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre {
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
}

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

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

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

a {
  text-decoration: none;
  color: #000000;
  outline: 0;
  transition: all .25s ease-in-out;
}

a:hover {
  color: #4f9fa6;
  text-decoration: none;
}

a:visited {
  color:#000000;
  text-decoration: none;
}

a:focus { outline: none; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt {
  font-weight: bold;
}

ol {
  padding: 0;
  margin-left: 0;
  text-indent: 0;
  list-style-position: inside;
}

ul {
  padding: 0;
  margin: 0;
  list-style: disc inside;
}

blockquote {
  font-family: Roboto;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  padding-left: 35px;
  color: #999;
  margin: .5em 0 .5em 0;
}

hr {
  background:#dddddd;
  border: none;
  color: #dddddd;
  display: block;
  height: 1px;
  margin-top: 20px;
  width: 100%;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* NO JS Helpers
================================================== */
.no-js .no-fouc {
  visibility: visible;
  display: block;
}

.no-js .box-ratio {
  display: none;
}

.no-js .load-wait {
  display: none;
}

.no-js .flexslider .slides img.lazyload,
.no-js .product-main-image img.lazyload {
 opacity: 1;
}

.no-js .product-thumbnails .lazyload {
  display: none;
}

.no-js .vantage-accordion .product-accordion-content {
  display: block;
}

.no-js .collection-carousel {
 text-align: center;
}

.no-js .collection-carousel .lazyOwl {
  width: 14.5833333333333333%;
  display: inline-block;
}

.no-js .shifter-navigation {
  display: none;
}

.no-js #shopify-section-mobile-navigation {
  display: none;
}

.no-js .product-car {
  width: 15%;
  display: inline-block;
}

.no-js .product-collection-carousel {
  margin: 0 auto;
  text-align: center;
}

/* Primary Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #3e9097;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto;
  border: 0;
  border-radius: 3px! important;
  transition: all .25s ease-in-out;
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
  padding: 0 15px;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
  height: 44px;
  line-height: 44px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #4f9fa6;
}

.secondary-button {
  color: #000! important;
  background: #ddd! important;
}

.secondary-button:hover {
  color: ! important;
  background: #ccc! important;
}


a.button:visited {
  background: #3e9097;
  color: #ffffff;
}

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

form {
  margin-bottom: 0;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #dddddd;
  height: 40px;
  line-height: 40px;
  outline: none;
  font: 13px Roboto;
  color: #000000;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 3px;
  margin-bottom: 10px;
  background: transparent;
  height: 40px;
}

select {
  padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2);
  min-height: 32px;
}

textarea {
  min-height: 60px;
  min-width: 300px;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

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

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

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
  width: 100%;
  background: transparent;
  border: 1px solid #dddddd;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 10px;
  outline: none;
  height: 40px;
  line-height: 40px;
}

textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #dddddd;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;
  text-indent: 10px;
  padding: 10px 0;
  outline: none;
  min-height: 60px;
}

/* =============== */
/* = Start CSS = */
/* =============== */
header {
  transition: all .25s ease-in-out;
  background: #ffffff;
  position: relative;
  padding-top: 10px;
}

#top-bar {
  text-align: center;
  line-height: 30px;
  background: #1c1c1c;
  padding: 5px;
  color: #ffffff;
}

#top-bar a {
  color: #ffffff;
}

#top-bar p {
  margin-bottom: 0;
}

header .q_input {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-indent: 0;
  margin-bottom: 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  text-indent: 0;
  padding: 0 0 0 5px;
}

header .q_input::-webkit-input-placeholder {
  color: #ffffff;
}

header .q_input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

header .q_input::-moz-placeholder {  /* Firefox 19+ */
  color: #ffffff;
}

header .q_input:-ms-input-placeholder {
  color: #ffffff;
}

#identity {
  padding-bottom: 10px;
}
/*
ul#cart {
  padding: 5px 0;
  line-height: 32px;
}
*/

ul#cart li {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

ul#cart li i {
  margin-left: 8px;
}

ul#cart li a {
  display: inline-block;
  padding: 0;
  margin-left: 10px;
  text-transform: uppercase;
  color: #ffffff;
}

ul#cart li a:hover {
  text-decoration: none;
  color: #ffffff;
}

ul#cart li.cart-overview {
  margin-left: 0;
}

ul#cart li.cart-overview a {
  padding-left: 0;
}

select.currency-picker {
  width: inherit;
  background: url(//weatheredsigns.com/cdn/shop/t/2/assets/select-arrow.png?v=112595941721225094991529953516) no-repeat right;
  border: 0;
  margin: 0;
  color: #ffffff;
  padding: 0 0 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 32px;
  line-height: 32px;
  width: 60px;
}

select.currency-picker::-ms-expand {
  display:none;
}

select.currency-picker:focus::-ms-value {
  background-color: 000;
  color:#fff;
}

select.currency-picker:focus::-ms-value {
  background: #000;
  color: #fff;
}

select.currency-picker::-ms-expand {
  display: none;
}

ul#social-links {
  list-style: none;
  float: right;
  text-align: right;
  vertical-align: middle;
  line-height: 32px;
  padding: 5px 0;
}

ul#social-links li {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  font-size: 16px;
}

ul#social-links li a {
  text-align: center;
  display: block;
  padding: 0 5px;
  padding: 0;
  color: #ffffff !important;
}

ul#social-links li a:hover {
  color: #4f9fa6 !important;
}

ul#social-links li.searchbox {
  width: 260px;
}
ul#social-links li.searchbox input {
  border-top:0;
  border-right:0;
  border-left:0;
  border-bottom:1px solid #000;
  border-radius:0!important;
}
.searchbox #q {
  position: relative;
}

.searchbox #q:after {
  font-family: FontAwesome;
  content: "\f002";
}

.smallcash {
  font-size: 12px;
  margin-left: 5px;
}

#logo {
  line-height: initial;
  padding: 0;
  font-family: Jost;
}

#logo a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
}

nav {
  background: #ffffff;
  font-family: Jost;
  width: 100%;
  z-index: 5;
}

#navigation {
  padding: 0;
  position: relative;
}

/*ul#nav {
  list-style: none;
  width: 100%;
}
*/

ul#nav li {
  display: inline-block;
  z-index: 21;
  
}

ul#nav li:hover {
  color: #4f9fa6;
  background: #ffffff;
}

ul#nav li a {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  display: block;
  padding: 0 10px 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul#nav li a:hover {
  background: #ffffff;
  color: #4f9fa6;
  text-decoration: none;
}

ul#nav li.dropdown ul.submenu {
  display: none;
  background: #ffffff !important;
  float: left;
  position: absolute;
  z-index: 25;
  margin: 0;
  padding: 0;
  line-height: 26px !important;
  padding: 10px 0;
}

ul#nav li.dropdown > a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  margin-left: 10px;
}

ul#nav li:hover ul.submenu {
  display: block;
  background: #ffffff !important;
}

ul#nav li ul.submenu li {
  background: #ffffff;
  color: #000000;
  width: auto;
  text-align: left;
  position: relative;
  display: block;
  float: none;
}

ul#nav li ul.submenu li:hover {
  background: #ffffff;
}

ul#nav li ul.submenu li a:hover {
  color: #4f9fa6;
  background: #ffffff;
}

ul#nav li ul.submenu li a {
  text-align: left;
  font-weight: normal;
  font-family:Roboto;
  font-size: 13px;
  padding-left: 15px;
  color: #000000;
}

.submenu li:hover > ul.nested {
  display: block;
  position: absolute;
  left: 100%;
  background: #ffffff;
}

.nested {
  display: none;
  padding: 10px 0;
  top: -10px;
}

ul.nested:before {
  position: absolute;
  top: 10px;
  left: -28px;
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: 10px;
}

ul.mega-stack li.sub_link > ul.nested {
  margin-left: 10px;
  padding-top: 0;
  top:  initial;
  display: block;
}

ul.mega-stack li.sub_link > ul.nested:before {
  position: initial;
  top: initial;
  content: none;
}

.rightarrow {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
  color: ;
}

/* megamenu */
li.dropdown:hover > ul.megamenu {
  display: block;
}

.mega-container a:hover {
  background: #ffffff !important;
}

ul.megamenu {
  width: 100%;
  display: none;
  left: 0;
  position: absolute;
  background: #ffffff !important;
  z-index: 5;
  padding: 15px 0;
  text-align: left;
}

ul.megamenu li:hover {
  background: #ffffff !important;
}

ul.mega-stack {
  display: block;
  line-height: 30px !important;
  margin-bottom: 20px;
}

ul.mega-stack li {
  display: block !important;
  width: 100%;
  clear: left;
  background: #ffffff;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
}

ul.megamenu h4 {
  font-size: 15px;
  font-weight: ;
  color: #000000 !important;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

ul#nav li ul.megamenu li h4 a {
  padding-left: 0;
}

ul.mega-stack li a {
  text-align: left;
  font-family:Roboto;
  font-weight: normal !important;
  font-size: 13px !important;
  padding-left: 0 !important;
  color: #000000 !important;
  text-transform none !important;
}

ul.mega-stack li:hover {
  background: #ffffff !important;
}

ul.mega-stack li a:hover {
  color: #4f9fa6 !important;
  background: #ffffff !important;
}

li.has_sub_menu.edge ul.nested {
  left: initial;
  right: 100%;
}

li.edge:hover > ul.nested:before {
  left: 200%;
  margin-left: -28px;
}

#nav > a {
  display: none;
}

ul#nav li ul.megamenu div.mega-container li.desktop-3:nth-child(5n) {
  clear: left;
}

/* ============================================== */
/* ================ AJAX CART ================ */
/* ============================================== */
.js-drawer-open {
  overflow: hidden;
  height: 100%;
}

.js-drawer-open-right .is-moved-by-drawer {
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

.is-moved-by-drawer {
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.js-drawer-open-right .drawer--right {
  display: block;
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

.drawer--right {
  width: 300px;
  right: -300px;
  border-left: 1px solid #dddddd;
}

.drawer {
  -webkit-transform: translateZ(0);
  will-change: transform;
  outline: 0 none;
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 15px 15px;
  max-width: 95%;
  z-index: 22;
  color: #000000;
  background-color: #ffffff;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.drawer__header {
  display: table;
  height: 70px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.drawer__header h3 {
  margin-bottom: 0;
}

.drawer__close {
  text-align: right;
  float: right;
  cursor: pointer;
}

.ajaxcart__inner {
  margin-bottom: 30px;
}

.ajaxcart__product {
  position: relative;
  max-height: 500px;
}

#CartDrawer .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  width: 270px;
}

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.ajaxcart__product-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

span.fallback-text {
  display: none;
}

input.ajaxcart__qty-num {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dddddd;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  text-indent: 0;
  -moz-appearance: none;
  color: #000000;
  border-left: 0;
  border-right: 0;
  margin-bottom:0;
  background: transparent;
  outline: 0 none;
  border-radius: 0;
}

input.js-qty__num {
  float: left;
  display: inline-block;
  width: initial;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  min-width: initial;
  max-width: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  outline: 0 none;
}

textarea#CartSpecialInstructions {
  width: 270px !important;
  max-width: 270px;
  min-width: 270px;
}

.drawer .text-right {
  line-height: 40px;
}

.cart__checkout {
  width: 100%;
}

.ajaxcart__footer.row .text-right {
  line-height: initial;
}

.ajaxcart__footer.row .text-center {
  clear: left;
}

/* =============== */
/* = index.liquid = */
/* =============== */
#content {
  margin-top: 25px;
  position: relative;
}

.notification {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 1px;
}

.notification p {
  margin-bottom: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-section {
  margin-bottom: 20px;
  position: relative;
}

.homepage-section h2.section-heading {
  padding: 10px 0;
  
  	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  position: relative;
}



#instagram-feed,
.article-loop,
.product-loop {
  padding-top: 20px;
}

.homepage-promo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin-bottom: 18px;
}

@media screen and (max-width: 980px) {
  .homepage-promo {
    margin-bottom: 10px;
  }
}

.homepage-promo img {
  position: relative;
  display: block;
  width: 100%;
}

.homepage-promo .caption {
  padding: 2em;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.homepage-promo .caption::before,
.homepage-promo .caption::after {
  pointer-events: none;
}

.homepage-promo .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-promo .caption h3 {
  font-weight: bold;
  text-transform: none;
}

.homepage-promo .caption h3,
.homepage-promo .caption p {
  margin: 0;
}

.homepage-promo .caption p {
  letter-spacing: 1px;
  text-transform: none;
}


.homepage-promo .caption img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.homepage-promo:hover img {
  opacity: 0.9;
}

.homepage-promo .caption::before,
.homepage-promo .caption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.homepage-promo .caption::before {
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.homepage-promo .caption::after {
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.homepage-promo h3 {
  padding-top: 10%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

.homepage-promo p {
  padding: 10px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

.homepage-promo:hover .caption::before,
.homepage-promo:hover .caption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.homepage-promo:hover h3,
.homepage-promo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.gridlock .row .desktop-12.centered {
  width: 100% !important;
}

.product-car {
  margin: 10px;
}

.customNavigation {
  position: absolute;
  top: 0px;
  right: 0;
}

.customNavigation a {
  transition:			background-color 300ms ease-in-out;
  -moz-transition:		background-color 300ms ease-in-out;
  -webkit-transition:	background-color 300ms ease-in-out;
  -o-transition:		background-color 300ms ease-in-out;
}

.customNavigation a:hover {
  cursor: pointer;
  background: #eee;
  color: #000;
}

.customNavigation .prev {
  margin-right: 0;
  padding: 3px 10px;
  background: #000;
  color: #fff;
  display: inline-block;
}

.customNavigation .next {
  padding: 3px 10px;
  background: #000;
  color: #fff;
  margin-left: 0;
  display: inline-block;
}

.owl-buttons > div {
  color: #ffffff;
  border: 2px solid #3e9097;
  background: #3e9097;
  padding: 3px 10px;
  font-family: FontAwesome;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  transition: all .25s ease-in-out;
}

.owl-buttons > div:hover {
  cursor: pointer;
  background: #ffffff;
  color: #000000;
}

.owl-prev {
  left: 0;
  position: absolute;
}

.owl-next {
  right: 0;
  position: absolute;
}

.owl-prev:before {
  content:"\f104"
}

.owl-next:before {
  content:"\f105"
}

#mobile-product-photos .owl-controls {
  position: absolute;
  width: 57px;
  top: 0;
  right: 0;
  z-index: 5;
}

.index .readmore {
  text-align: left; margin-top: 20px;
}

.cta {
  margin-top: 20px;
  margin-bottom: 10px;
}

.cta a {
  color: ;
  font-size: ;
  padding: 10px 20px;
  background: ;
  letter-spacing: 1px;
  border-radius: 3px;
  transition: all .25s ease-in-out;
}

.cta a:hover {
  color: ;
  background: ;
}

ul.collection-tabs {
  text-align: center;
  margin: 10px 0 20px;
  list-style: none;
  position: relative;
  z-index: 2;
}

ul.collection-tabs li {
  display: inline-block !important;
  width: initial !important;
  margin: 0 10px;
  padding: 0;
}

ul.collection-tabs li a {
  color: #ffffff;
  border: 2px solid #3e9097;
  background: #3e9097;
  text-align: center;
  display: inline-block;
  padding: 2px 8px;
  transition: all .25s ease-in-out;
  cursor: pointer;
}

ul.collection-tabs li a:hover {
  background: #ffffff;
  color: #000000;
}

ul.collection-tabs li a.active {
  color: #3e9097;
  background: #ffffff;
}

ul.collection-tabs li:first-child a.active {
  margin-left: 0;
}

.product-collection-carousel .owl-controls {
  top: 38%;
  position: absolute;
  width: 104%;
  left: -2%;
  z-index: 5;
}

.parallax .row {
  display: table;
  width: 100%;
}

.parallax {
  position: relative;
  width: 100%;
  min-height: 100px;
}

.parallax-text {
  font-family: Roboto;
  line-height: initial;
  position: relative;
  z-index: 2;
}

.parallax-content {
  display: table-cell;
  float: none !important;
  vertical-align: middle;
  text-align: center;
  margin: 0 !important;
  width: 100% !important;
}

.shopify-section:last-child {
  margin-bottom: -20px !important;
}

@media screen and (min-width: 741px ) {
  .text-with-image {
    display: table-cell;
    margin-top: 10px;
    margin-bottom: 10px;
    float: none !important;
    vertical-align: middle;
  }
}

.text_section {
  padding: 0 40px;
}

.text-with-image {
  line-height: 0;
}

.text-with-image .rte {
  line-height: 1.6em;
}

.text-with-image h2 {
  text-align: left;
}

.homepage-text-promo {
  margin-bottom: 20px;
  margin-top: 10px;
}

.homepage-text-promo img {
  margin-bottom: 10px;
}

@media screen and (min-width: 741px ) {
  .index-section.nbm {
    margin-bottom: 0;
  }
}

.testimonial-content {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 30px;
}

.text-centered h3, .text-centered .rte {
  text-align: center;
}

.testimonial-container .owl-controls {
  clear: left;
  display: block;
  text-align: center;
}

.testimonial-container .owl-controls .owl-page {
  display: inline-block;
  margin: 0 5px 10px;
  border: 1px solid #ccc;
}

.testimonial-container .owl-controls .owl-page span {
  background: #f8f8f8;
  display: block;
  width: 10px;
  height: 10px;
}

.testimonial-container .owl-controls .owl-page:hover span {
  background: #e8e8e8;
}

.testimonial-container .owl-controls .owl-page.active span {
  background: #e8e8e8;
}

/* =============== */
/* = collections = */
/* =============== */
.collection-banner img {
  width: 100%;
}

#collection-description {
  float: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#collection-description h1 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1023px) {
  .col-with-sidebar {
    margin-left: 0;
  }
}
#collection-sidebar {
  clear: left;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .dropdownwrap {
    display: none;
    width: 100%;
    clear: left;
  }
  .col-with-sidebar {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #dropdown {
    display: none;
  }
  .dropdownwrap {
    display: block;
    position: absolute;
    top: 40px;
  }
}

#dropdown {
  margin-bottom: 20px;
  float: left;
  margin-top: -10px;
  border: 1px solid #dddddd;
  padding: 10px;
}

#collection-sidebar h4 {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#collection-sidebar ul {
  list-style-type: none;
  margin-bottom: 20px;
}

#collection-sidebar h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

#collection-sidebar ul li a.current {
  border-bottom: 1px solid #dddddd;
  text-decoration: none;
}

#collection-sidebar label {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5px;
}

#collection-sidebar ul.sub {
  margin-bottom: 0;
}

#collection-sidebar .accordion-content,
#collection-sidebar .accordion-content2 {
  margin-bottom: 20px;
  padding-left: 5px;
}

ul.accordion-side-menu li,
.accordion-toggle2 {
  padding-bottom: 2px;
}

div#collection-sidebar .accordion-toggle,
#collection-sidebar .accordion-toggle2 {
  padding-right: 25px;
}

.show {
  display: none;
}

#full-width-filter ul#sortme {
  width: 100%;
  text-align: right;
}

ul#sortme h4 {
  font-weight: normal;
}

#full-width-filter .filter {
  display: inline-block;
  margin-left: 10px;
}

#full-width-filter p {
  margin-bottom: 0;
  float: left;
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
}

.clearfix.filter {
  display: inline-block;
  border: 0;
}

select.styled-select {
  display: inline-block;
  width: initial;
  min-width: 160px;
  vertical-align: middle;
  border: 1px solid #d5d5d5;
  float: left;
  margin-left: 10px;
  font-size: 12px;
  height: 30px;
  padding-left: 5px;
  background: url(//weatheredsigns.com/cdn/shop/t/2/assets/select-arrow.png?v=112595941721225094991529953516) right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

ul#sortme li.current a {
  text-decoration: underline;
}

.collection #product-loop {
  padding-top: 0;
}

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

.product-index {
  margin-bottom: 30px;
  position: relative;
}

.product-index img {
  display: block;
  margin: 0 auto;
}

.first {
  clear: left;
}

.product-info  {
  text-align: center;
  margin-top: 10px;
}

.product-info h3 {
  font-size: 14px;
  letter-spacing: initial;
  padding: 0;
  
}

#product-info p {
  font-size: 13px;
  margin-bottom: 0;
}

#product-info a {
  text-decoration: none !important;
  text-transform: uppercase;
}

.was,
.product-compare-price,
.compare-price {
  color: #bc0000;
  text-decoration: line-through;
}

.was {
  display: inline;
  margin-left: 5px;
}

.variant-sku {
  margin-top: 12px;
  font-style: italic;
  font-size: 12px;
}

.onsale {
  display: inline;
}

.icn {
  line-height: 12px;
  position: absolute;
  top: -5px;
  left: -5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  padding: 5px 8px;
  font-weight: bold;
  font-size: 11px;
  min-width: 60px;
}

.new {
  z-index: 3;
  background: #222;
  color: #ffffff;
}

.sale-item {
  z-index: 3;
  background: #af0000;
  color: #ffffff;
}

.so {
  z-index: 4;
  background: #222;
  color: #ffffff;
}

.pre-order {
  z-index: 2;
  background: #222;
  color: #ffffff;
}

.view-full {
  width: 100%;
  text-align: right;
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.view-full a {
  text-align: right;
}

.view-full a:hover {
  text-decoration: none;
}

.view-full i {
  margin-right: 10px;
}

.prod-des {
  padding-top: 20px;
}

.product-modal {
  display:none;
  background: #3e9097;
  color: #ffffff;
  padding: 10px 20px;
  transition: all .25s ease-in-out;
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-top: -15px;
  margin-left: -30%;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 3px;
  font-size: 11px;
}

.product-modal:hover {
  color: #ffffff;
  background: #4f9fa6;
  text-decoration: none;
  cursor: pointer;
}

.product-modal:visited {
  background: #3e9097;
  color: #ffffff;
}

.product-index:hover>.product-modal {
  display: block;
}

.quick-shop {
  overflow: hidden;
  max-width: 800px;
}

.quick-shop .product-description {
  border: 0;
}

.quick-shop .thumbnail {
  width: 24%;
  vertical-align: top;
  display: inline-block;
}

.quick-shop div.bigimage.desktop-10 {
  max-width: 98.3%;
}

.row.product-quick-view .add {
    clear: left;
    margin-left: 0;
}

.row.product-quick-view .quanity-select {
    width: 100%;
    display: block;
    float: left;
}

a.full-click { 
  background:#333;
  padding:15px;
  color:white;
}

.col-swatch {
  margin: 0 0 20px 0;
}

.col-swatch ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}


  .col-swatch ul {
    text-align: center;
  }


.col-swatch li {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  padding:0;
  margin:0px 2px;
  border: 1px solid #eee;
}

.col-swatch li span {
  display: block;
  margin: 5px 10px;
}

.col-swatch li.color {
  width: 20px;
  height: 20px;
}

.col-swatch li.color span {
  width: 100%;
  height: 100%;
  margin: 0;
}

.col-swatch .options li {
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}



/* ================ */
/* = Product page = */
/* ================ */
#product-photos {
  position: relative;
}

.thumbnail {
  margin-bottom: 10px;
  border: 1px solid #fff;
}

#bigimage {
  text-align: center;
}

.mainimage {
  width: 100%;
}

.thumbnails a {
  display: block;
}

div.rte {
  margin-bottom: 10px;
}

.rte a {
  text-decoration: underline;
}

/*Change the colour*/
.active img {
  border: 1px solid #ccc !important;
}

.owl-item.active img { border: 0! important; }

img.zoomImg {
  cursor: move;
}

.main-image-navigation {
  position: absolute;
  top: 10px;
  z-index: 2;
  right: 10px;
}

img.zoomImg {
  background: #ffffff;
}

#product-price {
  font-size: 16px;
}

#product-description form,
 .product-description form {
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
}

#product-description form label,
.product-description form label {
  float: left;
  line-height: 40px;
  margin-right: 10px;
  min-width: 50px;
}

.product-navigation a,
.main-image-navigation span {
  color: #ffffff;
  border: 2px solid #3e9097;
  background: #3e9097;
  text-align: center;
  display: inline-block;
  padding: 2px 8px;
  transition: all .25s ease-in-out;
  cursor: pointer;
}

.product-navigation a:hover,
.main-image-navigation span:hover {
  background: #ffffff;
  color: #000000;
}

.selector-wrapper {
  clear: left;
}

.single-option-selector {
  height: 40px;
  width: initial;
  min-width: 195px;
  display: inline-block;
  float: left;
  border: 1px solid #ddd;
  font-size: 13px;
  font-family: Roboto;
  padding-left: 8px;
  background: url(//weatheredsigns.com/cdn/shop/t/2/assets/select-arrow.png?v=112595941721225094991529953516) right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

div#related.bottom-related {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

#related h4 {
  margin-bottom: 20px;
}

ul.related-products {
  list-style-type: none;
}

.related-products * {
  text-align: center;
  padding: 0
}

.related-products img {
  max-width: 100%;
}

.related-products li {
  float: left;
  margin: 0 0 20px;
}

ul#popups {
  clear: left;
  margin: 10px 0 20px;
  list-style-type: none;
}

ul#popups li {
  display: inline;
  margin-right 10px;
  border-right: 1px solid #dddddd;
  padding-right: 10px;
  margin-left: 10px;
}

ul#popups li.first {
  margin-left: 0;
}

ul#popups li.last {
  border-right: 0;
}

@media screen and ( min-width: 740px) {
  .product-page-popup {
    max-width: 800px;
    padding: 15px;
  }
}

#social {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

#looked-at {
  margin-top: 20px;
  border-top: 1px solid #dddddd;
}

#looked-at h4 {
  margin-bottom: 20px;
  text-align: center;
}

#product-add {
  margin-top: 20px;
  float: left;
  clear: left;
  width: 100%;
}

#product-add label {
  float: left;
  line-height: 40px;
  margin-right: 10px;
  padding: 0 !important;
}

#quantity {
  line-height: 40px;
  text-indent: 0! important;
  text-align: center;
  padding: 0! important;
  width: 50px;
  background: transparent! important;
  border: 1px solid #dddddd;
  display: inline-block;
  color: #000000;
}

.add {
  display: inline-block! important;
  line-height: 44px! important;
  padding: 0 20px! important;
}

  .add {
    clear: left;
    margin-left: 0! important;
  }
  .quanity-select {
    display: block;
    float: left;
    width: 100%;
  }

  .quantity-increment {
      margin-bottom: 20px! important;
  }

@media screen and ( min-width: 981px ) {
  .add, .shopify-payment-button {
    width: 48%! important;
    display: inline-block;
    vertical-align: top;
   }
   .shopify-payment-button {
     margin-top: 0;
     margin-left: 3%;
   }
}
@media screen and ( max-width: 980px ) {
  .add, .shopify-payment-button, .single-option-selector {
    width: 100%! important;
    margin-left: 0;
    clear: left;
  }
}
.shopify-payment-button.hide { display: none; }
.shopify-payment-button__button--branded, .shopify-payment-button__button--unbranded {
  border-radius: 3px! important;
  line-height: 44px !important;
  min-height: 44px! important;
  padding: 0! important;
  margin-bottom: 15px! important;
}

.shopify-payment-button__button--unbranded {
    color: #ffffff! important;
    background: #3e9097! important;
    font-size: 13px! important;
    font-weight: 400! important;
    font-family: Roboto! important;
}

.shopify-payment-button__button--unbranded:hover {
    color: #ffffff! important;
    background: #4f9fa6! important;
}

button.shopify-payment-button__more-options, button.shopify-payment-button__more-options:hover {
    background: transparent! important;
    color: #000! important;
    padding: 0! important;

}

button.shopify-payment-button__more-options {
    height: initial;
    line-height: initial;
}


#product-description form {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.desc {
  float: left;
  padding: 20px 0;
  width: 100%;
  margin-top: 20px;
  line-height: 26px;
}

.desc .share-icons {
  float: left;
}

.desc .share-icons a {
  margin: 0 10px 0 0;
}

.what-is-it {
  line-height: 40px;
}

.quantity {
  line-height: 40px;
  height: 40px;
  text-indent: 0 !important;
  text-align: center;
  padding: 0 !important;
  width: 50px !important;
  background: transparent !important;
  border: 1px solid #dddddd;
  display: inline-block;
  color: #000000;
  margin-bottom: 0;
}

.quantity-increment {
  border: 1px solid #dddddd;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #000000;
  font-weight: normal;
  float: left;
  display: inline-block;
  margin: 0;
  outline: 0 none;
  border-radius: 0;
}

.add-to-cart-msg {
  clear: left;
}

.add-to-cart-msg.success {
  margin: 10px 0;
  border: 1px solid #dddddd;
  padding: 20px 10px;
}

p.add-to-cart-msg.success a {
  font-weight: bold;
}

p.add-to-cart-msg.error {
  color: red;
}

button.js-qty__adjust.js-qty__adjust--minus.quantity-increment {
  border-radius: 0;
}

input#quantity {
  border-radius: 0;
  margin-left: -1px;
}

button.js-qty__adjust.js-qty__adjust--plus.quantity-increment {
  border-radius: 0;
  margin-left: -1px;
}

/*
Swatches Styles
*/



.swatch {
  margin:0;
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
  font-weight: bold;
}
/* Hide radio buttons.*/
.swatch input {
  display:none;
}

.color label {
  width: 40px !important;
}

.swatch label {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding:0;
  color: #000000;
  background-color: #ffffff;
  margin:0px 3px 10px;
  cursor:pointer;
  border: 1px solid #000000;
  position:relative;
  text-transform:uppercase;
  font-size:13px;
  font-weight: bold;
  min-width:44px !important;
  height:34px !important;
  line-height:32px;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
}

.swatch-element label {
  padding: 0 10px;
  line-height: 32px !important;
}

.color.swatch-element label {
  padding: 0;
}

.swatch input:checked + label {
  border:1px solid #000000;
  background: #000000;
  color: #ffffff;
}

.swatch .color input:checked + label {
  box-shadow: 0px 0px 2px 2px #d6d6d6;
}

.swatch label:hover {
  background: #000000;
  color: #ffffff;
}

.swatch .swatch-element {
  display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  position:relative;
}

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swatch .swatch-element .crossed-out {
  display: none;
}

.swatch .swatch-element.soldout .crossed-out {
  display: block;
}

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */
}

/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-20px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.swatch.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px;
}

.swatch.error p {
  margin: 0.7em 0;
}

.swatch.error p:first-child {
  margin-top: 0;
}

.swatch.error p:last-child {
  margin-bottom: 0;
}

.swatch.error code {
  font-family: monospace;
}

/* New Product Quick View Image Gallery */
.product-main-image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.product-main-image img {
  margin: 0 auto;
  cursor: crosshair;
}

.product-image-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
}

.product-main-image.selected {
  visibility: visible;
}

#thumbnail-gallery {
  margin-top: 5px;
  position: relative;
}

.product-thumbnail {
  cursor: pointer;
  display: inline-block;
  border: 2px solid white;
}

.product-thumbnail.selected {
  border: 2px solid #dadada;
}

.zoom-box {
  display: none;
  position: absolute;
  width: 400px;
  height: 400px;
  top: 40px;
  overflow: hidden;
  z-index: 4;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -16px;
  background: transparent;
  top: -42px;
}

a.bx-prev:after {
  font-family: FontAwesome;
  font-size: 22px;
  color: #000000;
  content: "\f106";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.bx-wrapper .bx-next {
  left: 50%;
  background: transparent;
  margin-left: -16px;
  bottom: -42px;
}

a.bx-next:after {
  font-family: FontAwesome;
  font-size: 22px;
  color: #000000;
  content: "\f107";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 32px;
  height: 32px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Roboto;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* =============== */
/* = Cart = */
/* =============== */
#cartform {
  margin-top: 20px;
}

.cart-image {
  display: inline-block;
  margin-right: 10px;
}

.cart-image img {
  vertical-align: middle;
}

.cart-title {
  display: inline-block;
}

table {
  width: 100%;
  border-collapse: collapse;
}

#shopping-cart td, #shopping-cart th {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}

#shopping-cart th {
  text-align: left;
}

.cart-quantity input {
  margin-bottom: 0;
  text-indent: 0;
  text-align: center;
}

td.cart-remove {
  text-align: center;
}

#basket-right {
  text-align: right;
  float: right;
}

#basket-right h4 {
  margin: 20px 0;
}

#note {
  margin-top: 10px;
}

#basket-right img {
  width: 50px;
}

#cart-notes {
  margin-top: 20px;
  margin-bottom: 20px;
}

.homepage-section-rich-text,
.homepage-section-video {
  margin-bottom: 20px;
  text-align: center;
}
/* =============== */
/* = Blogs & Pages = */
/* =============== */
#content h1 {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.product #content h1 {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 0;
}

.rte h1 {
  border-bottom: 0 !important;
  text-align: inherit !important;
  margin-bottom: inherit !important;
}

#page {
  clear: left;
  margin-bottom: 50px;
}

#page-sidebar h2 {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

#page-sidebar ul {
  list-style-type: none;
}

#page-sidebar ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.article-image {
  margin: 10px 0;
}

.article-index {
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 20px;
}

.blog .article-info {
  margin-bottom: 50px;
}

.article-info h2 {
  letter-spacing: initial;
  margin-bottom: 10px;
  text-align: center;
}

.post-tags {
  clear: left;
  display: block;
  text-align: center;
}
.article-info p {
  font-size: 13px;
  margin-bottom: 0;
}

.article-info a {
  text-decoration: none !important;
  text-transform: uppercase;
}

.article-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

.article-index .share-icons {
  text-align: center !important;
}

.share-icons a {
  color: #000000;
}

.share-icons a:hover {
  color: #272727;
}

#blog-article .share-icons {
  text-align: left;
  margin-top: 30px;
}

ul#blog-articles,
#blog-article {
  list-style-type: none;
}

.single-article {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  float: left;
  width: 100%;
}

.single-article .posted {
  text-align: left;
}

.single-article .post-tags {
  text-align: left;
}

#blog-sidebar h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}

#twitter-card,
#facebook-card,
#instagram-card {
  width: 100%;
  float: left;
  clear: left;
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

#twitter-card h3,
#facebook-card h3,
#instagram-card h3 {
  letter-spacing: initial;
}

#fb-root {
  display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

#instagram-card h3 {
  margin-bottom: 20px;
}

#page .share-icons {
  margin-bottom: 20px;
  text-align: left;
  margin-top: 20px;
}

#page .share-icons a {
  margin-right: 10px;
}

ul#posts {
  list-style: none;
}

ul#posts li {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #dddddd;
}

ul#posts li p {
  margin-top: 0;
}

ul#posts li.tags {
  padding-bottom: 10px;
}

#comments h4 {
  text-align: center;
}

#comments {
  float: left;
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-top: 20px;
  width: 100%;
}

ul#commentlist {
  margin-top: 20px;
  list-style-type: none;
}

ul#commentlist li {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}

ul.disc {
  margin-bottom: 0;
}

.comment-details {
  margin-bottom: 10px;
}

.gravatar {
  float: left;
  margin-right: 20px;
}

.comment {
  float: left;
}

.comment p {
  margin-top: 0;
}

dd {
  margin-left: 0;
}

.notice {
  border: 1px dashed #eee;
  padding: 5px;
  background: ghostwhite;
  margin: 20px 0;
}

.readmore {
  clear: left;
  text-align: left;
  margin: 20px auto 30px;
}

.readmore a {
  background: #3e9097;
  color: #ffffff;
  padding: 10px 20px;
  transition: all .25s ease-in-out;
  letter-spacing: 1px;
  border-radius: 3px;
}

.readmore a:hover {
  color: #ffffff;
  background: #4f9fa6;
  text-decoration: none;
}

/* =============== */
/* = Search = */
/* =============== */
.search-content {
  text-align: center;
  padding: 10px;
}

#search-bar {
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #dddddd;
}

#search-bar #q {
  width: 300px;
}

/* =============== */
/* = Customer Accounts = */
/* =============== */
#customer-wrapper {
  float: left;
  margin-bottom: 40px;
}

#customer-wrapper p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#customer_orders table {
  text-align: left;
}

#forgot_password {
  margin-bottom: 15px;
}

#customer-wrapper form {
  margin-top: 20px;
}

#admin_header {
  margin-bottom: 30px;
}

.view_address p {
  margin: 0;
}

#customer_detail p {
  margin: 0;
}

.address_table {
  margin-bottom: 20px;
}

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details {
  float: left;
}

#create-customer, #customer {
  margin-top: 30px;
}

div#recover-password {
  margin-top: 30px;
}

.action_link {
  display: inline-block;
  margin-bottom: 10px;
}

.action_edit {
  padding: 0 10px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin: 0 10px;
}

a#view_address {
  display: block;
  margin-top: 10px;
}

.center {
  text-align: center;
}

.padded { margin-bottom: 15px; }

#social-links .fa-2x {
  font-size: 1.125em;
}

ul#social-icons {
  text-align: left;
  z-index: 5;
  position: relative;
  list-style: none;
  min-height: 1px;
  margin-top: 6px;
}

ul#social-icons li {
  text-align: left;
  display: inline-block;
  padding: 0 10px 0 0;
  vertical-align: middle;
}

ul#social-icons li a:hover {
  opacity: 0.8;
}

#subscribe_popup input#mc-embedded-subscribe {
  width: 100%;
}

div#subscribe_popup {
  text-align: center;
  min-width: 300px;
}

/* footer
------------------------------------------------------ */
footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #1c1c1c;
  color: #ffffff;
}

footer ul {
  list-style: none;
}

footer ul li a,
footer a,
footer a:visited,
footer a:hover {
  color: #ffffff;
}

footer label {
  margin-bottom: 0;
}

footer h4 {
  color: #ffffff;
  border-bottom: 1px solid #393939;
  padding-bottom: 5px;
}

.sub-footer {
 /* border-top: 1px solid #393939; */
  padding: 15px 0;
/*  margin-top: 30px; */
}

.sub-footer .left-side {
  text-align: left;
  font-size: 12px;
}

.sub-footer .right-side {
  text-align: right;
}

@media only screen and (min-width: 1024px) {
  .page-wrap {
    min-height: 100%;
    overflow: hidden;
  }
  .page-wrap:after {
    content: "";
    display: block;
  }
}

footer img {
  width: 40px;
}

/* =============== */
/* = Global = */
/* =============== */
.share-icons {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}

.share-icons a {
  margin: 0 10px;
  color: #000000 !important;
  display: inline-block;
}

.share-icons a:hover {
  color: #272727 !important;
}

.scrollup {
  width:40px;
  height:40px;
  opacity:0.3;
  position:fixed;
  bottom:50%;
  right:20px;
  display:none;
  z-index: 3;
}

.scrollup:hover {
  text-decoration: none;
}

.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
  max-width: 1111px;
  margin: 0 auto;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-title {
  margin-bottom: 20px;
}

/* breadcrumbs
------------------------------------------------------ */
#pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: bold;
}

#pagination span.current {
  padding: 5px;
  margin-right: 10px;
  border-bottom: 2px solid #3e9097;
}

#pagination a {
  color: #ffffff;
  border: 2px solid #3e9097;
  background: #3e9097;
  padding: 5px 10px;
  margin-right: 10px;
  font-weight: bold;
  transition: all .25s ease-in-out;
  display: inline-block;
  margin-top: 10px;
}

#pagination a:hover {
  background: #ffffff;
  color: #000000;
}

#pagination span.count {
  display: block;
  margin-bottom: 20px;
}

#pagination span.more {
  padding: 2px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}

.product-navigation {
  float: right;
}

/* breadcrumbs
------------------------------------------------------ */
#breadcrumb,
#breadcrumb a {
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}

#breadcrumb {
  margin-bottom: 20px;
}

/* owl carousel
------------------------------------------------------ */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* Shifter v3.1.2 - 2014-10-28
* A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library.
* http://formstone.it/shifter/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/

.shifter-open {
  overflow: hidden;
}

.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}

.shifter-navigation {
  display: none;
  opacity: 0;
}

.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0 0 0;
  display: block;
  overflow: hidden;
}

.shifter-enabled.shifter-left .shifter-page {
  box-shadow: 0 0 0 0;
}

.shifter-enabled .shifter-navigation {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  background: #ffffff;
  display: block;
  overflow: auto;
  pointer-events: none;
  -webkit-transition: opacity 0.001s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0.2s, transform 0.2s ease;
}

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.shifter-enabled .shifter-handle {
  border: 0;
  cursor: pointer;
  color:black; /* #ffffff */
  font-size: 20px;
}

.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-270px, 0, 0);
  -ms-transform: translate3D(-270px, 0, 0);
  transform: translate3D(-270px, 0, 0);
}

.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0);
}

.shifter-open .shifter-navigation {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: opacity 0.001s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0s, transform 0.2s ease;
  padding-bottom: 200px;
  padding-top: 15px;
}

.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px;
}

.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px;
}

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}

.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  left: auto;
  right: -270px;
}

.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}

nav.shifter-navigation {
  padding: 0 20px;
  text-align: left;
}

nav.shifter-navigation {
  list-style: none;
}

.shifter-navigation li {
  padding: 5px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 30px;
}

.shifter-navigation a:hover {
  color: #000000;
}

.accordion-toggle.open:after,
.accordion-toggle2.open:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 2%;
}

.accordion-toggle:after,
.accordion-toggle2:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 2%;
}

ul#accordion li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.accordion-toggle,
.accordion-toggle2 {
  cursor: pointer;
}

.accordion-content,
.accordion-content2 {
  display: none;
}

.accordion-content.default,
.accordion-content2.default {
  display: block;
}

nav.shifter-navigation ul {
  list-style: none;
  margin-left: 10px;
  margin-top: 10px;
}

nav.shifter-navigation ul li a,
.accordion-toggle,
.accordion-toggle2 {
  color: #000000;
}

nav.shifter-navigation .accordion-toggle:after,
nav.shifter-navigation .accordion-toggle2:after {
  right: 10%;
}

nav.shifter-navigation ul.sub {
  margin-top: 0 !important;
}

.shifter-navigation form,
.shifter-navigation input#q {
  margin-bottom: 0;
}

/* Password Page */
.password-page #logo {
  padding-top: 100px;
  text-align: center;
}

.password-page {
  min-height: 110vh;
}

.password-page img {
  margin: 10px;
}

#password-message {
  margin-bottom: 30px;
  text-align: center;
}

#signup-wrap {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#signup-holder {
  width: 100%;
  margin-top: 100px;
}

#password-email {
  float: left;
  text-indent: 10px;
  width: 66%;
  text-transform: uppercase;
  color: #000;
  height: 48px;
}

.searchbox #q:focus::-webkit-input-placeholder {
  color:transparent;
}
.searchbox #q:focus:-moz-placeholder {
  color:transparent;
}
.searchbox #q:focus:-ms-input-placeholder {
  color:transparent;
}
.searchbox #q:focus::-moz-placeholder {
  color:transparent;
}

input#password-email:focus::-webkit-input-placeholder {
  color:transparent;
}
input#password-email:focus:-moz-placeholder {
  color:transparent;
} /* FF 4-18 */
input#password-email:focus::-moz-placeholder {
  color:transparent;
} /* FF 19+ */
input#password-email:focus:-ms-input-placeholder {
  color:transparent;
} /* IE 10+ */

.slideout input[type="submit"] {
  margin-bottom: 0 !important;
}

#password-subscribe {
  width: 28%;
  margin-left: 2%;
  margin-top: 0;
  text-transform: uppercase;
  height: 48px;
}

.password p.success {
  text-align: center;
}

.password-page-icons {
  margin-bottom: 20px;
}

.password-page-icons li {
  display: inline-block;
  margin: 0 5px;
}

.password-page-icons a:hover {
  opacity: 0.5;
}

.password-page-icons i {
  line-height: 30px;
}

body.password form#login_form {
  padding: 15px 20px;
}

.password-page-footer {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 50px;
}

.password-page-footer a {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
}

/* slideout */
.slideout-toggle.open_password {
  position: fixed;
  top: 20px! important;
  right: 20px! important;
  z-index: 2;
  cursor: pointer;
}

.slideout {
  position: fixed;
  top: 0! important;
  right: -320px;
  width: 320px;
  background-color: #fff;
  z-index: 300;
  color: #000;
  padding: 20px;
}

.slideout label {
  margin-bottom: 30px;
}

.closeslide {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

.closeslide i.icon-angle-right {
  margin-right: -3px;
}

@media screen and ( max-width: 740px ) {
  ul#password-icons {
    display: none;
  }

  #signup-holder {
    margin-top: 50px;
  }
}

/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/



/* 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('flexslider-icon.eot');
  src:url('flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('flexslider-icon.woff') format('woff'),
    url('flexslider-icon.ttf') format('truetype'),
    url('flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

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

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
  width: 100%;
  display: block;
}

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

.flex-caption {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  line-height: normal;
  z-index: 3;
}

.caption-inners {
  display: inline-block;
  padding: 15px;
}

.flex-caption h2.slide-title {
  color: ;
  line-height: inherit;
  border: 0 !important;
  padding: 0;
  margin-bottom: 0;
}

.flex-caption p {
  color: ;
  letter-spacing: 1px;
}

.flexslider .readmore {
  position: absolute;
  width: 100%;
  text-align: center;
}

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

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides>li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}

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

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

.flexslider .slides {
  zoom: 1;
}

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

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

.flex-direction-nav a  {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  transition: all .25s ease-in-out;
  color: #ffffff;
  border: 2px solid #3e9097;
  background: #3e9097;
}

.flexslider:hover .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 1;
  right: 10px;
}

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

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

.flex-direction-nav .flex-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

.flex-direction-nav .flex-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

a.flex-next {
  line-height: 33px;
  text-align: center !important;
  width: 35px !important;
  height: 35px !important;
  padding-left: 2px;
}

a.flex-prev {
  line-height: 33px;
  text-align: center !important;
  width: 35px !important;
  height: 35px !important;
  padding-right: 2px;
}

.flex-direction-nav a:hover {
  background: #ffffff;
  color: #000000;
}

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

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

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #ffffff;
  color: #000000;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  min-height: 40px;
  padding: 0 !important;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  background-image: url(//weatheredsigns.com/cdn/shop/t/2/assets/fancybox_sprite.png?2572);
}

.fancybox-next span {
  background-image: url(//weatheredsigns.com/cdn/shop/t/2/assets/next.png?2572);
}

.fancybox-prev span {
  background-image: url(//weatheredsigns.com/cdn/shop/t/2/assets/prev.png?2572);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(//weatheredsigns.com/cdn/shop/t/2/assets/fancybox_loading.gif?2572) center center no-repeat;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 2%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(//weatheredsigns.com/cdn/shop/t/2/assets/blank.gif?v=164826798765693215961529953511); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-close {
  background: #3e9097;
  position: absolute;
  top: 1px;
  right: -1px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border: 2px solid #3e9097;
  transition: all .25s ease-in-out;
  line-height: 26px;
}

.fancybox-close:hover {
  background: #ffffff;
  color: #000000;
}

.fancybox-close:before {
  content: "\00D7";
  font-weight: bold;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  font-family: FontAwesome;
  text-align: center;
  line-height: 50px;
  background: #fff;
  width: 50px;
}

.fancybox-prev span {
  left: -10px;
}

.fancybox-prev span:before {
  content:"\f104";
}

.fancybox-next span {
  right: -10px;
  content:"\f105";
}

.fancybox-next span:before {
  content:"\f105";
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255,255,255,0.9);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

#basket-right input[type="image"], .additional_checkout_buttons input[type="image"] {
  width: initial;
  min-width: inherit;
}

.additional_checkout_buttons {
  text-align: center;
}

.share-icons a {
  vertical-align: middle;
}

.share-text {
  display: inline-block;
  margin-right: 10px;
}

.column {
  width: 200px;
  float: left;
}
/* onboarding styles for new theme install */
.onboard {
  background: #eee !important;
}

.row.no-blocks .desktop-12 {
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  border: 1px dashed #eee;
  background: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 400;
}

.promo-inner .onboard .placeholder-svg, .ci.onboard .placeholder-svg, .plax-placehold {
  fill: rgba(28,29,29,0.1);
  background-color: transparent;
}

.article-image .placeholder-svg, .flexslider .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  background-color: #eee;
}

.onboard-instagram {
  background: #f9f9f9;
}

.plax-placehold {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.videoWrapper {
  position: relative;
  padding-top: 25px;
  height: 0;
  clear: left;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
}

/* =============== */
/* = Map Section = */
/* =============== */
.map-section-container,
.map-section-image {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0
}

.map-section--display-map .map-section-container,
.map-section--display-bg-image .map-section-image {
  z-index: 4;
  position: relative;
}

.placeholder-background {
  display: none;
}
.map-section--onboarding .placeholder-background {
  display: block;
}

.map-section-image.show-image {
  z-index: 5;
  position: relative;
}

.map-section-wrapper {
  height: 400px;
  margin-top: 20px;
}

.map-section-container {
  height: 400px;
  width: 100%;
}

.map-section-content {
  padding: 30px;
}

.map-section-content .button {
  height: auto;
  width: auto;
  margin-top: 20px;
}

.map-section-wrapper .text_right .map-section-content-wrapper {
  float: right;
}

.map-section-background-wrapper {
  position: relative;
  overflow: hidden;
}

.map-section--onboarding .map-section-error {
  display: none;
}

.map-section-error {
  font-style: italic;
  color: #ff6d6d;
  border: 2px solid #ff6d6d;
  background-color: rgba(119, 0, 0, 0.65);
  padding: 30px;
  margin-top: -250px;
  width: 50%;
  margin-left: 25%;
  z-index: 6;
}

.map-section-image {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.placeholder-background {
  height: 400px;
}

.map-section .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  height: 400px;
}
.mega-stack li a {
  letter-spacing:0.4px!important;
}

.fa-star-o {
  color:gold;
}
.collection-index .product-info {
  position:absolute;
  top:50%;
  left:0;
  right:0;
  padding: 10px 5px;
  margin:0 auto;
  -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
  z-index:99999;
}
.collection-index .product-info h3 {
  color:white;
  text-transform:uppercase;
  font-size:20px;
  letter-spacing:1px;
  font-weight:bold;
}
.shop_box {
  border:2px solid white;
  text-transform:uppercase;
  font-weight:bold!important;
  color:white!important;
  padding:10px;
  margin:20px auto;
  max-width:146px;
  display:block;
  transition:2s;
  transition: background-color .5s ease-in-out,color .5s ease-in-out !important;
  z-index:111;
  font-size:14px;
}
.prod-container:hover .shop_box {
  border:2px solid white;
  background: white;
  color:black!important;
}
@media screen and (min-width:769px) {
.collection-index  .prod-container:hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
  }
}
.collection-index .overlay {
    opacity: 0.2;
    display: block;
    transition: opacity .5s ease-in-out, opacity .5s ease-in-out;
    z-index: 111;
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    right: 0px;
    cursor: pointer;
}
@media screen and (max-width:768px) {
  .overlay {
    opacity:0.5;
  }
}
@media screen and (min-width:769px) {
  .desktop_flex {
    display:flex;
    align-items:center;
  }
}
.desktop_search {
  list-style:none;
}
@media screen and (max-width:768px) {
  .desktop_search {
    display:none;
  }
}
.desktop_search input {
  max-width:300px;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  font-size:15px;
}
.desktop_search input:focus, {
  box-shadow:none!important;
  border-bottom-width:2px;
}
.text-with-image .rte {
  padding-top:10px;
  padding-bottom:15px;
  line-height:1.8em!important;
}
@media screen and (max-width:768px) {
  .text_section {
    padding:15px 0;
    text-align:center;
  }
  .flex-caption {
    top:30%!important;
  }
}
.index .owl-item .crop_image_container img {
  padding:5px;
}
/* #Logo-list
================================================== */

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

  a {
    transition: ease all 0.6s;

    &:hover {
      opacity: 0.6;
    }
  }
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: 130px;
  margin-top: 20px;
}
@media screen and (min-width:769px){
  .logo-bar__item {
    margin-left: 15px;
    margin-right: 15px;
  }
  ul.mega-stack {
    margin-top:-15px;
  }
  ul.megamenu h4 {
  visibility:hidden;
}
}
.images-with-text {
  margin-bottom:40px;
}



.rating > span:before {
   content: "\2605";
   position: absolute;
   color: gold;
  font-size:25px;
  border:none;
}

.rating span {
  color:white;
}
.testi_image {
  border-radius:50%;
  max-width:150px;
  max-height:150px;
}
.testimonial_image {
  height:150px!important;
  width:150px!important;
  margin:0 auto 15px auto;
}
.parallax-text p {
  max-width: 700px;
  margin: 0 auto 20px auto;
  line-height:2;
}
.parallax-text .button {
  font-weight:bold;
  padding:0 25px;
}
#shopify-section-1531488262754 {
  margin-top:40px;
}
@media screen and (max-width:979px) {
  .mobile_hidden {
    display:none; 
  }
}
@media screen and (min-width:980px) { 
  .desktop_hidden {
    display:none;
  }
}
.product-info h3 {
/*  font-family:Roboto; */
  letter-spacing:1px;
  text-transform:uppercase;
}

#CartDrawer textarea {
  height:auto!important;
}
header .q_input {
  border-bottom:1px solid #000!important;
  display:inline-block;
}

.search--submit {
  display:inline-block;
  left: -32px;
  position: relative;
  top: 11px;
  background:transparent!important;
  border:none!important;

}
#shopify-section-1531512862493 h2, #shopify-section-1531488262754 h2 {
  border:none!important;
}
#shopify-section-1521914688207 h2, #shopify-section-1531488270873 h2 {
  border-bottom:0!important;
}
.collection_list_row {
  width:100%!important;
}

.collection_list_row .overlay {
  opacity: 0.2;
  display: block;
  transition: opacity .5s ease-in-out, opacity .5s ease-in-out;
  position: absolute;
  background: #000;
  width: 100%;
  height: 94%;
  top: 0;
  overflow: hidden;
  right: 0px;
  cursor: pointer;
}
.collection_list_row .overlay:hover {
  opacity: 0.4;
}
@media screen and (max-width:768px) {
  .collection_list_row .overlay {
    display:none;
  }
}
@media screen and (min-width:980px) {
  .collection_list_row .product-info h3 {
  position: absolute;
  bottom: 7px;
  left: 5px;
  color: white;
  font-weight: normal;
  text-transform:Capitalize;
  letter-spacing: 1px;
  font-size:18px;
}
  .collection_list_row .desktop-fifth {
    width:19.4%!important;
    margin-right:0.3%!important;
    margin-left:0.3%!important;
  }
  .collection_list_row {
    padding:0 4px;
  }
  .collection_list_row  .product-index {
    margin-bottom:0;
  }
  .collection_list_row .product-info {
    margin-top:8px!important;

  }
}
.collection_list_image {
  z-index:9999;
}
.isStuck {
  z-index:999999999;
}
.cart_add {
  text-transform:uppercase;
  font-family:Oswald;
  border-radius:0!important;
  font-size:16px;
}
.cart_icon {
  font-size:21px;
  padding-right:3px;
}
.product input, .product button {
  border-radius:0!important;
}

/* bold app styles -- added by Temitope https://www.freelancer.com/u/topenze.html */
.bold_options {
  border-bottom:1px solid #ddd;
}
.bold_option label {
  float:none!important;
  line-height:inherit!important;
}
.bold_options select {
  width:auto!important;
  border-radius:0!important;
  display:inherit!important;
  padding: 8px 5px;
  min-width: 219px;
  font-size: 14px;
}
.bold_option_product_title {
  margin-bottom:10px!important;
}
.bold_option_title {
  font-size:14px;
  min-width:118px;
}
.bold_option_title, .bold_option_element {
  display:inline-block;
}
.bold_option_element textarea {
  max-width:345px!important;
  margin-bottom:0!important;
  
}
.ta_633870_305027, .ta_647392_290474 {
  padding:5px!important;
  text-transform:uppercase;
  min-height:32px!important;
}
  
.bold_option:not(:empty) {
  padding-bottom:0!important;
}
.bold_help_text {
  margin-top: -7px;
  margin-bottom: 17px;
}
#popups {
  border-top: 1px solid #dddddd;
  padding: 15px 0;
}
.desc {
  margin-top:0;
  padding-top:0;
}
#popups {
  margin-bottom:0!important;
}
#popups .last {
  margin-left:0;
}
#popups .last a {
  text-transform:uppercase;
  font-weight:bold;
}
.share-icons .fa {
  padding:8px;
  font-size:25px;
  border-radius:30px;
  border:1px solid black;
  transition:0.5s;
}
.share-icons .fa-facebook {
  padding: 8px 13px!important;
}
.share-text {
  vertical-align:middle!important;
  font-weight:bold;
}
.share-icons .fa:hover {
  color:#3e9097;
  border:1px solid #3e9097;
}
@media screen and (max-width:768px) {
  .bold_option_element {
    margin-left:0!important;
  }
}
.yotpo-default-button {
  background:transparent!important;
  border:2px solid #3e9097!important;
}
.yotpo-default-button span {
  color:#3e9097!important;
  font-weight:bold!important;
}

.yotpo-default-button:hover {
  background:#4f9fa6!important;
  color:white!important;
}
.yotpo-default-button:hover span {
  color:white!important;
}
.write-review-button {
  color:#3e9097!important;
  font-weight: bold!important;
    font-size: 15px!important;
    padding: 5px 10px;
}
.yotpo-main-widget {
  margin-bottom:40px!important;
}
.yopto_products {
  margin-bottom:10px;
}
.cta_button {
  background: #34908f;
  max-width: 200px;
  margin: 0 auto;
  padding: 6px;
  color: white;
  text-transform: uppercase;
  transition:0.5s;
}
.cta_button a {
  color:white;
  display:block;
}
.cta_button:hover {
  background:#4f9fa6;
}
.header_search {
  list-style:none;
}
.push_down_search {
  margin-top:15px;
}
.push_down_cart {
  margin-top:13px;
}
.header_search input {
  border-left:0;
  border-right:0;
  height:27px!important;
  border-top:0;
  border-bottom:1px solid black;
  border-radius:0;
  margin-bottom:0;
  background: url(//cdn.shopify.com/s/files/1/0297/6313/t/454/assets/ic_search.svg?13371890456771750032) no-repeat 100% 0;
  
}
.product_name_cont,.prod_name_p, .yopto_products {
  display:inline-block;
  vertical-align: middle;
}

@media screen and (min-width:1200px) {
  .product .quanity-select {
    width:40%;
    margin-top:4px;
  }
  .prod_name_p {
    margin-right: 27px;
  }
}

.willtab-container{margin:20px 0}.willtab-container .willtab-tabs li{margin-bottom:0;border-bottom:2px solid #eaeaea;width:33.3%;text-align:center}.willtab-container .willtab-tabs li a{display:block}.willtab-container .willtab-tabs li:first-child{text-align:left}.willtab-container .willtab-tabs li:first-child a{padding-left:0!important;padding-right:0px!important}.willtab-container .willtab-tabs li:last-child{text-align:right}.willtab-container .willtab-tabs li:last-child a{padding-right:0!important;padding-left:20px!important}.willtab-container .willtab-tabs li.active{border-bottom:2px solid #333}.willtab-container.widestyle-tabs .willtab-tabs{border-bottom:2px solid #eaeaea}.willtab-container.widestyle-tabs .willtab-tabs li{width:auto;margin-bottom:-2px!important}.willtab-container.widestyle-tabs .willtab-tabs li:last-child{text-align:left}.willtab-container.widestyle-tabs .willtab-tabs li:first-child a{padding-right:100px!important}.willtab-container.widestyle-tabs .willtab-tabs li:last-child a{padding-left:10px!important;padding-right:100px!important}.product-detail .detail .willtab-tabs li{-webkit-flex-basis:170px;-ms-flex-preferred-size:170px;flex-basis:170px;-webkit-flex-shrink:2;-ms-flex-negative:2;flex-shrink:2}.product-detail .detail .willtab-tabs li:last-child{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.productGallOpen{height:100%;overflow:hidden}
.accordion-item>a:hover{text-decoration:none}.accordion-item>a:after{margin:9px 0 0 12px;content:'';display:inline-block;width:13px;height:8px;background:url(https://cdn.shopify.com/s/files/1/0297/6313/t/454/assets/acc-arr-d.png?13371890456771750032) center center no-repeat;background-size:13px 8px}.accordion-item.active>a:after{background-image:url(https://cdn.shopify.com/s/files/1/0297/6313/t/454/assets/acc-arr-u.png?13371890456771750032)}.accordion-item{border-top:1px solid #ddd;}.accordion-item.last-item{border-bottom:1px solid #ddd}.accordion-item>a{display:block;color:inherit;padding:18px 0}.accordion-item>div{padding:14px 0}.accordion-item:not(.first-active)>div{display:none}.accordion-item>a:after{float:right}

.tablet-and-lower  {
  width:100%;
  padding-right:4px;
}
.accordion-item>a {
  text-decoration:none!important;
}
.template-product .accordion-item.active a {
  font-weight:bold;
}
@media screen and (max-width:768px) {
  #product-description form {
    border-bottom:0!important;
  }
  ul#popup {
    border-top:0!important;
  }
}
#navigation {
  display:flex;
  align-items:center;
}
@media screen and (max-width:768px) {
  ul#cart li a, ul#cart li, select.currency-picker {
    color:black!important;
  }
  .header-section {
    margin-top:0!important;
  }
}
@media screen and (min-width:769px) {
  #navigation {
    padding:3px 0;
  }
}
.bold_option_swatch_title span {
  color:white;
}
.bold_option_swatch {
  position:relative!important;
}
@media screen and (min-width:769px) {
  .bold_option_swatch small {
    position:absolute;
    top:0;
    left:145px;
  }
}
.bold_option_radio {
  position:relative;
}
.ajaxcart__product-meta {
  display:block;
  font-size:10px;
  line-height:1.3;
}
.login_link {
  padding-right:15px;
}
.logo-bar__item img {
  transition-duration: 0.3s;
}
.logo-bar__item img:hover {
  transform: scale(1.2);
  cursor:pointer;
}
#shopify-section-header {
  width:100%;
}
.color_help {
  font-weight:bold!important;
  color:#4f9fa6;
}
.testimonials h2 {
  border-bottom:0!important;
}
.phone_number {
  font-size:15px!important;
  font-weight:normal!important;
  text-transform:uppercase;
  text-align:left;
  padding-left:7px;
}

option[value="Cursive"] {
  font-style:italic!important;
}

/* ACCORDION */
.accordion {
    background-color: #f7f7f7;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  border:1px solid #ddd;
}

.faq_section .active, .accordion:hover {
    background-color: #f5f5f5;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq_section .active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  margin-bottom:10px;
}
.testimonial-content h3 {
  font-size:15px;
}

.logo-bar__item img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.logo-bar__item img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}


.image_with_overlay {
  background:rgba(0,0,0,0.4);
  position:absolute;
  z-index:1;
  width:100%;
  height:100%;
}

/* about us page */
.about_header {
  position:relative;
}
.about_header img {
  width:100%;
}
.about_header h1 {
  color:white;
  font-weight:bold;
  position:absolute;
  top:50%;
  font-size:50px;
  transform:translateY(-50%);
  left:0;
  right:0;
  text-align:center;
  border-bottom:none!important;
  text-transform:uppercase;
}
.story-overlay {
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
}
.story_section {
  display:flex;
  align-items:center;
  justify-content:space-around;
  flex-flow: row wrap;
  margin-bottom:30px;
  margin-top:30px;
}
.story_left, .story_right {
  width:47%;
  font-size:16px;
  line-height:1.8;
  text-align:justify;
}
@media screen and (max-width:980px) {
  .story_left, .story_right {
    width:100%;
  }
  .order-1 {
    order:1;
  }
  .order-2 {
    order:2;
  }
  .story_section {
    margin-bottom:60px;
  }
}
.story_bottom {
  margin-top:40px;
  text-align:left;
  font-size:16px;
}

@media screen and (max-width:979px) {
  .desktop_only {
    display:none!important;
  }
  .about_header h1 {
    font-size:35px;
  }
}  
@media screen and (min-width:980px) {
  .mobile_only {
    display:none!important; 
  }
}
#top-bar .row, #nav .row {
  width:100%!important;
  max-width:1600px;
  margin:0 auto!important;
}
@media screen and (max-width:979px) {
   .gridlock .row .mobile-hide { 
    display: none
  } 
}
.phone_number a:hover, #cart a:hover {
  color:lightblue!important;
}
.footer_email {
  margin-bottom:8px!important;
}
.footer_button {
  width: 100px!important;
  text-transform:uppercase;
  line-height:40px!important;
  height:40px!important;
}
.social_title {
  margin-top:15px;
}
@media screen and (max-width:768px) {
  ul#social-icons {
    margin-top:10px!important;
  }
}
.hidden {
  display:none;
}
footer a:hover {
  opacity:0.8;
}

/* about section start*/

.cms-home-b .breadcrumbs {display: none;}
/*.nav__item:nth-child(3) {display: none;}*/

#home {width: 100%; max-width: 100%; color: #353535;}
#home .container {width: 90%; margin: 0 auto; position: relative;}
#scroller {overflow: hidden;}
.cms-home .body-content .std {padding: 0;}
#home .flexslider {background: transparent; margin: 0; border: 0;}

#home h1 {font-family: "Proxima Nova W01 Alternate"; font-size: 2.5em; text-transform: uppercase; margin-bottom: 0; line-height: 1.2em;}
#home h1 .bolder {font-weight: bold; letter-spacing: 2.5px;}
#home h3 {font-family: "Proxima Nova W01 Alternate"; font-size: 1.4em; line-height: unset; letter-spacing: 1.5px;}
#home h4 {font-family: "Proxima Nova W01 Alternate"; font-size: 1.8em; font-weight: bold; color: #fff; text-transform: uppercase; line-height: 1.2em;}
#home h5 {font-family: "Proxima Nova W01 Alternate"; font-size: 0.9em; font-weight: bold; color: #fff; text-transform: uppercase; margin: 0; line-height: unset;}
#home h6 {font-family: "Proxima Nova W01 Alternate"; font-size: 1.8em; color: #1badc2; text-transform: uppercase; margin-bottom: 0;}
#home h7 {font-family: "Proxima Nova W01 Alternate"; font-size: 1.2em; text-transform: uppercase; font-weight: bold; letter-spacing: 1.2px;}
#home .uppercase {text-transform: uppercase;}
#home h8 {font-family: "Proxima Nova W01 Alternate"; font-size: 1em; color: #000; text-transform: uppercase; font-weight: bold; display: block; margin-top: 1em;}
#home hr {margin-top: 4em; margin-bottom: 4em;}


#home .blue-line {height: 2px; width: 50px; background-color: #1badc2; display: block; margin-top: 1.5em; margin-bottom: 2em;}
#home .faux-button {color: #fff; display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; cursor: pointer;}
#home .faux-button .plus-icon {font-size: 1em; border: 1px solid #fff; border-radius: 50%; width: 30px; height: 30px; margin-right: 0.5em; position: relative; display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -webkit-justify-content: center; transition: 0.5s all;}
#home .faux-button .plus-icon.hover {background: #fff; color: #353535;}
#home .blue-button {background: #1badc2; border-radius: 3px; padding: 1em 2em; color: #fff; text-transform: uppercase; font-family: "Proxima Nova W01 Alternate"; font-weight: bold; display: inline-block; letter-spacing: 2px;}
#home .blue-button:hover {background: #2ec0d5;}
#home .transparent-button {background: rgba(0,0,0,0.2); border-radius: 3px; padding: 1em 2em; color: #fff; text-transform: uppercase; font-family: "Proxima Nova W01 Alternate"; font-weight: bold; display: inline-block; border: 1px solid #fff; letter-spacing: 2px;}
#home .transparent-button:hover {background: rgba(0,0,0,0.4);}
#home .text-arrow-button {display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center;}
#home a.text-arrow-button h3 {margin-bottom: 0; margin-right: 0.5em; color: #353535; transform: translateY(0px); transition: all 0.5s;}
#home .text-arrow-button:hover h3, #home .text-arrow-button:hover span  {transform: translateY(-10px); transition: all 0.5s;}
#home .text-arrow-button span {height: 35px; width: 35px; display: block; transform: translateY(0px); transition: all 0.5s;}
#home .text-button {color: #1badc2; text-transform: uppercase; font-weight: bold; font-size: 0.8em; transform: translateY(0); transition: all 0.5s; display: block;}
#home .text-button:hover {transform: translateY(-3px); transition: all 0.5s;}


#home #header {height: 70vh; background-size: cover; position: relative; background-position: right;}
#home #header .container {height: 100%; display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; justify-content: center; -ms-justify-content: center; -moz-justify-content: center; -webkit-justify-content: center; flex-direction: column; -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column;}
#home #header #down-arrow {bottom: 1em; left: 0; margin-left: auto; margin-right: auto; position: absolute; right: 0; transform: rotate(90deg); width: 30px; opacity: 0; cursor: pointer;}
#home #header .mobile-visible {display: none;}
#home #header .blue-button {width: 201px;}

#home #why-haiku {padding-top: 1.3em;}
#home #why-haiku h1 {text-align: center;}
#home #why-haiku .blue-line {margin-left: auto; margin-right: auto;}
#home #why-haiku .desktop-visible {display: block;}
#home #why-haiku .mobile-visible {display: none;}

#home #why-haiku #accordion {height: 364px; display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; position: relative; overflow: hidden;}
#home #why-haiku #accordion .accordion-background {position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-size: cover; z-index: 1; transition: all 1s; background-position:center;}
#home #why-haiku #accordion .section {z-index: 2; position: relative; width: 25%; height: 100%; padding-left: 2em; padding-right: 2em; display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; -webkit-justify-content: flex-end; flex-direction: column; -ms-flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; padding-bottom: 4em; transition: all 0.5s; cursor: pointer;}
#home #why-haiku #accordion .section:hover {background-color: rgba(0,0,0,0.5);}

#home #why-haiku #accordion #incredible-efficiency, #home #why-haiku #accordion #complete-silence, #home #why-haiku #accordion #simple-automation {border-left: 2px solid rgba(255,255,255,0.5);}
#home #why-haiku #accordion .blue-line {margin-left: unset; margin-right: unset; background: #999;}

#home #why-haiku #accordion .close-icon {display: block; position: absolute; right: 0; left: 0; margin-left: auto; margin-right: auto; top: 2em; cursor: pointer; opacity: 0; width: 30px; height: 30px; z-index: 999; }
#home #why-haiku #accordion .close-icon.visible {opacity: 0.7; transition: all 0.5s;}
#home #why-haiku #accordion .close-icon.visible:hover {opacity: 1;}

#home #why-haiku #accordion .close-icon.mobile-visible {display: none;}

#home #why-haiku #accordion .section.smaller {width: 2%; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;}
#home #why-haiku #accordion .section.smaller:hover {background-color: rgba(0,0,0,0.3);}
#home #why-haiku #accordion .section.larger {width: 94%; justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; -webkit-justify-content: flex-end; background-color: transparent;}
#home #why-haiku #accordion .section.larger:hover {background-color: rgba(0,0,0,0.5); }


#home #why-haiku #accordion .larger-copy h4 {opacity: 0;}

#home #why-haiku #accordion h5 {opacity: 1; transition: all 0.5s;}

#home #why-haiku #accordion .label {opacity: 0; transform: rotate(90deg); font-size: 1em; margin-bottom: 0; left: -88px; margin-bottom: 0; position: absolute; top: 154px; transform: rotate(90deg); width: 251px; color: #fff; font-weight: bold; text-transform: uppercase; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;}
#home #why-haiku #accordion .section.smaller:hover .label {top: 148px; transition: all 0.5s;}

#home #why-haiku #accordion p {opacity: 0; color: #fff; margin-bottom: 0; letter-spacing: 1px;}
#home #why-haiku #accordion .smaller-copy p {height: 0; transition: all 0.5s;}
#home #why-haiku #accordion .smaller-copy p.visible {height: auto; margin-bottom: 3em; opacity: 1;}

#home #why-haiku #accordion .larger-copy {display: none;}
#home #why-haiku #accordion .larger-copy {width: 30%;}



#home #info-bar {background: #ddf3f6; padding-top: 2em; padding-bottom: 2em;}
#home #info-bar .one-third {width: 33.3%; float: left; text-align: center;}
#home #info-bar .one-third:nth-child(2) {border-left: 1px solid #1badc2; border-right: 1px solid #1badc2;}
#home #info-bar img {width: 80px; height: 80px; margin: 0 auto; margin-bottom: 1em;}



#home #haiku-fans {padding-top: 4em;}
#home #haiku-fans .section {background-color: #e5e5e5; height: 800px; background-size: cover; background-position: center 20%;}
#home #haiku-fans .container {display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; justify-content: space-between; -ms-justify-content: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between; align-items: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; -webkit-align-items: flex-end; padding-bottom: 4em; height: 100%;}
#home #haiku-fans h1 {text-align: center;}
#home #haiku-fans .blue-line {margin-left: auto; margin-right: auto;}
#home #haiku-fans #incomparable-luxury {width: 30%;}
#home #haiku-fans #incomparable-luxury h3 {margin-bottom: 3em; letter-spacing: 1px;}



#home #haiku-lights {padding-top: 4em;}
#home #haiku-lights .mobile-visible {display: none;}
#home #haiku-lights .section {background-color: #e5e5e5; height: 800px; background-size: 85%; background-repeat: no-repeat;;}
#home #haiku-lights .container {display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; justify-content: flex-end; -ms-justify-content: flex-end; -moz-justify-content: flex-end; -webkit-justify-content: flex-end; align-items: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; -webkit-align-items: flex-end; padding-bottom: 4em; height: 100%;}
#home #haiku-lights h1 {text-align: center;}
#home #haiku-lights .blue-line {margin-left: auto; margin-right: auto;}
#home #haiku-lights #our-brightest-idea-yet {width: 30%;}
#home #haiku-lights #our-brightest-idea-yet h3 {margin-bottom: 3em; letter-spacing: 1px;}
#home #haiku-lights #our-brightest-idea-yet .text-arrow-button h3 {margin-bottom: 0;}
#home #haiku-lights #our-brightest-idea-yet .blue-button {margin-bottom: 5em;}



#home #haiku-in-the-news {padding-bottom: 2em; padding-top: 4em;}
#home #haiku-in-the-news h1 {text-align: center;}
#home #haiku-in-the-news .blue-line {margin-left: auto; margin-right: auto;}
#home #haiku-in-the-news #quotes-div {text-align: center; width: 70%; margin: 0 auto; height: 200px; display: flex; display: -ms-flex; display: -webkit-flex; display: -moz-flex; align-items: center; -moz-align-items: center; -ms-align-items: center; -webkit-align-items: center; position: relative;}
#home #haiku-in-the-news #logos-div {padding-bottom: 1em;}
#home #haiku-in-the-news #quotes .slides {display: flex; display: -ms-flex; display: -webkit-flex; display: -moz-flex; align-items: center; -moz-align-items: center; -ms-align-items: center; -webkit-align-items: center; position: relative; width: 100%; margin: 0 auto;}
#home #haiku-in-the-news #quotes .slides  li {width: 50% !important; margin: 0 auto !important; letter-spacing: 0.5px;}
#home #haiku-in-the-news .quotation-marks {font-size: 400px; color: #f3f4f5; position: absolute; line-height: 0; top: 215px;}
#home #haiku-in-the-news #left-quote {left: 180px;}
#home #haiku-in-the-news #right-quote {right: 180px;}
#home #haiku-in-the-news #quotes img {display: none;}


#home #haiku-in-the-news .flex-direction-nav a:before {content: "";}
#home #haiku-in-the-news .flex-direction-nav a {background: url(https://cdn.haikuhome.com/media/wysiwyg/_pages/home/arrow-dark.png); background-size: cover; opacity: 1; height: 52px; width: 28px; color: transparent; font-size: 0;}
.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {/*transform: rotate(180deg);  */left: 0 !important;}
.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {right: 0 !important;}

#home #haiku-in-the-news #logos img {-moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1); filter: grayscale(1); opacity: 0.5; cursor: pointer;}
#home #haiku-in-the-news #logos img:hover {-moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1); filter: grayscale(1); opacity: 0.7; cursor: pointer;}
#home #haiku-in-the-news #logos .flex-active-slide img {-moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); opacity: 1;}

#home .container-big-ass-gallery {width: 96%; margin: 0 auto; position: relative;}
#home #go-big-ass {padding-top: 4em; padding-bottom: 4em;}
#home #go-big-ass h1 {text-align: center;}
#home #go-big-ass .blue-line {margin-left: auto; margin-right: auto;}
/*#home #go-big-ass .one-third {width: 32%; float: left; margin-left: 2%; letter-spacing: 0.5px;}
#home #go-big-ass .one-third:nth-child(1) {margin-left: 0;}*/
#go-big-ass .one-half {width: 47%; float: left;  letter-spacing: 0.5px;}
#go-big-ass .one-half:nth-child(1) {margin-left: 2%;}
#go-big-ass .one-half:nth-child(2) {margin-left: 2%;}

#home #go-big-ass .go-big-ass-gallery .flex-direction-nav {position: absolute; display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -webkit-justify-content: space-between; width: 100%; top: 0; height: 100%; align-items: center; -ms-align-items: center; -moz-align-items: center; -webkit-align-items: center;}
#home #go-big-ass .go-big-ass-gallery .flex-direction-nav a  {position: relative; opacity: 1; left: unset; right: unset; color: transparent; font-size: 0; width: 20px; height: 30px; background-size: cover; margin-top: 0; background-image: url(https://cdn.haikuhome.com/media/wysiwyg/_pages/home/go-big-ass-gallery-arrow.svg); top: unset;}
#home #go-big-ass .go-big-ass-gallery .flex-direction-nav a:before {width: 0; height: 0; font-family: unset; font-size: unset; text-shadow: unset; color: unset; content: unset;}
#home #go-big-ass .go-big-ass-gallery .flex-direction-nav .flex-prev {transform: rotate(180deg);}
#home #go-big-ass .go-big-ass-gallery .flex-direction-nav .flex-nav-prev {padding: 1em 0.5em; transition: 1s all;}
#home #go-big-ass .go-big-ass-gallery .flex-direction-nav .flex-nav-next {padding: 1em 0.5em; transition: 1s all;}
#home #go-big-ass .go-big-ass-gallery:hover .flex-nav-prev, #home #go-big-ass .go-big-ass-gallery:hover .flex-nav-next {background: rgba(0,0,0,0.5); transition: 1s all;}



#home #designed-for-the-great-outdoors {height: 40vw; background-size: cover; background-position: center top;}
#home #deals {height: auto; background-size: cover; margin-top: 2em; background-position: center;}
#home #designed-for-the-great-outdoors .container, #home #deals .container {height: 100%; display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; align-items: center; justify-content: center; -ms-justify-content: center; -moz-justify-content: center; -webkit-justify-content: center; flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; -moz-flex-direction: column; text-align: center;}
#home #deals .container {padding-top: 10em; padding-bottom: 10em;}
#home #designed-for-the-great-outdoors .blue-button {margin-top: 4em;}
#home #deals h1 {font-size: 6em; color: #fff; text-align: center; font-weight: bold;}
#home #deals .second-line {font-size: 3em; color: #fff; text-align: center; margin-bottom: 1em;}
#home #deals .line {height: 3px; width: 100px; background-color: #fff; display: inline-block; margin-left: 0.5em; margin-right: 0.5em; position: relative; top: -11px;}
#home #deals .link {text-transform: uppercase; font-weight: bold; font-size: 2em; letter-spacing: 3px; transition: all 0.5s;}
#deals a:hover {color: #48c7d8; transition: all 0.5s;}
#deals a:hover .link {transform: translateY(-10px); transition: all 0.5s;}


#home #what-customers-say {padding-top: 4em;}
#home #what-customers-say h1 {text-align: center;}
#home #what-customers-say .blue-line {margin-left: auto; margin-right: auto;}
#home #what-customers-say .slides li {position: relative; letter-spacing: 0.5px;}
#home #what-customers-say .quote-overlay {background: #1badc2; position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; align-items: center; justify-content: center; -ms-justify-content: center; -moz-justify-content: center; -webkit-justify-content: center; flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; -moz-flex-direction: column; opacity: 0; transition: all 0.5s;}
#home #what-customers-say .quote-overlay .quote-container {width: 50%;}
#home #what-customers-say .quote-overlay .blue-line {background-color: #fff; margin: unset;}
#home #what-customers-say .quote-overlay .quote {color: #fff; font-style: italic; margin-top: 2em; margin-bottom: 2em;}
#home #what-customers-say .quote-overlay .author {color: #fff; font-weight: bold; text-align: right; letter-spacing: 1px;}

#home #what-customers-say #what-customers-say-gallery .flex-viewport {position: relative; z-index: 2;}
#home #what-customers-say #what-customers-say-gallery .flex-direction-nav {position: absolute; display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -webkit-justify-content: space-between; width: 100%; top: 0; height: 100%; align-items: center; -ms-align-items: center; -moz-align-items: center; -webkit-align-items: center; z-index: 1;}
#home #what-customers-say #what-customers-say-gallery .flex-direction-nav a  {position: relative; opacity: 1; left: unset; right: unset; color: transparent; font-size: 0; width: 20px; height: 30px; background-size: cover; margin-top: 0; background-image: url(https://cdn.haikuhome.com/media/wysiwyg/_pages/home/go-big-ass-gallery-arrow-gray.svg); top: unset;}
#home #what-customers-say #what-customers-say-gallery .flex-direction-nav a:before {width: 0; height: 0; font-family: unset; font-size: unset; text-shadow: unset; color: unset; content: unset;}
#home #what-customers-say #what-customers-say-gallery .flex-direction-nav .flex-prev {transform: rotate(180deg);}
#home #what-customers-say #what-customers-say-gallery .flex-direction-nav .flex-nav-prev {margin-left: -40px;}
#home #what-customers-say #what-customers-say-gallery .flex-direction-nav .flex-nav-next {margin-right: -40px;}




#home #get-a-complimentary-haiku-lookbook {height: 80vh; margin-top: 2em; background-size: cover; background-position: center right;}
#home #get-a-complimentary-haiku-lookbook  h1, #home #get-a-complimentary-haiku-lookbook .copy  {color: #fff;}
#home #get-a-complimentary-haiku-lookbook .container {height: 100%; display: flex; display: -ms-flex; display: -moz-flex; display: -webkit-flex; align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -webkit-align-items: flex-start; justify-content: center; -ms-justify-content: center; -moz-justify-content: center; -webkit-justify-content: center; flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; -moz-flex-direction: column;}
#home #get-a-complimentary-haiku-lookbook  .blue-line {background: #fff;}
#home #get-a-complimentary-haiku-lookbook  .blue-button {margin-top: 3em;}
#home #get-a-complimentary-haiku-lookbook  .transparent-button {margin-top: 2em;}
#home #get-a-complimentary-haiku-lookbook  .copy {width: 20%;}
#home #get-a-complimentary-haiku-lookbook .mobile-visible {display: none;}

.navigation--secondary a[href="/about-us"] {display: none;}
.footer__navigation__wrap {padding-bottom: 2em;}

@media only screen and (max-width: 2250px) {
	#home #designed-for-the-great-outdoors {height: 1200px;}
}

@media only screen and (max-width: 1950px) {
	#home #designed-for-the-great-outdoors {height: 1000px;}
}

@media only screen and (max-width: 1650px) {
	#home #haiku-in-the-news #quotes-div {width: 100%;}
	#home #designed-for-the-great-outdoors {height: 800px;}
}

@media only screen and (max-width: 1500px) {
	#home h4, #home h6 {font-size: 1.5em;}
}

@media only screen and (max-width: 1350px) {
	#home hr {margin-top: 2em; margin-bottom: 2em;}
	
	#home h4 {font-size: 1.2em;}
	#home h5 {font-size: 0.8em;}
	
	#home #why-haiku #accordion {height: 346px;}
	#home #why-haiku #accordion .section {padding-bottom: 4em;}
	#home #why-haiku #accordion .larger-copy {width: 50%;}
	
	#home #haiku-fans .section, #home #haiku-lights .section, #home #get-a-complimentary-haiku-lookbook, #home #designed-for-the-great-outdoors {height: 600px;}
	
	#home #haiku-fans #incomparable-luxury {width: 40%;}
	#home #haiku-fans #incomparable-luxury h3, #home #haiku-lights #our-brightest-idea-yet h3 {margin-bottom: 2em;}
	
	#home #haiku-lights #our-brightest-idea-yet {width: 35%;}
	
	#home #haiku-in-the-news #logos-div {display: none;}
	#home #haiku-in-the-news #quotes img {display: block; margin: 0 auto; width: 25%; margin-top: 1em;}
	
	#home #what-customers-say .quote-overlay .quote-container {width: 90%;}
	#home #what-customers-say .quote-overlay .quote {margin-top: 1em;}
	
	#home #get-a-complimentary-haiku-lookbook h1 {font-size: 2em;}
	#home #get-a-complimentary-haiku-lookbook .copy {width: 35%;}
	#home #get-a-complimentary-haiku-lookbook .transparent-button {margin-top: 1em;}
}

@media only screen and (max-width: 1250px) {
	#home #header .blue-button {width: 185px;}
	
	#home #deals .container {padding-top: 7em; padding-bottom: 7em;}
}

@media only screen and (max-width: 1150px) {
	#home #haiku-in-the-news #quotes .slides li {width: 60% !important;}
	#home #haiku-in-the-news .quotation-marks {font-size: 300px; top: 195px;}
	#home #haiku-in-the-news #right-quote {right: 125px;}
	#home #haiku-in-the-news #left-quote {left: 125px;}
}

@media only screen and (max-width: 1100px) {
	#home #header {height: 600px;}
	#home #header .hide-this {display: none;}
	#home #header h1 {width: 45%;}
	#home #header h3 {width: 45%;}
	#home .blue-button, #home .transparent-button {font-size: 0.9em;}
	#home .faux-button .plus-icon {height: 20px; width: 20px;}
	#home #header .blue-button {width: 168px;}
	
	#home #info-bar img {width: 65px; height: 65px;}
	
	#home #get-a-complimentary-haiku-lookbook {height: 500px;}
	
	#home #haiku-fans .section {background-image: url("https://cdn.haikuhome.com/media/wysiwyg/_pages/home/haiku-fans-mobile.png") !important; background-position: center -50px; background-size: 113%;}
	
	#home #haiku-fans .container {padding-bottom: 2em;}
	#home #haiku-fans #incomparable-luxury {width: 40%; text-align: center; margin: 0 auto;}
	#home #haiku-fans #incomparable-luxury h3, #home #haiku-lights #our-brightest-idea-yet h3 {margin-bottom: 2em; font-size: 1.1em;}
	
	#home #haiku-lights .section {background-image: url("https://cdn.haikuhome.com/media/wysiwyg/_pages/home/haiku-lights-mobile.png") !important; background-position: center center; background-size: 100%;}
	#home #haiku-lights .container {padding: 0; align-items: center; -ms-align-items: center; -moz-align-items: center; -webkit-align-items: center; justify-content: center; -ms-justify-content: center; -moz-justify-content: center; -webkit-justify-content: center;}
	#home #haiku-lights #our-brightest-idea-yet {width: 40%; text-align: center; margin: 0 auto;}
	#home #haiku-lights #our-brightest-idea-yet .blue-button {margin-bottom: 0;}
	
	#home #what-customers-say .quote-overlay {opacity: 1; background: rgba(27, 173, 194, 0.8);}
	#home #haiku-in-the-news #right-quote {right: 95px;}
	#home #haiku-in-the-news #left-quote {left: 95px;}
	
	#home #go-big-ass p {height: 70px;}
} 

@media only screen and (max-width: 1000px) {
	#home h4 span {display: none;}
	#home #why-haiku {padding-top: 2em;}
	#home #why-haiku #accordion {flex-direction: column; -ms-flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; overflow: visible;}
	#home #why-haiku #accordion .section {height: 25%; padding-bottom: 0; padding-top: 0; width: 100%; justify-content: center; -ms-justify-content: center; -moz-justify-content: center; -webkit-justify-content: center; background: rgba(0,0,0,0.5);}
	#home #why-haiku #accordion .section:hover {background: rgba(0,0,0,0.5);}
	
	#home #why-haiku #accordion #incredible-efficiency, #home #why-haiku #accordion #complete-silence, #home #why-haiku #accordion #simple-automation {border-left: 0; border-top: 2px solid rgba(255,255,255,0.5);}
	
	#home #why-haiku #accordion .smaller-copy {margin-top: -1em;}
	#home #why-haiku #accordion .smaller-copy p {height: auto; opacity: 1; margin-bottom: 15px;}
	#home #why-haiku #accordion .larger-copy {padding-bottom: 3em;}
	#home #why-haiku #accordion .smaller-copy p.visible {margin-bottom: 15px;}
	
	#home #why-haiku #accordion .section.larger {height: 85%; width: 100%;}
	#home #why-haiku #accordion .section.smaller {height: 23%; width: 100%;}
	#home #why-haiku #accordion .label {left: 0; position: relative; transform: unset; top: 0;}
	#home #why-haiku #accordion .section.smaller:hover .label {top: 0;}
	
	#home #why-haiku #accordion .close-icon.desktop-visible {display: none;}
	#home #why-haiku #accordion .close-icon.mobile-visible {display: block; top: -30px; left: unset; right: 2em; width: 20px; height: 20px;}
	
	#home #haiku-fans {padding-top: 2em;}
	#home #haiku-lights {padding-top: 2em;}
	#home #go-big-ass {padding-top: 2em;}
	#home #what-customers-say {padding-top: 2em;}
}

@media only screen and (max-width: 950px) {
	#home h1 {font-size: 2.2em;}
	#home #header #down-arrow {width: 20px;}
	
	#home #haiku-fans .section, #home #haiku-lights .section, #home #get-a-complimentary-haiku-lookbook, #home #designed-for-the-great-outdoors {height: 500px;}
	
	#home #haiku-fans .section {background-position: center -60px; background-size: 100%;}
	#home #haiku-fans #incomparable-luxury, #home #haiku-lights #our-brightest-idea-yet {width: 50%;}
	#home #haiku-fans #incomparable-luxury h3, #home #haiku-lights #our-brightest-idea-yet h3 {font-size: 1em; margin-bottom: 1em;}

	#home #what-customers-say #what-customers-say-gallery .flex-direction-nav .flex-nav-prev {margin-left: -30px;}
	#home #what-customers-say #what-customers-say-gallery .flex-direction-nav .flex-nav-next {margin-right: -30px;}
}

@media only screen and (max-width: 850px) {	
	#home #header {height: 500px;}
	#home h1 {font-size: 2em;}
	#home h3 {font-size: 1.2em;}
	
	#home #info-bar img {width: 45px; height: 45px;}
	
	#home #haiku-fans .section {background-position: center -25px; background-size: 110% auto;}
	
	#home #what-customers-say .quote-overlay .quote {font-size: 0.9em;}
	
	#home #go-big-ass p {height: 90px;}
	
	#home #deals {height: auto;}
	#home #deals .container {padding-top: 5em; padding-bottom: 5em;}
	#home #deals h1 {font-size: 4.5em;}
	#home #deals .link {font-size: 1.5em;}
}

@media only screen and (max-width: 767px) {	
	#home #header {background-image: url("https://cdn.haikuhome.com/media/wysiwyg/_pages/home/header-mobile-2.jpg") !important; background-position: center bottom; background-repeat: no-repeat; background-size: cover; height: 750px;}
	#home #header .container {display: block; padding-top: 2em; padding-bottom: 2em;}
	#home #header h1 {width: 100%; text-align: center; margin: 0 auto;}
	#home #header h3 {text-align: center; width: 100%; margin: 0 auto;}
	#home #header .blue-line {margin-left: auto; margin-right: auto;}
	.cms-home-c #home #header .blue-line {display: none;}
	
	#home #header .blue-button {margin: 0 auto; display: block; margin-top: 1em;}
	
	#home h6 {font-size: 1em;}
	
	#home #why-haiku .desktop-visible {display: none;}
	#home #why-haiku .mobile-visible {display: block;}
	#home #why-haiku #accordion {height: 364px;}
	#home #why-haiku #accordion .section.larger {justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -webkit-justify-content: center;}
	#home #why-haiku #accordion .accordion-background {background-position: center;}
	#home #why-haiku #accordion .smaller-copy p {display: none;}
	#home #why-haiku #accordion .larger-copy {width: 100%; padding-bottom: 0;}
	#home #why-haiku #accordion .larger-copy p {font-size: 0.9em;}
	#home #why-haiku #accordion .blue-line {display: none;}
	#home #why-haiku #accordion .close-icon {right: 1em;}
	
	#haiku-in-the-news, #haiku-in-the-news + .container {display: none;}
	#home #haiku-in-the-news #quotes-div {display: block; height: auto;}
	#home #haiku-in-the-news #quotes .slides {height: 266px;}
	#home #haiku-in-the-news .flex-direction-nav {display: flex; display: -ms-flex; display: -webkit-flex; display: -moz-flex; justify-content: center; -ms-justify-content: center; -moz-justify-content: center; -webkit-justify-content: center; margin-top: 2em;}
	#home #haiku-in-the-news .flex-direction-nav  li {margin-left: 1em; margin-right: 1em;}
	#home #haiku-in-the-news .flex-direction-nav a {height: 35px; width: 19px; top: unset; bottom: 0; position: relative;}
	#home #haiku-in-the-news .quotation-marks {display: none;}
	#home #haiku-in-the-news #quotes img {width: 40%;}
	
	#home #haiku-fans .section {background-size: 100%; background-position: center top; background-repeat: no-repeat;}
	
	#home #go-big-ass {padding-top: 2em; padding-bottom: 0;}
	/*#home #go-big-ass .one-third {width: 100%; margin: 0; margin-bottom: 2em;}
	#home #go-big-ass p {height: auto;}*/
	#go-big-ass .one-half {width: 100%; margin: 0; margin-bottom: 2em;}
	#go-big-ass p {height: auto;}
	#go-big-ass .one-half:nth-child(1) {margin-left: 0}
	#go-big-ass .one-half:nth-child(2) {margin-left: 0}

	#home #designed-for-the-great-outdoors .blue-button {margin-top: 2em;}
	
	#home #what-customers-say {display: none;}
	
	#home #deals h1 {font-size: 3em;}
	#home #deals .second-line {font-size: 1.5em;}
	#home #deals .line {width: 50px; height: 2px; top: -5px;}
	
	#home #get-a-complimentary-haiku-lookbook {background: unset !important; height: auto;}
	#home #get-a-complimentary-haiku-lookbook h1, #home #get-a-complimentary-haiku-lookbook .copy {color: #353535; text-align: center; width: 100%;}
	#home #get-a-complimentary-haiku-lookbook .blue-line {background: #1badc2; margin-left: auto; margin-right: auto;}
	#home #get-a-complimentary-haiku-lookbook .blue-button, #home #get-a-complimentary-haiku-lookbook .transparent-button {margin-left: auto; margin-right: auto;}
	#home #get-a-complimentary-haiku-lookbook .blue-button {margin-top: 1em;}
	#home #get-a-complimentary-haiku-lookbook .mobile-visible {display: block; width: 100%;}
	#home #get-a-complimentary-haiku-lookbook .mobile-visible hr {margin-bottom: 1em; margin-top: 3em;}
	#home #get-a-complimentary-haiku-lookbook .mobile-visible img {width: 100%;}
}

@media only screen and (max-width: 650px) {	
	#home #header {height: 700px;}
	#home h1 {font-size: 2em;}
	#home #header h3 {font-size: 1.2em;}
	
	#home #info-bar .one-third {width: 100%; float: none; margin-top: 3em; margin-bottom: 3em;}
	#home #info-bar .one-third:first-of-type {margin-top: 0;}
	#home #info-bar .one-third:last-of-type {margin-bottom: 0;}
	#home #info-bar .one-third:nth-child(2) {border: 0;}
	
	#home h6 {font-size: 1.3em;}
	
	#home #haiku-fans .section {background-size: 130%; }
	#home #haiku-fans #incomparable-luxury, #home #haiku-lights #our-brightest-idea-yet {width: 80%;}
	#home #haiku-lights .container {flex-direction: column; -ms-flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column;}
	#home #haiku-lights .section {background-image: unset !important;}
	#home #haiku-lights .mobile-visible {display: block;}
	#home #haiku-lights .mobile-visible img {width: 70%; margin: 0 auto; display: block; margin-bottom: 1em;}
	
	#home #haiku-in-the-news #quotes .slides li {width: 100% !important;}
	
	#home #what-customers-say .container {width: 85%;}
	#home #what-customers-say #what-customers-say-gallery .flex-direction-nav .flex-nav-prev {margin-left: -25px;}
	#home #what-customers-say #what-customers-say-gallery .flex-direction-nav .flex-nav-next {margin-right: -25px;}
}

@media only screen and (max-width: 550px) {
	#home #header {height: 641px;}
}

@media only screen and (max-width: 450px) {
	#home h1, #home #get-a-complimentary-haiku-lookbook h1 {font-size: 1.7em;}
	#home #header h3 {font-size: 1em;}
	
	#home #header {height: 575px;}
	
	#complete-silence-background {background-position: left !important;}
	#home #haiku-lights .mobile-visible img {width: 80%;}
	
	#home #haiku-fans .section, #home #haiku-lights .section, #home #designed-for-the-great-outdoors {height: 450px;}
	
	#home #what-customers-say .quote-overlay .quote {font-size: 0.9em}
}

@media only screen and (max-width: 350px) {
	#home #header {height: 530px;}
	#home .blue-line {margin-bottom: 1.5em;}
	
	#home h1, #home #get-a-complimentary-haiku-lookbook h1 {font-size: 1.5em;}
	
	#home #haiku-fans .section {background-size: 150%;}
	
	#home #deals .link {font-size: 1.2em;}
	
}

  #why-haiku {
    margin-bottom:50px;
  }
@media screen and (min-width:980px) and (max-width:1079px) {
  ul#nav li a {
    font-size:11px;
    padding-left:5px;
    padding-right:5px;
  }
  #logo img {
    max-width:180px!important;
  }
}
@media screen and (min-width:1080px) and (max-width:1250px) {
  ul#nav li a {
    font-size:12px;
    padding-left:5px;
    padding-right:5px;
  }
  #logo img {
    max-width:180px!important;
  }
}
@media screen and (max-width:768px) {
  .slideshow-section .flex-caption {
    position:relative;
    top:auto;
    right:0;
    left:0;
    margin:0 auto;
    text-align:center!important;
  }
 .slideshow-section .caption-inners {
   background:transparent!important;
   color:black;
 }
  .slideshow-section .caption-inners h2, .slideshow-section .caption-inners p {
    color:black!important;
    font-size:20px!important;
    text-align:center!important;
  }
  .slideshow-section .caption-inners a {
    background:#3e9097!important;
    color:white!important;
  }
}
#shopify-section-faq-template .accordion p {
  max-width:840px;
}
.sub-footer {
  text-align:center;
}
.footer_address, .credit_cards {
  margin-top:10px;
}

.bullzeri-link img {
    width: 25px;
    position: relative;
    top: 5px;
}
.sub_footer {
  background:#141414;
  color:white;
}
.sub_footer a {
  color:white;
}
.sub_footer a:hover {
  color:#4f9fa6;
}
.footer_email{
  color:#eee !important;
}
.title404{
  text-align:center;
  border:0 !important;
  margin: 20px 0 10px !important;
}
.subtitle404{
  text-align:center;
}
.bt404 {
	text-align: center;
	text-transform: uppercase;
	margin: 60px 0 40px;
	font-size: 45px;
	letter-spacing: 5px;
	font-style: italic;
}
.carousel-404 .product-index img {
	width: auto;
}
.carousel-404 .cta_button{
  display:none;
}
.bsbwarap{
	text-align: center;
	padding-top: 40px;
	clear: both;
}
.bsbwarap .button {
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	width: 280px;
	line-height: 60px;
}
.dctxt{
  max-width:800px;
  margin:auto;
  text-align:center;
  font-size:22px;
}
.ql-editor p,
.ql-editor p strong{
  text-align:left !important;
  font-weight:400 !importaant;
  font-size:15px !important;
  color:#fff !important;
}
.hlBEKn.hlBEKn {
	padding: 10px 0px !important;
}
.etmDkF.etmDkF {
	padding: 0 !important;
}
#shopify-section-1616004078bdd2664b .homepage-section h2.section-heading{
  border-bottom: 0;
}