/*
* 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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.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
}
.visually-hidden {
  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
  }
  .gridlock .row .mobile-hide {
    display: none
  }
}

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

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

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

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

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

@media screen and (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: Poppins;
  font-weight: 400;
  font-style: normal;
  src: url("../../../../../../../../poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff") format("woff2"),
       url("../../../../../../../../poppins/poppins_n4.ee28d4489eaf5de9cf6e17e696991b5e9148c716_h1-YmFieWJveGNvLmNvbQ-h2-c2FmZWFuZHNtYXJ0LmNvbQ-hmac-5de0dcf5bdc88352b0955ee1278e6d674b65860d61a332d8b948fc1c168daa28.woff") format("woff");
}

@font-face {
  font-family: Oswald;
  font-weight: 400;
  font-style: normal;
  src: url("../../../../../../../../oswald/oswald_n4.a5ee385bde39969d807f7f1297bf51d73fbf3c1e.woff") format("woff2"),
       url("../../../../../../../../oswald/oswald_n4.8f3e284746fbc2d29e34993609c51fdc432b0b24_h1-YmFieWJveGNvLmNvbQ-h2-c2FmZWFuZHNtYXJ0LmNvbQ-hmac-72df3579be60ba5a122545f1a43e42859682c947d7fcf4cd193a51067e1a23ee.woff") format("woff");
}

@font-face {
  font-family: Oswald;
  font-weight: 400;
  font-style: normal;
  src: url("../../../../../../../../oswald/oswald_n4.a5ee385bde39969d807f7f1297bf51d73fbf3c1e.woff") format("woff2"),
       url("../../../../../../../../oswald/oswald_n4.8f3e284746fbc2d29e34993609c51fdc432b0b24_h1-YmFieWJveGNvLmNvbQ-h2-c2FmZWFuZHNtYXJ0LmNvbQ-hmac-72df3579be60ba5a122545f1a43e42859682c947d7fcf4cd193a51067e1a23ee.woff") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  src: url("../../../../../../../../poppins/poppins_n7.58aca33913fc6666cc9e8a53f6b16ec5c3c05a3f.woff") format("woff2"),
       url("../../../../../../../../poppins/poppins_n7.59016f931f3f39434d2e458fba083eb7db7a07d9_h1-YmFieWJveGNvLmNvbQ-h2-c2FmZWFuZHNtYXJ0LmNvbQ-hmac-36baeb29b78fc4d0dce22923b51cec7e1215517469f96eee4bb4836e5aa0f216.woff") format("woff");
}




  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  src: url("../../../../../../../../poppins/poppins_i4.a7e8d886e15d5fb9bc964a53b3278effbf270e9c.woff") format("woff2"),
       url("../../../../../../../../poppins/poppins_i4.e87de252199e27825a41bf81646996685d86452d_h1-YmFieWJveGNvLmNvbQ-h2-c2FmZWFuZHNtYXJ0LmNvbQ-hmac-d721c7747a40f753a25eec375a1c463d8468d706d0df579cb2472cb236ed35ee.woff") format("woff");
}




  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  src: url("../../../../../../../../poppins/poppins_i7.4f85a5d51a1aecf426eea47ac4570ef7341bfdc1.woff") format("woff2"),
       url("../../../../../../../../poppins/poppins_i7.aff3a08a92d1c136586c611b9fc43d357dfbbefe_h1-YmFieWJveGNvLmNvbQ-h2-c2FmZWFuZHNtYXJ0LmNvbQ-hmac-9bafdcde3f7d6eaae1bb20c0be819c4261e132b11554e412a6bb5c286e218dc8.woff") format("woff");
}



html, body {
  height: 100%;
  min-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: #53565a;
  background: #ffffff;
  font-size: 13px;
  font-family:Poppins;
  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;
  background-color: #f1f1f1;
}

.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: #67c7c7;
  font-family:Oswald;
  font-weight: 500;
  margin-top: 0;
  line-height: normal;
}

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

h1 { font-size: 25px; }
h2 { font-size: 22px; }
h3 { font-size: 19px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }

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

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre {
  font-family: Poppins;
  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: #ee7d65;
  outline: 0;
  transition: all .25s ease-in-out;
}

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

a:visited {
  color:#ee7d65;
  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: Poppins;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  padding-left: 35px;
  color: #999;
  margin: .5em 0 .5em 0;
}

hr {
  background:#e5e5e5;
  border: none;
  color: #e5e5e5;
  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: #00a88f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  font-family: Poppins;
  border: 0;
  border-radius: 0px! 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;
  font-weight: bold;
  line-height: 44px;
}

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

.secondary-button {
  color: #ffffff! important;
  background: #ee7d65! important;
}

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


a.button:visited {
  background: #00a88f;
  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 #e5e5e5;
  height: 40px;
  line-height: 40px;
  outline: none;
  font: 13px Poppins;
  color: #53565a;
  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: #53565a;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
  width: 100%;
  background: transparent;
  border: 1px solid #e5e5e5;
  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 #e5e5e5;
  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: 0px;
}

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

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

#top-bar a:hover {
  color: #464646!important;
}

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

header #q {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-indent: 0;
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: transparent;
  color: #53565a;
  text-indent: 0;
  padding: 0 0 0 5px;
}

header #q::-webkit-input-placeholder {
  color: #53565a;
}

header #q:-moz-placeholder { /* Firefox 18- */
  color: #53565a;
}

