/** Shopify CDN: Minification failed

Line 14778:0 All "@import" rules must come first

**/
/******************************************************************
Theme Name: Retina 4.7.7
Theme URI: https://themes.shopify.com/themes/retina/styles/austin?ref=out-of-the-sandbox
Author: Out of the Sandbox (https://outofthesandbox.com)
Description: Shopify Theme (https://www.shopify.com/?ref=out-of-the-sandbox)
******************************************************************/
/* Table of Content
==================================================
  #Variables
  #Mixins
  #Helper Classes
  #Grid/Layout
  #Reset & Basics
  #Fonts
  #Basic Styles
  #Typography
  #Promo Banner
  #Page and Product Details Template
  #Search Template
  #Links
  #Lists
  #Menu
  #Images
  #Placeholders
  #Videos
  #Buttons
  #Tabs
  #Forms
  #Tables
  #Misc
  #Cart Drawer
  #Site Styles
  #Password Page
  #Divider
  #Rich text
  #Accordions
  #Home page - Slideshow
  #Home page - Collection list
  #Home page - Map
  #Home page - Featured product
  #Home page - Featured promotions
  #Home page - Image text
  #Home page - Gallery
  #Home page - Logo list
  #Home page - Testimonials
  #Home page - Contact form
  #Swatch Styles
  #mmenu
  #Banner Sections
  #Product page
  #Quick Shop
  #Flickity
  #Product Slider Custom Styles
  #Content Creator
  #FancyBox
  #Plyr
  #Model Viewer
  #Product Media Custom Styles
  #Currency / language switcher
  #Layout
  #Font-Face
  #Custom Styles */
/* #Variables
================================================== */
/* #Mixins
================================================== */
/*
    This mixin can be used to prevent word overflow:
    @include word-wrap();
  */
/* #Helper Classes
================================================== */
.is-flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-order-aligned-left {
  order: -1;
}

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

.is-order-aligned-right {
  order: 1;
}

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

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

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

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

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

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

.has-padding {
  padding: 20px;
}

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

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

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

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

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

/* #Grid/Layout
================================================== */
.index {
  display: flex;
  flex-wrap: wrap;
}

