/** Shopify CDN: Minification failed

Line 427:2 Expected identifier but found "*"
Line 774:18 The "-" operator only works if there is whitespace on both sides
Line 774:25 The "-" operator only works if there is whitespace on both sides
Line 778:24 The "-" operator only works if there is whitespace on both sides
Line 778:31 The "-" operator only works if there is whitespace on both sides
Line 782:18 The "-" operator only works if there is whitespace on both sides
Line 782:25 The "-" operator only works if there is whitespace on both sides
Line 786:18 The "-" operator only works if there is whitespace on both sides
Line 786:25 The "-" operator only works if there is whitespace on both sides
Line 790:24 The "-" operator only works if there is whitespace on both sides
... and 78 more hidden warnings

**/
@charset "UTF-8";

/******************************************************************
  Theme Name: Turbo "5.0.2"
  Theme URI: https://outofthesandbox.com/collections/turbo-theme
  Author: Out of the Sandbox (https://outofthesandbox.com)
  Description: Shopify Theme (https://www.shopify.com/?ref=out-of-the-sandbox)
  ******************************************************************/
/* Table of Contents
  ==================================================
  #Variables
  #Mixins
  #Functions
  #Reset
  #Basic Styles
  #Typography
  #Links
  #Lists
  #Menu
  #Images
  #Placeholders
  #Videos
  #Buttons
  #Tabs
  #Accordions
  #Forms
  #Contact Form
  #Newsletter
  #Tables
  #Misc
  #Testimonials
  #FAQ Template
  #Team Template
  #Logo-list
  #Gallery Section
  #Recently Viewed
  #Search autocomplete
  #Search page
  #Search Section
  #Site Styles
  #Header
  #Swatch Styles
  #Flickity
  #Layout
  #Password Page
  #Account
  #Page Details
  #Product Details
  #Product Recommendations
  #Home page - general
  #Home page - slideshow
  #Home page - image with text
  #Home page - featured promotions
  #Home page - featured collection
  #Home page - image with text overlay
  #Home page - video
  #Home page - Text column with images
  #Home page - Social feeds
  #Font-Face
  #Custom Styles */
/* #Variables
  ================================================== */
/* #Mixins
  ================================================== */
/*
    This mixin can be used to set the object-fit:
    @include object-fit(contain);
    or object-fit and object-position:
    @include object-fit(cover, top);
  */
/*
    Prefix mixin for generating vendor prefixes.
    Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

    Usage:
      // Input:
      .element {
        @include prefix(transform, scale(1), ms webkit spec);
      }

      // Output:
      .element {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
      }
  */
/* #Functions
  ================================================== */
/* #Reset & Basics
  ================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: \201C \201D \2018 \2019;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

body,
figure {
  margin: 0;
}

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@media only screen and (max-width: 798px) {
  .clear {
    display: none;
  }
}

/* #Fonts
  ================================================== */
/* #Basic Styles
  ================================================== */
body {
  font-family: var(--regular-font), var(--regular-font-fallback);
  font-weight: var(--regular-font-weight);
  font-style: var(--regular-font-style);
  font-size: var(--regular-font-size);
  text-transform: var(--regular-font-transform);
  color: var(--regular-color);
  line-height: 1.6em;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background-color: var(--shop-bg-color);

  

}

body.blocked-scroll {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

body.blocked-overflow {
  overflow: hidden;
}

::-moz-selection{
  background-color: #000;
  color: #fff;
}

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

abbr {
  border-bottom: 1px dotted var(--border-color);
}

/* Theme editor */
.editor-visible--true {
  display: block !important;
}

/* Lazyloading styles */

  .transition--blur-up {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transform: translate3d(0, 0, 0);
    transition: filter 200ms, -webkit-filter 200ms;
  }

  .transition--blur-up.lazyloaded {
    -webkit-filter: blur(0px);
    filter: none;
    transform: scale(1);
  }


img[data-sizes="auto"].lazyloaded {
  height: auto;
}

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

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

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

.image-element__wrap img {
  height: auto;
}

/*============================================================================
    Grid - full width columns, no gutter
      - Based on CSS Wizardry grid
  ==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid::after {
  content: '';
  display: table;
  clear: both;
}

.grid__item {
  float: left;
  width: 100%;
}

.grid__item[class*='--push'] {
  position: relative;
}

/*============================================================================
    Reversed grids allow you to structure your source in the opposite
    order to how your rendered layout will appear.
  ==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

/*================ Build Base Grid Classes ================*/
/* Base Grid */
.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);
}

/** Whole */
.one-whole {
  width: calc(100% - 20px);
  left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.equal-columns--clear .one-half:nth-of-type(2n + 1),
.equal-columns--clear .eight:nth-of-type(2n + 1),
.equal-columns--clear .one-third:nth-of-type(3n + 1),
.equal-columns--clear .one-fourth:nth-of-type(4n + 1),
.equal-columns--clear .four:nth-of-type(4n + 1),
.equal-columns--clear .one-fifth:nth-of-type(5n + 1),
.equal-columns--clear .one-sixth:nth-of-type(6n + 1),
.equal-columns--clear .one-seventh:nth-of-type(7n + 1) {
  clear: both;
}

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

.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
  ==============================================================================*/
@media only screen and (max-width: 1024px) {

  /* Base Grid */
  .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);
  }

  /** Whole */
  .large-down--one-whole {
    width: calc(100% - 20px);
    left: auto !important;
  }

  /* Halves */
  .large-down--one-half {
    width: calc(50% - 20px);
  }

  /* Thirds */
  .large-down--one-third {
    width: calc(33.33333% - 20px);
  }

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

  /* Fourths */
  .large-down--one-fourth {
    width: calc(25% - 20px);
  }

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

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

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

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

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

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

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

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

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

  .equal-columns--clear .large-down--one-half.large-down--one-half,
  .equal-columns--clear .large-down--eight.large-down--eight,
  .equal-columns--clear .large-down--one-third.large-down--one-third,
  .equal-columns--clear .large-down--one-fourth.large-down--one-fourth,
  .equal-columns--clear .large-down--four.large-down--four,
  .equal-columns--clear .large-down--one-fifth.large-down--one-fifth,
  .equal-columns--clear .large-down--one-sixth.large-down--one-sixth,
  .equal-columns--clear .large-down--one-seventh.large-down--one-seventh {
    clear: none;
  }

  .equal-columns--clear .large-down--one-half:nth-of-type(2n + 1),
  .equal-columns--clear .large-down--eight:nth-of-type(2n + 1),
  .equal-columns--clear .large-down--one-third:nth-of-type(3n + 1),
  .equal-columns--clear .large-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--clear .large-down--four:nth-of-type(4n + 1),
  .equal-columns--clear .large-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--clear .large-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--clear .large-down--one-seventh:nth-of-type(7n + 1) {
    clear: both;
  }
}

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

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

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

  .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) {

  /* Base Grid */
  .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);
  }

  /** Whole */
  .medium-down--one-whole {
    width: calc(100% - 20px);
    left: auto !important;
  }

  /* Halves */
  .medium-down--one-half {
    width: calc(50% - 20px);
  }

  /* Thirds */
  .medium-down--one-third {
    width: calc(33.33333% - 20px);
  }

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

  /* Fourths */
  .medium-down--one-fourth {
    width: calc(25% - 20px);
  }

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

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

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

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

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

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

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

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

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

  .equal-columns--clear .medium-down--one-half.medium-down--one-half,
  .equal-columns--clear .medium-down--eight.medium-down--eight,
  .equal-columns--clear .medium-down--one-third.medium-down--one-third,
  .equal-columns--clear .medium-down--one-fourth.medium-down--one-fourth,
  .equal-columns--clear .medium-down--four.medium-down--four,
  .equal-columns--clear .medium-down--one-fifth.medium-down--one-fifth,
  .equal-columns--clear .medium-down--one-sixth.medium-down--one-sixth,
  .equal-columns--clear .medium-down--one-seventh.medium-down--one-seventh {
    clear: none;
  }

  .equal-columns--clear .medium-down--one-half:nth-of-type(2n + 1),
  .equal-columns--clear .medium-down--eight:nth-of-type(2n + 1),
  .equal-columns--clear .medium-down--one-third:nth-of-type(3n + 1),
  .equal-columns--clear .medium-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--clear .medium-down--four:nth-of-type(4n + 1),
  .equal-columns--clear .medium-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--clear .medium-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--clear .medium-down--one-seventh:nth-of-type(7n + 1) {
    clear: both;
  }
}

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

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

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

  .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) {

  /* Base Grid */
  .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);
  }

  /** Whole */
  .small-down--one-whole {
    width: calc(100% - 20px);
    left: auto !important;
  }

  /* Halves */
  .small-down--one-half {
    width: calc(50% - 20px);
  }

  /* Thirds */
  .small-down--one-third {
    width: calc(33.33333% - 20px);
  }

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

  /* Fourths */
  .small-down--one-fourth {
    width: calc(25% - 20px);
  }

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

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

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

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

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

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

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

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

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

  .equal-columns--clear .small-down--one-half.small-down--one-half,
  .equal-columns--clear .small-down--eight.small-down--eight,
  .equal-columns--clear .small-down--one-third.small-down--one-third,
  .equal-columns--clear .small-down--one-fourth.small-down--one-fourth,
  .equal-columns--clear .small-down--four.small-down--four,
  .equal-columns--clear .small-down--one-fifth.small-down--one-fifth,
  .equal-columns--clear .small-down--one-sixth.small-down--one-sixth,
  .equal-columns--clear .small-down--one-seventh.small-down--one-seventh {
    clear: none;
  }

  .equal-columns--clear .small-down--one-half:nth-of-type(2n + 1),
  .equal-columns--clear .small-down--eight:nth-of-type(2n + 1),
  .equal-columns--clear .small-down--one-third:nth-of-type(3n + 1),
  .equal-columns--clear .small-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--clear .small-down--four:nth-of-type(4n + 1),
  .equal-columns--clear .small-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--clear .small-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--clear .small-down--one-seventh:nth-of-type(7n + 1) {
    clear: both;
  }
}

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

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

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

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

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .container {
    width: calc(90% + 20px);
  }
}

@media only screen and (max-width: 480px) {
  .container {
    width: calc(100% - 40px);
  }
}

.container .container {
  width: 100%;
}

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

@media only screen and (max-width: 480px) {
  [class*="offset-by"] {
    position: static;
  }
}

.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.column,
.columns {
  float: left;
  display: inline;
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
  box-sizing: border-box;
}

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

  .column:not([class*="small-down--one-half"]),
  .columns:not([class*="small-down--one-half"]) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .even {
    margin-left: 0;
  }
}

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

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-container:after {
  visibility: hidden;
  display: none;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.row {
  margin-bottom: 20px;
}

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

.container-border--top::before {
  display: block;
  content: '';
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid var(--border-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: left;
}

@media only screen and (max-width: 480px) {
  .container-border--top::before {
    width: 100%;
  }
}

.container-border--bottom::after {
  display: block;
  content: '';
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid var(--border-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clear: both;
}

@media only screen and (max-width: 480px) {
  .container-border--bottom::after {
    width: 100%;
  }
}

.narrow-width--true.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container.full-width--true,
.full-width--true > .container {
  width: 100%;
  max-width: 100%;
}

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

  .container.fullWidthMobile--true,
  .column.fullWidthMobile--true,
  .columns.fullWidthMobile--true {
    width: 100% !important;
    max-width: 100%;
  }
}

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

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

  .column.omega,
  .columns.omega {
    margin-right: 0;
  }

  /* Offsets */
  .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%);
  }
}

/* #Typography
  ================================================== */
.logo {
  font-family: var(--logo-font), var(--logo-font-fallback);
  font-weight: var(--logo-font-weight);
  font-style: var(--logo-font-style);
  font-size: var(--logo-font-size);
  text-transform: var(--logo-font-transform);
  line-height: 1.2em;
  
}


/*  Headings  */
h1 {
  font-family: var(--headline-font-family), var(--headline-font-fallback);
  font-weight: var(--headline-font-weight);
  font-style: var(--headline-font-style);
  font-size: var(--font-size-header);
  text-transform: var(--headline-font-transform);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 15px;
  clear: both;
  font-weight: var(--headline-font-weight);
  padding-top: 4px;
}

@media only screen and (max-width: 798px) {
  h1 {
    font-size: calc(var(--font-size-header) * 0.8);
  }
}

h1 a:link,
h1 a:visited {
  font-weight: inherit;
  color: var(--headline-color);
}

h1 a:hover,
h1 a:active {
  color: var(--link-color);
}

h1.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px var(--border-color);
}

h2,
.h2,
h2.title {
  font-family: var(--headline-font-family), var(--headline-font-fallback);
  font-weight: var(--headline-font-weight);
  font-style: var(--headline-font-style);
  font-size: calc(var(--font-size-header) * 0.9);
  text-transform: var(--headline-font-transform);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.75em;
}

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

  h2,
  .h2,
  h2.title {
    font-size: calc(var(--font-size-header) * 0.72);
  }
}

h2 a,
.h2 a,
h2.title a {
  font-weight: inherit;
}

h2.collection_title,
.h2.collection_title,
h2.title.collection_title {
  margin-bottom: 0;
  display: inline;
}

h2.product_name a,
.h2.product_name a,
h2.title.product_name a {
  color: var(--headline-color);
}

.cart h2 {
  margin-top: 0;
}

h3,
.h3 {
  font-family: var(--headline-font-family), var(--headline-font-fallback);
  font-weight: var(--headline-font-weight);
  font-style: var(--headline-font-style);
  font-size: calc(var(--font-size-header) * 0.8);
  text-transform: var(--headline-font-transform);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 15px 0;
}

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

  h3,
  .h3 {
    font-size: calc(var(--font-size-header) * 0.64);
  }
}

h3 a,
h3 a:visited,
.h3 a,
.h3 a:visited {
  font-weight: inherit;
  color: var(--headline-color);
}

h3.title,
.h3.title {
  line-height: 1.25;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px;
}

h3.title a,
h3.title a:visited,
.h3.title a,
.h3.title a:visited {
  color: var(--headline-color);
}

h3.sub_title,
.h3.sub_title {
  padding: 5px 0;
  color: var(--headline-color);
}

h3.sub_title a,
.h3.sub_title a {
  color: var(--headline-color);
}

h4,
.h4 {
  font-family: var(--headline-font-family), var(--headline-font-fallback);
  font-weight: var(--headline-font-weight);
  font-style: var(--headline-font-style);
  font-size: calc(var(--font-size-header) * 0.7);
  text-transform: var(--headline-font-transform);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0.5em;
  padding: 7px 0;
}

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

  h4,
  .h4 {
    font-size: calc(var(--font-size-header) * 0.56);
  }
}

h4 a,
.h4 a {
  font-weight: inherit;
}

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

h5,
.h5 {
  font-family: var(--headline-font-family), var(--headline-font-fallback);
  font-weight: var(--headline-font-weight);
  font-style: var(--headline-font-style);
  font-size: calc(var(--font-size-header) * 0.65);
  text-transform: var(--headline-font-transform);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0.5em;
  padding: 7px 0;
}

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

  h5,
  .h5 {
    font-size: calc(var(--font-size-header) * 0.52);
  }
}

h5 a,
.h5 a {
  font-weight: inherit;
}

h5.sub_title,
.h5.sub_title {
  padding: 5px 0;
  color: var(--headline-color);
}

h5.sub_title a,
.h5.sub_title a {
  color: var(--headline-color);
}

h6,
.h6 {
  font-family: var(--headline-font-family), var(--headline-font-fallback);
  font-weight: var(--headline-font-weight);
  font-style: var(--headline-font-style);
  font-size: calc(var(--font-size-header) * 0.6);
  text-transform: var(--headline-font-transform);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: calc(var(--headline-letter-spacing) / 2);
  margin: 0 0 0.5em;
  padding: 7px 0;
}

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

  h6,
  .h6 {
    font-size: calc(var(--font-size-header) * 0.48);
  }
}

h6 a,
.h6 a {
  font-weight: inherit;
}

h6.title,
.h6.title {
  line-height: 32px;
  margin: 0 0 0.5em;
  color: var(--headline-color);
}

.cart h6 {
  margin-top: 0;
}

.collection_title {
  font-family: var(--headline-font-family), var(--headline-font-fallback);
  font-weight: var(--headline-font-weight);
  font-style: var(--headline-font-style);
  font-size: var(--font-size-header);
  text-transform: var(--headline-font-transform);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px;
}

@media only screen and (max-width: 798px) {
  .collection_title {
    font-size: calc(var(--font-size-header) * 0.8);
  }
}

.collection_title a {
  font-weight: inherit;
  color: var(--headline-color);
}

.collection_title a:hover,
.collection_title a:active {
  color: var(--link-color);
}

div.collection_title {
  margin-bottom: 0;
  line-height: var(--headline-font-size);
  display: inline;
}

div.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px var(--border-color);
}

.headline,
.empty_cart,
.promo_banner,
.title {
  font-family: var(--headline-font-family), var(--headline-font-fallback);
  font-weight: var(--headline-font-weight);
  font-style: var(--headline-font-style);
  font-size: var(--font-size-header);
  text-transform: var(--headline-font-transform);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

  .headline,
  .empty_cart,
  .promo_banner,
  .title {
    font-size: calc(var(--font-size-header) * 0.8);
  }
}

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

  .title.insta,
  .title.twitter {
    text-align: center;
  }
}

.title.insta a,
.title.twitter a {
  color: var(--headline-color);
}

.title.center.blog a {
  color: var(--headline-color);
}

/*  Content  */
p {
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.6em;
}

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

.onboard-text {
  margin: 0;
}

.page-divider {
  opacity: 0;
  border-color: var(--headline-border-color);
  border-top: 0;
}

.active-divider {
  opacity: 1;
}

.feature p {
  font-size: smaller;
}

#featured_links {
  padding: 20px 0;
}

#featured_links h2 {
  padding-top: 15px;
}

  #featured_links .column,
  #featured_links .columns {
    opacity: 1;
  }


/* Add default spacing to allow room for stars (from Shopify review app) */
.slider-gallery .shopify-product-reviews-badge {
  height: 30px;
  display: block;
}

/* Add spacing below review stars (from Shopify review app) */
.spr-badge + .feature_divider {
  margin-top: 15px;
}

.spr-badge {
  padding: 5px 0;
}

.thumbnail .spr-badge-caption {
  display: none;
}

div#shopry-review-photos a {
  display: block !important;
}

.feature_divider {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  border: 0;
  border-color: var(--headline-border-color);
  border-bottom-width: var(--headline-border);
  border-bottom-style: var(--divider-style);
}

.feature_divider.no-margin {
  margin-bottom: 0;
}

@media only screen and (max-width: 798px) {
  .feature_divider {
    margin-bottom: 10px;
  }
}

div.container.bottom-fix {
  padding-bottom: 0;
}

.page .feature_divider,
.page h2.title + .feature_divider {
  margin-bottom: 15px;
}

/*  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 var(--border-color);
}

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

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

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

hr {
  border-color: var(--headline-border-color);
  border-width: var(--headline-border);
  border-style: var(--divider-style);
  clear: both;
  margin: 12px 0;
  height: 0;
}

.cart_container hr {
  border-top-width: 0;
}

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

/* #Links
  ================================================== */
a,
a:visited,
a span {
  color: var(--link-color);
  text-decoration: none;
  position: relative;
  transition: color 0.1s linear;
}

a:hover,
a:focus {
  color: var(--link-hover-color);
}

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

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

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

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

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

ul {
  list-style: disc outside;
}

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

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

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

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 var(--border-color);
  list-style: none outside none;
  padding: 12px 0;
  margin-bottom: 0;
}

ol {
  list-style: decimal;
}

/* #Menu
  ================================================== */
.header {
  z-index: 1000;
  width: 100%;
  top: 0;
}

.header a,
.header a:visited,
.header a span,
.header select.currencies {
  color: var(--nav-color);
  text-shadow: none;
}

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

body.is-active {
  overflow-y: hidden;
}

body.is-active #header {
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#header.mobile_nav-fixed--true,
.mobile_nav-fixed--false.is-active #header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  top: 0;
  left: 0;
}

#header {
  display: none;
}

#header .top_bar {
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header .top_bar .icon-search {
  z-index: 3;
}

#header .top_bar .icon-search:before {
  font-size: 18px;
}

#header .top_bar a.right {
  left: auto;
  right: 15px;
  font-size: 20px;
  padding-top: 8px;
  top: 4px;
  z-index: 1;
}

#header .top_bar a.mobile_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 1;
}

#header .top_bar > a,
#header .top_bar > a:visited,
#header .top_bar > a:active {
  display: block;
  font-size: 25px;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#header .top_bar a span {
  color: var(--topbar-color);
  display: inline-block;
  padding-left: 4px;
  position: relative;
}

#header .top_bar a.icon-bag:before,
#header .top_bar a.icon-cart:before {
  font-size: 18px !important;
}

.nav ul.mobile_menu li a {
  display: inline-block;
}

.menu .vertical-menu li {
  position: relative;
}

.vertical-menu {
  display: inline;
}

.menu .vertical-menu li:hover .vertical-menu_submenu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in;
  pointer-events: all;
  z-index: 2000;
}

.menu .vertical-menu_submenu li:hover .vertical-menu_sub-submenu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in;
  pointer-events: all;
  z-index: 2000;
}

.menu .vertical-menu_submenu {
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  pointer-events: none;
  text-align: left;
  width: 270px;
  
    background: rgba(255, 255, 255, 0.9);
  
}

.menu .vertical-menu_submenu li {
  padding: 0 20px;
  display: block;
}

.menu .vertical-menu_submenu a {
  display: block;
  font-size: var(--mega-text-font-size);
  letter-spacing: var(--meta-text-letter-spacing);
}

.menu .vertical-menu_submenu span.icon-down-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu .vertical-menu_submenu.is-visible,
.menu .vertical-menu_sub-submenu.is-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in;
  pointer-events: all;
  z-index: 2000;
}

.menu .vertical-menu_sub-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 5s ease-in;
  pointer-events: none;
  width: 270px;
  
    background: rgba(255, 255, 255, 0.9);
  
}

.menu .vertical-menu_sub-submenu li {
  padding: 0 20px;
  display: block;
}

.menu .vertical-menu_sub-submenu a {
  display: block;
}

.vertical-menu_submenu.vertical-menu--align-right {
  right: 0;
  left: auto;
}

.vertical-menu_sub-submenu.vertical-menu--align-right {
  right: 100%;
  left: auto;
}

/*  Mobile nav  */
#header .mobile_nav.dropdown_link {
  width: 25%;
}

#header .mobile_nav.dropdown_link span.menu_title {
  position: absolute;
  left: 40px;
}

.mobile_nav div {
  width: 30px;
  height: 40px;
  position: relative;
  float: left;
  margin: 0 8px 0 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.mobile_nav div span {
  display: block !important;
  position: absolute !important;
  height: 1px !important;
  width: 100%;
  background: var(--topbar-color);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  padding: 0 !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
}

.mobile_nav div span:nth-child(1) {
  top: 10px;
}

.mobile_nav div span:nth-child(2),
.mobile_nav div span:nth-child(3) {
  top: 20px;
}

.mobile_nav div span:nth-child(4) {
  top: 30px;
}

.mobile_nav div.open span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}

.mobile_nav div.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile_nav div.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile_nav div.open span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}

#mobile_menu {
  margin: 10px 20px;
}

#mobile_menu li {
  padding-right: 0;
  display: block;
}

#mobile_menu li a span.icon-down-arrow {
  padding: 0 15px !important;
}

#mobile_menu .sublink ul {
  display: none;
  margin-left: 0;
  padding-left: 10px;
}

.feature_image.editor-hover--true .main_nav,
.feature_image.editor-hover--true .dropdown {
  
    background: rgba(255, 255, 255, 0.9);
  
  clear: both;
  transition: all 0.3s linear;
  animation: fadeIn 0.3s linear none;
}

.top_bar {
  height: 40px;
  background-color: var(--topbar-bg-color);
  padding: 0 0 0 10px;
}

.top_bar .social_icons {
  float: left;
  margin: 0;
  padding-left: 10px;
}

.top_bar .social_icons li {
  padding: 5px;
}

.top_bar a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.top_bar ul.social_icons a {
  display: inline;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.top_bar .top_bar--right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto;
  height: 40px;
}

.top_bar .top_bar--right .icon-search {
  display: inline-block;
  line-height: 0;
  padding-right: 15px;
}

.top_bar .top_bar--right .cart_container {
  display: inline-block;
}

.top_bar .mini-cart__item__title a {
  display: block;
}

.top_bar .mini-cart__item__title span {
  color: var(--regular-color);
}

.top_bar .mini-cart__item__title .sale {
  color: var(--sale-color);
}

.top_bar .mini-cart__item__title .was_price {
  color: var(--was-price-color);
}

.main_nav,
.dropdown {
  
    background: rgba(255, 255, 255, 0.9);
  
  clear: both;
  transition: all 0.3s linear;
  animation: fadeIn 0.3s linear none;
}


  .feature_image .main_nav,
  .feature_image .dropdown {
    background: transparent;
  }


.sticky_nav {
  position: fixed;
  width: 100%;
  z-index: 35;
  top: 0;
  left: 0;
  padding: 0;
  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Animations */
  transition: all 300ms ease-in-out;
}

.is-active .sticky_nav {
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.sticky_nav--stick {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

@media only screen and (max-width: 798px) {
  .sticky_nav--stick {
    display: none;
  }
}

.sticky_nav--unstick {
  opacity: 0;
  transition: opacity 0s;
}

.sticky_nav ul.menu,
.sticky_nav .mini_cart {
  padding-bottom: 0 !important;
}

.sticky_nav .nav .mini_cart.icon-bag,
.sticky_nav .nav .mini_cart.icon-cart {
  font-size: 20px;
  padding-top: 12px;
}

.menu.center,
.menu.align_right,
.menu.align_left {
  margin: 0 20px;
}

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

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

.search-enabled--true .nav ul.menu {
  position: relative;
}

.search-enabled--true.logo-align--center:not(.menu-position--block) .nav ul.menu.menu-items--right {
  padding-right: 150px;
}

.search-enabled--true:not(.logo-align--center) .nav ul.menu,
.search-enabled--true.menu-position--block .nav ul.menu {
  padding-right: 200px;
}

.search-enabled--true.menu-position--block .nav ul.menu.center {
  padding-left: 200px;
}

.search-enabled--true .search-wrapper {
  position: absolute;
  width: 200px;
  top: 0;
  right: 0;
  padding: 10px;
}

.search-enabled--true.logo-align--center:not(.menu-position--block) .search-wrapper {
  width: 150px;
}

@media only screen and (min-width: 799px) and(max-width: 959px) {
  .search-enabled--true .nav .menu {
    padding-right: 100px !important;
  }

  .search-enabled--true .nav .menu li.search_link {
    display: inline-block;
    width: 50px !important;
  }

  .search-enabled--true .nav .menu.center {
    padding-left: 100px !important;
  }

  .search-enabled--true .search-wrapper {
    width: auto !important;
  }
}

.sticky_nav .search-enabled--true .search-wrapper {
  right: 50px;
}

.nav ul li a.sub-menu {
  padding: 10px 4px;
  z-index: 1001;
}

.nav ul li:hover a.sub-menu {
  color: var(--nav-color);
}

.menu a,
.menu a:visited,
.menu a:active,
#header span.menu_title,
.menu a span,
select.currencies,
.mini_cart span {
  font-family: var(--nav-font), var(--nav-font-fallback);
  font-weight: var(--nav-font-weight);
  font-style: var(--nav-font-style);
  font-size: var(--nav-font-size);
  text-transform: var(--nav-font-transform);
  color: var(--nav-color);
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  letter-spacing: var(--nav-font-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

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

  .menu a,
  .menu a:visited,
  .menu a:active,
  #header span.menu_title,
  .menu a span,
  select.currencies,
  .mini_cart span {
    font-size: var(--topbar-font-size);
  }
}

.feature_image .main_nav a,
.feature_image .main_nav a span {
  color: var(--nav-color-home);
}

.menu li,
#header span.menu_title,
.menu a span,
select.currencies,
.mini_cart span {
  padding-left: 5px;
  padding-right: 5px;
}

#header span.menu_title {
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  margin-top: -2px;
}

.menu li {
  vertical-align: top;
}

.shopify-currency-form {
  margin-bottom: 0;
}

select.currencies {
  height: 40px;
  min-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}

@media only screen and (max-width: 798px) {
  select.currencies {
    font-size: 16px;
  }
}

#mobile_menu select.currencies {
  padding-left: 0;
}

.feature_image .header .menu a,
.feature_image .header .menu a:visited,
.feature_image .header .menu a span {
  color: var(--nav-color-home);
  
}

.feature_image .header .menu a[href]:hover,
.menu a.active,
.menu a.active span,
.feature_image .header .menu a.active,
.header_bar a.active,
.feature_image .header .menu a:focus {
  color: var(--nav-color-hover);
}

.menu li a[href]:hover,
.menu li a:focus,
.menu a[href]:hover span {
  color: var(--nav-color-hover);
}

.menu a.top_link,
.menu a.dropdown_link {
  border-bottom: solid 1px transparent;
}

.menu a.top_link:hover,
.menu a.dropdown_link:hover,
.menu a.active_link {
  border-bottom: solid 1px var(--nav-color-hover);
}

.feature_image a.top_link:hover {
  border-bottom: solid 1px var(--nav-color-hover);
}

.menu a span {
  display: inline;
  vertical-align: top;
}

.top_bar a,
.top_bar a:visited,
.top_bar a:active,
.top_bar a span,
.top_bar select.currencies,
a.mini_cart,
a.mini_cart span,
.feature_image .header .top_bar .menu a,
.feature_image .header .top_bar .menu a span,
.cart_container .mini_cart:hover {
  color: var(--topbar-color);
  font-size: var(--topbar-font-size);
  letter-spacing: var(--topbar-letter-spacing);
}

.top_bar li a:hover,
.top_bar li a[href]:hover,
.top_bar li a[href]:hover span,
.top_bar li a:active,
.top_bar li a:hover span,
.top_bar a:active span,
.top_bar .currencies:hover,
.feature_image .header .top_bar .menu a:hover,
.feature_image .header .top_bar .menu a:hover span {
  color: var(--topbar-color-hover);
}

.top_bar li {
  padding-left: 10px;
  padding-right: 10px;
}

.top_bar .menu a,
.top_bar .social_icons a {
  height: 40px;
  line-height: 40px;
  padding: 0;
}

/*  Mini cart  */
.mini_cart,
.nav a.mini_cart {
  float: right;
  text-align: center;
  cursor: pointer;
  background-color: var(--topbar-cart-bg-color);
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  height: 40px;
  z-index: 2001;
}

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

  .mini_cart,
  .nav a.mini_cart {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

  .mini_cart,
  .nav a.mini_cart {
    right: 0;
  }
}

.cart_container li.mini-cart__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.nav a.mini_cart {
  
    margin-left: 10px;
  
}

.top_bar a.mini_cart span {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

a.tos_icon,
.cart_content a.tos_icon {
  font-size: 13px;
  color: var(--link-color);
}

a.tos_icon:visited,
.cart_content a.tos_icon:visited {
  color: var(--link-color);
}

a.tos_icon:hover,
.cart_content a.tos_icon:hover {
  color: var(--link-hover-color);
}

.cart_content__continue-shopping {
  display: none;
}

.no-touchevents a.cart_content__continue-shopping.secondary_button {
  display: none;
}

.no-touchevents a.cart_content__continue-shopping.secondary_button,
.touchevents a.cart_content__continue-shopping.secondary_button {
  display: none;
}

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

  .no-touchevents a.cart_content__continue-shopping.secondary_button,
  .touchevents a.cart_content__continue-shopping.secondary_button {
    display: block;
    border-top: 0;
    margin: 0 auto 10px;
    padding-top: 0;
    padding-bottom: 10px;
    position: static;
    font-size: inherit;
    letter-spacing: inherit;
  }
}

.mini_cart span {
  display: inline-block;
}

.cart_container .cart_content {
  display: none;
}

.cart_container.active_link .cart_content {
  display: block;
  overflow-y: auto;
  max-height: calc(90vh - 100px);
}

.cart_container.active_link .cart_content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.cart_container.active_link .cart_content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

html.touchevents .cart .cart_container {
  pointer-events: none;
}

#cart_form p.modal_price {
  margin-bottom: 0;
  padding-bottom: 0;
}

#cart_form .product-quantity-box {
  margin: 15px 0;
  width: 130px;
}

.cart_content .product-quantity-box {
  margin: 15px 0 0;
  width: 130px;
}

.cart_content .product-plus.is-disabled,
.cart_content .product-minus.is-disabled,
#cart_form .product-plus.is-disabled,
#cart_form .product-minus.is-disabled {
  pointer-events: none;
}

.cart_content .product-quantity-box .quantity,
#cart_form .product-quantity-box .quantity {
  padding: 0 5px;
  width: 30%;
  min-height: 30px;
  height: 30px;
}

.cart_content .product-quantity-box .product-plus,
#cart_form .product-quantity-box .product-plus {
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  padding-right: 2px;
  width: 25%;
}

.cart_content .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-minus {
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  padding-right: 2px;
  width: 25%;
}

#cart_form .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-plus,
.nav .product-quantity-box .product-minus,
.nav .product-quantity-box .product-plus {
  padding-right: 0;
}

#cart_form .icon-minus,
#cart_form .icon-plus {
  position: relative;
  left: 1px;
}


  .product-quantity-box .product-plus {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .product-quantity-box .product-minus {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }


.cart_container.active_link .mini_cart,
.cart_container.active_link .mini_cart span {
  background-color: var(--minicart-bg-color);
  color: var(--regular-color);
}

.cart_content {
  top: 40px;
  right: 0;
  position: absolute;
  z-index: 2000;
  background-color: var(--minicart-bg-color);
  font-family: var(--regular-font), var(--regular-font-fallback);
  font-weight: var(--regular-font-weight);
  font-style: var(--regular-font-style);
  text-transform: var(--regular-font-transform);
  color: var(--regular-color);
  border: 1px solid var(--border-color);
  border-top: 0;
  border-right: 0;
  width: 100%;
  max-width: 320px;
}

@media only screen and (min-width: 799px) {
  .cart_content {
    max-width: 420px;
  }
}

div.cart_content form {
  margin: 15px 0 0;
  padding: 0;
}

.mini-cart__item.animated,
.cart__item.animated {
  animation-duration: 0.7s;
}

.mini-cart__item--image {
  width: 40%;
}

.cart_content li.mini-cart__item {
  position: relative;
}

.cart_content li.mini-cart__item a.cart__remove-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.cart_content li.mini-cart__item a.cart__remove-btn:active {
  position: absolute;
}

.cart_content li.mini-cart__item a.cart__remove-btn span {
  color: var(--regular-color);
}

.cart_content li.mini-cart__item a.cart__remove-btn .remove-icon {
  margin-left: 0;
}

.cart_content li.mini-cart__item a.cart__remove-btn .remove-icon:before {
  font-size: 25px;
}

#header .top_bar a span.remove-icon {
  color: var(--regular-color);
}

#header li.mini-cart__item a.cart__remove-btn {
  top: 0;
}

.cart_content .mini-cart__item--content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.cart_content .mini-cart__item--content .mini-cart__item__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 20px;
}

.cart_content .mini-cart__item--content .price {
  padding-top: 10px;
  line-height: 1;
  text-align: left;
}

.cart__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 798px) {
  .cart__item .cart__item--image {
    max-width: 33.333%;
  }

  .cart__item .cart__item--content {
    margin-left: 20px;
  }

  .cart__item .cart__item_--title {
    margin-right: 20px;
  }
}

.cart__item .cart__item--title {
  margin-right: 15%;
  text-transform: initial;
}

.cart__item .cart__item--discount,
.cart__item .cart__item--discount .label {
  color: var(--sale-color);
  margin-top: 15px;
}

.cart_discounts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  line-height: 1;
}

.cart_discounts .cart_discounts--title {
  width: 60%;
  margin-right: 20px;
}

.cart_discounts .cart_discounts--price {
  width: calc(40% - 20px);
  text-align: right;
}

.cart__remove-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
}

.cart__remove-btn span.remove-text,
.cart__remove-btn span.remove-icon {
  color: var(--regular-color);
}

.cart__remove-btn:hover span,
.cart__remove-btn:active span {
  color: var(--link-hover-color);
}

@media only screen and (max-width: 1024px) {
  .cart__remove-btn .remove-text {
    display: none;
  }
}

.cart__remove-btn .remove-icon {
  margin-left: 5px;
}

.cart__remove-btn .remove-icon:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 1em;
  display: block;
  content: "\00d7";
}

.cart .cart_subtotal {
  font-weight: bold;
  font-size: larger;
}

.cart_content .cart_subtotal {
  text-align: left;
  font-weight: bold;
}

.cart_content a,
.cart_content a:visited,
.cart_content a:hover,
.cart_content a .price,
.cart_content a .price span {
  color: var(--regular-color) !important;
}

.cart_content a .price span {
  padding-left: 5px;
}

.cart_content ul {
  list-style: none;
  margin: 0;
  padding: 15px 20px;
}

.cart_content ul li {
  padding-left: 0;
  padding-right: 0;
}

.cart_content ul li:empty {
  margin-bottom: 0;
}

.cart_content ul li .cart_discounts--title {
  text-align: left;
}

.cart_content ul li {
  list-style: none;
  clear: both;
}

.cart_content .action_button {
  width: 100%;
}

.top_bar [class^="icon-"]:before,
.top_bar [class*=" icon-"]:before,
.mini_cart {
  font-size: calc(var(--topbar-font-size) + 3px);
  margin-right: 0;
}

#customer_login_guest,
#customer_login {
  display: inline;
}

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

  #customer_login_guest,
  #customer_login {
    display: block;
  }
}

input[type="submit"].guest_button,
input[type="button"].guest_button {
  color: var(--link-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}

input[type="submit"].guest_button:hover,
input[type="button"].guest_button:hover {
  background: transparent;
  border: 0;
  color: var(--link-hover-color);
}

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

  input[type="submit"].guest_button,
  input[type="button"].guest_button {
    text-align: center;
  }
}

.menu ul li .mini_cart span {
  padding-left: 5px;
  top: -1px;
}

.sticky_nav div.logo img {
  width: 60%;
}

.dropdown_container {
  clear: both;
  width: 100%;
  display: none;
}

.dropdown_container img {
  max-width: 100%;
}

.dropdown {
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.dropdown_content {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.dropdown_container.mega-menu .dropdown_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}

.mega-menu__richtext,
.mega-menu__image-caption-link {
  padding: 0 5px;
}

.mega-menu__richtext a,
.mega-menu__richtext a:active,
.mega-menu__richtext a:hover {
  display: inline-block;
  text-transform: none;
}

.mega-menu__image-caption-link {
  text-align: center;
  margin-bottom: 10px;
}

.mega-menu__image-caption-link a,
.mega-menu__image-caption-link a:visited,
.mega-menu__image-caption-link a:active,
.mega-menu__image-caption-link a:hover {
  text-transform: none;
  display: block;
}

.mega-menu__image-caption,
.mobile-mega-menu__image-caption {
  margin: 10px 0;
}

.dropdown_content a p,
.mobile-mega-menu a p {
  padding: 0;
}

.dropdown_content p,
.mobile-mega-menu p {
  font-family: var(--nav-font), var(--nav-font-fallback);
  font-size: var(--nav-font-size);
  font-style: var(--nav-font-style);
  color: var(--nav-color);
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  margin-bottom: 0;
}

.dropdown_content p,
.dropdown_content a,
.dropdown_content a:hover,
.dropdown_content a:active {
  font-size: var(--mega-text-font-size);
  letter-spacing: var(--meta-text-letter-spacing);
}

.dropdown_column__menu + .dropdown_column__menu {
  margin-top: 10px;
}

.dropdown_narrow {
  width: 60%;
}

.dropdown_column {
  display: table-cell;
  padding: 15px 20px 30px;
  width: 16.666%;
  vertical-align: top;
}

.dropdown_column img {
  max-width: 100%;
}

.dropdown_column ul {
  margin: 0;
  padding: 0;
}

.dropdown_column ul.dropdown_title {
  border-bottom: solid 1px var(--nav-color);
  padding-bottom: 10px;
}

.dropdown_column ul.dropdown_item {
  text-align: center;
}

.dropdown_container.mega-menu .dropdown_column {
  display: inline-block;
  padding: 15px 20px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 16.666%;
  flex: 1 0 16.666%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: top;
}

.dropdown_column li {
  display: block;
}

.dropdown_column li a,
.dropdown_column li a:hover,
.dropdown_column li a:active {
  padding-bottom: 0;
  text-transform: none;
}

.dropdown_row {
  display: table-row;
}

select.currencies {
  border: 0 !important;
  background-color: transparent;
  margin-bottom: 0 !important;
  min-width: 65px;
  outline: 0;
  background-position: 96.5% 55%;
  background-size: 18px 12px;
  text-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
}

select.currencies:active {
  border: 0;
  outline: 0;
  text-shadow: 0;
  box-shadow: 0;
}

select.currencies option {
  
    
      background: rgba(255, 255, 255, 0.9);
    
  
  color: var(--nav-color);
}

.menu li.currencies {
  padding: 0;
}

.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-wrap {
  border-right: 1px solid var(--border-color);
  margin-right: 0;
  padding-right: 20px;
}

@media only screen and (max-width: 798px) {
  .sidebar-wrap {
    border: none;
    margin: 0;
    padding-right: 0;
  }
}

.sidebar-wrap h4,
.sidebar-wrap h4.toggle {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 798px) {
  .sidebar-wrap h4.toggle {
    margin: 10px 0;
  }
}

.sidebar a,
.sidebar a:visited {
  color: var(--sidebar-nav-color);
}

.sidebar a:hover,
.sidebar a:active {
  color: var(--sidebar-nav-hover-color);
}

.sidebar .meta {
  margin-left: 2px;
}

.sidebar .spr-badge {
  color: var(--regular-color);
}

.sidebar .recently-viewed-list .brand {
  color: var(--regular-color);
}

.toggle-all--true h4.toggle {
  cursor: pointer;
  pointer-events: all;
}

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

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

.content_block.toggle_list a {
  display: inline;
  position: static;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  color: var(--link-color);
}

.content_block.toggle_list a:hover {
  border-left: none;
  color: var(--link-hover-color);
}

.toggle_list {
  margin: 0;
  padding: 10px 0 15px;
}

.toggle_list a {
  display: inline-block;
  position: relative;
  margin-left: 0;
  max-width: 80%;
  border-left: solid 2px transparent;
  transition: border 200ms ease-out;
}

.toggle_list a.active,
.toggle_list a.active--default {
  padding-left: 8px;
  border-left: solid 2px var(--nav-color-hover);
}

ul.toggle_list li ul {
  display: none;
}

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

.sidebar .toggle_list a.active {
  border-left: solid 9px var(--sidebar-nav-hover-color);
}

.toggle_list li {
  list-style: none;
  line-height: 1.4em;
  padding: 8px 0;
}

.toggle_list .meta span {
  line-height: 2.5;
}

.sidebar_text {
  margin-bottom: 12px;
  padding-top: 10px;
}

.sidebar_content {
  border-left: solid 1px var(--border-color);
  padding-left: 20px;
}

.sidebar_content .toggle_list li {
  line-height: 1.2;
}

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

.sidebar .newsletter form {
  width: 100%;
}

.sidebar li ul {
  margin: 8px 0 0 15px;
}

.sidebar .toggle_list li ul {
  padding-left: 0;
}

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

.sidebar input.sign_up[type="submit"],
.sidebar input.contact_email[type="email"] {
  width: 100% !important;
  margin-left: 0;
}

.blog_search {
  position: relative;
}

.sidebar-block {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.sidebar-block:last-child {
  border-bottom: none;
}

.sidebar-block:empty {
  border-bottom: none;
}

.sidebar-block:blank {
  border-bottom: none;
}

.sidebar-block:first-child h4.toggle {
  padding-top: 0;
}

.sidebar-block h4.toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 0;
  padding: 15px 0;
  line-height: 1.5;
}

.sidebar .filter-active-tag {
  position: relative;
}

.color-filter--true label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.sidebar__collection-filter a,
.sidebar__collection-filter label {
  cursor: pointer;
}

.sidebar__collection-filter label {
  text-transform: none;
  font-weight: normal;
  font-size: inherit;
}

.sidebar__collection-filter label:hover {
  color: var(--link-hover-color);
}

.sidebar__collection-filter input[type="checkbox"] {
  display: none;
}

.sidebar__collection-filter input.styled-checkbox[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  background-size: cover;
  margin-right: 15px;
}

.sidebar__collection-filter button.clear-active-filter,
.sidebar__collection-filter button.clear-active-filter:active {
  color: var(--link-color);
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: 0;
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
  position: absolute;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
  right: 0;
  left: auto;
  padding: 2px 4px;
  line-height: 1.2;
  display: block;
  height: auto;
  min-height: auto;
}

.sidebar__collection-filter button.clear-active-filter:hover {
  color: var(--link-hover-color);
}

.sidebar__collection-filter .x-icon {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 15px;
  height: 15px;
  margin: 0 2px 0 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  font-style: normal;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: middle;
  top: -1px;
}

.sidebar__collection-filter .x-icon:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  content: "\00d7";
  text-align: center;
}

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

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

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

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

/* Sub Collections */
.featured_collections.sub-collection {
  margin-bottom: 10px;
}

.featured_collections.sub-collection .thumbnail {
  margin-bottom: 10px;
}

@media only screen and (max-width: 798px) {
  .featured_collections.sub-collection .thumbnail {
    width: 100%;
  }
}

.sub-collection--2 .thumbnail {
  width: calc(50% - 20px);
}

.sub-collection--2 .thumbnail:nth-child(2n + 1) {
  clear: both;
}

.sub-collection--3 .thumbnail {
  width: calc(33.33333% - 20px);
}

.sub-collection--3 .thumbnail:nth-child(3n + 1) {
  clear: both;
}

.sub-collection--4 .thumbnail {
  width: calc(25% - 20px);
}

.sub-collection--4 .thumbnail:nth-child(4n + 1) {
  clear: both;
}

.list-collection-wrapper img[src*='/no-image'] {
  opacity: 0;
}

.list-collection-wrapper img[src*='/no-image']~.thumbnail-overlay {
  opacity: 1 !important;
}

.list-collection-wrapper img[src*='/no-image']~.thumbnail-overlay .collection-details {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 798px) {
  .list-collection-wrapper img[src*='/no-image'] ~ .collection-info__caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.list-collection-wrapper .img {
  width: 100%;
}

.list-collection-wrapper .collection-info__caption {
  
    display: block;
  
  margin-top: 20px;
}

@media only screen and (max-width: 798px) {
  .list-collection-wrapper .collection-info__caption {
    display: block;
    position: static;
  }
}



.blog-header {
  margin-bottom: 5px;
}

.blog-header .blog-title.blog-tags--true {
  float: none;
}

.blog-header .blog-title {
  float: left;
}

@media only screen and (max-width: 798px) {
  .blog-header .blog-title {
    width: 100%;
    margin-bottom: 0;
  }
}

.blog-header .subtitle {
  clear: both;
}

.blog-header .feature_divider {
  clear: both;
  width: 100%;
}

/* Blog Article Styling */
.article .icon-slash {
  padding-right: 5px;
}

/* Styles for blog, collections */
.section_select {
  padding: 0;
  text-align: right;
  float: right;
}

.section_select .blog_filter,
.section_select .tag_filter,
.section_select .sort_by {
  color: var(--collection-filter-color);
  display: inline-block;
  border: none;
  padding-right: 30px;
  background-position: 100% 50%;
  background-color: var(--shop-bg-color);
  font-family: var(--nav-font), var(--nav-font-fallback);
  font-weight: var(--nav-font-weight);
  font-style: var(--nav-font-style);
  font-size: var(--nav-font-size);
  text-transform: var(--nav-font-transform);
  width: auto;
  margin-bottom: 0;
  max-width: 80%;
}

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

  .section_select .blog_filter,
  .section_select .tag_filter,
  .section_select .sort_by {
    float: none;
    width: 100%;
    max-width: 100%;
    font-size: 40px;
    padding-left: 0;
  }
}

div.breadcrumb-collection {
  margin-bottom: 20px;
}

div.breadcrumb-collection + div.section {
  margin-top: 0;
}

@media only screen and (max-width: 798px) {
  div.breadcrumb-collection {
    margin-top: 15px;
    text-align: center;
  }
}

.breadcrumb_text,
.article-pagination {
  margin-top: 0;
  text-transform: uppercase;
  font-size: calc(var(--regular-font-size) - 4px);
  margin-bottom: 0;
}

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

  .breadcrumb_text,
  .article-pagination {
    margin-top: 0;
  }
}

.breadcrumb_text .breadcrumb-divider,
.article-pagination .breadcrumb-divider {
  color: var(--link-color);
  margin: 0 5px;
}

.breadcrumb_link:hover span {
  color: var(--link-hover-color);
}

.breadcrumb {
  font-size: calc(var(--regular-font-size) - 1px);
}

@media only screen and (max-width: 798px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}

/* #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,
.section img,
.thumbnail img,
.page img,
.sidebar img,
.logo img,
.cart_image img,
.footer img,
#target img,
.column img,
.columns img {
  max-width: 100%;
  height: auto;
}

.image-crop--left img,
.image-crop--left .image-element__wrap {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  font-family: "object-fit: cover; object-position: left";
  height: 100% !important;
}

.image-crop--right img,
.image-crop--right .image-element__wrap {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  font-family: "object-fit: cover; object-position: right";
  height: 100% !important;
}

.image-crop--center img,
.image-crop--center .image-element__wrap {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 100% !important;
}

/* #Placeholders
  ================================================== */
.featured-products-section .section {
  margin: 30px 0;
}

.placeholder-svg {
  fill: rgba(53, 87, 44, 0.9);
  background-color: rgba(53, 87, 44, 0.9);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  display: block;
}

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

.placeholder-instagram .instas:nth-child(even) .placeholder-svg--instagram,
.featured-promotions-section .feature-section:nth-child(even) .placeholder-svg--promotions {
  background-color: rgba(53, 87, 44, 0.6);
}

.image-with-text-section .featured-link--image:nth-child(odd) .placeholder-svg--promotions {
  background-color: rgba(51, 51, 51, 0.6);
  fill: rgba(53, 87, 44, 0.9);
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n + 1) .placeholder-svg--slideshow {
  background-color: rgba(53, 87, 44, 0.6);
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n) .placeholder-svg--slideshow {
  background-color: rgba(53, 87, 44, 0.8);
}

/* #Videos
  ================================================== */
.product_gallery .video-container > div {
  position: relative;
}

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

.product_gallery .vimeo {
  max-width: 830px;
  margin: 0 auto;
}

.product_gallery .vimeo > div {
  padding-top: 56.26506%;
}

.product_gallery .youtube {
  max-width: 853px;
  margin: 0 auto;
}

.product_gallery .youtube > div {
  padding-top: 56.271981%;
}

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

.video-section,
.block__featured_video {
  position: relative;
}

.video-section .mediaWrapper {
  height: 100% !important;
}

/* #Buttons
  ================================================== */
a.button,
.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"],
input.action_button[type="button"],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background: var(--btn-color);
  color: var(--btn-text-color);
  border: 1px solid var(--btn-color);
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  height: 40px;
  line-height: 1.2;
  vertical-align: top;
  font-family: var(--nav-font), var(--nav-font-fallback);
  font-weight: var(--button-weight);
  font-style: var(--nav-font-style);
  font-size: var(--button-font-size);
  text-transform: var(--button-font-transform);
  letter-spacing: var(--nav-font-letter-spacing);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  
    border-radius: 3px;
  
}

.ie a.button,
.ie .button,
.ie button,
.ie input[type="submit"],
.ie input[type="reset"],
.ie input[type="button"],
.ie .action_button,
.ie a.action_button,
.ie input.action_button[type="submit"],
.ie input.action_button[type="button"] {
  line-height: 40px;
}

a.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,
input.action_button[type="button"]:hover,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
  background-color: var(--btn-hover-color);
  border: 1px solid var(--btn-hover-color);
}

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

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

input[type="submit"],
input[type="reset"],
input[type="button"],
input.action_button[type="submit"],
input.action_button[type="button"],
button.action_button {
  display: inline-block;
  
}

/* Animation for checkmark on add to cart button */
button.add_to_cart {
  position: relative;
}

button.add_to_cart .text {
  display: block;
  width: 100%;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

button.add_to_cart .fadeInDown.text {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

button .checkmark path {
  stroke-dasharray: 19.79 19.79;
  stroke-dashoffset: 19.79;
  stroke: var(--btn-text-color);
  opacity: 0;
}

button .checkmark.checkmark-active path {
  -webkit-animation: drawCheckmark 0.5s linear alternate forwards;
  animation: drawCheckmark 0.5s linear alternate forwards;
}

@keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1;
  }

  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@-webkit-keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1;
  }

  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

.ie button .checkmark path {
  stroke-dashoffset: 0;
  opacity: 0;
}

.ie button .checkmark.checkmark-active path {
  -webkit-animation: fadeCheckmark 0.5s linear alternate forwards;
  animation: fadeCheckmark 0.5s linear alternate forwards;
}

@-webkit-keyframes fadeCheckmark {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeCheckmark {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  button .checkmark path {
    stroke-dashoffset: 0;
    opacity: 0;
  }

  button .checkmark.checkmark-active path {
    animation: fadeCheckmark 0.5s linear alternate forwards;
  }

  @keyframes fadeCheckmark {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}

label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
  padding-left: 5px;
}

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

.cart_text {
  text-align: center;
}

.disabled {
  pointer-events: none;
}

.add_to_cart span.icon-lock {
  margin-right: 10px;
  font-size: larger;
}

.add_to_cart span.icon-lock:before {
  margin: 0;
}

.shopify-product-form {
  margin-bottom: 0;
}

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

.shopify-payment-button {
  position: relative;
  height: 44px;
}

.shopify-payment-button div {
  height: 100%;
}

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

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  height: 100%;
}

div.shopify-payment-button__button {
  
    border-radius: 3px;
  
}

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

button.shopify-payment-button__more-options {
  color: var(--regular-color);
  box-shadow: none;
  text-transform: none;
  font-size: 0.8rem;
  letter-spacing: 0;
  padding: 16px 0 28px;
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  font-weight: normal;
  font-family: var(--regular-font), var(--regular-font-fallback);
  font-style: var(--regular-font-style);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.purchase-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product_section .smart-payment-button--true.product_form {
  max-width: 100%;
}

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

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

.smart-payment-button--true .purchase-details .shopify-payment-button__more-options {
  top: 70%;
}

.smart-payment-button--true button .checkmark path {
  stroke: var(--btn-color);
}

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

.smart-payment-button--false {
  margin-bottom: 20px;
}

.product-quantity-box.purchase-details__quantity {
  margin-right: 5px;
  width: calc(50% - 12px);
}

@media only screen and (max-width: 480px) {
  .product-quantity-box.purchase-details__quantity {
    width: 100%;
  }
}

.product-quantity-box.purchase-details__quantity input.quantity {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.4;
  min-height: 44px;
  margin-bottom: 0;
  width: calc(100% - 88px);
}

.smart-payment-button--true .product-quantity-box.purchase-details__quantity {
  width: calc(50% - 6px);
}

@media only screen and (max-width: 798px) {
  .smart-payment-button--true .product-quantity-box.purchase-details__quantity {
    width: 100%;
    margin-right: 0;
  }

  .smart-payment-button--true .product-quantity-box.purchase-details__quantity .input.quantity {
    width: calc(100% - 88px);
  }
}

p.checkout_button {
  margin-bottom: 0;
}

.purchase-details__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 0 calc(50% - 12px);
  -moz-box-flex: 1 0 calc(50% - 12px);
  -webkit-flex: 1 0 calc(50% - 12px);
  -ms-flex: 1 0 calc(50% - 12px);
  flex: 1 0 calc(50% - 12px);
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 6px;
}

@media only screen and (max-width: 798px) {
  .purchase-details__buttons {
    margin-top: 20px;
    margin-left: 12px;
    -webkit-box-flex: 1 0 calc(50% - 12px);
    -moz-box-flex: 1 0 calc(50% - 12px);
    -webkit-flex: 1 0 calc(50% - 12px);
    -ms-flex: 1 0 calc(50% - 12px);
    flex: 1 0 calc(50% - 12px);
  }
}

@media only screen and (max-width: 480px) {
  .purchase-details__buttons {
    margin-top: 12px;
    margin-left: 0;
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

.purchase-details__buttons .shopify-payment-button {
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 0;
  max-width: 100%;
}

@media only screen and (min-width: 1401px) {
  .purchase-details__buttons .shopify-payment-button {
    -webkit-box-flex: 1 0 calc(50% - 4px);
    -moz-box-flex: 1 0 calc(50% - 4px);
    -webkit-flex: 1 0 calc(50% - 4px);
    -ms-flex: 1 0 calc(50% - 4px);
    flex: 1 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}

.purchase-details__buttons .action_button.action_button--secondary {
  background-color: transparent;
  border: 1px solid var(--secondary-btn-color);
  color: var(--secondary-btn-color);
  box-shadow: none;
  line-height: 1.2;
  padding: 10px 0;
  min-height: 44px;
  height: 100%;
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin: 0;
  max-width: 100%;
}

@media only screen and (min-width: 1401px) {
  .purchase-details__buttons .action_button.action_button--secondary {
    -webkit-box-flex: 1 0 calc(50% - 4px);
    -moz-box-flex: 1 0 calc(50% - 4px);
    -webkit-flex: 1 0 calc(50% - 4px);
    -ms-flex: 1 0 calc(50% - 4px);
    flex: 1 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}

@media only screen and (max-width: 798px) {
  .purchase-details__buttons .action_button.action_button--secondary {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 799px) {
  .purchase-details__buttons .action_button.action_button--secondary:hover {
    background-color: var(--btn-color);
    color: var(--btn-text-color);
  }
}

.purchase-details__buttons .action_button.action_button--secondary:focus {
  background-color: var(--btn-color);
  color: var(--btn-text-color);
}

.purchase-details__buttons.purchase-details__spb--true {
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-top: 10px;
  margin-left: 0;
}

@media only screen and (max-width: 798px) {
  .purchase-details__buttons.purchase-details__spb--true {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.purchase-details__buttons.purchase-details__spb--true .action_button.action_button--secondary {
  -webkit-box-flex: 1 0 50%;
  -moz-box-flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: calc(50% - 6px);
}

@media only screen and (max-width: 798px) {
  .purchase-details__buttons.purchase-details__spb--true .action_button.action_button--secondary {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
}

.purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
  margin-left: 6px;
  max-width: calc(50% - 6px);
  height: inherit;
}

@media only screen and (max-width: 798px) {
  .purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
}

.purchase-details__buttons.product-is-unavailable .add_to_cart,
.purchase-details__buttons.product-is-unavailable .shopify-payment-button {
  opacity: 0.5;
  pointer-events: none;
}

.purchase-details__buttons.product-is-unavailable .add_to_cart {
  padding: 10px 5px;
}

@media only screen and (max-width: 1024px) {
  .sidebar--true .purchase-details {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .sidebar--true .purchase-details .purchase-details__quantity,
  .sidebar--true .purchase-details .purchase-details__buttons {
    margin: 0 0 10px;
    width: 100%;
  }

  .sidebar--true .purchase-details .action_button.action_button--secondary,
  .sidebar--true .purchase-details .shopify-payment-button {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0 0 10px;
    max-width: 100%;
  }
}

#checkout {
  min-height: 54px;
  /* Match the height of additional checkout buttons. */
}

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

.additional-checkout-button,
.additional-checkout-button.additional-checkout-button--paypal,
.additional-checkout-button.additional-checkout-button--google-pay {
  min-width: 100% !important;
  /* Overwrite inline style */
}

/* #Tabs
  ================================================== */
ul.tabs {
  display: block;
  margin: 25px 0;
  border-bottom: solid 1px var(--border-color);
  border-top: 0;
  list-style: none outside;
  text-transform: uppercase;
  padding-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;
  cursor: pointer;
}

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  line-height: 30px;
  margin-right: 60px;
  font-size: 13px;
  outline: none;
}

@media(max-width: 960px) {
  ul.tabs li a {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 798px) {
  ul.tabs li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  ul.tabs li a {
    margin-right: 20px;
  }
}

ul.tabs li a.active {
  border-bottom: solid 3px var(--border-color);
  background-color: var(--shop-bg-color);
  border-bottom: solid 3px var(--headline-border-color);
  height: 31px;
  position: relative;
  border-right-width: 1px;
  color: var(--regular-color);
}

ul.tabs li:last-child a {
  margin: 0;
}

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

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

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

ul.tabs-content ul {
  padding-left: 0;
}

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

.faqAccordion > dt > button {
  background: transparent;
  position: relative;
  padding: 20px 20px 20px 40px;
  color: var(--headline-color);
  border-bottom: 1px solid var(--border-color);
  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: var(--regular-font), var(--regular-font-fallback);
  font-style: var(--regular-font-style);
  box-shadow: none;
  border-radius: 0;
  font-size: 18px;
}

.faqAccordion > dt > button:hover,
.faqAccordion > dt > button:focus {
  border: none;
  border-bottom: 1px solid var(--border-color);
  color: var(--link-hover-color);
}

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

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

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

.faqAccordion > dd {
  color: var(--regular-color);
  padding: 20px 0;
}

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

@media only screen and (max-width: 798px) {
  .faqAccordion > 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;
}

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

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="range"],
input[type="color"],
select,
textarea {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 10px;
  margin: 0 0 15px;
  line-height: 22px;
  border: 1px solid var(--border-color);
  outline: none;
  background: #fff;
  color: #5f6a7d;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
    border-radius: 3px;
  
}

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

  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="search"],
  input[type="url"],
  input[type="tel"],
  input[type="number"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="range"],
  input[type="color"],
  select,
  textarea {
    font-size: 16px;
  }
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="month"]:active,
input[type="month"]:focus,
input[type="week"]:active,
input[type="week"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="range"]:active,
input[type="range"]:focus,
input[type="color"]:active,
input[type="color"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
}

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

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

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

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

select {
  background: #fff url('//cdn.shopify.com/s/files/1/1380/9789/t/55/assets/select.png?v=36982718988756066131670884243') no-repeat 96% 50%;
  background-size: 18px 12px;
  
    padding: 8px 14px 8px;
    border-radius: 3px;
  
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

label,
legend,
.option_title {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
  text-transform: var(--button-font-transform);
}

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

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

textarea {
  min-height: 120px;
  padding: 15px 9px;
}

.acceptsMarketing {
  margin-bottom: 20px;
}

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

input.sign_up[type="submit"] {
  margin-left: 5px;
  display: inline-block;
}

input.contact_email[type="email"] {
  width: 320px;
  display: inline-block;
  float: left;
}

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

/* #Contact Form
  ================================================== */
div.container.contact-form-container {
  padding-top: 0;
}

.contact-form .contact-form__content {
  margin-bottom: 20px;
}

.contact-form label,
.custom-contact-form label {
  margin-bottom: 12px;
}

.contact-form ul li label,
.custom-contact-form ul li label {
  font-family: var(--regular-font), var(--regular-font-fallback);
  text-transform: var(--regular-font-transform);
  font-weight: var(--regular-font-weight);
}

.contact-form__position--right,
.custom-contact-form__position--right {
  float: right;
}

.custom-contact-form .contact-block {
  margin-bottom: 20px;
}

.custom-contact-form .custom-contact-form__image {
  margin-bottom: 20px;
}

.custom-contact-form .custom-contact-form__social .social_icons {
  padding: 0;
  margin-bottom: 40px;
}

.custom-contact-form .custom-contact-form__logo {
  max-width: 150px;
  margin: 0 auto 20px;
}

.custom-contact-form .contact-block--checkbox ul,
.custom-contact-form .contact-block--radio ul {
  padding: 0;
  margin: 0;
}

.custom-contact-form .contact-block--checkbox ul li,
.custom-contact-form .contact-block--radio ul li {
  margin-bottom: 8px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.custom-contact-form .contact-block--checkbox ul li input,
.custom-contact-form .contact-block--radio ul li input {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.custom-contact-form .contact-block--checkbox ul li label,
.custom-contact-form .contact-block--radio ul li label {
  margin-bottom: 0;
}

.custom-contact-form .contact-block--checkbox ul li:last-child label,
.custom-contact-form .contact-block--radio ul li:last-child label {
  margin-bottom: 0;
}

.page-contact .footer {
  margin-top: 0;
}

.page-contact .custom-contact-form {
  margin-top: 25px;
}

#target {
  padding: 20px;
  text-align: center;
}

.items_left {
  color: var(--was-price-color);
}

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

.remove_item a {
  font-size: smaller;
  color: var(--regular-color);
}

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

ul.cart_items {
  padding-top: 0;
  padding-bottom: 0;
}

.cart_content li.mini-cart__item {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.cart_content .notification-discount {
  color: var(--sale-color);
  padding: 15px 0 0;
  margin: 0;
  line-height: 1;
}

li.mini-cart__item a,
li.mini-cart__item a:active,
#header li.mini-cart__item a,
#header li.mini-cart__item a:active {
  position: relative;
  font-size: inherit;
  text-align: left;
}

.cart_image {
  float: left;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  padding-right: 20px;
}

.cart_image img {
  display: block;
}

@media only screen and (max-width: 480px) {
  .cart_image {
    padding-right: 10px;
  }
}

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

a.continue:hover {
  opacity: 1;
}

.empty_cart {
  text-align: center;
  font-size: 18px;
  padding: 40px 0 25px;
  color: inherit;
}

#shipping-calculator.columns {
  float: none;
}

.cart__blocks {
  margin-top: 30px;
}

input[type="button"].get-rates.action_button {
  margin-top: 0;
}

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

#customer_login {
  margin-bottom: 2px;
}

.multi_select {
  display: none;
}

/* Product Page Elements */
.container .align_right--images > div.columns {
  float: right;
}

.vendor {
  margin-bottom: 6px;
}

.section.product_section {
  margin-top: 0;
}

.product_section .description {
  margin-bottom: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}

.modal_price {
  padding-bottom: 8px;
  display: block;
}

.product_section .description.bottom {
  margin-top: 15px;
  border-bottom: none;
}

.sale_banner_product,
.new_banner_product,
.preorder_banner_product {
  font-family: var(--nav-font), var(--nav-font-fallback);
  font-weight: var(--nav-font-weight);
  font-size: var(--nav-font-size);
  font-style: var(--nav-font-style);
  text-transform: var(--nav-font-transform);
  letter-spacing: var(--nav-font-letter-spacing);
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 13px;
  display: inline-block;
  font-size: 15px;
  white-space: nowrap;
  
}



.sale_banner_product {
  background: var(--sales-banner-color);
}

.new_banner_product,
.preorder_banner_product {
  background: var(--new-banner-color);
}

.preorder_banner_product,
.product-list .thumbnail .preorder_banner {
  font-size: 12px;
}

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

  .preorder_banner_product,
  .product-list .thumbnail .preorder_banner {
    font-size: 8px;
  }
}

.product_links {
  margin-bottom: 8px;
  font-size: 0.9em;
  border-top: 1px solid var(--border-color);
  padding: 10px 0 5px;
}

.product_links p {
  margin: 2px 0;
}

.social_buttons {
  border-top: 1px solid var(--border-color);
  padding-top: 20px;
  font-size: 1em;
  margin-bottom: 25px;
}

@media only screen and (max-width: 798px) {
  .social_buttons {
    text-align: center;
  }
}

.share_article .social_buttons {
  border-top: none;
  padding-top: 0;
}

@media only screen and (max-width: 798px) {
  .share_article .social_buttons {
    padding-top: 15px;
  }
}

.share-btn {
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  margin-right: 6px;
  margin-bottom: 10px;
}

.share-btn a {
  color: #fff;
  padding: 10px 10px 8px;
  border: solid 1px #e2e2e2;
  display: inline-block;
  transition: all 500ms ease 0s;
  
    border-radius: 100px;
    width: 44px;
    height: 44px;
  
}

.icon-twitter-share:before {
  color: #09AEEC;
}

.icon-twitter-share:hover {
  background-color: #09AEEC;
  border-color: #09AEEC;
  color: #fff;
}

.icon-twitter-share:hover:before {
  color: #fff;
}

.icon-facebook-share:before {
  color: #49659D;
}

.icon-facebook-share:hover {
  background-color: #49659D;
  border-color: #49659D;
  color: #fff;
}

.icon-facebook-share:hover:before {
  color: #fff;
}

.icon-pinterest-share:before {
  color: #CB1F2A;
}

.icon-pinterest-share:hover {
  background-color: #CB1F2A;
  border-color: #CB1F2A;
  color: #fff;
}

.icon-pinterest-share:hover:before {
  color: #fff;
}

.icon-mail-share:before {
  color: #888;
}

.icon-mail-share:hover {
  background-color: #888;
  border-color: #888;
  color: #fff;
}

.icon-mail-share:hover:before {
  color: #fff;
}

/* Quantity Box for Product Page */
.product-quantity-box .quantity,
.product-quantity-box .quantity:focus,
.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
  border: #e2e2e2 1px solid;
  color: #000;
}

.product-quantity-box label {
  margin-bottom: 0.5em;
}

.product-quantity-box {
  margin-right: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-quantity-box label {
  text-align: left;
}

.product-quantity-box .quantity {
  text-align: center;
  padding: 6px 15px;
  width: 38%;
  height: 44px;
  border-radius: 0;
  -webkit-appearance: none;
  float: left;
}

@media only screen and (max-width: 798px) {
  .product-quantity-box .quantity {
    width: calc(100% - 88px);
  }
}

.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
  background: #f2f2f2;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  height: 44px;
  display: block;
  width: 44px;
  text-align: center;
  float: left;
}

.product-quantity-box .product-plus:hover,
.product-quantity-box .product-minus:hover {
  background: #d9d9d9;
}

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

  .product-quantity-box .product-plus,
  .product-quantity-box .product-minus {
    display: inline;
    display: initial;
    margin: 0;
  }
}

.product-quantity-box .product-plus {
  border-left: 0;
  font-size: 16px;
  line-height: 44px;
}

.product-quantity-box .product-minus {
  border-right: 0;
  line-height: 44px;
  font-size: 18px;
}

.product-quantity-box + .inline_purchase {
  margin-top: 31.5px;
  width: 55%;
  float: left;
}

.product_section .product_form,
.product_section .contact-form {
  max-width: 400px;
}

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

  .product_section .product_form,
  .product_section .contact-form {
    max-width: 100%;
  }
}

/* Full width product image template */
.product-full_width_images .product_section .description img {
  display: none;
}

.full-width-product-images img {
  display: block;
  width: 100%;
}

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

  .full-width-product-images .caption.align-center,
  .full-width-product-images .caption.align-right,
  .full-width-product-images .caption.align-left {
    text-align: center;
  }
}

/* #Blog
  ================================================== */
.sidebar .sidebar_content .input-row {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}

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

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

.input-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}

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

.input-row input {
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  max-height: 40px;
}

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

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

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

.newsletter-both-names--true input.firstName {
  margin-right: 5px;
}

/*--- Newsletter popup ---*/
.js-newsletter-popup {
  display: none;
}

.newsletter__lightbox .fancybox-content {
  width: 100%;
  max-width: 740px;
  padding: 0;
  
}

.newsletter__lightbox .fancybox-close-small {
  
  
}

@media only screen and (max-width: 480px) {
  .newsletter__lightbox .fancybox-close-small {
    display: block;
  }
}

@media only screen and (max-width: 798px) {
  .newsletter__lightbox .fancybox-close-small svg path {
    fill: white;
  }
}

.newsletter__lightbox .fancybox-toolbar {
  display: none;
}

.newsletter-popup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  background-color: var(--newsletter-popup-background-color);
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .newsletter-popup {
    line-height: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 799px) and(max-width: 1024px) {
  .popup-signup-show--true input.sign_up {
    margin-left: 0;
  }
}

.popup-signup-show--false {
  display: none;
}

.newsletter-both-names--false .newsletter input[type="text"] {
  width: 100%;
}

.newsletter-img {
  width: 40%;
}

@media only screen and (max-width: 798px) {
  .newsletter-img {
    width: 100%;
  }
}

.newsletter-img img {
  width: 100%;
  display: block;
}

.newsletter-info {
  text-align: var(--newsletter-popup-text-align);
  color: var(--newsletter-popup-color);
  background-color: var(--newsletter-popup-background-color);
  height: auto;
  float: left;
}

@media only screen and (max-width: 798px) {
  .newsletter-info {
    padding: 20px;
    width: 100% !important;
    position: relative;
  }
}

.newsletter-info input.contact_email[type="email"] {
  width: 65%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .newsletter-info input.contact_email[type="email"] {
    width: 100%;
  }
}

.newsletter-info #contact_form input.sign_up[type="submit"] {
  width: calc(35% - 10px);
}

@media only screen and (max-width: 1024px) {
  .newsletter-info #contact_form input.sign_up[type="submit"] {
    width: 100%;
  }
}

.newsletter-info .input-row {
  margin-right: 0;
  margin-left: 0;
}

.newsletter-info .popup-signup-show--true {
  margin-top: 20px;
}

.newsletter-image--true .newsletter-popup__content {
  width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media only screen and (max-width: 798px) {
  .newsletter-image--true .newsletter-popup__content {
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .newsletter-image--true {
    max-height: 875px;
  }
}

@media only screen and (min-width: 1025px) {
  .newsletter-image--true.object-fit--none {
    height: auto;
  }
}

.newsletter-image--false {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.newsletter-image--false .newsletter-info {
  width: 100%;
  position: relative;
  height: auto;
  float: none;
}

.align-left .newsletter-info {
  right: 0;
}

.newsletter-description h2 {
  color: var(--newsletter-popup-color);
  margin-top: 0;
}

.newsletter-description {
  padding: 40px;
  margin: 0 auto;
}

@media only screen and (max-width: 798px) {
  .newsletter-description {
    font-size: inherit;
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .newsletter-description {
    padding: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .newsletter-description {
    min-width: 350px;
  }
}

@media only screen and (min-width: 1401px) {
  .newsletter-description {
    font-size: inherit;
  }
}

.newsletter-buttons .button {
  height: auto;
  background-color: transparent;
  color: var(--newsletter-popup-color);
  border: 1px solid var(--newsletter-popup-color);
  transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  
    margin-right: 15px;
  
}

.newsletter-buttons .button:hover,
.newsletter-buttons .button.highlight-true {
  background-color: var(--newsletter-popup-color);
  color: var(--newsletter-popup-background-color);
  border: 1px solid var(--newsletter-popup-color);
}

@media only screen and (max-width: 480px) {
  .newsletter-buttons .button {
    margin-top: 5px;
  }
}

/*--- Newsletter section above footer ---*/
.newsletter_section {
  -webkit-transform: translate3d(0, 0, 0);
  background-color: var(--newsletter-section-background-color);
  color: var(--newsletter-section-color);
}

.newsletter_section h2 {
  color: var(--newsletter-section-color);
  margin-top: 0;
}

.newsletter_section.newsletter-bgr-true {
  background-color: var(--newsletter-section-background-color);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter_section.newsletter-bgr-true input.contact_email[type="email"] {
  border: 0;
}

@media only screen and (max-width: 480px) {
  .newsletter_section.newsletter-bgr-true {
    text-align: center !important;
  }
}

.section_form {
  padding: 10px 20px;
}

.section_form input[type="email"],
.section_form input[type="text"] {
  border: 0;
}

@media only screen and (max-width: 480px) {
  .section_form {
    padding: 0;
  }
}

.section_form .newsletter-text + .newsletter,
.section_form h5 + .newsletter {
  margin-top: 15px;
}

.newsletter_section h5 {
  color: var(--newsletter-section-color) !important;
  padding-top: 0;
  margin: 0;
}

.newsletter_section .newsletter-text p {
  margin-bottom: 0;
}

.newsletter_section .newsletter,
.password-page-row form {
  display: inline-block;
  padding-top: 0 !important;
  width: 450px;
}

@media only screen and (min-width: 481px) and(max-width: 798px) {

  .newsletter_section .newsletter,
  .password-page-row form {
    width: 100%;
    max-width: 100%;
  }
}

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

  .newsletter_section .newsletter,
  .password-page-row form {
    width: 100%;
  }
}

.shopify-challenge__container {
  padding: 150px 0;
}

/*--- Newsletter in footer ---*/
.footer-section .newsletter_section {
  background-color: transparent;
  color: var(--sub-footer-text-color);
}

.footer-section .newsletter_section h6 {
  color: var(--headline-footer-text-color);
  font-size: var(--footer-heading-font-size);
}

.footer-section .newsletter_section p {
  padding: 15px 0;
}

.footer-section .newsletter_section .newsletter {
  width: 100%;
}

.footer-section .newsletter_section .newsletter input {
  width: 100%;
}

.footer-section .newsletter_section .newsletter .action_button {
  margin-left: 0;
}

/* #Tables
  ================================================== */
table tr.order_summary td.label {
  text-align: right;
}

table {
  margin-bottom: 20px;
}

table th {
  font-weight: 700;
  text-align: left;
}

#order_details,
#customer_orders table {
  width: 100%;
}

#order_details th,
#customer_orders table th {
  background: #F9F9F9;
}

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

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

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

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

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


  table {
    width: 100%;
  }

  table th {
    background: #F9F9F9;
  }

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

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

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

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

  table .em {
    font-weight: 700;
  }

/* #Misc
  ================================================== */
.allow-clickthrough {
  pointer-events: none !important;
}

.hidden {
  display: none;
}

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

.remove {
  color: var(--regular-color);
}

.relative {
  position: relative;
}

.half-bottom {
  margin-bottom: 10px !important;
}

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

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

.left {
  float: left;
}

.inline {
  display: inline;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

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

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

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

p.warning {
  text-align: center;
  font-weight: bold;
}

.warning--quantity {
  clear: both;
  display: inline-block;
  margin-top: 15px;
  width: auto;
  text-align: left;
}

@media only screen and (min-width: 799px) {
  .large--right {
    float: right;
    position: relative;
  }
}

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

.mini-cart__item p.warning {
  margin-top: 5px;
  text-align: left;
}

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

.no_border {
  border: none !important;
}

.extra_padding {
  padding-top: 4px;
}

div.hidden {
  display: none;
}

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

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

#instantclick-bar {
  background: var(--link-color);
  z-index: 100000;
  height: 4px;
}

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

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

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

.items_left {
  margin: 0 0 15px;
  line-height: 1.6em;
  font-size: normal;
  font-style: italic;
  color: var(--was-price-color);
}

.cart .paypal-button + .paypal-button {
  display: none;
}

.shopify-reviews.reviewsVisibility--false {
  display: none;
}

/* #Testimonials
  ================================================== */
.testimonial-section {
  position: relative;
}

.testimonial-section .set-static {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.testimonial-section .set-static .caption {
  position: static;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding: 40px;
  margin: auto;
}

.testimonial-section .set-testimonial-height {
  height: 95%;
}

@media only screen and (min-width: 799px) {
  .testimonial-section .darken-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.6);
  }
}

.testimonial-section .feature_divider {
  margin: 25px auto;
  width: 10%;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .testimonial-section .feature_divider {
    margin: 5px auto;
  }
}

.testimonial-section .use-mobile-color .animated {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.testimonial-block.gallery-cell.use-mobile-color {
  background-color: var(--testimonial-bg-color);
}

.testimonial-block.gallery-cell.use-mobile-color .caption .caption-content p {
  color: var(--testimonial-color);
}

@media only screen and (max-width: 480px) {
  .testimonial-block.gallery-cell.use-mobile-color .caption .caption-content p {
    text-shadow: none;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-banner--crop-left {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    font-family: "object-fit: cover; object-position: left";
    min-height: 60vh;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-banner--crop-right {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    font-family: "object-fit: cover; object-position: right";
    min-height: 60vh;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-banner--crop-center {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    min-height: 60vh;
  }
}

.caption-content.testimonial-text {
  width: 80%;
}

.caption-content.testimonial-text .subtitle {
  text-transform: none;
  color: var(--testimonial-color);
}

@media only screen and (max-width: 480px) {
  .caption-content.testimonial-text .subtitle {
    font-weight: normal;
    font-size: 14px;
  }
}

.caption-content.testimonial-text h2,
.caption-content.testimonial-text p.headline {
  color: var(--testimonial-color);
}

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

  .caption-content.testimonial-text h2,
  .caption-content.testimonial-text p.headline {
    text-shadow: none;
  }
}

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

  .caption-content.testimonial-text-mobile h2,
  .caption-content.testimonial-text-mobile .subtitle,
  .caption-content.testimonial-text-mobile p.headline {
    color: var(--regular-color);
  }
}

@media only screen and (max-width: 480px) {
  .testimonial-block .caption {
    margin: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.testimonial-slideshow,
.testimonial-block.gallery-cell {
  background-color: transparent;
}

/* #FAQ Template
  ================================================== */
.page-faq .faq--heading {
  padding-top: 30px;
}

/* #Team Template
  ================================================== */
.team-page__content--left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 798px) {
  .team-page__content--left {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.team-page__content--right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 798px) {
  .team-page__content--right {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.team-page__text,
.team-page__image,
.team-page__image img {
  width: 100%;
}

.team-page__content--multiple .team-page__text,
.team-page__content--multiple .team-page__image {
  max-width: 50%;
  width: 100%;
}

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

  .team-page__content--multiple .team-page__text,
  .team-page__content--multiple .team-page__image {
    max-width: 100%;
  }
}

.team-page__content--multiple .team-page__text:first-child,
.team-page__content--multiple .team-page__image:first-child {
  margin-right: 20px;
}

.team-page__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.team-page__container {
  max-width: 70%;
}

.team-member__profile.columns,
.team-member__profile.column {
  margin-bottom: 30px;
}

.team-member__name {
  padding-top: 10px;
}

.team-member__wrap {
  position: relative;
}

.team-member__wrap:hover .team-member__overlay {
  opacity: 1;
}

.team-member__overlay {
  opacity: 0;
  transition: opacity 0.3s linear;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.team-member__details {
  -ms-transform: translateY(-50.1%);
  -webkit-transform: translateY(-50.1%);
  transform: translateY(-50.1%);
  top: 50%;
  padding: 20px;
  position: absolute;
  width: 100%;
}

.team-member__details img {
  display: block;
}

.team-member__details p {
  margin-top: 10px;
  line-height: 1.3;
}

.team-member__details .icon-twitter {
  display: inline-block;
  vertical-align: middle;
}

.team-member__title {
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}

.team-member__title:after {
  width: 30%;
  display: block;
  margin: 20px auto 0;
  content: '';
  height: 3px;
}

/* #Logo-list
  ================================================== */
.logo-bar {
  text-align: center;
  margin-bottom: 20px;
}

.logo-bar a {
  transition: ease all 0.6s;
}

.logo-bar a:hover {
  opacity: 0.6;
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: 160px;
  margin-top: 20px;
}

@media only screen and (min-width: 799px) {
  .logo-bar__item {
    margin-left: 25px;
    margin-right: 25px;
  }
}

/* #Gallery Section
  ================================================== */
div.container.gallery-content {
  margin-top: 0;
  padding-top: 0;
}

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

.gallery-section .container {
  padding: 0;
}

.gallery-section .gallery-break {
  width: 100%;
  clear: both;
}

.gallery-section .display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.gallery-section .display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.gallery-section .gallery-image-wrapper,
.gallery-section .gallery-empty-wrapper {
  margin: 5px;
  position: relative;
}

.gallery-section .gallery-empty-wrapper {
  min-height: 150px;
}

.gallery-section .gallery-empty-wrapper:nth-child(even) .placeholder-svg {
  background-color: rgba(53, 87, 44, 0.3);
}

.gallery-section a {
  display: block;
}

.gallery-image-wrapper .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.gallery-image-wrapper .overlay .icon-zoom {
  color: white;
  font-size: 1.5em;
  top: 50%;
}

.gallery-image-wrapper:hover .overlay {
  opacity: 1;
}

.two-per-row .overlay .icon-zoom {
  font-size: 2.5em;
}

.three-per-row .overlay .icon-zoom {
  font-size: 2em;
}

.gallery-section.gallery-horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-section.gallery-horizontal i {
  display: block;
}

.gallery-section.gallery-horizontal img {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 2000px) {
  .gallery-section.gallery-horizontal .gallery-image-wrapper:last-child {
    width: 15%;
    flex-basis: initial !important;
    flex-grow: initial !important;
  }
}

.gallery-section.gallery-horizontal .gallery-empty-wrapper {
  width: 190px;
}

.gallery-full {
  display: inline-block;
  width: 100%;
}

.gallery-full .gallery-image-wrapper,
.gallery-full .gallery-empty-wrapper {
  margin: 0;
}

.gallery-full .gallery-empty-wrapper {
  width: 25%;
}

.gallery-section.gallery-classic .gallery-image-wrapper,
.gallery-section.gallery-classic .gallery-empty-wrapper {
  display: block;
  float: left;
  margin: 0;
}

.gallery-section.gallery-classic .gallery-image-wrapper img,
.gallery-section.gallery-classic .gallery-image-wrapper svg,
.gallery-section.gallery-classic .gallery-empty-wrapper img,
.gallery-section.gallery-classic .gallery-empty-wrapper svg {
  width: 100%;
  display: block;
}

.gallery-section.gallery-classic .add-padding {
  padding: 5px;
}

.gallery-section.gallery-classic .two-per-row {
  width: 50%;
}

@media only screen and (max-width: 798px) {
  .gallery-section.gallery-classic .two-per-row {
    width: 100%;
  }
}

.gallery-section.gallery-classic .three-per-row {
  width: 33.333%;
}

@media only screen and (max-width: 798px) {
  .gallery-section.gallery-classic .three-per-row {
    width: 100%;
  }
}

.gallery-section.gallery-classic .four-per-row {
  width: 25%;
}

@media only screen and (max-width: 798px) {
  .gallery-section.gallery-classic .four-per-row {
    width: 100%;
  }
}

.gallery-section.gallery-classic .five-per-row {
  width: 20%;
}

@media only screen and (max-width: 798px) {
  .gallery-section.gallery-classic .five-per-row {
    width: 100%;
  }
}

.gallery-section.gallery-masonry .masonry {
  font-size: 0.85em;
  line-height: 0;
  margin: 10px 0;
  column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
}

.gallery-section.gallery-masonry .gallery-empty-wrapper {
  min-height: 100px;
  overflow: hidden;
}

.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
  min-width: 800px;
}

.gallery-section.gallery-masonry .gallery-empty-wrapper svg path {
  display: none;
}

.gallery-section.gallery-masonry .adjust-columns {
  column-gap: 0;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  overflow: hidden;
}

.gallery-section.gallery-masonry .gallery-image-wrapper,
.gallery-section.gallery-masonry .gallery-empty-wrapper {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden;
}

.gallery-section.gallery-masonry .gallery-image-wrapper img,
.gallery-section.gallery-masonry .gallery-image-wrapper svg,
.gallery-section.gallery-masonry .gallery-empty-wrapper img,
.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
  width: 100%;
  display: block;
}

.gallery-section.gallery-masonry .two-per-row {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .two-per-row {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (max-width: 400px) {
  .gallery-section.gallery-masonry .two-per-row {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.gallery-section.gallery-masonry .three-per-row {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .three-per-row {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (max-width: 400px) {
  .gallery-section.gallery-masonry .three-per-row {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.gallery-section.gallery-masonry .four-per-row {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .four-per-row {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (max-width: 400px) {
  .gallery-section.gallery-masonry .four-per-row {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.gallery-section.gallery-masonry .five-per-row {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .five-per-row {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (max-width: 400px) {
  .gallery-section.gallery-masonry .five-per-row {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.gallery-section.gallery-masonry.gallery-full .gallery-image-wrapper,
.gallery-section.gallery-masonry.gallery-full .gallery-empty-wrapper {
  margin: 0 !important;
}

/* #Recently Viewed
  ================================================== */
.rv-container {
  display: block;
}

.rv-container .thumbnail:empty {
  margin-bottom: 0;
}

.rv-main .flickity-page-dots {
  bottom: 25px;
}

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

.sidebar .collection_swatches .swatch {
  float: left;
}

.sidebar .toggle_list .rv-container a:hover {
  border-color: transparent;
}

.sidebar .toggle_list .rv-container a.product-info__caption.hidden {
  display: none;
}

@media only screen and (max-width: 798px) {
  .sidebar .toggle_list .rv-container a.product-info__caption.hidden {
    display: block;
  }
}

.sidebar .recently-viewed__title {
  display: none;
}

.sidebar .rv-sidebar-element {
  max-width: 75%;
}

.sidebar .rv-sidebar-element .product_image a {
  display: block;
  min-width: 100%;
}

.sidebar .rv-sidebar-element .product_image img {
  height: auto;
}

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

  .sidebar .product-list .thumbnail .title,
  .sidebar .product-list .thumbnail .price,
  .sidebar .product-list .thumbnail .brand {
    text-align: left;
    display: block;
  }
}

.sidebar .product-list .thumbnail .thumbnail-overlay {
  position: relative;
  opacity: 1;
  background: transparent;
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details {
  position: relative;
  transform: none;
  transition: none;
  opacity: 1;
  text-align: left;
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .title {
  color: var(--regular-color);
  padding: 0;
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .title,
.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .price {
  font-size: 0.9vw;
}

.sidebar .product-list .thumbnail .thumbnail-overlay .info {
  position: relative;
  font-size: 12px;
  opacity: 1;
  top: 0;
  transform: translateY(0);
  padding-bottom: 0;
}

.sidebar .product-list .thumbnail .thumbnail-overlay .info .quick_shop {
  display: none;
}

.product-description-bottom .js-recently-viewed.rv-main {
  clear: both;
}

.rv-box-element .js-recently-viewed-product:nth-child(2),
.rv-sidebar-element .js-recently-viewed-product:nth-child(2) {
  display: none;
}

/* #Search autocomplete
  ================================================== */
.dropdown .header_search_form .search__results .item-result,
.main_nav .search__results .item-result {
  left: 0;
  width: 100%;
  background: var(--header-bg-color);
  border-left: 0;
  border-right: 0;
}

.dropdown .header_search_form .search__results .item-result a .title,
.main_nav .search__results .item-result a .title {
  color: var(--nav-color);
  transition: all 0.3s ease-in-out;
}

.dropdown .header_search_form .search__results .item-result a:hover,
.main_nav .search__results .item-result a:hover {
  background: var(--header-bg-color);
}

.dropdown .header_search_form .search__results .item-result a:hover .title,
.main_nav .search__results .item-result a:hover .title {
  color: var(--nav-color-hover);
}

.dropdown .header_search_form .search__results .item-result a:hover span,
.main_nav .search__results .item-result a:hover span {
  color: var(--nav-color);
}

.dropdown .header_search_form li.all-results a:hover,
.main_nav li.all-results a:hover {
  color: var(--btn-text-color);
}

.nav .search__results {
  width: 350px;
  right: 0;
  left: auto;
}

.nav .search__results li a:active {
  transition: ease-in-out 0s all;
}

.search_container input {
  z-index: 29;
}

.search__results {
  z-index: 30;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: absolute;
}

.search__results li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px var(--divider-style) var(--border-color);
  overflow: hidden;
}

.search__results li:first-child {
  border-top: none;
}

.search__results li a,
.search__results li a:active {
  width: 100%;
  transition: ease-in-out 0.3s all;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 20px;
}

.search__results li a:hover {
  background-color: rgba(53, 87, 44, 0.1);
}

.search__results li a:active {
  background-color: rgba(53, 87, 44, 0.3);
}

.search__results li img {
  display: block;
}

.search__results .title {
  text-transform: none;
  padding-left: 8px;
  text-align: left;
  font-size: var(--nav-font-size);
}

.search__results .thumbnail {
  padding: 0;
  text-align: center;
}

.search__results .thumbnail img {
  max-width: 70px;
  max-height: 70px;
}

.search__results .result--page .title {
  padding-left: 0;
}

.search__results .result--page span.item-pricing {
  text-transform: none;
  font-weight: lighter;
  font-size: 0.8rem;
}

.menu a span.item-pricing,
span.item-pricing {
  padding: 0;
}

.menu a span.item-pricing span,
span.item-pricing span {
  padding: 0;
}

.all-results {
  width: 100%;
  margin: 0;
}

.all-results span {
  display: block;
  width: 100%;
  text-align: center;
}

.all-results span.item-pricing {
  color: var(--link-color);
}

.all-results a {
  color: var(--btn-text-color);
  background-color: var(--btn-color);
}

.all-results a:hover {
  background-color: var(--btn-hover-color);
}

/* #Search page
  ================================================== */
.search-template-section form {
  position: relative;
}

.search-template-section .search_container {
  position: relative;
}

.search-template-section .search_container .search-submit {
  z-index: 900;
}

.search-template-section .search_container input {
  
    border-radius: 3px;
  
}

.search-matrix .product_row {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}

.search-matrix .product_row:last-child {
  border-bottom: none;
}

/* #Search Section
  ================================================== */
.search-bgr-true {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.search-section {
  background-color: var(--search-section-bg-color);
  width: 100%;
  display: inline-block;
}

.search-section h2 {
  margin-bottom: 0.25em;
}

.search-section h2,
.search-section p {
  color: var(--search-section-color);
}

.search-section .container {
  padding: 40px 0;
}

.text-align--center .search__container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.text-align--left .search__container {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.text-align--right .search__container {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.search__container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.search__container .search__wrapper {
  display: inline-block;
  position: relative;
  max-width: 650px;
  width: 100%;
}

.search__container input[type="text"] {
  font-size: var(--regular-font-size);
  display: inline-block;
  border: 1px solid #000;
  min-height: 50px;
  height: 50px;
  margin-bottom: 0;
}

.search__container input[type="text"]:active,
.search__container input[type="text"]:focus {
  border: 1px solid #000;
}

.search__form {
  width: 100%;
  max-width: 650px;
  position: relative;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search__results {
  top: 100%;
  width: 100%;
}

.search__results li {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

.search__results .all-results {
  border: 0;
  background-color: var(--btn-color);
  width: 100%;
  margin: 0;
}

.search__results .all-results span {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0;
}

.search__results .all-results span.item-pricing {
  color: var(--link-color);
}

.search__results .all-results a,
.search__results .all-results a:active {
  color: var(--btn-text-color);
  padding: 20px;
  text-align: center;
  display: block;
  line-height: 1;
}

.search__results .all-results:hover {
  background-color: var(--btn-hover-color);
}

.search__button {
  position: absolute;
  margin-top: 0;
  top: 0;
  height: 50px;
  width: 50px;
  right: 0;
  padding: 0;
  background-color: #000;
  border-color: transparent;
  color: white;
  font-size: 24px;
  
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  
}

.search__button:hover {
  color: white;
  background-color: #999999;
  border: 1px solid #000;
  border-left: 0;
}

/* #Site Styles
  ================================================== */
div.container {
  margin: 0 auto;
  padding: 20px 0;
}

.featured_text {
  font-size: 18px;
  line-height: 36px;
}

.large_text {
  font-size: 28px;
  line-height: 50px;
}

div.content {
  padding: 30px 0 15px;
}

/* #Header
  ================================================== */
@media only screen and (max-width: 798px) {
  .dropdown .header_search_form .search__results {
    margin-top: 30px;
  }
}

.dropdown .header_search_form .search-terms {
  height: 50px;
  min-height: 50px;
}

.main_nav div.logo a {
  padding-top: var(--logo-top-padding);
  padding-bottom: var(--logo-top-padding);
  display: block;
  color: var(--logo-color) !important;
  outline: 0;
}

.menu-position--block div.logo {
  width: 100%;
}

.menu-position--block .sticky_nav div.logo {
  display: none;
}

.menu-position--inline div.logo {
  padding-left: 20px;
}

div.logo {
  width: 16%;
  float: left;
}

div.logo img {
  width: 100%;
}

div.logo.text-align--center img {
  margin: 0 auto;
}

div.logo.text-align--left {
  padding-left: 20px;
}

.primary_logo {
  display: block;
}

.secondary_logo {
  display: none;
}

header.feature_image.secondary_logo--true img.primary_logo,
header.feature_image.secondary_logo--true img.secondary_logo {
  display: none;
}

header.secondary_logo--true:not(.feature_image) img.secondary_logo {
  display: none !important;
}

header.secondary_logo--true:not(.feature_image) img.primary_logo {
  display: inline !important;
}

.featured_content,
.featured_content h1,
.featured_content h2,
.featured_content h3,
.featured_content h4,
.featured_content h5,
.featured_content h6 {
  color: var(--homepage-content-text-color);
}

.featured_content {
  background-color: var(--homepage-content-bg-color);
}

.nav_arrows {
  float: right;
}

.sku {
  margin: 0;
}

#category {
  width: 100%;
}

/* Pagination & infinite scrolling */
.paginate,
.load-more {
  text-align: center;
}

.paginate .page a,
.paginate .current,
a.tag {
  border: solid 1px var(--border-color);
  margin: 10px 5px;
  padding: 0.5rem 1rem;
  display: inline-block;
  
    border-radius: 3px;
  
}

.paginate .page a:hover,
.paginate .current:hover,
a.tag:hover {
  color: #fff;
  background-color: var(--link-hover-color);
  border: solid 1px var(--link-hover-color);
}

.paginate .current {
  font-weight: bold;
  color: #fff;
  background-color: var(--link-hover-color);
  border: solid 1px var(--link-hover-color);
}

.paginate .next,
.paginate .prev {
  display: inline-block;
  margin: 10px 0;
  padding: 0.5rem 1rem;
}

.load-more {
  display: none;
  width: 100%;
}

.collection-template-section .load-more,
.search-template-section .load-more {
  display: block;
  clear: both;
}

/* .load-more__icon {
    opacity: 0;
    height: 0;
    width: 0;
    transition: all 0.3s linear;
    background: url('//cdn.shopify.com/s/files/1/1380/9789/t/55/assets/loader.gif') center center no-repeat;
    background-size: 32px 32px;
    margin: 0 auto;
  } */

.collection-matrix.loading-in-progress.filter-loading {
  height: 0;
}

.collection-matrix.loading-in-progress + .load-more__icon {
  width: 44px;
  height: 44px;
  opacity: 1;
}

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

.paginate .deco {
  border: none;
}

/* Product list - collections */
.product-list .thumbnail,
.slider-gallery .thumbnail,
.list-collections .thumbnail {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  display: block;
}

.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in;
}

.product-list .thumbnail .thumbnail-overlay > a,
.slider-gallery .thumbnail .thumbnail-overlay>a,
.list-collections .thumbnail .thumbnail-overlay > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

  .product-list .thumbnail .thumbnail-overlay,
  .slider-gallery .thumbnail .thumbnail-overlay,
  .list-collections .thumbnail .thumbnail-overlay {
    display: none;
  }
}

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

  .product-list .thumbnail .thumbnail-overlay,
  .slider-gallery .thumbnail .thumbnail-overlay,
  .list-collections .thumbnail .thumbnail-overlay {
    line-height: 1.5;
  }
}



  .product-list .thumbnail .thumbnail-overlay,
  .slider-gallery .thumbnail .thumbnail-overlay,
  .list-collections .thumbnail .thumbnail-overlay {
    background-color: #000;
  }


.product-list .thumbnail img,
.slider-gallery .thumbnail img,
.list-collections .thumbnail img {
  vertical-align: bottom;
  transition: opacity 0.3s ease-in;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: contain; object-position: top center";
}

.product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
  
    display: block;
  
  margin-top: 20px;
}

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

  .product-list .thumbnail .product-info__caption,
  .slider-gallery .thumbnail .product-info__caption,
  .list-collections .thumbnail .product-info__caption {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .touchevents .product-info__caption {
    display: block;
  }

  .touchevents .thumbnail-overlay {
    display: none;
  }
}

.hidden-product-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

/* Swap to second image on hover */

/* Thumbnail overlay */
.quick_shop,
.view_all {
  font-family: var(--nav-font), var(--nav-font-fallback);
  font-weight: var(--nav-font-weight);
  font-size: var(--button-font-size);
  font-style: var(--nav-font-style);
  text-transform: var(--button-font-transform);
  letter-spacing: var(--nav-font-letter-spacing);
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: 1px solid var(--product-hover-text-color);
  padding: 10px 20px;
  margin-top: 2rem;
  color: var(--product-hover-text-color);
  opacity: 0;
  pointer-events: all;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, color 0.3s linear, background-color 0.3s linear;
  
    border-radius: 3px;
  
}

.quick_shop:hover,
.view_all:hover {
  
    color: #ffffff;
    background-color: var(--product-hover-text-color);
  
}



.thumbnail .price span.money {
  color: var(--link-color);
}

.thumbnail .price span.money:hover {
  color: var(--link-hover-color);
}

.thumbnail .sale span.money {
  color: var(--sale-color);
}

.thumbnail .was_price span.money {
  color: var(--was-price-color);
}


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



.thumbnail .sold_out,
.sold_out {
  opacity: 0.5;
  color: var(--regular-color);
}

.sold-out-text {
  opacity: 0.5;
  color: var(--regular-color);
}

.thumbnail .sold_out {
  margin-top: 10px;
}

.thumbnail-overlay .sold_out {
  font-weight: normal;
  color: var(--product-hover-text-color);
}

.thumbnail .sale,
.sale {
  color: var(--sale-color);
}

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

.sale_banner,
.new_banner,
.preorder_banner {
  background: var(--sales-banner-color);
  font-family: var(--nav-font), var(--nav-font-fallback);
  font-weight: var(--nav-font-weight);
  font-style: var(--nav-font-style);
  font-size: 15px;
  text-transform: var(--nav-font-transform);
  letter-spacing: var(--nav-font-letter-spacing);
  padding: 8px 12px;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

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

  .sale_banner,
  .new_banner,
  .preorder_banner {
    padding: 4px 10px;
    font-size: smaller;
  }
}

.new_banner,
.preorder_banner {
  background: var(--new-banner-color);
}

a.secondary_button,
input.secondary_button {
  display: block;
  padding: 15px 0;
  text-align: center;
  border-top: solid 1px var(--border-color);
  border-bottom: solid 1px var(--border-color);
  margin: 10px 0;
  font-family: var(--nav-font), var(--nav-font-fallback);
  font-weight: var(--nav-font-weight);
  font-style: var(--nav-font-style);
  font-size: var(--nav-font-size);
  text-transform: var(--nav-font-transform);
  letter-spacing: var(--nav-font-letter-spacing);
  color: var(--link-color);
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

a.secondary_button:hover,
a.secondary_button:active,
a.secondary_button:visited,
input.secondary_button:hover,
input.secondary_button:active,
input.secondary_button:visited {
  color: var(--link-hover-color);
}

.thumbnail .price,
.thumbnail .title {
  display: block;
  margin-bottom: 5px;
  font-size: inherit;
  line-height: 1.2;
}

.thumbnail .title {
  word-break: break-word;
}

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

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

.cart_page_image {
  text-align: center;
  margin: 10px 0 20px;
  display: block;
}

.cart_page_image img {
  width: 100%;
  display: block;
}

.cart_content_info {
  padding: 0;
}

.cart_content_info h5 {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
}

.cart_content_info .price_total {
  clear: both;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

.subtotal {
  padding-top: 20px;
  padding-left: 40px;
}

@media only screen and (max-width: 798px) {
  .subtotal {
    padding-left: 0;
  }
}

.continue-shopping {
  display: block;
  color: var(--secondary-btn-color);
  text-align: center;
  font-family: var(--nav-font), var(--nav-font-fallback);
  font-weight: var(--button-weight);
  font-style: var(--nav-font-style);
  font-size: var(--button-font-size);
  text-transform: var(--button-font-transform);
  letter-spacing: var(--nav-font-letter-spacing);
  margin-top: 20px;
}

.subtotal_amount {
  font-size: 1.4em;
  font-weight: bold;
}

button.update {
  width: 30%;
  float: right;
}

.size_chart {
  float: right;
  padding-top: 5px;
}

#size-chart {
  display: none;
}

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

.js-sizechart-lightbox {
  cursor: default !important;
}

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

.was_price {
  text-decoration: line-through;
  color: var(--was-price-color);
  text-shadow: none;
  font-weight: normal;
}

.cart_savings {
  text-align: left;
}

.savings {
  font-size: var(--regular-font-size);
  display: block;
}

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

/* #Instagram Feed
  ================================================== */
#instafeed .instagram__item {
  position: relative;
  margin-bottom: 20px;
}

.instagram__item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.instagram__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.instagram__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.instagram__video-link:after,
.instagram__video-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

.instagram__video-link:after {
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -18px;
  margin-left: -7px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}

.instagram__video-link:before {
  margin-top: -34px;
  margin-left: -34px;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.42);
  transition: background 0.3s ease;
}

.instagram__video-link:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

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

.modal {
  margin: 10px 0;
  display: none;
  background-color: var(--modal-background-color);
}

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

.modal_product img {
  cursor: pointer;
}

.modal_image {
  text-align: center;
}

.modal a {
  padding-bottom: 0;
}

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

.product_section .modal_price,
.quick-shop__text-wrap .modal_price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product_section .modal_price .price__container,
.product_section .modal_price .sold-out__container,
.quick-shop__text-wrap .modal_price .price__container,
.quick-shop__text-wrap .modal_price .sold-out__container {
  display: inline-block;
}

.product_section .modal_price .price__container--display-price-true.has-margin-right,
.quick-shop__text-wrap .modal_price .price__container--display-price-true.has-margin-right {
  margin-right: 10px;
}

.product_section .modal_price .sold_out__container,
.quick-shop__text-wrap .modal_price .sold_out__container {
  min-width: 150px;
}

.quick-shop__text-wrap .modal_price.variant-unavailable .price__container {
  display: none;
}

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

.notify_form #contact_form .action_button {
  width: 100%;
}

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

.meta {
  font-size: 13px;
}

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

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

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

.comment-body h6 {
  padding: 0;
}

.sidebar_title {
  padding-bottom: 0;
}

.blog-section h2 {
  margin-bottom: 0;
  line-height: 1.2;
}

.blog-section h2 a {
  color: var(--headline-color);
}

.blog_meta {
  margin-bottom: 0;
}

.blog_meta span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: smaller;
  color: var(--was-price-color);
}

.blog_meta span:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  margin: -1px 5px 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--was-price-color);
}

.blog_meta span:last-child:after {
  background-color: transparent;
}

.tags span a {
  color: var(--link-color);
}

.article-wrap {
  padding-bottom: 25px;
}

@media only screen and (min-width: 799px) {
  .article-wrap .article__title {
    margin-top: 0;
  }
}

@media only screen and (min-width: 799px) {
  .article-wrap .continue-button {
    margin-bottom: 0;
  }
}

.article h3.sub_title {
  letter-spacing: 0;
  margin: 10px auto 0;
}

.article_content {
  margin-top: 20px;
}

.excerpt {
  line-height: 1.5;
  margin: 1em 0;
}

#comment_form .action_button,
#contact_form .action_button {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
}

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

  #comment_form .action_button,
  #contact_form .action_button {
    width: 100%;
  }
}

#contact_form .action_button.sign_up {
  display: inline-block;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  float: none;
}

body.article {
  padding-bottom: 0;
}

.toggle span {
  color: var(--was-price-color);
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: smaller;
  float: right;
  display: none;
}

.sidebar .blog_search {
  margin-bottom: 15px;
}

.sidebar .blog_search input {
  width: 100%;
  
    border-radius: 3px;
  
}

.meta .label,
.label {
  color: var(--was-price-color);
}

.blog_meta,
.blog_meta a {
  color: var(--was-price-color);
}

.blog_meta a:hover {
  color: var(--link-hover-color);
}

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

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

.additional-checkout-buttons {
  text-align: center;
  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: 480px) {
  .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: 0;
}

.or {
  line-height: 40px;
  font-style: normal;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .or {
    line-height: initial;
    text-align: left;
  }
}

.comment {
  margin-bottom: 20px;
}

/*--Author Bio + Social Share Buttons--*/
.author_share_wrap {
  width: 100%;
  border-top: 1px solid var(--border-color);
  min-height: 40px;
  padding: 15px 0;
  margin-top: 15px;
  overflow: auto;
}

.blog_author {
  width: 60%;
  float: left;
}

@media only screen and (max-width: 798px) {
  .blog_author {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
  }
}

.blog_author img {
  width: 80px;
  height: 80px;
  border: 1px solid var(--border-color);
  float: left;
  margin-right: 15px;
}

.author_bio {
  text-align: left;
}

.author_bio h6 {
  padding-top: 0;
}

.author_bio p {
  font-size: 0.9em;
}

.blog_share {
  width: 38%;
  float: right;
  text-align: right;
}

@media only screen and (max-width: 798px) {
  .blog_share {
    width: 100%;
    float: left;
  }
}

.red {
  color: #C33;
}

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

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

.search_page {
  padding: 100px 0;
}

/* #Swatch Styles
  ================================================== */
/* SASS variables for swatch dimensions */
.swatch-element.swatch--active {
  border-color: black;
  box-shadow: 0 0 0 2px white;
}

.selector-wrapper label {
  margin-bottom: 0.5em;
}


  .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 {
    margin: 0.5em 0;
  }

  /* Hide radio buttons.*/
  .swatch input {
    display: none;
  }

  .swatch label {
    float: left;
    min-width: 40px;
    height: 40px;
    margin: 0;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 10px;
  }

  .swatch .color label {
    min-width: 34px;
    height: 34px !important;
    line-height: 34px;
    background-position: center;
    background-size: cover;
  }

  .swatch-element {
    border: #e2e2e2 1px solid;
    min-width: 40px;
    min-height: 40px;
    
  }

  .swatch-element.color {
    padding: 3px;
  }

  .swatch-element.color,
  .swatch-element.color label {
    
    border: #e2e2e2 1px solid;
  }

  .swatch-element.color label {
    padding: 0;
    margin: 0;
    width: 34px;
    height: 34px;
  }

  .swatch_options input:checked + .swatch-element {
    border-color: black;
    box-shadow: 0 0 0 2px white;
  }

  .swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 8px 8px 0;
    position: relative;
  }

  .crossed-out {
    background-image: linear-gradient(to bottom left, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

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

  .swatch .swatch-element.soldout .crossed-out {
    
    display: block;
    height: 100%;
    width: 100%;
    pointer-events: none;
    -o-object-fit: fill;
    object-fit: fill;
    font-family: "object-fit: fill";
  }

  .swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

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

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

  /* CSS triangle */
  .swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgba(51, 51, 51, 0.9) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
  }

  .swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }



.fancybox-bg {
  opacity: 1;
  background-color: rgba(43, 46, 56, 0.9);
}

@media only screen and (max-width: 480px) {
  .fancybox-bg {
    background-color: rgba(255, 255, 255, 0.99);
  }
}

@media only screen and (min-width: 481px) {
  .fancybox-toolbar {
    display: none;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .fancybox-slide {
    padding: 44px 0;
  }
}

/* Add border around images */
@media only screen and (min-width: 481px) {
  .fancybox-slide--image {
    padding: 44px;
  }
}

.fancybox-slide--image .fancybox-image {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 100%;
}

.fancybox-slide--image .fancybox-image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fancybox-slide--image .fancybox-content {
  padding: 0;
  background-color: white;
}

@media only screen and (min-width: 481px) {
  .fancybox-slide--image .fancybox-content {
    box-shadow: 0 0 0 30px white;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .fancybox-slide--image .fancybox-content {
    position: relative !important;
    width: 100%;
    height: 100%;
  }
}

.fancybox-slide--image .fancybox-close-small {
  top: -30px;
  right: -30px;
}

.fancybox-is-scaling .fancybox-image-wrap,
.fancybox-can-pan .fancybox-image-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* Hide elements while zooming or when zoomed-in */
.fancybox-is-scaling .fancybox-item,
.fancybox-can-pan .fancybox-item {
  display: none !important;
}

/* Style close button */
.fancybox-close,
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  z-index: 2;
  color: #95979c;
  background-color: transparent;
}

.fancybox-close svg,
.fancybox-close-small svg {
  display: none;
}

.fancybox-close:hover,
.fancybox-close-small:hover {
  color: black;
}

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

  .fancybox-close,
  .fancybox-close-small {
    display: none;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .fancybox-close,
  .fancybox-close-small {
    display: block !important;
  }
}

.fancybox-close:before,
.fancybox-close-small:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.fancybox-button {
  min-height: auto;
}

@media only screen and (max-width: 480px) {
  .fancybox-button {
    background-color: white;
  }

  .fancybox-button svg path {
    fill: #95979c;
  }
}

/* Style navigation elements */
.fancybox-content:hover .fancybox-nav {
  opacity: 1;
}

.fancybox-nav {
  transition: opacity 0.2s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox-nav span {
  pointer-events: none;
}

.fancybox-nav svg path {
  fill: var(--arrow-color);
}

.fancybox-next {
  right: 0;
}

.fancybox-prev {
  left: 0;
}

.fancybox-nav:hover {
  
}

.fancybox-nav span {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .touchevents .fancybox-nav {
    display: none;
  }
}

.size-chart-wrap img {
  height: auto;
  max-width: 100%;
}

/* #Footer
  ================================================== */
.footer {
  font-size: var(--footer-font-size);
  padding: 20px 0;
  border-top: solid 1px var(--subfooter-border-color);
  background-color: var(--subfooter-color);
  background-position: center center;
  color: var(--sub-footer-text-color);
  
}

.footer .input-row {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}

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

.footer-text .toggle_content {
  padding-top: 15px;
}

.no-footer-title.footer-text .toggle_content {
  padding-top: 0;
}

@media only screen and (max-width: 798px) {
  .no-footer-title.footer-text .toggle_content {
    display: block;
    padding-top: 20px;
  }
}

/* If no shop logo used, apply text styling as per theme settings */
.footer .logo {
  color: var(--logo-color) !important;
  font-size: var(--footer-logo-font-size);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
  width: 100%;
  word-wrap: break-word;
  float: none;
}

@media only screen and (max-width: 798px) {
  .footer .logo {
    text-align: center;
  }
}

img.footer-logo {
  width: 75%;
  max-width: 250px;
  margin-bottom: 10px;
  display: inline-block;
}

@media only screen and (max-width: 798px) {
  img.footer-logo {
    max-width: 50% !important;
    margin: 0 25% 25px;
  }
}

.footer .empty-column {
  width: 100%;
  height: 1px;
}

.footer .footer-menu-wrap h6 {
  margin: 0;
  padding: 10px 0 5px;
  color: var(--headline-footer-text-color);
  font-size: var(--footer-heading-font-size);
}

@media only screen and (max-width: 798px) {
  .footer .footer-menu-wrap h6 {
    border-top: 1px solid var(--subfooter-border-color);
    margin-bottom: 5px;
  }
}

.footer .footer-menu-wrap h6 > span {
  display: none;
}

@media only screen and (max-width: 798px) {
  .footer .footer-menu-wrap h6 > span {
    display: inline-block;
    transition: transform 0.3s linear;
    perspective: 1000;
  }
}

@media only screen and (min-width: 799px) {
  .footer .toggle_content {
    display: block !important;
  }
}

.footer a,
.footer a:visited {
  color: var(--subfooter-link-color);
  font-size: var(--footer-font-size);
}

.footer a:hover,
.footer a:active {
  color: var(--subfooter-link-hover-color);
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
}

.footer ul li {
  margin-bottom: 1em;
  line-height: 1.1;
}

.footer form {
  margin-bottom: 0;
}

.footer-menu-wrap {
  text-align: left;
}

.page-landing .maps {
  position: relative;
  bottom: -7px;
}

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

.newsletter form {
  margin-bottom: 0;
}

.footer_credits {
  border-top: 1px solid var(--subfooter-border-color);
  margin-top: 10px;
}

.payment_methods {
  margin: 10px 0 6px;
  padding-top: 10px;
}

@media only screen and (min-width: 799px) {
  .payment_methods {
    float: right;
    text-align: right;
  }
}

.payment_methods svg {
  padding-right: 4px;
  height: 30px;
  width: 48px;
}

.credits {
  text-align: left;
  /*padding-top: 20px;*/
}

@media only screen and (min-width: 799px) {
  .credits {
    float: left;
  }
}

h6 span,
h4 span,
.sublink span {
  transition: transform 0.3s linear;
  perspective: 1000;
}

.footer-menu-wrap,
#mobile_menu,
.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
}

.footer-menu-wrap .active span,
.footer-menu-wrap span.active,
#mobile_menu .active span,
#mobile_menu span.active,
.sidebar .active span,
.sidebar span.active {
  transform: rotateX(180deg);
}

.sidebar span.menu-toggle {
  float: right;
  display: inline-block;
  cursor: pointer;
  padding: 0 6px;
  margin-right: 0;
  transition: transform 0.3s linear;
  perspective: 1000;
  transform: none;
}

.sidebar span.menu-toggle.active {
  transform: rotateX(180deg);
}

/* Footer and mobile menu accordion (mobile only) */
@media only screen and (max-width: 798px) {

  .footer-menu-wrap h6,
  .sidebar h6,
  #mobile_menu h6 {
    padding-top: 8px;
    cursor: pointer;
    border-top: 1px solid var(--headline-footer-text-color);
    margin-top: 0;
  }

  .footer-menu-wrap h6 span,
  .footer-menu-wrap h4 span,
  .footer-menu-wrap .sublink span,
  .sidebar h6 span,
  .sidebar h4 span,
  .sidebar .sublink span,
  #mobile_menu h6 span,
  #mobile_menu h4 span,
  #mobile_menu .sublink span {
    display: inline-block;
    transition: transform 0.3s linear;
    perspective: 1000;
  }

  .footer-menu-wrap .columns > ul,
  .sidebar .columns>ul,
  #mobile_menu .columns > ul {
    display: none;
    padding-left: 20px;
  }

  .footer-menu-wrap .columns > ul li,
  .sidebar .columns>ul li,
  #mobile_menu .columns > ul li {
    line-height: 1.7;
  }

  .toggle_content {
    display: none;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 799px) {
  h4.toggle {
    pointer-events: none;
  }

  .footer-menu-wrap h6 {
    pointer-events: none;
  }

  .footer-menu-wrap .columns > ul {
    display: block !important;
  }
}

/* Promo banner */
.header .promo_banner a,
.header .promo_banner a:visited a:hover,
#header .promo_banner a,
#header .promo_banner a:visited a:hover {
  color: var(--promo-text-color);
}

.promo_banner {
  background-color: var(--promo-bg-color);
  text-align: center;
  color: var(--promo-text-color);
  font-size: 12px;
  position: relative;
  width: 100%;
  height: 0;
  line-height: 0;
  z-index: 5000;
  top: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}

.promo_banner .promo_banner__content {
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media only screen and (max-width: 798px) {
  .promo_banner .promo_banner__content {
    font-size: 10px;
    max-height: 50px;
  }
}

.promo_banner p {
  margin-bottom: 0;
  display: inline;
  line-height: 1;
}

.promo_banner .promo_banner-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: var(--promo-text-color);
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}

.promo_banner .promo_banner-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.promo_banner-show .promo_banner {
  transition: all 0s linear;
  height: auto;
  min-height: 30px;
  line-height: 1.1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.top_bar {
  padding-top: 0;
  position: relative;
  transition: padding-top 0.3s linear;
}

@media only screen and (max-width: 480px) {
  .top_bar {
    padding-top: 0;
  }
}


  .page_banner + #pagecontent {
    padding-bottom: 0;
  }

  .promo_banner-show .page_banner {
    margin-top: calc(40px + 30px);
  }

  .promo_banner-show .page_banner + #pagecontent {
    padding-bottom: 0;
  }

  .index-sections .under-menu:nth-child(1) {
    margin-top: 40px;
  }

  .page-details-section .under-menu:nth-child(1) {
    margin-top: 40px;
  }

  .index.promo_banner-show #pagecontent {
    display: block;
    padding-bottom: 30px;
  }


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

  .mobile_nav-fixed--true #pagecontent,
  .mobile_nav-fixed--false #pagecontent {
    display: block;
  }

  .mobile_nav-fixed--true .page_banner,
  .mobile_nav-fixed--false .page_banner {
    margin-top: 40px;
  }

  .mobile_nav-fixed--true .page_banner + #pagecontent,
  .mobile_nav-fixed--false .page_banner + #pagecontent {
    padding-bottom: 0;
  }

  .index-sections .under-menu:nth-child(1) {
    margin-top: 0;
  }

  .page-details-section .under-menu:nth-child(1) {
    margin-top: 0;
  }

  .page-banner .under-menu:nth-child(1) {
    margin-top: 0;
  }

  .promo_banner-show.mobile_nav-fixed--true #pagecontent,
  .promo_banner-show.mobile_nav-fixed--false #pagecontent {
    padding-bottom: calc(40px + 30px);
  }

  .promo_banner-show.mobile_nav-fixed--true .page_banner,
  .promo_banner-show.mobile_nav-fixed--false .page_banner {
    margin-top: calc(40px + 30px);
  }

  .promo_banner-show.mobile_nav-fixed--true .page_banner + #pagecontent,
  .promo_banner-show.mobile_nav-fixed--false .page_banner + #pagecontent {
    padding-bottom: 0;
  }
}

/*! Flickity v2.0.10
  http://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;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

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

.flickity-prev-next-button:active {
  opacity: .6;
}

.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:disabled {
  opacity: .3;
  cursor: auto;
}

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

.flickity-prev-next-button .arrow {
  fill: #333;
}

.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-enabled {
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 11%;
  border: none;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  border-radius: 0;
  height: auto;
  max-width: 100px;
  transform: none;
}

.flickity-prev-next-button:hover {
  background: white;
  border: none;
}

.flickity-prev-next-button:focus {
  outline: none;
}

.flickity-prev-next-button:hover,
.flickity-prev-next-button:active {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

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

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

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -1px;
}

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

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=10);
  /* IE8 */
  opacity: 0.1;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50.1%);
  -ms-transform: translateY(-50.1%);
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: var(--arrow-color);
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: var(--arrow-color);
  font-size: 26px;
}

/* ---- page dots ---- */
.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%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/* Custom sliders */
.flickity-slider > li {
  list-style-type: none;
  width: 100%;
  text-align: center;
}

/* General Flickity styling */
img[data-flickity-lazyload] {
  width: auto;
}

.slideshow_animation--fade .flickity-slider {
  transform: none !important;
}

.slideshow_animation--fade .gallery-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}

.slideshow_animation--fade .gallery-cell.is-selected {
  opacity: 1;
  z-index: 0;
}

/* Gallery page */
.lightbox-gallery .gallery-cell {
  width: 100%;
}

.lightbox-gallery .gallery-cell img {
  width: auto;
  max-height: 90vh;
  max-width: 100%;
  display: inline-block;
}

/* Product gallery */
.gallery-arrows--true .product_gallery .flickity-prev-next-button {
  transition: opacity 0.3s linear;
  display: block;
}

@media only screen and (min-width: 799px) {
  .gallery-arrows--true .product_gallery .flickity-prev-next-button {
    opacity: 0;
  }
}

.gallery-arrows--true .product_gallery:hover .flickity-prev-next-button {
  opacity: 0.5;
}

.product_gallery {
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
  transition: opacity 0.2s;
}

@media only screen and (min-width: 799px) and(max-width: 1024px) {
  .product_gallery {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 481px) and(max-width: 798px) {
  .product_gallery {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .product_gallery .flickity-page-dots {
    bottom: 15px;
  }
}

.product_gallery .gallery-cell {
  width: 100%;
  text-align: center;
  display: block;
  margin-right: 10px;
}

.product_gallery .gallery-cell span {
  width: 100%;
  display: block !important;
}

.product_gallery.flickity-enabled {
  opacity: 1;
}

.product_gallery.single-image .flickity-prev-next-button {
  display: none;
}

.product_gallery .flickity-prev-next-button {
  display: none;
}

.product_gallery img {
  background-color: var(--shop-bg-color);
}

.product_gallery_nav {
  text-align: center;
  margin-bottom: 30px;
}

.product_gallery_nav.product_gallery_nav--bottom-thumbnails .gallery-cell {
  width: auto;
}

.product_gallery_nav.product_gallery_nav--bottom-thumbnails img {
  height: 80px;
  width: auto;
}

@media only screen and (min-width: 481px) and(max-width: 798px) {
  .product_gallery_nav.product_gallery_nav--bottom-slider {
    margin-bottom: 30px;
  }
}

.product_gallery_nav.product_gallery_nav--bottom-slider .flickity-prev-next-button {
  opacity: 1;
  background: #ffffff;
}

.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: auto;
  opacity: 0.5;
  margin-bottom: 0;
}

.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell.is-nav-selected {
  opacity: 1;
}

.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell img {
  width: auto;
  height: 80px;
  max-width: none;
  min-width: 50px;
}

.product_gallery_nav .gallery-cell {
  width: 20%;
  margin: 0 10px 10px 0;
  opacity: 0.7;
  display: inline-block;
}

.product_gallery_nav .gallery-cell.is-nav-selected {
  opacity: 1;
}

.product_gallery_nav .gallery-cell img {
  cursor: pointer;
}

.product_gallery .gallery-cell a {
  cursor: zoom-in;
}

.gallery-wrap.right-thumbnails .multi-image {
  width: 83%;
  float: left;
}

.gallery-wrap.right-thumbnails .product_gallery_nav {
  width: 12%;
  float: left;
  margin-left: 4%;
}

.gallery-wrap.right-thumbnails .product_gallery_nav .gallery-cell {
  width: 100%;
  margin: 0 0 10px;
}

.gallery-wrap.left-thumbnails .multi-image {
  width: 83%;
  float: right;
}

.gallery-wrap.left-thumbnails .product_gallery_nav {
  width: 12%;
  float: right;
  margin-right: 5%;
}

.gallery-wrap.left-thumbnails .product_gallery_nav .gallery-cell {
  width: 100%;
  margin: 0 0 10px;
}

.gallery-wrap .flickity-viewport {
  margin-top: 0;
}

.product-section__lightbox .zoom-wrap {
  width: 100%;
  height: 100%;
}

/* Quick Shop */
.js-quick-shop {
  display: none;
}

.quickshop-forms__container {
  display: none;
}

.quick-shop__lightbox .fancybox-content {
  width: 90%;
  max-width: 900px;
  
  background-color: var(--modal-background-color);
  cursor: pointer !important;
}

.quick-shop__lightbox .fancybox-close-small svg path {
  fill: var(--modal-text-color);
}

.quick-shop__lightbox .fancybox-close-small svg path:hover {
  fill: ;
}

.quick-shop .product_gallery img {
  background-color: var(--modal-background-color);
}

.quick-shop .container {
  max-width: 100%;
  text-align: left;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  padding: 0;
  color: var(--modal-text-color);
}

.quick-shop .container .gallery-wrap.eight.columns {
  width: calc(55% - 40px);
  margin: 0 40px 0 0;
  min-height: 1px;
  transition: opacity 1s 0.3s linear;
}

.quick-shop .container .gallery-wrap.eight.columns.align-gallery-right {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}

.quick-shop .container .text-modal-wrap.six.columns {
  width: 45%;
  margin: 0;
  min-height: 1px;
  transition: opacity 0.3s linear;
}

.quick-shop .container .new_banner_product:empty,
.quick-shop .container .sale_banner_product:empty,
.quick-shop .container .preorder_banner_product:empty {
  display: none;
}

.quick-shop img[alt*="[right]"],
.quick-shop img[alt*="[left]"],
.quick-shop img[alt*="[center]"] {
  display: none;
}

h3.quick-shop__title a {
  color: var(--modal-text-color);
}

.quick-shop .product_gallery {
  opacity: 0;
  transition: opacity 0.3s;
}

.quick-shop .product_gallery.flickity-enabled {
  opacity: 1;
}

/* Inline quick shop */
.quick-shop-style--inline .collection_swatches {
  display: none;
}

.quick-shop-style--inline .inline-quickshop {
  margin-top: 10px;
}

.quick-shop-style--inline .product-quantity-box,
.quick-shop-style--inline .items_left {
  display: none;
}

.quick-shop-style--inline .purchase-details__spb--false {
  margin-left: 0;
}

.quick-shop-style--popup .product-details .title,
.quick-shop-style--popup .product-details .brand,
.quick-shop-style--popup .product-details .shopify-review,
.quick-shop-style--popup .product-details .price,
.quick-shop-style--popup .product-details .sold_out,
.quick-shop-style--inline .product-details .title,
.quick-shop-style--inline .product-details .brand,
.quick-shop-style--inline .product-details .shopify-review,
.quick-shop-style--inline .product-details .price,
.quick-shop-style--inline .product-details .sold_out {
  padding: 0;
  margin: 5px 0;
}

.quick-shop-style--popup .quick_shop {
  margin: 5px 0;
}

.quick-shop-style--inline.four .action_button--secondary,
.quick-shop-style--inline.one-fifth .action_button--secondary {
  margin-bottom: 10px;
}

.quick-shop-style--inline.four .action_button--secondary,
.quick-shop-style--inline.four .shopify-payment-button,
.quick-shop-style--inline.one-fifth .action_button--secondary,
.quick-shop-style--inline.one-fifth .shopify-payment-button {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Related Items Gallery */
.related-products--grid {
  font-size: 0;
  text-align: center;
}

.related-products--grid.container {
  padding-top: 0;
}

.related-products--grid .product-list .thumbnail.column,
.related-products--grid .product-list .thumbnail.columns {
  font-size: initial;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.related-products__title {
  clear: both;
}

.title.slider-gallery {
  padding-top: 40px;
}

@media only screen and (max-width: 480px) {
  .title.slider-gallery {
    padding-top: 0;
    font-size: 1.5em;
  }
}

.slider-gallery {
  margin: 0 auto 40px;
}

.slider-gallery .gallery-cell {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .slider-gallery .gallery-cell {
    padding: 0;
    margin-right: 5px;
  }
}

.slider-gallery .gallery-cell .product-details {
  line-height: 1.2;
  letter-spacing: 0;
}

@media only screen and (max-width: 798px) {
  .slider-gallery .gallery-cell .product-details {
    font-size: 3vw;
  }
}

.slider-gallery .gallery-cell img {
  display: block;
  max-width: 100%;
}

.slider-gallery .gallery-cell-heading {
  font-size: 0.8rem;
  line-height: 1.2;
  text-transform: none;
  margin-top: 10px;
}

.slider-gallery .flickity-prev-next-button {
  border-radius: 0;
  opacity: 0;
  width: 5%;
}

.slider-gallery:hover .flickity-prev-next-button {
  opacity: 0.5;
}

.transparentBackground--false .dot {
  background: var(--arrow-color);
}

.transparentBackground--false .flickity-prev-next-button {
  background: transparent;
}

.transparentBackground--false .flickity-prev-next-button .arrow {
  fill: var(--arrow-color);
  opacity: 1;
}

.homepage-slideshow.transparentBackground--false:hover .flickity-prev-next-button,
.testimonial-slideshow.transparentBackground--false:hover .flickity-prev-next-button,
.product-slider.transparentBackground--false:hover .flickity-prev-next-button,
.slider-gallery.transparentBackground--false:hover .flickity-prev-next-button {
  opacity: 1;
}

.homepage-slideshow.transparentBackground--false .flickity-page-dots .dot,
.testimonial-slideshow.transparentBackground--false .flickity-page-dots .dot,
.product-slider.transparentBackground--false .flickity-page-dots .dot,
.slider-gallery.transparentBackground--false .flickity-page-dots .dot {
  opacity: 0.4;
}

.homepage-slideshow.transparentBackground--false .flickity-page-dots .dot.is-selected,
.testimonial-slideshow.transparentBackground--false .flickity-page-dots .dot.is-selected,
.product-slider.transparentBackground--false .flickity-page-dots .dot.is-selected,
.slider-gallery.transparentBackground--false .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Lazyframe */
.lazyframe {
  position: relative;
  background-color: var(--shop-bg-color);
  background-repeat: no-repeat;
  background-size: cover;
}

.lazyframe__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 17px;
  z-index: 3;
}

.lazyframe__title:after {
  z-index: -1;
}

.lazyframe:hover {
  cursor: pointer;
}

.lazyframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.lazyframe[data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.lazyframe[data-vendor="youtube"],
.lazyframe[data-vendor="youtube_nocookie"] {
  background-color: #e52d27;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.lazyframe[data-vendor="youtube"] .lazyframe__title,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title {
  color: #eee;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.498039) 0 0 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.lazyframe[data-vendor="youtube"] .lazyframe__title:hover,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:hover {
  color: #fff;
}

.lazyframe[data-vendor="youtube"] .lazyframe__title:before,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:before {
  content: '';
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  height: 98px;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
}

.lazyframe[data-vendor="youtube"]:before,
.lazyframe[data-vendor="youtube_nocookie"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor="youtube"][data-ratio="16:9"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor="youtube"][data-ratio="4:3"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-vendor="youtube"][data-ratio="1:1"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor="youtube"]:after,
.lazyframe[data-vendor="youtube_nocookie"]:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: .81;
  border: none;
  z-index: 4;
}

.lazyframe[data-vendor="youtube"]:hover:after,
.lazyframe[data-vendor="youtube_nocookie"]:hover:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");
  opacity: 1;
}

.lazyframe[data-vendor="vimeo"] {
  background-color: #00adef;
}

.lazyframe[data-vendor="vimeo"] .lazyframe__title {
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #00adef;
  font-size: 20px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  user-select: none;
  -webkit-font-smoothing: auto;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
}

.lazyframe[data-vendor="vimeo"]:before {
  padding-top: 48.25%;
}

.lazyframe[data-vendor="vimeo"][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor="vimeo"][data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-vendor="vimeo"][data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor="vimeo"]:after {
  content: '';
  height: 40px;
  width: 65px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
}

.lazyframe[data-vendor="vimeo"]:hover:after {
  background-color: #00adef;
}

.lazyframe[data-vendor="vine"] {
  background-color: #00bf8f;
}

.lazyframe[data-vendor="vine"] .lazyframe__title {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  z-index: 3;
  positon: relative;
}

.lazyframe[data-vendor="vine"] .lazyframe__title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 115px;
  padding: 24px 70px 24px 24px;
  background: linear-gradient(to top, rgba(23, 23, 23, 0) 0, rgba(23, 23, 23, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3171717", endColorstr="#00171717", GradientType=0);
}

.lazyframe[data-vendor="vine"]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor="vine"][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor="vine"][data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-vendor="vine"][data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor="vine"]:after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM2IDEzNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU2IDQ0Yy0uNyAwLTEuNC4yLTIgLjUtMS4yLjgtMiAyLTIgMy41djQwYzAgMS40LjggMi44IDIgMy41LjYuMyAxLjMuNSAyIC41czEuNC0uMiAyLS41bDM0LjYtMjBjMS4zLS43IDItMiAyLTMuNSAwLTEuNC0uNy0yLjgtMi0zLjVMNTggNDQuNWMtLjYtLjMtMS4zLS41LTItLjV6Ii8+PC9zdmc+");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
}

.lazyframe[data-vendor="vine"]:hover:after {
  background-color: rgba(0, 0, 0, 0.75);
}

/*
  *  Remodal - v1.0.6
  *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
  *  http://vodkabears.github.io/remodal/
  *
  *  Made by Ilya Makarov
  *  Under MIT License
  */
/* ==========================================================================
    Remodal's necessary styles
    ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.size-chart-remodal {
  max-height: calc(100vh - 20px);
}

.size-chart-remodal .size-chart-wrap {
  max-height: calc(100vh - 70px);
  overflow-y: scroll;
}

.remodal img {
  max-width: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
    Remodal's default mobile first theme
    ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -ms-transform: translateY(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: var(--modal-text-color);
  background: #fff;
}

@media only screen and (max-width: 480px) {
  .remodal {
    overflow-x: scroll;
  }
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
    ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* #Media Queries
  ================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  #contact_form input.sign_up[type="submit"] {
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }

  input.contact_email[type="email"] {
    width: 100%;
  }

  .collection_menu {
    display: none;
  }

  h1.collection_title_tags,
  div.collection_title_tags {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

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

  input.sign_up {
    margin: 0;
  }

  .newsletter-both-names--true input.firstName {
    margin-right: 5px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 799px) and(max-width: 959px) {

  .nav a,
  .nav a:visited,
  .menu a:hover,
  .nav a:active,
  .nav a:focus {
    font-size: calc(var(--nav-font-size) - 2px);
  }

  .menu a,
  .menu a:visited,
  .menu a:hover,
  .menu a:active,
  .menu a:focus {
    font-size: calc(var(--nav-font-size) - 2px);
  }

  .menu li,
  #header span.menu_title,
  .menu a span {
    padding-left: 2px;
    padding-right: 2px;
  }

  .menu li.search_container {
    display: none;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 798px) {
  .article_image {
    padding-bottom: 0;
  }

  .sidebar_content {
    border: 0;
    padding: 0;
  }

  .nav_arrows {
    float: none;
    text-align: center;
  }

  .nav_arrows .prev {
    float: left;
  }

  .nav_arrows .next {
    float: right;
  }

  .payment_methods {
    text-align: center;
    float: none;
    display: block;
  }

  .credits {
    float: none;
    display: block;
    text-align: center;
  }

  

  .is-absolute {
    top: 0 !important;
  }

  .blog_filter {
    margin-top: 1em;
    width: 100% !important;
  }

  .section_select {
    text-align: center;
  }

  .flex-control-nav {
    bottom: 10px;
  }

  .featured_links a span {
    font-size: calc(var(--nav-font-size) - 2px);
  }

  .or {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px;
  }

  .mobile_hidden {
    display: none !important;
  }

  table tr.order_summary td.label {
    text-align: left;
  }

  .featured_text {
    font-size: var(--regular-font-size);
    line-height: 1.7em;
  }

  #header {
    display: block;
  }

  .header {
    display: none;
  }

  h4.toggle {
    cursor: pointer;
  }

  .toggle span {
    display: block;
  }

  .toggle_list {
    display: none;
  }

  select {
    width: 100%;
    margin-left: 0;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input.action_button[type="submit"],
  input.action_button[type="button"],
  .sign_up {
    margin-left: 0;
    width: 100%;
    outline: 0;
  }

  .credits_right {
    text-align: left;
  }

  td {
    padding: 4px !important;
  }

  .title_column {
    float: left;
  }

  .container div.mobile_only,
  .mobile_only {
    display: block;
  }

  span.mobile_only {
    display: inline;
  }

  .price_total {
    text-align: right;
  }

  .price_total_text {
    display: block;
  }

  .update_subtotal,
  .price_total,
  .remove_column,
  .checkout_table_header {
    display: none;
  }

  .mobile_right {
    text-align: right;
  }

  .quick_shop {
    display: none !important;
  }

  .cart_price {
    display: block;
    margin-bottom: 0;
  }

  table tr th,
  table tr td {
    padding: 2px;
  }

  input.action_button {
    margin-bottom: 1em !important;
  }

  .multiple_product_images {
    display: none;
  }

  .headline {
    font-size: 1.3em;
    line-height: 1.2;
    position: relative;
  }

  p.subtitle {
    font-size: 1.1em;
    line-height: 1.2;
    position: relative;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 798px) {
  .mobile_hidden {
    display: none !important;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .collection_title,
  .empty_cart {
    font-size: 110%;
    line-height: 1.5em;
  }

  h1,
  h1.home,
  .title a,
  h2 {
    padding: 0;
  }
}

@media only screen and (min-device-width: 320px) and(max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@font-face {
  font-family: 'turbo';
  src: url('//cdn.shopify.com/s/files/1/1380/9789/t/55/assets/turbo.eot?v=48734892740725754481670884243');
  src: url('//cdn.shopify.com/s/files/1/1380/9789/t/55/assets/turbo.eot?v=48734892740725754481670884243') format('embedded-opentype'), url('//cdn.shopify.com/s/files/1/1380/9789/t/55/assets/turbo.woff?v=150966577236684244781670884243') format('woff'), url('//cdn.shopify.com/s/files/1/1380/9789/t/55/assets/turbo.ttf?v=77481909974496710951670884243') format('truetype'), url('//cdn.shopify.com/s/files/1/1380/9789/t/55/assets/turbo.svg?v=173366358466109711321670884243') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "turbo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
  content: "\e901";
}

.icon-cart:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-cross:before {
  content: "\e904";
}

.icon-up-arrow:before {
  content: "\e917";
}

.icon-down-arrow:before {
  content: "\e905";
}

.icon-left-arrow:before {
  content: "\e90b";
}

.icon-right-arrow:before {
  content: "\e912";
  margin-right: 0;
}

.icon-plus:before {
  content: "\e911";
}

.icon-minus:before {
  content: "\e90e";
}

.icon-menu:before {
  content: "\e90d";
}

.icon-email:before {
  content: "\e906";
}

.icon-pinterest:before {
  content: "\e907";
}

.icon-rss:before {
  content: "\e909";
}

.icon-houzz:before {
  content: "\e90a";
}

.icon-snapchat:before {
  content: "\e90c";
}

.icon-phone:before {
  content: "\e90f";
}

.icon-instagram:before {
  content: "\e910";
}

.icon-vimeo:before {
  content: "\e913";
}

.icon-search:before {
  content: "\e914";
}

.icon-zoom:before {
  content: "\e900";
}

.icon-youtube:before {
  content: "\e915";
}

.icon-lock:before {
  content: "\e916";
  color: #000 !important;
}

.icon-user:before {
  content: "\e918";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-tumblr:before {
  content: "\eab9";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-twitter-share:before {
  content: "\ea96";
}

.icon-facebook-share:before {
  content: "\ea90";
}

.icon-pinterest-share:before {
  content: "\e907";
}

.icon-mail-share:before {
  content: "\e906";
}

span.icon-down-arrow {
  padding: 0 !important;
  font-size: 12px !important;
}

.menu li.search_link {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}

.menu li.search_link .icon-search {
  font-size: 20px;
}

.sticky_nav .menu li.search_link {
  display: inline-block;
  float: right;
}

.sticky_nav .menu-position--block .logo {
  display: none;
}

.menu li.search_container {
  float: right;
  padding-top: 3px;
}

@media only screen and (min-width: 1401px) {
  .menu li.search_container {
    margin-left: 15px;
  }
}

.menu-position--block .menu li.search_container {
  float: none;
}

form.search_form,
.search_form input {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.search_form input,
.search_form input:active,
.search_form input:focus {
  font-family: var(--nav-font), var(--nav-font-fallback);
  font-weight: var(--nav-font-weight);
  font-style: var(--nav-font-style);
  font-size: 12px;
  letter-spacing: var(--nav-font-letter-spacing);
  color: var(--nav-color);
  background-color: transparent;
  padding-right: 35px;
  border: none;
  border-bottom: 1px solid var(--nav-color);
}

.feature_image .search_form input,
.feature_image .search_form input:active,
.feature_image .search_form input:focus {
  color: var(--nav-color-home);
}

.feature_image .search_form input::-webkit-input-placeholder,
.feature_image .search_form input:active::-webkit-input-placeholder,
.feature_image .search_form input:focus::-webkit-input-placeholder {
  color: var(--nav-color-home);
}

.feature_image .search_form input::-moz-placeholder,
.feature_image .search_form input:active::-moz-placeholder,
.feature_image .search_form input:focus::-moz-placeholder {
  color: var(--nav-color-home);
}

.feature_image .search_form input:-ms-input-placeholder,
.feature_image .search_form input:active:-ms-input-placeholder,
.feature_image .search_form input:focus:-ms-input-placeholder {
  color: var(--nav-color-home);
}

.feature_image .search-submit {
  color: var(--nav-color-home);
}

.header_search_form {
  width: 60%;
  margin: 0 auto 30px;
  padding: 30px 0 0;
  position: relative;
  border-bottom: solid 1px var(--nav-color);
}

@media only screen and (max-width: 480px) {
  .header_search_form {
    width: 90%;
    margin: 30px auto;
    padding: 0;
  }
}

.header_search_form input,
.header_search_form input:focus,
.header_search_form input:active {
  background-color: transparent;
  font-family: var(--nav-font), var(--nav-font-fallback);
  font-weight: var(--nav-font-weight);
  font-style: var(--nav-font-style);
  color: var(--nav-color);
  letter-spacing: var(--nav-font-letter-spacing);
  border: none;
  font-size: 36px;
  line-height: 36px;
}

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

  .header_search_form input,
  .header_search_form input:focus,
  .header_search_form input:active {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
  }
}

.header_search_form .search-submit {
  top: 38px;
  font-size: 30px;
}

@media only screen and (max-width: 480px) {
  .header_search_form .search-submit {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-size: 20px;
  }
}

.feature_image .search_form input,
.feature_image .search_form input:active,
.feature_image .search_form input:focus {
  color: var(--nav-color-home);
  border-bottom: 1px solid var(--nav-color-home);
}

.feature_image .search_form input::-webkit-input-placeholder {
  color: var(--nav-color-home);
}

.feature_image .search_form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--nav-color-home);
}

.feature_image .search_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--nav-color-home);
}

.feature_image .search_form input:-ms-input-placeholder {
  color: var(--nav-color-home);
}

.search_form input::-webkit-input-placeholder {
  color: var(--nav-color);
}

.search_form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--nav-color);
}

.search_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--nav-color);
}

.search_form input:-ms-input-placeholder {
  color: var(--nav-color);
}

.search_form input:focus::-webkit-input-placeholder {
  color: var(--nav-color-hover);
}

.search_form input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: var(--nav-color-hover);
}

.search_form input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--nav-color-hover);
}

.search_form input:focus:-ms-input-placeholder {
  color: var(--nav-color-hover);
}

.feature_image .search_form input,
.feature_image .search_form input:active,
.feature_image .search_form input:focus {
  color: var(--nav-color-home);
  border-bottom: 1px solid var(--nav-color-home);
}

.feature_image .search_form input::-webkit-input-placeholder {
  color: var(--nav-color-home);
}

.feature_image .search_form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--nav-color-home);
}

.feature_image .search_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--nav-color-home);
}

.feature_image .search_form input:-ms-input-placeholder {
  color: var(--nav-color-home);
}

.search-submit {
  position: absolute;
  z-index: 1000;
  color: var(--nav-color);
  font-size: 20px;
  top: 9px;
  right: 7px;
  cursor: pointer;
}

.feature_image .search-submit {
  color: var(--nav-color-home);
}

.blog_search .search-submit {
  color: #333333;
  top: 10px;
  right: 8px;
  z-index: 1;
}

.social_icons {
  margin-left: 0;
  margin-top: 0;
}

.social_icons li {
  display: inline;
  padding-right: 2px;
}

@media only screen and (max-width: 798px) {
  footer .footer-social-icons {
    display: none;
  }
}

footer .footer-social-icons--mobile.columns {
  display: none;
  padding-left: 0;
}

@media only screen and (max-width: 798px) {
  footer .footer-social-icons--mobile.columns {
    display: block;
  }

  footer .footer-social-icons--mobile.columns > ul {
    display: block;
    padding-left: 0;
  }
}

footer .social_icons {
  display: block;
  margin-top: 15px;
}

@media only screen and (max-width: 798px) {
  footer .social_icons {
    padding-left: 0;
    text-align: center;
  }
}

footer .social_icons a,
footer .social_icons a:visited {
  color: var(--sub-footer-text-color);
  font-size: 22px;
  display: inline-block;
  margin-bottom: 1em;
}

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

  footer .social_icons a,
  footer .social_icons a:visited {
    margin-bottom: 0;
  }
}

footer .social_icons a:active,
footer .social_icons a:hover {
  color: var(--subfooter-link-hover-color);
  font-size: 22px;
}

/*!
  * 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: 0.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;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.delay-0s {
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.delay-025s {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  opacity: 0;
}

.delay-05s {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
}

.delay-075s {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  opacity: 0;
}

.delay-1s {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

.animate_right,
.animate_left,
.animate_up,
.animate_down {
  opacity: 0;
}

.ie .animated,
.ie .animate_right,
.ie .animate_left,
.ie .hsContent,
.ie #slide-1 .animated {
  opacity: 1 !important;
}

.ie delay-025s,
.ie .delay-0s,
.ie .delay-025s,
.ie .delay-05s,
.ie .delay-075s,
.ie .delay-1s {
  opacity: 1 !important;
}

.ie select {
  background-image: none !important;
}

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

  .delay-0s,
  .delay-025s,
  .delay-05s,
  .delay-075s,
  .delay-1s,
  .animate_right,
  .animate_left,
  .animate_up,
  .animate_down {
    opacity: 1;
  }
}

/* #Password Page
  ================================================== */
#password-container {
  margin: 75px auto 0;
  max-width: 100%;
  display: table;
  text-align: center;
  display: table;
}

@media only screen and (max-width: 798px) {
  #password-container {
    margin-top: 10px;
  }
}

#password-container #contact_form input.sign_up[type="submit"] {
  width: calc(35% - 10px);
}

@media only screen and (max-width: 1024px) {
  #password-container #contact_form input.sign_up[type="submit"] {
    width: 100%;
  }
}

#password-container #contact_form input.contact_email[type="email"] {
  max-width: 100%;
}

.password-page-message {
  font-size: 3em;
  line-height: 1.2;
  margin: 10px auto;
  padding: 12px 0;
}

.password-page-follow {
  margin: 5px 0;
}

.password-social .social_icons a,
.password-social .social_icons a:visited,
.password-social .social_icons a:active {
  font-size: 25px;
}

.password-page-row {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-page-col {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 30px;
  width: 100%;
}

.password-logo {
  max-width: 200px;
  /* Allows logo to be more prominent*/
  margin: 0 auto;
}

.password-message {
  max-width: 600px;
  font-size: 1.2em;
  color: var(--subfooter-link-color);
}

.hr-small {
  margin: 20px auto;
  width: 50px;
}

.password-social {
  margin-top: 10px;
  padding-top: 20px;
}

.password-social ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px;
}

.password-social .social_icons li {
  display: inline;
  margin-left: 0;
}

.password-social .social_icons a:hover {
  color: var(--link-hover-color);
}

.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: var(--sub-footer-text-color);
  text-align: center;
}

.powered {
  display: block;
  margin-top: 15px;
}

.shopify a {
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==');
  padding-left: 21px;
  color: var(--subfooter-link-color);
  text-decoration: none;
}

.password-footer a {
  color: var(--subfooter-link-color);
  text-decoration: none;
}

/* Password Page Modal CSS */
.controls {
  display: block;
  margin: 1em;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}

#open-me {
  text-align: center;
  margin-bottom: 35px;
}

#open-me a:hover {
  color: var(--link-hover-color);
}

.close-me {
  z-index: 8000;
}

.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}

.overlay-data {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.inputbox {
  margin: 0 -50% 0 auto;
  max-width: 80%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
}

@media only screen and (max-width: 798px) {
  #password-page-bg .modalbox .inputbox {
    top: 50%;
  }
}

.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em;
  text-align: center;
}

.storefront-password-form .actions {
  display: inline-block;
}

.storefront-password-form #password {
  width: 50%;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .storefront-password-form #password {
    width: 100%;
  }
}

#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8;
}

.pass-close {
  color: #000 !important;
  padding: 0 !important;
  margin: 1em !important;
  position: inherit !important;
}

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

/* #Page Details
  ================================================== */
.page-details-section .container {
  padding: 0;
}

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

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

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

  .page-details-section .caption.position-center,
  .page-details-section .caption.position-left,
  .page-details-section .caption.position-right {
    margin: 5% 0 0;
  }
}

/* #Product Details
  ================================================== */
.product-details-section .gallery-image-wrapper {
  margin-bottom: 20px;
}

.quote {
  padding: 10px 0;
  text-align: center;
  border-top-style: var(--divider-style);
  border-top-width: var(--headline-border);
  border-bottom-width: var(--headline-border);
  border-bottom-style: var(--divider-style);
  border-color: var(--headline-border-color);
}

.grey-map {
  filter: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org / 2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

/* #Product Recommendations
  ================================================== */
.recommended-products-section {
  display: none;
}

/* Home page - general
  ================================================== */
/* Full-width product slider */
.homepage-product-slider {
  margin: 0 10px;
}

.homepage-product-slider object.placeholder-image {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 100%;
}

.homepage-product-slider .placeholder-svg--product {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage-product-slider.even-num-slides {
  padding-left: 10px;
  width: calc(100% - 20px);
}

@media only screen and (max-width: 798px) {
  .homepage-product-slider.even-num-slides {
    padding-left: 0;
    width: 100%;
  }
}

.products-slider.slider-gallery.products-length-6 .gallery-cell {
  width: calc(16.6% - 10px);
}

@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery.products-length-6 .gallery-cell {
    width: calc(40% - 10px);
  }
}

.products-slider.slider-gallery.products-length-5 .gallery-cell {
  width: calc(20% - 10px);
}

@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery.products-length-5 .gallery-cell {
    width: calc(40% - 10px);
  }
}

.products-slider.slider-gallery.products-length-4 .gallery-cell {
  width: calc(25% - 10px);
}

@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery.products-length-4 .gallery-cell {
    width: calc(40% - 10px);
  }
}

.products-slider.slider-gallery.products-length-3 .gallery-cell,
.products-slider.slider-gallery.products-length-2 .gallery-cell,
.products-slider.slider-gallery.products-length-1 .gallery-cell {
  width: calc(33.33% - 10px);
}

.products-slider.slider-gallery .gallery-cell.visible-2 {
  width: calc(50% - 10px);
}

@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-2 {
    width: calc(50% - 10px);
  }
}

.products-slider.slider-gallery .gallery-cell.visible-3 {
  width: calc(33.33% - 10px);
}

@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-3 {
    width: calc(40% - 10px);
  }
}

.products-slider.slider-gallery .gallery-cell.visible-4 {
  width: calc(25% - 10px);
}

@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-4 {
    width: calc(40% - 10px);
  }
}

.products-slider.slider-gallery .gallery-cell.visible-5 {
  width: calc(20% - 10px);
}

@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-5 {
    width: calc(40% - 10px);
  }
}

.products-slider.slider-gallery .gallery-cell.visible-6 {
  width: calc(16.666% - 10px);
}

@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-6 {
    width: calc(40% - 10px);
  }
}

.products-slider.slider-gallery .gallery-cell.visible-7 {
  width: calc(14.2% - 10px);
}

@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-7 {
    width: calc(40% - 10px);
  }
}

.products-slider.slider-gallery .gallery-cell.visible-7 .product-details {
  font-size: 0.7rem;
}

.featured_products.product-slider {
  padding-bottom: 0;
}

.featured_products.product-slider .columns {
  padding-bottom: 0;
}

.banner-full-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.banner-full-link + .caption {
  pointer-events: none;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .full-width--true .caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .full-width--true .caption {
    max-width: 960px;
    padding: 0;
  }
}

@media only screen and (min-width: 1401px) {
  .full-width--true .caption {
    max-width: 1200px;
    padding: 0;
  }
}

.caption {
  width: 100%;
  position: absolute;
  
    top: 55%;
  
  padding: 0 5%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (min-width: 799px) {
  .caption {
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1025px) {
  .caption {
    padding: 0 30px;
  }
}

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

@media only screen and (max-width: 480px) {
  .caption {
    margin: 20px auto;
    font-size: 3vw;
    position: static;
    transform: none;
    width: 100%;
  }
}

.caption a {
  pointer-events: all;
}

.caption.position-center {
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 798px) {
  .caption.position-center {
    width: 85%;
  }
}

@media only screen and (max-width: 480px) {
  .caption.position-center {
    width: 100%;
  }
}

.caption.position-left {
  left: 0;
  right: 0;
  text-align: left;
}

.caption.position-right {
  left: 0;
  right: 0;
  text-align: right;
}

.caption .pretext {
  color: var(--banner-color);
  font-family: var(--slideshow-subtitle-font), var(--slideshow-subtitle-fallback);
  font-weight: var(--slideshow-subtitle-font-weight);
  text-transform: var(--slideshow-subtitle-transform);
  font-size: var(--slideshow-subtitle-font-size);
  letter-spacing: var(--slideshow-subtitle-font-letter-spacing);
  margin-bottom: 10px;
  
}

@media only screen and (max-width: 480px) {
  .caption .pretext {
    font-size: 1.4em;
    color: var(--regular-color);
    text-shadow: none;
  }
}

@media only screen and (max-width: 798px) {
  .caption .pretext {
    font-size: calc(var(--slideshow-subtitle-font-size) / 1.5);
  }
}

@media only screen and (min-width: 799px) {
  .caption .pretext {
    font-size: calc(var(--slideshow-subtitle-font-size) / 1.2);
  }
}

@media only screen and (min-width: 799px) {
  .caption .pretext {
    font-size: var(--slideshow-subtitle-font-size);
  }
}

.caption .headline {
  color: var(--banner-color);
  font-family: var(--slideshow-headline-font), var(--slideshow-headline-font-fallback);
  font-weight: var(--slideshow-headline-font-weight);
  font-style: var(--slideshow-headline-style);
  text-transform: var(--slideshow-headline-transform);
  font-size: var(--slideshow-headline-size);
  letter-spacing: var(--slideshow-headline-letter-spacing);
  line-height: 1.4em;
  margin-bottom: 15px;
  
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  
}

@media only screen and (max-width: 480px) {
  .caption .headline {
    font-size: 2.6em;
    color: var(--regular-color);
    text-shadow: none;
  }
}

@media only screen and (max-width: 798px) {
  .caption .headline {
    font-size: calc(var(--slideshow-headline-size) / 1.5);
  }
}

@media only screen and (min-width: 799px) {
  .caption .headline {
    font-size: calc(var(--slideshow-headline-size) / 1.2);
  }
}

@media only screen and (min-width: 1025px) {
  .caption .headline {
    font-size: var(--slideshow-headline-size);
  }
}

.caption .subtitle {
  color: var(--banner-color);
  font-family: var(--slideshow-subtitle-font), var(--slideshow-subtitle-fallback);
  font-weight: var(--slideshow-subtitle-font-weight);
  text-transform: var(--slideshow-subtitle-transform);
  font-style: var(--slideshow-subtitle-font-style);
  font-size: var(--slideshow-subtitle-font-size);
  letter-spacing: var(--slideshow-subtitle-font-letter-spacing);
  position: relative;
  
}

@media only screen and (max-width: 480px) {
  .caption .subtitle {
    font-size: 1.4em;
    color: var(--regular-color);
    text-shadow: none;
  }
}

@media only screen and (max-width: 798px) {
  .caption .subtitle {
    font-size: calc(var(--slideshow-subtitle-font-size) / 1.5);
  }
}

@media only screen and (min-width: 799px) {
  .caption .subtitle {
    font-size: calc(var(--slideshow-subtitle-font-size) / 1.2);
  }
}

@media only screen and (min-width: 1025px) {
  .caption .subtitle {
    font-size: var(--slideshow-subtitle-font-size);
  }
}

.caption .pretext:empty,
.caption .headline:empty,
.caption .subtitle:empty {
  display: none;
}

.caption .pretext:empty:before,
.caption .headline:empty:before,
.caption .subtitle:empty:before {
  height: 0;
}

.subtitle p a {
  pointer-events: all;
}

.caption-content {
  display: inline-block;
  float: none;
  max-width: 60%;
  font-size: 0;
}

@media only screen and (max-width: 798px) {
  .caption-content {
    max-width: 80%;
  }
}

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

.caption-content .action_button {
  margin: 10px;
}

@media only screen and (max-width: 798px) {
  .caption-content .action_button {
    margin: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .caption-content .action_button {
    font-size: 16px;
  }
}

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

@media only screen and (max-width: 798px) {
  .caption-content.align-center {
    max-width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .caption-content.align-center {
    width: 100%;
    max-width: 100%;
  }
}

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

.caption-content.align-left:first-child .action_button {
  margin-left: 0;
}

.caption-content.align-left .subtitle:before {
  margin-left: 0;
}

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

.caption-content.align-right:last-child .action_button {
  margin-right: 0;
}

.caption-content.align-right .subtitle:before {
  margin-right: 0;
}

.caption-content.caption-background-true {
  padding: 30px;
}

@media only screen and (max-width: 480px) {
  .caption-content.caption-background-true {
    padding: 0;
  }
}

/* Transparency settings for each type of caption */
.caption-background-true {
  background-color: var(--banner-background-color);
}

.homepage-video .caption-background-true {
  
    background-color: rgba(30, 30, 30, 0.6);
  

}

@media only screen and (max-width: 480px) {
  .homepage-video .caption-background-true {
    background-color: transparent;
  }
}

.caption-background-true {
  background-color: var(--banner-background-color);
}

.caption-background-true.caption-transparency-true {
  background-color: rgba(30, 30, 30, 0.6);
}

@media only screen and (max-width: 480px) {
  .caption-background-true.caption-transparency-true {
    background-color: transparent;
  }
}

@media only screen and (max-width: 480px) {
  .caption-background-true {
    background-color: transparent;
  }
}

a.highlight-false,
input[type="button"].highlight-false,
a.highlight-true,
input[type="button"].highlight-true,
a.continue-button {
  background-color: rgba(255, 255, 255, 0);
  color: var(--banner-button-color);
  border: 1px solid var(--banner-button-color);
  transition: background-color 0.2s linear, color 0.2s linear;
  margin: 25px 0;
}

a.highlight-false:hover,
input[type="button"].highlight-false:hover,
a.highlight-true:hover,
input[type="button"].highlight-true:hover,
a.continue-button:hover {
  background-color: var(--banner-button-color);
  border-color: var(--banner-button-color);
  
    
    
      color: #333
  
}

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

  a.highlight-false,
  input[type="button"].highlight-false,
  a.highlight-true,
  input[type="button"].highlight-true,
  a.continue-button {
    color: var(--regular-color);
    border-color: var(--regular-color);
    background-color: transparent;
  }

  a.highlight-false:hover,
  input[type="button"].highlight-false:hover,
  a.highlight-true:hover,
  input[type="button"].highlight-true:hover,
  a.continue-button:hover {
    border-color: var(--regular-color);
    background-color: var(--regular-color);
  }
}

a.highlight-true,
input[type="button"].highlight-true {
  background-color: var(--banner-button-color);
  border-color: var(--banner-button-color);
  color: var(--banner-background-color);
}

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

  a.highlight-true,
  input[type="button"].highlight-true {
    border-color: var(--regular-color);
    background-color: var(--regular-color);
  }
}

a.continue-button,
a.highlight-false--dark,
input[type="button"].highlight-false--dark {
  color: var(--regular-color);
  border-color: var(--regular-color);
  background-color: transparent;
}

a.continue-button:hover,
a.highlight-false--dark:hover,
input[type="button"].highlight-false--dark:hover {
  border-color: var(--regular-color);
  background-color: var(--regular-color);
}

/* Slideshow */
.homepage-slideshow .gallery-cell:not(:first-child) {
  height: 0;
}

.homepage-slideshow.flickity-enabled .gallery-cell:not(:first-child) {
  height: auto;
}

.homepage-slideshow a.highlight-false:hover,
.homepage-slideshow input[type="button"].highlight-false:hover,
.homepage-slideshow a.highlight-true:hover,
.homepage-slideshow input[type="button"].highlight-true:hover {
  
    
    
      color: #333
  
}

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

  .homepage-slideshow a.highlight-false,
  .homepage-slideshow input[type="button"].highlight-false,
  .homepage-slideshow a.highlight-true,
  .homepage-slideshow input[type="button"].highlight-true {
    color: var(--regular-color);
    border-color: var(--regular-color);
    background-color: transparent;
  }

  .homepage-slideshow a.highlight-false:hover,
  .homepage-slideshow input[type="button"].highlight-false:hover,
  .homepage-slideshow a.highlight-true:hover,
  .homepage-slideshow input[type="button"].highlight-true:hover {
    border-color: var(--regular-color);
    background-color: var(--regular-color);
    
    color: #fff;
    
  }
}

.homepage-slideshow a.highlight-true,
.homepage-slideshow input[type="button"].highlight-true {
  background-color: var(--banner-color);
  border-color: var(--banner-color);
  
    
    
      color: #333
  
}

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

  .homepage-slideshow a.highlight-true,
  .homepage-slideshow input[type="button"].highlight-true {
    border-color: var(--regular-color);
    background-color: var(--regular-color);
  }
}

/* #Account
  ================================================== */
.account-header-logout {
  text-align: right;
  text-transform: uppercase;
}

.account-sidebar {
  border-right: 1px solid var(--headline-border-color);
  box-sizing: border-box;
  padding-right: 10px;
}

@media only screen and (max-width: 798px) {
  .account-sidebar {
    border: 0;
    padding-right: 0;
  }
}

.customers-addresses .account-sidebar {
  border-right: 0;
  padding-right: 0;
}

.customers-addresses .account-main {
  box-sizing: border-box;
  border-left: 1px solid var(--headline-border-color);
  padding-left: 20px;
}

@media only screen and (max-width: 798px) {
  .customers-addresses .account-main {
    border: 0;
    padding-left: 0;
  }
}

.action_bottom .note {
  vertical-align: middle;
  line-height: 40px;
}

.address_title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.action_edit {
  background-color: var(--btn-color);
  border-color: var(--btn-color);
}

.action_edit a {
  color: var(--btn-text-color);
}

.action_edit:hover {
  background-color: var(--btn-color);
  border-color: var(--btn-color);
}

.action_edit:hover a {
  color: var(--btn-text-color);
}

.action_delete {
  background-color: var(--btn-text-color);
  border-color: var(--btn-color);
}

.action_delete a {
  color: var(--btn-color);
}

.action_delete:hover {
  background-color: var(--btn-color);
  border-color: var(--btn-color);
}

.action_delete:hover a {
  color: var(--btn-text-color);
}

.order-details__discount {
  display: block;
}

/* #Home page - collection in detail
  ================================================== */
.collection-in-detail .section {
  margin: 0;
}

.collection-in-detail .half {
  width: 50%;
  float: left;
  position: relative;
}

@media only screen and (max-width: 798px) {
  .collection-in-detail .half {
    width: 100%;
  }
}

.collection-in-detail .product-details {
  padding: 40px 2rem;
}

.collection-in-detail .frontpage_product_stagger--true .section:nth-of-type(even) .half {
  float: right;
}

.collection-in-detail .product_gallery.multi-image {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

/* #Home page - text columns with images
  ================================================== */
.text-columns-with-images-section .border-style--box {
  padding: 10%;
  border: 1px solid var(--headline-border-color);
}

.text-columns-with-images-section .border-style--quote {
  padding-left: 20px;
  border-left: 1px solid var(--headline-border-color);
  margin-bottom: 10%;
}

.text-columns-with-images-section .large_text {
  font-family: var(--headline-font-family), var(--headline-font-fallback);
  font-weight: var(--headline-font-weight);
  font-style: var(--headline-font-style);
  font-size: var(--font-size-column);
  text-transform: var(--headline-font-transform);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 798px) {
  .text-columns-with-images-section .large_text {
    font-size: calc(var(--font-size-column) * 0.8);
  }
}

.text-columns-with-images-section .text-column {
  margin-bottom: 25px;
}

.text-columns-with-images-section a.continue-button {
  margin-top: 10px;
}

.text-columns-with-images-section h2.title + .feature_divider {
  margin-bottom: 40px;
}

.text-columns-with-images-section img {
  margin: 0 0 15px;
}

/* OOTS Content Creator slideshow */
.flexslider img {
  display: block;
  margin: 0 auto;
}

/* #Home page - Social feeds
  ================================================== */
.twitter-timeline {
  max-width: 520px !important;
  /* Overwrite timeline width */
}

/* #Home page - slideshow
  ================================================== */
.homepage-slideshow:hover .flickity-prev-next-button,
.testimonial-section:hover .flickity-prev-next-button {
  opacity: 0.5;
}

.homepage-slideshow.text-animation--false .caption {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.homepage-slideshow.text-animation--false.flickity-enabled .caption {
  opacity: 1;
}

.text-animation--true .caption-content {
  opacity: 0;
}

@media only screen and (max-width: 480px) {
  .text-animation--true .caption-content {
    opacity: 1;
    animation-duration: 0s;
  }
}

.homepage-slideshow,
.testimonial-section {
  position: relative;
  overflow: hidden;
}

.homepage-slideshow.single-image .flickity-prev-next-button,
.testimonial-section.single-image .flickity-prev-next-button {
  display: none;
}

.homepage-slideshow.single-image .flickity-page-dots,
.testimonial-section.single-image .flickity-page-dots {
  display: none;
}

.homepage-slideshow .gallery-cell,
.testimonial-section .gallery-cell {
  width: 100%;
  
    background-color: #666666;
  
}

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

  .homepage-slideshow .gallery-cell,
  .testimonial-section .gallery-cell {
    background-color: transparent;
  }
}

.homepage-slideshow .gallery-cell img,
.testimonial-section .gallery-cell img {
  width: 100%;
  display: block;
}

.homepage-slideshow .flickity-prev-next-button,
.testimonial-section .flickity-prev-next-button {
  opacity: 0;
  width: 5%;
  height: 100%;
  border-radius: 0;
}

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

  .homepage-slideshow .flickity-prev-next-button,
  .testimonial-section .flickity-prev-next-button {
    opacity: 0;
  }
}

.homepage-slideshow .flickity-page-dots,
.testimonial-section .flickity-page-dots {
  bottom: 2em;
  display: none;
}

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

  .homepage-slideshow .flickity-page-dots,
  .testimonial-section .flickity-page-dots {
    display: block;
  }
}

.homepage-slideshow .flickity-page-dots .dot,
.testimonial-section .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
  background: var(--arrow-color);
}

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

  .homepage-slideshow .flickity-page-dots,
  .testimonial-section .flickity-page-dots {
    display: block;
    bottom: 5px;
  }
}

/* Home - product slider */
.js-product-slider .product_clear {
  display: none;
}

.js-product-slider .column.alpha,
.js-product-slider .columns.alpha {
  margin: 0 10px 0 20px;
}

.js-product-slider .flickity-prev-next-button {
  border-radius: 0;
}

/* #Home page - image with text
  ================================================== */
.image-with-text .featured-link--half a[href] img {
  box-shadow: #000 0 0 0;
  transition: opacity 0.2s linear;
}

.image-with-text .featured-link--half:hover a[href] img.lazyloaded {
  opacity: 0.8;
}

.standard--width .image-with-text .featured-link--image,
.full-width--false.image-with-text .featured-link--image {
  background-color: transparent;
}

.featured-link--section {
  width: 100%;
  box-sizing: border-box;
  float: left;
  min-height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-link--half.featured-link__imageHalf {
  background-color: transparent;
  text-align: center;
}

.featured-link--half.featured-link__imageHalf a {
  width: 100%;
  display: block;
}

.featured-link--half.featured-link__imageHalf a img {
  width: 100%;
}

.featured-link--half {
  box-sizing: border-box;
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  display: table;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: var(--featured-links-background);
}

@media only screen and (max-width: 480px) {
  .featured-link--half {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

.featured-link--half .featured-link--wrap {
  width: 100%;
  height: 100%;
  /* Fix for SVG set at 2 images per row */
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

@media only screen and (max-width: 480px) {
  .featured-link--half img {
    width: 100%;
    max-width: auto;
  }
}

.featured-link--half .info {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.featured-link--half .info.text-align--right {
  text-align: right;
}

.featured-link--half .info.text-align--right .description:before {
  margin-right: 0;
}

.featured-link--half .info.text-align--left {
  text-align: left;
}

.featured-link--half .info.text-align--left .description:before {
  margin-left: 0;
}

@media only screen and (max-width: 480px) {
  .featured-link--half .info {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    padding: 2em 0;
  }
}


;


.featured-link--half .collection_title {
  margin-bottom: 15px;
  display: block;
  color: #000;
}

.featured-link--half .description {
  position: relative;
  font-size: var(--regular-font-size);
  line-height: 1.5;
  margin-bottom: 20px;
  color: #333333;
}

@media only screen and (max-width: 798px) {
  .featured-link--half .description {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 480px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}

@media only screen and (min-width: 1401px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}

.featured-link--half .button {
  height: auto;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.featured-link--half .button:hover {
  background-color: #000;
  color: var(--featured-links-background);
  border: 1px solid #000;
}

.image-align--right.featured_collections.across-1 .featured-link--section:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-align--right.featured_collections.across-1 .featured-link--section:nth-child(odd) .featured-link--half {
  float: right;
}

.image-align--left.featured_collections.across-1 .featured-link--section:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-align--left.featured_collections.across-1 .featured-link--section:nth-child(even) .featured-link--half {
  float: right;
}

.featured_collections.across-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-align--left.featured_collections.across-2 .featured-link--section {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 798px) {
  .image-align--left.featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n + 3) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 798px) {
  .image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n + 3) {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n + 4) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-align--right.featured_collections.across-2 .featured-link--section {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 798px) {
  .image-align--right.featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n + 3) {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 798px) {
  .image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n + 3) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n + 4) {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.featured_collections.across-2 .featured-link--section {
  width: 50%;
}

@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--section {
    width: 100%;
  }
}

@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--half {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .featured_collections.across-2 .featured-link--half {
    width: 100%;
  }
}

.featured_collections.across-2 .description {
  font-size: 1.2vw;
}

@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .description {
    font-size: inherit;
  }
}

.featured_collections.across-2 .button {
  font-size: 1.2vw;
}

@media only screen and (max-width: 480px) {
  .featured_collections.across-2 .button {
    font-size: 14px;
  }
}

.featured_collections.across-2 .featured-link--image:nth-of-type(2n + 1) {
  clear: both;
}

.featured_collections.across-2 .featured-link--image:nth-of-type(2n + 2) .featured-link--half {
  float: left;
}

@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(2n + 2) .featured-link--half {
    float: right;
  }
}

.featured_collections.across-2 .featured-link--image:nth-of-type(3n + 3) .featured-link--half {
  float: right;
}

@media only screen and (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(3n + 3) .featured-link--half {
    float: left;
  }
}

.featured_collections.across-2 .featured-link--image:nth-of-type(4n + 4) .featured-link--half {
  float: right;
}

/* #Home page - featured products
  ================================================== */
.featured-products-section .product_gallery {
  margin-bottom: 0;
  padding-bottom: 0;
}

.featured-products-section .product_gallery img {
  width: 100%;
  vertical-align: bottom;
}

/* #Home page - featured promotions
  ================================================== */
.promo-animation--true {
  opacity: 0;
}

.featured-promotions .feature-section {
  text-align: center;
  float: left;
  margin: 0 10px 10px;
  position: relative;
}

@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section {
    opacity: 1;
  }
}

.featured-promotions .feature-section .link-promo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.featured-promotions .feature-section .feature-inner {
  display: block;
  position: relative;
  overflow: hidden;
}

.featured-promotions .feature-section .feature-style--circle {
  border-radius: 50%;
}

.featured-promotions .feature-section .feature-style--circle img {
  border-radius: 50%;
}

.featured-promotions .feature-section .feature-style--rounded {
  border-radius: 10px;
}

.featured-promotions .feature-section .feature-style--rounded img {
  border-radius: 10px;
}

.featured-promotions .feature-section .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.25s linear;
}


  @media only screen and (max-width: 798px) {
    .featured-promotions .feature-section .feature-overlay {
      background: rgba(0, 0, 0, 0.5);
    }
  }


.featured-promotions .feature-section .feature-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50.1%);
  -ms-transform: translateY(-50.1%);
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
}

.featured-promotions .feature-section .feature-details {
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}

@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section .feature-details {
    opacity: 1;
    display: block !important;
  }
}

.featured-promotions .feature-section .feature-details.reveal-details {
  opacity: 1;
}

.featured-promotions .feature-section .feature-details .button {
  margin-top: 15px;
}

.featured-promotions .feature-section .description {
  color: var(--featured-promotions-color);
  transition: all 0.3s linear;
  margin-bottom: 0;
}

.featured-promotions .feature-section .description a {
  pointer-events: auto;
}

.featured-promotions .feature-section.title-overlay-true .title {
  transition: all 0.3s linear;
  color: var(--featured-promotions-color);
}

@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section.title-overlay-true .title {
    margin-bottom: 10px;
  }
}

.featured-promotions .feature-section.title-overlay-true .title:after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  background: var(--featured-promotions-color);
  transition: width 0.5s ease, background-color 0.5s ease;
  margin: 10px auto auto;
}

@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section.title-overlay-true .title:after {
    display: none;
  }
}

.featured-promotions .feature-section.title-overlay-false .feature-wrap .title {
  display: none;
}

.featured-promotions .feature-section:hover .feature-overlay {
  background: rgba(0, 0, 0, 0.5);
}



.featured-promotions .feature-section.title-overlay-true:hover .title:after {
  width: 50%;
  background: var(--featured-promotions-color-hover);
}

.featured-promotions .feature-section.title-overlay-true:hover .title {
  color: var(--featured-promotions-color-hover);
}

.featured-promotions .feature-section.title-overlay-true:hover .description {
  color: var(--featured-promotions-color-hover);
}

.featured-promotions .feature-section.title-overlay-false:hover .description {
  color: var(--featured-promotions-color-hover);
}

.featured-promotions .feature-section img {
  width: 100%;
  display: block;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

.promo-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.promo-2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.promo-3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.promo-4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.promo-5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.promo-6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.promo-7 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.promo-8 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.promo-9 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.promo-10 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.promo-11 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.promo-12 {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.featured-promotions.full-width--false .promo-per-row-2 .feature-section {
  width: calc(50% - 20px);
}

@media only screen and (max-width: 798px) {
  .featured-promotions.full-width--false .promo-per-row-2 .feature-section {
    width: 100%;
    margin: 0 0 10px;
  }
}

.featured-promotions.full-width--false .promo-per-row-2 .feature-section:nth-child(2n + 1) {
  clear: both;
}

.featured-promotions.full-width--false .promo-per-row-3 .feature-section {
  width: calc(33.3333% - 20px);
}

@media only screen and (max-width: 798px) {
  .featured-promotions.full-width--false .promo-per-row-3 .feature-section {
    width: 100%;
    margin: 0 0 10px;
  }
}

.featured-promotions.full-width--false .promo-per-row-3 .feature-section:nth-child(3n + 1) {
  clear: both;
}

.featured-promotions.full-width--false .promo-per-row-4 .feature-section {
  width: calc(25% - 20px);
}

.featured-promotions.full-width--false .promo-per-row-4 .feature-section:nth-child(4n + 1) {
  clear: both;
}

@media only screen and (max-width: 798px) {
  .featured-promotions.full-width--false .promo-per-row-4 .feature-section {
    width: calc(50% - 20px);
  }

  .featured-promotions.full-width--false .promo-per-row-4 .feature-section:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 480px) {
  .featured-promotions.full-width--false .promo-per-row-4 .feature-section {
    width: 100%;
    margin: 0 0 10px;
  }
}

.featured-promotions.full-width--true {
  padding-top: 0;
}

.featured-promotions.full-width--true .js-featured-promotions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-promotions.full-width--true .promo-per-row-2 .feature-section {
  width: 50%;
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .featured-promotions.full-width--true .promo-per-row-2 .feature-section {
    width: 100%;
  }
}

.featured-promotions.full-width--true .promo-per-row-3 .feature-section {
  width: 33.333333%;
  margin: 0;
}

@media only screen and (max-width: 798px) {
  .featured-promotions.full-width--true .promo-per-row-3 .feature-section {
    width: 100%;
  }
}

.featured-promotions.full-width--true .promo-per-row-4 .feature-section {
  width: 25%;
  margin: 0;
}

@media only screen and (max-width: 798px) {
  .featured-promotions.full-width--true .promo-per-row-4 .feature-section {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .featured-promotions.full-width--true .promo-per-row-4 .feature-section {
    width: 100%;
  }
}

/* #Home page - featured collection
  ================================================== */
.featured-collection__description.section {
  padding: 0 20px;
  margin: 20px 0;
}

.featured-collection__products.container {
  padding: 0;
}

/* #Home page - image with text overlay
  ================================================== */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  
    background-color: #666666;
  
}

@media only screen and (max-width: 480px) {
  .banner {
    max-height: inherit;
    background-color: transparent;
  }
}

.banner img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 480px) {
  .mobile-text-below--false {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    position: absolute;
  }
}

/* #Home page - video
  ================================================== */
.block__featured_video .caption,
.video-section .caption {
  z-index: 30;
  pointer-events: none;
}

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

  .block__featured_video .caption,
  .video-section .caption {
    margin: 0;
    height: 0;
  }

  .block__featured_video .caption.caption--has-content,
  .video-section .caption.caption--has-content {
    margin: 20px 0;
    height: auto;
  }
}

.block__featured_video .video-text--outside-video,
.video-section .video-text--outside-video {
  height: auto;
}

.homepage-video {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  
    background-color: #666666;
  
}

@media only screen and (max-width: 480px) {
  .homepage-video {
    background-color: transparent;
  }
}

.homepage-video img {
  width: 100%;
  display: block;
}

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

.homepage-video video {
  background-color: var(--shop-bg-color);
}

.homepage-video video[poster] {
  object-fit: cover;
}

.homepage-video video.video-autoplay--true.html-video {
  display: none;
}

.homepage-video .homepage-video--media {
  width: 100%;
  height: auto;
  padding-top: 0;
}

.homepage-video .placeholder-image--true a.video__play-button {
  pointer-events: none;
}

.homepage-video .caption.text-on-video {
  pointer-events: none;
}

@media only screen and (max-width: 480px) {
  .homepage-video .caption.text-on-video {
    position: absolute;
    height: auto;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }

  .homepage-video .caption.text-on-video a.highlight-false {
    color: white;
    border-color: white;
  }
}

.homepage-video .mobile-video__buttons {
  display: block;
  text-align: center;
  top: 55%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  position: absolute;
}

.homepage-video .mobile-video__buttons.text-on-video {
  z-index: 20;
}

.homepage-video .mobile-video__buttons a.highlight-false {
  background-color: rgba(255, 255, 255, 0);
  color: var(--banner-button-color);
  border: 1px solid var(--banner-button-color);
}

.homepage-video .mobile-video__buttons a.highlight-true {
  background-color: var(--banner-button-color);
  border-color: var(--banner-button-color);
  
    
    
      color: #333;
    
  
}

.homepage-video .mobile-video__buttons .action_button {
  margin: 5px;
}

@media only screen and (min-width: 481px) {
  .homepage-video .mobile-video__buttons {
    display: none;
  }
}

.darken-video {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 20;
}

/* #Page Banners
  ================================================== */
.page_banner {
  overflow: hidden;
  max-height: 100vh;
  
    margin-top: 40px;
  
}

.caption.captionOverlay--true {
  max-width: 960px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  
    top: 55%;
  
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
}

.caption.captionOverlay--true .headline,
.caption.captionOverlay--true .subtitle {
  color: var(--banner-color);
  
}

@media only screen and (max-width: 798px) {
  .caption.captionOverlay--true {
    top: 50%;
  }
}

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

/* #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 created By Judah Ari 01/09/2020
  ================================================== */
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* .slick-loading .slick-list {
    background: #fff url("ajax-loader.gif") center center no-repeat;
  } */

/* Icons */
@font-face {
  font-family: "slick";
  src: url("slick.eot");
  src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*=========================================================
  Redefine Style of Header
  =========================================================*/
body {
  transition: all 0.5s;
}

.drawer-right {
  transition: all 0.8s;
  transform: translateX(-420px);
}

header:not(.feature_image) .header {
  box-shadow: 0 0 10px 0 #6f6f6f;
}

#header:not(.feature_image) {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #6f6f6f;
}

@media only screen and (max-width: 1024px) {
  #header {
    display: block;
  }
}

#header .top_bar {
  color: #fff;
  font-size: 14px;
}

#header .top_bar p {
  margin-bottom: 0;
}

#header .mobile-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

#header .mobile-header .mobile-header--left,
#header .mobile-header .mobile-header--right {
  flex: 1 1 calc(50% - 80px);
  max-width: calc(50% - 80px);
}

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

  #header .mobile-header .mobile-header--left,
  #header .mobile-header .mobile-header--right {
    flex: 1 1 calc(50% - 60px);
    max-width: calc(50% - 60px);
  }
}

#header .mobile-header .mobile-header--left {
  padding-right: 5px;
}

#header .mobile-header .mobile-header--right {
  padding-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header .mobile-header .mobile-header--center {
  flex: 1 1 160px;
  max-width: 160px;
  padding: 0 5px;
}

@media only screen and (max-width: 480px) {
  #header .mobile-header .mobile-header--center {
    flex: 1 1 110px;
    max-width: 110px;
  }
}

#header .mobile-header .mobile_nav div span {
  background: #35572c;
}

#header .mobile-header .icon-search {
  font-size: 20px;
  padding: 0 5px;
  color: #35572c;
}

#header .mobile-header .cart_container {
  background: none;
}

#header .mobile-header .cart_container .icon-cart {
  font-size: 20px;
  color: #35572c;
  background: none;
  height: auto;
  position: relative;
  padding: 0 5px;
}

#header .mobile-header .cart_container .icon-cart:before {
  font-size: 22px;
}

#header .mobile-header .cart_container .icon-cart .cart_count {
  position: absolute;
  top: -11px;
  right: 0;
  color: #fff;
  height: 22px;
  width: 20px;
  background-color: #e67e22;
  border-radius: 50%;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  padding: 0;
}

#header.feature_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#header.feature_image .mobile_nav div span {
  background: #fff;
}

#header.feature_image .icon-search {
  color: #fff;
}

#header.feature_image .cart_container .icon-cart {
  color: #fff;
}

#header.feature_image .dropdown {
  background-color: rgba(255, 255, 255, 0.9);
}

#header.feature_image .dropdown a {
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .header {
    display: none;
  }
}

.top_bar {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  padding: 0 60px;
}

@media only screen and (max-width: 1439px) {
  .top_bar {
    padding: 0 20px;
  }
}

.top_bar .topbar-item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.top_bar .topbar-left {
  flex: 1 1 calc(100% / 3);
  -webkit-flex: 1 1 calc(100% / 3);
  -moz-flex: 1 1 calc(100% / 3);
  -ms-flex: 1 1 calc(100% / 3);
  max-width: calc(100% / 3);
}

.top_bar .topbar-center {
  flex: 1 1 calc(100% / 3);
  -webkit-flex: 1 1 calc(100% / 3);
  -moz-flex: 1 1 calc(100% / 3);
  -ms-flex: 1 1 calc(100% / 3);
  max-width: calc(100% / 3);
  color: #fff;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.top_bar .topbar-center p {
  margin-bottom: 0;
  line-height: 1.2;
  margin-right: 5px;
}

.top_bar .topbar-right {
  flex: 1 1 calc(100% / 3);
  -webkit-flex: 1 1 calc(100% / 3);
  -moz-flex: 1 1 calc(100% / 3);
  -ms-flex: 1 1 calc(100% / 3);
  max-width: calc(100% / 3);
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.top_bar .topbar-left-icon {
  display: inline-block;
  line-height: 0;
  margin-right: 5px;
}

.top_bar .topbar-left-icon img {
  max-width: 100%;
}

.top_bar .topbar-left-text {
  display: inline-block;
  color: #fff;
  line-height: 1;
}

.top_bar .icon-user {
  font-family: Oswald, sans-serif;
}

.top_bar .icon-user span {
  margin-left: 5px;
  font-size: 16px;
}

.top_bar .cart_container.active_link .mini_cart {
  background-color: var(--topbar-cart-bg-color);
  color: #fff;
}

.top_bar .cart_container.active_link .mini_cart span {
  background-color: var(--topbar-cart-bg-color);
  color: #fff;
}

.top_bar .cart_container.active_link .mini_cart .cart_count {
  background-color: #e67e22;
}

.top_bar .cart_container .mini_cart {
  padding: 0 25px;
}

.top_bar .cart_container .mini_cart .cart_label {
  font-size: 16px;
  padding: 0;
  margin-left: 10px;
}

.top_bar .cart_container .mini_cart .cart_count {
  background-color: #e67e22;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  top: 5px;
  right: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

.top_bar .cart_container .mini_cart span {
  text-transform: initial;
  letter-spacing: 0;
}

.main_nav {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.main_nav .nav .menu a:hover {
  color: #e67e22 !important;
  border-bottom: 1px solid #e67e22;
}

.main_nav .nav .menu a.active {
  color: #e67e22;
}

.main_nav .nav .menu a.active:hover {
  color: #e67e22;
  border-bottom: 1px solid #e67e22;
}

.container {
  padding: 0;
}

.container.no-has-columns {
  padding: 0 10px;
}

@media only screen and (min-width: 1680px) {
  .container {
    max-width: 1580px;
  }
}

.half-container {
  padding: 0 10px;
  width: 100%;
  max-width: 790px;
}

.half-container.pos-left {
  margin-left: auto;
}

.half-container.pos-right {
  margin-right: auto;
}

@media only screen and (max-width: 1679px) {
  .half-container {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1200px) {
  .half-container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .half-container {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-heading_wrapper {
  padding-bottom: 15px;
  margin-bottom: 60px;
  position: relative;
}

.section-heading_wrapper .section-subtitle {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
}

.section-heading_wrapper:after {
  display: inline-block;
  height: 2px;
  content: '';
  background-color: #9bb33b;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .section-heading_wrapper {
    margin-bottom: 40px;
  }
}

.section-title {
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
  margin: 0;
  color: var(--headline-color);
}

.section-title.large {
  font-size: 68px;
  letter-spacing: initial;
}

@media only screen and (max-width: 1680px) {
  .section-title.large {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1024px) {
  .section-title.large {
    font-size: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .section-title.large {
    font-size: 36px;
  }
}

.section-title.medium {
  font-size: 32px;
  letter-spacing: initial;
}

.homepage-slideshow .image-element__wrap {
  background-color: #0a1008;
}

.homepage-slideshow .image-element__wrap img {
  opacity: 0.67;
}

.homepage-slideshow .gallery-cell.mobile-banner--true .slide-mobile-banner {
  display: none;
}

@media only screen and (max-width: 480px) {
  .homepage-slideshow .gallery-cell.mobile-banner--true .slide-desktop-banner {
    display: none;
  }

  .homepage-slideshow .gallery-cell.mobile-banner--true .slide-mobile-banner {
    display: block;
  }
}

.homepage-slideshow .caption {
  line-height: 1.2;
  letter-spacing: initial;
  margin-bottom: 0;
  font-weight: 400;
  z-index: 10;
}

.homepage-slideshow .caption .headline {
  line-height: 1.2;
}

.homepage-slideshow .caption .subtitle {
  margin-bottom: 10px;
}

.homepage-slideshow .caption .subtitle p {
  margin-bottom: 0;
}

@media only screen and (min-width: 1680px) {
  .homepage-slideshow .caption {
    max-width: 1620px;
    padding: 0 20px;
  }

  .homepage-slideshow .caption .headline {
    font-weight: 400;
    font-size: 80px;
  }

  .homepage-slideshow .caption .subtitle {
    text-transform: initial;
    font-weight: 400;
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .homepage-slideshow .caption .headline {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .homepage-slideshow .caption .caption-content {
    text-align: center !important;
  }
}

.homepage-slideshow .action_button {
  letter-spacing: 5px;
  padding: 0 30px;
  background-color: var(--banner-button-color);
  color: var(--btn-text-color);
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  min-width: 220px;
}

.homepage-slideshow .action_button:hover {
  background: transparent;
  color: var(--banner-button-color) !important;
}

@media only screen and (max-width: 768px) {
  .homepage-slideshow .action_button {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    min-width: initial;
  }
}

@media only screen and (max-width: 480px) {
  .homepage-slideshow .action_button {
    background-color: var(--banner-button-color) !important;
    color: var(--btn-text-color) !important;
    border-color: var(--banner-button-color) !important;
  }
}

.homepage-slideshow .caption-image_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: right;
  z-index: 9;
}

.homepage-slideshow .caption-image_wrapper .image-element__wrap {
  opacity: 1;
  background: transparent;
  margin-right: initial;
  margin-left: auto;
}

@media only screen and (max-width: 1680px) {
  .homepage-slideshow .caption-image_wrapper .image-element__wrap {
    max-width: 220px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .homepage-slideshow .caption-image_wrapper .image-element__wrap {
    max-width: 200px !important;
  }
}

@media only screen and (max-width: 768px) {
  .homepage-slideshow .caption-image_wrapper .image-element__wrap {
    max-width: 150px !important;
  }
}

@media only screen and (max-width: 480px) {
  .homepage-slideshow .caption-image_wrapper .image-element__wrap {
    max-width: 100px !important;
  }
}

.homepage-slideshow .caption-image_wrapper .image-element__wrap img {
  opacity: 1;
}

div[data-section-type="image-with-text-blocks"] .section-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
  }
}

div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  max-width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-content-item {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  max-width: 50%;
  padding-left: 30px;
}

@media only screen and (max-width: 580px) {
  div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-content-item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
  }
}

div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-text-item {
  text-align: right;
}

div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-text-item .block-text-wrapper {
  max-width: 360px;
  margin-left: auto;
}

div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-text-item .block-main_heading {
  color: #36572d;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: initial;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1440px) {
  div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-text-item .block-main_heading {
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
  div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-text-item .block-main_heading {
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-text-item .block-main_heading {
    font-size: 28px;
  }
}

div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-text-item .block-subtitle {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.2;
}

div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-text-item .block-content {
  color: #555;
}

@media only screen and (max-width: 580px) {
  div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-text-item {
    text-align: center;
    padding: 45px 15px 20px;
  }

  div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-text-item .block-text-wrapper {
    margin: auto;
  }
}

div[data-section-type="image-with-text-blocks"] .section-wrapper .image-with-text-block .block-content_wrapper .block-image-item .image-element__wrap {
  margin-left: auto;
  margin-right: 0;
}

div[data-section-type="rich-text-and-image"] {
  padding-top: 50px;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="rich-text-and-image"] {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  div[data-section-type="rich-text-and-image"] {
    padding-top: 20px;
  }
}

div[data-section-type="rich-text-and-image"] .section-title {
  margin-bottom: 55px;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="rich-text-and-image"] .section-title {
    margin-bottom: 30px;
  }
}

div[data-section-type="rich-text-and-image"] .section-text__wrapper {
  margin-bottom: 20px;
}

div[data-section-type="rich-text-and-image"] .section-button_wrapper {
  margin-bottom: 15px;
  text-align: center;
}

div[data-section-type="rich-text-and-image"] .section-button_wrapper .action_button.large {
  height: 75px;
  line-height: 75px;
  padding: 0 30px;
  border-radius: 40px;
  font-size: 24px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="rich-text-and-image"] .section-button_wrapper .action_button.large {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  div[data-section-type="rich-text-and-image"] .section-button_wrapper .action_button.large {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 3px;
  }
}

div[data-section-type="rich-text-and-image"] .section-image_wrapper {
  margin-bottom: 30px;
}

div[data-section-type="testimonial-slideshow"] {
  padding: 100px 20px 40px;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="testimonial-slideshow"] {
    padding: 60px 20px 30px;
  }
}

div[data-section-type="testimonial-slideshow"] .section-heading_wrapper {
  padding-bottom: 15px;
  margin-bottom: 60px;
  position: relative;
}

div[data-section-type="testimonial-slideshow"] .section-heading_wrapper .section-subtitle {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
}

div[data-section-type="testimonial-slideshow"] .section-heading_wrapper:after {
  display: inline-block;
  height: 2px;
  content: '';
  background-color: #9bb33b;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="testimonial-slideshow"] .section-heading_wrapper {
    margin-bottom: 40px;
  }
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper {
  padding: 0 10px;
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-slide {
  background-color: #36572d;
  padding: 60px 30px;
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-slide .slide-title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
  letter-spacing: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-slide .slide-title img {
  margin-right: 10px;
  display: inline-block;
  float: left;
}

@media only screen and (max-width: 1680px) {
  div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-slide .slide-title {
    font-size: 18px;
  }

  div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-slide .slide-title img {
    margin-right: 5px;
    width: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-slide .slide-title {
    font-size: 16px;
  }
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-content {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  min-height: 145px;
  margin-bottom: 20px;
  overflow: auto;
}

@media only screen and (max-width: 1680px) {
  div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-content {
    min-height: 180px;
  }
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-content {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-content {
    min-height: 145px;
  }
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .review-stars_wrapper {
  color: #f1c40f;
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-author_wrapper {
  color: #fff;
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper #home-testimonial-slideshow .slide-wrapper .testimonial-author_wrapper .verified-user {
  color: #9bb33b;
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper .testimonial-slideshow-dots {
  text-align: center;
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper .testimonial-slideshow-dots .slick-dots {
  position: initial;
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper .testimonial-slideshow-dots .slick-dots li {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper .testimonial-slideshow-dots .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  min-height: auto;
}

div[data-section-type="testimonial-slideshow"] .testimonial-blocks_wrapper .testimonial-slideshow-dots .slick-dots li button:before {
  font-size: 10px;
  color: #36572d;
  width: auto;
  height: auto;
  position: static;
  line-height: 1.2;
}

div[data-section-type="featured-blog"] {
  padding: 100px 20px 40px;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="featured-blog"] {
    padding: 60px 20px 30px;
  }
}

div[data-section-type="featured-blog"] .article {
  margin-bottom: 30px;
}

div[data-section-type="featured-blog"] .article .sub_title {
  color: #333;
}

div[data-section-type="featured-blog"] .article .sub_title a {
  color: #333;
}

div[data-section-type="featured-blog"] .article .blog_meta {
  margin-bottom: 15px;
}

div[data-section-type="featured-blog"] .article .blog_meta span {
  font-size: 13px;
  margin-right: 0;
}

div[data-section-type="featured-blog"] .article .blog_meta .author {
  margin-right: 0;
}

div[data-section-type="featured-blog"] .article .blog_meta .author:after {
  display: none;
}

div[data-section-type="featured-blog"] .article .blog_meta .author-name {
  color: #9bb33b;
}

div[data-section-type="featured-blog"] .article .blog_excerpt {
  font-size: 14px;
  margin-bottom: 15px;
}

div[data-section-type="featured-blog"] .article .action_button {
  margin: 0;
  height: 45px;
  line-height: 43px;
  border: 1px solid #9bb33b;
  font-size: 13px;
  padding: 0 30px;
  border-radius: 20px;
  color: #9bb33b;
  font-weight: bold;
}

div[data-section-type="featured-blog"] .article .action_button:hover {
  background-color: #9bb33b;
  color: #fff;
}

div[data-section-type="image-text"] .image-text-block {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

div[data-section-type="image-text"] .image-text-block .block-item {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  max-width: 50%;
}

div[data-section-type="image-text"] .image-text-block .block-item.position-left {
  order: 0;
}

div[data-section-type="image-text"] .image-text-block .block-item.position-right {
  order: 1;
}

@media only screen and (max-width: 768px) {
  div[data-section-type="image-text"] .image-text-block .block-item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
  }

  div[data-section-type="image-text"] .image-text-block .block-item.block-image__wrapper {
    order: 0;
  }

  div[data-section-type="image-text"] .image-text-block .block-item.block-info__wrapper {
    order: 1;
  }
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper {
  padding: 30px 0;
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info {
  max-width: 600px;
  width: 80%;
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info.content-align--left {
  text-align: left;
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info.content-align--left .image-element__wrap {
  margin-left: 0;
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info.content-align--right {
  text-align: right;
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info.content-align--right .image-element__wrap {
  margin-right: 0;
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .info-icon_wrapper {
  margin-bottom: 10px;
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .block-content {
  margin-bottom: 10px;
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .block-content .block-heading {
  font-size: 42px;
  letter-spacing: 0;
  line-height: 1.2;
}

@media only screen and (max-width: 1680px) {
  div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .block-content .block-heading {
    font-size: 32px;
  }
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .block-content .block-subheading {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .block-content .block-subheading p {
  line-height: 1.2;
}

@media only screen and (max-width: 1680px) {
  div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .block-content .block-subheading {
    font-size: 18px;
  }
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .block-content .block-text {
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 1680px) {
  div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .block-content .block-text {
    font-size: 16px;
  }
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .block-button_wrapper .action_button {
  background-color: #9bb33b;
  border: 1px solid #9bb33b;
  border-radius: 25px;
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .block-button_wrapper .action_button:hover {
  background-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 1200px) {
  div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info {
    text-align: center !important;
  }

  div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .image-element__wrap {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

div[data-section-type="image-text"] .image-text-block .pos-right .block-info {
  margin: auto;
}

div[data-section-type="image-text"] .image-text-block .pos-left .block-info {
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="image-text"] .image-text-block .block-image__wrapper .image-element__wrap {
    max-width: initial !important;
    width: 100%;
  }
}

div[data-section-type="featured-content"] {
  background-size: cover;
  background-position: center center;
}

div[data-section-type="featured-content"] .section-content__wrapper {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 100px 20px;
}

div[data-section-type="featured-content"] .section-content__wrapper .container {
  padding: 0;
}

div[data-section-type="featured-content"] .section-content__wrapper .section-title {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0;
}

div[data-section-type="featured-content"] .section-content__wrapper .section-icon {
  padding: 45px 0;
}

div[data-section-type="featured-content"] .section-content__wrapper .section-icon img {
  max-width: 100%;
  height: auto;
}

div[data-section-type="featured-content"] .section-content__wrapper .section_subtitle {
  font-size: 18px;
  line-height: 1;
  font-family: Oswald, sans-serif;
  letter-spacing: 0;
  text-align: center;
  max-width: 950px;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="featured-content"] .section-content__wrapper {
    padding: 60px 20px;
  }

  div[data-section-type="featured-content"] .section-content__wrapper .section-title {
    font-size: 48px;
  }

  div[data-section-type="featured-content"] .section-content__wrapper .section-icon {
    padding: 30px 0;
  }

  div[data-section-type="featured-content"] .section-content__wrapper .section_subtitle {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  div[data-section-type="featured-content"] .section-content__wrapper {
    padding: 45px 20px;
  }

  div[data-section-type="featured-content"] .section-content__wrapper .section-title {
    font-size: 36px;
  }

  div[data-section-type="featured-content"] .section-content__wrapper .section-icon {
    padding: 20px 0;
    max-width: 180px;
    margin: 0 auto;
  }

  div[data-section-type="featured-content"] .section-content__wrapper .section_subtitle {
    font-size: 18px;
  }
}

.social-feeds-section {
  padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
  .social-feeds-section {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .social-feeds-section {
    padding: 45px 0;
  }
}

.social-feeds-section .container {
  padding: 0;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  min-height: 390px;
  cursor: pointer;
  margin-bottom: 20px;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .items-1 {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  max-width: 100%;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .items-2 {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  max-width: 50%;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .items-3 {
  flex: 1 1 33.33333%;
  -webkit-flex: 1 1 33.33333%;
  -moz-flex: 1 1 33.33333%;
  -ms-flex: 1 1 33.33333%;
  max-width: 33.33333%;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .items-4 {
  flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  max-width: 25%;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .items-5 {
  flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  -moz-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  max-width: 20%;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper {
    flex: 1 1 calc(100% / 3);
    -webkit-flex: 1 1 calc(100% / 3);
    -moz-flex: 1 1 calc(100% / 3);
    -ms-flex: 1 1 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (max-width: 640px) {
  div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    max-width: 50%;
  }
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper a.block-container {
  display: block;
  height: 100%;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection {
  padding: 60px 30px;
  display: block;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection .thumb-icon__wrapper {
  width: 150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection .thumb-icon__wrapper .thumb-icon {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection .thumb-icon__wrapper .thumb-icon .thumb-icon__outside {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 10px solid #9bb33b;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection .thumb-icon__wrapper .thumb-icon .thumb-icon__outside .featured-collection_thumb__icon {
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #e1e6e0;
  padding: 15px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection .thumb-icon__wrapper .thumb-icon .thumb-icon__outside .featured-collection_thumb__icon .image-element__wrap {
  width: 100%;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection .thumb-icon__wrapper .thumb-icon .thumb-icon__outside .featured-collection_thumb__icon .image-element__wrap .featured-col-thumb-icon-active {
  display: none;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection .block-title {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  color: #333;
  margin-bottom: 0;
}

@media only screen and (max-width: 1440px) {
  div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection .block-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection .block-title {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection {
    padding: 30px 15px;
  }

  div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper .featured-collection .thumb-icon__wrapper {
    width: 80px;
  }
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper a.action_button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  line-height: 40px;
  border: 1px solid #e67e22;
  border-radius: 20px;
  letter-spacing: 3px;
  display: none;
  white-space: nowrap;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper a.action_button:hover {
  background-color: #e67e22;
}

@media only screen and (max-width: 480px) {
  div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper a.action_button {
    height: 30px;
    line-height: 28px;
    min-height: auto;
    letter-spacing: 0;
    bottom: -15px;
    font-size: 12px;
  }
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper:hover,
div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper.active {
  background-color: #36572d;
  box-shadow: 0 3px 10px 0 #36572d;
  margin-bottom: 45px;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper:hover .thumb-icon__wrapper .thumb-icon .thumb-icon__outside,
div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper.active .thumb-icon__wrapper .thumb-icon .thumb-icon__outside {
  border-color: #fff;
  box-shadow: 0 0 15px 0 #000;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper:hover .thumb-icon__wrapper .thumb-icon .thumb-icon__outside .featured-collection_thumb__icon,
div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper.active .thumb-icon__wrapper .thumb-icon .thumb-icon__outside .featured-collection_thumb__icon {
  background-color: #9bb33b;
  border-color: #788b2e;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper:hover .thumb-icon__wrapper .thumb-icon .thumb-icon__outside .featured-collection_thumb__icon .image-element__wrap .featured-col-thumb-icon,
div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper.active .thumb-icon__wrapper .thumb-icon .thumb-icon__outside .featured-collection_thumb__icon .image-element__wrap .featured-col-thumb-icon {
  display: none;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper:hover .thumb-icon__wrapper .thumb-icon .thumb-icon__outside .featured-collection_thumb__icon .image-element__wrap .featured-col-thumb-icon-active,
div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper.active .thumb-icon__wrapper .thumb-icon .thumb-icon__outside .featured-collection_thumb__icon .image-element__wrap .featured-col-thumb-icon-active {
  display: block;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper:hover .block-title,
div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper.active .block-title {
  color: #fff;
}

div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper:hover a.action_button,
div[data-section-type="featured-collection-list"] .collection-items_wrapper .featured-collection_wrapper.active a.action_button {
  display: block;
}

[data-section-type="embed-form-section"] {
  background-color: #35572c;
  padding: 10px;
}

[data-section-type="embed-form-section"] .section-content-wrapper {
  border: 2px dashed #9bb33b;
  padding: 30px 10px;
}

[data-section-type="embed-form-section"] .section-content-wrapper .container {
  padding: 0;
}

[data-section-type="embed-form-section"] .klaviyo-form [data-testid="form-row"] {
  flex-wrap: wrap;
}

[data-section-type="embed-form-section"] .klaviyo-form div[data-testid="form-component"] {
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  [data-section-type="embed-form-section"] .klaviyo-form div[data-testid="form-component"] {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

[data-section-type="embed-form-section"] .klaviyo-form div[data-testid="form-component"] > * {
  align-self: initial !important;
}

[data-section-type="embed-form-section"] .klaviyo-form div[data-testid="form-component"] button {
  height: 60px !important;
  box-sizing: border-box !important;
  padding: 10px 20px !important;
  min-width: 200px !important;
}

div[data-section-type="featured-collection"] {
  padding: 80px 0 40px;
}

@media only screen and (max-width: 768px) {
  div[data-section-type="featured-collection"] {
    padding: 40px 0;
  }
}

div[data-section-type="featured-collection"] .section-heading_wrapper .section-subcontent__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 530px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  div[data-section-type="featured-collection"] .section-heading_wrapper .section-subcontent__wrapper {
    max-width: 450px;
  }
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="featured-collection"] .section-heading_wrapper .section-subcontent__wrapper {
    display: none;
  }
}

div[data-section-type="featured-collection"] .section-heading_wrapper .section-subcontent__wrapper .subcontent {
  -webkit-box-flex: 1 1 calc(100% - 80px);
  -moz-box-flex: 1 1 calc(100% - 80px);
  -webkit-flex: 1 1 calc(100% - 80px);
  -ms-flex: 1 1 calc(100% - 80px);
  flex: 1 1 calc(100% - 80px);
  max-width: calc(100% - 80px);
  text-align: right;
}

div[data-section-type="featured-collection"] .section-heading_wrapper .section-subcontent__wrapper .subcontent .subtitle {
  padding: 0;
  margin: 0 0 5px;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0;
}

div[data-section-type="featured-collection"] .section-heading_wrapper .section-subcontent__wrapper .subcontent .subtext {
  line-height: 1.2;
  font-size: 16px;
}

div[data-section-type="featured-collection"] .section-heading_wrapper .section-subcontent__wrapper .heading-icon-wrapper {
  -webkit-box-flex: 1 1 80px;
  -moz-box-flex: 1 1 80px;
  -webkit-flex: 1 1 80px;
  -ms-flex: 1 1 80px;
  flex: 1 1 80px;
  max-width: 80px;
  padding-left: 15px;
}

div[data-section-type="featured-collection"] .homepage-product-slider {
  width: 100%;
  padding: 0 30px;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider {
  overflow: initial;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .flickity-button {
  padding: 0;
  top: 50%;
  width: auto;
  transform: translateY(-50%);
  opacity: 1;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .flickity-button.previous {
  left: 0;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .flickity-button.next {
  right: 0;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .flickity-button .flickity-button-icon {
  width: 40px;
  height: 40px;
  background-color: #36572d;
  border-radius: 50%;
  position: static;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .flickity-page-dots .dot {
  background-color: #36572d;
  margin: 0 3px;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .gallery-cell {
  padding: 5px;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .gallery-cell {
    width: calc(100% / 3) !important;
  }
}

@media only screen and (max-width: 768px) {
  div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .gallery-cell {
    width: 50% !important;
  }
}

@media only screen and (max-width: 480px) {
  div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .gallery-cell {
    width: 100% !important;
  }
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .gallery-cell .product-wrap {
  padding: 15px 10px;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .gallery-cell .product-wrap:hover {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .gallery-cell .product-wrap .info .quick_shop {
  background-color: #e67e22;
  border-color: #e67e22;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 3px;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .gallery-cell .product-wrap .product-info__caption .product-details .title {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .gallery-cell .product-wrap .product-info__caption .product-details .product-grid-reviews .amazon-product-review-rating {
  text-align: center !important;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .gallery-cell .product-wrap .product-info__caption .product-details .brand {
  font-size: 12px;
  color: #333;
}

div[data-section-type="featured-collection"] .homepage-product-slider .products-slider .gallery-cell .product-wrap .product-info__caption .product-details .price {
  font-size: 14px;
  color: #333;
}

div[data-section-type="single-product-template"] .product_section.js-product_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

div[data-section-type="single-product-template"] .product_section.js-product_section .product-main-content-item {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}

div[data-section-type="single-product-template"] .product_section.js-product_section .product-main-content-item.alpha {
  padding-right: 20px;
}

div[data-section-type="single-product-template"] .product_section.js-product_section .product-main-content-item.omega {
  padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="single-product-template"] .product_section.js-product_section .product-main-content-item {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }

  div[data-section-type="single-product-template"] .product_section.js-product_section .product-main-content-item.alpha,
  div[data-section-type="single-product-template"] .product_section.js-product_section .product-main-content-item.omega {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="single-product-template"] .product_section.js-product_section .product-image_wrapper {
    margin-bottom: 30px;
  }
}

div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails,
div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails .product_main-gallery,
div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails .product_main-gallery {
  -webkit-box-flex: 1 1 calc(100% - 90px);
  -moz-box-flex: 1 1 calc(100% - 90px);
  -webkit-flex: 1 1 calc(100% - 90px);
  -ms-flex: 1 1 calc(100% - 90px);
  flex: 1 1 calc(100% - 90px);
  max-width: calc(100% - 90px);
}

div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails .product_main-gallery .product_gallery,
div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails .product_main-gallery .product_gallery {
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (max-width: 798px) and(min-width: 481px) {

  div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails .product_main-gallery .product_gallery,
  div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails .product_main-gallery .product_gallery {
    padding-bottom: 0;
  }
}

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

  div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails .product_main-gallery,
  div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails .product_main-gallery {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails .product_gallery_nav,
div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails .product_gallery_nav {
  -webkit-box-flex: 1 1 70px;
  -moz-box-flex: 1 1 70px;
  -webkit-flex: 1 1 70px;
  -ms-flex: 1 1 70px;
  flex: 1 1 70px;
  max-width: 70px;
  width: auto;
  margin-bottom: 0;
}

div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails .product_gallery_nav.product_gallery_nav--left-thumbnails,
div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails .product_gallery_nav.product_gallery_nav--left-thumbnails {
  margin-right: 20px;
  order: 0;
}

div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails .product_gallery_nav.product_gallery_nav--right-thumbnails,
div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails .product_gallery_nav.product_gallery_nav--right-thumbnails {
  margin-left: 20px;
}

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

  div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails .product_gallery_nav,
  div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails .product_gallery_nav {
    display: none;
  }
}

div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails .gallery-cell,
div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails .gallery-cell {
  border: 1px solid #e4e4e4;
  padding: 5px;
}

div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails .gallery-cell.is-nav-selected,
div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails .gallery-cell.is-nav-selected {
  border-color: #333;
}

div[data-section-type="single-product-template"] .gallery-wrap.left-thumbnails .product_main-gallery {
  order: 1;
}

div[data-section-type="single-product-template"] .gallery-wrap.right-thumbnails .product_main-gallery {
  order: 0;
}

div[data-section-type="single-product-template"] .product_gallery_mobile_nav {
  display: none;
}

div[data-section-type="single-product-template"] .product_gallery_mobile_nav .flickity-button {
  opacity: 0.85;
}

div[data-section-type="single-product-template"] .product_gallery_mobile_nav .flickity-button .arrow {
  fill: #666;
}

div[data-section-type="single-product-template"] .product_gallery_mobile_nav .gallery-cell {
  width: calc(12.5% - 10px);
  margin: 0 5px;
  padding: 5px;
  border: 1px solid #efefef;
}

div[data-section-type="single-product-template"] .product_gallery_mobile_nav .gallery-cell.is-selected {
  border-color: #888;
}

@media only screen and (max-width: 480px) {
  div[data-section-type="single-product-template"] .product_gallery_mobile_nav .gallery-cell {
    width: calc(20% - 10px);
  }
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="single-product-template"] .product_gallery_mobile_nav {
    display: block;
  }
}

div[data-section-type="single-product-template"] .product-title__wrapper {
  margin-bottom: 45px;
}

div[data-section-type="single-product-template"] .product-title__wrapper.mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="single-product-template"] .product-title__wrapper.desktop {
    display: none;
  }

  div[data-section-type="single-product-template"] .product-title__wrapper.mobile {
    display: block;
  }
}

div[data-section-type="single-product-template"] .product-title__wrapper .product_name {
  font-size: 34px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.2;
  text-transform: initial;
}

div[data-section-type="single-product-template"] .product-title__wrapper .subtitle {
  font-size: 16px;
  font-family: Oswald, sans-serif;
  text-align: center;
}

div[data-section-type="single-product-template"] .money_back_guarantee {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

div[data-section-type="single-product-template"] .money_back_guarantee .guarantee_icon {
  -webkit-box-flex: 1 1 64px;
  -moz-box-flex: 1 1 64px;
  -webkit-flex: 1 1 64px;
  -ms-flex: 1 1 64px;
  flex: 1 1 64px;
  max-width: 64px;
}

div[data-section-type="single-product-template"] .money_back_guarantee .guarantee-content {
  -webkit-box-flex: 1 1 calc(100% - 64px);
  -moz-box-flex: 1 1 calc(100% - 64px);
  -webkit-flex: 1 1 calc(100% - 64px);
  -ms-flex: 1 1 calc(100% - 64px);
  flex: 1 1 calc(100% - 64px);
  max-width: calc(100% - 64px);
  padding-left: 15px;
}

div[data-section-type="single-product-template"] .money_back_guarantee .guarantee-content .guarantee-title {
  font-size: 20px;
  font-weight: 600;
  color: #35572c;
  line-height: 1.2;
  margin-bottom: 5px;
}

div[data-section-type="single-product-template"] .money_back_guarantee .guarantee-content .guarantee_text {
  line-height: 1.2;
}

div[data-section-type="single-product-template"] .money_back_guarantee .guarantee-content .guarantee_text p {
  margin: 0 0 5px;
  padding: 0;
  line-height: 1.2;
}

.single-product-section {
  padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
  .single-product-section {
    padding: 45px 0;
  }
}

@media only screen and (max-width: 480px) {
  .single-product-section {
    padding: 30px 0;
  }
}

.single-product-section .container {
  padding: 0;
}

.product-template-section-title {
  text-transform: initial;
  font-size: 32px;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 15px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.product-template-section-title:before {
  position: absolute;
  display: inline-block;
  width: 75px;
  height: 2px;
  content: '';
  background-color: #9bb33b;
  bottom: 0;
}

.product-template-section-title.align-left:before {
  left: 0;
}

.product-template-section-title.align-center {
  text-align: center;
}

.product-template-section-title.align-center:before {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .product-template-section-title {
    text-align: center;
  }

  .product-template-section-title:before {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 480px) {
  .product-template-section-title {
    font-size: 24px;
  }
}

div[data-section-type="single-product-ingredients"] {
  background-color: #fafbf5;
}

div[data-section-type="single-product-ingredients"] .section-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

div[data-section-type="single-product-ingredients"] .section-container .section-content,
div[data-section-type="single-product-ingredients"] .section-container .section-image-wrapper {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}

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

  div[data-section-type="single-product-ingredients"] .section-container .section-content,
  div[data-section-type="single-product-ingredients"] .section-container .section-image-wrapper {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

div[data-section-type="single-product-ingredients"] .section-container .section-mobile-image {
  display: none;
  padding: 30px;
}

@media only screen and (max-width: 768px) {
  div[data-section-type="single-product-ingredients"] .section-container .section-mobile-image {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  div[data-section-type="single-product-ingredients"] .section-container .section-mobile-image {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  div[data-section-type="single-product-ingredients"] .section-container .section-desktop-image {
    display: none;
  }
}

div[data-section-type="single-product-ingredients"] .section-container .section-content .rte ul {
  padding-left: 0;
  font-size: 14px;
}

div[data-section-type="single-product-ingredients"] .section-container .section-content .rte ul li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2;
}

div[data-section-type="single-product-ingredients"] .section-container .section-content .rte ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #9bb33b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 480px) {
  div[data-section-type="single-product-ingredients"] .section-container .section-content .rte ul li {
    font-size: 12px;
  }
}

div[data-section-type="product-section-infos"] .infos-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: -10px;
  margin-left: -10px;
}

div[data-section-type="product-section-infos"] .infos-wrapper .info-item {
  -webkit-box-flex: 1 1 20%;
  -moz-box-flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 20%;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="product-section-infos"] .infos-wrapper .info-item {
    -webkit-box-flex: 1 1 calc(100% / 3);
    -moz-box-flex: 1 1 calc(100% / 3);
    -webkit-flex: 1 1 calc(100% / 3);
    -ms-flex: 1 1 calc(100% / 3);
    flex: 1 1 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (max-width: 480px) {
  div[data-section-type="product-section-infos"] .infos-wrapper .info-item {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 300px;
  }
}

div[data-section-type="product-section-infos"] .infos-wrapper .info-item .block-icon {
  -webkit-box-flex: 1 1 65px;
  -moz-box-flex: 1 1 65px;
  -webkit-flex: 1 1 65px;
  -ms-flex: 1 1 65px;
  flex: 1 1 65px;
  max-width: 65px;
  padding-right: 10px;
}

div[data-section-type="product-section-infos"] .infos-wrapper .info-item .block-content {
  -webkit-box-flex: 1 1 calc(100% - 65px);
  -moz-box-flex: 1 1 calc(100% - 65px);
  -webkit-flex: 1 1 calc(100% - 65px);
  -ms-flex: 1 1 calc(100% - 65px);
  flex: 1 1 calc(100% - 65px);
  max-width: calc(100% - 65px);
}

div[data-section-type="product-section-infos"] .infos-wrapper .info-item .block-content .block-title {
  color: #333;
  font-size: 20px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}

div[data-section-type="product-section-infos"] .infos-wrapper .info-item .block-content .block-text {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

div[data-section-type="product-videos"] {
  padding: 100px 0;
  background-color: #f5f6f4;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="product-videos"] {
    padding: 60px 0;
  }
}

div[data-section-type="product-videos"] .product-template-section-title {
  margin-bottom: 40px;
}

div[data-section-type="product-videos"] .video-blocks-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 35px;
}

div[data-section-type="product-videos"] .video-blocks-wrapper .video-block__wrapper {
  -webkit-box-flex: 1 1 calc(100% / 3);
  -moz-box-flex: 1 1 calc(100% / 3);
  -webkit-flex: 1 1 calc(100% / 3);
  -ms-flex: 1 1 calc(100% / 3);
  flex: 1 1 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 15px;
}

@media only screen and (max-width: 1024px) {
  div[data-section-type="product-videos"] .video-blocks-wrapper .video-block__wrapper {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 580px) {
  div[data-section-type="product-videos"] .video-blocks-wrapper .video-block__wrapper {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

div[data-section-type="product-videos"] .video-blocks-wrapper .video-block__wrapper .video-block {
  position: relative;
}

div[data-section-type="product-videos"] .video-blocks-wrapper .video-block__wrapper .video-block a.video-player {
  display: block;
  position: relative;
}

div[data-section-type="product-videos"] .video-blocks-wrapper .video-block__wrapper .video-block .video-player-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border: 5px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background-color: rgba(155, 179, 59, 0.8);
  font-size: 20px;
  padding: 13px 15px;
  line-height: 1;
}

div[data-section-type="product-videos"] .video-blocks-wrapper .video-block__wrapper .video-block .video-player-button i {
  line-height: 1;
}

@media only screen and (max-width: 798px) {
  .product-image-with-text-overlay .caption-content .headline {
    font-size: 24px;
  }
}

.product-image-with-text-overlay .caption-content .subtitle {
  font-family: Oswald, sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}

@media only screen and (max-width: 798px) {
  .product-image-with-text-overlay .caption-content .subtitle {
    font-size: 14px;
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 480px) {
  .product-image-with-text-overlay .caption-content .subtitle {
    max-width: 100% !important;
    font-size: 14px;
  }
}

.product-image-with-text-overlay .caption-content.align-left .subtitle {
  margin-right: auto;
}

.product-image-with-text-overlay .caption-content.align-center .subtitle {
  margin: auto;
}

.product-image-with-text-overlay .caption-content.align-right .subtitle {
  margin-left: auto;
}

div:not(.product-extended-template).product-template .modal_price {
  display: none;
}

.STP-tiers {
  display: none;
}

#quantity-break-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0;
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper {
    padding: 10px 0;
  }
}

#quantity-break-wrapper .quantity-break-cell {
  -webkit-box-flex: 1 1 calc(100% / 3);
  -moz-box-flex: 1 1 calc(100% / 3);
  -webkit-flex: 1 1 calc(100% / 3);
  -ms-flex: 1 1 calc(100% / 3);
  flex: 1 1 calc(100% / 3);
  max-width: calc(100% / 3);
  border: 1px solid #e2e6e7;
  background-color: #f9fafb;
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

#quantity-break-wrapper .quantity-break-cell.active {
  transform: translateY(-15px);
  border: 1px solid #35572c;
  box-shadow: 0 0 6px 0 #35572c;
  background-color: #fff;
  border-radius: 5px;
}

#quantity-break-wrapper .quantity-break-cell.active .cell-container .cell-title .quantity {
  background-color: #fff;
}

#quantity-break-wrapper .quantity-break-cell.active .cell-container {
  transform: translateY(-10px);
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell.active {
    transform: initial;
  }

  #quantity-break-wrapper .quantity-break-cell.active .cell-container {
    transform: initial;
  }
}

#quantity-break-wrapper .quantity-break-cell .cell-header {
  height: 40px;
  background-color: #35572c;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell .cell-header {
    display: none;
  }
}

#quantity-break-wrapper .quantity-break-cell .cell-container {
  padding: 45px 20px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

#quantity-break-wrapper .quantity-break-cell .cell-container .cell-title {
  text-align: center;
  color: #e67e22;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 15px;
}

#quantity-break-wrapper .quantity-break-cell .cell-container .cell-title .quantity {
  padding: 0 10px;
  background-color: #f9fafb;
  white-space: nowrap;
  position: relative;
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .cell-title .quantity {
    padding: 0;
  }
}

#quantity-break-wrapper .quantity-break-cell .cell-container .cell-title .line-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
}

#quantity-break-wrapper .quantity-break-cell .cell-container .cell-title .line-wrapper span {
  height: 1px;
  display: block;
  width: 100%;
  background-color: #bec9bc;
  margin: 0;
}

#quantity-break-wrapper .quantity-break-cell .cell-container .cell-title .line-wrapper span:nth-child(2) {
  margin: 3px 0;
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .cell-title .line-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .cell-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .cell-title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 5px;
  }
}

#quantity-break-wrapper .quantity-break-cell .cell-container .break-price_wrapper {
  color: #499546;
  text-align: center;
  font-size: 48px;
  display: block;
  font-weight: 600;
  line-height: 1.2;
}

#quantity-break-wrapper .quantity-break-cell .cell-container .break-price_wrapper sup {
  font-size: 60%;
  top: -0.5em;
}

@media only screen and (max-width: 1200px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .break-price_wrapper {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .break-price_wrapper {
    text-align: left;
    font-size: 24px;
  }
}

#quantity-break-wrapper .quantity-break-cell .cell-container .per-item {
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .per-item {
    text-align: left;
    margin-bottom: 5px;
  }
}

#quantity-break-wrapper .quantity-break-cell .cell-container .saving-text {
  text-align: center;
  height: 22px;
  display: block;
  line-height: 22px;
  font-size: 18px;
  color: #35572c;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .saving-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .saving-text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .saving-text {
    height: initial;
    margin-bottom: 0;
    text-align: left;
    color: red;
  }
}

#quantity-break-wrapper .quantity-break-cell .cell-container .freeshipping-text {
  display: block;
  height: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .freeshipping-text {
    display: none;
    height: initial;
  }
}

#quantity-break-wrapper .quantity-break-cell .cell-container .freeshipping-text.mobile {
  display: none;
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .freeshipping-text.mobile {
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
  }
}

#quantity-break-wrapper .quantity-break-cell .cell-container .cart-button {
  border-radius: 30px;
  height: auto;
  line-height: 1.2;
  padding: 10px 20px;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .cart-button {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 480px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .cart-button {
    height: 60px;
  }
}

@media only screen and (max-width: 374px) {
  #quantity-break-wrapper .quantity-break-cell .cell-container .cart-button {
    font-size: 12px;
  }
}

#quantity-break-wrapper .quantity-break-cell.disabled .cell-header {
  display: none;
}

#quantity-break-wrapper .quantity-break-cell.disabled .action_button {
  background-color: #969696;
  border-color: #969696;
}

.supercharge-testimonial-wrapper .supercharge-title {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 10px;
}

.supercharge-testimonial-wrapper .supercharge-content {
  padding-left: 25px;
  position: relative;
}

.supercharge-testimonial-wrapper .supercharge-content .quote-small-icon {
  position: absolute;
  left: 0;
  top: 5px;
}

div[data-section-type="product-image-text-1"] .section-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media only screen and (max-width: 768px) {
  div[data-section-type="product-image-text-1"] .section-wrapper {
    padding: 45px 0;
  }
}

div[data-section-type="product-image-text-1"] .section-wrapper .section-content-wrapper,
div[data-section-type="product-image-text-1"] .section-wrapper .section-image-wrapper {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 0 10px;
}

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

  div[data-section-type="product-image-text-1"] .section-wrapper .section-content-wrapper,
  div[data-section-type="product-image-text-1"] .section-wrapper .section-image-wrapper {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

div[data-section-type="product-image-text-1"] .section-wrapper .section-content-wrapper .heading {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.2;
}

div[data-section-type="product-image-text-1"] .section-wrapper .section-content-wrapper .subheading {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px;
}

div[data-section-type="product-image-text-1"] .section-wrapper .section-content-wrapper .subheading p {
  margin: 0;
  line-height: 1.2;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}

div[data-section-type="product-image-text-1"] .section-wrapper .section-content-wrapper .content {
  padding: 0;
}

div[data-section-type="product-image-text-1"] .section-wrapper .section-content-wrapper .content p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  div[data-section-type="product-image-text-1"] .section-wrapper .section-content-wrapper {
    margin-bottom: 30px;
  }
}

.image-text-featured-icons .image-text-block .block-info__wrapper .block-info .block-content .block-subheading {
  margin-bottom: 30px !important;
}

.image-text-featured-icons ul.featured-icons-list {
  padding: 0;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.image-text-featured-icons ul.featured-icons-list li.featured-icon {
  -webkit-box-flex: 1 1 20%;
  -moz-box-flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  max-width: 20%;
  padding: 0 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
}

.image-text-featured-icons ul.featured-icons-list li.featured-icon .icon_wrapper {
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  background-color: #2e4b26;
  line-height: 0;
  margin-bottom: 15px;
}

.image-text-featured-icons ul.featured-icons-list li.featured-icon .icon-title {
  line-height: 1.2;
  margin-bottom: 10px;
}

.image-text-featured-icons ul.featured-icons-list li.featured-icon .active-icon {
  display: none;
}

.image-text-featured-icons ul.featured-icons-list li.featured-icon.active.featured-icon .icon_wrapper {
  background-color: #9bb33b;
}

.image-text-featured-icons ul.featured-icons-list li.featured-icon.active .inactive-icon {
  display: none;
}

.image-text-featured-icons ul.featured-icons-list li.featured-icon.active .active-icon {
  display: inline-block;
}

.image-text-featured-icons ul.featured-icons-list li.featured-icon.active .active-bottom-line {
  height: 3px;
  background-color: #9bb33b;
  width: 80%;
  display: block;
  position: relative;
  max-width: 60px;
  margin: 0 auto;
}

.image-text-featured-icons ul.featured-icons-list li.featured-icon.active .active-bottom-line:before {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-5px);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #9bb33b transparent transparent transparent;
}

.image-text-featured-icons .icon-content {
  padding: 0 15px;
}

.image-text-featured-icons .icon-content .title {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1680px) {
  .image-text-featured-icons .icon-content .title {
    font-size: 22px;
  }
}

.image-text-featured-icons .icon-content .content {
  padding: 0;
}

div[data-section-type="product-tabs"] {
  padding: 30px 0;
}

div[data-section-type="product-tabs"] .container {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  div[data-section-type="product-tabs"] {
    padding: 15px 0;
  }
}

div[data-section-type="product-tabs"] ul.tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0;
  position: relative;
  margin: 0 0 50px;
}

div[data-section-type="product-tabs"] ul.tabs:after {
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #cfd3cf;
  content: '';
  visibility: visible;
  width: 100%;
}

div[data-section-type="product-tabs"] ul.tabs li {
  -webkit-box-flex: 1 1 calc(100% / 6);
  -moz-box-flex: 1 1 calc(100% / 6);
  -webkit-flex: 1 1 calc(100% / 6);
  -ms-flex: 1 1 calc(100% / 6);
  flex: 1 1 calc(100% / 6);
  max-width: calc(100% / 6);
  padding-right: 10px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  div[data-section-type="product-tabs"] ul.tabs li {
    -webkit-box-flex: 1 1 20%;
    -moz-box-flex: 1 1 20%;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  div[data-section-type="product-tabs"] ul.tabs li {
    -webkit-box-flex: 1 1 25%;
    -moz-box-flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 580px) {
  div[data-section-type="product-tabs"] ul.tabs li {
    -webkit-box-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }

  div[data-section-type="product-tabs"] ul.tabs li:nth-child(2n) {
    padding-right: 0;
  }
}

div[data-section-type="product-tabs"] ul.tabs li a {
  width: 100%;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 5px;
  background-color: #eaeee9;
  color: #35572c;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1.2;
}

div[data-section-type="product-tabs"] ul.tabs li a.active {
  height: 60px;
  z-index: 1;
  border-bottom: 0;
  border-left: 1px solid #cfd3cf;
  border-right: 1px solid #cfd3cf;
  background-color: #fff;
}

div[data-section-type="product-tabs"] ul.tabs li a.active:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #9bb33b;
}

@media only screen and (max-width: 768px) {
  div[data-section-type="product-tabs"] ul.tabs li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 590px) {
  div[data-section-type="product-tabs"] ul.tabs li a {
    font-size: 12px;
    height: 45px;
    border-bottom: 1px solid #d2d2d2;
  }

  div[data-section-type="product-tabs"] ul.tabs li a.active {
    height: 45px;
    border-bottom: 0;
  }
}

div[data-section-type="product-tabs"] ul.tab-contents {
  padding-left: 0;
}

div[data-section-type="product-tabs"] ul.tab-contents .tab-content {
  font-size: 16px;
}

#amazon-review-app-container #amazon-product-reviews #amazon-product-reviews-data .review-heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  font-family: Oswald, sans-serif;
}

.product-description iframe {
  max-width: 100%;
}

div:not(.product-extended-template).product-template .sold-out__container .sold_out {
  opacity: 1;
  padding: 10px 15px;
  border: 2px solid #e67e22;
  color: #e67e22;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 5px;
}

.single-product-review-rating-container .reviews-importify-element {
  text-align: center;
}

/*=============================================
  Styles for Subscription Widget of Recharge App 
  ==============================================*/
/*.rc_price__onetime{
    display: none; 
    
  }*/
.header .main_nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.cbb-frequently-bought-container {
  height: initial !important;
}

.cart_subtotal .saso-cart-total {
  display: inline-block;
}

.saso-summary {
  display: none;
}

.mini-cart__item .cart__remove-btn {
  display: none;
}

div[data-section-type="product-tabs"] .tab-contents .tab-content {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  div[data-section-type="product-tabs"] .tab-contents .tab-content {
    width: 100%;
  }
}

.thumbnail .product-wrap .banner_holder {
  left: 0;
  right: auto;
}

/*div#rc_container{
    margin-bottom: 30px!important; 
  }
  #rc_radio_options{
    display: flex; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flex; 
    flex-wrap: wrap; 
    -webkit-flex-wrap: wrap; 
    -moz-flex-wrap: wrap; 
    -ms-flex-wrap: wrap;
    justify-content: space-between; 
    -webkit-justify-content: space-between; 
    -ms-justify-content: space-between; 
    -moz-justify-content: space-between;  
    .rc_block{
      flex: 1 1 calc(50% - 7px);
      -webkit-flex: 1 1 calc(50% - 7px);
      -moz-flex: 1 1 calc(50% - 7px);
      -ms-flex: 1 1 calc(50% - 7px);
      max-width: calc(50% - 7px);
      padding: 0px; 
      cursor: pointer; 
      .rc_label__discount{
        color: #35572c; 
      }
      #rc_price_autodeliver{
        display: none; 
      } 
      label{
        text-transform: initial;
        color: #35572c;
        display: block!important; 
        width: 100%; 
        height: 100%; 
        padding: 5px; 
        margin: 0px; 
        text-align: center; 
        cursor: pointer; 
        @media only screen and (max-width: 413px){
          font-size: 10px;
        }
      }
      input[type="radio"]{
        display: none; 
      }
      &:last-child{
        margin-right: 0px;
      }
      border: 1px solid #35572c;
      &.rc_block__type--active{
        background-color: #35572c;
        .rc_label__discount{
          color: #fff; 
        }
        label{
          color: #fff;
        }
        #rc_autodeliver_options{
          display: none; 
        }
      }
    }
  }
  .subs-note{
    font-size: 18px; 
    font-weight: 600; 
    line-height: 1.2; 
    margin-bottom: 10px;
    display: inline-block;
  }

  .swatch_options{
    .swatch-element{
      border-color: #35572c;
      border-radius: 3px;  
      label{
        color: #35572c;
      }
    }

    input:checked + .swatch-element{
      background-color: #35572c; 
      border-color: #35572c; 
      label{
        color: #fff; 
      }
    }
  }*/
.qty_discount__notification {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #d54d4d;
}

.slideshow-section.under-menu {
  position: relative;
}

.view-more-button_container {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-15px);
  display: inline-block;
  cursor: pointer;
  z-index: 999;
}

#slideshow-scroll-down {
  position: relative;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.ccpa-page-content {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.ccpa-page-content .page-title {
  text-align: center;
}

.ccpa-page-content .ccpa-page-content {
  margin-bottom: 20px;
  text-align: center;
}

.ccpa-page-content .ccpa-form-wrapper .form-field--group {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.ccpa-page-content .ccpa-form-wrapper .form-field--group .form-field {
  padding: 0 10px;
  margin-bottom: 30px;
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  max-width: 100%;
}

.ccpa-page-content .ccpa-form-wrapper .form-field--group .form-field label {
  text-transform: initial;
}

.ccpa-page-content .ccpa-form-wrapper .form-field--group .form-field.one--half {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  max-width: 50%;
}

.ccpa-page-content .ccpa-form-wrapper .form-field--group .form-field.checkbox-field {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.ccpa-page-content .ccpa-form-wrapper .form-field--group .form-field.checkbox-field input[type="checkbox"] {
  margin-right: 10px;
}

.ccpa-page-content .ccpa-form-wrapper .form-field--group .form-field.checkbox-field label {
  margin: 0;
  line-height: 1;
}

.page-template.page-order .section-container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}

@media only screen and (max-width: 1170px) {
  .page-template.page-order .section-container {
    width: 100% !important;
  }
}

.page-template.page-order img {
  max-width: 100%;
}

.page-template.page-order .page-order-header .top-header {
  padding: 10px 0;
  text-align: center;
}

.page-template.page-order .page-order-header .main-header {
  background-color: whitesmoke;
  border: 1px solid #dbdbdb;
  text-align: center;
  padding: 10px 0;
}

.page-template.page-order [data-section-type='page-order-get-all'] {
  max-width: 1170px;
  padding: 0 10px;
  margin: 35px auto auto;
}

.page-template.page-order [data-section-type='page-order-get-all'] .section-title {
  font-size: 40px;
  font-family: Arial;
  text-transform: initial;
  color: #2d2d2d;
  letter-spacing: initial;
  font-weight: 600;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type='page-order-get-all'] .section-title {
    font-size: 24px;
  }
}

.page-template.page-order [data-section-type='page-order-get-all'] .section-subtitle {
  text-align: center;
  font-size: 22px;
  color: #04540f;
  font-family: Lato;
  letter-spacing: initial;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type='page-order-get-all'] .section-subtitle {
    font-size: 18px;
  }
}

.page-template.page-order [data-section-type="page-order-benefit-icons"] {
  margin-top: 25px;
  background-color: #b8b8b8;
  padding: 15px 0;
}

.page-template.page-order [data-section-type="page-order-benefit-icons"] .section-container {
  line-height: 0;
}

.page-template.page-order [data-section-type="page-order-benefits"] {
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-benefits"] {
    background: none !important;
  }
}

.page-template.page-order [data-section-type="page-order-benefits"] .section-title_wrapper {
  text-align: center;
}

.page-template.page-order [data-section-type="page-order-benefits"] .section-title_wrapper .main_title {
  font-size: 52px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: initial;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #a72128;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-benefits"] .section-title_wrapper .main_title {
    font-size: 28px;
  }
}

.page-template.page-order [data-section-type="page-order-benefits"] .section-title_wrapper .sub_title {
  color: #2f2f2f;
  font-size: 40px;
  line-height: 1.2;
  font-family: Lato;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-benefits"] .section-title_wrapper .sub_title {
    font-size: 24px;
  }
}

.page-template.page-order [data-section-type="page-order-benefits"] .benefits_blocks_wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 30px;
}

.page-template.page-order [data-section-type="page-order-benefits"] .benefits_blocks_wrapper .benfit-block {
  flex: 1 1 calc(100% / 3);
  -webkit-flex: 1 1 calc(100% / 3);
  -moz-flex: 1 1 calc(100% / 3);
  -ms-flex: 1 1 calc(100% / 3);
  padding: 20px 10px;
  text-align: center;
}

@media only screen and (max-width: 540px) {
  .page-template.page-order [data-section-type="page-order-benefits"] .benefits_blocks_wrapper .benfit-block {
    flex: 1 1 100%;
    -webkit-flex: 100%;
    -moz-flex: 100%;
    -ms-flex: 100%;
    max-width: 100%;
  }
}

.page-template.page-order [data-section-type="page-order-benefits"] .benefits_blocks_wrapper .benfit-block .benefit_title {
  font-size: 18px;
  font-family: Lato;
  letter-spacing: initial;
  font-weight: 700;
  color: #2f2f2f;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-benefits"] .benefits_blocks_wrapper .benfit-block .benefit_title {
    font-size: 16px;
  }
}

.page-template.page-order [data-section-type="page-order-benefits"] .benefits_blocks_wrapper .benfit-block .benefit_content {
  font-size: 18px;
  letter-spacing: initial;
  text-align: center;
  font-family: Lato;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-benefits"] .benefits_blocks_wrapper .benfit-block .benefit_content {
    font-size: 14px;
  }
}

.page-template.page-order [data-section-type="page-order-ingredients"] {
  background-color: #227a1d;
  padding-bottom: 20px;
  margin-top: 0;
}

.page-template.page-order [data-section-type="page-order-ingredients"] .top-cover-image_wrapper {
  text-align: center;
  padding-bottom: 20px;
}

.page-template.page-order [data-section-type="page-order-ingredients"] .section-heading-wrapper {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 0;
}

.page-template.page-order [data-section-type="page-order-ingredients"] .section-heading-wrapper .section-heading {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: initial;
  margin: 0;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-ingredients"] .section-heading-wrapper .section-heading {
    font-size: 32px;
  }
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper:last-child {
  border-bottom: 0;
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block {
  width: 85%;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  padding: 15px 0;
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block .ingredient-content__wrapper {
  flex: 1 1 calc(100% / 3 * 2);
  -webkit-flex: 1 1 calc(100% / 3 * 2);
  -ms-flex: 1 1 calc(100% / 3 * 2);
  -moz-flex: 1 1 calc(100% / 3 * 2);
  max-width: calc(100% / 2 * 2);
  padding: 0 20px;
}

@media only screen and (max-width: 540px) {
  .page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block .ingredient-content__wrapper {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block .ingredient-content__wrapper .ingredient-title {
  font-size: 26px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-family: Arial;
  font-weight: 700;
  letter-spacing: initial;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block .ingredient-content__wrapper .ingredient-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block .ingredient-content__wrapper .ingredient-title {
    text-align: center;
  }
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block .ingredient-content__wrapper .ingredient_content {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Open Sans';
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block .ingredient-content__wrapper .ingredient_content {
    font-size: 16px;
  }
}

@media only screen and (max-width: 540px) {
  .page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block .ingredient-content__wrapper .ingredient_content {
    text-align: center;
  }
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block .ingredient-image_wrapper {
  flex: 1 1 calc(100% / 3);
  -webkit-flex: 1 1 calc(100% / 3);
  -moz-flex: 1 1 calc(100% / 3);
  -ms-flex: 1 1 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 20px;
}

@media only screen and (max-width: 540px) {
  .page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block .ingredient-image_wrapper {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block .ingredient-image_wrapper img {
  padding: 5px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.15);
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block.img-pos-right .ingredient-content__wrapper {
  order: 0;
  text-align: right;
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block.img-pos-right .ingredient-image_wrapper {
  order: 1;
  text-align: left;
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block.img-pos-left .ingredient-content__wrapper {
  order: 1;
}

.page-template.page-order [data-section-type="page-order-ingredients"] .ingredient-blocks .ingredient-block_wrapper .ingredient-block.img-pos-left .ingredient-image_wrapper {
  order: 0;
  text-align: right;
}

.page-template.page-order [data-section-type="page-order-get-product"] {
  padding-top: 120px;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-get-product"] {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 540px) {
  .page-template.page-order [data-section-type="page-order-get-product"] {
    padding-top: 40px;
  }
}

.page-template.page-order [data-section-type="page-order-get-product"] .section-title {
  font-size: 32px;
  font-family: Arial;
  text-transform: initial;
  font-weight: 700;
  letter-spacing: initial;
  color: #227a1d;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-get-product"] .section-title {
    font-size: 24px;
  }
}

.page-template.page-order [data-section-type="page-order-get-product"] .section-content {
  padding: 20px 0 50px;
  margin: 0 auto;
  width: 85%;
  max-width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
}

.page-template.page-order [data-section-type="page-order-get-product"] .section-content .section-image_wrapper {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  max-width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 540px) {
  .page-template.page-order [data-section-type="page-order-get-product"] .section-content .section-image_wrapper {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
  }
}

.page-template.page-order [data-section-type="page-order-get-product"] .section-content .section_description_wrapper {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  max-width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 540px) {
  .page-template.page-order [data-section-type="page-order-get-product"] .section-content .section_description_wrapper {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
  }
}

.page-template.page-order [data-section-type="page-order-get-product"] .section-content .section_description_wrapper .section-description {
  font-size: 20px;
  font-family: Arial;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #2f2f2f;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-get-product"] .section-content .section_description_wrapper .section-description {
    font-size: 16px;
  }
}

.page-template.page-order [data-section-type="page-order-get-product"] .section-content .section_description_wrapper .get-product-button {
  color: white;
  font-weight: 600;
  background-color: #fd8825;
  font-size: 20px;
  font-family: Arial;
  display: block;
  text-align: center;
  padding: 10px 25px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-bottom: 4px solid rgba(0, 0, 0, 0.13);
}

.page-template.page-order [data-section-type="page-order-get-product"] .section-content .section_description_wrapper .get-product-button:hover {
  box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
}

.page-template.page-order [data-section-type="page-order-get-product"] .section-content .section_description_wrapper .get-product-button i {
  margin-right: 10px;
}

.page-template.page-order [data-section-type="page-order-supplement-banner"] {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 20px 0;
}

@media only screen and (max-width: 540px) {
  .page-template.page-order [data-section-type="page-order-supplement-banner"] {
    background-size: cover;
    background-position: center center;
  }
}

.page-template.page-order [data-section-type="page-order-supplement-banner"] .section-container {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  padding: 20px 10px;
}

.page-template.page-order [data-section-type="page-order-supplement-banner"] .section-container .section-left {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  max-width: 50%;
}

@media only screen and (max-width: 540px) {
  .page-template.page-order [data-section-type="page-order-supplement-banner"] .section-container .section-left {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
  }
}

.page-template.page-order [data-section-type="page-order-supplement-banner"] .section-container .section-left .section_title {
  font-family: Arial;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: initial;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
}

.page-template.page-order [data-section-type="page-order-supplement-banner"] .section-container .section-left .section_title a {
  color: #fff;
  margin-left: 20px;
}

.page-template.page-order [data-section-type="page-order-supplement-banner"] .section-container .section-left .section_title i {
  font-size: 125px;
  color: #fff;
}

.page-template.page-order [data-section-type="page-order-supplement-banner"] .section-container .section-right {
  flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  max-width: 50%;
  padding: 0 10px;
}

@media only screen and (max-width: 540px) {
  .page-template.page-order [data-section-type="page-order-supplement-banner"] .section-container .section-right {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
  }
}

.page-template.page-order [data-section-type="page-order-intro"] {
  padding: 40px 0;
  background-color: #227a1d;
  text-align: center;
}

.page-template.page-order [data-section-type="page-order-intro"] .section-title {
  font-family: Arial, sans-serif;
  font-size: 30px;
  letter-spacing: initial;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-intro"] .section-title {
    font-size: 24px;
  }
}

.page-template.page-order .arrow-wrapper {
  text-align: center;
  padding-bottom: 30px;
  background-color: #e9e9e9;
}

.page-template.page-order [data-section-type="page-order-testimonial"] {
  background-color: #e9e9e9;
  padding: 20px;
}

.page-template.page-order [data-section-type="page-order-testimonial"] .section-title {
  color: #04540f;
  font-size: 43px;
  font-family: Montserrat;
  letter-spacing: initial;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: initial;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-testimonial"] .section-title {
    font-size: 32px;
  }
}

.page-template.page-order [data-section-type="page-order-testimonial"] .section-subtitle {
  font-size: 22px;
  text-align: center;
  color: #2d2d2d;
  font-family: Lato;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-testimonial"] .section-subtitle {
    font-size: 18px;
  }
}

.page-template.page-order [data-section-type="page-order-testimonial"] .section-testimonials-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.page-template.page-order [data-section-type="page-order-testimonial"] .section-testimonials-wrapper .testimonial-block {
  flex: 1 1 calc(50% - 15px);
  max-width: calc(50% - 15px);
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  font-family: Arial;
}

@media only screen and (max-width: 640px) {
  .page-template.page-order [data-section-type="page-order-testimonial"] .section-testimonials-wrapper .testimonial-block {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
  }
}

.page-template.page-order [data-section-type="page-order-testimonial"] .section-testimonials-wrapper .testimonial-author {
  font-size: 20px;
  font-family: Arial;
}

.page-template.page-order [data-section-type="page-order-testimonial"] .section-testimonials-wrapper .testimonial-author i.fa {
  color: #569622;
  margin-right: 10px;
}

.page-template.page-order [data-section-type="page-order-testimonial"] .section-testimonials-wrapper .review_date {
  font-size: 20px;
}

.page-template.page-order [data-section-type="page-order-testimonial"] .section-testimonials-wrapper .review-title {
  font-family: Arial;
  letter-spacing: initial;
  color: #2d2d2d;
  font-weight: 600;
  padding: 0;
}

.page-template.page-order [data-section-type="page-order-product-cart"] {
  padding-top: 50px;
  padding-bottom: 20px;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .section-title {
  font-size: 32px;
  font-family: Arial;
  text-transform: initial;
  font-weight: 700;
  letter-spacing: initial;
  color: #227a1d;
  margin-bottom: 30px;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-form-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper {
  flex: calc(100% / 3);
  -webkit-flex: calc(100% / 3);
  -moz-flex: calc(100% / 3);
  -ms-flex: calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper {
    flex: 1 1 400px;
    -webkit-flex: 1 1 400px;
    -moz-flex: 1 1 400px;
    -ms-flex: 1 1 400px;
    max-width: 400px;
    margin-bottom: 30px;
  }
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form {
  padding: 15px 30px;
  border: 2px solid #0075b2;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form .title {
  font-family: Arial;
  font-weight: 600;
  text-transform: initial;
  letter-spacing: initial;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 30px;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form .block-image_wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form .block-price_wrapper {
  font-family: Arial;
  font-size: 44px;
  letter-spacing: initial;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #509f3d;
  margin-bottom: 30px;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form .block-price_wrapper .save-amount {
  font-size: 24px;
  color: #0075b2;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form .block-price_wrapper span {
  display: block;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form .submit-wrapper .submit {
  width: 100%;
  color: white;
  font-weight: 600;
  background-color: #fd8825;
  font-size: 20px;
  font-family: Arial;
  display: block;
  text-align: center;
  padding: 10px 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-bottom: 4px solid rgba(0, 0, 0, 0.13);
  letter-spacing: initial;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form .submit-wrapper .submit:hover {
  box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form .submit-wrapper .submit i {
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form .submit-wrapper .submit {
    font-size: 16px;
  }
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form.most-popular {
  border-width: 5px;
  padding-top: 0;
}

.page-template.page-order [data-section-type="page-order-product-cart"] .product-quantity-break-form_wrapper .qty-break-form.most-popular .most-popular-label {
  background-color: #0075b2;
  color: #fff;
  font-family: Arial;
  font-weight: 700;
  font-size: 24px;
  width: 100%;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  left: 0;
  margin-bottom: 30px;
}

.page-template.page-order [data-section-type="page-order-guarantee"] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.page-template.page-order [data-section-type="page-order-guarantee"] .section-container {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.page-template.page-order [data-section-type="page-order-guarantee"] .guarantee-icons-wrapper {
  flex: 1 1 calc(100% / 3);
  -webkit-flex: 1 1 calc(100% / 3);
  -moz-flex: 1 1 calc(100% / 3);
  -ms-flex: 1 1 calc(100% / 3);
  padding: 0 30px;
  max-width: calc(100% / 3);
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-guarantee"] .guarantee-icons-wrapper {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
  }
}

.page-template.page-order [data-section-type="page-order-guarantee"] .section-content {
  flex: 1 1 calc(100% / 3 * 2);
  max-width: calc(100% / 3 * 2);
  padding: 0 20px;
  font-family: Lato;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-guarantee"] .section-content {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
  }
}

.page-template.page-order [data-section-type="page-order-guarantee"] .section-content p {
  margin-bottom: 10px;
}

.page-template.page-order [data-section-type="page-order-guarantee"] .section-content .section-title {
  font-size: 36px;
  text-align: left;
  color: #04540f;
  text-transform: initial;
  font-family: Lato;
  letter-spacing: initial;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-guarantee"] .section-content .section-title {
    font-size: 28px;
  }
}

.page-template.page-order [data-section-type="page-order-guarantee"] .section-content .sub_content {
  font-size: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-guarantee"] .section-content .sub_content {
    font-size: 16px;
  }
}

.page-template.page-order [data-section-type="page-order-guarantee"] .section-content .section-subtitle {
  font-size: 30px;
  text-transform: initial;
  font-family: Lato;
  letter-spacing: initial;
  font-weight: 600;
  color: #04540f;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-guarantee"] .section-content .section-subtitle {
    font-size: 24px;
  }
}

.page-template.page-order [data-section-type="page-order-image-text"] .image-text-block {
  padding-top: 40px;
  padding-bottom: 50px;
}

.page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container .block-content {
  flex: 1 1 calc(100% / 3 * 2);
  -webkit-flex: 1 1 calc(100% / 3 * 2);
  -ms-flex: 1 1 calc(100% / 3 * 2);
  -moz-flex: 1 1 calc(100% / 3 * 2);
  max-width: calc(100% / 3 * 2);
  font-size: 18px;
  color: #fff;
  font-family: Arial;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container .block-content {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container .block-content .block-title {
  font-size: 38px;
  font-family: Montserrat;
  letter-spacing: initial;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container .block-content .block-title {
    font-size: 28px;
  }
}

.page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container .block-content .content {
  padding: 0;
}

.page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container .block-images-wrapper {
  flex: 1 1 calc(100% / 3);
  -webkit-flex: 1 1 calc(100% / 3);
  -moz-flex: 1 1 calc(100% / 3);
  -ms-flex: 1 1 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container .block-images-wrapper {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container .block-images-wrapper .block-image1 {
  background-color: #fff;
  padding: 7px;
  margin-bottom: 15px;
}

.page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container.img-pos-left .block-image-wrapper {
  order: 0;
}

.page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container.img-pos-left .block-content {
  order: 1;
}

.page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container.img-pos-right .block-image-wrapper {
  order: 1;
}

.page-template.page-order [data-section-type="page-order-image-text"] .image-text-block .block-container.img-pos-right .block-content {
  order: 0;
}

.page-template.page-order footer.page-order-footer {
  padding: 40px 0;
  background-color: #e9e9e9;
}

.page-template.page-order footer.page-order-footer .footer-top {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 30px;
}

.page-template.page-order footer.page-order-footer .footer-top .footer-icon-wrapper {
  flex: 1 1 calc(100% / 6);
  -webkit-flex: 1 1 calc(100% / 6);
  -ms-flex: 1 1 calc(100% / 6);
  -moz-flex: 1 1 calc(100% / 6);
  max-width: calc(100% / 6);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order footer.page-order-footer .footer-top .footer-icon-wrapper {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.page-template.page-order footer.page-order-footer .footer-top .footer-icon-wrapper .footer-icon {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.15);
}

.page-template.page-order footer.page-order-footer .footer-top .footer-content-wrapper {
  flex: 1 1 calc(100% / 6 * 5);
  -webkit-flex: 1 1 calc(100% / 6 * 5);
  -moz-flex: 1 1 calc(100% / 6 * 5);
  -ms-flex: 1 1 calc(100% / 6 * 5);
  max-width: calc(100% / 6 * 5);
  padding: 0 20px;
  color: #00a1e5;
  font-family: Arial;
}

@media only screen and (max-width: 768px) {
  .page-template.page-order footer.page-order-footer .footer-top .footer-content-wrapper {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.page-template.page-order footer.page-order-footer .footer-top .footer-content-wrapper .title {
  font-family: Arial;
  font-size: 23px;
  letter-spacing: initial;
  font-weight: 700;
  color: #00a1e5;
}

.page-template.page-order footer.page-order-footer .footer-top .footer-content-wrapper .footer-content {
  font-size: 16px;
  line-height: 1.2;
}

.page-template.page-order footer.page-order-footer .footer-top .footer-content-wrapper .footer-content p:last-child {
  margin-bottom: 0;
}

.page-template.page-order footer.page-order-footer .footer-bottom.copyright {
  text-align: center;
  font-family: Arial;
  font-size: 12px;
}

.page-template.page-order footer.page-order-footer .footer-bottom.copyright p {
  margin-bottom: 0;
}

.page-template.page-order footer.page-order-footer .footer-bottom.copyright a {
  color: #0000ee;
}

#shopify-section-product-template-pack .modal_price {
  display: flex;
  flex-wrap: wrap;
}

#shopify-section-product-template-pack .current_price,
#shopify-section-product-template-pack .was-price {
  font-size: 24px;
  font-weight: 500;
}

#shopify-section-product-template-pack .bold-bundles-product {
  display: none;
}

/*@media only screen and (max-width: 480px){
    .swatch_options{
      .swatch{
        display: flex; 
        flex-wrap: wrap; 
        justify-content: space-between;
        .option_title{
          flex: 1 1 100%;
          max-width: 100%;
        }
        .swatch-element{
          flex: 1 1 calc(50% - 5px);
          max-width: calc(50% - 5px);
          margin: 0px;
          font-size: 10px;
          label{
            float: initial;
            font-size: 10px;
          }
        }
      }
    }
  }*/
.pack-specific-content {
  font-size: 16px;
}

.pack-specific-content .signature {
  font-family: 'Homemade Apple', cursive;
  font-size: 32px;
  margin-bottom: 20px;
  display: inline-block;
}

.about-page-container {
  max-width: 1024px;
  margin: auto;
}

.signature {
  font-family: 'Homemade Apple', cursive;
  font-size: 32px;
  margin-bottom: 20px;
  display: inline-block;
}

.rte {
  font-size: 16px;
}

.rte-video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

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

/******************************************************************/
/**************************ORION CONCEPTS**************************/
/******************************************************************/
/*REFERRAL PROGRAM*/
/*------------See App Conjured Referrals --->Custom CSS------------*/
/*CUSTOM CSS*/
/*HOME PAGE*/
.index hr {
  border-width: 1px;
}

.homepage-slideshow .action_button:hover {
  color: #fff !important;
}

@media only screen and (min-width: 1024px) {
  #test-menu li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*VARIABLES*/
/*TYPOGRAPHY*/
.text-align-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: bold;
}

.heading-lg {
  font-size: 30px;
  line-height: 42px;
}

.heading-md {
  font-size: 24px;
  line-height: 34px;
}

.heading-sm {
  font-size: 20px;
  line-height: 28px;
}

.heading-xs {
  font-size: 17px;
  line-height: 23px;
}

.text-lg {
  font-size: 18px;
  line-height: 25px;
}

.text-md {
  font-size: 16px;
  line-height: 22px;
}

.text-sm {
  font-size: 15px;
  line-height: 21px;
}

.row-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.text-white {
  color: #fff;
}

/*MISC*/
.pt-xs {
  padding-top: 10px;
}

.pt-sm {
  padding-top: 20px;
}

.pt-md {
  padding-top: 35px;
}

.pt-lg {
  padding-top: 50px;
}

.pt-xl {
  padding-top: 60px;
}

.pb-xs {
  padding-bottom: 10px;
}

.pb-sm {
  padding-bottom: 20px;
}

.pb-md {
  padding-bottom: 35px;
}

.pb-lg {
  padding-bottom: 50px;
}

.pb-xl {
  padding-bottom: 60px;
}

.pl-xs {
  padding-left: 10px;
}

.pl-sm {
  padding-left: 20px;
}

.pl-md {
  padding-left: 35px;
}

.pl-lg {
  padding-left: 50px;
}

.pl-xl {
  padding-left: 60px;
}

.pr-xs {
  padding-right: 10px;
}

.pr-sm {
  padding-right: 20px;
}

.pr-md {
  padding-right: 35px;
}

.pr-lg {
  padding-right: 50px;
}

.pr-xl {
  padding-right: 60px;
}

.mt-xs {
  margin-top: 10px;
}

.mt-sm {
  margin-top: 20px;
}

.mt-md {
  margin-top: 35px;
}

.mt-lg {
  margin-top: 50px;
}

.mt-xl {
  margin-top: 60px;
}

.mb-xs {
  margin-bottom: 10px;
}

.mb-sm {
  margin-bottom: 20px;
}

.mb-md {
  margin-bottom: 35px;
}

.mb-lg {
  margin-bottom: 50px;
}

.mb-xl {
  margin-bottom: 60px;
}

.ml-xs {
  margin-left: 10px;
}

.ml-sm {
  margin-left: 20px;
}

.ml-md {
  margin-left: 35px;
}

.ml-lg {
  margin-left: 50px;
}

.ml-xl {
  margin-left: 60px;
}

.mr-xs {
  margin-right: 10px;
}

.mr-sm {
  margin-right: 20px;
}

.mr-md {
  margin-right: 35px;
}

.mr-lg {
  margin-right: 50px;
}

.mr-xl {
  margin-right: 60px;
}

@media only screen and (max-width: 798px) {
  .pt-xs {
    padding-top: 8px;
  }

  .pt-sm {
    padding-top: 15px;
  }

  .pt-md {
    padding-top: 29px;
  }

  .pt-lg {
    padding-top: 40px;
  }

  .pt-xl {
    padding-top: 50px;
  }

  .pb-xs {
    padding-bottom: 8px;
  }

  .pb-sm {
    padding-bottom: 15px;
  }

  .pb-md {
    padding-bottom: 29px;
  }

  .pb-lg {
    padding-bottom: 40px;
  }

  .pb-xl {
    padding-bottom: 50px;
  }

  .pl-xs {
    padding-left: 8px;
  }

  .pl-sm {
    padding-left: 15px;
  }

  .pl-md {
    padding-left: 29px;
  }

  .pl-lg {
    padding-left: 40px;
  }

  .pl-xl {
    padding-left: 50px;
  }

  .pr-xs {
    padding-right: 8px;
  }

  .pr-sm {
    padding-right: 15px;
  }

  .pr-md {
    padding-right: 29px;
  }

  .pr-lg {
    padding-right: 40px;
  }

  .pr-xl {
    padding-right: 50px;
  }

  .mt-xs {
    margin-top: 8px;
  }

  .mt-sm {
    margin-top: 15px;
  }

  .mt-md {
    margin-top: 29px;
  }

  .mt-lg {
    margin-top: 40px;
  }

  .mt-xl {
    margin-top: 50px;
  }

  .mb-xs {
    margin-bottom: 8px;
  }

  .mb-sm {
    margin-bottom: 15px;
  }

  .mb-md {
    margin-bottom: 29px;
  }

  .mb-lg {
    margin-bottom: 40px;
  }

  .mb-xl {
    margin-bottom: 50px;
  }

  .ml-xs {
    margin-left: 8px;
  }

  .ml-sm {
    margin-left: 15px;
  }

  .ml-md {
    margin-left: 29px;
  }

  .ml-lg {
    margin-left: 40px;
  }

  .ml-xl {
    margin-left: 50px;
  }

  .mr-xs {
    margin-right: 8px;
  }

  .mr-sm {
    margin-right: 15px;
  }

  .mr-md {
    margin-right: 29px;
  }

  .mr-lg {
    margin-right: 40px;
  }

  .mr-xl {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .pt-xs {
    padding-top: 5px;
  }

  .pt-sm {
    padding-top: 10px;
  }

  .pt-md {
    padding-top: 22px;
  }

  .pt-lg {
    padding-top: 30px;
  }

  .pt-xl {
    padding-top: 40px;
  }

  .pb-xs {
    padding-bottom: 5px;
  }

  .pb-sm {
    padding-bottom: 10px;
  }

  .pb-md {
    padding-bottom: 22px;
  }

  .pb-lg {
    padding-bottom: 30px;
  }

  .pb-xl {
    padding-bottom: 40px;
  }

  .pl-xs {
    padding-left: 5px;
  }

  .pl-sm {
    padding-left: 10px;
  }

  .pl-md {
    padding-left: 22px;
  }

  .pl-lg {
    padding-left: 30px;
  }

  .pl-xl {
    padding-left: 40px;
  }

  .pr-xs {
    padding-right: 5px;
  }

  .pr-sm {
    padding-right: 10px;
  }

  .pr-md {
    padding-right: 22px;
  }

  .pr-lg {
    padding-right: 30px;
  }

  .pr-xl {
    padding-right: 40px;
  }

  .mt-xs {
    margin-top: 5px;
  }

  .mt-sm {
    margin-top: 10px;
  }

  .mt-md {
    margin-top: 22px;
  }

  .mt-lg {
    margin-top: 30px;
  }

  .mt-xl {
    margin-top: 40px;
  }

  .mb-xs {
    margin-bottom: 5px;
  }

  .mb-sm {
    margin-bottom: 10px;
  }

  .mb-md {
    margin-bottom: 22px;
  }

  .mb-lg {
    margin-bottom: 30px;
  }

  .mb-xl {
    margin-bottom: 40px;
  }

  .ml-xs {
    margin-left: 5px;
  }

  .ml-sm {
    margin-left: 10px;
  }

  .ml-md {
    margin-left: 22px;
  }

  .ml-lg {
    margin-left: 30px;
  }

  .ml-xl {
    margin-left: 40px;
  }

  .mr-xs {
    margin-right: 5px;
  }

  .mr-sm {
    margin-right: 10px;
  }

  .mr-md {
    margin-right: 22px;
  }

  .mr-lg {
    margin-right: 30px;
  }

  .mr-xl {
    margin-right: 40px;
  }
}

.round-corners {
  border-radius: 10px;
}

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

.border-bottom {
  border-bottom: 1px solid;
}

.border-top,
.border-bottom {
  border-color: var(--headline-border-color);
}

.page-divider.active-divider {
  border-width: 1px;
}

@media only screen and (max-width: 480px) {
  .desktop {
    display: none !important;
  }
}

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

:focus{
  outline: #35572c auto 1px;
}

.bg-white {
  background: #fff;
}

.bg-light-gray {
  background: #f7f7f7;
}

.bg-pale-yellow {
  background: #fff4d6;
}

.bg-dark-green {
  background: #35572c;
}

.border-sage-green {
  border-color: #9db84c !important;
}

.feature_image .header #test-menu .menu a:hover {
  color: #c3c3c3;
}

.flex-block {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-column {
  flex: 1;
}

.content-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.content-align-top {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.content-justify-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.action_button,
a.action_button {
  border-radius: 5px;
}

a.action_button,
a.action_button:hover {
  color: #fff;
}

a.action_button:hover {
  background: #ff8926;
}

.mobile-text-below--true .caption-content a.action_button {
  border: none;
}

.continue-button {
  color: inherit !important;
}

.continue-button:hover {
  color: #fff !important;
  border: none;
}

/*FOOTER*/
.footer-section .container {
  max-width: 1300px;
}

.footer-section .container.footer-bottom {
  padding: 30px 10px 0;
}

.footer-bottom-left {
  flex: 1;
}

.footer-bottom-text,
.footer-bottom-text p,
.footer-bottom-text a {
  font-size: 11.5px;
}

/* .product-template #shopify-section-footer .footer {
  padding-bottom: 200px;
} */

@media only screen and (max-width: 798px) {
  .product-template #shopify-section-footer .footer {
    padding-bottom: 180px;
  }
}

/*PRODUCT / PRODUCT EXTENDED*/
.product-template .container.main.content {
  padding-top: 50px;
}

.product-template .container.main.content .image__container img {
  max-height: 570px;
  width: auto;
}

.product-template .container.main.content .product_gallery button.flickity-button {
  display: none;
}

.product-template .container.main.content .product_gallery_nav .gallery-cell {
  margin: 5px 5px 10px;
}

.product-template .container.main.content .product_gallery_nav .gallery-cell.is-nav-selected {
  outline: 2px solid #75d04c;
}

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

  .product-template .product-description-column,
  .product-template .product_section .product_form {
    max-width: 480px;
  }
}

.product-template .product_name {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 5px;
  padding-top: 40px;
}

.product-template .feature_divider {
  margin-bottom: 15px;
}

.product-template .modal_price {
  color: #35572c;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 20px;
}

.product-template .block__custom_html .container {
  max-width: 100%;
  padding: 0;
}

.product-template .block__custom_html .columns {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.product-template #tidio-chat-iframe {
  transform: translateY(-85px) !important;
}

@media(max-width: 800px) {
  .product-template #tidio-chat-iframe {
    transform: translateY(-140px) !important;
  }
}

#rc_radio_options {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: -15px;
}

#rc_radio_options label.rc_label {
  display: inline-block !important;
  max-width: calc(100% - 30px);
  width: 100%;
  height: 100%;
  color: #333333;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  cursor: pointer;
}

#rc_radio_options label.rc_label,
#rc_radio_options label .rc_price {
  font-size: 14px;
}

#rc_radio_options input[type='radio'] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  outline: none;
}

#rc_radio_options input[type='radio']:checked {
  border-color: #35572c;
}

#rc_radio_options input[type='radio']:checked:before {
  content: '';
  display: block;
  background: #35572c;
  width: 10px;
  height: 10px;
  margin: 3px;
  border-radius: 50%;
}

#rc_radio_options .rc_block {
  flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  max-width: 100%;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}

#rc_radio_options .rc_block.rc_block__type--active {
  border-color: #35572c;
}

#rc_radio_options .rc_block.rc_block__type__onetime {
  margin-bottom: 10px;
}

#rc_radio_options .rc_block.rc_block__type__autodeliver {
  margin-bottom: 15px;
}

#rc_radio_options .rc_price {
  text-align: right;
  float: right;
}

#rc_radio_options .rc_select:focus {
  outline: none;
}

#rc_radio_options select.rc_select {
  padding: 0 0 0 10px;
  height: unset;
  min-height: unset;
  width: fit-content;
  min-width: 100px;
  border: none;
  font-weight: bold;
}

#rc_radio_options .rc_block__type__options label {
  text-transform: none;
  padding: 0;
}

#rc_radio_options #rc_autodeliver_options {
  /*padding: 0 0 5px 20px;*/
  display: none;
}

#rc_radio_options #rc_autodeliver_options .rc_label {
  max-width: 200px;
  padding-top: 5px;
  border-top: 2px solid #e4e4e4;
  border-radius: 0;
}

#rc_radio_options #rc_autodeliver_options .rc_label__delivery,
#rc_radio_options #rc_autodeliver_options .rc_select__frequency {
  color: #333333;
  font-size: 13px;
}

#subscription-details {
  font-size: 13px;
  line-height: 16px;
}

#subscription-details #sd-heading {
  font-size: 14px;
  margin-bottom: 5px;
}

#subscription-details .sd-list {
  width: calc(50% - 5px);
  float: left;
  margin: 0 5px 0 0;
  margin-block-start: 0;
  padding-inline-start: 10px;
}

#subscription-details .sd-list li {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 5px;
}

#subscription-details .sd-list li:before {
  content: url('//cdn.shopify.com/s/files/1/1380/9789/files/icon-sun.svg');
  margin-left: -15px;
  padding-right: 5px;
}

.swatch_options,
.purchase-details .purchase-details__quantity,
.purchase-details .purchase-details__buttons {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swatch_options {
  margin-bottom: 20px;
}

.purchase-details .purchase-details__buttons {
  margin-top: 40px;
}

.swatch_options .swatch,
.purchase-details__quantity.product-quantity-box {
  display: flex;
  align-items: center;
}

.swatch_options .option_title,
.purchase-details__quantity.product-quantity-box label {
  width: fit-content;
  float: left;
  margin: auto 20px auto 15px;
}

.swatch_options .swatch-element {
  min-width: unset;
  min-height: unset;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  margin-right: 7px;
}

.swatch_options .swatch-element label {
  float: left;
  min-width: unset;
  height: unset;
  margin: auto;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1.25em;
  text-align: center;
  white-space: normal;
  text-transform: none;
  cursor: pointer;
  padding: 12px 8px;
}

.swatch_options .swatch-element label:focus {
  outline: none !important;
}

.swatch_options input:checked + .swatch-element {
  background-color: #35572c;
  border-color: #35572c;
}

.swatch_options input:checked + .swatch-element label {
  color: #fff;
}

.purchase-details__quantity.product-quantity-box .quantity,
.purchase-details__quantity.product-quantity-box .product-plus,
.purchase-details__quantity.product-quantity-box .product-minus {
  max-width: 40px;
}

.purchase-details__quantity.product-quantity-box .product-plus,
.purchase-details__quantity.product-quantity-box .product-minus {
  color: #333333;
  background: #e4e4e4;
  border: 2px solid #e4e4e4;
}

.purchase-details__quantity.product-quantity-box .quantity,
.purchase-details__quantity.product-quantity-box .quantity:focus {
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  border-right: none;
  border-left: none;
}

.purchase-details__quantity.product-quantity-box input.quantity,
.purchase-details__quantity.product-quantity-box .icon-plus::before,
.purchase-details__quantity.product-quantity-box .icon-minus::before {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.purchase-details__quantity.product-quantity-box input.quantity {
  font-size: 18px;
  line-height: 30px;
}

.purchase-details__quantity.product-quantity-box .icon-minus:before,
.purchase-details__quantity.product-quantity-box .icon-plus:before {
  font-size: 25px;
}

.purchase-details__quantity.product-quantity-box .icon-plus:before {
  content: "\002b";
  line-height: 40px;
}

.purchase-details__quantity.product-quantity-box .icon-minus:before {
  content: "\002d";
  line-height: 39px;
}

.purchase-details__quantity.product-quantity-box .product-minus {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.purchase-details__quantity.product-quantity-box .product-plus {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.product-info-container {
  max-width: 1080px;
  padding: 40px 60px;
  margin: auto;
}

.product-guarantee {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.product-guarantee svg {
  margin-right: 10px;
  max-width: 20px;
  height: auto;
}

.product-extended-description .product-description-heading {
  max-width: 550px;
  text-align: center;
  margin: 0 auto 35px;
}

.product-extended-description .description-icon {
  flex: 1;
  max-width: 150px;
}

.product-extended-description .description-icon h3 {
  letter-spacing: 0;
  margin-bottom: 0;
}

#brand-benefits .brand-benefit {
  flex: 1;
  padding: 0 25px;
}

#brand-benefits .brand-benefit .text-block {
  margin-top: 10px;
}

#brand-benefits .brand-benefit .text-block h3 {
  margin-bottom: 8px;
}

#brand-benefits .brand-benefit .text-block p {
  padding: 0 5px;
}

.image-with-text .collection_title {
  color: #35572c;
}

@media only screen and (min-width: 1024px) {
  #supplement-facts .sf-chart {
    max-height: 450px;
  }

  #supplement-facts .flex-column {
    max-width: calc(50% - 20px);
  }
}

#supplement-facts .sf-feature {
  width: 90px;
  height: 90px;
  border: 3px solid;
  border-radius: 50%;
}

#supplement-facts .sf-feature-number {
  font-size: 30px;
  line-height: 42px;
  text-transform: none;
  margin-top: 3px;
  margin-bottom: 1px;
}

#supplement-facts .sf-feature-text {
  font-size: 13px;
  line-height: 13px;
}

#supplement-facts .sf-feature-subtext {
  font-size: 10px;
}

#supplement-facts .sf-directions {
  max-width: 420px;
  margin: 25px auto 0;
}

.product-template .faq-section .faqAccordion {
  padding-bottom: 50px;
}

.product-template .faq-section .faq--heading {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
}

.product-template .faq-section .container {
  max-width: 800px;
}

.product-template .faq-section .faqAccordion > dt > button {
  padding: 20px 50px 20px 20px;
}

.product-template .faq-section .faqAccordion > dt > button::after {
  right: 10px;
  left: unset;
  transition: all 0.3s;
}

.product-template .faq-section .faqAccordion > dt > button::after,
.product-template .faq-section .faqAccordion > dt > button[aria-expanded="true"]::after {
  content: " ";
  width: 13px;
  height: 13px;
}

.product-template .faq-section .faqAccordion > dt > button::after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg) translate(-15px);
}

.product-template .faq-section .faqAccordion > dt > button[aria-expanded="true"]::after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-135deg) translate(10px, -5px);
}

.featured-banner {
  background: #f7f7f7;
}

.featured-banner .container {
  max-width: 960px;
  padding: 60px 0;
}

.featured-banner .image-element__wrap img,
.featured-banner .video-block {
  border-radius: 10px;
}

.featured-banner .title {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 10px;
}

.featured-banner .feature_divider {
  display: none;
}

.featured-banner .title {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 10px;
}

.featured-banner .regular_text,
.featured-banner .featured_text {
  max-width: 720px;
  margin: auto;
}

.video-banner .video-block a {
  display: block;
  position: relative;
}

.video-banner .video-player .video-player-button {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid rgba(157, 184, 76, 0.75);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  width: 90px;
  height: 90px;
}

.video-banner .video-player-button img {
  margin: auto;
  transform: translateX(3px);
}

.text-image-columns-custom {
  background: #f7f7f7;
}

.text-image-columns-custom .container {
  padding-top: 75px;
}

.text-image-columns-custom .image-element__wrap,
.text-image-columns-custom img {
  border-radius: 10px;
}

.text-image-columns-custom .regular_text {
  font-size: 24px;
}

#vitamin-angels-logo {
  max-width: 300px;
}

.banner .subtitle p {
  text-transform: none;
}

#banner-4226faf3-cc19-419f-b893-d9769f4ebf6b .caption-content,
#banner-5057daf1-cbea-4026-aafc-80a0fb4847f5 .caption-content {
  max-width: 600px;
}

#banner-4226faf3-cc19-419f-b893-d9769f4ebf6b .headline,
#banner-5057daf1-cbea-4026-aafc-80a0fb4847f5 .headline {
  font-size: 30px;
  line-height: 36px;
}

#banner-4226faf3-cc19-419f-b893-d9769f4ebf6b .subtitle p,
#banner-5057daf1-cbea-4026-aafc-80a0fb4847f5 .subtitle p {
  font-size: 17px;
  line-height: 24px;
}

/*#banner-4226faf3-cc19-419f-b893-d9769f4ebf6b = PRODUCTION*/
/*#banner-5057daf1-cbea-4026-aafc-80a0fb4847f5 = DEVELOPMENT*/
#press {
  display: none;
}

#press-inner {
  max-width: 800px;
  margin: auto;
}

.newsletter-custom .newsletter_section {
  background-position: top;
}

.newsletter-section.newsletter-custom .newsletter {
  display: block;
}

.newsletter-section.newsletter-custom #newsletter-inner {
  max-width: 1080px;
  margin: auto;
}

.newsletter-section.newsletter-custom #newsletter-inner h2 {
  margin-bottom: 5px;
}

.newsletter-section.newsletter-custom #newsletter-inner #newsletter-form-col {
  align-self: flex-end;
}

.newsletter-section.newsletter-custom #newsletter-inner #newsletter-form-col input.contact_email {
  margin-bottom: 10px;
}

.price {
  font-weight: 500;
}

.thumbnail .price {
  font-size: 18px;
  letter-spacing: 1px;
}

.product-recommendations-block {
  padding-top: 50px;
}

.product-recommendations-block .title {
  font-size: 30px;
}

.product-recommendations-block .product-wrap {
  padding: 25px 30px;
  border-radius: 10px;
  transition: all 0.3s;
}

@media only screen and (min-width: 1024px) {
  .product-recommendations-block .product-wrap:hover {
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
  }
}

.product-recommendations-block .product-info__caption {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.product-recommendations-block .product-details .title {
  font-size: 20px;
  line-height: 26px;
}

.product-recommendations-block .quick_shop {
  opacity: 1;
  transform: none;
  transition: none;
}



.quick_shop {
  background: #e57d26;
  border: none;
}

.quick_shop:hover {
  background: #ff8926;
}

.js-quick-shop .fancybox-close svg,
.js-quick-shop .fancybox-close-small svg {
  display: block;
}

.quick-shop__lightbox .fancybox-content {
  border-radius: 10px;
}



.shopify-section.product-reviews {
  background: #fff4d6;
}



.shopify-section.product-reviews .summary-rating-bar {
  background: #989898;
}

.shopify-section.product-reviews .summary-rating-bar > div {
  background: #fec602 !important;
}



.product-starter-pack .bold-bundles-product {
  display: none;
}

/*CUSTOM CSS --- Mobile & Responsive*/
@media only screen and (max-width: 798px) {
  .container {
    width: calc(100% - 20px);
  }

  a.action_button {
    font-size: 14px;
    padding: 10px 20px;
    min-height: unset;
    height: unset;
    min-width: unset;
  }

  p,
  body {
    font-size: 14px;
    line-height: 21px;
  }

  p {
    margin-bottom: 10px;
  }

  ul {
    padding-inline-start: 15px;
  }

  .heading-lg,
  .featured-banner .title {
    font-size: 26px;
    line-height: 38px;
  }

  .heading-md {
    font-size: 21px;
    line-height: 29px;
  }

  .heading-sm {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-xs {
    font-size: 16px;
    line-height: 22px;
  }

  .text-lg {
    font-size: 17px;
    line-height: 24px;
  }

  .text-md {
    font-size: 15px;
    line-height: 21px;
  }

  .text-sm {
    font-size: 13px;
    line-height: 18px;
  }

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

  .thumbnail .price {
    font-size: 17px;
    letter-spacing: 1px;
  }

  .product-template .product-description-column,
  .product-template .product_section .product_form {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .product-template .block__custom_html .container {
    width: 100%;
  }

  .product-short-description {
    display: block;
    margin-bottom: 20px;
  }

  .product-extended-description,
  .section__panel__product-supplement-facts {
    padding-right: 15px;
    padding-left: 15px;
  }

  .product-info-container {
    padding: 25px 20px;
  }

  .product-extended-description .product-description-heading {
    margin-bottom: 25px;
  }

  .product-extended-description .product-description-icons {
    max-width: 600px;
  }

  .product-extended-description .product-description-heading .icon {
    max-width: 60px;
  }

  .product-extended-description .description-icon h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .product-info-container.supplement-facts {
    max-width: calc(100% - 30px);
  }

  #supplement-facts {
    flex-direction: column;
    max-width: 450px;
  }

  #supplement-facts .sf-chart {
    margin-bottom: 20px;
  }

  #supplement-facts .sf-feature-number {
    font-size: 28px;
    line-height: 40px;
    margin-top: 4px;
    margin-bottom: 1px;
  }

  #supplement-facts .sf-feature-text {
    font-size: 12px;
    line-height: 12px;
  }

  #supplement-facts .sf-feature-subtext {
    font-size: 9px;
  }

  #supplement-facts .sf-directions {
    max-width: 410px;
    margin: 20px auto 0;
  }

  #supplement-facts .sf-directions p {
    padding: 0 25px;
  }

  #brand-benefits .brand-benefit {
    padding: 0 10px;
  }

  #brand-benefits .brand-benefit .text-block {
    margin-top: 5px;
  }

  #brand-benefits .brand-benefit .text-block h3 {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }

  #brand-benefits .brand-benefit .text-block p {
    padding: 0 3px;
  }

  .image-with-text .info {
    width: 100%;
    padding: 20px 30px;
  }

  .image-with-text .collection_title {
    line-height: 26px;
    margin-bottom: 10px;
  }

  .image-with-text .description,
  .image-with-text .description p {
    margin-bottom: 5px;
  }

  .image-with-text .description p {
    font-size: 14px;
    line-height: 19px;
  }

  .image-with-text .image-element__wrap {
    width: auto;
    height: 100%;
  }

  .image-with-text .image-element__wrap img {
    height: 100%;
    object-fit: cover;
  }

  .featured-banner .container {
    padding: 40px 0;
  }

  .featured-banner .title {
    margin-bottom: 5px;
  }

  .featured-banner .regular_text,
  .featured-banner .large_text {
    max-width: calc(100% - 50px);
  }

  .video-banner .video-player .video-player-button {
    width: 70px;
    height: 70px;
  }

  .video-banner .video-player-button img {
    max-width: 25px;
    transform: translateX(2px);
  }

  .product-template .faq-section .container {
    max-width: 550px;
  }

  .product-template .faq-section .faq--heading {
    font-size: 24px;
    line-height: 36px;
  }

  #shopify-section-panel__product-reviews .container {
    max-width: 550px;
  }

  #banner-4226faf3-cc19-419f-b893-d9769f4ebf6b .caption-content,
  #banner-5057daf1-cbea-4026-aafc-80a0fb4847f5 .caption-content {
    max-width: 380px;
  }

  #banner-4226faf3-cc19-419f-b893-d9769f4ebf6b .headline,
  #banner-5057daf1-cbea-4026-aafc-80a0fb4847f5 .headline {
    font-size: 18px;
    line-height: 24px;
    padding-top: 0;
    margin-bottom: 10px;
  }

  #banner-4226faf3-cc19-419f-b893-d9769f4ebf6b .subtitle p,
  #banner-5057daf1-cbea-4026-aafc-80a0fb4847f5 .subtitle p {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
  }

  #press-inner {
    max-width: calc(100% - 100px);
  }

  .product-recommendations-block .container,
  .product-recommendations-block .sixteen {
    width: 100%;
    margin: 0;
  }

  .product-recommendations-block .product-details .title {
    font-size: 18px;
    line-height: 24px;
  }

  .product-recommendations-block .product-list .one-third.column {
    width: calc(100% / 3);
    margin: 0;
    clear: none;
  }

  .newsletter-section.newsletter-custom .flex-column {
    flex-basis: 100%;
    max-width: 400px;
    text-align: center;
    margin: auto;
  }

  .newsletter-section.newsletter-custom #newsletter-text-col {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .product-template .container.main.content {
    padding: 50px 5px 15px;
    /*---Disable Click Zoom on Mobile---*/
    /*.product_gallery {
      .gallery-cell, .gallery-cell a {
      cursor: default;
      pointer-events: none;
      }
    }*/
  }

  .product-template .container.main.content .image__container img {
    max-height: 300px;
    width: auto;
  }

  .product-template .container.main.content .product_gallery_nav {
    margin-bottom: 10px;
  }

  .product-template .container.main.content .product_gallery_nav.product_gallery_nav--bottom-thumbnails .gallery-cell {
    width: calc(20% - 10px) !important;
    margin: 0 2.5px 10px;
  }

  .product-template .container.main.content .product_gallery_nav.product_gallery_nav--bottom-thumbnails img {
    width: 100%;
    height: auto;
  }

  .product-template .container.main.content .product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell img {
    height: 70px;
    margin: auto;
  }

  .product-template .container.main.content .product_gallery_nav.product_gallery_nav--bottom-slider .flickity-button {
    display: none;
  }

  .product-template .container.main.content .product_name {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.5px;
    padding-top: 10px;
    margin-bottom: 5px;
  }

  .product-template .container.main.content .modal_price {
    font-size: 21px;
    margin-bottom: 5px;
  }

  .product-template .container.main.content .feature_divider {
    margin-bottom: 5px;
  }

  .product-template .container.main.content .product-short-description p {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
  }

  .product-template .container.main.content .product_name,
 
  .product-template .container.main.content .modal_price,
  .product-template .container.main.content .product-short-description {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }

  .product-guarantee {
    font-size: 12px;
    margin-top: 15px;
  }

  .product_section .product_form {
    padding: 12px 10px 15px;
  }

  div#rc_container {
    margin-bottom: 0 !important;
  }

  #rc_radio_options label.rc_label,
  #rc_radio_options label .rc_price {
    font-size: 13px;
  }

  #rc_radio_options .rc_block.rc_block__type__onetime {
    margin-bottom: 5px;
  }

  #rc_radio_options input[type='radio'] {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
  }

  #rc_radio_options input[type='radio']:checked:before {
    width: 7px;
    height: 7px;
    margin: 3px;
  }

  #subscription-details {
    font-size: 12px;
    line-height: 14px;
    padding: 0 5px;
  }

  .swatch_options .option_title,
  .purchase-details__quantity.product-quantity-box label {
    font-size: 12px;
    margin: auto 15px auto 5px;
  }

  .swatch_options .swatch label {
    /*float: none;
      min-width: 30px;
      height: 30px;*/
    font-size: 10px;
    line-height: 1.2em;
    padding: 7px 5px;
  }

  .swatch_options .swatch-element {
    min-width: 30px;
    min-height: 30px;
    margin: 10px 8px 8px 0;
  }

  .purchase-details .purchase-details__quantity {
    ;
    /*margin-top: 20px;*/
  }

  .purchase-details .purchase-details__quantity input.quantity,
  .purchase-details .purchase-details__quantity .product-plus,
  .purchase-details .purchase-details__quantity .product-minus {
    min-height: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
  }

  .purchase-details .purchase-details__quantity .icon-minus:before,
  .purchase-details .purchase-details__quantity .icon-plus:before {
    font-size: 22px;
  }

  .purchase-details .purchase-details__quantity .icon-plus:before {
    line-height: 34px;
  }

  .purchase-details .purchase-details__quantity .icon-minus:before {
    line-height: 30px;
  }

  .purchase-details .purchase-details__quantity .purchase-details__buttons {
    margin: 25px auto 0;
  }

  .product-info-container {
    padding: 20px 15px;
  }

  .product-extended-description .description-icon {
    flex-basis: calc(100% / 3);
    margin-bottom: 20px;
  }

  .product-extended-description .product-description-heading {
    margin-bottom: 10px;
  }

  #supplement-facts .sf-feature {
    width: 70px;
    height: 70px;
    border: 2px solid;
    border-radius: 50%;
  }

  #supplement-facts .sf-feature-number {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 3px;
    margin-bottom: 2px;
  }

  #supplement-facts .sf-feature-text {
    font-size: 10px;
    line-height: 10px;
  }

  #supplement-facts .sf-feature-subtext {
    font-size: 8px;
  }

  #supplement-facts .sf-directions p {
    padding: 0;
  }

  #brand-benefits {
    padding-bottom: 10px;
  }

  #brand-benefits .brand-benefit {
    flex-basis: 100%;
    margin-bottom: 25px;
  }

  .image-with-text .info {
    padding: 20px;
    text-align: center !important;
  }

  .image-with-text .collection_title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 7px;
  }

  .featured-banner .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .featured-banner .image-element__wrap img,
  .featured-banner .video-block {
    min-height: 220px;
    object-fit: cover;
  }

  .text-image-columns-custom .container {
    padding-top: 45px;
  }

  .text-image-columns-custom .regular_text {
    font-size: 18px;
  }



  #banner-4226faf3-cc19-419f-b893-d9769f4ebf6b .image-element__wrap img,
  #banner-5057daf1-cbea-4026-aafc-80a0fb4847f5 .image-element__wrap img {
    content: url('https://cdn.shopify.com/s/files/1/1380/9789/files/vitamin_angels-m_v1.jpg');
  }

  #banner-4226faf3-cc19-419f-b893-d9769f4ebf6b .caption,
  #banner-5057daf1-cbea-4026-aafc-80a0fb4847f5 .caption {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
  }

  #banner-4226faf3-cc19-419f-b893-d9769f4ebf6b .caption-content,
  #banner-5057daf1-cbea-4026-aafc-80a0fb4847f5 .caption-content {
    text-align: center;
  }

  #banner-4226faf3-cc19-419f-b893-d9769f4ebf6b .headline,
  #banner-5057daf1-cbea-4026-aafc-80a0fb4847f5 .headline {
    color: #35572c;
  }

  .mobile-text-below--true .caption-content a.action_button {
    background: #e57d26;
  }

  #vitamin-angels-logo {
    max-width: 250px;
    margin: 5px auto 15px;
  }

  #press #press-inner {
    max-width: calc(100% - 20px);
    padding-bottom: 30px;
  }

  #press .press-logo {
    flex-basis: 50%;
    margin-bottom: 15px;
  }

  .product-recommendations-block {
    padding-top: 25px;
    border-top: 1px solid #e4e4e4;
  }

  .product-recommendations-block .title {
    font-size: 24px;
  }

  .product-recommendations-block .product-list .one-third.column {
    width: 100%;
    margin-bottom: 15px;
  }

  .newsletter-section.newsletter-custom #newsletter-inner {
    max-width: 300px;
    width: 90%;
  }

  .newsletter-section.newsletter-custom .newsletter_section h2 {
    font-size: 21px;
    line-height: 30px;
  }
}

/********* Product Add To Cart bar ************/
.variant-text-bar {
  display: none;
}

.scroll {
  display: none;
  z-index: 9998;
}

.product-bar {
  width: 100vw;
  position: fixed;
  display: flex;
  align-items: center;
  background: #ffffff;
  margin-bottom: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100px;
  padding: 19px 70px;
  z-index: 9998;
  box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.15);
}

@media(max-width: 1400px) {
  .product-bar {
    padding: 19px 25px;
  }
}

@media(max-width: 800px) {
  .product-bar {
    padding: 62px 25px 12px;
  }
}

.product-bar .product_form {
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

@media(min-width: 1024px) {
  .product-bar .product_form {
    max-width: 100%;
  }
}

.product-bar .product_form .shopify-product-form {
  display: flex;
  align-items: center;
}

@media(max-width: 800px) {
  .product-bar .product_form .shopify-product-form {
    align-items: flex-end;
  }
}

.product-bar .product_form .shopify-product-form .select,
.product-bar .product_form .shopify-product-form .selector-wrapper {
  display: block;
}

.product-bar .product_form .shopify-product-form .select {
  order: 1;
  width: 142px;
  min-width: 142px;
  margin: 0;
  position: relative;
}

@media(max-width: 1350px) {
  .product-bar .product_form .shopify-product-form .select {
    width: 11vw;
    min-width: 11vw;
  }
}

@media(max-width: 800px) {
  .product-bar .product_form .shopify-product-form .select {
    width: calc(50% - 9px);
    min-width: calc(50% - 9px);
  }
}

.product-bar .product_form .shopify-product-form .select label {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: normal;
  margin-bottom: 13px;
}

@media(max-width: 1350px) {
  .product-bar .product_form .shopify-product-form .select label {
    font-size: 0.923vw;
    margin-bottom: 0.77vw;
  }
}

@media(max-width: 800px) {
  .product-bar .product_form .shopify-product-form .select label {
    display: none;
  }
}

.product-bar .product_form .shopify-product-form .select .selector-wrapper {
  position: relative;
  width: 100%;
}

.product-bar .product_form .shopify-product-form .select .selector-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  transform: translateY(-50%);
}

.product-bar .product_form .shopify-product-form .select select {
  background: white url('//cdn.shopify.com/s/files / 1/1380/9789/t/37/assets/select.png?v=3698271898875606613') no-repeat 96% 50%;
  border-width: 2px;
  height: 30px;
  min-height: 30px;
  padding: 2px 15px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  color: #333333;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  letter-spacing: 0.25px;
  line-height: normal;
  margin-bottom: 0;
}

@media(max-width: 1350px) {
  .product-bar .product_form .shopify-product-form .select select {
    font-size: 0.769vw;
    height: 2.3vw;
    min-height: 2.3vw;
  }
}

@media(max-width: 800px) {
  .product-bar .product_form .shopify-product-form .select select {
    font-size: 14px;
    height: 40px;
    min-height: 40px;
  }
}

.product-bar .modal_price {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.45px;
  margin-bottom: 0;
  padding: 0;
}

@media(max-width: 1350px) {
  .product-bar .modal_price {
    font-size: 1.385vw;
  }
}

.product-bar .product-bar__info {
  width: 50%;
}

@media(max-width: 800px) {
  .product-bar .product-bar__info {
    display: none;
  }
}

.product-bar .product-bar__options {
  flex: 0 0 800px;
  width: 800px;
  margin-left: auto;
}

@media(max-width: 1350px) {
  .product-bar .product-bar__options {
    flex: inherit;
    width: 80vw;
  }
}

@media(max-width: 800px) {
  .product-bar .product-bar__options {
    width: 100vw;
  }
}

.product-bar .product-template .product_section .product_form {
  max-width: 100%;
}

.product-bar .product_name.title {
  font-size: 24px;
  font-weight: 400;
  padding-top: 0;
  line-height: normal;
}

@media(max-width: 1350px) {
  .product-bar .product_name.title {
    font-size: 1.7vw;
  }
}

.product-bar #subscription-details {
  display: none;
}

.product-bar .swatch_options {
  display: none;
}

.product-bar .purchase-details {
  width: 90px;
  flex: 0 0 90px;
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0;
  margin-left: 40px;
}

@media(max-width: 1350px) {
  .product-bar .purchase-details {
    width: 7.5vw;
    flex: 0 0 7.5vw;
    margin-left: 3vw;
  }
}

@media(max-width: 800px) {
  .product-bar .purchase-details {
    width: 0;
    flex: 0 0 0;
    margin-left: 0;
  }
}

.product-bar .purchase-details .purchase-details__quantity,
.product-bar .purchase-details .purchase-details__buttons {
  margin: 0;
}

.product-bar .purchase-details .purchase-details__quantity {
  flex-wrap: wrap;
  max-width: 90px;
  justify-content: center;
  margin: 0;
}

@media(max-width: 800px) {
  .product-bar .purchase-details .purchase-details__quantity {
    display: none;
  }
}

.product-bar .purchase-details .purchase-details__quantity label {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: normal;
  margin: 0 0 13px;
}

@media(max-width: 1350px) {
  .product-bar .purchase-details .purchase-details__quantity label {
    font-size: 0.923vw;
    margin-bottom: 0.77vw;
  }
}

.product-bar .purchase-details .purchase-details__quantity.product-quantity-box .product-plus,
.product-bar .purchase-details .purchase-details__quantity.product-quantity-box .product-minus {
  width: 30px;
  height: 30px;
  line-height: 24px;
}

@media(max-width: 1350px) {

  .product-bar .purchase-details .purchase-details__quantity.product-quantity-box .product-plus,
  .product-bar .purchase-details .purchase-details__quantity.product-quantity-box .product-minus {
    width: 2.3vw;
    height: 2.3vw;
    line-height: 1.846vw;
  }
}

.product-bar .purchase-details .purchase-details__quantity.product-quantity-box .product-minus .icon-minus:before {
  font-size: 16px;
  line-height: 20px;
}

@media(max-width: 1350px) {
  .product-bar .purchase-details .purchase-details__quantity.product-quantity-box .product-minus .icon-minus:before {
    font-size: 1.231vw;
    line-height: 1.538vw;
  }
}

.product-bar .purchase-details .purchase-details__quantity.product-quantity-box .product-plus .icon-plus:before {
  font-size: 16px;
  line-height: 20px;
}

@media(max-width: 1350px) {
  .product-bar .purchase-details .purchase-details__quantity.product-quantity-box .product-plus .icon-plus:before {
    font-size: 1.231vw;
    line-height: 1.538vw;
  }
}

.product-bar .purchase-details .purchase-details__quantity.product-quantity-box input.quantity {
  font-size: 10px;
  padding: 3px;
  min-height: 30px;
  height: 30px;
  min-width: 30px;
}

@media(max-width: 1350px) {
  .product-bar .purchase-details .purchase-details__quantity.product-quantity-box input.quantity {
    font-size: 0.769vw;
    min-height: 2.3vw;
    height: 2.3vw;
    min-width: 2.3vw;
  }
}

.product-bar .purchase-details .purchase-details__buttons {
  position: absolute;
  right: 70px;
  width: 250px;
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width: 1400px) {
  .product-bar .purchase-details .purchase-details__buttons {
    right: 20px;
    width: 19vw;
  }
}

@media(max-width: 800px) {
  .product-bar .purchase-details .purchase-details__buttons {
    right: 25px;
    top: 12px;
    width: calc(100% - 50px);
    transform: inherit;
  }
}

.product-bar .purchase-details .purchase-details__buttons .add_to_cart.action_button {
  max-width: 250px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}

@media(max-width: 1350px) {
  .product-bar .purchase-details .purchase-details__buttons .add_to_cart.action_button {
    font-size: 1vw;
    max-width: 19vw;
    min-height: 3.3vw;
  }
}

@media(max-width: 800px) {
  .product-bar .purchase-details .purchase-details__buttons .add_to_cart.action_button {
    max-width: 100%;
    font-size: 14px;
    min-height: 40px;
  }
}

.product-bar .smart-payment-button--true .product-quantity-box.purchase-details__quantity {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 200px;
}

.product-bar #rc_container {
  order: 3;
  width: 200px;
  margin-left: 40px;
  margin-bottom: 0 !important;
}

@media(max-width: 1350px) {
  .product-bar #rc_container {
    width: 15.3vw;
    margin-left: 3vw;
  }
}

@media(max-width: 800px) {
  .product-bar #rc_container {
    width: 50%;
    margin-left: 9px;
  }
}

.product-bar #rc_container .rc_check-wrap {
  display: block;
}

.product-bar #rc_radio_options {
  display: none;
}

.product-bar .product-guarantee {
  display: none;
}

.rc_check-wrap {
  display: none;
  width: 100%;
  max-width: 200px;
  text-align: center;
}

@media(max-width: 1350px) {
  .rc_check-wrap {
    max-width: 15.6vw;
    width: 15.6vw;
  }
}

@media(max-width: 800px) {
  .rc_check-wrap {
    width: 100%;
    max-width: 100%;
  }
}

.rc_check-wrap .rc_check-wrap_checkbox {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.rc_check-wrap .rc_check-wrap_checkbox label {
  position: relative;
  padding-left: 24px;
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  user-select: none;
  cursor: pointer;
  z-index: 0;
}

@media(max-width: 1350px) {
  .rc_check-wrap .rc_check-wrap_checkbox label {
    font-size: 0.923vw;
    line-height: 1.231vw;
    margin-bottom: 0.77vw;
  }
}

@media(max-width: 800px) {
  .rc_check-wrap .rc_check-wrap_checkbox label {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    margin-left: -110px;
    width: 220px;
  }
}

.rc_check-wrap .rc_check-wrap_checkbox label span {
  font-weight: 600;
  font-size: 12px;
  color: #333333;
}

@media(max-width: 1350px) {
  .rc_check-wrap .rc_check-wrap_checkbox label span {
    font-size: 0.923vw;
  }
}

@media(max-width: 800px) {
  .rc_check-wrap .rc_check-wrap_checkbox label span {
    font-size: 12px;
    line-height: 12px;
  }
}

.rc_check-wrap .rc_check-wrap_checkbox label:before,
.rc_check-wrap .rc_check-wrap_checkbox label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  outline: none;
  transform: translateY(-50%);
}

.rc_check-wrap .rc_check-wrap_checkbox label:after {
  width: 12px;
  height: 12px;
  border: 2px solid #d9d9d9;
}

.rc_check-wrap .rc_check-wrap_checkbox label:before {
  content: '';
  display: block;
  background: transparent;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.rc_check-wrap .rc_check-wrap_checkbox input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

@media(max-width: 800px) {
  .rc_check-wrap .rc_check-wrap_checkbox input[type='checkbox'] {
    margin-left: -110px;
    width: 220px;
  }
}

.rc_check-wrap .rc_check-wrap_checkbox input[type='checkbox']:checked + label:after {
  border-color: #35572c;
}

.rc_check-wrap .rc_check-wrap_checkbox input[type='checkbox']:checked + label:before {
  background: #35572c;
}

.rc_check-wrap .rc_check-wrap_checkbox input[type='checkbox']:checked~.rc_check-wrap_select {
  opacity: 0.1;
}

.rc_check-wrap .rc_check-wrap_select {
  position: relative;
  width: 100%;
}

.rc_check-wrap .rc_check-wrap_select:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  transform: translateY(-50%);
}

.rc_check-wrap .rc_check-wrap_select select {
  height: 30px;
  min-height: 30px;
  padding: 2px 15px;
  border: 2px solid #f1f1f1;
  border-radius: 6px;
  color: #333333;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  letter-spacing: 0.25px;
  line-height: normal;
  margin-bottom: 0;
}

@media(max-width: 1350px) {
  .rc_check-wrap .rc_check-wrap_select select {
    font-size: 0.769vw;
    height: 2.3vw;
    min-height: 2.3vw;
  }
}

@media(max-width: 800px) {
  .rc_check-wrap .rc_check-wrap_select select {
    font-size: 16px;
    height: 40px;
    min-height: 40px;
  }
}

.product-bar .rc_check-wrap .rc_check-wrap_select {
  display: none;
}

@media(max-width: 800px) {
  .product-bar .product_form .shopify-product-form {
    display: block;
  }

  .product-bar .product_form .shopify-product-form .purchase-details {
    order: 1;
  }

  .product-bar .product_form .shopify-product-form #rc_container {
    order: 2;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-bar .product_form .shopify-product-form #rc_container .rc_check-wrap .rc_check-wrap_checkbox input[type='checkbox'] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-bar .product_form .shopify-product-form #rc_container .rc_check-wrap .rc_check-wrap_checkbox label {
    width: fit-content;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-bar .product_form .shopify-product-form .select {
    order: 3;
    width: 100%;
    max-width: 200px;
    margin: 10px auto;
  }

  .product-bar .product_form .shopify-product-form .select select {
    padding: 5px 15px;
  }
}

/********* Icon Carousel / Applications / "When To Use" ************/
.icon-carousel {
  width: 100%;
  padding: 17px 0;
}

.icon-carousel .container {
  padding: 20px 0 40px;
}

.icon-carousel .flickity-page-dots {
  bottom: 0;
}

.icon-carousel .flickity-page-dots .dot {
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background: #fff;
  opacity: 0.3;
}

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

.icon-carousel .flickity-prev-next-button {
  background: transparent;
  padding: 0;
  width: 38px;
}

.icon-carousel .flickity-prev-next-button .flickity-button-icon {
  width: 40px;
  height: 55px;
  left: 0;
}

.icon-carousel .flickity-prev-next-button:hover,
.icon-carousel .flickity-prev-next-button:active {
  opacity: 0.9;
  box-shadow: 0 0 0;
}

.icon-carousel .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0;
}

.icon-carousel__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.icon-carousel__container.flickity-enabled {
  display: block !important;
}

.icon-carousel__title {
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.icon-card {
  width: calc(100% - 130px);
  max-width: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 100%;
  max-height: 190px;
  overflow: hidden;
  margin-left: calc(50px / 2);
  margin-right: calc(50px / 2);
}

.icon-card__title h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.icon-card__footer {
  width: 100%;
  height: 100%;
  margin-top: auto;
}

.icon-card__image {
  margin: auto;
  text-align: center;
  transform: scale(0.9);
}

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

.icon-card__description p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.42px;
}

@media(min-width: 800px) {
  .icon-carousel {
    padding: 25px 0 20px;
  }

  .icon-carousel .container {
    padding: 20px 0;
  }

  .icon-carousel__container {
    align-items: stretch;
    flex-wrap: nowrap;
  }

  .icon-card {
    width: calc(33.33333% - 50px);
    max-width: 100%;
    max-height: initial;
    margin-left: calc(50px / 2);
    margin-right: calc(50px / 2);
  }

  .icon-carousel__title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .icon-card__image {
    transform: scale(1);
  }

  .icon-card__title h3 {
    font-size: 20px;
  }

  .icon-card__description {
    max-width: 190px;
    margin: 0 auto;
  }

  .icon-card__description p {
    font-size: 13px;
    line-height: 21px;
  }
}

@media(min-width: 1200px) {
  .icon-card {
    width: calc(20% - 50px);
    max-width: 100%;
  }
}

.icon-carousel .icon-carousel__card {
  flex-direction: column;
}

@media(max-width: 800px) {
  .icon-carousel .icon-carousel__card {
    flex-direction: row;
  }
}

.icon-carousel .icon-card__image {
  margin-bottom: 15px;
}

.icon-carousel .icon-card__footer {
  flex: 1;
}

/********* Icon Carousel / "Ingredients" ************/
.ingredients {
  width: 100%;
  padding: 18px 0 15px;
}

.ingredients__title {
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.ingredients__container {
  padding: 20px 0 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.ingredients__container .flickity-page-dots {
  bottom: 0;
}

.ingredients__container .flickity-page-dots .dot {
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background: #333;
  opacity: 0.3;
}

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

.ingredients__container .flickity-prev-next-button {
  background: transparent;
  padding: 0;
  width: 38px;
  opacity: 1;
}

.ingredients__container .flickity-prev-next-button .flickity-button-icon {
  width: 40px;
  height: 55px;
  left: 0;
}

.ingredients__container .flickity-prev-next-button:hover,
.ingredients__container .flickity-prev-next-button:active {
  opacity: 0.7;
  box-shadow: 0 0 0;
}

.ingredients__container .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0;
}

.ingredients__container.flickity-enabled {
  display: block !important;
}

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

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

.ingredients-card {
  width: calc(100% - 60px);
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden;
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  transition: opacity 0.3s ease;
  opacity: 0.2;
}

.ingredients-card.is-selected,
.ingredients-card.is-visible {
  opacity: 1;
}

.ingredients-card__image {
  width: 100%;
  height: 190px;
  max-width: 250px;
  overflow: hidden;
  margin: 0 auto 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ingredients-card__image img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.ingredients-card__footer {
  max-width: 280px;
  margin: 0 auto;
}

.ingredients-card__title {
  text-align: center;
  margin-bottom: 5px;
}

.ingredients-card__title h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.ingredients-card__description p {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.39px;
  font-weight: 300;
  margin-bottom: 0;
}

@media(min-width: 800px) {
  .ingredients__container {
    padding: 20px 0;
  }

  .ingredients__title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .ingredients-card {
    width: calc(50% - 130px);
    max-width: 100%;
    margin-left: calc(80px / 2);
    margin-right: calc(80px / 2);
  }

  .ingredients-card__image {
    height: 240px;
    max-width: 320px;
    margin: 0 auto 23px;
  }

  .ingredients-card__title h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .ingredients-card__description p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.42px;
  }
}

@media(min-width: 950px) {
  .ingredients-card {
    width: calc(33.333% - 130px);
  }

  .ingredients-card__image {
    height: 200px;
  }
}

@media(min-width: 1100px) {
  .ingredients-card {
    margin-left: calc(60px / 2);
    margin-right: calc(60px / 2);
  }
}

@media(min-width: 1500px) {
  .ingredients-card {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }

  .ingredients-card__image {
    height: 240px;
  }
}

.ingredients-card {
  flex-direction: column;
}

.ingredients-card .ingredients-card__footer {
  flex: 1;
}

/********* Upsell Panel ************/
.upsell {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: none;
}

.upsell__container.container {
  width: 100%;
  padding: 30px 0;
}

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

.upsell__wrap {
  width: 100%;
}

.upsell__bc-mobile {
  width: 100%;
  height: 325px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}

.upsell__title,
.upsell__price,
.upsell__description,
.upsell__footer {
  padding: 0 25px;
}

.upsell__title {
  margin: 0 0 15px;
}

.upsell__title a {
  display: flex;
  align-items: center;
}

.upsell__title a,
.upsell__title span {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.upsell__sale {
  margin-right: 5px;
}

.upsell__price {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.upsell__price .sale,
.upsell__price .current_price {
  font-weight: 500;
}

.upsell__description {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.42px;
  margin-bottom: 25px;
}

.upsell__description p {
  margin-bottom: 15px;
}

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

.upsell__footer {
  width: 100%;
  display: flex;
  align-items: center;
}

.upsell__footer .has-padding-bottom {
  width: 100%;
}

.upsell__footer .has-padding-bottom .smart-payment-button--false {
  margin-bottom: 0;
}

.upsell__footer .has-padding-bottom .purchase-details .purchase-details__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.upsell__footer .has-padding-bottom .purchase-details .add_to_cart.action_button,
.upsell__footer .product-link {
  max-width: 100%;
}

.upsell__footer .has-padding-bottom .purchase-details .add_to_cart.action_button {
  margin-bottom: 10px;
}

.upsell__footer .product-link {
  width: 100%;
}

.upsell__footer .product-link .product-learn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  text-align: center;
  text-transform: uppercase;
}

@media(min-width: 600px) {

  .upsell__footer .has-padding-bottom .purchase-details .add_to_cart.action_button,
  .upsell__footer .product-link {
    max-width: 180px;
  }

  .upsell__footer .has-padding-bottom .purchase-details .add_to_cart.action_button {
    margin-bottom: 0;
  }
}

@media(min-width: 800px) {
  .upsell__bc-mobile {
    display: none;
  }

  .upsell__container.container {
    padding: 80px 0;
  }

  .upsell__wrap {
    padding-left: 0;
    width: 50%;
  }

  .upsell__title,
  .upsell__price,
  .upsell__description,
  .upsell__footer {
    padding: 0;
  }

  .upsell__title a,
  .upsell__title span {
    font-size: 30px;
    line-height: 38px;
    text-align: left;
  }

  .upsell__sale {
    margin-right: 7px;
  }

  .upsell__price {
    font-size: 23px;
    text-align: left;
    letter-spacing: 0.57px;
    margin-bottom: 15px;
  }

  .upsell__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-align: left;
    margin-bottom: 30px;
  }

  .upsell__footer .has-padding-bottom .purchase-details .purchase-details__buttons {
    justify-content: flex-start;
  }
}

@media(min-width: 1200px) {
  .upsell__container.container {
    padding: 140px 0;
  }

  .upsell__wrap {
    padding-left: 70px;
  }
}

.upsell button.add_to_cart.addtocart {
  display: none;
}

/********* Featured Reviews Panel ************/
.featured-reviews {
  width: 100%;
  padding: 15px 0;
}

.featured-reviews .flickity-slider {
  display: flex;
  align-items: center;
}

.featured-reviews__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.featured-reviews__container {
  padding: 0 0 20px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.featured-reviews__container.flickity-enabled {
  display: block !important;
}

.f-reviews-card {
  width: calc(100% - 60px);
  max-width: 300px;
  /*min-height: 100%;*/
  padding: 20px 0;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.f-reviews-card__wrap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 25px;
  /*min-height: 100%;*/
  border-radius: 10px;
  box-shadow: 0 2px 15px #00000026;
  overflow: hidden;
  margin: auto;
}

.featured-reviews__container.flickity-enabled .f-reviews-card {
  margin-left: calc(60px / 2);
  margin-right: calc(60px / 2);
}

.featured-reviews__container .flickity-page-dots {
  bottom: 0;
}

.featured-reviews__container .flickity-page-dots .dot {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  opacity: 0.3;
}

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

.featured-reviews__container .flickity-prev-next-button {
  background: transparent;
  padding: 0;
  width: 38px;
  opacity: 1;
}

.featured-reviews__container .flickity-prev-next-button .flickity-button-icon {
  width: 40px;
  height: 55px;
  left: 0;
}

.featured-reviews__container .flickity-prev-next-button:hover,
.featured-reviews__container .flickity-prev-next-button:active {
  opacity: 0.7;
  box-shadow: 0 0 0;
}

.featured-reviews__container .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0;
}

.featured-reviews__container.flickity-enabled {
  display: block !important;
}

.featured-reviews__container .flickity-prev-next-button.previous {
  left: 25px;
}

.featured-reviews__container .flickity-prev-next-button.next {
  right: 25px;
}

.f-reviews-card__img {
  width: 100%;
  text-align: center;
  transform: scale(0.78);
  margin-bottom: 20px;
}

.f-reviews-card__footer {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.f-reviews-card__text p {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.26px;
  margin-bottom: 0;
}

.f-reviews-card__author {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 25px auto 5px;
}

.f-reviews-card__title {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: 15px auto 5px;
}

.f-reviews-card__link {
  display: inline-block;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.f-reviews-card__link:hover {
  text-decoration: underline;
}

@media(min-width: 800px) {
  .featured-reviews {
    width: 100%;
    padding: 22px 0 15px;
  }

  .featured-reviews__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
  }

  .f-reviews-card {
    width: calc(100% - 60px);
    max-width: 720px;
  }

  .featured-reviews__container.flickity-enabled .f-reviews-card {
    margin-left: calc(100px / 2);
    margin-right: calc(100px / 2);
  }

  .f-reviews-card__wrap {
    padding: 40px 55px;
  }

  .f-reviews-card__img {
    transform: scale(1);
  }

  .f-reviews-card__text p {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.48px;
  }

  .f-reviews-card__author {
    font-size: 20px;
    margin: 25px auto 5px;
  }

  .f-reviews-card__title {
    font-size: 15px;
    margin: 15px auto 5px;
  }

  .f-reviews-card__link {
    font-size: 12px;
  }
}

@media(min-width: 900px) {
  .featured-reviews__container .flickity-prev-next-button.previous {
    left: calc(50% - 425px);
  }

  .featured-reviews__container .flickity-prev-next-button.next {
    right: calc(50% - 425px);
  }
}

@media(min-width: 1200px) {
  .featured-reviews__container.flickity-enabled .f-reviews-card {
    margin-left: calc(200px / 2);
    margin-right: calc(200px / 2);
  }

  .featured-reviews__container .flickity-prev-next-button.previous {
    left: calc(50% - 475px);
  }

  .featured-reviews__container .flickity-prev-next-button.next {
    right: calc(50% - 475px);
  }
}

.featured-reviews .f-reviews-card__img {
  max-height: 47px;
}

/******************************************************************/
/**********************ALTERNATE PRODUCT FORM**********************/
/******************************************************************/
#shopify-section-product__extended-main-alt #rc_container .rc_price,
#shopify-section-product__extended-main-alt #rc_container #rc_radio_options input {
  display: none;
}

#shopify-section-product__extended-main-alt #rc_container #rc_radio_options {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  /*.rc_block__type--active label {
      .rc_label__text, .rc_label__discount {
        color: #fff;
      }
      }*/
}

#shopify-section-product__extended-main-alt #rc_container #rc_radio_options .rc_block {
  flex: unset;
  -webkit-flex: unset;
  -moz-flex: unset;
  -ms-flex: unset;
  max-width: calc(50% - 10px);
  border-color: #e4e4e4;
  padding: 0;
  margin-bottom: 10px !important;
}

#shopify-section-product__extended-main-alt #rc_container #rc_radio_options .rc_block #rc_autodeliver_options {
  display: none;
}

#shopify-section-product__extended-main-alt #rc_container #rc_radio_options .rc_block.rc_block__type--active {
  /*background: $dark-green;*/
  border-color: #35572c;
}

#shopify-section-product__extended-main-alt #rc_container #rc_radio_options label.rc_label {
  text-align: center;
  max-height: unset;
  max-width: unset;
  padding: 8px 10px;
}

#shopify-section-product__extended-main-alt .swatch_options .swatch .swatch-element {
  margin: auto 7px auto 0;
}

#shopify-section-product__extended-main-alt .swatch_options input:checked + .swatch-element {
  background-color: transparent;
}

#shopify-section-product__extended-main-alt .swatch_options input:checked + .swatch-element label {
  color: inherit;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper {
  /*height: 205px;*/
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0 0;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell {
  -webkit-box-flex: 1 1 31%;
  -moz-box-flex: 1 1 31%;
  -webkit-flex: 1 1 31%;
  -ms-flex: 1 1 31%;
  flex: 1 1 31%;
  max-width: 31%;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  background: transparent;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container {
  padding: 5px 10px 12px;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .cell-content {
  min-height: 145px;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .cell-title {
  margin-bottom: 2px;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .cell-title .quantity {
  padding: 0;
  background: transparent;
  font-size: 14px;
  line-height: 16px;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .break-price_wrapper {
  color: #35572c;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .break-price_wrapper sup {
  font-size: 100%;
  top: 0;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .currency-sign {
  font-weight: 500;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .per-item {
  margin-bottom: 5px;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .saving-text,
#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .subs-note {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 50px;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .saving-text {
  color: #35572c;
  font-size: 17px;
  font-weight: 600;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .freeshipping-text,
#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .fa.fa-plus {
  display: none;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell .cell-container .cart-button {
  font-size: 14px;
  line-height: 14px;
  min-height: unset;
  height: unset;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell.active {
  transform: none;
  border-color: #35572c;
  box-shadow: none;
}

#shopify-section-product__extended-main-alt #quantity-break-wrapper .quantity-break-cell.active .cell-container {
  transform: none;
}

#shopify-section-product__extended-main-alt #subscription-details {
  display: none;
}

/*FEATURED PRODUCT MODIFICATIONS*/
#shopify-section-product__organic-reds-featured-reviews,
#shopify-section-product__collagen-protein-featured-reviews,
#shopify-section-product__organic-coffee-featured-reviews,
#shopify-section-product__organic-coffee-ingredients,
#shopify-section-product__organic-coffee-supplement-facts {
  display: none;
}

/******************************************************************/
/********************MARCH - APRIL 2021 UPDATES********************/
/******************************************************************/
.swatch_options .swatch {
  flex-wrap: wrap;
}

.option-block {
  width: 100%;
}

.option-block .swatch-element {
  width: 100%;
  border: 2px solid #EEEEEE;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.variants-block {
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.swatch_options input:checked + .swatch-element {
  border: 2px solid #36572C;
  background: #FFF6D6;
}

.swatch_options .swatch-element label {
  text-transform: uppercase;
  color: #333333;
}

.swatch_options input:checked + .swatch-element label {
  color: #333333;
}

.swatch_options .option_title,
.quantity_title {
  width: 100%;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #333333;
  line-height: 1.6em;
  letter-spacing: normal;
}

#quantity-break-wrapper .quantity-break-cell {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  background: none;
  border: 2px solid #EEEEEE;
  border-radius: 5px;
  padding: 10px 5px;
  cursor: pointer;
}

#quantity-break-wrapper .quantity-break-cell.select {
  border: 2px solid #36572C;
  background: #FFF6D6;
}

.cell-title {
  font-weight: 600;
  font-size: 18px;
}

.saving-text {
  margin-top: 7px;
  font-size: 18px;
  line-height: 20px;
  color: #ff8926;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 3px;
}

.saving-text span {
  width: 100%;
  font-size: 14px;
  display: block;
  text-transform: none;
  line-height: 20px;
}

#quantity-break-wrapper .variants-block {
  grid-template-columns: 1fr 1fr 1fr;
}

#quantity-break-wrapper .quantity-break-cell .cell-container .saving-text {
  height: auto;
}

.sum-price {
  font-size: 36px;
  line-height: 48px;
}

.single-price {
  padding-left: 10px;
  font-size: 21px;
}

#sd-heading,
#rc_radio_options input[type='radio'] {
  display: none;
}

#subscription-details .sd-list li {
  white-space: normal;
  font-weight: 400;
  text-transform: none;
}

#rc_radio_options .rc_block {
  border: 2px solid #EEEEEE;
}

#rc_radio_options .rc_block.rc_block__type--active {
  background: #FFF6D6;
}

.subscription-block div.rc_block__type {
  padding: 8px 16px;
}

#rc_radio_options label.rc_label {
  max-width: 100%;
}

#subscription-details {
  margin-top: 10px;
}

.purchase-details .add_to_cart {
  font-size: 18px;
}

.add_to_cart.action_button {
  min-height: 55px;
}

.cell-price {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #35572c;
  font-weight: 600;
  margin-top: 10px;
}

.cell-price sup {
  top: 0;
  font: inherit;
}

.cell-price .break-price_wrapper {
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 600;
}

.cell-price .price {
  font-weight: 600;
}

.purchase-details .purchase-details__quantity {
  margin-top: 30px;
}

.cell-inner {
  display: flex;
  flex-direction: column;
}

@media(max-width: 1024px) and (min-width: 799px) {
  #quantity-break-wrapper .variants-block {
    grid-template-columns: auto;
  }
}

@media(max-width: 550px) {
  #quantity-break-wrapper .variants-block {
    grid-template-columns: auto;
  }

  .cell-inner {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
  }

  .cell-inner > div {
    width: 55%;
    text-align: left;
  }

  .cell-inner > span {
    width: 45%;
  }

  .cell-title {
    font-size: 18px;
  }

  .cell-title .quantity {
    font-size: 22px;
  }

  .cell-price {
    flex-direction: row;
    align-items: baseline;
    margin-top: 5px;
  }

  .cell-price .break-price_wrapper {
    font-size: 21px;
    padding-right: 2px;
  }

  .saving-text {
    font-size: 20px;
    margin: auto;
  }

  .saving-text span {
    width: 100%;
    display: block;
    font-size: 14px;
  }

  .option-block .swatch-element,
  #quantity-break-wrapper .quantity-break-cell {
    min-height: 45px;
    margin: 0;
  }

  #quantity-break-wrapper .quantity-break-cell {
    padding: 12px 5px 12px 20px;
  }

  #subscription-details {
    padding: 0;
  }

  .subscription-block div.rc_block__type {
    padding: 8px;
  }

  #subscription-details .sd-list li {
    font-size: 10px;
  }

  #rc_radio_options .rc_block.rc_block__type__onetime {
    margin-bottom: 10px;
  }

  #rc_radio_options .rc_block.rc_block__type__autodeliver {
    margin-bottom: 0;
  }

  .product_section .product_form {
    padding-left: 0;
    padding-right: 0;
  }

  .product-guarantee svg {
    max-width: 16px;
    margin-right: 7px;
  }
}

.product-template .container.main.content .product_gallery_nav .gallery-cell.is-nav-selected {
  outline: none;
  border: 2px solid #75d04c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_gallery_nav.product_gallery_nav--bottom-thumbnails .gallery-cell {
  width: 20%;
}

.product_gallery_nav {
  max-width: 500px;
  margin: 0 auto;
}

.swatch_options,
#quantity-break-wrapper,
.subscription-block {
  margin-bottom: 0;
  padding: 0;
  margin-top: 30px;
}

@media(max-width: 798px) {
  .swatch_options {
    margin-top: 0;
  }
}

div#rc_container {
  margin-bottom: 0 !important;
}

.purchase-details__quantity.product-quantity-box {
  display: none;
}

div.logo-bar-section {
  padding: 0 0 60px;
}

@media only screen and (max-width: 798px) {
  div.logo-bar-section {
    padding: 0 0 30px;
  }
}
.logo-bar-section .title {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: initial;
  position: relative;
}
@media only screen and (max-width: 798px) {
  div.logo-bar-section .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 480px) {
  div.logo-bar-section .title {
    font-size: 60px;
    margin-top: 20px;
  }
}
.logo-bar-section .title .logo-bar_title__mark {
  position: absolute;
  top: -50px;
  right: 50%;
}
@media only screen and (max-width: 798px) {
  .logo-bar-section .title .logo-bar_title__mark {
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .logo-bar-section .title {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .logo-bar-section .title .logo-bar_title__mark {
    top: -30px;
  }
}
.logo-bar-section .logo-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

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

@media only screen and (max-width: 480px) {
  .logo-bar .logo-bar__item {
    margin: 0;
    padding: 0 5px;
    flex: 1 1 auto;
    max-width: initial;
  }
}

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

.d-link {
  font-size: 0;
}

.image-text-block--1579255191591-0 .block-heading {
  color: #ffffff;
}

.image-text-block--1579255191591-0 .block-subheading,
.image-text-block--1579255191591-0 .block-subheading p {
  color: #ffffff;
}

.image-text-block--1579255191591-0 .block-subheading a {
  color: #c9e84c;
}

.swatch input {
  display: block !important;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

h1.headline {
  color: #fff !important;
}

.subtitle p {
  color: #fff;
}

input.search-terms {
  display: block;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  outline: none;
  background: #fff;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
}

.top_bar .cart_container .mini_cart .cart_count {
color:#000 !important;
  }

.homepage-slideshow .action_button {
/*   background-color: #85460F;
  border: 1px solid #85460F; */
color:#000;
}

.nav ul li {
  background-color: #00000001;
}

.block-text-wrapper a.action_button, .featured-collection_wrapper a.action_button, .section-button_wrapper a.action_button.large {
  color: #000 !important;
}



.featured-collection_wrapper a.action_button:hover {
  background-color: #85460F !important;
  border: 1px solid #85460F !important;
}



.section-button_wrapper a.action_button.large:hover {
  background-color: #85460F;
  border: 1px solid #85460F !important;
}

.testimonial-author_wrapper span.verified-user {
  color: #ECF2D4 !important;
}

.blog_meta span.author-name {
  color: #4D5E26 !important;
}

div[data-section-type="image-text"] .image-text-block .block-info__wrapper .block-info .block-button_wrapper .action_button {
  background-color: #515C1F;
  border: 1px solid #515C1F !important;
}

.blog_meta .author {
  color: #595959 !important;
}

.blog_meta span {
  color: #595959 !important;
}

.cell-inner span.saving-text {
  color: #85460F !important;
}

button.action_button.add_to_cart.addtocart {
  color: #000 !important;
}

.newsletter-text.text-lg p {
  color: #00000001;
}

.input-row input.action_button.sign_up {
  color: #000 !important;
}

a.action_button.first_button.highlight-true {
  color: #000 !important;
}

.banner_holder .sold_out_banner.sale_banner.thumbnail_banner {
  color:000 #important;
}

.loyalty_container a.btn_orange {
  color: #000 !important;
}

.loyalty_container h4 {
  color: #4D5E26 !important;
}

.accum_section .point_box div:nth-child(2) {
  color: #85460F !important;
}

.accum_section .btn_green {
  color: #000 !important;
}

input.btn.action_button {
  color: #000 !important;
}

button.needsclick {
  color: #000 !important;
}

p.meta {
  color: #595959 !important;
}

p.meta .label {
  color: #595959 !important;
}

p.modal_price .money.sale {
  color: #A52727 !important;
}

p.modal_price .money.was_price {
  color: #595959 !important;
}

.qty_discount__notification {
  color: #A52727 !important;
}

.price_total .money.was_price {
  color: #595959 !important;
}

.subtotal .cart_savings.js-cart_savings.sale {
  color: #A52727 !important;
}

.checkout_button button#checkout {
 color:#000 !important;
}

.subtotal a.continue-shopping {
  color: #4D5E26 !important;
}
.slideshow_animation--fade .gallery-cell.is-selected{
  transform: inherit !important;
}

  .p-title-acc {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .cap-acc{
  margin-top:6px !important;
  }
  .rec-p{
    margin-left: 30px;
  }
  .price-acc{
    margin-left: 15px;
  }
  .e-link{
    font-size: 0;
    position: absolute;
    top:0;
  }
  .margin-top{
    margin-top: 10px !important;
  }
#email_signup .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 button.Button__FormStyledButton-sc-1of1qh3-0{
color:#000 !important;
}

image-with-text-block .block-text-wrapper .action_button{
background-color: #e67e22 !important;
color:#000 !important;
}
.m-title{
  background-color: #00000001;
}


.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border: 1px solid #d5d5d5;
    margin: 10px 0;
    border-radius: 10px;
    font-weight: bold;
}
.mas,
.accordion:hover {
  background-color: #b30f0f;
  color: #fff;
}
.panel {
  padding: 0 0px;
  background-color: white;
  display: none;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  padding: 10px;
}
.panel p{
  font-size: 14px;
}
.accordion:after {
  /* Unicode character for "plus" sign (+) */
  content: "\02795";
  font-size: 13px;
  color: #000;
  float: right;
  margin-left: 5px;
}

.mas:after {
  /* Unicode character for "minus" sign (-) */
  content: "\2796";
}
.cart_container .cart_count .mobile-header--right{background-color:  #B35E14 !important;}
#success-close, #header .mobile-header .cart_container .icon-cart .cart_count, .action_button.add_to_cart, .notranslate.View__HiddenSubmit-sc-1i2s79a-1.fxNViQ.kl-private-reset-css-Xuajs1{color:#000 !important;}
.banner_holder .sold_out_banner.sale_banner.thumbnail_banner {color: #000 !important;}
.rc_popup__block .rc_popup__block__content #sd-text-block+br+a{color:#95C185 !important;}
.summary-rating-bar .summary-rating-bar-content{color:#4A4A4A !important;}
.visually-hidden {position: absolute!important;overflow: hidden;clip: rect(0 0 0 0);height: 1px;width: 1px;margin: -1px;padding: 0;border: 0;}
.newsletter-text.text-lg p {background: #00000001;color: #fff;}
.container.js-product-slider.homepage-product-slider.full-width--true.featured-collection__products .flickity-page-dots{display:none !important;}
.mini-cart__item--content span.money.sale, .cart_savings.sale.js-cart_savings span+span, li.cart_savings.sale.js-cart_savings span.right span.money{color:#D03535 !important;}
.mini-cart__item--content span.money.was_price {color: #737373 !important;}