header #q::-moz-placeholder {  /* Firefox 19+ */
  color: #53565a;
}

header #q:-ms-input-placeholder {
  color: #53565a;
}

#identity {
  padding-bottom: 0px;
}

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: #53565a;
}

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

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

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

select.currency-picker {
  width: inherit;
  background: url(select-arrow_13624.png) no-repeat right;
  border: 0;
  margin: 0;
  color: #53565a;
  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: #53565a !important;
}

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

ul#social-links li.searchbox {
  width: 160px;
}

.searchbox #q {
  position: relative;
}

.searchbox #q:after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
}

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

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

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

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

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

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

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

ul#nav li:hover {
  color: #67c7c7;
  background: rgba(0,0,0,0);
}

ul#nav li a {
  font-size: 15px;
  font-weight: 400;
  color: #53565a;
  display: block;
  padding: 0 17px 0 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
}

ul#nav li a:hover {
  background: rgba(0,0,0,0);
  color: #67c7c7;
  text-decoration: none;
}

.active { color: #67c7c7!important; }

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: "Font Awesome 5 Free";
  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: 180px;
  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: #000000;
  background: #ffffff;
}

ul#nav li ul.submenu li a {
  text-align: left;
  font-weight: normal;
  font-family:Poppins;
  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;
}

.submenu li.has_sub_menu:before {
  position: absolute;
  top: 0;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  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:Poppins;
  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: #000000 !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 #e5e5e5;
}

.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: #53565a;
  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 #e5e5e5;
}

.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 #e5e5e5;
  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 #e5e5e5;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  text-indent: 0;
  -moz-appearance: none;
  color: #53565a;
  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%;
  margin-top: 20px;
}

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

.ajaxcart__footer.row .text-center {
  clear: left;
}
#CartDrawer .ajaxcart__footer.row p {
  margin-bottom: 10px;
}
#CartDrawer .subtotal,
#CartDrawer .discounts,
#CartDrawer .total,
#basket-right .subtotal,
#basket-right .discounts,
#basket-right .total {
  display: inline-block;
  width: 100%;
}

#CartDrawer .subtotal .title,
#CartDrawer .discounts p,
#CartDrawer .total .title,
#basket-right .subtotal .title,
#basket-right .discounts p,
#basket-right .total .title {
  padding-right: 20px;
  float: left;
  text-align: left;
  display: inline-block;
  width: 35%;
}
#CartDrawer .subtotal .subtotal-price,
#CartDrawer .discounts .cart-savings-amount,
#CartDrawer .discounts ul,
#CartDrawer .total .total-price,
#basket-right .subtotal .subtotal-price,
#basket-right .discounts .cart-savings-amount,
#basket-right .discounts ul,
#basket-right .total .total-price {
  float: right;
  text-align: right;
  display: inline-block;
  width: 64%;
  padding-right: 0;
}
#CartDrawer .cart-summary {
  margin-bottom: 15px;
}
#basket-right .cart-summary {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
#basket-right .discounts ul,
#CartDrawer .discounts ul { list-style: none; }
/* =============== */
/* = index.liquid = */
/* =============== */
#content {
  margin-top: 210px;
  position: relative;
}



.index-sections, #shopify-section-about-template, #shopify-section-education-template { margin-top: 170px; }



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

.notification p {
  margin-bottom: 0;
}

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

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-section {
  position: relative;
}

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


  .homepage-section h2.section-heading:after {
 /* content:"";
    width: 80px;
    margin-left: -40px;
    left: 50%;
    bottom: 0;
    position: absolute;
    border-bottom: 3px solid #67c7c7; */
  }


#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: #56575a;
  border: 2px solid #ffffff;
  background: #ffffff;
  padding: 3px 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  z-index: 100;
  display: inline-block;
  text-align: center;
  transition: all .25s ease-in-out;
}

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