.index-sections,
.page-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.shopify-section {
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .shopify-section {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.section {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.section.is-width-wide {
  width: 100%;
  max-width: none;
}

.container {
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.container .column,
.container .columns {
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (max-width: 798px) {
  .row .column,
  .row .columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

[class*="offset-by"] {
  position: relative;
}

/*================ Build Base Grid Classes ================*/
.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.one {
  width: calc(6.25% - 20px);
}

.two {
  width: calc(12.5% - 20px);
}

.three {
  width: calc(18.75% - 20px);
}

.four {
  width: calc(25% - 20px);
}

.five {
  width: calc(31.25% - 20px);
}

.six {
  width: calc(37.5% - 20px);
}

.seven {
  width: calc(43.75% - 20px);
}

.eight {
  width: calc(50% - 20px);
}

.nine {
  width: calc(56.25% - 20px);
}

.ten {
  width: calc(62.5% - 20px);
}

.eleven {
  width: calc(68.75% - 20px);
}

.twelve {
  width: calc(75% - 20px);
}

.thirteen {
  width: calc(81.25% - 20px);
}

.fourteen {
  width: calc(87.5% - 20px);
}

.fifteen {
  width: calc(93.75% - 20px);
}

.sixteen {
  width: calc(100% - 20px);
}

.one-whole {
  width: calc(100% - 20px);
}

.one-half {
  width: calc(50% - 20px);
}

.one-third {
  width: calc(33.33333% - 20px);
}

.two-thirds {
  width: calc(66.66667% - 20px);
}

.one-fourth {
  width: calc(25% - 20px);
}

.two-fourths {
  width: calc(50% - 20px);
}

.three-fourths {
  width: calc(75% - 20px);
}

.one-fifth {
  width: calc(20% - 20px);
}

.two-fifths {
  width: calc(40% - 20px);
}

.three-fifths {
  width: calc(60% - 20px);
}

.four-fifths {
  width: calc(80% - 20px);
}

.one-sixth {
  width: calc(16.66667% - 20px);
}

.two-sixths {
  width: calc(33.33333% - 20px);
}

.three-sixths {
  width: calc(50% - 20px);
}

.four-sixths {
  width: calc(66.66667% - 20px);
}

.five-sixths {
  width: calc(83.33333% - 20px);
}

.one-seventh {
  width: calc(14.28571% - 20px);
}

.two-sevenths {
  width: calc(28.57143% - 20px);
}

.three-sevenths {
  width: calc(42.85714% - 20px);
}

.four-sevenths {
  width: calc(57.14286% - 20px);
}

.five-sevenths {
  width: calc(71.42857% - 20px);
}

.one-eighth {
  width: calc(12.5% - 20px);
}

.two-eighths {
  width: calc(25% - 20px);
}

.three-eighths {
  width: calc(37.5% - 20px);
}

.four-eighths {
  width: calc(50% - 20px);
}

.five-eighths {
  width: calc(62.5% - 20px);
}

.six-eighths {
  width: calc(75% - 20px);
}

.seven-eighths {
  width: calc(87.5% - 20px);
}

.one-tenth {
  width: calc(10% - 20px);
}

.two-tenths {
  width: calc(20% - 20px);
}

.three-tenths {
  width: calc(30% - 20px);
}

.four-tenths {
  width: calc(40% - 20px);
}

.five-tenths {
  width: calc(50% - 20px);
}

.six-tenths {
  width: calc(60% - 20px);
}

.seven-tenths {
  width: calc(70% - 20px);
}

.eight-tenths {
  width: calc(80% - 20px);
}

.nine-tenths {
  width: calc(90% - 20px);
}

.one-twelfth {
  width: calc(8.33333% - 20px);
}

.two-twelfths {
  width: calc(16.66667% - 20px);
}

.three-twelfths {
  width: calc(25% - 20px);
}

.four-twelfths {
  width: calc(33.33333% - 20px);
}

.five-twelfths {
  width: calc(41.66667% - 20px);
}

.six-twelfths {
  width: calc(50% - 20px);
}

.seven-twelfths {
  width: calc(58.33333% - 20px);
}

.eight-twelfths {
  width: calc(66.66667% - 20px);
}

.nine-twelfths {
  width: calc(75% - 20px);
}

.ten-twelfths {
  width: calc(83.33333% - 20px);
}

.eleven-twelfths {
  width: calc(91.66667% - 20px);
}

.offset-by-one {
  left: calc(6.25%);
}

.offset-by-two {
  left: calc(12.5%);
}

.offset-by-three {
  left: calc(18.75%);
}

.offset-by-four {
  left: calc(25%);
}

.offset-by-five {
  left: calc(31.25%);
}

.offset-by-six {
  left: calc(37.5%);
}

.offset-by-seven {
  left: calc(43.75%);
}

.offset-by-eight {
  left: calc(50%);
}

.offset-by-nine {
  left: calc(56.25%);
}

.offset-by-ten {
  left: calc(62.5%);
}

.offset-by-eleven {
  left: calc(68.75%);
}

.offset-by-twelve {
  left: calc(75%);
}

.offset-by-thirteen {
  left: calc(81.25%);
}

.offset-by-fourteen {
  left: calc(87.5%);
}

.offset-by-fifteen {
  left: calc(93.75%);
}

.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
  margin-right: 0;
}

.equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .eight:nth-of-type(2n+1),
.equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .four:nth-of-type(4n+1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .two:nth-of-type(8n+1) {
  margin-left: 0;
}

.equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.equal-columns--outside-trim .one-half {
  width: calc(50% - (20px - (20px / 2)));
}

.equal-columns--outside-trim .one-third {
  width: calc(33.33333% - (20px - (20px / 3)));
}

.equal-columns--outside-trim .one-fifth {
  width: calc(20% - (20px - (20px / 5)));
}

.equal-columns--outside-trim .one-fourth {
  width: calc(25% - (20px - (20px / 4)));
}

.equal-columns--outside-trim .one-sixth {
  width: calc(16.66667% - (20px - (20px / 6)));
}

.equal-columns--outside-trim .one-seventh {
  width: calc(14.28571% - (20px - (20px / 7)));
}

.equal-columns--outside-trim .two {
  width: calc(12.5% - (20px - (20px / 8)));
}

.equal-columns--outside-trim .four {
  width: calc(25% - (20px - (20px / 4)));
}

.equal-columns--outside-trim .seven {
  width: calc(43.75% - (20px - (20px / 2)));
}

.equal-columns--outside-trim .eight {
  width: calc(50% - (20px / 2));
}

.equal-columns--outside-trim .nine {
  width: calc(56.25% - (20px - (20px / 2)));
}

.has-no-side-gutter.has-background {
  padding-right: 0px;
  padding-left: 0px;
}

.has-no-side-gutter .one-whole,
.has-no-side-gutter .one-half,
.has-no-side-gutter .eight,
.has-no-side-gutter .one-third,
.has-no-side-gutter .two-thirds,
.has-no-side-gutter .one-fourth,
.has-no-side-gutter .four,
.has-no-side-gutter .one-fifth,
.has-no-side-gutter .three-fifths,
.has-no-side-gutter .two-fifths,
.has-no-side-gutter .one-sixth,
.has-no-side-gutter .one-seventh,
.has-no-side-gutter .one-eighth,
.has-no-side-gutter .two {
  margin-right: 0;
  margin-left: 0;
}

.has-no-side-gutter .one-whole {
  width: 100%;
}

.has-no-side-gutter .one-half {
  width: 50%;
}

.has-no-side-gutter .one-third {
  width: 33.33333%;
}

.has-no-side-gutter .one-fourth {
  width: 25%;
}

.has-no-side-gutter .one-fifth {
  width: 20%;
}

.has-no-side-gutter .two-fifths {
  width: 40%;
}

.has-no-side-gutter .three-fifths {
  width: 60%;
}

.has-no-side-gutter .one-sixth {
  width: 16.66667%;
}

.has-no-side-gutter .one-seventh {
  width: 14.28571%;
}

.has-no-side-gutter .one-eighth {
  width: 12.5%;
}

.has-no-side-gutter .two-thirds {
  width: 66.66667%;
}

.has-no-side-gutter .two {
  width: 12.5%;
}

.has-no-side-gutter .four {
  width: 25%;
}

.has-no-side-gutter .seven {
  width: 43.75%;
}

.has-no-side-gutter .eight {
  width: 50%;
}

.has-no-side-gutter .nine {
  width: 56.25%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

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

/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 1024px) {
  .large-down--hidden {
    display: none !important;
  }
  .large-down--visible {
    display: block !important;
  }
  .large-down--one {
    width: calc(6.25% - 20px);
  }
  .large-down--two {
    width: calc(12.5% - 20px);
  }
  .large-down--three {
    width: calc(18.75% - 20px);
  }
  .large-down--four {
    width: calc(25% - 20px);
  }
  .large-down--five {
    width: calc(31.25% - 20px);
  }
  .large-down--six {
    width: calc(37.5% - 20px);
  }
  .large-down--seven {
    width: calc(43.75% - 20px);
  }
  .large-down--eight {
    width: calc(50% - 20px);
  }
  .large-down--nine {
    width: calc(56.25% - 20px);
  }
  .large-down--ten {
    width: calc(62.5% - 20px);
  }
  .large-down--eleven {
    width: calc(68.75% - 20px);
  }
  .large-down--twelve {
    width: calc(75% - 20px);
  }
  .large-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .large-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .large-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .large-down--sixteen {
    width: calc(100% - 20px);
  }
  .large-down--one-whole {
    width: calc(100% - 20px);
  }
  .large-down--one-half {
    width: calc(50% - 20px);
  }
  .large-down--one-third {
    width: calc(33.33333% - 20px);
  }
  .large-down--two-thirds {
    width: calc(66.66667% - 20px);
  }
  .large-down--one-fourth {
    width: calc(25% - 20px);
  }
  .large-down--two-fourths {
    width: calc(50% - 20px);
  }
  .large-down--three-fourths {
    width: calc(75% - 20px);
  }
  .large-down--one-fifth {
    width: calc(20% - 20px);
  }
  .large-down--two-fifths {
    width: calc(40% - 20px);
  }
  .large-down--three-fifths {
    width: calc(60% - 20px);
  }
  .large-down--four-fifths {
    width: calc(80% - 20px);
  }
  .large-down--one-sixth {
    width: calc(16.66667% - 20px);
  }
  .large-down--two-sixths {
    width: calc(33.33333% - 20px);
  }
  .large-down--three-sixths {
    width: calc(50% - 20px);
  }
  .large-down--four-sixths {
    width: calc(66.66667% - 20px);
  }
  .large-down--five-sixths {
    width: calc(83.33333% - 20px);
  }
  .large-down--one-seventh {
    width: calc(14.28571% - 20px);
  }
  .large-down--two-sevenths {
    width: calc(28.57143% - 20px);
  }
  .large-down--three-sevenths {
    width: calc(42.85714% - 20px);
  }
  .large-down--four-sevenths {
    width: calc(57.14286% - 20px);
  }
  .large-down--five-sevenths {
    width: calc(71.42857% - 20px);
  }
  .large-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .large-down--two-eighths {
    width: calc(25% - 20px);
  }
  .large-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .large-down--four-eighths {
    width: calc(50% - 20px);
  }
  .large-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .large-down--six-eighths {
    width: calc(75% - 20px);
  }
  .large-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  .large-down--one-tenth {
    width: calc(10% - 20px);
  }
  .large-down--two-tenths {
    width: calc(20% - 20px);
  }
  .large-down--three-tenths {
    width: calc(30% - 20px);
  }
  .large-down--four-tenths {
    width: calc(40% - 20px);
  }
  .large-down--five-tenths {
    width: calc(50% - 20px);
  }
  .large-down--six-tenths {
    width: calc(60% - 20px);
  }
  .large-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .large-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .large-down--nine-tenths {
    width: calc(90% - 20px);
  }
  .large-down--one-twelfth {
    width: calc(8.33333% - 20px);
  }
  .large-down--two-twelfths {
    width: calc(16.66667% - 20px);
  }
  .large-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .large-down--four-twelfths {
    width: calc(33.33333% - 20px);
  }
  .large-down--five-twelfths {
    width: calc(41.66667% - 20px);
  }
  .large-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .large-down--seven-twelfths {
    width: calc(58.33333% - 20px);
  }
  .large-down--eight-twelfths {
    width: calc(66.66667% - 20px);
  }
  .large-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .large-down--ten-twelfths {
    width: calc(83.33333% - 20px);
  }
  .large-down--eleven-twelfths {
    width: calc(91.66667% - 20px);
  }
  .large-down--offset-by-one {
    left: calc(6.25%);
  }
  .large-down--offset-by-two {
    left: calc(12.5%);
  }
  .large-down--offset-by-three {
    left: calc(18.75%);
  }
  .large-down--offset-by-four {
    left: calc(25%);
  }
  .large-down--offset-by-five {
    left: calc(31.25%);
  }
  .large-down--offset-by-six {
    left: calc(37.5%);
  }
  .large-down--offset-by-seven {
    left: calc(43.75%);
  }
  .large-down--offset-by-eight {
    left: calc(50%);
  }
  .large-down--offset-by-nine {
    left: calc(56.25%);
  }
  .large-down--offset-by-ten {
    left: calc(62.5%);
  }
  .large-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .large-down--offset-by-twelve {
    left: calc(75%);
  }
  .large-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .large-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .large-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
  .equal-columns--outside-trim .large-down--eight.large-down--eight,
  .equal-columns--outside-trim .large-down--one-third.large-down--one-third,
  .equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
  .equal-columns--outside-trim .large-down--four.large-down--four,
  .equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
  .equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
  .equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
  .equal-columns--outside-trim .large-down--two.large-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .equal-columns--outside-trim .large-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
  .equal-columns--outside-trim .large-down--one-third {
    width: calc(33.33333% - (20px - (20px / 3)));
  }
  .equal-columns--outside-trim .large-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
  .equal-columns--outside-trim .large-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
  .equal-columns--outside-trim .large-down--one-sixth {
    width: calc(16.66667% - (20px - (20px / 6)));
  }
  .equal-columns--outside-trim .large-down--one-seventh {
    width: calc(14.28571% - (20px - (20px / 7)));
  }
  .equal-columns--outside-trim .large-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
  .equal-columns--outside-trim .large-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
  .equal-columns--outside-trim .large-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
  .equal-columns--outside-trim .large-down--eight {
    width: calc(50% - (20px / 2));
  }
  .equal-columns--outside-trim .large-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .large-down--one-whole,
  .has-no-side-gutter .large-down--one-half,
  .has-no-side-gutter .large-down--eight,
  .has-no-side-gutter .large-down--one-third,
  .has-no-side-gutter .large-down--two-thirds,
  .has-no-side-gutter .large-down--one-fourth,
  .has-no-side-gutter .large-down--four,
  .has-no-side-gutter .large-down--one-fifth,
  .has-no-side-gutter .large-down--three-fifths,
  .has-no-side-gutter .large-down--two-fifths,
  .has-no-side-gutter .large-down--one-sixth,
  .has-no-side-gutter .large-down--one-seventh,
  .has-no-side-gutter .large-down--one-eighth,
  .has-no-side-gutter .large-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .large-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .large-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .large-down--one-third {
    width: 33.33333%;
  }
  .has-no-side-gutter .large-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .large-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .large-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .large-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .large-down--one-sixth {
    width: 16.66667%;
  }
  .has-no-side-gutter .large-down--one-seventh {
    width: 14.28571%;
  }
  .has-no-side-gutter .large-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--two-thirds {
    width: 66.66667%;
  }
  .has-no-side-gutter .large-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--four {
    width: 25%;
  }
  .has-no-side-gutter .large-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .large-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .large-down--nine {
    width: 56.25%;
  }
  .large-down--show {
    display: block !important;
  }
  .large-down--hide {
    display: none !important;
  }
  .large-down--text-left {
    text-align: left !important;
  }
  .large-down--text-right {
    text-align: right !important;
  }
  .large-down--text-center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 798px) {
  .medium-down--hidden {
    display: none !important;
  }
  .medium-down--visible {
    display: block !important;
  }
  .medium-down--one {
    width: calc(6.25% - 20px);
  }
  .medium-down--two {
    width: calc(12.5% - 20px);
  }
  .medium-down--three {
    width: calc(18.75% - 20px);
  }
  .medium-down--four {
    width: calc(25% - 20px);
  }
  .medium-down--five {
    width: calc(31.25% - 20px);
  }
  .medium-down--six {
    width: calc(37.5% - 20px);
  }
  .medium-down--seven {
    width: calc(43.75% - 20px);
  }
  .medium-down--eight {
    width: calc(50% - 20px);
  }
  .medium-down--nine {
    width: calc(56.25% - 20px);
  }
  .medium-down--ten {
    width: calc(62.5% - 20px);
  }
  .medium-down--eleven {
    width: calc(68.75% - 20px);
  }
  .medium-down--twelve {
    width: calc(75% - 20px);
  }
  .medium-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .medium-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .medium-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .medium-down--sixteen {
    width: calc(100% - 20px);
  }
  .medium-down--one-whole {
    width: calc(100% - 20px);
  }
  .medium-down--one-half {
    width: calc(50% - 20px);
  }
  .medium-down--one-third {
    width: calc(33.33333% - 20px);
  }
  .medium-down--two-thirds {
    width: calc(66.66667% - 20px);
  }
  .medium-down--one-fourth {
    width: calc(25% - 20px);
  }
  .medium-down--two-fourths {
    width: calc(50% - 20px);
  }
  .medium-down--three-fourths {
    width: calc(75% - 20px);
  }
  .medium-down--one-fifth {
    width: calc(20% - 20px);
  }
  .medium-down--two-fifths {
    width: calc(40% - 20px);
  }
  .medium-down--three-fifths {
    width: calc(60% - 20px);
  }
  .medium-down--four-fifths {
    width: calc(80% - 20px);
  }
  .medium-down--one-sixth {
    width: calc(16.66667% - 20px);
  }
  .medium-down--two-sixths {
    width: calc(33.33333% - 20px);
  }
  .medium-down--three-sixths {
    width: calc(50% - 20px);
  }
  .medium-down--four-sixths {
    width: calc(66.66667% - 20px);
  }
  .medium-down--five-sixths {
    width: calc(83.33333% - 20px);
  }
  .medium-down--one-seventh {
    width: calc(14.28571% - 20px);
  }
  .medium-down--two-sevenths {
    width: calc(28.57143% - 20px);
  }
  .medium-down--three-sevenths {
    width: calc(42.85714% - 20px);
  }
  .medium-down--four-sevenths {
    width: calc(57.14286% - 20px);
  }
  .medium-down--five-sevenths {
    width: calc(71.42857% - 20px);
  }
  .medium-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .medium-down--two-eighths {
    width: calc(25% - 20px);
  }
  .medium-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .medium-down--four-eighths {
    width: calc(50% - 20px);
  }
  .medium-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .medium-down--six-eighths {
    width: calc(75% - 20px);
  }
  .medium-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  .medium-down--one-tenth {
    width: calc(10% - 20px);
  }
  .medium-down--two-tenths {
    width: calc(20% - 20px);
  }
  .medium-down--three-tenths {
    width: calc(30% - 20px);
  }
  .medium-down--four-tenths {
    width: calc(40% - 20px);
  }
  .medium-down--five-tenths {
    width: calc(50% - 20px);
  }
  .medium-down--six-tenths {
    width: calc(60% - 20px);
  }
  .medium-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .medium-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .medium-down--nine-tenths {
    width: calc(90% - 20px);
  }
  .medium-down--one-twelfth {
    width: calc(8.33333% - 20px);
  }
  .medium-down--two-twelfths {
    width: calc(16.66667% - 20px);
  }
  .medium-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .medium-down--four-twelfths {
    width: calc(33.33333% - 20px);
  }
  .medium-down--five-twelfths {
    width: calc(41.66667% - 20px);
  }
  .medium-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .medium-down--seven-twelfths {
    width: calc(58.33333% - 20px);
  }
  .medium-down--eight-twelfths {
    width: calc(66.66667% - 20px);
  }
  .medium-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .medium-down--ten-twelfths {
    width: calc(83.33333% - 20px);
  }
  .medium-down--eleven-twelfths {
    width: calc(91.66667% - 20px);
  }
  .medium-down--offset-by-one {
    left: calc(6.25%);
  }
  .medium-down--offset-by-two {
    left: calc(12.5%);
  }
  .medium-down--offset-by-three {
    left: calc(18.75%);
  }
  .medium-down--offset-by-four {
    left: calc(25%);
  }
  .medium-down--offset-by-five {
    left: calc(31.25%);
  }
  .medium-down--offset-by-six {
    left: calc(37.5%);
  }
  .medium-down--offset-by-seven {
    left: calc(43.75%);
  }
  .medium-down--offset-by-eight {
    left: calc(50%);
  }
  .medium-down--offset-by-nine {
    left: calc(56.25%);
  }
  .medium-down--offset-by-ten {
    left: calc(62.5%);
  }
  .medium-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .medium-down--offset-by-twelve {
    left: calc(75%);
  }
  .medium-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .medium-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .medium-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 798px) and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
  .equal-columns--outside-trim .medium-down--eight.medium-down--eight,
  .equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
  .equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
  .equal-columns--outside-trim .medium-down--four.medium-down--four,
  .equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
  .equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
  .equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
  .equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
  .equal-columns--outside-trim .medium-down--one-third {
    width: calc(33.33333% - (20px - (20px / 3)));
  }
  .equal-columns--outside-trim .medium-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
  .equal-columns--outside-trim .medium-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
  .equal-columns--outside-trim .medium-down--one-sixth {
    width: calc(16.66667% - (20px - (20px / 6)));
  }
  .equal-columns--outside-trim .medium-down--one-seventh {
    width: calc(14.28571% - (20px - (20px / 7)));
  }
  .equal-columns--outside-trim .medium-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
  .equal-columns--outside-trim .medium-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
  .equal-columns--outside-trim .medium-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
  .equal-columns--outside-trim .medium-down--eight {
    width: calc(50% - (20px / 2));
  }
  .equal-columns--outside-trim .medium-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .medium-down--one-whole,
  .has-no-side-gutter .medium-down--one-half,
  .has-no-side-gutter .medium-down--eight,
  .has-no-side-gutter .medium-down--one-third,
  .has-no-side-gutter .medium-down--two-thirds,
  .has-no-side-gutter .medium-down--one-fourth,
  .has-no-side-gutter .medium-down--four,
  .has-no-side-gutter .medium-down--one-fifth,
  .has-no-side-gutter .medium-down--three-fifths,
  .has-no-side-gutter .medium-down--two-fifths,
  .has-no-side-gutter .medium-down--one-sixth,
  .has-no-side-gutter .medium-down--one-seventh,
  .has-no-side-gutter .medium-down--one-eighth,
  .has-no-side-gutter .medium-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .medium-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .medium-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--one-third {
    width: 33.33333%;
  }
  .has-no-side-gutter .medium-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .medium-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .medium-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .medium-down--one-sixth {
    width: 16.66667%;
  }
  .has-no-side-gutter .medium-down--one-seventh {
    width: 14.28571%;
  }
  .has-no-side-gutter .medium-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--two-thirds {
    width: 66.66667%;
  }
  .has-no-side-gutter .medium-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--four {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .medium-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--nine {
    width: 56.25%;
  }
  .medium-down--show {
    display: block !important;
  }
  .medium-down--hide {
    display: none !important;
  }
  .medium-down--text-left {
    text-align: left !important;
  }
  .medium-down--text-right {
    text-align: right !important;
  }
  .medium-down--text-center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 480px) {
  .small-down--hidden {
    display: none !important;
  }
  .small-down--visible {
    display: block !important;
  }
  .small-down--one {
    width: calc(6.25% - 20px);
  }
  .small-down--two {
    width: calc(12.5% - 20px);
  }
  .small-down--three {
    width: calc(18.75% - 20px);
  }
  .small-down--four {
    width: calc(25% - 20px);
  }
  .small-down--five {
    width: calc(31.25% - 20px);
  }
  .small-down--six {
    width: calc(37.5% - 20px);
  }
  .small-down--seven {
    width: calc(43.75% - 20px);
  }
  .small-down--eight {
    width: calc(50% - 20px);
  }
  .small-down--nine {
    width: calc(56.25% - 20px);
  }
  .small-down--ten {
    width: calc(62.5% - 20px);
  }
  .small-down--eleven {
    width: calc(68.75% - 20px);
  }
  .small-down--twelve {
    width: calc(75% - 20px);
  }
  .small-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .small-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .small-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .small-down--sixteen {
    width: calc(100% - 20px);
  }
  .small-down--one-whole {
    width: calc(100% - 20px);
  }
  .small-down--one-half {
    width: calc(50% - 20px);
  }
  .small-down--one-third {
    width: calc(33.33333% - 20px);
  }
  .small-down--two-thirds {
    width: calc(66.66667% - 20px);
  }
  .small-down--one-fourth {
    width: calc(25% - 20px);
  }
  .small-down--two-fourths {
    width: calc(50% - 20px);
  }
  .small-down--three-fourths {
    width: calc(75% - 20px);
  }
  .small-down--one-fifth {
    width: calc(20% - 20px);
  }
  .small-down--two-fifths {
    width: calc(40% - 20px);
  }
  .small-down--three-fifths {
    width: calc(60% - 20px);
  }
  .small-down--four-fifths {
    width: calc(80% - 20px);
  }
  .small-down--one-sixth {
    width: calc(16.66667% - 20px);
  }
  .small-down--two-sixths {
    width: calc(33.33333% - 20px);
  }
  .small-down--three-sixths {
    width: calc(50% - 20px);
  }
  .small-down--four-sixths {
    width: calc(66.66667% - 20px);
  }
  .small-down--five-sixths {
    width: calc(83.33333% - 20px);
  }
  .small-down--one-seventh {
    width: calc(14.28571% - 20px);
  }
  .small-down--two-sevenths {
    width: calc(28.57143% - 20px);
  }
  .small-down--three-sevenths {
    width: calc(42.85714% - 20px);
  }
  .small-down--four-sevenths {
    width: calc(57.14286% - 20px);
  }
  .small-down--five-sevenths {
    width: calc(71.42857% - 20px);
  }
  .small-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .small-down--two-eighths {
    width: calc(25% - 20px);
  }
  .small-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .small-down--four-eighths {
    width: calc(50% - 20px);
  }
  .small-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .small-down--six-eighths {
    width: calc(75% - 20px);
  }
  .small-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  .small-down--one-tenth {
    width: calc(10% - 20px);
  }
  .small-down--two-tenths {
    width: calc(20% - 20px);
  }
  .small-down--three-tenths {
    width: calc(30% - 20px);
  }
  .small-down--four-tenths {
    width: calc(40% - 20px);
  }
  .small-down--five-tenths {
    width: calc(50% - 20px);
  }
  .small-down--six-tenths {
    width: calc(60% - 20px);
  }
  .small-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .small-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .small-down--nine-tenths {
    width: calc(90% - 20px);
  }
  .small-down--one-twelfth {
    width: calc(8.33333% - 20px);
  }
  .small-down--two-twelfths {
    width: calc(16.66667% - 20px);
  }
  .small-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .small-down--four-twelfths {
    width: calc(33.33333% - 20px);
  }
  .small-down--five-twelfths {
    width: calc(41.66667% - 20px);
  }
  .small-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .small-down--seven-twelfths {
    width: calc(58.33333% - 20px);
  }
  .small-down--eight-twelfths {
    width: calc(66.66667% - 20px);
  }
  .small-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .small-down--ten-twelfths {
    width: calc(83.33333% - 20px);
  }
  .small-down--eleven-twelfths {
    width: calc(91.66667% - 20px);
  }
  .small-down--offset-by-one {
    left: calc(6.25%);
  }
  .small-down--offset-by-two {
    left: calc(12.5%);
  }
  .small-down--offset-by-three {
    left: calc(18.75%);
  }
  .small-down--offset-by-four {
    left: calc(25%);
  }
  .small-down--offset-by-five {
    left: calc(31.25%);
  }
  .small-down--offset-by-six {
    left: calc(37.5%);
  }
  .small-down--offset-by-seven {
    left: calc(43.75%);
  }
  .small-down--offset-by-eight {
    left: calc(50%);
  }
  .small-down--offset-by-nine {
    left: calc(56.25%);
  }
  .small-down--offset-by-ten {
    left: calc(62.5%);
  }
  .small-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .small-down--offset-by-twelve {
    left: calc(75%);
  }
  .small-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .small-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .small-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
  .equal-columns--outside-trim .small-down--eight.small-down--eight,
  .equal-columns--outside-trim .small-down--one-third.small-down--one-third,
  .equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
  .equal-columns--outside-trim .small-down--four.small-down--four,
  .equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
  .equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
  .equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
  .equal-columns--outside-trim .small-down--two.small-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .equal-columns--outside-trim .small-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
  .equal-columns--outside-trim .small-down--one-third {
    width: calc(33.33333% - (20px - (20px / 3)));
  }
  .equal-columns--outside-trim .small-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
  .equal-columns--outside-trim .small-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
  .equal-columns--outside-trim .small-down--one-sixth {
    width: calc(16.66667% - (20px - (20px / 6)));
  }
  .equal-columns--outside-trim .small-down--one-seventh {
    width: calc(14.28571% - (20px - (20px / 7)));
  }
  .equal-columns--outside-trim .small-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
  .equal-columns--outside-trim .small-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
  .equal-columns--outside-trim .small-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
  .equal-columns--outside-trim .small-down--eight {
    width: calc(50% - (20px / 2));
  }
  .equal-columns--outside-trim .small-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .small-down--one-whole,
  .has-no-side-gutter .small-down--one-half,
  .has-no-side-gutter .small-down--eight,
  .has-no-side-gutter .small-down--one-third,
  .has-no-side-gutter .small-down--two-thirds,
  .has-no-side-gutter .small-down--one-fourth,
  .has-no-side-gutter .small-down--four,
  .has-no-side-gutter .small-down--one-fifth,
  .has-no-side-gutter .small-down--three-fifths,
  .has-no-side-gutter .small-down--two-fifths,
  .has-no-side-gutter .small-down--one-sixth,
  .has-no-side-gutter .small-down--one-seventh,
  .has-no-side-gutter .small-down--one-eighth,
  .has-no-side-gutter .small-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .small-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .small-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .small-down--one-third {
    width: 33.33333%;
  }
  .has-no-side-gutter .small-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .small-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .small-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .small-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .small-down--one-sixth {
    width: 16.66667%;
  }
  .has-no-side-gutter .small-down--one-seventh {
    width: 14.28571%;
  }
  .has-no-side-gutter .small-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--two-thirds {
    width: 66.66667%;
  }
  .has-no-side-gutter .small-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--four {
    width: 25%;
  }
  .has-no-side-gutter .small-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .small-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .small-down--nine {
    width: 56.25%;
  }
  .small-down--show {
    display: block !important;
  }
  .small-down--hide {
    display: none !important;
  }
  .small-down--text-left {
    text-align: left !important;
  }
  .small-down--text-right {
    text-align: right !important;
  }
  .small-down--text-center {
    text-align: center !important;
  }
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* #Fonts
================================================== */@font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n4.0ba78fa5af9b0e1a374041b3ceaadf0a43b41362.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=11307088fb6421034918668f68d9b0a7745fe7fe50dccbe079a156ec889715c5") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n4.214741a72ff2596839fc9760ee7a770386cf16ca.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6072a636832d943b999ea9bb04fab380ff4c140c8028a7b574292697823f3be6") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.56758dcf284489feb014a026f3727f2f20a54626.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8ab83231c301b1cf3ae146ecd5363038e8a507adc99a041daf72184f080bd6d8") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.f34f55d9b3d3205d2cd6f64955ff4b36f0cfd8da.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=59ac688aa8be63df0eaca25580f2a8df91710fc18e63773b1372c2609c00728c") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i4.846ad1e22474f856bd6b81ba4585a60799a9f5d2.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6b8736214add7d4341bb63a7111ae77f592925c734dc159bad378e404c9e6a29") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i4.56b43284e8b52fc64c1fd271f289a39e8477e9ec.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=9a62f5ab06e981ce84f1db28ac634cf04d707a9525172211df97ea53e8b816e5") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.42fd71da11e9d101e1e6c7932199f925f9eea42d.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=2d038e495cba76631afd73df9bc1c92706305aded40fc09c59d4a970c096c035") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.ec8499dbd7616004e21155106d13837fff4cf556.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=c562e6f65d719163e40ebeddf95c3431b40f0547187b3e77ec293d92422436ea") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n4.0ba78fa5af9b0e1a374041b3ceaadf0a43b41362.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=11307088fb6421034918668f68d9b0a7745fe7fe50dccbe079a156ec889715c5") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n4.214741a72ff2596839fc9760ee7a770386cf16ca.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6072a636832d943b999ea9bb04fab380ff4c140c8028a7b574292697823f3be6") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.56758dcf284489feb014a026f3727f2f20a54626.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8ab83231c301b1cf3ae146ecd5363038e8a507adc99a041daf72184f080bd6d8") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.f34f55d9b3d3205d2cd6f64955ff4b36f0cfd8da.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=59ac688aa8be63df0eaca25580f2a8df91710fc18e63773b1372c2609c00728c") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i4.846ad1e22474f856bd6b81ba4585a60799a9f5d2.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6b8736214add7d4341bb63a7111ae77f592925c734dc159bad378e404c9e6a29") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i4.56b43284e8b52fc64c1fd271f289a39e8477e9ec.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=9a62f5ab06e981ce84f1db28ac634cf04d707a9525172211df97ea53e8b816e5") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.42fd71da11e9d101e1e6c7932199f925f9eea42d.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=2d038e495cba76631afd73df9bc1c92706305aded40fc09c59d4a970c096c035") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.ec8499dbd7616004e21155106d13837fff4cf556.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=c562e6f65d719163e40ebeddf95c3431b40f0547187b3e77ec293d92422436ea") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.56758dcf284489feb014a026f3727f2f20a54626.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8ab83231c301b1cf3ae146ecd5363038e8a507adc99a041daf72184f080bd6d8") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.f34f55d9b3d3205d2cd6f64955ff4b36f0cfd8da.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=59ac688aa8be63df0eaca25580f2a8df91710fc18e63773b1372c2609c00728c") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 900;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n9.eb6b9ef01b62e777a960bfd02fc9fb4918cd3eab.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=30a2646eac309fe2453c912f72d52481d9c1ce9d179e5a86c706b2ae5d5f279b") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n9.6501a5bd018e348b6d5d6e8c335f9e7d32a80c36.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=f94fb60173bab56afa14500556a4be3ef1049653046b90f6d58968463cf2e6e2") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.42fd71da11e9d101e1e6c7932199f925f9eea42d.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=2d038e495cba76631afd73df9bc1c92706305aded40fc09c59d4a970c096c035") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.ec8499dbd7616004e21155106d13837fff4cf556.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=c562e6f65d719163e40ebeddf95c3431b40f0547187b3e77ec293d92422436ea") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 900;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i9.c9d778054c6973c207cbc167d4355fd67c665d16.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=a2591746aa901e83bcc648437817438652263c9339bd0b21fdef202fbe5c5dd2") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i9.67b02f99c1e5afe159943a603851cb6b6276ba49.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=c2c3706590715e520a457fc4e2f0e642145ed6a9c92013dae26a69caa279fece") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 500;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n5.ad5b4b72b59a00358afc706450c864c3c8323842.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=81d8fc53d4209fea28ab2e58a35c5c28c4b15dbb6ddb428747152b2a94dff17d") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n5.33757fdf985af2d24b32fcd84c9a09224d4b2c39.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=f6ba1ba67f0fd043604156c569e8af60434fae500b4c8938a1e30f7b6c04b620") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.56758dcf284489feb014a026f3727f2f20a54626.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8ab83231c301b1cf3ae146ecd5363038e8a507adc99a041daf72184f080bd6d8") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.f34f55d9b3d3205d2cd6f64955ff4b36f0cfd8da.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=59ac688aa8be63df0eaca25580f2a8df91710fc18e63773b1372c2609c00728c") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 500;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i5.6acfce842c096080e34792078ef3cb7c3aad24d4.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=80e8de28d3ee444c2a09319165b892fba82d2cbf920a188b96fd8cdd3fcb60b0") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i5.a49113e4fe0ad7fd7716bd237f1602cbec299b3c.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=1cadc20a248eca40c382491fec2178522d2cd353335143e31af0af040ece41ef") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.42fd71da11e9d101e1e6c7932199f925f9eea42d.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=2d038e495cba76631afd73df9bc1c92706305aded40fc09c59d4a970c096c035") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.ec8499dbd7616004e21155106d13837fff4cf556.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=c562e6f65d719163e40ebeddf95c3431b40f0547187b3e77ec293d92422436ea") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 100;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n1.91f1f2f2f3840810961af59e3a012dcc97d8ef59.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=497f59282c90b01b02e37f7aed99d3e1c6a21231afe2c2580989ebc7cfa11987") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n1.58d050ae3fe39914ce84b159a8c37ae874d01bfc.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=cc123c6f88a8824edc7b679e309a5a6e4871d8496e1c43830a042c74f8286a9c") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 100;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i1.12212c673bc6295d62eea1ca2437af51233e5e67.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=7330cca1495626067c6a05a7bff985acc4a69e11148ace08fc18400c89b86e9f") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i1.57d27b035fa9c9ec7ce7020cd2ed80055da92d77.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=2b6473a2529d0795139927afffacc9a096b9cbe8122bd2b97ec1b61cded28b42") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n4.0ba78fa5af9b0e1a374041b3ceaadf0a43b41362.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=11307088fb6421034918668f68d9b0a7745fe7fe50dccbe079a156ec889715c5") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n4.214741a72ff2596839fc9760ee7a770386cf16ca.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6072a636832d943b999ea9bb04fab380ff4c140c8028a7b574292697823f3be6") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.56758dcf284489feb014a026f3727f2f20a54626.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8ab83231c301b1cf3ae146ecd5363038e8a507adc99a041daf72184f080bd6d8") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.f34f55d9b3d3205d2cd6f64955ff4b36f0cfd8da.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=59ac688aa8be63df0eaca25580f2a8df91710fc18e63773b1372c2609c00728c") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i4.846ad1e22474f856bd6b81ba4585a60799a9f5d2.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6b8736214add7d4341bb63a7111ae77f592925c734dc159bad378e404c9e6a29") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i4.56b43284e8b52fc64c1fd271f289a39e8477e9ec.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=9a62f5ab06e981ce84f1db28ac634cf04d707a9525172211df97ea53e8b816e5") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.42fd71da11e9d101e1e6c7932199f925f9eea42d.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=2d038e495cba76631afd73df9bc1c92706305aded40fc09c59d4a970c096c035") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.ec8499dbd7616004e21155106d13837fff4cf556.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=c562e6f65d719163e40ebeddf95c3431b40f0547187b3e77ec293d92422436ea") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n4.0ba78fa5af9b0e1a374041b3ceaadf0a43b41362.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=11307088fb6421034918668f68d9b0a7745fe7fe50dccbe079a156ec889715c5") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n4.214741a72ff2596839fc9760ee7a770386cf16ca.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6072a636832d943b999ea9bb04fab380ff4c140c8028a7b574292697823f3be6") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.56758dcf284489feb014a026f3727f2f20a54626.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8ab83231c301b1cf3ae146ecd5363038e8a507adc99a041daf72184f080bd6d8") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.f34f55d9b3d3205d2cd6f64955ff4b36f0cfd8da.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=59ac688aa8be63df0eaca25580f2a8df91710fc18e63773b1372c2609c00728c") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i4.846ad1e22474f856bd6b81ba4585a60799a9f5d2.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6b8736214add7d4341bb63a7111ae77f592925c734dc159bad378e404c9e6a29") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i4.56b43284e8b52fc64c1fd271f289a39e8477e9ec.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=9a62f5ab06e981ce84f1db28ac634cf04d707a9525172211df97ea53e8b816e5") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.42fd71da11e9d101e1e6c7932199f925f9eea42d.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=2d038e495cba76631afd73df9bc1c92706305aded40fc09c59d4a970c096c035") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.ec8499dbd7616004e21155106d13837fff4cf556.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=c562e6f65d719163e40ebeddf95c3431b40f0547187b3e77ec293d92422436ea") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n4.0ba78fa5af9b0e1a374041b3ceaadf0a43b41362.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=11307088fb6421034918668f68d9b0a7745fe7fe50dccbe079a156ec889715c5") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n4.214741a72ff2596839fc9760ee7a770386cf16ca.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6072a636832d943b999ea9bb04fab380ff4c140c8028a7b574292697823f3be6") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.56758dcf284489feb014a026f3727f2f20a54626.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8ab83231c301b1cf3ae146ecd5363038e8a507adc99a041daf72184f080bd6d8") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_n7.f34f55d9b3d3205d2cd6f64955ff4b36f0cfd8da.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=59ac688aa8be63df0eaca25580f2a8df91710fc18e63773b1372c2609c00728c") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i4.846ad1e22474f856bd6b81ba4585a60799a9f5d2.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6b8736214add7d4341bb63a7111ae77f592925c734dc159bad378e404c9e6a29") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i4.56b43284e8b52fc64c1fd271f289a39e8477e9ec.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=9a62f5ab06e981ce84f1db28ac634cf04d707a9525172211df97ea53e8b816e5") format("woff");
}


  @font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  src: url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.42fd71da11e9d101e1e6c7932199f925f9eea42d.woff2?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=2d038e495cba76631afd73df9bc1c92706305aded40fc09c59d4a970c096c035") format("woff2"),
       url("//www.seedsofhappiness.com/cdn/fonts/poppins/poppins_i7.ec8499dbd7616004e21155106d13837fff4cf556.woff?h1=c2VlZHNvZmhhcHBpbmVzcy5jb20&h2=c2VlZHMtb2YtaGFwcGluZXNzLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=c562e6f65d719163e40ebeddf95c3431b40f0547187b3e77ec293d92422436ea") format("woff");
}