.owl-prev,
.owl-next {
  font-weight: 900;
  position: absolute;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.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: 0px;
  transition: all .25s ease-in-out;
  font-family: Poppins;
  font-weight: bold;
}

.cta a:hover {
  color: ;
  background: #464646!important;
}

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: #56575a;
  border: 2px solid #ffffff;
  background: #ffffff;
  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: #ffffff;
  background: #56575a;
}

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: Poppins;
  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;
}



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

.healty-diaper-care .owl-controls {
  clear: left;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.healty-diaper-care .owl-controls .owl-page {
  display: inline-block;
  margin: 0 5px 10px;
  border: 0;
}

.healty-diaper-care .owl-controls .owl-page span {
  background: #fff;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.healty-diaper-care .owl-controls .owl-page:hover span {
  background: #fff;
}

.healty-diaper-care .owl-controls .owl-page.active span {
  background: #FE755D;
}
/* =============== */
/* = 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 #e5e5e5;
  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 #e5e5e5;
  margin-bottom: 20px;
}

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

#collection-sidebar label {
  border-bottom: 1px solid #e5e5e5;
  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(select-arrow_13624.png) right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

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

.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;
  color: #bc0000;
}

.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: #56575a;
  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: #00a88f;
  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: #000000;
  text-decoration: none;
  cursor: pointer;
}

.product-modal:visited {
  background: #00a88f;
  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 { float: right; }

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

/*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;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

#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 #e5e5e5;
  border-bottom: 1px solid #e5e5e5;*/
  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: #56575a;
  border: 2px solid #ffffff;
  background: #ffffff;
  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: Poppins;
  padding-left: 8px;
  background: url(select-arrow_13624.png) right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

div#related {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}

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 #e5e5e5;
  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 #e5e5e5;
  display: none;
}

#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 #e5e5e5;
  display: inline-block;
  color: #53565a;
}

.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: #00a88f! important;
    font-size: 13px! important;
    font-weight: 400! important;
    font-family: Poppins! important;
}

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

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

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


#product-description form {
  border-bottom: 1px solid #e5e5e5;
  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 #e5e5e5;
  display: inline-block;
  color: #53565a;
  margin-bottom: 0;
}

.quantity-increment {
  border: 1px solid #e5e5e5;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #53565a;
  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 #e5e5e5;
  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: "Font Awesome 5 Free";
  font-size: 22px;
  color: #53565a;
  content: "\f106";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: 900;
}

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

a.bx-next:after {
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  color: #53565a;
  content: "\f107";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: 900;
}

.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: Poppins;
  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 #e5e5e5;
}

#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 #e5e5e5;
}

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

#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: #56575a;
}

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

#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 #e5e5e5;
}

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 #e5e5e5;
  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: #00a88f;
  color: #ffffff;
  padding: 10px 20px;
  transition: all .25s ease-in-out;
  letter-spacing: 1px;
  border-radius: 3px;
}

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

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

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

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

#customer-wrapper tbody tr,
#customer-wrapper thead  {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
#customer-wrapper tfoot {
  border: 1px solid #e5e5e5;
  display: block;
  margin-top: 40px;
  padding: 10px;
  width: 50%;
}
#customer-wrapper tfoot td.label {
  float: left;
  display: inline-block;
  width: 50%;
}
#customer-wrapper  tfoot tr {
  width: 100%;
  display: block;
}
#customer-wrapper #order_details {
  float: none;
  padding: 10px;
}
.section-title span.order-date {
  float: right;
  font-size: 12px;
}
#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 #e5e5e5;
  border-right: 1px solid #e5e5e5;
  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: 0px;
  background: #ffffff;
  color: #53565a;
}

footer ul {
  list-style: none;
}

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

footer a:hover { color: #ccc; text-decoration: underline; }

footer label {
  margin-bottom: 0;
}

footer h4 {
  color: #53565a;
  border-bottom: 1px solid rgba(0,0,0,0);
  padding-bottom: 5px;
  font-family: Poppins;
  font-weight: bold;
}

.sub-footer {
  border-top: 1px solid rgba(0,0,0,0);
  padding: 15px 0;
  margin-top: 30px;
}

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

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

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

footer img {
  width: 40px;
}

#payment {
  text-align: center;
  margin-bottom: 0px;
}

.payment-methods svg {
  display: inline;
  width: 40px;
  height: 25.25px;
  text-align: center;
  margin: 3px 1px;
}

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

.share-icons a {
  margin: 0 10px;
  color: #56575a !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 #ffffff;
}

#pagination a {
  color: #56575a;
  border: 2px solid #ffffff;
  background: #ffffff;
  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{
  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(https://cdn.shopify.com/s/files/1/0262/7775/t/19/assets/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: #53565a;
  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;
  background: #00A88F;
  text-align: center;
  text-transform: uppercase;
  color: #fff!important;
  font-family: Poppins;
}

.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 #e5e5e5;
  line-height: 30px;
}

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

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

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