/* #Basic Styles
================================================== */
body {
  background-color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  color: #404040;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}body.is-active {
  overflow-y: hidden;
}

::selection {
  background: #FFF7B6;
  color: black;
}

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

/* #Typography
================================================== */
.logo {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 26px;
  text-transform: uppercase;
  color: #303030;
}

.feature_image .logo a,
.feature_image .logo a:hover,
.feature_image .logo a:visited,
.feature_image .logo a:active {
  color: #ffffff;
}

.logo a,
.logo a:hover,
.logo a:visited,
.logo a:active,
.feature_image .header_bar .logo a,
.header_bar .logo a,
.header_bar .logo a:hover,
.header_bar .logo a:visited,
.header_bar .logo a:active {
  color: #303030;
}

.mobile_logo {
  display: none;
  text-align: center;
}

.mobile_logo .logo a {
  margin: 20px auto 0;
}

@media only screen and (max-width: 798px) {
  .mobile_logo .logo a {
    padding: 0;
  }
}

@media only screen and (max-width: 798px) {
  .mobile_logo {
    display: block;
    padding-bottom: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.collection_title,
.title a,
.title a:visited,
.section-header a,
.section-header a:visited,
.headline,
.subtitle {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  color: #303030;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
}

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

h1 a,
h1 a:visited,
.collection_title a,
.collection_title a:visited {
  color: #303030;
}

h1 a:hover,
h1 a:active,
.collection_title a:hover,
.collection_title a:active {
  color: #1fa9af;
}

h1,
.h1,
h1.home,
h2.title,
h2.title a,
.collection_title {
  font-size: 26px;
  line-height: 1.5em;
  margin: 0 auto 15px;
  clear: both;
  font-weight: 700;
  padding-top: 4px;
}

h1.article_name {
  margin-bottom: 0;
}

h2,
.h2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  color: #303030;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

h2.article_title {
  margin: 0;
  font-size: 22px;
}

h2.article_title a {
  color: #303030;
}

h3,
.h3,
h1.blog_title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  color: #303030;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 35px;
  margin: 0 auto 15px 0;
  text-align: left;
}

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

h4,
.h4,
h4.title a,
h6.title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  color: #303030;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 1em 0;
  padding: 7px 0;
  color: #303030;
}h4,
  .h4,
  h4.title a,
  h6.title {
    border-top: 1px solid #ded6c7;
    border-bottom: 1px solid #ded6c7;
  }h4.title a {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  color: #303030;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
}

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

h5.sub_title {
  padding-bottom: 0;
}

h6,
.h6,
h6.title {
  font-size: 14px;
  padding: 5px 0;
}

.sub-footer h6.title {
  color: #404040;
}

.headline {
  font-size: 26px;
}

.subheader {
  color: #777;
}

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

p img {
  margin: 0;
}

sub {
  font-size: 60%;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: 90%;
}

.feature img {
  position: relative;
  top: 7px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

.feature p {
  font-size: smaller;
}

/* #Promo Banner - Announcement Bar
================================================== */
.promo_banner--true .promo_banner {
  display: none;
}

.promo_banner--true .show-promo--true {
  display: block;
}

.header .promo_banner,
.promo_banner,
.promo_banner_mobile {
  padding: 2px 0;
  position: relative;
}

.header .promo_banner p,
.promo_banner p,
.promo_banner_mobile p {
  text-align: center;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  margin-bottom: 0;
}

.header .promo_banner p:visited,
.promo_banner p:visited,
.promo_banner_mobile p:visited {
  text-decoration: none;
  outline: 0;
  transition: color .1s linear;
}

.header .promo_banner .icon-close,
.promo_banner .icon-close,
.promo_banner_mobile .icon-close {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 8px;
  line-height: 1;
  transform: translateY(-50%);
  font-size: 12px;
  z-index: 1001;
  cursor: pointer;
  background: transparent;
  padding: 0;
  min-height: auto;
}

.promo_banner_mobile p {
  font-weight: normal;
}



.promo_banner--true .promo_banner_mobile {
  display: none;
}

@media only screen and (max-width: 798px) {
  .promo_banner--true .promo_banner_mobile {
    position: fixed;
    top: 0px;
    width: 100%;
    display: block;
    z-index: 1000;
  }
}

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

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

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

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

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

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

blockquote cite:before {
  content: "\2014 \0020";
}

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

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

.quote {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  font-style: italic;
}

div.section.collection_description {
  margin: 0 0 1.5em 0;
}

/* #Page and product detail templates
================================================== */
.page {
  /* Prevent word overflow on pages */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.product-details-section > div > .container,
.page-details-section > div > .container {
  padding: 0;
}

.product-details-section .title,
.page-details-section .title {
  margin-top: 0;
}

.product-details-section .article,
.page-details-section .article {
  padding-bottom: 0;
}

.product-details-section .container .featured_products,
.page-details-section .container .featured_products {
  padding-top: 0;
}

.product-details-section .stretch img,
.page-details-section .stretch img {
  width: 100%;
}

.product-details-section .page-quote,
.page-details-section .page-quote {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 7px 0px !important;
  text-transform: uppercase;
  border-bottom: 1px solid #ded6c7;
  border-top: 1px solid #ded6c7;
}

.product-details-section .page-quote p,
.page-details-section .page-quote p {
  margin: 0;
}

.rich_text__image {
  max-width: 200px;
  margin: 0 auto 20px;
}

/* #Search Template
================================================== */
.shopify-section--search-template .product_row {
  width: 100%;
}

.shopify-section--search-template .product_row .sub_title {
  margin: 10px 0;
}

@media only screen and (min-width: 799px) {
  .shopify-section--search-template .product_row .sub_title {
    margin: 0;
  }
}

@media only screen and (min-width: 799px) {
  .shopify-section--search-template .product_row {
    display: flex;
    align-items: center;
  }
}

.shopify-section--search-template form.search {
  display: flex;
}

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .shopify-section--search-template form.search {
    flex-direction: column;
  }
}

.shopify-section--search-template form.search .action_button {
  margin-left: 20px;
  max-height: 40px;
}

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .shopify-section--search-template form.search .action_button {
    margin-left: 0;
  }
}

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

.search__results-wrapper {
  display: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  width: 100%;
  overflow-y: scroll;
  max-height: 50vh;
}

.search__results {
  background-color: white;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 15px;
  list-style: none;
}

@media only screen and (min-width: 1025px) {
  .search__results {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 30px 50px 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .search__results li {
    width: 50%;
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
  }
  .search__results li.all-results {
    width: 100%;
  }
}

.search__results li a {
  display: flex;
  align-items: center;
  margin: 0 5px;
  padding: 10px 0;
}

.search__results li a .thumbnail {
  max-width: 30%;
  margin: 0 16px 0 0;
}

.search__results li a .title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #404040;
}

.search__results li a .item-pricing {
  color: #1fa9af;
}

.search__results .all-results a {
  padding: 10px 0;
}

@media only screen and (min-width: 1025px) {
  .search__results .all-results a {
    padding: 0;
  }
}

.search__results .all-results a .icon-arrow-right {
  margin-left: 4px;
}

body.removeScroll {
  overflow: hidden;
}

.mobile-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999999;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 1025px) {
  .mobile-search {
    display: none !important;
  }
}

.mobile-search .search__fields {
  position: relative;
}

.mobile-search form {
  background-color: white;
  margin: 0;
  padding: 10px 20px 0;
  position: relative;
  min-height: 70vh;
  max-width: 100%;
  width: calc(100% - 40px);
}

.mobile-search input#q {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 20px;
  border: 0;
  border-bottom: 1px solid #ded6c7;
  border-radius: 0;
  text-transform: none;
  margin-bottom: 10px;
}

.mobile-search input#q:focus, .mobile-search input#q:active {
  border-bottom: 1px solid #ded6c7;
  box-shadow: none;
}

.mobile-search .icon-search {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1000;
  font-size: 20px;
  cursor: pointer;
}

.mobile-search .close-search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}

.mobile-search .search__results-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: relative;
}

.mobile-search .search__results {
  background-color: white;
  margin-top: 0;
  padding: 0;
}

.mobile-search .item-result:last-child {
  padding-bottom: 10px;
}

.blog_search .search__results {
  padding: 10px 0;
}

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

.blog_search .search__results li a {
  display: flex;
}

/* #Links
================================================== */
a,
a:visited {
  color: #1fa9af;
  text-decoration: none;
  outline: 0;
  transition: color .1s linear;
}

a:hover,
a:focus {
  color: #282c30;
}

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

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

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

ul {
  list-style: circle outside;
}

ol {
  list-style: decimal;
}

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

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

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

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

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

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

li {
  margin-bottom: 12px;
}

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

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

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

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

/* #Menu
================================================== */
.header {
  z-index: 1000;
  width: 100%;
  position: absolute;
  transition: all .4s ease;
  transition-property: background, transform !important;
}.header.behind-menu--false {
    background: rgba(255, 255, 255, 0.9);
  }

.header.behind-menu--true:not(.header_bar) {
    background: rgba(255, 255, 255, 0);
  }.header--content-behind {
  position: absolute;
  z-index: 200;
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .header--content-behind {
    position: static;
  }
}.header_bar {
    background: rgba(255, 255, 255, 0.9);
  }@media only screen and (max-width: 798px) {
  .header_bar {
    border-bottom: 0;
  }
}

.header_bar a,
.header_bar a:visited {
  color: #404040;
  text-shadow: none !important;
}

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

/* Currency / language switcher in header */
.header-menu__disclosure .disclosure__toggle {
  background-color: #f9f9f9;
  border: 1px solid #ded6c7;
  color: #404040;
  line-height: inherit;
  transition: none;
  position: relative;
  min-height: 0;
  z-index: 1004;
}

.header-menu__disclosure .disclosure__toggle.is-clicked {
  color: #1fa9af !important;
  padding-bottom: 15px;
  border-bottom: none;
  margin-bottom: -8px;
}

.header-menu__disclosure .disclosure__toggle.is-clicked + .disclosure__list-wrap {
  display: block !important;
  top: calc(100% + 7px);
}

.header-menu__disclosure .disclosure__toggle.is-rounded + .disclosure__list-wrap {
  border-radius: 4px;
  border-top-left-radius: 0;
}

.header-menu__disclosure .disclosure__toggle.is-rounded + .disclosure__list-wrap.disclosure--left {
  right: 3px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}

.header-menu__disclosure .disclosure__list-wrap {
  bottom: initial;
  position: absolute;
  top: 50%;
}

.header-menu__disclosure .disclosure-list {
  background-color: #f9f9f9;
  border: 1px solid #ded6c7;
  padding: 0;
  width: auto !important;
  z-index: 1003;
  border-radius: 0px;
}

.header-menu__disclosure .disclosure-list__item {
  padding: 0 !important;
}

.header-menu__disclosure button.disclosure__button {
  padding: 8px 15px !important;
}

.header-menu__disclosure button.disclosure__button:hover, .header-menu__disclosure button.disclosure__button[aria-current="true"] {
  color: #1fa9af !important;
  opacity: 1;
}

#header {
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  border-bottom: 1px solid #ded6c7;
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  height: 40px;
  z-index: 1000;
  width: 100%;
  top: 0;
  opacity: 0.95;
  box-sizing: border-box;
}

@media only screen and (min-width: 799px) {
  #header {
    display: none;
  }
}

#header > a {
  color: #404040;
  font-size: 32px;
  display: block;
  height: 40px;
  position: relative;
  top: 0;
  z-index: 1;
  left: 15px;
  font-size: 25px;
}

#header > a.mobile_logo_inside {
  margin-left: -30px;
}

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

#header a.right {
  left: auto;
  right: 15px;
  font-size: 20px;
}

#header a.icon-menu span {
  top: -4px;
}

/* Currency / language switcher on mobile */
.mobile-menu__disclosure {
  display: block;
}

.mobile-menu__disclosure .disclosure-list__item {
  padding: 0;
}

.mobile-menu__disclosure button.disclosure__button {
  line-height: 20px;
  padding: 12px 10px 12px 20px;
  text-align: left;
  width: 100%;
  color: inherit;
}

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

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

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

.nav {
  text-align: right;
}

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

.nav ul li {
  display: inline-block;
  position: relative;
  line-height: 17px;
  margin: 0;
  border: 0;
}

.nav ul li a.top-link::after,
.nav ul li a.active::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1faf2e !important;
  content: '';
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(10px);
}

.feature_image .nav ul li a.active::after,
.feature_image .nav ul li a.top-link::after {
  background-color: #ffffff;
}

.feature_image .header_bar .nav ul li a.active::after,
.feature_image .header_bar .nav ul li a.top-link::after {
  background-color: #404040;
}

.nav ul li a.top-link:hover::after,
.nav ul li a.top-link:focus::after,
.nav ul li a.active::after {
  opacity: 0.8;
  transform: translateY(0px);
}

.nav ul li:hover a.dropdown-link::after {
  background-color: transparent !important;
}

.nav ul li a.dropdown-link {
  padding: 10px 6px 7px 6px;
  z-index: 1006;
  border: solid 1px transparent;
  border-bottom: 0;
}

@media only screen and (min-width: 799px) {
  li.sub-menu:hover a.dropdown-link {
    z-index: 1008;
  }
}

@media only screen and (min-width: 799px) {
  li.sub-menu:hover .dropdown {
    z-index: 1007;
  }
}

.nav ul li:hover a.dropdown-link,
.nav ul li:focus-within a.dropdown-link,
.feature_image .header .nav ul li:hover a.dropdown-link,
.feature_image .header .nav ul li:focus-within a.dropdown-link {
  background-color: #f9f9f9;
  border: solid 1px #ded6c7;
  border-bottom: none;
  color: #404040;
}

.nav a,
.nav a:visited,
.nav a:active,
.nav a.icon-cart span,
.search-close,
.feature_image div.header_bar .nav a,
.feature_image div.header_bar .nav a:visited {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #404040;
  position: relative;
  display: block;
/*   letter-spacing: 1px; */
  padding-bottom: 8px;
}

#header a span,
#header a.cart-button,
#header a.search-button {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #404040;
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 8px;
}

.mobile-icons {
  padding-right: 10px;
}

.mobile-icons .search-button {
  padding-right: 15px;
}

.feature_image .header .nav a,
.feature_image .header .nav a:visited {
  color: #ffffff;
}.feature_image .header .nav a,
  .feature_image .header .nav a:visited {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }.feature_image .header .nav a.icon-cart {
  color: #404040;
  text-shadow: none;
}

.feature_image .header .nav a:hover,
.feature_image .header .nav a:focus {
  color: #1fa9af;
}

.nav a.icon-cart span {
  display: inline;
}

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

.nav ul li a:hover,
nav ul li a:focus,
.nav a.icon-cart:hover span,
.search-close:hover {
  color: #1fa9af !important;
}

.primary_logo,
.secondary_logo {
  display: none;
}

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

.secondary-logo--true .secondary_logo {
  display: block;
}

@media only screen and (max-width: 798px) {
  .secondary-logo--true img.primary_logo {
    display: block;
  }
  .secondary-logo--true img.secondary_logo {
    display: none;
  }
}

.header_bar .primary_logo,
.secondary-logo--false .primary_logo {
  display: block;
}

.header_bar .secondary_logo,
.secondary-logo--false .secondary_logo {
  display: none;
}

.logo {
  padding: 10px 0;
}

.nav ul.menu li {
  padding: 10px 3px 10px 3px;
}

.nav ul li .cart-button,
input.guest_button,
input[type="button"].guest_button {
  background-color: #fdd831;
  padding: 8px 15px 8px 15px;
}input[type="submit"].guest_button,
input[type="button"].guest_button {
  color: #404040;
  box-shadow: none;
}

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

.cart_count {
  position: absolute;
  left: 24px;
  top: 2px;
  background-color: #1fa9af;
  padding: 0 4px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 11px;
  font-family: "Arial","Helvetica",sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  line-height: 15px;
  text-align: center;
}

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

input[type="submit"].guest_button:hover {
  color: #1fa9af;
}

/* sub-levels link */
.menu ul a, .menu li:hover > ul a, .feature_image .header .nav ul.menu ul li a {
  white-space: normal;
  padding: 8px 15px;
  background: none;
  text-align: left;
  color: #404040;
}

.feature_image .header .nav ul.menu ul li a.sub-link {
  padding: 5px 0 5px 24px;
  width: calc(100% - 24px);
}

/* sub-level ul */
.dropdown {
  background-color: #f9f9f9;
  border: solid 1px #ded6c7;
  display: none;
  position: absolute;
  left: 3px;
  top: 45px;
  z-index: 1007;
  min-width: 250px;
  padding: 10px 0;
}

.dropdown-wide {
  min-width: 470px;
}

@media only screen and (max-width: 798px) {
  .dropdown-wide {
    min-width: 320px;
  }
}

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

.dropdown-left {
  right: 3px;
  left: inherit;
}