ul#accordion li {
  padding: 8px 0;
  border-bottom: none;
}

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

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-page #newsletter-details {
  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: relative;
  margin-top: 220px;
}

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

  .password-page #logo {
    padding-top: 160px;
  }

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

/*
* 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('https://cdn.shopify.com/s/files/1/0262/7775/t/19/assets/flexslider-icon.woff') format('woff'),
    url('flexslider-icon.ttf') format('truetype'),
    url('flexslider-icon.svg') 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, .header-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, .header-caption h2.slide-title  {
  color: ;
  line-height: inherit;
  border: 0 !important;
  padding: 0;
  margin-bottom: 0;
}

.flex-caption p {
  color: ;
}

.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: #56575a;
  border: 2px solid #ffffff;
  background: #ffffff;
}

.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: "Font Awesome 5 Free";
}

.flex-direction-nav .flex-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
}

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: #53565a;
  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(//https://cdn.shopify.com/s/files/1/0262/7775/t/19/assets/fancybox_sprite.png?13624);
}

.fancybox-next span {
  background-image: url(//https://cdn.shopify.com/s/files/1/0262/7775/t/19/assets/next.png?13624);
}

.fancybox-prev span {
  background-image: url(//https://cdn.shopify.com/s/files/1/0262/7775/t/19/assets/prev.png?13624);
}

#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(//https://cdn.shopify.com/s/files/1/0262/7775/t/19/assets/fancybox_loading.gif?13624) center center no-repeat;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 2%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(//https://cdn.shopify.com/s/files/1/0262/7775/t/19/assets/blank.gif?13624); /* 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: #ffffff;
  position: absolute;
  top: 1px;
  right: -1px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  font-size: 20px;
  color: #56575a;
  text-align: center;
  border: 2px solid #ffffff;
  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: "Font Awesome 5 Free";
  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;
}


/**********************************************

HM Stuff,
   June 29, 2019.
   Background tune: Alice In Chains Unplugged
   Contact: igor@harttmedia.com

   ********************************************/


#Slideshow-1480972784545 .flex-caption h2.slide-title, #education-section-header .header-caption h2.slide-title { font-size: 80px!important; line-height: 80px; text-transform: uppercase; color: #00A88F; margin-bottom: 30px; font-weight: 500!important; }

#Slideshow-1480972784545 .flex-caption p { font-size: 24px; font-weight: bold; margin-bottom: 40px; }

.subscription { font-size: 10px!important; font-weight: normal; margin-top: 20px; display: block; }

.homepage-section h3 { text-transform: uppercase; color: #67C7C7!important; font-size: 2.6em; font-weight: 500; }

p { color: #53565A; }


/* header */

.user { background: url(user_13624.png) no-repeat; width: 22px; height: 26px; display: block; float: left; margin-top: 14px; margin-right: 10px; }

.cart { background: url(cart_13624.png) no-repeat; width: 22px; height: 26px; display: block; float: left; margin-top: 11px; margin-right: 10px; }

.hide-desktop { display: none; }

#mobile-banner { display: none; }

#logo { float: left; width: 200px; position: absolute; top: 45px; z-index: 3;  }

#nav-wrapp { float: right; position: relative; top: 30px; }

#identity { min-height: 105px; }

.cta-btn { color: #ffffff!important; background: #ee7d65; }
.cta-btn:hover { background: #67C7C7!important; }

.fa-star-o:before { color: #ee7d65!important; }


.home-grid-images { display: block; }
.home-grid-images-mobile { display: none; }


#created-with-care, #healty-diaper-care  { background: #f8f8f8; margin: 0 auto; text-align: center; padding: 50px 0; }

    #created-with-care h2, #healty-diaper-care h2, #our-promise-to-you h2  { text-transform: uppercase; color: #EE7D65; font-size: 50px; font-weight: 300; margin-bottom: 20px; text-align: center; font-weight: 500!important; }

#traditional-diaper { background: #f8f8f8; margin: 0 auto; text-align: center; padding: 80px 20px; border-bottom: 1px dotted!important: border-color:  #ccc; }
    #traditional-diaper h2 { text-transform: uppercase; color: #53565A; font-size: 50px; font-weight: bold; margin-bottom: 20px; font-weight: 500!important; }
        #traditional-diaper p { font-size: 12px; font-weight: normal; }

#how-it-works { background: #fff; margin: 0 auto; padding: 50px 20px; }
    #how-it-works h2 { text-transform: uppercase; color: #00A88F; font-size: 50px; font-weight: bold; margin-bottom: 20px; text-align: center; font-weight: 500!important; }

        #how-it-works h3 { text-align: left!important; color: #53565A; font-weight: 500; }
        #how-it-works p { text-align: left!important; font-size: 1.1em; }
        .step { float: left; margin-right: 20px; display: block; }

#products-list { padding: 0 25px; }

#products-list, #simple-smart-tips, #our-promise-to-you { background: #fff; margin: 0 auto; padding: 50px 20px; }
    #products-list h2 { text-transform: uppercase; color: #00A88F; font-size: 50px; margin-bottom: 20px; text-align: center; font-weight: 500!important; }
        #products-list h3 { text-align: left!important; color: #53565A!important; font-weight: bold; }
        #products-list p { text-align: left; font-size: 1.1em; padding: 0;}
.product p, .rte p, #our-promise-to-you p { font-size: 1.1em;}

#why-bamboo { background: url(why-bamboo_13624.jpg) repeat; margin: 0 auto; padding: 80px 20px; }

    #why-bamboo .col { padding: 0 40px; }
    #why-bamboo h2 { text-transform: uppercase; color: #fff!important; font-size: 50px; margin-bottom: 20px; text-align: center; font-weight: 500!important; }
    #why-bamboo h3 { text-transform: uppercase; color: #fff!important; font-size: 20px; font-weight: bold; margin-bottom: 20px; text-align: left!important; border-top: #EE7D65 3px solid; padding-top: 20px; font-weight: bold; }
        #why-bamboo p { font-size: 12px; color: #fff!important; }

.homepage-section h2.section-heading { text-transform: uppercase; color: #00A88F!important; font-size: 50px; font-weight: bold; margin-bottom: 20px; }

#shopify-section-1521914688207 { padding: 80px 0; }

.m50 { margin: 50px 0; }

.mt10 { margin-top: 10px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }

.mb10 { margin-bottom: 10px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }

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

.btn { background: #00A88F; letter-spacing: 1px; border-radius: 0px; transition: all .25s ease-in-out; padding: 10px 35px; font-weight: bold; color: #fff!important; font-family: Poppins; text-decoration: none; }
.btn:hover { background: #464646; }


.btn-variation { background: #00A88F; letter-spacing: 1px; border-radius: 0px; transition: all .25s ease-in-out; padding: 10px 45px; font-weight: bold; color: #fff!important; font-family: Poppins; display: block; max-width: 280px; text-align: center; float: right; }


.box-wrapp { padding: 0 100px; }
.box-wrapp p { font-size: 1.1em; line-height: 28px; }


.flex-caption.slide-1480972784545-0, .header-caption { top: 28%!important; text-align: left; }


.product-info h3 { font-size: 14px!important; font-weight: bold; color: #fff!important; font-family: Poppins!important; text-transform: none; }


#education a { background: none; color: #ee7d65!important; padding: 0px; max-width: 100%; text-align: left; font-weight: bold; position: relative; bottom: 0; margin: 0; top. 30px; display: inline; }

#recently-viewed-products { display: none; }

#CartContainer .cart { background: none; }


#products-list img { width: 100%!important; }

.cta-home-page { text-align: center; margin: 50px 0; }

/* product */

.product #content h1 { color #67C7C7!important; text-transform: uppercase; font-weight: 500; }

.rte h2 { color #67C7C7!important; text-transform: uppercase; font-weight: 500; }

#shopify-section-product-template { margin-top: 60px; }
#shopify-section-product-template-generic { margin-top: 60px; }

#breadcrumb { display: none; }

#product-photos { margin: 0; }

#thumbnail-gallery { margin-top: 0; }

.free-shipping { color: #ee7d65; }

.swatch h5 { font-family: Poppins!important; font-weight: bold; }

.swatch input:checked + label { background: #67C7C7; border: none; }

.swatch label { background-color: #F2F2F2; border: none; color: #67C7C7; font-family: 'Oswald', sans-serif; }

.product-list li { list-style-type: none; text-align: left; margin-bottom: 10px; }

.inner-content-padding { padding: 0 50px!important; }

.diaper-feature { color: #EE7D65; font-weight: bold; font-size: 14px; font-family: Poppins; height: 50px; margin-right: 10px; }

.sticky { position: fixed!important; top: 0; z-index: 30; width: 100%; }

/* ReCharge App */

.recharge .rc_layout__container { max-width: 100%!important; margin-top: 20px; }
.recharge .rc_layout__sidebar, .recharge .rc_layout__content { padding-left: 0%!important; }
.edit_address_link { color: #ee7d65!important; }
.recharge .table, .recharge .table p { font-size: 12px; }
.recharge .table th { text-align: center; }
.rc_form__actions .btn { padding-top: 0!important; }


.btn { color: #fff!important; }


/* Sticky btn */

.sticky-button { font-weight: bold; text-transform: none; color: #ffffff!important; font-size: 18px; font-family: Poppins; background-color: #67C7C7; text-decoration: none; padding: 15px 3%; z-index: 10; position: fixed; bottom: 40px; right: 0px; cursor: pointer; }

.sticky-button:hover { background-color: #464646; }



/* EDUCATION  */

#education-section-header {
	background: url(//https://cdn.shopify.com/s/files/1/0262/7775/t/19/assets/education_header_image.jpg?13624);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	position: relative;
}

.header-caption h2.slide-title,
.flex-caption h2.slide-title {
	font-weight: 300!important;
}

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

.product-info a {
    font-size: 13px;
    color: #fff;
    background: #ee7d65;
    padding: 10px;
    font-weight: bold;
    width: 180px;
    text-align: center;
    display: block;
    position: relative;
    bottom: 30px;
    margin: 0 auto;
}

.product-info a:hover {
    background: #464646;
}

/* section healthy diaper care */

#healty-diaper-care {
	background: #67c7c7;
}

#healty-diaper-care h2 {
	color: #fff;
}
.healty-diaper-care {
  	margin: 20px 0;
}
#healty-diaper-care h3 {
	text-align: left!important;
	font-weight: 500;
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
}

.row-2 {
	width: auto;
	display: inline-block;
	height: 50px;
	position: relative;
	float: left;
}

#healty-diaper-care p {
	font-size: 1.2em;
	color: #fff;
}

#healty-diaper-care .group {
	margin: 20px 0;
}

#healty-diaper-care .step-number img {
	float: left;
	width: 60px;
}

#simple-smart-tips h2 {
	text-transform: uppercase;
	color: #EE7D65;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}

#simple-smart-tips .product-info img {
	width: 100%;
}

#simple-smart-tips .group {
	display: flex;
	flex-wrap: wrap;
}

#simple-smart-tips .product-info a {
	bottom: 0px;
  font-weight: bold;
  text-align: left!important;
}

#simple-smart-tips .row>p,
#healty-diaper-care .row>p,
#products-list .row>p {
	padding: 25px 50px;
	text-align: center;
	font-size: 1.2em;
}

#simple-smart-tips ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#simple-smart-tips ul li {
	display: block;
	list-style: none;
	margin: 0 0 16px 1.1225em;
	text-align: left;
	position: relative;
	font-size: 1.1em;
}

#simple-smart-tips ul li::before {
	color: #EE7D65;
	content: "\2022";
	display: inline-block;
	font-size: 1.5em;
	left: -15px;
	position: absolute;
	top: 0em;
}

a.img-link {
	padding: 0;
	bottom: unset!important;
	background: none;
}
/* ABOUT */
#about-section-header {
	position: relative;
	overflow: hidden;
}

.about-header-image {
	background: url(headerimage_about_13624.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	position: relative;
	float: left;
}

.about-header-mission {
	float: left;
	position: relative;
}

.mission-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	width: 70%;
}

#our-promise-to-you { background: #f8f8f8; }

.mission-text h2,
#our-promise-to-you h3 {
	font-size: 2.6em;
	margin: 20px 0;
	text-transform: uppercase;
}

.mission-text p {
	display: block;
}

.about-header-mission .cta,
#our-promise-to-you .cta,
#simple-smart-tips .cta {
	display: table;
	width: 100%;
}

.about-header-mission .cta a,
#our-promise-to-you .cta a,
#simple-smart-tips .cta a {
	background: #00A88F;
	color: #fff;
	margin: 20px 0 10px 0;
	font-weight: bold;
	display: table;
  font-family: Poppins;
}

.mission-text .cta p,
#our-promise-to-you .cta p {
	font-size: 1em;
}

#our-promise-to-you h2 {
	margin-bottom: 40px;
}

#our-promise-to-you .cta a {
	margin: 0 auto;
	background: #EE7D65;
}