.dropdown a {
  text-shadow: none !important;
}

.nav ul.menu ul {
  float: left;
  display: inline;
}

.nav ul.menu div.dropdown-wide ul {
  width: 49%;
}

.nav ul.menu div:not(.dropdown-wide) ul {
  width: 100%;
}

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

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

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

/* show dropdown ul on hover */
.menu li:hover > .dropdown {
  display: block;
}

/* separated focus-within so IE does not ignore styling */
.menu li:focus-within .dropdown {
  display: block;
}

select.currencies {
  padding: 8px 8px 8px 12px;
  border: 0;
  font-size: 14px;
  background-color: #fdd831;
  color: #404040;
  margin-bottom: 0 !important;
  min-width: 65px;
}

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

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

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

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

.sidebar a:hover,
.sidebar a:active {
  color: #1fa9af;
}

.sidebar li a {
  display: inline-block;
}

@media only screen and (max-width: 798px) {
  .sidebar li a {
    width: 70%;
  }
}

.content_block.toggle_list {
  padding-right: 15px;
}

.content_block.toggle_list a {
  display: inline;
  position: static;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  color: #1fa9af;
}

.content_block.toggle_list a:hover {
  border-left: none;
  color: #282c30;
}

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

.toggle_list a.active,
.toggle_list li.active a,
.toggle_list a:hover,
.sidebar a.active--default {
  border-left: solid 4px #1faf2e;
}

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

.sidebar li ul.active {
  display: block;
}

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

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

#search {
  display: none;
  transition-duration: .25s;
  background: #f9f9f9;
  background: rgba(249, 249, 249, 0.95);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 900;
  position: fixed;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.search-close {
  padding-top: 125px;
  font-size: 32px;
  cursor: pointer;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  z-index: 100;
}

#search form {
  z-index: 950;
  padding-top: 20px;
  clear: both;
}

#search form input {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #8a898a;
  padding: 16px 15px;
  font-size: 26px;
  margin-bottom: 0;
}

.blog_search {
  position: relative;
}

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

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

.headline.search__results--true {
  display: inline-block;
  border-right: solid 1px #ded6c7;
  padding-right: 25px;
}

.search-page__results {
  display: inline-block;
  padding-left: 25px;
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  vertical-align: middle;
}

/* Search form */
.search-form {
  margin: 0 auto;
  max-width: 500px;
}

.search-form input[type="text"] {
  margin-bottom: 0;
  margin-right: 20px;
  flex-grow: 1;
}

@media only screen and (max-width: 798px) {
  .search-form input[type="text"] {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.search-form input[type="text"],
.search-form input.action_button[type="submit"] {
  width: auto;
}

@media only screen and (max-width: 798px) {
  .search-form input[type="text"],
  .search-form input.action_button[type="submit"] {
    width: 100%;
  }
}

.search-template-wrapper hr {
  margin: 1em auto;
  width: calc(100% - 20px);
}

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

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

.zoomImg {
  background-color: #ffffff;
}

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

.description_wide img {
  width: 100%;
}

.full-width-image {
  width: 100%;
}

/* Lazyloading styles */
.lazyload--fade-in {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

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

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

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

.image-element__wrap {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.image-element__wrap img {
  height: auto;
}

/* #Placeholders
================================================== */
.placeholder-svg {
  fill: rgba(130, 115, 48, 0.45);
  background-color: rgba(130, 115, 48, 0.2);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  display: block;
  border: 1px solid rgba(130, 115, 48, 0.3);
}

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

.shopify-section--image-with-text .placeholder-svg,
.block__image-with-text .placeholder-svg,
.featured-product-section .placeholder-svg {
  max-height: 350px;
}

.gallery-bar .gallery_image:nth-child(even) .placeholder-svg {
  background-color: rgba(130, 115, 48, 0.45);
}

.placeholder-svg--video,
.placeholder-svg--banner,
.placeholder-svg--slideshow,
.featured-promotions-section .placeholder-svg {
  background-color: rgba(130, 115, 48, 0.45);
  border: 0;
}

/* #Buttons
================================================== */
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.action_button,
a.action_button,
input.action_button[type="submit"],
input.action_button[type="button"],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background: #1fa9af;
  color: #FFFFFF;
  border: 0;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
          appearance: none;
  min-height: 44px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  appearance: none;
  box-sizing: border-box;
  max-width: 100%;
}a.button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  .action_button,
  a.action_button,
  input.action_button[type="submit"],
  input.action_button[type="button"],
  button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border-radius: 0;
  }a.button,
a.action_button,
a {
  cursor: default;
}

a.button[href],
a.action_button[href],
a[href] {
  cursor: pointer;
}

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

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

.disabled {
  pointer-events: none;
}

p.add-to-cart-wrap {
  margin-bottom: 0;
}

p.add-to-cart-wrap input {
  padding: 17px 20px !important;
  margin-bottom: 0 !important;
}

.additional-checkout-button + .additional-checkout-button {
  display: block !important;
  text-align: center;
  box-sizing: border-box;
}

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

.add_to_cart.action_button {
  min-height: 44px;
  margin-bottom: 0;
}

.action_button.action_button--secondary {
  background-color: transparent;
  border: 1px solid #1fa9af;
  color: #1fa9af;
  margin-bottom: 8px;
  box-shadow: none;
  line-height: 1.2;
  padding: 10px 0;
  min-height: 44px;
}.action_button.action_button--secondary {
    border-radius: 0;
  }.shopify-payment-button {
  position: relative;
  max-height: 44px;
}

@media only screen and (max-width: 798px) {
  .shopify-payment-button {
    margin-top: 10px;
  }
}

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

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

.shopify-payment-button__button.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  overflow: hidden;
  min-height: 44px;
}.shopify-payment-button__button.shopify-payment-button__button--branded,
  .shopify-payment-button__button--unbranded {
    border-radius: 0;
  }button.shopify-payment-button__more-options {
  color: #404040;
  box-shadow: none;
  text-transform: none;
  font-size: 0.9rem;
  letter-spacing: 0;
  padding: 16px 0 28px;
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

button.shopify-payment-button__more-options:hover {
  background-color: transparent;
}

.purchase-details {
  display: flex;
  align-items: center;
}

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

.purchase-details.smart-payment-button--true {
  padding-bottom: 30px;
}

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

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

.purchase-details__quantity {
  margin-right: 20px;
}

.purchase-details__quantity input.quantity {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.4;
  min-height: 44px;
  margin-bottom: 0;
}

.purchase-details__buttons {
  margin-top: 20px;
  display: flex;
  flex: 1 0 60%;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1025px) {
  .purchase-details__buttons {
    flex: 1 0 70%;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1025px) {
  .purchase-details__buttons .action_button--secondary {
    margin-right: 8px;
  }
}

.purchase-details__buttons .shopify-payment-button,
.purchase-details__buttons .action_button--secondary {
  flex: 1 0 100%;
  margin-bottom: 0;
  margin-top: 8px;
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  .purchase-details__buttons .shopify-payment-button,
  .purchase-details__buttons .action_button--secondary {
    flex: 1 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}

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

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

#cart p::selection,
#cart span::selection,
#cart input::selection {
  color: inherit;
  background: transparent;
}

label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}

#cart .tos {
  margin: 15px 20px;
  text-align: center;
}

#cart .tos_agree {
  flex: 0 0 auto;
}

#cart textarea {
  width: 90%;
  margin: 15px 20px 0px 20px;
  box-sizing: border-box;
}

#cart textarea, #cart .quantity {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

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

#cart input.quantity::-webkit-inner-spin-button,
#cart input.quantity::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

.mm-label strong {
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

ul.tabs:after {
  clear: both;
}

ul.tabs {
  zoom: 1;
}

/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  box-sizing: border-box;
  border: 1px solid #dce0e0;
  padding: 11px 10px;
  outline: none;
  min-height: 44px;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #565a5c;
  width: 100%;
  margin: 0;
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
  background: #fff;
  transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-appearance: none;
          appearance: none;
}input[type="text"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  textarea,
  select {
    border-radius: 0px;
  }input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

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

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

select {
  background: #fff url(//www.seedsofhappiness.com/cdn/shop/t/19/assets/select.png?v=175701240018354382511753842446) no-repeat right center;
  cursor: pointer;
  padding: 10px 2em 10px 8px;
  -webkit-padding-end: 30px;
  background-size: 17px 5px;
  -webkit-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

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

input[type="number"] {
  padding: 5px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  border-color: #8a898a;
  color: #333;
}

label,
legend {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}

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

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

textarea {
  width: 100%;
}

#contact_email {
  margin-bottom: 1em;
  box-sizing: border-box;
  width: 100%;
}

.sign_up {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1em;
}

#target {
  text-align: center;
}

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

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

.remove_item a {
  font-size: smaller;
  color: #1fa9af;
}

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

.cart-section .collection_nav {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 798px) {
  .cart-section .collection_nav {
    flex-direction: column;
  }
}

.cart-section .collection_title {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 798px) {
  .cart-section .continue_shopping {
    align-items: flex-end;
  }
}

#cart_form {
  width: 100%;
}

.cart_items {
  flex: 1 1 60%;
}

@media only screen and (max-width: 798px) {
  .cart_items {
    flex: 1 1 auto;
  }
}

.cart_items .cart-item {
  padding-bottom: 40px;
}

.cart-breakdown {
  margin-left: 10%;
  flex: 1 1 30%;
}

@media only screen and (max-width: 798px) {
  .cart-breakdown {
    margin-left: 10px;
    margin-right: 10px;
    flex: 1 1 auto;
  }
}

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

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

.continue_shopping {
  padding-top: 5px;
  font-size: 13px;
}

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

#customer_login {
  margin-bottom: 2px;
}

.acceptsMarketing {
  margin-bottom: 10px;
}

.acceptsMarketing label, .acceptsMarketing input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.acceptsMarketing p {
  margin: 0 0 2px 0;
}

/* #Tables
================================================== */
table {
  margin-bottom: 20px;
}

table th {
  text-align: left;
}

table tr.order_summary td.label {
  text-align: right;
}table {
    width: 100%;
  }

table .em {
    font-weight: 700;
  }

table th {
    font-weight: 700;
    background: #f9f9f9;
  }

table th:first-child {
    border-left: 1px solid #dcdcdc;
  }

table th, table td {
    padding: 18px;
    border-right: 1px solid #dcdcdc;
  }

table tr {
    border-bottom: 1px solid #dcdcdc;
  }

table tr:first-child {
    border-top: 1px solid #dcdcdc;
  }

table td:first-child {
    border-left: 1px solid #dcdcdc;
  }#order_details,
#customer_orders {
  width: 100%;
}

#order_details th,
#customer_orders th {
  font-weight: 700;
  background: #f9f9f9;
  text-align: left;
}

#order_details th,
#order_details td,
#customer_orders th,
#customer_orders td {
  padding: 18px;
}

#order_details tr,
#customer_orders tr {
  border-bottom: 1px solid #DCDCDC;
}

#order_details tr:first-child,
#customer_orders tr:first-child {
  border-top: 1px solid #DCDCDC;
}

#order_details td,
#order_details th,
#customer_orders td,
#customer_orders th {
  border-right: 1px solid #DCDCDC;
}

#order_details td:first-child, #order_details th:first-child,
#customer_orders td:first-child,
#customer_orders th:first-child {
  border-left: 1px solid #DCDCDC;
}

#order_details .em,
#customer_orders .em {
  font-weight: 700;
}

#order_details .text-right .money,
#customer_orders .text-right .money {
  white-space: nowrap;
}

#customer_orders,
.order_details_table {
  overflow: scroll;
}

.customer__addresses {
  margin-bottom: 20px;
}

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

.remove {
  color: #404040;
}

.relative {
  position: relative;
}

.right {
  float: right;
  position: relative;
}

.left {
  float: left;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

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

.extra_padding {
  padding-top: 4px;
}

div.hidden {
  display: none;
}

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

.content_padding {
  padding: 20px;
}

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

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

div#gift-card-outer-container {
  background-color: #eee;
}

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

#grid .column:hover,
#grid .columns:hover {
  background: #bbb;
  color: #333;
}

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

@media only screen and (max-width: 798px) {
  #content .index-sections.adjust-header {
    margin-top: 35px;
  }
}

#cart.mm-menu .notification-discount {
  display: block;
}

.mobile-sticky-header--false {
  position: absolute;
}

.mobile-sticky-header--true {
  position: fixed;
}

.strikethrough {
  text-decoration: line-through;
}

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

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

/* #Cart Drawer
================================================== */
/* Cart variables */

/* Cart item */
.mm-listview a.cart__item {
  padding: 20px;
  display: flex;
}

/* Cart image */
.mm-listview a.cart__item .cart__image {
  width: 25%;
  line-height: 0;
}

@media only screen and (max-width: 480px) {
  .mm-listview a.cart__item .cart__image {
    width: 35%;
  }
}

/* Cart info */
.mm-listview a.cart__item .cart__info {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .mm-listview a.cart__item .cart__info {
    width: 65%;
  }
}

/* Cart description */
.mm-listview a.cart__item .cart__info .cart__description {
  max-width: 160px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: normal;
  word-break: break-word;
}

.mm-listview a.cart__item .cart__info .cart__description .cart__text a {
  color: inherit;
}

.mm-listview a.cart__item .cart__info .cart__description .cart__text .price:first-child {
  margin-top: 5px;
}

@media only screen and (max-width: 480px) {
  .mm-listview a.cart__item .cart__info .cart__description {
    max-width: 100%;
    padding-right: 0;
  }
}

/* Cart quantity */
.mm-listview a.cart__item .cart__info .cart__quantity {
  display: flex;
}

@media only screen and (max-width: 480px) {
  .mm-listview a.cart__item .cart__info .cart__quantity {
    margin-top: 5px;
    padding-left: 12px;
  }
}

.mm-listview a.cart__item .cart__info .cart__quantity .quantity_selector {
  margin: 0;
  font-size: 28px;
  display: flex;
  align-items: center;
}

.mm-listview a.cart__item .cart__info .cart__quantity .quantity_selector .plus,
.mm-listview a.cart__item .cart__info .cart__quantity .quantity_selector .minus {
  cursor: pointer;
  padding: 0 10px;
}

.mm-listview a.cart__item .cart__info .cart__quantity .quantity_selector input.quantity {
  width: 35px;
  height: 40px;
  min-height: 40px;
  text-align: center;
}

/* Cart warning */
.cart__warning {
  font-weight: bold;
  padding-left: 20px;
}

/* Cart subtotal */
.mm-listview > li.cart__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.05);
}

.mm-listview > li.cart__subtotal .cart__subtotal-text {
  font-weight: bold;
  flex-grow: 1;
}

.mm-listview > li.cart__subtotal .cart__subtotal-text,
.mm-listview > li.cart__subtotal .cart__subtotal-price,
.mm-listview > li.cart__subtotal .cart__subtotal-price span {
  padding: 0;
}

#cart .mm-subtitle--actions {
  margin: 15px 20px;
  border-color: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#cart .mm-subtitle--actions .action_button {
  color: #FFF;
  line-height: 22px;
  padding: 10px 20px;
  flex-basis: calc(50% - 10px);
}

@media only screen and (max-width: 798px) {
  #cart .mm-subtitle--actions .action_button {
    flex-basis: 100%;
    margin-bottom: 0 !important;
    /* Overwrite action button margin for mobile devices */
  }
}

#cart .mm-subtitle--actions .action_button--edit {
  background-color: #fdd831;
}

#cart .mm-subtitle--actions .action_button--edit:hover {
  background-color: #fdd627;
}

@media only screen and (max-width: 798px) {
  #cart .mm-subtitle--actions .action_button--edit {
    margin-top: 10px;
  }
}

/* Cart discounts */
.mm-discount-label {
  margin: 0;
  line-height: inherit;
  padding: 15px 20px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mm-listview > li:not(.mm-divider):after {
  left: 0 !important;
}

/* #Site Styles
================================================== */
#content_wrapper {
  width: 100%;
}

.wide-breadcrumb {
  padding-bottom: 20px;
}

.homepage_content {
  word-wrap: break-word;
}

.homepage_content,
.homepage_content h1,
.homepage_content h2,
.homepage_content h3,
.homepage_content h4,
.homepage_content h5,
.homepage_content h6 {
  background-color: #ffffff;
  color: #404040;
}

.container .featured_links .column,
.container .featured_links .columns {
  margin-bottom: 20px;
}

.featured_links .image_container {
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.featured_links .image_container.onboarding {
  background: none;
}

.featured_links_block {
  margin-bottom: 20px;
}

.featured_links a img {
  transition: opacity 0.3s ease-in-out;
}

.featured_links a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.featured_links a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  transition: color 0.3s;
  z-index: 2;
  font-family: Poppins, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 22px;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.featured_links a span {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  }.featured_links_style--cross .featured_links a span {
  padding: 10px 0;
}

.featured_links_style--cross .featured_links a span::before,
.featured_links_style--cross .featured_links a span::after {
  position: absolute;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  content: '';
  z-index: 1;
  transition: transform 0.2s, opacity 0.3s;
  pointer-events: none;
}

.featured_links_style--cross .featured_links a span::before {
  top: 0;
}

.featured_links_style--cross .featured_links a span::after {
  top: 100%;
}

.featured_links_style--cross .featured_links a:hover span,
.featured_links_style--cross .featured_links a:focus span {
  color: #ffffff;
  opacity: 1;
}

.featured_links_style--cross .featured_links a:hover span::before,
.featured_links_style--cross .featured_links a:hover span::after,
.featured_links_style--cross .featured_links a:focus span::before,
.featured_links_style--cross .featured_links a:focus span::after {
  background: rgba(255, 255, 255, 0.6);
}

.featured_links_style--cross .featured_links a:hover span::before,
.featured_links_style--cross .featured_links a:focus span::before {
  transform: rotate(45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transform-origin: left;
}

.featured_links_style--cross .featured_links a:hover span::after,
.featured_links_style--cross .featured_links a:focus span::after {
  transform: rotate(-45deg) translate(0, -50%);
  top: 50%;
  right: 0;
}

.featured_links_style--underline .featured_links a span {
  line-height: 1;
  padding: 5px 0;
}

.featured_links_style--underline .featured_links a span::before,
.featured_links_style--underline .featured_links a span::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  content: '';
  transition: transform 0.3s;
  transform: scale(0.85);
}

.featured_links_style--underline .featured_links a span::after {
  opacity: 0;
  transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.featured_links_style--underline .featured_links a:hover span::before,
.featured_links_style--underline .featured_links a:hover span::after,
.featured_links_style--underline .featured_links a:focus span::before,
.featured_links_style--underline .featured_links a:focus span::after {
  transform: scale(1);
}

.featured_links_style--underline .featured_links a:hover span::after,
.featured_links_style--underline .featured_links a:focus span::after {
  top: 0;
  opacity: 1;
}

.featured_links_style--double_underline .featured_links a span {
  padding: 30px;
  transition: color 0.3s;
}

.featured_links_style--double_underline .featured_links a span::before,
.featured_links_style--double_underline .featured_links a span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  content: '';
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(-10px);
}

.featured_links_style--double_underline .featured_links a span::before {
  top: 0;
  transform: translateY(-10px);
}

.featured_links_style--double_underline .featured_links a span::after {
  bottom: 0;
  transform: translateY(10px);
}

.featured_links_style--double_underline .featured_links a:hover span,
.featured_links_style--double_underline .featured_links a:focus span {
  color: #fff;
}

.featured_links_style--double_underline .featured_links a:hover span::before,
.featured_links_style--double_underline .featured_links a:focus span::before,
.featured_links_style--double_underline .featured_links a:hover span::after,
.featured_links_style--double_underline .featured_links a:focus span::after {
  opacity: 1;
  transform: translateY(0px);
}

.featured_links_style--circle .featured_links a span::before,
.featured_links_style--circle .featured_links a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  content: '';
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.featured_links_style--circle .featured_links a span::after {
  width: 100px;
  height: 100px;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.featured_links_style--circle .featured_links a:hover span::before,
.featured_links_style--circle .featured_links a:hover span::after,
.featured_links_style--circle .featured_links a:focus span::before,
.featured_links_style--circle .featured_links a:focus span::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.featured_links_style--border .featured_links .image_container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.featured_links_style--border .featured_links a:hover .image_container::after,
.featured_links_style--border .featured_links a:focus .image_container::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.shopify-section--page img,
.featured-content-section img {
  margin-bottom: 1em;
}

.product_section .spr-badge {
  padding-bottom: 5px;
}

.index div.section.product_section {
  display: flex;
}

.index div.section.product_section .product_info {
  margin-bottom: 2em;
}

div.product_section {
  margin-top: 5px;
}

.size_chart {
  margin-left: auto;
  font-family: Poppins, sans-serif;
}

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

.container div.breadcrumb {
  font-size: 13px;
}

.breadcrumb_text {
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 798px) {
  .breadcrumb_text {
    justify-content: center;
  }
}

.breadcrumb-tag-wrapper {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 798px) {
  .tag-filter-wrapper {
    flex-direction: column;
  }
}

.vendor, .sku {
  margin-top: -15px;
}

#category {
  width: 100%;
}

.featured_content p {
  margin-bottom: 0;
}

.paginate {
  text-align: center;
}

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

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

.paginate span:hover, a.tag:hover {
  color: #282c30;
}

.paginate .current {
  background-color: #fdd831;
}

.paginate .deco {
  border: none;
}

.thumbnail {
  position: relative;
  margin-bottom: 1em;
}

.thumbnail a {
  display: block;
  padding-bottom: 0.5em;
  color: #404040;
}

.thumbnail a:hover {
  color: #1fa9af;
}

.thumbnail .placeholder-svg,
.thumbnail .image__container {
  margin-bottom: 15px;
}

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

/* Swap to second image on hover */.has-secondary-media-swap img {
    visibility: visible;
    height: auto;
  }
.has-secondary-media-swap .secondary-media-hidden {
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
  }.thumbnail .info {
    text-align: left;
  }

.thumbnail .price {
    display: block;
    font-weight: bold;
  }.new {
  position: relative;
  display: inline;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
}.thumbnail .price,
.thumbnail .sold-out-text,
.sold-out-text,
.coming_soon_text {
  font-weight: bold;
  color: #404040;
}

.coming_soon_text {
  font-size: 18px;
  margin-bottom: 1em;
}

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

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

.sale_banner,
.new_banner {
  display: block;
  background: #282c30;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.new_banner {
  background: #282c30;
}

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

.tos_checkbox {
  display: flex;
  margin-bottom: 15px;
}

.tos_checkbox p {
  margin-bottom: 0;
  margin-left: 5px;
  text-align: left;
  line-height: 1.4em;
}

label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
}