#our-promise-to-you .cta p {
	text-align: center;
	margin-top: 10px;
}

#simple-smart-tips .cta a {
	margin: 0 auto;
}

.learn-more {
	width: 100%;
	clear: both;
	text-align: center;
	margin: 40px 0;
}
#shopify-section-footer {
	border-top: solid 5px #67C7C7;
}

#shopify-section-footer h4 {
	font-size: 1.6em;
}


.fa-star:before { color: #ee7d65!important; }

.copyright { text-align: center; font-size: 10px; }

.disclaimer { font-size: 10px;
    font-style: italic;
    display: block;
    margin: 20px 0 50px; }

.bullet { color: #00A88F; }


/* Media Queries */


@media screen and (min-width: 1200px) {

    #simple-smart-tips .group {
    padding: 50px; }

    .log-out { display: none!important; }

}

@media screen and (max-width:1220px) {

  #how-it-works h3 { font-size: 12px; }
  #how-it-works p { font-size: 11px; }

}


@media screen and (max-width: 1200px) {

    .cookie-table { display: none!important; }

    #how-it-works h3 { font-size: 12px; margin-top: 20px; }
    #how-it-works p { text-align: left !important; font-size: 10px; }

    .step { float: none; margin 0; }
}
@media screen and (max-width: 1024px) {
                .box-wrapp { padding: 0 20px; }

                .step {
                    min-width: 40%;
                }

                #products-list .mt20 { margin-top: 0!important; }


                .hide-mobile { display: none!important; }
                .hide-desktop { display: block; }
                #logo { float: none; width: 200px; display: none; }

                .homepage-section { margin-bottom: 0px; }

                .user {; margin-top: 14px; }

                .cart { margin-top: 5px; }

                .CartCount { position: relative;
                             bottom: 5px;
                             color: #FE755D; }

                ul#cart { text-align: center; width: 46%!important; float: right!important; margin-right: 10px; }

                .mobile-logo { float: left; margin: 12px 12px 12px 15px !important; }

                .bars { margin-top: 12px; }

                #identity { min-height: 0px; }

                .cart-words { display: none; }

                #logo { float: none; width: 200px; }

                #nav-wrapp { float: none; position: relative; top: 0px; }

                .inner-content-padding { padding: 0px!important; }

                #Slideshow-1480972784545 .flex-caption h2.slide-title, #education-section-header .header-caption h2.slide-title {
                    font-size: 60px!important;
                    line-height: 60px;
                }


                .cart { margin-right: 0px; }




                .header-caption { top: 28%!important; text-align: left; }
                  #our-promise-to-you p, #our-promise-to-you h3  { text-align: center; width: 100%;}
                  #our-promise-to-you img { display: table; margin: 0 auto;}
                  #our-promise-to-you { padding: 100px 0; }
                  .step-number img { margin-left: 15px;}
}



@media screen and (max-width: 768px) {

                #shopify-section-product-template { margin-top: 0; }
                #shopify-section-product-template-generic { margin-top: 0; }

                #content { margin-top: 0; padding: 0 15px; }

                #page { padding: 0 10px; }

                .home-grid-images { display: none; }
                .home-grid-images-mobile { display: block; }


                #Slideshow-1480972784545 .flex-caption h2.slide-title, #education-section-header .header-caption h2.slide-title {
                    font-size: 32px!important;
                    text-transform: uppercase;
                    color: #00A88F;
                    margin-bottom: 0px!important;
                    line-height: 40px;
                    margin-bottom: 20px!important;
                }

                .flex-caption.slide-1480972784545-0, .header-caption {
                    top: 8%!important;
                    text-align: left;
                }

              #Slideshow-1480972784545 .flex-caption p {
                  font-size: 13px!important;
                  font-weight: bold;
                  margin-bottom: 0px!important;
              }

              .gridlock .row {
                width: 100%;
                margin-left: auto;
                margin-right: auto;
              }