label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
}

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

.cart_page_image {
  float: left;
  margin-right: 20px;
  text-align: center;
  display: block;
  width: 100%;
}

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

.was-price {
  text-decoration: line-through;
  color: #9da6ae;
  font-style: italic;
  text-shadow: none;
  font-weight: normal;
}

.thumbnail .quick_shop {
  display: none;
  background-color: #888;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  opacity: 0.85;
  z-index: 10;
}.thumbnail .quick_shop {
    bottom: 0px;
  }.thumbnail:hover .quick_shop {
  display: block;
}

.thumbnail:hover .quick_shop:hover {
  color: #FFFFFF;
  background-color: #1fa9af;
  opacity: 0.95;
}

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

.article {
  margin-bottom: 30px;
}

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

.banner_image, .article img.banner_image {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

body.article {
  margin-bottom: 0;
}

.purchase {
  margin-top: 25px;
}

p.applied_discount {
  color: #ff007e;
}

.shopify-section--recommended-products > div.columns {
  margin-left: 0;
  margin-right: 0;
}

.featured-collection__main,
.products {
  width: 100%;
}

/* #Videos
================================================== */
/* #Home page - video */
.video-wrapper {
  position: relative;
  background-color: #ffffff;
}

.video-wrapper .video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  pointer-events: none;
}

.video-wrapper.darken-video--true .video__overlay {
  background: rgba(0, 0, 0, 0.3);
}

.video-wrapper .plyr--video.plyr--paused .plyr__video-embed iframe {
  z-index: 5;
}

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

.video-wrapper.play-button-icon--visible .plyr--paused .plyr__control--overlaid {
  display: block;
  opacity: 1;
}

.video-wrapper .video-wrapper__image img {
  object-fit: cover;
}

@media only screen and (max-width: 798px) {
  .main_content_area {
    padding-top: 15px;
}
  .video-wrapper .video-wrapper__image img {
    min-height: 400px;
    max-height: 600px;
  }
}

.video-wrapper .action_button {
  padding: 8px 10px;
  pointer-events: all;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  color: #FFFFFF;
}

.video-wrapper .action_button:hover {
  border-color: #FFF;
  background-color: rgba(255, 255, 255, 0.2);
}

.video-wrapper .action_button--has-outline {
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.video-wrapper .action_button--is-solid:hover {
  color: #FFFFFF;
}

.video-wrapper .action_button--is-rounded {
  border-radius: 4px;
}

.video-wrapper .action_button--has-text-shadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}

.video-wrapper .video__text-container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}

.video-wrapper .video__text {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-wrapper .video__text-wrapper {
  margin: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.video-wrapper .video__text-wrapper .headline {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 0.2em;
  line-height: 43px;
  letter-spacing: 1px;
}

.video-wrapper .video__text-wrapper .subtitle {
  font-family: Poppins, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

@media only screen and (max-width: 798px) {
  .video-wrapper .video__text-wrapper .headline {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .video-wrapper .video__text-wrapper .subtitle {
    font-size: 0.8em;
    line-height: 1.5em;
  }
  .video-wrapper .video__text-wrapper .action_button {
    font-size: 0.8em;
    margin-top: 0;
  }
}

@media only screen and (max-width: 798px) {
  .video-wrapper {
    display: flex;
    flex-direction: column;
  }
}

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

/* #Home page - featured product
================================================== */
.featured_product {
  width: 100%;
}

.featured_product .featured-link--half a[href] img {
  box-shadow: #000 0em 0em 0em;
  transition: opacity 0.2s linear;
}

.featured_product .featured-link--half:hover a[href] img {
  opacity: 0.8;
}

.grid-layout--standard .featured-product--section {
  justify-content: space-between;
}

.featured-product--half {
  text-align: left;
}

.featured-product--half img,
.featured-product--half svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.featured-product--half .info {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .featured-product--half .info {
    padding: 0;
    position: static;
    transform: translateY(0);
  }
}

.featured-product--half .info .sku,
.featured-product--half .info .vendor {
  margin-top: 15px;
}

.featured-product--half .description {
  position: relative;
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #404040;
}

.featured-product--half .description--bottom {
  margin-bottom: 0;
  margin-top: 15px;
}

.featured-product--half .purchase {
  margin-top: 0;
}

.featured-product--half .purchase.inline_purchase {
  margin-top: 26px;
}

.featured-product--half .action_button {
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .featured-product--half .action_button {
    padding: 7px 15px;
  }
}

@media only screen and (max-width: 798px) {
  .featured-product--half:last-child {
    padding-top: 20px;
  }
}

/* #Home page - Featured promotions
  ================================================== */
.featured_promotions > .section {
  display: flex;
  flex-wrap: wrap;
}

/* #Home page - image text
================================================== */
.shopify-section--image-with-text + .shopify-section--image-with-text .container {
  padding-top: 0;
}

.image-with-text__image-column {
  text-align: center;
  background-color: transparent;
  transition: opacity 0.2s linear;
}

.image-with-text__image-column:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 798px) {
  .has-no-side-gutter .image-with-text__column,
  .has-no-side-gutter .has-text-column {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.image-with-text__column,
.has-text-column {
  background-color: #ffffff;
}

@media only screen and (max-width: 798px) {
  .image-with-text__column,
  .has-text-column {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.image-with-text__column img,
.image-with-text__column svg,
.has-text-column img,
.has-text-column svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.image-with-text__column .info,
.has-text-column .info {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.image-with-text__column .info.text-align--right,
.has-text-column .info.text-align--right {
  text-align: right;
}

.image-with-text__column .info.text-align--right .description:before,
.has-text-column .info.text-align--right .description:before {
  margin-right: 0;
}

.image-with-text__column .info.text-align--left,
.has-text-column .info.text-align--left {
  text-align: left;
}

.image-with-text__column .info.text-align--left .description:before,
.has-text-column .info.text-align--left .description:before {
  margin-left: 0;
}

@media only screen and (max-width: 798px) {
  .image-with-text__column .info,
  .has-text-column .info {
    position: static;
    transform: translateY(0);
    padding: 2em 0;
  }
}

.image-with-text__column .collection_title,
.has-text-column .collection_title {
  margin-bottom: 0.3em;
  display: block;
  color: #404040;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  color: #303030;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 1.2;
}

.image-with-text__column .description,
.has-text-column .description {
  position: relative;
  font-size: 1.6vw;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #404040;
}

@media only screen and (max-width: 798px) {
  .image-with-text__column .description,
  .has-text-column .description {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 480px) {
  .image-with-text__column .description,
  .has-text-column .description {
    font-size: inherit;
  }
}

@media only screen and (min-width: 1025px) {
  .image-with-text__column .description,
  .has-text-column .description {
    font-size: inherit;
  }
}

.image-with-text__column .action_button,
.has-text-column .action_button {
  width: auto;
}

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .image-with-text__column .action_button,
  .has-text-column .action_button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 798px) {
  .image-with-text__column .action_button,
  .has-text-column .action_button {
    padding: 7px 15px;
  }
}

/* #Blog
================================================== */
.article__image {
  display: block;
  margin-bottom: 15px;
}

.blog-template-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.blog-article__main.sidebar-enabled--false {
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 798px) {
  .blog-article__main.sidebar-enabled--false {
    width: 100%;
  }
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form__name {
  margin-right: 20px;
}

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

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

@media only screen and (max-width: 480px) {
  .comment-form__name,
  .comment-form__email {
    flex: 1 1 100%;
  }
}

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

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

/* Author & Comments */
.blog__author {
  max-width: 100px;
}

.blog__author,
.blog__comment-author {
  margin-bottom: 20px;
}

.blog__author-name,
.blog__comment-author-name {
  padding: 0;
}

.blog__author-image,
.blog__comment-author-image {
  width: 80px;
  height: 80px;
}

.blog__author-image img,
.blog__comment-author-image img {
  border-radius: 50px;
}

.blog__comment-author-bio {
  flex: 1 1 auto;
}

.blog__author-bio,
.blog__comment-author-bio {
  margin-left: 20px;
}

/* #Newsletter
================================================== */
.newsletter {
  margin: 0px auto;
  max-width: 640px;
}

.input-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .input-row {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.input-row input {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 5px;
  max-height: 40px;
}

@media only screen and (max-width: 798px) {
  .input-row input {
    margin: 5px 0;
  }
}

.input-row input.sign_up {
  display: inline-block;
  flex: none;
  max-height: 40px;
}

@media only screen and (max-width: 798px) {
  .input-row input.sign_up {
    width: 100%;
  }
}

/* #Divider
================================================== */
.divider {
  opacity: 0;
  border-color: #ded6c7;
}

.divider.divider--true {
  opacity: 1;
}

/* #Rich text
================================================== */
.headline-section .homepage_content,
.block__rich_text_and_image .homepage_content {
  background-color: #ffffff;
}

.headline-section .wide_display--false,
.block__rich_text_and_image .wide_display--false {
  background-color: transparent;
}
.headline-section .wide_display--false .content-wrapper{
	background-color: #fdd831 !important;
}

.headline-section .wide_display--false .content-wrapper,
.block__rich_text_and_image .wide_display--false .content-wrapper {
  padding: 25px;
  background-color: #ffffff;
}

.featured_text {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 42px;
}

@media only screen and (max-width: 798px) {
  .featured_text {
    line-height: 1.7em;
    font-size: 14px;
  }
}

/* #Accordions
================================================== */
button {
  border: none;
  -webkit-appearance: none;
          appearance: none;
}


.faq__heading {
  padding: 0;
  margin: 20px 0 0;
}

.faq__accordion > dt > button {
  background: transparent;
  position: relative;
  padding: 20px 20px 20px 40px;
  color: #303030;
  border-bottom: 1px solid #ded6c7;
  text-align: left;
  display: block;
  cursor: pointer;
  width: 100%;
  outline: none;
  text-transform: initial;
  min-height: auto;
  height: auto;
  line-height: inherit;
  font-weight: normal;
  font-family: Poppins, sans-serif;
  box-shadow: none;
  border-radius: 0px;
  font-size: 18px;
}

.faq__accordion > dt > button:hover, .faq__accordion > dt > button:focus {
  background: #f7f7f7;
  border: none;
  border-bottom: 1px solid #ded6c7;
  color: #282c30;
}

.faq__accordion > dt > button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50.1%);
  left: 15px;
  font-size: 25px;
  content: "\002b";
  color: inherit;
}

.faq__accordion > dt > button[aria-expanded="true"]::after {
  content: "\002d";
  font-size: 30px;
}

.faq__accordion > dt:first-child > button {
  border-top: none;
}

.faq__accordion > dd {
  color: #404040;
  padding: 20px 0px 20px 0px;
}

.faq__accordion > dd[aria-hidden="true"] {
  display: none;
}

@media only screen and (max-width: 798px) {
  .faq__accordion > dd {
    margin-left: 15px;
  }
}

.accordion-tabs > a {
  display: block;
  background-color: #D1D3D4;
  margin: 10px 0;
  padding: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}

.accordion-tabs > a :hover {
  cursor: pointer;
}

.accordion-tabs > li[id*=tab] {
  display: none;
  list-style: none;
}

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

ul.tabs:after {
  clear: both;
}

ul.tabs {
  zoom: 1;
}

/* #Cart page
================================================== */
.discount-title {
  border-bottom: 0;
  margin-bottom: 0;
}

/* #Contact form
================================================== */
.contact-template__image {
  padding-bottom: 40px;
}

.contact-template__content {
  padding-bottom: 20px;
}

.contact-form--half {
  background-color: transparent;
  text-align: left;
}

.contact-form--half .info {
  padding: 20px 0;
  width: 100%;
  margin: 0;
}

.contact-form-name,
.contact-form-email {
  flex-basis: 48%;
}

@media only screen and (max-width: 480px) {
  .contact-form-name,
  .contact-form-email {
    flex-basis: 100%;
  }
}

/* #Home page - Slideshow
  ================================================== */
.slideshow {
  overflow: hidden;
}

.slideshow:hover .flickity-button {
  opacity: 1;
}

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

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

.slideshow .slideshow__gallery-cell {
  width: 100%;
}

.slideshow .slideshow__gallery-cell .slideshow__gallery-cell-image {
  margin: 0;
  width: 100%;
  display: block;
}

.slideshow .slideshow__caption {
  top: 50%;
  margin: 0;
  z-index: 3;
  width: 100%;
  position: absolute;
  color: #ffffff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  pointer-events: none;
}

.slideshow .slideshow__caption .slideshow__caption-headline {
  border: 0;
  text-align: inherit;
  margin-bottom: 0.2em;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  line-height: 43px;
}

@media only screen and (max-width: 798px) {
  .slideshow .slideshow__caption .slideshow__caption-headline {
    font-size: 1.5em;
    line-height: 1em;
  }
}

.slideshow .slideshow__caption .slideshow__caption-subtitle {
  line-height: 1.5em;
  position: relative;
  margin-bottom: 35px;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
}

@media only screen and (max-width: 798px) {
  .slideshow .slideshow__caption .slideshow__caption-subtitle {
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 10px;
  }
}

.slideshow .flickity-page-dots {
  bottom: 50px;
}

.slideshow .flickity-page-dots .dot {
  width: 40px;
  height: 1px;
  border: 3px solid #FFFFFF;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 1px;
  margin: 0 3px;
}

.slideshow .flickity-page-dots .dot.is-selected {
  cursor: default;
  opacity: 0.8;
  outline: none;
}

@media only screen and (max-width: 798px) {
  .slideshow .flickity-page-dots {
    display: none;
  }
}

.slideshow .flickity-button {
  width: 60px;
  height: 60px;
  color: #FFFFFF;
  border-radius: 0;
  transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.slideshow .flickity-button:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.slideshow .flickity-button.previous {
  left: -36px;
}

.slideshow .flickity-button.next {
  right: -36px;
}

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

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

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

.modal_product img {
  cursor: pointer;
}

.modal_image {
  text-align: center;
}

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

.modal a:hover {
  color: #282c30;
}

.notify_form .action_button {
  width: 100%;
}

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

.product_image {
  text-align: center;
}

.meta {
  font-size: 13px;
}

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

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

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

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

/* Sidebar */
.sidebar .sidebar__content .input-row {
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}

.sidebar .sidebar__content .input-row input {
  margin: 5px 0;
}

.sidebar--featured-collection .sidebar__content {
  padding-left: 0;
}

/* Content wrapper */
.content-wrapper {
  width: 100%;
}

.content-wrapper--collection .sidebar__content {
  padding-left: 0;
}

.content-wrapper--collection .sidebar-enabled--true .container:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 798px) {
  .sidebar {
    width: 100% !important;
  }
  .has-sidebar-option {
    width: 100% !important;
  }
}

.sidebar_title {
  margin-bottom: 0;
}

.blog_list {
  margin-left: 0;
}

.recent_articles li {
  padding-bottom: 10px;
}

.recent_articles a {
  padding-right: 15px;
  display: block;
}

.blog_list li {
  list-style: none;
}

.sidebar a.parent-link--false:hover {
  color: #404040;
  cursor: pointer;
}

.toggle span,
.menu-toggle {
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: smaller;
  float: right;
  cursor: pointer;
  display: block;
  transition: transform 0.3s linear;
}

h4.toggle span {
  display: none;
}

@media only screen and (max-width: 798px) {
  h4.toggle span {
    display: block;
  }
}

@media only screen and (min-width: 799px) {
  .toggle-all--false .toggle_list {
    display: block !important;
  }
}

.toggle-all--true h4.toggle {
  cursor: pointer;
  touch-action: none;
}

.toggle-all--true .toggle span {
  display: block;
}

.toggle-all--true .toggle_list,
.toggle-all--true .recent_articles {
  display: none;
}

.sidebar .search {
  padding-top: 8px;
}

.sidebar .search input {
  width: 100%;
  box-sizing: border-box;
}

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

.blog_meta span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: smaller;
  color: #9da6ae;
}

.blog_meta span:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  margin: -1px 5px 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ced3d3;
  box-sizing: border-box;
}

.blog_meta span:last-child:after {
  background-color: transparent;
}

.tags span a {
  font-weight: bold;
  color: #1fa9af;
}

.blog_list li {
  list-style: none;
}

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

.filter_wrap {
  display: flex;
  flex-direction: column;
  width: 45%;
  padding-left: 4%;
}

@media only screen and (max-width: 798px) {
  .filter_wrap {
    width: 100%;
    padding-left: 0;
    display: inline-block;
    text-align: center;
  }
}

.filter_wrap label {
  align-items: flex-end;
}

#tag_filter,
#sort-by {
  display: inline-block;
  padding-right: 30px;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  #tag_filter,
  #sort-by {
    width: auto;
  }
}

.section_select {
  text-align: right;
}

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

.additional-checkout-buttons {
  text-align: center;
  box-sizing: border-box !important;
}

@media only screen and (max-width: 480px) {
  .additional-checkout-buttons {
    margin-top: 0;
  }
}

.additional-checkout-buttons > *:not(script) {
  padding: 10px 0 0 10px;
  vertical-align: top;
  line-height: 1;
}

@media only screen and (max-width: 798px) {
  .additional-checkout-buttons > *:not(script) {
    padding: 10px 0 0 5px;
  }
}

.additional-checkout-buttons > *:not(script):first-child, .additional-checkout-buttons > *:not(script):empty {
  padding-left: 0px;
}

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

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

.sidebar__content {
  padding-left: 0;
  margin-left: 10px;
  margin-right: 10px;
}

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

.comment {
  margin-bottom: 30px;
}

.comment-body h6 {
  padding-bottom: 0.25em;
}

.gravatar {
  width: 100px !important;
}

.gravatar img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.red {
  color: #C33 !important;
}

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

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

.search_page {
  padding: 40px 0 60px 0;
}

/* #Home page - Logo list
  ================================================== */
.shopify-section--logo-list {
  background-color: #ffffff;
}

.logo-bar-section {
  padding-bottom: 10px;
}

.logo-bar-section h2.title {
  text-align: center;
  color: #404040;
}

.logo-bar {
  text-align: center;
  width: 100%;
}

.logo-bar__item {
  width: 160px;
  margin: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 798px) {
  .logo-bar__item {
    width: calc(50% - 30px);
  }
}

/* #Home page - Map
================================================== */
.map--container p {
  margin-bottom: 5px;
}

.map--container h2, .map--container p, .map--container span {
  color: #404040;
}

.map--container .full-width {
  width: 100% !important;
  /* Overwrite standard width */
}

.maps .placeholder-svg {
  height: 400px;
}

@media only screen and (max-width: 480px) {
  .maps .placeholder-svg {
    height: 250px;
  }
}

.map-hours-column {
  background-color: #ffffff;
}

.map__layout {
  display: flex;
}

@media only screen and (max-width: 798px) {
  .map__layout {
    flex-wrap: wrap;
  }
}

.map__layout.map__layout--right {
  flex-direction: row-reverse;
}

.map__layout .map__display {
  width: 40%;
  display: flex;
  align-items: center;
  flex: 1 0 40%;
}

.map__layout .map__display .maps {
  width: 100%;
}

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

@media only screen and (max-width: 798px) {
  .map__layout .map__display {
    width: 100%;
  }
}

.map__layout .map__info,
.map__layout .map__contact-form {
  width: 33%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 798px) {
  .map__layout .map__info,
  .map__layout .map__contact-form {
    width: 100%;
    height: auto;
  }
}

.map__layout .map__info .title,
.map__layout .map__contact-form .title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.map__layout .map__info .align_center,
.map__layout .map__contact-form .align_center {
  justify-content: center;
}

.map__layout .map__info .align_left,
.map__layout .map__contact-form .align_left {
  justify-content: flex-start;
}

.map__layout .map__info .align_right,
.map__layout .map__contact-form .align_right {
  justify-content: flex-end;
}

.map__layout .map__info .info,
.map__layout .map__contact-form .info {
  padding: 25px;
  width: 100%;
}

.map__layout .map__info .info p,
.map__layout .map__contact-form .info p {
  margin-bottom: 0;
}

.map__layout .map__directions {
  max-width: 90%;
  margin: 20px 0;
}

/* #Home page - Gallery
================================================== */
.shopify-section--gallery .container {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery-section__bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gallery-section__image .lightbox {
  display: block;
}

.gallery-section__image.images-per-row-2 {
  width: 50%;
}

.gallery-section__image.images-per-row-3 {
  width: 33.333%;
}

.gallery-section__image.images-per-row-4 {
  width: 25%;
}

@media only screen and (max-width: 798px) {
  .gallery-section__image.images-per-row-2, .gallery-section__image.images-per-row-3, .gallery-section__image.images-per-row-4 {
    width: 100%;
  }
}

.gallery-section__image-padding {
  padding: 10px;
}

/* #Home page - Testimonials
================================================== */
.feature_divider {
  display: block;
  margin: 0 auto 30px auto;
  background-color: #545454;
  height: 2px;
  width: 30px;
}

.testimonial-container {
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
}

.shopify-section--testimonials {
  padding: 60px 0;
  background-color: rgba(0,0,0,0);
}.shopify-section--testimonials .slideshow {
  overflow: visible;
}

.shopify-section--testimonials .slideshow .flickity-button {
  opacity: 1;
  background: #000000;
}

.shopify-section--testimonials .slideshow .flickity-button:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 480px) {
  .shopify-section--testimonials .slideshow .flickity-button {
    display: none;
  }
}

.shopify-section--testimonials .slideshow .flickity-prev-next-button.previous {
  left: -45px;
}

.shopify-section--testimonials .slideshow .flickity-prev-next-button.previous:hover {
  left: -45px;
}

.shopify-section--testimonials .slideshow .flickity-prev-next-button.next {
  right: -45px;
}

.shopify-section--testimonials .slideshow .flickity-prev-next-button.next:hover {
  right: -45px;
}

.shopify-section--testimonials .slideshow .flickity-page-dots {
  display: none;
}

.shopify-section--testimonials .slideshow .flickity-page-dots .dot {
  background: #000000;
  border-color: #000000;
}

@media only screen and (max-width: 480px) {
  .shopify-section--testimonials .slideshow .flickity-page-dots {
    display: block;
    bottom: -5px;
    padding-bottom: 10px;
    position: relative;
  }
}

.shopify-section--testimonials h2 {
  padding-bottom: 10px;
  line-height: 1;
  color: #303030;
}

.shopify-section--testimonials .testimonial-bar {
  background-color: #ffffff;
  padding: 15px;
}

.shopify-section--testimonials .set-transparency {
  opacity: 0.8;
}

.shopify-section--testimonials .testimonial-block {
  width: 90%;
  padding-top: 15px;
  margin: auto;
}

.shopify-section--testimonials .name {
  font-weight: bold;
}

/* #Home page - Contact form
================================================== */
.quote-container {
  margin: 2em 0;
}

.quote-container p {
  font-weight: bold;
  font-style: italic;
}

.text_alignment--right .contact_content p,
.text_alignment--right h2 {
  text-align: right;
}

.text_alignment--center .contact_content p,
.text_alignment--center h2 {
  text-align: center;
}

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

.contact__form-name {
  margin-right: 20px;
}

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

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

@media only screen and (max-width: 480px) {
  .contact__form-name,
  .contact__form-email {
    flex: 1 1 100%;
  }
}

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

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

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

/* #Footer
================================================== */
div.footer {
  background-color: #c6c3c6;
  font-size: 12px;
  line-height: 1.7em;
  color: #404040;
  padding-top: 15px;
  text-align: center;
}

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

.sub-footer {
  margin-top: 2.5em;
  border-top: solid 1px #c6c3c6;
  background-color: #eae9ea;
  color: #404040;
}

.sub-footer .columns {
  min-height: 1px;
}

.sub-footer .container {
  padding: 20px 0px;
}

.sub-footer p {
  margin-bottom: 10px;
  font-size: 13px;
  color: #404040;
}

.sub-footer a, .sub-footer a:visited {
  color: #1fa9af;
  font-size: 13px;
}

.sub-footer a:hover, .sub-footer a:active {
  color: #282c30;
  font-size: 13px;
}

.footer a {
  color: #404040;
}

.footer a:hover {
  color: #1faf2e;
}

.contact-form {
  margin-bottom: 0;
  width: 100%;
}

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

.sub-footer .social_icons a, .sub-footer .social_icons a:visited {
  color: #404040;
  font-size: 18px;
}

.sub-footer .social_icons a:active, .sub-footer .social_icons a:hover {
  color: #1fa9af;
  font-size: 18px;
}

.payment_methods {
  margin: 4px 0 6px 0;
}

.payment_methods svg {
  padding-right: 4px;
  height: 30px;
  width: 48px;
}

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

.sub-footer li {
  padding: 5px 0;
  list-style: none outside none;
  margin-bottom: 0;
}

.footer-section .input-row {
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}

.footer-section .input-row input {
  margin: 5px 0;
}

/* Footer currency / language switcher */
@media only screen and (max-width: 798px) {
  .footer-menu__disclosure {
    padding-bottom: 20px;
  }
}

.footer-menu__disclosure .disclosure__toggle {
  color: #000000;
  min-height: 0;
  line-height: inherit;
  background-color: #ffffff;
  border: 1px solid #dce0e0;
}

.footer-menu__disclosure .disclosure__toggle.is-clicked, .footer-menu__disclosure .disclosure__toggle:focus, .footer-menu__disclosure .disclosure__toggle:hover {
  background-color: #ffffff;
  color: gray;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* #Password Page
================================================== */
#password-page-bg {
  background-color: #000000;
  color: #ffffff;
}

#password-container {
  margin: 0px auto;
  max-width: 100%;
  display: table;
  text-align: center;
  display: table;
}

#password-container .sign_up {
  width: auto;
}

#password-container h1 {
  color: #ffffff;
}

.password-page-row {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-page-col {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px;
  width: 100%;
}

.password-page-name {
  color: #ffffff;
}

.password-page-message {
  font-size: 26px;
  margin: 0 auto 25px;
  color: #ffffff;
}

.password-page-follow {
  color: #ffffff;
  text-align: center;
}

.password-message {
  max-width: 600px;
}

.hr-small {
  margin: 20px auto;
  width: 50px;
}

.password-social .social_icons {
  margin-left: 0;
}

.password-social .social_icons li {
  display: inline;
  padding: 0 10px;
  margin: 0 10px;
}

.password-social .social_icons a,
.password-social .social_icons a:visited,
.password-social .social_icons a:active,
.password-social .social_icons a:hover {
  color: #404040;
  font-size: 25px;
}

.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}

.powered {
  display: block;
  margin-top: 15px;
}

.password-footer a {
  color: #ffffff;
  text-decoration: none;
}

.shopify a {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
  padding-left: 21px;
  color: #1fa9af;
  text-decoration: none;
}

/* Password Page Modal CSS */
.controls {
  display: block;
  margin: 1em 2em 1em auto;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width: 798px) {
  .controls {
    text-align: center;
    margin-right: auto;
  }
}

#open-me a {
  color: #ffffff;
}

.close-me {
  z-index: 8000;
}

.close-me a {
  color: #000;
}

.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}

.overlay-data {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.inputbox {
  margin: 0px auto;
  max-width: 100%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #000;
}

.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em 0;
}

.storefront-password-form .actions {
  display: inline-block;
}

.storefront-password-form #password {
  width: 80%;
  display: inline-block;
}

#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8;
}

.pass-close {
  color: #000 !important;
  padding: 0 !important;
  margin: 1em !important;
}

@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
  .modalbox {
    display: block;
    width: 414px !important;
    max-width: 100%;
    text-align: center;
  }
  .pass-close {
    display: block;
    margin: 0.65em -0.15em 1em 0 !important;
  }
}

/* #Swatch Styles
================================================== */.product_section .product_form {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
.product_section .product_form.is-visible {
    opacity: 1;
  }
.selector-wrapper,
  .select {
    display: none;
  }
.swatch_options {
    margin-bottom: 1em;
  }
.swatch .option_title {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
  }
/* Hide radio buttons.*/
.swatch input {
    display: none;
  }
.swatch label {
    margin: 0;
    cursor: pointer;
    padding: 0 10px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    height: 35px;
    min-width: 35px;
    line-height: 35px;
  }
.swatch .color label {
    background-size: cover;
    background-position: center;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
  }
.swatch-element {
    border: 1px solid #e2e2e2;
    min-width: 30px;
    min-height: 30px;
  }
.swatch-element.color {
    padding: 5px;
  }
.swatch-element.color,
  .swatch-element.color label {
    border: 1px solid #e2e2e2;
  }
.swatch-element.color.swatch-element label {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 30px;
    height: 30px;
  }
.swatch_options input:checked + .swatch-element {
    border-color: #666666;
  }
.swatch .swatch-element {
    outline: none;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
  }
.swatch .swatch-element .crossed-out {
    display: none;
  }
.swatch .swatch-element.soldout .crossed-out {
    width: 100%;
    height: 100%;
    display: block;
  }
.swatch .swatch-element.soldout label {
    opacity: 0.6;
  }
.crossed-out {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
/* Tooltips */
.swatch .tooltip {
    text-align: center;
    background: #333333;
    background: rgba(51, 51, 51, 0.9);
    color: #ffffff;
    bottom: 100%;
    padding: 5px 10px;
    display: block;
    position: absolute;
    width: 120px;
    font-size: 13px;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 60;
    box-sizing: border-box;
    transition: all .25s ease-out;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    left: -35px;
    transform: translateY(10px);
  }
.swatch .tooltip:before {
    content: "";
    left: 0;
    bottom: -20px;
    height: 20px;
    width: 100%;
    display: block;
    position: absolute;
  }
/* CSS triangle */
.swatch .tooltip:after {
    content: '';
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgba(51, 51, 51, 0.9) 10px;
    bottom: -10px;
    height: 0;
    width: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
  }
.swatch .swatch-element:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }.collection_swatches .swatch {
    margin: 2px;
    display: inline-block;
  }

.collection_swatches .swatch span {
    margin-top: 10px;
    width: 27px;
    min-width: 27px;
    height: 20px;
    float: none;
    display: inline-block;
    border: #e2e2e2 1px solid;
    background-position: center;
    background-size: cover;
  }.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
}

.mm-btn, .mm-menu {
  box-sizing: border-box;
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0;
}

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

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0;
}

.mm-btn, .mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  transition: transform .4s ease;
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px 20px 20px;
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after, .mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
}

.mm-prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 14px 10px 14px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

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

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: all .4s ease;
  transition: all .4s ease;
  transition: all .4s ease,all .4s ease;
  transition-property: transform;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking, html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}

html.mm-opening .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom, .mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%;
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important;
}

.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu.mm-columns {
  transition-property: transform,width,max-width;
}

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  transition-property: transform,width;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