#education-section-header,
.about-header-image,
.about-header-mission {
	min-height: 510px;
}

.about-header-image,
.about-header-mission {
	width: 100%;
}

#shopify-section-footer .row {
	width: 100%;
}

.text_section {
	padding: 0 15px;
}

.mission-text h2,
.mission-text p {
	text-align: center;
	width: 100%;
}

.about-header-mission .cta a,
#our-promise-to-you .cta a {
	margin: 20px auto 10px auto;
}

#our-promise-to-you {
	padding: 0;
}

#healty-diaper-care h3 {
	width: 150px;
}

  .copyright { text-align: center; font-size: 10px; padding: 0 20px; }


}

@media screen and (max-width: 480px) {
              .flexslider { display: none; }

              .shifter-navigation .search { display: none; }

              #mobile-banner { background: url(mobile-banner_13624.jpg) no-repeat; width: 100%; min-height: 538px; display: block; margin-bottom: 0px; }

                    #mobile-banner .slide-title { font-size: 32px !important; line-height: 35px; text-transform: uppercase; color: #00A88F; margin-bottom: 30px; margin-top: 20px; }

                    #mobile-banner p { font-size: 12px; font-weight: bold; margin-bottom: 40px; color: #fff!important; }

                    .subscription { font-size: 10px!important; font-weight: normal; margin-top: 20px; display: block; }

                    .cta a { background: #FE755D; color: #fff!important; }

                    #created-with-care .row { max-width: 80%; text-align: left; }

                    #created-with-care h2, #healty-diaper-care h2, #simple-smart-tips h2, #our-promise-to-you h2 { text-align: center; font-size: 36px; }

                    .homepage-section h2.section-heading { font-size: 36px; line-height: 38px;  }

                    #traditional-diaper { padding: 20px 0; }

                    #traditional-diaper h2 { font-size: 36px; }

                    #traditional-diaper .span_1_of_4 { width: 50%; }

                    #traditional-diaper p { min-height: 150px; text-align: left; padding: 0 20px; }

                    #traditional-diaper .subscription { text-align: center!important; }

                    #how-it-works { padding: 20px 50px; }

                    #how-it-works h2 { font-size: 36px; }

                    #faq { padding: 0 20px; }

                    #products-list h2 { font-size: 36px; }

                    #products-list p { padding: 0px; }

                    .step { width: 30%; margin-bottom: 30px; }

                    #why-bamboo { background: url(why-bamboo-mobile_13624.jpg) no-repeat; margin: 0 auto; padding: 80px 0; }

                    #why-bamboo h2 { font-size: 36px; }

                    #home-grid-images-mobile .rte { padding: 30px; }

                    #home-grid-images-mobile .homepage-section { margin-top: 30px!important; margin-bottom: 30px!important; }

  				        	#healty-diaper-care h3 { width: 300px;}

                    .homepage-section h3 { text-align: center; margin: 10px 0; }

                    #how-it-works h3 { text-align: left!important; color: #53565A; font-weight: 300; font-weight: bold; margin-top: 0; }

                    #how-it-works p { text-align: left!important; font-size: 12px; }

                    .step { float: left; margin-right: 20px; display: block; }

                    .btn { display: block; text-align: center; }

                    .btn-variation { max-width: 100%; float: none; }

                    .cart-btn { margin-top: 0; }

                    #customer-wrapper tfoot { width: 100%; font-size: 12px;  }

                    #customer-wrapper tfoot td.label { float: none; width: 100%; font-weight: bold; }

                    #customer-wrapper tfoot { border: none; padding: 0; }

                    .recharge .table, .recharge .table p { font-size: 12px; }

                    footer ul li { min-height: 48px; }

                    #content { margin-top: 100px; }

                    .index-sections, #shopify-section-about-template, #shopify-section-education-template { margin-top: 100px; }

}


@media screen and (min-width:768px) {
	#education-section-header,
	.about-header-image,
	.about-header-mission {
		min-height: 510px;
	}
	.text_section {
		padding: 0 40px;
	}
	.about-header-image,
	.about-header-mission {
		width: 50%;
	}
	.text_section {
		padding: 0 15px;
	}
	.mission-text h2 {
		text-align: left;
	}
	.mission-text p {
		text-align: left;
		width: 80%;
	}
	.about-header-mission .cta,
	#our-promise-to-you .cta {
		margin: 20px 0;
	}
	#healty-diaper-care h3 {
		width: 220px; font-weight: 500;
	}
}