html.mm-opening.mm-columns-0 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  transform: translate(200%, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening.mm-columns-1 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  transform: translate(200%, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  transform: translate(300%, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening.mm-columns-2 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(880px, 0);
    transform: translate3d(880px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    transform: translate(-880px, 0);
    transform: translate3d(-880px, 0, 0);
  }
}

.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  transform: translate(300%, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  transform: translate(400%, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening.mm-columns-3 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(1320px, 0);
    transform: translate3d(1320px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    transform: translate(-1320px, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}

.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  transform: translate(400%, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  transform: translate(500%, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening.mm-columns-4 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(1760px, 0);
    transform: translate3d(1760px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    transform: translate(-1760px, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}

.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  transform: translate(500%, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  transform: translate(600%, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}

html.mm-opening.mm-columns-5 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(2200px, 0);
    transform: translate3d(2200px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    transform: translate(-2200px, 0);
    transform: translate3d(-2200px, 0, 0);
  }
}

.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  transform: translate(600%, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  transform: translate(700%, 0);
  transform: translate3d(700%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}

html.mm-opening.mm-columns-6 .mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(2640px, 0);
    transform: translate3d(2640px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    transform: translate(-2640px, 0);
    transform: translate3d(-2640px, 0, 0);
  }
}

.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span, em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  transform: none !important;
  z-index: 0;
}

html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
  left: 22px;
}

.mm-menu.mm-tipright:before {
  right: 22px;
}

.mm-menu.mm-tiptop:before {
  top: -8px;
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

.mm-iconpanel .mm-panel {
  transition-property: transform,left;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  transition: opacity .4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

.mm-keyboardfocus a:focus {
  outline: 0;
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-
s {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 60px;
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 110px;
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0;
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-menu.mm-rtl {
  direction: rtl;
}

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  transform: translate(30%, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  transition-property: transform,right;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-search, .mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  transition: right .4s ease;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  transition: background .4s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
  transition: transform .4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  transition: transform .4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  transform: translate(30%, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  transition: opacity .4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  transition: none .4s ease;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: .1s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: .2s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: .3s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: .4s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: .5s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: .6s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: .7s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  transition-property: transform,opacity;
  transform: translate(50%, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(10000px, 0);
    transform: translate3d(10000px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-10000px, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  flex: 1 1 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  transition: opacity .4s ease .4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #000;
}

.mm-menu.mm-popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

html.mm-popup .mm-slideout {
  transform: none !important;
  z-index: 0;
}

html.mm-popup #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-popup .mm-menu {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-slideout {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-140px, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-440px, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

html.mm-front .mm-slideout {
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  transition: transform .4s ease;
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-shadow-page.mm-theme-dark:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-shadow-page.mm-theme-white:after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-keyboardfocus a:focus, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}

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

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

/* Custom mmenu styles */
.mm-page {
  width: 100%;
}

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .continue {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  text-indent: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -20px;
  margin-bottom: 5px;
  line-height: 10px;
}

.mm-menu.mm-theme-white {
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
}

.mm-menu.mm-theme-white .continue {
  background: #fff;
  color: inherit;
}

.mm-menu.mm-theme-white .mm-listview a.mm-subopen:after, .mm-menu.mm-theme-white .mm-listview a.mm-subclose:before {
  border-color: #888;
}

.mm-menu.mm-theme-white .mm-counter {
  color: #666;
}

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

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

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

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

#nav ul.mm-listview li a,
#nav ul.mm-listview li span {
  white-space: normal;
}

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

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

.mm-menu .mm-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-search input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

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

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

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

.mm-menu .mm-noresultsmsg a {
  color: rgba(255, 255, 255, 0.3);
}

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

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

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

.header.mm-slideout {
  z-index: 1000;
}

#mm-blocker {
  z-index: 9999;
}

#nav a,
#nav span,
#nav li select.currencies {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
}

#nav a.mm-title {
  font-family: FontDrop, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#nav li select.currencies {
  background-position: 97%;
  padding: 14px 8px 14px 20px;
  border: 0 !important;
  background-color: transparent;
  margin-bottom: 0 !important;
  outline: 0;
  -webkit-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  text-shadow: none !important;
  box-shadow: none !important;
}

/* #Banner Sections
================================================== */
.subtitle p a {
  pointer-events: all;
}

.wide_display--false .banner-section {
  margin: 0px auto;
  width: calc(100% - 20px);
}

@media only screen and (max-width: 798px) {
  .wide_display--false .banner-section {
    width: 100%;
  }
}

@media only screen and (max-width: 798px) {
  .wide_display--false .align_left .headline,
  .wide_display--false .align_left .subtitle,
  .wide_display--false .align_left .action_button {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.banner-section {
  position: relative;
}.banner-section .action_button {
    border-color: #1fa9af;
    background-color: #1fa9af;
  }

.banner-section .action_button:hover {
    border-color: #fdd831;
    background-color: #fdd831;
  }@media only screen and (max-width: 798px) {
  .banner-section {
    padding-top: 0 !important;
  }
}

.shadow-header {
  display: block;
  width: 100%;
  height: 0;
}

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

.banner-section + .main_content_area {
  padding-top: 20px;
}

.wide_display--false .banner-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.main_content_area .banner-section {
  padding-top: 0;
}

.banner-section .banner-section__image img {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner-section .banner-section__caption {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}.banner-section .banner-section__caption {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
  }.banner-section .banner-section__caption-headline {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 0.2em;
  line-height: 43px;
  position: relative;
  letter-spacing: 1px;
}

.banner-section .banner-section__caption-subtitle {
  font-family: Poppins, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  position: relative;
  font-style: normal;
  text-transform: uppercase;
}

.banner-section .banner-section__caption a.action_button {
  display: inline-flex;
  align-items: center;
  width: initial;
  padding: 8px 10px;
  font-size: 16px;
}

.banner-section .banner-section__caption .action_button {
  display: inline-flex;
  align-items: center;
  pointer-events: all;
  padding: 8px 10px;
  position: relative;
  margin-top: 15px;
  line-height: initial;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.banner-section .banner-section__caption .action_button:hover {
  border-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
}

.banner-section .banner-section__caption .action_button--has-outline {
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.banner-section .banner-section__caption .action_button--is-solid {
  border-color: #1fa9af;
  color: #FFFFFF;
  background-color: #1fa9af;
}

.banner-section .banner-section__caption .action_button--is-solid:hover {
  color: #FFFFFF;
  border-color: #fdd831;
  background-color: #fdd831;
}

.banner-section .banner-section__caption .action_button--is-bevel {
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.1);
}

.banner-section .banner-section__caption .action_button--is-rounded {
  border-radius: 4px;
}

.banner-section .banner-section__caption .action_button--has-text-shadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 798px) {
  .banner-section .banner-section__caption-headline {
    font-size: 1.5em;
    line-height: 1.5em;
    position: relative;
  }
  .banner-section .banner-section__caption-subtitle {
    font-size: 1.1em;
    line-height: 1.5em;
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  .banner-section .banner-section__caption-headline {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .banner-section .banner-section__caption-subtitle {
    font-size: 0.8em;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
}

.dark-overlay--true:after {
  content: '';
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* #Product page
================================================== */
/* Product title */
.product__title {
  margin-bottom: 15px;
}

/* Product price */
.product__price {
  font-size: 18px;
  margin-right: 5px;
  margin-bottom: 0;
}

.product__price-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.8em;
}

.product__price-container.product__price-container--sold-out {
  opacity: 0.3;
}

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

.atc-btn-container.disabled {
  opacity: 0.3;
}

/* Back in stock notification form */
#notify_me {
  margin-bottom: 20px;
}

/* #Quick shop
================================================== */
.quick-shop {
  display: flex;
  justify-content: space-between;
}

.quick-shop .quick-shop__product-gallery,
.quick-shop .quick-shop__product-description {
  width: calc(50% - 25px);
}

.quick-shop__lightbox .fancybox-content {
  width: 90%;
  max-width: 900px;
  background-color: #ffffff;
  padding: 20px;
}

@media only screen and (min-width: 1401px) {
  .quick-shop__lightbox .fancybox-content {
    max-width: 1120px;
  }
}

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

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

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

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

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

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

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

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-gallery:hover .flickity-prev-next-button {
  opacity: 1;
}

.product-gallery .product-gallery__main .flickity-prev-next-button {
  transition: all 0.3s ease-in-out;
}

.product-gallery .product-gallery__main .flickity-prev-next-button:hover {
  color: #333333;
}

@media only screen and (max-width: 798px) {
  .product-gallery .product-gallery__main .flickity-prev-next-button {
    opacity: 1;
    top: 100%;
    padding: 0;
    z-index: 30;
    transform: none;
    opacity: 0.5;
    background: none;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button:hover {
    opacity: 1;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button .flickity-button-icon {
    height: 30px;
    width: 30px;
    fill: #404040;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button.next {
    right: 30%;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button.previous {
    left: 30%;
  }
}

.product-gallery .flickity-page-dots {
  display: none;
}

/* Thumbnail Gallery Styles
================================================== */
.product-gallery__thumbnails .product-gallery__thumbnail {
  width: calc(25% - 10px);
  margin: 0 5px;
}

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

.product-gallery__thumbnails.is-slide-nav--true .product-gallery__thumbnail {
  position: relative;
  opacity: 0.3;
  cursor: grab;
}

.product-gallery__thumbnails.is-slide-nav--true .product-gallery__thumbnail.is-nav-selected {
  opacity: 1;
}

@media only screen and (min-width: 799px) {
  .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--right-thumbnails, .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--left-thumbnails {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--right-thumbnails::-webkit-scrollbar, .product-gallery__thumbnails.is-slide-nav--true.product-gallery__thumbnails--left-thumbnails::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
  }
}

.product-gallery__thumbnails.is-slide-nav--false {
  flex-wrap: wrap;
}

.product-gallery__thumbnails.is-slide-nav--false.product-gallery__thumbnails--bottom-thumbnails {
  display: flex;
  justify-content: center;
}

.product-gallery__thumbnails.is-slide-nav--false.product-gallery__thumbnails--bottom-thumbnails .product-gallery__thumbnail {
  margin-bottom: 20px;
  line-height: 0;
}

@media only screen and (min-width: 799px) {
  .product-gallery__thumbnails.product-gallery__thumbnails--bottom-thumbnails {
    margin-top: 20px;
  }
}

.product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 799px) {
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    width: 100%;
    padding-top: 0;
  }
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail {
    width: 100%;
    margin: 0;
  }
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:last-child, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:last-child {
    margin-bottom: 0;
  }
  .product-gallery__thumbnails.product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:before, .product-gallery__thumbnails.product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:before {
    line-height: 0;
    color: transparent;
    display: block;
    text-align: center;
    content: counter(carousel-cell);
  }
}

@media only screen and (max-width: 798px) {
  .product-gallery__thumbnails {
    padding-top: 0px;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 799px) {
  .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1),
  .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) {
    display: flex;
  }
  .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main,
  .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main {
    width: 85%;
    height: 100%;
  }
  .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails,
  .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
    width: 12%;
    margin-left: 0;
  }
  .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail,
  .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail:last-child,
  .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnail:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 799px) {
  .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__main {
    order: 2;
  }
  .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
    order: 1;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 799px) {
  .product-gallery--right-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {
    margin-left: 20px;
  }
}

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

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

.product-gallery .flickity-prev-next-button:hover {
  color: #333333;
}

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

.product-gallery__main.flickity-enabled, .product-gallery__main.vertical-slider-enabled,
.product-gallery__thumbnails.is-slide-nav--true.flickity-enabled,
.product-gallery__thumbnails.is-slide-nav--true.vertical-slider-enabled {
  opacity: 1;
}

.slideshow.slideshow-transition--fade .flickity-slider,
.product-gallery.slideshow-transition--fade .product-gallery__main .flickity-slider {
  transform: none !important;
}

.slideshow.slideshow-transition--fade .product-gallery__image,
.slideshow.slideshow-transition--fade .slideshow__gallery-cell,
.product-gallery.slideshow-transition--fade .product-gallery__main .product-gallery__image,
.product-gallery.slideshow-transition--fade .product-gallery__main .slideshow__gallery-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.slideshow.slideshow-transition--fade .product-gallery__image.is-selected,
.slideshow.slideshow-transition--fade .slideshow__gallery-cell.is-selected,
.product-gallery.slideshow-transition--fade .product-gallery__main .product-gallery__image.is-selected,
.product-gallery.slideshow-transition--fade .product-gallery__main .slideshow__gallery-cell.is-selected {
  opacity: 1;
  z-index: 0;
}

.product-gallery__image {
  width: 100%;
  height: auto;
  visibility: hidden;
}

.product-gallery__image.is-selected {
  visibility: visible;
}

.product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}

.product-gallery__link {
  display: block;
}

.product-gallery__image .product-gallery__link,
.product-gallery__image model-viewer {
  width: calc(100% - 10px);
  margin: 0 auto;
}

.product-gallery__image .product-gallery__link:focus,
.product-gallery__image model-viewer:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

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

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

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

.flexslider .flickity-prev-next-button {
  opacity: 0;
  background: transparent;
  border: 1px solid #333;
  color: #333;
}

.flexslider:hover .flickity-prev-next-button.previous {
  left: 25px;
  opacity: 0.6;
}

.flexslider:hover .flickity-prev-next-button.next {
  right: 15px;
  opacity: 0.6;
}

.flexslider:hover .flickity-prev-next-button:hover {
  opacity: 1;
}

.flexslider .flickity-prev-next-button.arrow-is-inverse .flickity-button-icon {
  transform: scale(-1, 1);
}

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

.fancybox-toolbar {
  display: none;
}

.fancybox-content {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

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

/* Style close button */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  z-index: 8040;
  font-size: 18px;
  color: #404040;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.fancybox-close-small:hover {
  background: transparent;
}

.fancybox-close-small span:before {
  margin-right: 0;
}

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

.product-section__lightbox .fancybox-close-small {
  opacity: 1;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
}

/* Style navigation elements */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: #fff;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 60px;
}

.fancybox-nav span:before {
  margin-right: 0;
}

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

.fancybox-prev {
  left: 0;
}

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

.fancybox-prev span:before {
  right: 1px;
}

.fancybox-prev span:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.fancybox-next {
  right: 0;
}

.fancybox-next span {
  right: 20px;
}

.fancybox-next span:before {
  left: 1px;
}

.fancybox-next span:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

/* #Plyr
================================================== */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
}

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

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

.plyr:focus {
  outline: 0;
}

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

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

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

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

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

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

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

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

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

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

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

.plyr__control:focus {
  outline: 0;
}

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

a.plyr__control {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plyr__controls:empty {
  display: none;
}

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

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

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}
div#shopify-section-161778701562b6633f {
    width: 100%;
}

div#shopify-section-161778701562b6633f .image_left img {
    width: 100%;
}

div#shopify-section-161778701562b6633f .image_left {
    position: relative;

}
div#shopify-section-161778701562b6633f .button--see--more {
    width: 100%;
    display: inline-block;
    margin-right: 0;
  margin-top:10px;
}
#shopify-section-blog-template .blog-banner-section{
	padding-bottom: 0;
}
#shopify-section-blog-template .blog-banner-section .subtitle_content p:nth-child(2){
	display: none;
}
.blog-banner-section .three-fourths1 {
    max-width: 1200px;
    margin: 0 auto;
}
.blog-banner-section .three-fourths1 h1 {
    margin: 0;
    left: 0;
    padding: 0 16px;
}
.blog-banner-section .three-fourths1 .subtitle_content p {
    padding: 0;
    left: 0;
    padding: 0 18px;
}
#shopify-section-blog-template .main_content_area.content.container{
	padding-top: 30px !important;
}
div#shopify-section-contact-template h1.headline {
    margin-bottom: 0;
    margin-top: 40px;
    line-height: normal;
}
section.contact-sec {
    margin-top: 40px;
}
.block__rich_text_and_image .homepage_content{
	background-color: transparent;
}
section.contact-sec{
	margin-top: -60px;
}
#block__ec36b0a5-c706-47fd-b8b2-a7956b82a665 .contact-forms h1.title-page{
	color: #404040;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: .428em;
    font-weight: 500;
}
#block__ec36b0a5-c706-47fd-b8b2-a7956b82a665 form{
	margin-top: 50px;
}

/* 
#shopify-section-our-story section.section.is-width-wide.homepage_content {
    padding: 106px 0px;
} */
.blog-banner-section h1{
	font-weight: 700 !important;
}
.blog-banner-section h1, .blog-banner-section p{
	text-align: left !important;
  position: relative;
  padding-left: 11%;
}

#shopify-section-our-story section.homepage_content, #shopify-section-our-story section.homepage_content h1.title{
	background-color: transparent;
}
#shopify-section-our-story section.homepage_content .container{
	padding: 0;
}
#shopify-section-our-story section.homepage_content h1.title{
	position: relative;
  left: -33%;
}

#shopify-section-page-details-template .featured_text p {
    font-size: 18px;
    max-width: 980px;
    margin: 10px auto;
}

div#block__7843cc62-722b-46df-b417-3246f5469aad {
    height: 30px;
}

a.action_button.action_button--has-outline.action_button--is-rounded.action_button--has-text-shadow {
    background: #000000;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
}

div#shopify-section-161778701562b6633f .right-side {
    text-align: center;
    /* height: 100%; */
/*     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.right-side .image--story {
    position: relative;
}
.right-side .image--story p {
    position: absolute;
    top: 50%;
    margin-bottom: 0;
    line-height: 1.5;
    left: 0;
    color: white;
    transform: translateY(-50%);
    right: 0;
    font-size: 34px;
}

div#shopify-section-161778701562b6633f .button--see--more a {
    width: 100%;
    font-size: 14px;
  padding: 17px 0px;
}
div#shopify-section-161778701562b6633f .image_left h1.our--story {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

div#shopify-section-161778701562b6633f .image_left h1.our--story p {
    text-align: center;
    width: 100%;
    font-size: 60px;
    color: #fff;
}


/*new section css*/
div#shopify-section-16165718090e673907 {
    width: 100%;
    padding-bottom: 60px;
    margin-top: 30px;
}


div#shopify-section-16165718090e673907 .container {
    padding: 0px 20px;
    padding-left: 8px;
}
div#shopify-section-1617348399f7b55b8b {
    width: 100%;
}

div#shopify-section-1617348399f7b55b8b .image_right {
    width: 100%;
}
div#shopify-section-1617348399f7b55b8b .image_right img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
div#shopify-section-1617348399f7b55b8b .container > div {
    padding: 0px 10px;
}
.image_listing {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}
.image_listing ul.listing {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.image_listing ul.listing li {
    display: inline-block;
    width: 32%;
    margin-right: 9px;
    margin-bottom: 0px;
}
.image_listing ul.listing li:last-child {
    margin-right: 0px;
}
.image_left {
    float: left;
    width: 100%;
}

.image_left img {
    height: 382px;
    object-fit: cover;
    width: 100%;
}
.map__layout.map__layout--right {
    flex-direction: inherit;
}
div#map-section-16165718090e673907 .image-element__wrap {
    background: #8bd3e8;
}

div#map-section-16165718090e673907 .image-element__wrap img {
    height: 100%;
    object-fit: cover;
}

div#shopify-section-16177803650e33360f .image-with-text__column, div#shopify-section-16177803650e33360f .has-text-column {
    background-color: #ede9dd;
}
div#shopify-section-16177802667f3ca073 .image-with-text__column, .has-text-column {
    background-color: #ede9dd;
}
body.index  {
    padding-top: 93px;
}

div#shopify-section-header {
    padding: 0px !important;
}

section.main_content_area.contact-page {
  	padding: 0px;
    text-align: center;
}

body.page-contact.feature_image.promo_banner--true, body.blog {
    padding-top: 68px;
}

.contact-form-page .subtitle_content p {
    color: #404040;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: .428em;
    font-weight: 500;
}
section.main_content_area.contact-page h1.headline {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .250em;
    line-height: 54px;
    color: #404040;
    font-family: "Roboto",sans-serif;
}
.section-map section.map--container {
    width: 100%;
    position: relative;
}


.section-map {
    width: 100%;
    display: inline-block;
}

.section-map .map__contact-form {
    width: 50%;
    float: left;
    padding: 100px 0px;
}


.section-map .map-content {
    width: 50%;
    float: left;
    padding: 100px 0;
  background-color: #eee;
/*     background: url(/cdn/shop/t/8/assets/contact_greenseeds.png?v=1617882135); */
/*     background-size: cover; */
}

section.map--container .map__display {
    width: 100%;
    display: inline-block;
}

.section-map .map-content .contact__info {
    width: 500px;
    margin: auto;
    max-width: 100%;
}

.section-map .map__contact-form .info {
    width: 500px;
    margin: auto;
    max-width: 100%;
}

.section-map .one-whole.column {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.section-map .container {
    padding: 0px;
}
.question-div {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-align: center;
    padding: 65px 0;
/*     background-image: url(/cdn/shop/t/8/assets/soh_contact_envelope.png?v=1617882151); */
/*     background-position: left 50px; */
/*     background-repeat: no-repeat; */
/*     background-size: 400px 288px; */
    background-color: #eee;
}

.main-map-question {
    display: inline-flex;
    width: 100%;
}

.main-map-question  .one-half {
    width: calc(50% - 0px);
}

#map-section-contact-template .maps, #map-section-contact-template .maps.js-api-map, #map-section-contact-template .maps iframe, #map-section-contact-template .map__placeholder img, #map-section-contact-template .maps .placeholder-svg {
    height: 354px !important;
}

.question-div  h3 {
    font-size: 16px;
      margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.sidebar__content {
    padding-left: 0;
    margin-left: 10px;
      margin-top: 25px;
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 12px;
}

.sidebar__content h4.toggle {
    border-top: none;
    margin-bottom: 0;
    font-size: 16px;
  letter-spacing: 0;
}

.question-div  h2 {
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .250em;
    line-height: 32px;
    color: #fff;
    margin-bottom: 62px;
}

.question-div  p a {
    color: #fff;
}

.section-map .map-content h3 {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin-bottom: 17px;
}


.section-map .map-content p {
    color: #000;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.section-map .map-content p a {
    color: #000;
}


.section-map .map__contact-form label {
    display: none;
}

.section-map .map__contact-form input, .section-map .map__contact-form textarea {
    border-radius: 3px;
    border: 1px solid #666;
}

.section-map .map__contact-form textarea {
    width: 100%;
    padding: 10px;
    min-height: 150px;
}

section.map--container h3.headline-message-us {
    color: #000;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .250em;
    line-height: 32px;
}
input.submit.sign_up:focus {
    outline: none;
}
.section-map .map__contact-form input.submit.sign_up {
    padding: 15px 43px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    width: 171px;
    background: #296371;
    border: none;
}
body.page-contact .sub-footer {
    margin-top: 0px;
}

body.page-contact  div#header {
    top: 0px;
}
.blog-template-wrapper h2.article_title a {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 500;
  letter-spacing: 0;
}

.blog-template-wrapper a {
    color: black;
    font-size: 16px;
}

.blog-template-wrapper .article {
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.blog-template-wrapper p.blog_meta span {
    font-size: 16px;
    color: #337ab7;
    font-weight: 500;
    letter-spacing: 2px;
}

.blog-article__main a {
    display: inline-block;
}
.blog-article__main img {
    display: inline-block;
    margin: 20px 10px;
}
.sidebar li a {
    display: inline-block;
    color: #3B3A3A;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog-template-wrapper .article {
    margin-bottom: 50px;
}
.article-banner {
    background-color: transparent !important;
    padding: 106px 0;
    text-align: center;
    color: #fff;
  	margin-top: 80px;
}
div#shopify-section-article-template section.section.main_content_area {
    padding: 30px 0px;
}
.article-banner h1 {
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 54px;
    color: #000;
}

a:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
div#shopify-section-contact-template {
    padding-top: 0px;
}
@media (min-width: 800px) {
.promo_banner_mobile {
    display: none;
}

}
@media (max-width: 789px) {
.promo_banner_mobile {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1;
}
body.index #header {
    top: 25px;

}
  
body.index {
    padding-top: 50px;
}
  
 .promo_banner--true .promo_banner_mobile {
    display: block;
}
}
@media (max-width: 767px) {
  #shopify-section-community-h1-textbox section.homepage_content{
  	margin-top: 40px !important;
 	}
  .plyr--video{
	background: none !important;
  }
  .question-div .question.one-whole.medium-down--one-whole {
    width: calc(100% - 0px);

}
.question-div h2 {
    font-size: 25px;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 32px;
}
  section.main_content_area.contact-page {
    background-color: #f5f5f5;
    padding: 50px 0;
    text-align: center;
}
 body.page-contact #header {
    top: 0px;
} 
 
.section-map .map-content p {
    color: #fff;
    margin-bottom: 5px;
}
.section-map .map-content .contact__info {
    width: 240px;
    margin: auto;
    max-width: 100%;
    margin-left: 20px;
}
.section-map .map-content {
  
    padding: 30px 0;
    width: 100%;
}
.section-map .map__contact-form .info {
    width: 290px;
}
.section-map .map__contact-form {
    width: 100%;
    float: left;
    padding: 20px 0px;
    margin: 0px;
}
body.page-contact.feature_image.promo_banner--true, body.blog {
    padding-top: 23px;
}
  section.main_content_area.contact-page h1.headline {
    font-size: 30px;
  }
  .contact-form-page .subtitle_content p {

    font-size: 13px;
    line-height: 0px;
    letter-spacing: 1px;
    font-weight: 500;
}
div#shopify-section-161778701562b6633f .image_left h1.our--story p {
    font-size: 40px;
}
div#shopify-section-16165718090e673907 .container {
    padding: 0px 0px;
    padding-left: 8px;
}
div#shopify-section-161778701562b6633f .button--see--more a {
    width: 100%;
    font-size: 12px;
    padding: 10px 0px;
}
.image_listing ul.listing li {
    display: inline-block;
    width: 32%;
    margin-right: 1px;
    margin-bottom: 0px;
}
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

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

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

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

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

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

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

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

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

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

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

.plyr [hidden] {
  display: none !important;
}

/* #Model Viewer
================================================== */
.shopify-model-viewer-ui {
  position: relative;
  display: block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  transform: translateZ(0);
  z-index: 1;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area, .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity .1s linear;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3a3a3a;
  border-radius: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0;
  height: 44px;
  width: 44px;
  background: 0 0;
  position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 28px;
  bottom: 0;
  right: 8px;
}
a, p, span, h1, h2, h3, h4, h5, h6{
	letter-spacing: 0 !important;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #fff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* #Product Media Custom Styles
================================================== */

  
.model__container {
  position: relative;
}

.model__container model-viewer {
  min-height: 300px;
}

.view-in-your-space {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  background: #e6e6e6;
  color: #404040;
  font: inherit;
  text-transform: none;
  border-radius: 0px;
  margin-top: 0;
}

.view-in-your-space:active, .view-in-your-space:focus, .view-in-your-space:hover {
  background: #e6e6e6;
  color: #404040;
}

.view-in-your-space svg {
  width: auto;
  height: auto;
  margin: 0;
}

.view-in-your-space svg path:first-child {
  stroke: #404040;
}

.view-in-your-space svg path:last-child {
  fill: #404040;
}

.plyr--video .plyr__controls {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}

.plyr--video .plyr__control {
  background: transparent;
  color: #404040;
}

.plyr--video .plyr__control:hover {
  background: #ffffff;
  color: #404040;
}

.plyr--video .plyr__controls__item.plyr__time,
.plyr--video input[type=range],
.plyr--video .plyr__controls__item {
  color: #404040;
}

.plyr--video .plyr__progress input[type=range] + .thumb {
  background-color: #404040;
  color: #404040;
}

.plyr--video input[type=range]::-webkit-slider-thumb {
  background-color: #404040;
}

.plyr--video input[type=range]::-moz-range-thumb {
  background-color: #404040;
}

.plyr--video input[type=range]::-ms-thumb {
  background-color: #404040;
}

.plyr--video .plyr__progress__buffer,
.plyr--video .plyr__control[aria-expanded=true] {
  background-color: rgba(64, 64, 64, 0.6);
}

.plyr--video .plyr__control.plyr__tab-focus {
  background-color: #404040;
}

.plyr--video .plyr__control--overlaid {
  background: #ffffff;
  padding: 4px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.plyr--video .plyr__control--overlaid svg {
  left: auto;
}

.plyr--video .plyr__control--overlaid:hover {
  background: #ffffff;
}

.plyr--video .plyr__control--overlaid:hover .play-icon-button-control rect {
  opacity: 0.75;
}

.plyr--video .plyr__control .play-icon-button-control {
  width: 52px;
  height: 52px;
}

.plyr--video .plyr__control .play-icon-button-control rect {
  fill: #ffffff;
}

.plyr--video .plyr__control .play-icon-button-control path {
  fill: #404040;
}

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

.plyr--full-ui .plyr__volume {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  bottom: 105px;
  height: 40px;
  opacity: 0;
  padding: 10px 15px !important;
  position: absolute;
  transform: rotate(270deg);
  transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
  width: 140px;
}

.plyr--full-ui .plyr__volume:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  bottom: 18px;
  content: "";
  left: -6px;
  position: absolute;
  transform: rotate(90deg);
  z-index: 2;
}

.plyr--full-ui .plyr__volume:hover {
  opacity: 1;
  visibility: visible;
}

.plyr--full-ui .plyr__volume.plyr__volume--is-visible {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

.plyr--full-ui .plyr__volume input[type=range] {
  color: #404040;
  margin: 0 auto;
}

.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper,
.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: none;
}

.plyr--audio .plyr--full-ui .plyr__volume {
  bottom: 125px;
  right: -37px;
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr__control[data-plyr=mute]:hover + .plyr__volume {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

@media (min-width: 480px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 90px;
  }
}

@media only screen and (min-width: 799px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 110px;
  }
}

@media only screen and (max-width: 1024px) {
  .plyr--is-touch .plyr__volume {
    display: none !important;
  }
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #404040;
  background: #ffffff;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button[hidden] {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(64, 64, 64, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #ffffff;
  border: 1px solid rgba(64, 64, 64, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-bottom: 1px solid rgba(64, 64, 64, 0.05);
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .video-on-hover .plyr__controls,
  .video-on-hover .plyr__control--overlaid,
  .video-controls-enabled--false .plyr__controls,
  .video-controls-enabled--false .plyr__control--overlaid {
    opacity: 0;
  }
  .video-on-hover .plyr__controls > *,
  .video-on-hover .plyr__control--overlaid > *,
  .video-controls-enabled--false .plyr__controls > *,
  .video-controls-enabled--false .plyr__control--overlaid > * {
    pointer-events: none;
    cursor: auto;
  }
}

.plyr.plyr--stopped .plyr__controls {
  display: none;
}

.product_slider.product-height-set model-viewer {
  margin: 0 auto;
}

.product_slider.product-height-set .product-gallery__main img,
.product_slider.product-height-set .product-gallery__main .plyr--html5 video {
  width: 100%;
}

.product_slider.product-height-set .product-gallery__main img {
  object-fit: contain;
}

.product_slider.product-height-set .product-gallery__main .plyr--youtube .plyr__video-embed {
  height: 100%;
}

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

@media only screen and (max-width: 480px) {
  .product-gallery .product-gallery__main model-viewer {
    min-height: 300px;
  }
}

.product-gallery__thumbnails .product-gallery__thumbnail {
  position: relative;
}

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

.product-gallery__thumbnails .media-badge {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 33%;
  max-height: 33%;
  min-width: 20px;
  width: 25px;
  height: 25px;
}

.product-gallery__thumbnails .media-badge svg {
  width: 100%;
  height: 100%;
}

.product-gallery__thumbnails .media-badge path:first-child {
  fill: #ffffff;
}

.product-gallery__thumbnails .media-badge path:last-child {
  fill: #404040;
}

.product-gallery__thumbnails .media-badge g path:first-child {
  stroke: #404040;
}

.product-gallery__thumbnails .media-badge .media-badge__outline {
  stroke: rgba(64, 64, 64, 0.05);
}

/* #Currency / language switcher
================================================== */
.selectors-form {
  margin: 0;
}

.selectors-form__wrap {
  display: inline-block;
}

.selectors-form__item {
  display: inline-block;
  margin-left: 8px;
}

.selectors-form__item:first-of-type {
  margin-left: 0;
}

.disclosure {
  position: relative;
}

.disclosure-text-style-none button.disclosure__toggle,
.disclosure-text-style-none button.disclosure__button {
  text-transform: capitalize;
}

.disclosure-text-style-uppercase button.disclosure__toggle,
.disclosure-text-style-uppercase button.disclosure__button {
  text-transform: uppercase;
}

.disclosure-text-style-lowercase button.disclosure__toggle,
.disclosure-text-style-lowercase button.disclosure__button {
  text-transform: lowercase;
}

.disclosure--currency,
.disclosure--i18n {
  padding: 0 3px;
}

.disclosure__toggle {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 6px 7px 6px;
  /* Match cart button padding */
  border-radius: 0px;
}

.disclosure__toggle.is-rounded {
  border-radius: 4px;
}

.disclosure__toggle.is-clicked, .disclosure__toggle:focus, .disclosure__toggle:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.disclosure__toggle.is-clicked + .disclosure__list-wrap {
  display: block !important;
}

.disclosure__toggle--i18n,
.disclosure__toggle--currency {
  margin-top: 5px;
}

.disclosure__list-wrap {
  bottom: 100%;
  display: none !important;
  position: absolute;
  z-index: 1000;
}

.disclosure-list {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  list-style: none;
  padding: 0px 10px;
  margin-left: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

.disclosure-list__item {
  line-height: 1;
  margin-bottom: 0;
}

button.disclosure__button {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
  width: 100%;
  text-align: left;
  padding: 0;
  color: #404040;
  transition: color .1s linear;
}

button.disclosure__button:hover, button.disclosure__button[aria-current="true"] {
  opacity: 0.5;
}

/* Newsletter */
.js-newsletter-popup {
  display: none;
}

.shopify-section--newsletter h2 {
  color: inherit;
  background-color: inherit;
}

.shopify-section--newsletter input {
  height: 40px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}.shopify-section--newsletter input[type="text"],
  .shopify-section--newsletter input[type="email"] {
    min-width: calc(250px - 10px);
  }@media only screen and (max-width: 798px) {
  .shopify-section--newsletter input[type="text"],
  .shopify-section--newsletter input[type="email"] {
    min-width: 100%;
    margin-right: 0;
  }
}

.newsletter_popup {
  margin-bottom: 1.5em;
}

.newsletter_popup .input-row {
  flex-wrap: wrap;
}

.newsletter_popup .input-row input[type="text"] {
  flex: 1 0 calc(50% - 10px);
}

.newsletter_popup .input-row input[type="email"] {
  flex: 1 0 calc(70% - 10px);
}

.newsletter_popup .newsletter-popup__content {
  overflow-y: auto;
}

.newsletter_popup .contact-form {
  width: 460px;
  margin: 0 auto;
}

@media only screen and (max-width: 798px) {
  .newsletter_popup .contact-form {
    width: 100%;
  }
}

.newsletter_popup input.sign_up {
  display: inline-block;
  width: calc(30% - 10px);
}

@media only screen and (max-width: 798px) {
  .newsletter_popup input.sign_up {
    width: 100%;
  }
}

.newsletter_popup .newsletter-popup__content {
  width: 100%;
  max-width: 460px;
}

.sub-footer .newsletter input {
  width: 100%;
}

.newsletter_popup .js-newsletter-popup,
.newsletter_popup .js-newsletter-popup p.headline,
.newsletter_popup .js-newsletter-popup a,
.newsletter_popup .js-newsletter-popup a:visited {
  color: #404040;
}

.newsletter_popup .newsletter {
  margin-bottom: 0;
}

.newsletter_popup .js-newsletter-popup {
  background-color: #ffffff;
}

.newsletter_popup .js-newsletter-popup.newsletter-popup__has-background-image {
  background-color: #ffffff;
  background-image: url(//www.seedsofhappiness.com/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_1200x.gif);
  background-position: center center;
  background-color: transparent;
}

.newsletter_popup .js-newsletter-popup.newsletter-popup__has-background-stretched {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.newsletter_popup .fancybox-close {
  color: #404040 !important;
}

[data-slideshow-animation="zoom"] img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: zoom-in;
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .collection_menu {
    display: none;
  }
  h1.collection_title_tags, div.collection_title_tags {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .cloudzoom-lens {
    width: 140px;
    height: 120px;
  }
}

/* Standard 960 to widescreen 1200(desktop browsers) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .nav ul li {
    padding: 0 7px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .nav ul.menu li {
    padding: 10px 3px;
  }
 
  .header_bar .nav ul li .cart-button {
    color: #404040 !important;
  }
 
  .cart_count {
    top: -6px;
    left: 10px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1366px){
  #shopify-section-our-story section.homepage_content h1.title{
  	left: -38%;
  }
  .blog-banner-section h1, .blog-banner-section p{
  	left: -6%;
  }
}
@media only screen and (max-width: 798px) {
  .article_image {
    padding-bottom: 0;
  }
  .sidebar__content {
    border: 0;
    padding: 0;
  }
  #tag_filter, #sort-by {
    margin-bottom: 1em !important;
  }
  .blog_filter {
    margin-top: 1em;
    width: 100% !important;
  }
  .section_select {
    text-align: center;
  }
  .flex-control-nav {
    bottom: 10px;
  }
  .or {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px;
  }
  .header {
    background-color: #ffffff;
    border-bottom: solid 1px #ded6c7;
  }
  .mobile_logo {
    display: block;
    text-align: center;
  }
  .logo a {
    margin: 40px auto 0 auto;
  }
  #header a.mobile_logo_inside {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    line-height: 34px;
    z-index: -1;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header a.mobile_logo img {
    width: auto;
    max-width: 150px;
    max-height: 30px;
    padding-top: 2px;
  }
  #header a.mobile_logo_inside img {
    width: auto;
    max-width: 140px;
    max-height: 20px;
  }
  .mobile_hidden {
    display: none !important;
  }
  table tr.order_summary td.label {
    text-align: left;
  }
  .feature_image .logo a, .feature_image .logo a:hover, .feature_image .logo a:visited, .feature_image .logo a:active {
    color: #303030;
    text-align: center;
  }
  .cart_count {
    left: 8px;
  }
  .breadcrumb {
    text-align: center;
  }
  .header {
    display: none;
  }
  .toggle {
    transition: transform 0.3s linear;
  }
  .toggle_list {
    display: none;
  }
  select {
    width: 100%;
  }
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input.action_button[type="submit"],
  input.action_button[type="button"],
  .sign_up {
    width: 100%;
    padding: 11px 20px;
  }
  .container .column.thumbnail, .container .columns.thumbnail {
    margin-top: 1em;
  }
  .title_column {
    float: left;
  }
  .container div.mobile_only {
    display: block;
  }
  span.mobile_only {
    display: inline;
  }
  .price_total_text {
    display: block;
  }
  .update_subtotal,
  .remove_column,
  .checkout_table_header {
    display: none;
  }
  .mobile_right {
    text-align: right;
  }
  .quick_shop {
    display: none !important;
  }
  .cart_price {
    display: block;
    margin-bottom: 0;
  }
  table tr th,
  table tr td {
    padding: 2px;
  }
  .order_details_table tr th,
  .order_details_table tr td {
    padding: 15px;
  }
  #customer_orders tr th,
  #customer_orders tr td {
    padding: 15px;
  }
  input.action_button {
    margin-bottom: 1em !important;
  }
  .multiple_product_images {
    display: none;
  }
  .container .blog_content {
    padding-left: 0;
    border: 0;
  }}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 481px) and (max-width: 798px) {
  .mobile_hidden {
    display: none !important;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
  .mobile_hidden {
    display: none !important;
  }
  h1,
  h2,
  h1.home,
  h1.blog_title,
  h3,
  h4,
  h5,
  h6,
  .title a {
    font-size: 150%;
  }
  h1, h1.home, h1.blog_title, .title a, h2 {
    padding: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select.currencies {
    position: relative;
    top: 21px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: medium) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

/* Social buttons */
.social-buttons,
.social-buttons a {
  color: #404040;
}

.social-buttons a {
  top: 2px;
  font-size: 18px;
  padding-left: 10px;
  position: relative;
}

.social-buttons a:hover {
  color: #1fa9af;
}

.social-buttons--article {
  margin: 20px 0;
}

/* #Icons
================================================== */
@font-face {
  font-family: 'retina';
  src: url('//www.seedsofhappiness.com/cdn/shop/t/19/assets/retina.eot?v=166760862168710722611753842446');
  src: url('//www.seedsofhappiness.com/cdn/shop/t/19/assets/retina.eot?%23iefix&v=166760862168710722611753842446') format("embedded-opentype"), url('//www.seedsofhappiness.com/cdn/shop/t/19/assets/retina.woff?v=33290029472256611871753842446') format("woff"), url('//www.seedsofhappiness.com/cdn/shop/t/19/assets/retina.ttf?v=59573684349632133251753842446') format("truetype"), url('//www.seedsofhappiness.com/cdn/shop/t/19/assets/retina.svg?v=99661000267777537281753842446') format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "retina";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1.01em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  position: relative;
  top: 1px;
}

.icon-pinterest:before {
  content: "\e906";
}

.icon-check:before {
  content: "\e901";
}

.icon-minus:before {
  content: "\e90c";
}

.icon-menu:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-account:before {
  content: "\e915";
}

.icon-bag:before {
  content: "\e916";
}

.icon-plus:before {
  content: "\e917";
}

.icon-close:before {
  content: "\e90d";
}

.icon-arrow-down:before {
  content: "\e904";
}

.icon-email:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e90e";
}

.icon-arrow-right:before {
  content: "\e913";
}

.icon-arrow-up:before {
  content: "\e918";
}

.icon-youtube:before {
  content: "\e914";
}

.icon-vimeo:before {
  content: "\e912";
}

.icon-rss:before {
  content: "\e908";
}

.icon-houzz:before {
  content: "\e909";
}

.icon-snapchat:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90f";
}

.icon-arrow-down:before {
  content: "\e904";
}

.icon-email:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e90e";
}

.icon-arrow-right:before {
  content: "\e913";
}

.icon-arrow-up:before {
  content: "\e918";
}

.icon-youtube:before {
  content: "\e914";
}

.icon-cart:before {
  content: "\e93a";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-tumblr:before {
  content: "\eab9";
}

.icon-linkedin:before {
  content: "\eaca";
}

.search-submit {
  position: relative;
  right: 20px;
  float: right;
  top: 46px;
  font-size: 28px;
  cursor: pointer;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: .75s;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
          url('FontName.woff') format('woff'),
          url('FontName.ttf') format('truetype'),
          url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
/* #Custom Styles
================================================== */
.blog-banner-section {
    background-color: #f5f5f5;
    padding: 30px 0;
}

.blog-banner-section h1 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .250em;
    line-height: 54px;
    color: #000;
    text-align: center;
}

.blog-banner-section .subtitle_content {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: .428em;
    font-weight: 500;
    text-align: center;
}

.blog-banner-section p {
    color: #000;
}

#shopify-section-blog-template .main_content_area.content.container {
    padding-top: 50px;
}


/*********5-5-2021*********/
.question-div h3, .question-div h2, .question-div p a{
	color: #000;
}
div#block__page-share-story-1{
	margin-top: 78px;
}
.blog-banner-section{
	background-color: transparent !important;
}
/* .section.is-width-wide{
	background-color: #fdd831;
} */
.homepage_content h2{
	background-color: transparent !important;
}



/************end***********/


@media (min-width:768px) and (max-width:1199px){
.section-map .map-content .contact__info {
    width: 310px;
    margin: auto;
    max-width: 100%;
}
.section-map .map__contact-form .info {
    width: 350px;
    margin: auto;
    max-width: 100%;
}
 
body.page-contact.feature_image.promo_banner--true, body.blog {
    padding-top: 20px;
}
}
@media (min-width:800px) and (max-width:1023px){
  
  

.nav a, .nav a:visited, .nav a:active, .nav a.icon-cart span, .search-close, .feature_image div.header_bar .nav a, .feature_image div.header_bar .nav a:visited {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12px;

}
.nav ul li a.dropdown-link {
    padding: 10px 2px 2px 3px;
    z-index: 1006;
    border: solid 1px transparent;
    border-bottom: 0;
    font-size: 11px !IMPORTANT;
}
.image_left img {
    height: 330px;
    object-fit: cover;
    width: 100%;
}
.image_listing ul.listing li {
    display: inline-block;
    width: 32%;
    margin-right: 4px;
    margin-bottom: 0px;
}
  
}


/* 07-05-2021 code with ak */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

#shopify-section-meat-the-team .banner-section__image svg, .plyr__video-wrapper.plyr__video-embed{
	margin-top: 78.22px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px){
  #shopify-section-contact-template .main_content_area.contact-page{
  	margin-top: 150.44px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px){
  #shopify-section-contact-template .main_content_area.contact-page{
  	margin-top: 150.44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  #shopify-section-contact-template .main_content_area.contact-page{
  	margin-top: 150.44px;
  }
}
#map-section-contact-template .contact__form-adress{
	flex: 1 1 auto;
}
/* .feature_image div.header_bar .nav a{
	font-family: 'Montserrat', sans-serif;
} */
.feature_image .header .nav a.icon-cart{
	display: flex;
  	align-items: center;
}
.nav ul li .cart-button span{
	top: inherit;
  padding-bottom: 0;
}


/* CODE WITH AK ON 10-05-2021 */
#CMvzs3jrh0q5b4fqrxlYpw{
	width: 100%;
}
.form_generater_form_div{
  	max-width: 75% !important;
}
#shopify-section-meat-the-team{
	margin-top: 78.22px;
}
section.map--container .map__display{
	display: none;
}



#block__ec36b0a5-c706-47fd-b8b2-a7956b82a665 .contact__form, #block__ec36b0a5-c706-47fd-b8b2-a7956b82a665 .contact-forms{
	width: 100%;
}
#block__ec36b0a5-c706-47fd-b8b2-a7956b82a665 .contact__form{
	margin: 0 !important;
}
#form-contact{
	margin: 0 auto;
  	width: 40%;
  	margin-bottom: 70px;
}
#block__ec36b0a5-c706-47fd-b8b2-a7956b82a665 .contact-forms h1.title-page{
	text-align: center;
}
#shopify-section-contact-template .contact-sec .offset-by-five{
	left: 0;
  	width: 100%;
}
#shopify-section-page-share-story .content-wrapper h2.title{
	font-family: Poppins,sans-serif!important;
    letter-spacing: 0.25em;
}
#shopify-section-page-share-story .content-wrapper .regular_text{
	text-transform: uppercase;
  	font-size: 16px;
  	line-height: 33px;
    letter-spacing: .428em;
    font-weight: 500;
}
form .action_button{
	width: 100%;
}
.feature_image div.header_bar .nav a{
	font-family: Poppins,sans-serif !important;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #404040;
    position: relative;
    display: block;
    letter-spacing: 0;
    padding-bottom: 8px;
}
.placeholder-svg.placeholder-svg--banner{
	margin-top: 78.22px;
}
.slideshow.slideshow-transition--fade .slideshow__gallery-cell{
	opacity: 1;
}
section.main_content_area.contact-page h1.headline{
	font-family: Poppins,sans-serif !important;
}
section.main_content_area.contact-page{
	padding: 0px;
}
#shopify-section-our-story section.homepage_content .container {
    padding: 0;
    max-width: 1200px;
}
#shopify-section-our-story section.homepage_content .container h1.title {
    margin: 0;
    left: 0;
}
#shopify-section-contact-template section.main_content_area{
	margin-bottom: 100px;
}
.blog-template-wrapper h2.article_title a{
	font-weight: 600;
    font-family: Poppins,sans-serif;
}
section.main_content_area.contact-page{
	background-color: transparent !important;
}
#shopify-section-community-h1-textbox section.homepage_content{
	margin-top: 100px;
  	background: transparent; 
}
#shopify-section-community-h1-textbox section.homepage_content h1.heading.h2{
	background: transparent; 
    margin: 0;
    padding: 0;
}
#block__cdb78c98-e193-4036-8d76-8f1b414b2467{
	display: none;
}
.plyr--video{
	background: transparent;
}
.plyr__video-wrapper.plyr__video-embed{
	margin-top: 0;
}