@media screen and (min-width:1024px) {
	#shopify-section-footer .row {
		width: 800px;
	}
	#our-promise-to-you {
		padding: 100px 0;
	}
	.step-number img {
		margin-left: 0;
	}
}

@media screen and (min-width:1200px) {
	#simple-smart-tips .col-lg-6,
	#our-promise-to-you .col-lg-4 {
		padding: 50px;
	}
}
/* Grid */


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%;
	}
	.span_1_of_2 {
		width: 100%;
	}
}

/*  GRID OF THREE   ============================================================================= */


.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 66.13%;
}

.span_1_of_3 {
	width: 32.26%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.span_1_of_3 {
		width: 100%;
	}
}


/*  GRID OF FOUR   ============================================================================= */


.span_4_of_4 {
	width: 100%;
}

.span_3_of_4 {
	width: 74.6%;
}

.span_2_of_4 {
	width: 49.2%;
}

.span_1_of_4 {
	width: 23.8%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%;
	}
	.span_3_of_4 {
		width: 100%;
	}
	.span_2_of_4 {
		width: 100%;
	}
	.span_1_of_4 {
		width: 100%;
	}
}

.container {
    height: 100%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.sizzle {
    margin: auto;
    max-width: 1000px;
    padding: 20px 20px 0 20px;
}
@media (min-width:992px) {
  .sizzle {
        padding-top: 40px;
  }
}

/* Fix homepoge testimonial pagination */
.testimonial-container .owl-controls .owl-page {border-radius: 50% }

.testimonial-container .owl-controls .owl-page span {border-radius: 50%;}