/** Shopify CDN: Minification failed

Line 86:2 Expected identifier but found "*"
Line 1594:2 Expected identifier but found "*"
Line 2809:2 Expected identifier but found "*"
Line 3462:4 Expected identifier but found "*"
Line 3652:4 Expected identifier but found "*"
Line 3786:2 Expected identifier but found "*"
Line 3799:2 Expected identifier but found "*"
Line 7958:2 Expected identifier but found "."
Line 8002:2 Expected identifier but found "."
Line 9129:33 Unexpected "'.content-best-selling-products'"
... and 1 more hidden warnings

**/
@charset "UTF-8";
/*============================================================================
  Pipeline Theme   )`-....._,.-'``'-.,_,.='``'-.,   |  Built with Slate
==============================================================================*/
/*================ TOOLS ================*/
/*================ Mixins ================*/
/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
.title, h1, .h1, .h1--body, h2, .h2, .h2--body, h3, .h3, .h3--body, .sky-pilot-access-denied h5, .sky-pilot-access-denied .h5, .sky-pilot-access-denied .h5--body, h4, .h4, .h4--body, h5, .h5, .h5--body, h6, .h6, .h6--body, .btn--large, .header-logo, .home__title, .title--flex, .product-form label {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased; }

.uppercase, .home__subtitle, .share__link, .collection-nav > li a {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em; }

@font-face {
  font-family: 'icons';
  src: url("//www.shinyleaf.com/cdn/shop/t/5/assets/icons.eot?v=33645675370527648931551686134");
  src: url("//www.shinyleaf.com/cdn/shop/t/5/assets/icons.eot?v=33645675370527648931551686134#iefix") format("embedded-opentype"), url("//www.shinyleaf.com/cdn/shop/t/5/assets/icons.woff?v=3715827288646208141551686143") format("woff"), url("//www.shinyleaf.com/cdn/shop/t/5/assets/icons.ttf?v=105297763297538311311551686223") format("truetype"), url("//www.shinyleaf.com/cdn/shop/t/5/assets/icons.svg?v=80220311310459971271551686098#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/*================ COMMON ================*/
/*============================================================================
  #Normalize
==============================================================================*/
*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/*============================================================================
  #Grid 
    - Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/
/*================ Breakpoint and Grid Variables ================*/
/*================ The following are dependencies of csswizardry grid ================*/
/* Force clearfix on grids */
.grid, .grid--rev, .grid--full,
.grid-uniform {
  *zoom: 1; }
  .grid::after, .grid--rev::after, .grid--full::after,
  .grid-uniform::after {
    content: '';
    display: table;
    clear: both; }

/* Manual grid__item clearfix */
.grid__item.clear {
  clear: both; }

/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }

.grid__item {
  float: left;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*============================================================================
  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; }

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Helper show/hide classes around our breakpoints ================*/
/*================ Our regular, non-responsive width and helper classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.333%; }

.two-thirds {
  width: 66.666%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.666%; }

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.333%; }

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

/*================ Our responsive classes, if we have enabled them ================*/
@media only screen and (max-width: 480px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.333%; }

  .small--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.666%; }

  .small--two-sixths {
    width: 33.333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.666%; }

  .small--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.333%; }

  .small--two-twelfths {
    width: 16.666%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.333%; }

  .small--five-twelfths {
    width: 41.666%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.333%; }

  .small--eight-twelfths {
    width: 66.666%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.333%; }

  .small--eleven-twelfths {
    width: 91.666%; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

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

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

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

  .small--left {
    float: left !important; }

  .small--right {
    float: right !important; }

  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.333%; }

  .medium--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%; }

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%; }

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.666%; }

  .medium--two-sixths {
    width: 33.333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.666%; }

  .medium--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%; }

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.333%; }

  .medium--two-twelfths {
    width: 16.666%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.333%; }

  .medium--five-twelfths {
    width: 41.666%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.333%; }

  .medium--eight-twelfths {
    width: 66.666%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.333%; }

  .medium--eleven-twelfths {
    width: 91.666%; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

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

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

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

  .medium--left {
    float: left !important; }

  .medium--right {
    float: right !important; }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 768px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

  /* Halves */
  .medium-down--one-half {
    width: 50%; }

  /* Thirds */
  .medium-down--one-third {
    width: 33.333%; }

  .medium-down--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .medium-down--one-quarter {
    width: 25%; }

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-down--one-fifth {
    width: 20%; }

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%; }

  .medium-down--two-sixths {
    width: 33.333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.666%; }

  .medium-down--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%; }

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-down--one-tenth {
    width: 10%; }

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%; }

  .medium-down--two-twelfths {
    width: 16.666%; }

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.333%; }

  .medium-down--five-twelfths {
    width: 41.666%; }

  .medium-down--six-twelfths {
    width: 50%; }

  .medium-down--seven-twelfths {
    width: 58.333%; }

  .medium-down--eight-twelfths {
    width: 66.666%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.333%; }

  .medium-down--eleven-twelfths {
    width: 91.666%; }

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

  .medium-down--left {
    float: left !important; }

  .medium-down--right {
    float: right !important; }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 769px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

  /* Halves */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.333%; }

  .large--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .large--one-quarter {
    width: 25%; }

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

  /* Fifths */
  .large--one-fifth {
    width: 20%; }

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

  /* Sixths */
  .large--one-sixth {
    width: 16.666%; }

  .large--two-sixths {
    width: 33.333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.666%; }

  .large--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large--one-tenth {
    width: 10%; }

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large--one-twelfth {
    width: 8.333%; }

  .large--two-twelfths {
    width: 16.666%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.333%; }

  .large--five-twelfths {
    width: 41.666%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.333%; }

  .large--eight-twelfths {
    width: 66.666%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.333%; }

  .large--eleven-twelfths {
    width: 91.666%; }

  .large--show {
    display: block !important; }

  .large--hide {
    display: none !important; }

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

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

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

  .large--left {
    float: left !important; }

  .large--right {
    float: right !important; }

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
/*================ CSS3 Vertical Align Helper ================*/
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*="push--"] {
  position: relative; }

/* Whole */
.push--one-whole {
  left: 100%; }

/* Halves */
.push--one-half {
  left: 50%; }

/* Thirds */
.push--one-third {
  left: 33.333%; }

.push--two-thirds {
  left: 66.666%; }

/* Quarters */
.push--one-quarter {
  left: 25%; }

.push--two-quarters {
  left: 50%; }

.push--three-quarters {
  left: 75%; }

/* Fifths */
.push--one-fifth {
  left: 20%; }

.push--two-fifths {
  left: 40%; }

.push--three-fifths {
  left: 60%; }

.push--four-fifths {
  left: 80%; }

/* Sixths */
.push--one-sixth {
  left: 16.666%; }

.push--two-sixths {
  left: 33.333%; }

.push--three-sixths {
  left: 50%; }

.push--four-sixths {
  left: 66.666%; }

.push--five-sixths {
  left: 83.333%; }

/* Eighths */
.push--one-eighth {
  left: 12.5%; }

.push--two-eighths {
  left: 25%; }

.push--three-eighths {
  left: 37.5%; }

.push--four-eighths {
  left: 50%; }

.push--five-eighths {
  left: 62.5%; }

.push--six-eighths {
  left: 75%; }

.push--seven-eighths {
  left: 87.5%; }

/* Tenths */
.push--one-tenth {
  left: 10%; }

.push--two-tenths {
  left: 20%; }

.push--three-tenths {
  left: 30%; }

.push--four-tenths {
  left: 40%; }

.push--five-tenths {
  left: 50%; }

.push--six-tenths {
  left: 60%; }

.push--seven-tenths {
  left: 70%; }

.push--eight-tenths {
  left: 80%; }

.push--nine-tenths {
  left: 90%; }

/* Twelfths */
.push--one-twelfth {
  left: 8.333%; }

.push--two-twelfths {
  left: 16.666%; }

.push--three-twelfths {
  left: 25%; }

.push--four-twelfths {
  left: 33.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--six-twelfths {
  left: 50%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eight-twelfths {
  left: 66.666%; }

.push--nine-twelfths {
  left: 75%; }

.push--ten-twelfths {
  left: 83.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium--one-third {
    left: 33.333%; }

  .push--medium--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium--one-quarter {
    left: 25%; }

  .push--medium--two-quarters {
    left: 50%; }

  .push--medium--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium--one-fifth {
    left: 20%; }

  .push--medium--two-fifths {
    left: 40%; }

  .push--medium--three-fifths {
    left: 60%; }

  .push--medium--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%; }

  .push--medium--two-sixths {
    left: 33.333%; }

  .push--medium--three-sixths {
    left: 50%; }

  .push--medium--four-sixths {
    left: 66.666%; }

  .push--medium--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium--one-eighth {
    left: 12.5%; }

  .push--medium--two-eighths {
    left: 25%; }

  .push--medium--three-eighths {
    left: 37.5%; }

  .push--medium--four-eighths {
    left: 50%; }

  .push--medium--five-eighths {
    left: 62.5%; }

  .push--medium--six-eighths {
    left: 75%; }

  .push--medium--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium--one-tenth {
    left: 10%; }

  .push--medium--two-tenths {
    left: 20%; }

  .push--medium--three-tenths {
    left: 30%; }

  .push--medium--four-tenths {
    left: 40%; }

  .push--medium--five-tenths {
    left: 50%; }

  .push--medium--six-tenths {
    left: 60%; }

  .push--medium--seven-tenths {
    left: 70%; }

  .push--medium--eight-tenths {
    left: 80%; }

  .push--medium--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%; }

  .push--medium--two-twelfths {
    left: 16.666%; }

  .push--medium--three-twelfths {
    left: 25%; }

  .push--medium--four-twelfths {
    left: 33.333%; }

  .push--medium--five-twelfths {
    left: 41.666%; }

  .push--medium--six-twelfths {
    left: 50%; }

  .push--medium--seven-twelfths {
    left: 58.333%; }

  .push--medium--eight-twelfths {
    left: 66.666%; }

  .push--medium--nine-twelfths {
    left: 75%; }

  .push--medium--ten-twelfths {
    left: 83.333%; }

  .push--medium--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (max-width: 768px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium-down--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%; }

  .push--medium-down--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%; }

  .push--medium-down--two-quarters {
    left: 50%; }

  .push--medium-down--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%; }

  .push--medium-down--two-fifths {
    left: 40%; }

  .push--medium-down--three-fifths {
    left: 60%; }

  .push--medium-down--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%; }

  .push--medium-down--two-sixths {
    left: 33.333%; }

  .push--medium-down--three-sixths {
    left: 50%; }

  .push--medium-down--four-sixths {
    left: 66.666%; }

  .push--medium-down--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium-down--one-eighth {
    left: 12.5%; }

  .push--medium-down--two-eighths {
    left: 25%; }

  .push--medium-down--three-eighths {
    left: 37.5%; }

  .push--medium-down--four-eighths {
    left: 50%; }

  .push--medium-down--five-eighths {
    left: 62.5%; }

  .push--medium-down--six-eighths {
    left: 75%; }

  .push--medium-down--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium-down--one-tenth {
    left: 10%; }

  .push--medium-down--two-tenths {
    left: 20%; }

  .push--medium-down--three-tenths {
    left: 30%; }

  .push--medium-down--four-tenths {
    left: 40%; }

  .push--medium-down--five-tenths {
    left: 50%; }

  .push--medium-down--six-tenths {
    left: 60%; }

  .push--medium-down--seven-tenths {
    left: 70%; }

  .push--medium-down--eight-tenths {
    left: 80%; }

  .push--medium-down--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%; }

  .push--medium-down--two-twelfths {
    left: 16.666%; }

  .push--medium-down--three-twelfths {
    left: 25%; }

  .push--medium-down--four-twelfths {
    left: 33.333%; }

  .push--medium-down--five-twelfths {
    left: 41.666%; }

  .push--medium-down--six-twelfths {
    left: 50%; }

  .push--medium-down--seven-twelfths {
    left: 58.333%; }

  .push--medium-down--eight-twelfths {
    left: 66.666%; }

  .push--medium-down--nine-twelfths {
    left: 75%; }

  .push--medium-down--ten-twelfths {
    left: 83.333%; }

  .push--medium-down--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 769px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%; }

  /* Halves */
  .push--large--one-half {
    left: 50%; }

  /* Thirds */
  .push--large--one-third {
    left: 33.333%; }

  .push--large--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--large--one-quarter {
    left: 25%; }

  .push--large--two-quarters {
    left: 50%; }

  .push--large--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--large--one-fifth {
    left: 20%; }

  .push--large--two-fifths {
    left: 40%; }

  .push--large--three-fifths {
    left: 60%; }

  .push--large--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%; }

  .push--large--two-sixths {
    left: 33.333%; }

  .push--large--three-sixths {
    left: 50%; }

  .push--large--four-sixths {
    left: 66.666%; }

  .push--large--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--large--one-eighth {
    left: 12.5%; }

  .push--large--two-eighths {
    left: 25%; }

  .push--large--three-eighths {
    left: 37.5%; }

  .push--large--four-eighths {
    left: 50%; }

  .push--large--five-eighths {
    left: 62.5%; }

  .push--large--six-eighths {
    left: 75%; }

  .push--large--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--large--one-tenth {
    left: 10%; }

  .push--large--two-tenths {
    left: 20%; }

  .push--large--three-tenths {
    left: 30%; }

  .push--large--four-tenths {
    left: 40%; }

  .push--large--five-tenths {
    left: 50%; }

  .push--large--six-tenths {
    left: 60%; }

  .push--large--seven-tenths {
    left: 70%; }

  .push--large--eight-tenths {
    left: 80%; }

  .push--large--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%; }

  .push--large--two-twelfths {
    left: 16.666%; }

  .push--large--three-twelfths {
    left: 25%; }

  .push--large--four-twelfths {
    left: 33.333%; }

  .push--large--five-twelfths {
    left: 41.666%; }

  .push--large--six-twelfths {
    left: 50%; }

  .push--large--seven-twelfths {
    left: 58.333%; }

  .push--large--eight-twelfths {
    left: 66.666%; }

  .push--large--nine-twelfths {
    left: 75%; }

  .push--large--ten-twelfths {
    left: 83.333%; }

  .push--large--eleven-twelfths {
    left: 91.666%; } }
/*============================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
/*============================================================================
  #Basic Styles
==============================================================================*/
body:not(.template-index) {
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

.wrapper, .charge_rabbit, .sky-pilot {
  *zoom: 1;
  max-width: 1322px;
  margin: 0 auto;
  padding: 0 15px; }
  .wrapper::after, .charge_rabbit::after, .sky-pilot::after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (min-width: 480px) {
    .wrapper, .charge_rabbit, .sky-pilot {
      padding: 0 30px; } }

.main-content {
  display: block;
  padding-bottom: 120px; }

/*================ Section Headers ================*/
.section-header {
  margin-bottom: 20px; }

@media screen and (min-width: 769px) {
  .section-header {
    display: table;
    width: 100%; }

  .section-header__title {
    margin-bottom: 12px; }

  .section-header__left {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0; }
    .section-header__left h1, .section-header__left .h1, .section-header__left .h1--body, .section-header__left h2, .section-header__left .h2, .section-header__left .h2--body, .section-header__left h3, .section-header__left .h3, .section-header__left .h3--body, .section-header__left .sky-pilot-access-denied h5, .sky-pilot-access-denied .section-header__left h5, .section-header__left .sky-pilot-access-denied .h5, .sky-pilot-access-denied .section-header__left .h5, .section-header__left .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .section-header__left .h5--body, .section-header__left h4, .section-header__left .h4, .section-header__left .h4--body,
    .section-header__left .h1, .section-header__left .h2, .section-header__left .h3, .section-header__left .h4 {
      margin-bottom: 0; }

  .section-header__right {
    display: table-cell;
    vertical-align: middle;
    text-align: right; } }
  @media screen and (min-width: 769px) and (max-width: 768px) {
    .section-header__right {
      margin-bottom: 30px; } }

.section-header__right .btn, .section-header__right .btn--secondary, .section-header__right input[type="submit"], .section-header__right .spr-summary-actions-newreview, .section-header__right .sky-pilot-access-denied a, .sky-pilot-access-denied .section-header__right a, .section-header__right .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .section-header__right a#login_link, .section-header__right .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .section-header__right a#signup_link, .section-header__right .charge_rabbit a.update-card-link, .charge_rabbit .section-header__right a.update-card-link, .section-header__right .charge_rabbit a.update-address-link, .charge_rabbit .section-header__right a.update-address-link, .section-header__right .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .section-header__right a, .section-header__right .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .section-header__right a, .section-header__right .charge_rabbit a.cancel-subscription-link, .charge_rabbit .section-header__right a.cancel-subscription-link {
  margin-top: 3px !important; }
.section-header__right .form-horizontal,
.section-header__right .collection-view {
  display: inline-block;
  vertical-align: middle; }
@media screen and (min-width: 481px) {
  .section-header__right label + select,
  .section-header__right .collection-view {
    margin-left: 15px; } }

.collection-view {
  display: inline-block;
  border: 1px solid #f7f7f7;
  border-radius: 2px;
  padding: 0 5px;
  height: 37px;
  overflow: hidden;
  /*================ Only show on larger screens ================*/ }
  @media screen and (min-width: 769px) {
    .collection-view {
      display: inline-block; } }

.change-view {
  display: block;
  background: none;
  border: 0 none;
  float: left;
  padding: 10px 8px;
  color: #f7f7f7;
  line-height: 1; }
  .change-view:hover, .change-view:focus {
    color: #656565; }

.change-view--active {
  cursor: default;
  color: #656565; }

/*============================================================================
  #Typography
==============================================================================*/
body,
input,
textarea,
button,
select {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  color: #010101;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

h1, .h1, .h1--body, h2, .h2, .h2--body, h3, .h3, .h3--body, .sky-pilot-access-denied h5, .sky-pilot-access-denied .h5, .sky-pilot-access-denied .h5--body, h4, .h4, .h4--body, h5, .h5, .h5--body, h6, .h6, .h6--body {
  font-weight: normal;
  margin: 0 0 0.75em;
  line-height: 1.4; }
  h1 a, .h1 a, .h1--body a, h2 a, .h2 a, .h2--body a, h3 a, .h3 a, .h3--body a, .sky-pilot-access-denied h5 a, .sky-pilot-access-denied .h5 a, .sky-pilot-access-denied .h5--body a, h4 a, .h4 a, .h4--body a, h5 a, .h5 a, .h5--body a, h6 a, .h6 a, .h6--body a {
    text-decoration: none;
    font-weight: inherit; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1, .h1--body {
  font-size: 2.57143em; }
  @media screen and (max-width: 480px) {
    h1, .h1, .h1--body {
      font-size: 2em; } }

h2, .h2, .h2--body {
  font-size: 2em; }
  @media screen and (max-width: 480px) {
    h2, .h2, .h2--body {
      font-size: 1.57143em; } }

h3, .h3, .h3--body, .sky-pilot-access-denied h5, .sky-pilot-access-denied .h5, .sky-pilot-access-denied .h5--body {
  font-size: 1.57143em; }
  @media screen and (max-width: 480px) {
    h3, .h3, .h3--body, .sky-pilot-access-denied h5, .sky-pilot-access-denied .h5, .sky-pilot-access-denied .h5--body {
      font-size: 1.42857em; } }

h4, .h4, .h4--body {
  font-size: 1.42857em; }
  @media screen and (max-width: 480px) {
    h4, .h4, .h4--body {
      font-size: 1.28571em; } }

h5, .h5, .h5--body {
  font-size: 1.14286em; }

h6, .h6, .h6--body {
  font-size: 1em; }

.h1--body,
.h2--body,
.h3--body,
.h4--body,
.h5--body,
.h6--body {
  text-transform: none;
  letter-spacing: 0px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif; }

p {
  margin: 0 0 15px 0; }
  p img {
    margin: 0; }

em,
.em {
  font-style: italic; }

b, strong, .strong {
  font-weight: bold; }

small,
.small {
  font-size: 0.9em; }

sup, sub, .sup, .sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup, .sup {
  top: -0.5em; }

sub, .sub {
  bottom: -0.5em; }

s, .s {
  text-decoration: line-through;
  opacity: 0.5; }

/*================ Blockquotes ================*/
blockquote {
  font-size: 1.125em;
  line-height: 1.71;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #f7f7f7; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 15px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: '\2014 \0020'; }

/*================ Code ================*/
code, pre {
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  border-left: 1px solid #f7f7f7;
  padding: 0 2px; }

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px; }

.unicode-dot {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS, Arial";
  margin: 0 2px; }

.lt-ie9 .unicode {
  display: none; }

/*================ Horizontal Rules ================*/
hr {
  clear: both;
  border-top: solid #f7f7f7;
  border-width: 1px 0 0;
  margin: 30px 0;
  height: 0; }
  hr.hr--small {
    margin: 15px 0; }
  hr.hr--double {
    margin: 60px 0; }
  hr.hr--clear {
    border-top-color: transparent; }
  hr.hr--dash {
    margin: 30px auto;
    width: 80px; }
  hr.hr--thick {
    border-width: 2px 0 0; }
  hr.hr--underline {
    margin-top: 10px;
    margin-bottom: 20px; }

/*============================================================================
  #Lists
==============================================================================*/
ul, ol {
  margin: 0 0 30px;
  padding: 0; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

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

li {
  margin-bottom: 0.25em; }

ol, ul.square, ul.disc, .rte ul {
  margin-left: 20px; }

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

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

ol.alpha {
  list-style: lower-alpha outside; }

.inline-list li {
  display: inline-block;
  margin-bottom: 0; }

/*============================================================================
  #Icons
==============================================================================*/
.icon-fallback-text .icon, .icon-fallback-text .slick-next, .icon-fallback-text .slick-prev {
  display: none; }
  .supports-fontface .icon-fallback-text .icon, .supports-fontface .icon-fallback-text .slick-next, .supports-fontface .icon-fallback-text .slick-prev {
    display: inline-block; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.icon:before, .slick-next:before, .slick-prev:before {
  display: none; }

.supports-fontface .icon:before, .supports-fontface .slick-next:before, .supports-fontface .slick-prev:before {
  display: inline;
  font-family: "icons";
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*================ Icon mapping ================*/
.icon-amazon_payments:before {
  content: "\e800"; }

.icon-american_express:before {
  content: "\41"; }

.icon-apple_pay:before {
  content: "\e90c"; }

.icon-arrow-down:before {
  content: "\e607"; }

.icon-arrow-left:before, .slick-prev:before {
  content: "\e901"; }

.icon-arrow-right:before, .slick-next:before {
  content: "\e902"; }

.icon-bitcoin:before {
  content: "\42"; }

.icon-cart:before {
  content: "\e600"; }

.icon-cirrus:before {
  content: "\e904"; }

.icon-customer:before {
  content: "\e605"; }

.icon-dankort:before {
  content: "\64"; }

.icon-diners_club:before {
  content: "\63"; }

.icon-discover:before {
  content: "\44"; }

.icon-dogecoin:before {
  content: "\e908"; }

.icon-dwolla:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e609"; }

.icon-fancy:before {
  content: "\46"; }

.icon-forbrugsforeningen:before {
  content: "\e905"; }

.icon-google_plus:before {
  content: "\e90a"; }

.icon-hamburger:before {
  content: "\e601"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-interac:before {
  content: "\49"; }

.icon-jcb:before {
  content: "\4a"; }

.icon-litecoin:before {
  content: "\e909"; }

.icon-maestro:before {
  content: "\e906"; }

.icon-master:before {
  content: "\e90b"; }

.icon-minus:before {
  content: "\e602"; }

.icon-paypal:before {
  content: "\50"; }

.icon-pinterest:before {
  content: "\e608"; }

.icon-plus:before {
  content: "\e603"; }

.icon-rss:before {
  content: "\72"; }

.icon-search:before {
  content: "\73"; }

.icon-shopify_pay:before {
  content: "\e900"; }

.icon-snapchat:before {
  content: "\e90d"; }

.icon-tumblr:before {
  content: "\74"; }

.icon-twitter:before {
  content: "\54"; }

.icon-vimeo:before {
  content: "\76"; }

.icon-visa:before {
  content: "\56"; }

.icon-x:before {
  content: "\e604"; }

.icon-youtube:before {
  content: "\79"; }

.payment-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons li {
    margin: 0 7.5px 7.5px;
    color: #f7f7f7;
    cursor: default; }
  .payment-icons .icon, .payment-icons .slick-next, .payment-icons .slick-prev {
    font-size: 30px;
    line-height: 20px; }
  .payment-icons .fallback-text {
    text-transform: capitalize; }

.social-icons li {
  margin: 0 15px 15px;
  vertical-align: middle; }
  @media screen and (min-width: 481px) {
    .social-icons li {
      margin-left: 0; } }
  .social-icons li .icon, .social-icons li .slick-next, .social-icons li .slick-prev {
    font-size: 26px;
    line-height: 20px; }
  .social-icons li a {
    color: #f7f7f7; }
    .social-icons li a:hover {
      color: #dedede; }

/*============================================================================
  #Rich Text Editor
==============================================================================*/
.rte {
  margin-bottom: 15px;
  word-wrap: break-word; }
  .rte h1, .rte .h1, .rte .h1--body, .rte h2, .rte .h2, .rte .h2--body, .rte h3, .rte .h3, .rte .h3--body, .rte .sky-pilot-access-denied h5, .sky-pilot-access-denied .rte h5, .rte .sky-pilot-access-denied .h5, .sky-pilot-access-denied .rte .h5, .rte .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .rte .h5--body, .rte h4, .rte .h4, .rte .h4--body, .rte h5, .rte .h5, .rte .h5--body, .rte h6, .rte .h6, .rte .h6--body {
    margin-top: 1.5em; }
    .rte h1:first-child, .rte .h1:first-child, .rte .h1--body:first-child, .rte h2:first-child, .rte .h2:first-child, .rte .h2--body:first-child, .rte h3:first-child, .rte .h3:first-child, .rte .h3--body:first-child, .rte .sky-pilot-access-denied h5:first-child, .sky-pilot-access-denied .rte h5:first-child, .rte .sky-pilot-access-denied .h5:first-child, .sky-pilot-access-denied .rte .h5:first-child, .rte .sky-pilot-access-denied .h5--body:first-child, .sky-pilot-access-denied .rte .h5--body:first-child, .rte h4:first-child, .rte .h4:first-child, .rte .h4--body:first-child, .rte h5:first-child, .rte .h5:first-child, .rte .h5--body:first-child, .rte h6:first-child, .rte .h6:first-child, .rte .h6--body:first-child {
      margin-top: 0; }
  .rte > div {
    margin-bottom: 15px; }
  .rte ul, .rte ol {
    margin-left: 35px; }
  .rte ul ul, .rte ol ul {
    list-style-type: circle; }
  .rte ol ol ul, .rte ol ul ul, .rte ul ol ul, .rte ul ul ul {
    list-style-type: square; }
  .rte li {
    margin-bottom: 0.4em; }
  .rte img {
    max-width: 100%;
    height: auto; }
  .rte img[style*="float: left"],
  .rte img[style*="float:left"] {
    margin-right: 15px; }
  .rte img[style*="float: right"],
  .rte img[style*="float:right"] {
    margin-left: 15px; }

.rte--header {
  margin-bottom: 0; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.columns {
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  -webkit-columns: 2 240px;
  -moz-columns: 2 240px;
  columns: 2 240px; }

/*============================================================================
  #Tables
==============================================================================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

table.full {
  width: 100%;
  margin-bottom: 1em; }

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

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

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 15px; }

/* Responsive tables for IE9+ */
@media screen and (max-width: 480px) {
  html:not(.lt-ie9) .table--responsive thead {
    display: none; }
  html:not(.lt-ie9) .table--responsive tr {
    display: block; }
  html:not(.lt-ie9) .table--responsive tbody {
    border-top: 1px solid #f7f7f7; }
  html:not(.lt-ie9) .table--responsive tbody td:not(:first-child) {
    border-top: 1px solid rgba(247, 247, 247, 0.2); }
  html:not(.lt-ie9) .table--responsive tfoot {
    border-top: 1px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7; }
  html:not(.lt-ie9) .table--responsive tr,
  html:not(.lt-ie9) .table--responsive td {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: none; }
  html:not(.lt-ie9) .table--responsive th,
  html:not(.lt-ie9) .table--responsive td {
    display: block;
    text-align: right;
    padding: 10px; }
  html:not(.lt-ie9) .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    font-size: 12px;
    padding-right: 10px; } }
@media screen and (max-width: 480px) {
  html:not(.lt-ie9) .table--small-hide {
    display: none !important; }
  html:not(.lt-ie9) .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    html:not(.lt-ie9) .table__section + .table__section:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #f7f7f7; } }

/*============================================================================
  #Links and Buttons
==============================================================================*/
a,
.text-link {
  color: #656565;
  text-decoration: underline;
  background: transparent; }

a:hover,
a:focus {
  color: #8b8b8b; }

button {
  overflow: visible; }

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

.btn, .btn--secondary,
input.btn--secondary, input[type="submit"], .spr-summary-actions-newreview, .sky-pilot-access-denied a, .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit a.update-card-link, .charge_rabbit a.update-address-link, .charge_rabbit .continue_shopping a, .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit a.cancel-subscription-link {
  display: inline-block;
  padding: 8px 10px;
  margin: 0;
  line-height: 1.42;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  background-color: #656565;
  color: white; }
  .btn:hover, .btn--secondary:hover, input[type="submit"]:hover, .spr-summary-actions-newreview:hover, .sky-pilot-access-denied a:hover, .charge_rabbit .login_or_signup a#login_link:hover, .charge_rabbit .login_or_signup a#signup_link:hover, .charge_rabbit a.update-card-link:hover, .charge_rabbit a.update-address-link:hover, .charge_rabbit .continue_shopping a:hover, .charge_rabbit .cancel-subscription-wrapper a:hover, .charge_rabbit a.cancel-subscription-link:hover {
    background-color: #4c4c4c;
    color: white; }
  .btn:active, .btn--secondary:active, input[type="submit"]:active, .spr-summary-actions-newreview:active, .sky-pilot-access-denied a:active, .charge_rabbit .login_or_signup a#login_link:active, .charge_rabbit .login_or_signup a#signup_link:active, .charge_rabbit a.update-card-link:active, .charge_rabbit a.update-address-link:active, .charge_rabbit .continue_shopping a:active, .charge_rabbit .cancel-subscription-wrapper a:active, .charge_rabbit a.cancel-subscription-link:active, .btn:focus, .btn--secondary:focus, input[type="submit"]:focus, .spr-summary-actions-newreview:focus, .sky-pilot-access-denied a:focus, .charge_rabbit .login_or_signup a#login_link:focus, .charge_rabbit .login_or_signup a#signup_link:focus, .charge_rabbit a.update-card-link:focus, .charge_rabbit a.update-address-link:focus, .charge_rabbit .continue_shopping a:focus, .charge_rabbit .cancel-subscription-wrapper a:focus, .charge_rabbit a.cancel-subscription-link:focus {
    background-color: #585858;
    color: white;
    outline: none; }
  .btn[disabled], [disabled].btn--secondary, input[disabled][type="submit"], [disabled].spr-summary-actions-newreview, .sky-pilot-access-denied a[disabled], .charge_rabbit .login_or_signup a[disabled]#login_link, .charge_rabbit .login_or_signup a[disabled]#signup_link, .charge_rabbit a[disabled].update-card-link, .charge_rabbit a[disabled].update-address-link, .charge_rabbit .continue_shopping a[disabled], .charge_rabbit .cancel-subscription-wrapper a[disabled], .charge_rabbit a[disabled].cancel-subscription-link, .btn.disabled, .disabled.btn--secondary, input.disabled[type="submit"], .disabled.spr-summary-actions-newreview, .sky-pilot-access-denied a.disabled, .charge_rabbit .login_or_signup a.disabled#login_link, .charge_rabbit .login_or_signup a.disabled#signup_link, .charge_rabbit a.disabled.update-card-link, .charge_rabbit a.disabled.update-address-link, .charge_rabbit .continue_shopping a.disabled, .charge_rabbit .cancel-subscription-wrapper a.disabled, .charge_rabbit a.disabled.cancel-subscription-link {
    cursor: default;
    color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3); }
    .btn[disabled]:hover, [disabled].btn--secondary:hover, input[disabled][type="submit"]:hover, [disabled].spr-summary-actions-newreview:hover, .sky-pilot-access-denied a[disabled]:hover, .charge_rabbit .login_or_signup a[disabled]#login_link:hover, .charge_rabbit .login_or_signup a[disabled]#signup_link:hover, .charge_rabbit a[disabled].update-card-link:hover, .charge_rabbit a[disabled].update-address-link:hover, .charge_rabbit .continue_shopping a[disabled]:hover, .charge_rabbit .cancel-subscription-wrapper a[disabled]:hover, .charge_rabbit a[disabled].cancel-subscription-link:hover, .btn.disabled:hover, .disabled.btn--secondary:hover, input.disabled[type="submit"]:hover, .disabled.spr-summary-actions-newreview:hover, .sky-pilot-access-denied a.disabled:hover, .charge_rabbit .login_or_signup a.disabled#login_link:hover, .charge_rabbit .login_or_signup a.disabled#signup_link:hover, .charge_rabbit a.disabled.update-card-link:hover, .charge_rabbit a.disabled.update-address-link:hover, .charge_rabbit .continue_shopping a.disabled:hover, .charge_rabbit .cancel-subscription-wrapper a.disabled:hover, .charge_rabbit a.disabled.cancel-subscription-link:hover {
      color: rgba(0, 0, 0, 0.3) !important;
      background-color: rgba(0, 0, 0, 0.3) !important; }

.btn--secondary,
input.btn--secondary {
  background-color: white;
  border: 1px solid #010101;
  color: #010101; }
  .btn--secondary:hover,
  input.btn--secondary:hover {
    background-color: #51a94f;
    color: #010101; }
  .btn--secondary:focus, .btn--secondary:active,
  input.btn--secondary:focus,
  input.btn--secondary:active {
    background-color: #489747;
    color: #010101; }

.btn--small {
  padding: 6px 7px;
  font-size: 0.71429em; }

.btn--large {
  padding: 12px 20px;
  font-size: 1em; }

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

.btn--clear {
  background-color: transparent;
  color: #656565;
  border: 1px solid #656565; }
  .btn--clear:hover, .btn--clear:focus, .btn--clear:active {
    color: #656565;
    background-color: rgba(64, 134, 63, 0.3); }
  .btn--clear.disabled {
    border: 1px solid rgba(0, 0, 0, 0.3); }

.lt-ie9 .btn--clear:hover {
  background-color: #40863f; }

.btn--splash {
  background-color: #40863f; }
  .btn--splash:hover, .btn--splash:focus, .btn--splash:active {
    background-color: #2f632f; }

.btn--square {
  border-radius: 0px !important; }

.btn--outline {
  background-color: #FFFFFF;
  border: 1px solid #656565;
  box-shadow: 0 0 0 8px #FFFFFF;
  color: #656565;
  margin: 8px; }
  .btn--outline:hover, .btn--outline:focus, .btn--outline:active {
    color: #40863f;
    background-color: #FFFFFF; }

.add-to-cart__wrapper .btn--large {
  font-size: 14px;
  padding: 22px 20px;
  line-height: 0; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

.shopify-product-form {
  max-width: 400px;
  margin: 0 auto; }

.shopify-payment-button .shopify-payment-button__button {
  margin-top: 15px;
  border-radius: 2px;
  overflow: hidden; }

.variant--soldout .shopify-payment-button,
.variant--unavailabe .shopify-payment-button {
  opacity: 0; }

.shopify-payment-button {
  transition: opacity 0.4s ease-out; }

.shopify-payment-button .shopify-payment-button__button--unbranded {
  padding: 16px 20px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  background-color: #40863f;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: #2f632f; }
  .shopify-payment-button .shopify-payment-button__button--unbranded:active, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    background-color: #2c5c2b;
    outline: none; }

.shopify-payment-button .shopify-payment-button__more-options:active {
  text-decoration: underline;
  outline: none;
  transform: translateY(1px); }

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

input,
textarea,
button,
select {
  font-size: 1em; }

@media screen and (max-width: 768px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

input,
textarea,
select,
fieldset {
  border-radius: 2px;
  max-width: 100%; }
  input.input-full,
  textarea.input-full,
  select.input-full,
  fieldset.input-full {
    width: 100%; }

input,
select,
textarea {
  padding: 8px 10px;
  line-height: 1.42; }

fieldset {
  border: 1px solid #f7f7f7;
  padding: 15px; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

input {
  display: inline-block;
  width: auto; }

button,
input[type="submit"] {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.hidden-label {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

/*================ Input width and border ================*/
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea,
select {
  border: 1px solid #f7f7f7;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 1em;
  background-color: transparent;
  outline: none; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="file"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #dedede;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
  input[type="text"][disabled], input[type="text"].disabled,
  input[type="search"][disabled],
  input[type="search"].disabled,
  input[type="password"][disabled],
  input[type="password"].disabled,
  input[type="email"][disabled],
  input[type="email"].disabled,
  input[type="file"][disabled],
  input[type="file"].disabled,
  input[type="number"][disabled],
  input[type="number"].disabled,
  input[type="tel"][disabled],
  input[type="tel"].disabled,
  input[type="url"][disabled],
  input[type="url"].disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3); }

textarea {
  min-height: 100px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//www.shinyleaf.com/cdn/shop/t/5/assets/ico-select.svg?v=69169635216829283601551686073");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

option {
  color: #000;
  background-color: #fff; }

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

/*================ Form labels ================*/
label,
legend {
  display: block;
  margin-bottom: 2px;
  font-weight: bold; }
  label.inline,
  legend.inline {
    display: inline; }
  .form-horizontal label.label--hidden, label.label--hidden, .form-horizontal
  legend.label--hidden,
  legend.label--hidden {
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden; }
    .ie9 .form-horizontal label.label--hidden, .lt-ie9 .form-horizontal label.label--hidden, .ie9 label.label--hidden, .lt-ie9 label.label--hidden, .ie9 .form-horizontal
    legend.label--hidden, .lt-ie9 .form-horizontal
    legend.label--hidden, .ie9
    legend.label--hidden, .lt-ie9
    legend.label--hidden {
      height: auto;
      width: auto;
      margin-bottom: 2px;
      overflow: visible; }

/* After Payment  - Product Page */
p.afterpay-paragraph {
  background: rgba(51, 51, 51, 0.06);
  border-radius: 10px;
  padding: 10px 10px 13px;
  max-width: 320px;
  margin: 0 auto;
  font-size: 11px;
  margin: 15px auto 15px;
  line-height: 100%;
  color: black; }
  p.afterpay-paragraph img {
    width: 75px !important;
    max-width: 100%;
    height: auto;
    margin: 5px 3px;
    filter: grayscale(100); }
  p.afterpay-paragraph a.afterpay-link {
    margin-top: 10px;
    font-size: 10px !important;
    margin-left: 10px;
    color: #333; }
  p.afterpay-paragraph u.afterpay-link-inner {
    font-size: 10px !important; }

p.cart__footer__text p.afterpay-paragraph {
  margin: 15px 0px 0px auto;
  text-align: right; }

/* .After Payment  - Product Page */
/*================ We don't want the same label treatment for checkboxes/radios ================*/
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal; }

label[for] {
  cursor: pointer; }

.label-hint {
  color: #999; }

/*================ Horizontal Form ================*/
form.form-horizontal,
.form-horizontal {
  margin-bottom: 0; }
  form.form-horizontal input[type="text"],
  form.form-horizontal input[type="search"],
  form.form-horizontal input[type="password"],
  form.form-horizontal input[type="email"],
  form.form-horizontal input[type="file"],
  form.form-horizontal input[type="number"],
  form.form-horizontal input[type="tel"],
  form.form-horizontal input[type="url"],
  form.form-horizontal textarea,
  form.form-horizontal select,
  form.form-horizontal label,
  .form-horizontal input[type="text"],
  .form-horizontal input[type="search"],
  .form-horizontal input[type="password"],
  .form-horizontal input[type="email"],
  .form-horizontal input[type="file"],
  .form-horizontal input[type="number"],
  .form-horizontal input[type="tel"],
  .form-horizontal input[type="url"],
  .form-horizontal textarea,
  .form-horizontal select,
  .form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto; }

/*================ Error styles ================*/
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="url"].error,
textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e; }

label.error {
  color: #d02e2e; }

/*================ Input Group ================*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .input-group-field:first-child,
  .input-group .input-group-btn:first-child,
  .input-group .input-group-btn:first-child > .btn,
  .input-group .input-group-btn:first-child > .btn--secondary,
  .input-group .input-group-btn:first-child > input[type="submit"],
  .input-group .input-group-btn:first-child > .spr-summary-actions-newreview,
  .input-group .sky-pilot-access-denied .input-group-btn:first-child > a,
  .sky-pilot-access-denied .input-group .input-group-btn:first-child > a,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:first-child > a#login_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:first-child > a#login_link,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:first-child > a#signup_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:first-child > a#signup_link,
  .input-group .charge_rabbit .input-group-btn:first-child > a.update-card-link,
  .charge_rabbit .input-group .input-group-btn:first-child > a.update-card-link,
  .input-group .charge_rabbit .input-group-btn:first-child > a.update-address-link,
  .charge_rabbit .input-group .input-group-btn:first-child > a.update-address-link,
  .input-group .charge_rabbit .continue_shopping .input-group-btn:first-child > a,
  .charge_rabbit .continue_shopping .input-group .input-group-btn:first-child > a,
  .input-group .charge_rabbit .cancel-subscription-wrapper .input-group-btn:first-child > a,
  .charge_rabbit .cancel-subscription-wrapper .input-group .input-group-btn:first-child > a,
  .input-group .charge_rabbit .input-group-btn:first-child > a.cancel-subscription-link,
  .charge_rabbit .input-group .input-group-btn:first-child > a.cancel-subscription-link,
  .input-group input[type="hidden"]:first-child + .input-group-field,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--secondary,
  .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"],
  .input-group input[type="hidden"]:first-child + .input-group-btn > .spr-summary-actions-newreview,
  .input-group .sky-pilot-access-denied input[type="hidden"]:first-child + .input-group-btn > a,
  .sky-pilot-access-denied .input-group input[type="hidden"]:first-child + .input-group-btn > a,
  .input-group .charge_rabbit .login_or_signup input[type="hidden"]:first-child + .input-group-btn > a#login_link,
  .charge_rabbit .login_or_signup .input-group input[type="hidden"]:first-child + .input-group-btn > a#login_link,
  .input-group .charge_rabbit .login_or_signup input[type="hidden"]:first-child + .input-group-btn > a#signup_link,
  .charge_rabbit .login_or_signup .input-group input[type="hidden"]:first-child + .input-group-btn > a#signup_link,
  .input-group .charge_rabbit input[type="hidden"]:first-child + .input-group-btn > a.update-card-link,
  .charge_rabbit .input-group input[type="hidden"]:first-child + .input-group-btn > a.update-card-link,
  .input-group .charge_rabbit input[type="hidden"]:first-child + .input-group-btn > a.update-address-link,
  .charge_rabbit .input-group input[type="hidden"]:first-child + .input-group-btn > a.update-address-link,
  .input-group .charge_rabbit .continue_shopping input[type="hidden"]:first-child + .input-group-btn > a,
  .charge_rabbit .continue_shopping .input-group input[type="hidden"]:first-child + .input-group-btn > a,
  .input-group .charge_rabbit .cancel-subscription-wrapper input[type="hidden"]:first-child + .input-group-btn > a,
  .charge_rabbit .cancel-subscription-wrapper .input-group input[type="hidden"]:first-child + .input-group-btn > a,
  .input-group .charge_rabbit input[type="hidden"]:first-child + .input-group-btn > a.cancel-subscription-link,
  .charge_rabbit .input-group input[type="hidden"]:first-child + .input-group-btn > a.cancel-subscription-link {
    border-radius: 2px 0 0 2px; }
  .input-group .input-group-field:last-child,
  .input-group .input-group-btn:last-child > .btn,
  .input-group .input-group-btn:last-child > .btn--secondary,
  .input-group .input-group-btn:last-child > input[type="submit"],
  .input-group .input-group-btn:last-child > .spr-summary-actions-newreview,
  .input-group .sky-pilot-access-denied .input-group-btn:last-child > a,
  .sky-pilot-access-denied .input-group .input-group-btn:last-child > a,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:last-child > a#login_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:last-child > a#login_link,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:last-child > a#signup_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:last-child > a#signup_link,
  .input-group .charge_rabbit .input-group-btn:last-child > a.update-card-link,
  .charge_rabbit .input-group .input-group-btn:last-child > a.update-card-link,
  .input-group .charge_rabbit .input-group-btn:last-child > a.update-address-link,
  .charge_rabbit .input-group .input-group-btn:last-child > a.update-address-link,
  .input-group .charge_rabbit .continue_shopping .input-group-btn:last-child > a,
  .charge_rabbit .continue_shopping .input-group .input-group-btn:last-child > a,
  .input-group .charge_rabbit .cancel-subscription-wrapper .input-group-btn:last-child > a,
  .charge_rabbit .cancel-subscription-wrapper .input-group .input-group-btn:last-child > a,
  .input-group .charge_rabbit .input-group-btn:last-child > a.cancel-subscription-link,
  .charge_rabbit .input-group .input-group-btn:last-child > a.cancel-subscription-link {
    border-radius: 0 2px 2px 0; }
  .input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px; }

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group .btn, .input-group .btn--secondary, .input-group input[type="submit"], .input-group .spr-summary-actions-newreview, .input-group .sky-pilot-access-denied a, .sky-pilot-access-denied .input-group a, .input-group .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .input-group a#login_link, .input-group .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .input-group a#signup_link, .input-group .charge_rabbit a.update-card-link, .charge_rabbit .input-group a.update-card-link, .input-group .charge_rabbit a.update-address-link, .charge_rabbit .input-group a.update-address-link, .input-group .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .input-group a, .input-group .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .input-group a, .input-group .charge_rabbit a.cancel-subscription-link, .charge_rabbit .input-group a.cancel-subscription-link,
.input-group .input-group-field {
  height: 37px; }

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0; }

/*============================================================================
  #Notes and Form Feedback
==============================================================================*/
.note,
.errors {
  border-radius: 2px;
  padding: 6px 12px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left; }
  .note ul,
  .note ol,
  .errors ul,
  .errors ol {
    margin-top: 0;
    margin-bottom: 0; }
  .note li:last-child,
  .errors li:last-child {
    margin-bottom: 0; }
  .note p,
  .errors p {
    margin-bottom: 0; }

.note {
  border-color: #f7f7f7; }

.errors ul {
  list-style: disc outside;
  margin-left: 20px; }

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a; }
  .form-success a {
    color: #56ad6a;
    text-decoration: underline; }
    .form-success a:hover {
      text-decoration: none; }

.form-error,
.errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e; }
  .form-error a,
  .errors a {
    color: #d02e2e;
    text-decoration: underline; }
    .form-error a:hover,
    .errors a:hover {
      text-decoration: none; }

/*============================================================================
  #Images and Iframes
==============================================================================*/
img {
  border: 0 none; }

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

img.auto,
.grid__item img,
.grid__item iframe {
  max-width: 100%; }

.rte__video-wrapper, .sky-pilot-embed {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe, .sky-pilot-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*============================================================================
  #Helper Classes
==============================================================================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.left {
  float: left; }

.right {
  float: right; }

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

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

.hidden {
  display: none; }

.lighten {
  opacity: 0.5; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

@media screen and (min-width: 769px) {
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; } }
.page-margin, .charge_rabbit, .sky-pilot {
  padding-top: 60px; }

@media screen and (max-width: 480px) {
  .hidden-sm {
    display: none; } }
@media screen and (max-width: 768px) {
  .hidden-md-down {
    display: none; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .hidden-md {
    display: none; } }
@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none; } }
@media screen and (min-width: 769px) {
  .hidden-lg {
    display: none; } }
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

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

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

html.no-js .js {
  display: none; }

html.supports-js .no-js {
  display: none; }

html.no-js .lazyload {
  display: none; }

.lazywide {
  display: block;
  width: 100%; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  #OOCSS Media Object
    - http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
==============================================================================*/
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media-img {
  float: left;
  margin-right: 30px; }

.media-img-right {
  float: right;
  margin-left: 30px; }

.media-img img,
.media-img-right img {
  display: block; }

/*============================================================================
  This file is build around onboarding markup loaded in Shopify-built themes and Timber
    - Handles empty state hover styles with specific markup
==============================================================================*/
.helper-note {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -255px;
  max-width: 510px;
  font-size: 14px;
  background: #000;
  border: none;
  color: #fff;
  text-align: left;
  padding: 30px;
  z-index: 99999;
  opacity: 0;
  -webkit-font-smoothing: initial;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1), transform 0.5s cubic-bezier(0.45, 0, 0, 0.95);
  -moz-transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1), transform 0.5s cubic-bezier(0.45, 0, 0, 0.95);
  -ms-transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1), transform 0.5s cubic-bezier(0.45, 0, 0, 0.95);
  -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1), transform 0.5s cubic-bezier(0.45, 0, 0, 0.95);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1), transform 0.5s cubic-bezier(0.45, 0, 0, 0.95); }

@media only screen and (max-width: 509px) {
  .helper-note {
    width: 95%;
    margin-top: 10%;
    margin-left: 2.5%;
    top: 0;
    left: 0; } }
.helper-note p {
  margin-bottom: 15px;
  margin-left: 40px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300; }

.helper-note p:last-child {
  margin-bottom: 0; }

.helper-note h3, .helper-note .h3, .helper-note .h3--body, .helper-note .sky-pilot-access-denied h5, .sky-pilot-access-denied .helper-note h5, .helper-note .sky-pilot-access-denied .h5, .sky-pilot-access-denied .helper-note .h5, .helper-note .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .helper-note .h5--body {
  font-size: 19px;
  font-weight: normal;
  color: #fff;
  margin-left: 40px;
  text-transform: none; }

.helper-note a {
  color: #fff;
  text-decoration: underline; }

.helper-note a:hover,
.helper-note a:active {
  color: #ccc; }

.helper-note a.secondary-action {
  display: inline-block;
  line-height: 30px;
  color: #ccc;
  text-decoration: none; }

.helper-note a.secondary-action:hover,
.helper-note a.secondary-action:focus {
  opacity: 0.7; }

.helper-note a.admin-btn-primary {
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  min-height: 32px;
  line-height: 30px;
  padding: 0 9px;
  font-size: 14px;
  border-radius: 0px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  vertical-align: middle;
  background-color: #d86353;
  border: 1px solid #b74737;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.helper-note a.admin-btn-primary:hover,
.helper-note a.admin-btn-primary:focus {
  opacity: 0.7; }

.helper-note a.admin-btn-primary:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  background-color: #b74737;
  border-color: #b74737; }

.helper-note .helper-icon {
  float: left;
  margin-top: 4px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPmNpcmNsZSwgZWxsaXBzZSwgbGluZSwgcGF0aCwgcG9seWdvbiwgcG9seWxpbmUsIHJlY3QsIHRleHQgeyBmaWxsOiAjOThhN2I1ICFpbXBvcnRhbnQ7IH08L3N0eWxlPjxwYXRoIGZpbGw9IiM1MjYwNjYiIGQ9Ik01IDloLTN2MWgzdi0xem0xLTJoLTR2MWg0di0xem0tNCA1aDN2LTFoLTN2MXptOCAyLjA0NmwtOS4wMDItLjA0Ni0uMDA0LTloMy4wMDZ2LTNoNnYyaDF2LTEuOTU0bC0xLjA4LTEuMDQ2aC02LjkybC0yLjk5OCAyLjk4Ni0uMDAyIDExLjAxNGgxMXYtNGwtMSAxLjA0NnYyem0tNi45OTYtMTEuNjA1djEuNTg2aC0xLjYwOGwxLjYwOC0xLjU4NnptMi45ODcgOS4wNThsMi4yMDYtLjA1OSA2LjgwNS01LjU1NC0xLjY4OS0yLjEwNC02LjgwNSA1LjU1NC0uNTE3IDIuMTYzem0xLjE2OS0xLjcxNWwuODMxLS4xNTYuMTU1LjgzNS0xLjIwMS41NjUuMjE1LTEuMjQ0eiIvPjwvc3ZnPg==");
  display: inline-block;
  vertical-align: top; }

.helper-section {
  position: relative;
  clear: both; }

.helper-section:hover .helper-note {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px); }

.helper-section .helper-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.25s cubic-bezier(0.67, 0, 1, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.67, 0, 1, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.67, 0, 1, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.67, 0, 1, 1);
  transition: opacity 0.25s cubic-bezier(0.67, 0, 1, 1); }

.helper-section:hover .helper-content {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1);
  -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1); }

/*================ MODULES ================*/
/*============================================================================
  #Pagination (Including Shopify Product Reviews)
==============================================================================*/
.pagination {
  margin-bottom: 1em; }

/*================ Custom Pagination ================*/
.pagination-custom, .sky-pilot-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 30px;
  border-radius: 2px; }

.pagination-custom > li, .sky-pilot-pagination span {
  display: inline; }

.spr-pagination > div {
  display: inline-block; }

.spr-pagination .spr-pagination-page,
.spr-pagination .spr-pagination-next,
.spr-pagination .spr-pagination-prev {
  display: inline;
  position: relative; }

.pagination-custom > li > a,
.pagination-custom > li > span,
.spr-pagination-page > a,
.spr-pagination-page.is-active,
.spr-pagination .spr-pagination-deco,
.spr-pagination-next > a,
.spr-pagination-prev > a,
.sky-pilot-pagination > span > a {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42;
  text-decoration: none;
  border: 1px solid #f7f7f7; }

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span,
.spr-pagination > div > span:first-child > a,
.spr-pagination > div > span:first-child.is-active,
.sky-pilot-pagination > span:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-custom > li:last-child > a,
.pagination-custom > li:last-child > span,
.spr-pagination > div > span:last-child > a,
.spr-pagination > div > span:last-child.is-active,
.sky-pilot-pagination > span:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination-custom > li > a:hover,
.pagination-custom > li > span:hover,
.pagination-custom > li > a:focus,
.pagination-custom > li > span:focus,
.sky-pilot-pagination > span > a:hover {
  color: #40863f; }

.pagination-custom > .active > a,
.pagination-custom > .active > span,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span:focus {
  z-index: 2;
  cursor: default;
  color: #40863f; }

.pagination-custom > .disabled > span,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed; }

.pagination-custom-lg > li > a,
.pagination-custom-lg > li > span {
  padding: 10px 16px;
  font-size: 1.28571em; }

.pagination-custom-lg > li:first-child > a,
.pagination-custom-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-custom-lg > li:last-child > a,
.pagination-custom-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-custom-sm > li > a,
.pagination-custom-sm > li > span {
  padding: 5px 10px;
  font-size: 0.85714em; }

.pagination-custom-sm > li:first-child > a,
.pagination-custom-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-custom-sm > li:last-child > a,
.pagination-custom-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/*============================================================================
  #Site Header
==============================================================================*/
.info-bar--upper {
  height: auto !important; }

.info-bar {
  background-color: #6dab30;
  color: white;
  padding: 5px 0;
  min-height: 30px; }
  .info-bar a:link {
    color: white;
    text-decoration: none; }
  .info-bar a:visited,
  .info-bar a:focus,
  .info-bar a:active,
  .info-bar a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline; }
  .info-bar .wrapper, .info-bar .charge_rabbit, .info-bar .sky-pilot {
    position: relative; }
  .info-bar :after {
    position: absolute;
    z-index: 500;
    left: 0;
    top: 0;
    width: 15px;
    height: 25px; }

.header-message--crowded {
  padding: 0px;
  font-size: 13px; }

.header-account-link {
  float: left; }

.header-message {
  line-height: 20px;
  margin-bottom: 0; }

.site-header {
  position: relative;
  background-color: #fff;
  border-bottom: none;
  box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.09); }

.logo-wrapper {
  max-width: 80%; }

.header-logo {
  text-align: left;
  margin: 0; }
  .header-logo a {
    text-decoration: none;
    color: #010101; }
  .header-logo a:hover,
  .header-logo a:focus {
    text-decoration: none;
    color: black; }
  .header-logo a,
  .header-logo img {
    display: block; }

.header--small .logo-image {
  max-height: 44px; }

.header--medium .logo-image {
  max-height: 60px; }

.header--large .logo-image {
  max-height: 80px; }

.header--xl .logo-image {
  max-height: 100px; }

.header--small .nav--desktop .header-menu > ul > li > a {
  padding-top: 20px;
  padding-bottom: 20px; }

.header--medium .nav--desktop .header-menu > ul > li > a {
  padding-top: 30px;
  padding-bottom: 30px; }

.header--large .nav--desktop .header-menu > ul > li > a {
  padding-top: 40px;
  padding-bottom: 40px; }

.header--xl .nav--desktop .header-menu > ul > li > a {
  padding-top: 50px;
  padding-bottom: 50px; }

/*================ Search bar in header ================*/
.search {
  max-width: 100%;
  margin-bottom: 0;
  display: block; }

.header-search__wrapper {
  position: absolute;
  top: 0px;
  right: 15px; }
  @media screen and (min-width: 480px) {
    .header-search__wrapper {
      right: 30px; } }

.header-search {
  text-align: right;
  background-color: transparent; }
  .header-search .search-bar {
    position: relative;
    z-index: 100;
    height: 26px;
    color: #6dab30;
    font-size: 16px;
    padding: 0 25px 0 0;
    text-align: right;
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
    width: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .header-search .search-bar:focus, .header-search .search-bar:active {
      border: none;
      cursor: text;
      padding: 0;
      margin-right: 24px;
      color: white;
      background-color: #6dab30;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      box-shadow: none; }
      @media screen and (min-width: 480px) {
        .header-search .search-bar:focus, .header-search .search-bar:active {
          width: 310px; } }
      @media screen and (max-width: 480px) {
        .header-search .search-bar:focus, .header-search .search-bar:active {
          width: 480px; } }
  .header-search .search-btn {
    position: absolute;
    top: 0;
    right: 0px;
    height: 26px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 23px;
    background: url("//www.shinyleaf.com/cdn/shop/t/5/assets/search.svg?v=125824235045558824761551686205");
    background-repeat: no-repeat;
    background-position: right 3px center; }
    .header-search .search-btn:focus, .header-search .search-btn:active {
      outline: none;
      box-shadow: 0 0 5px #21340e; }
  .header-search .input-group,
  .header-search .input-group-field {
    margin-bottom: 0; }

.lt-ie9 .header-search__wrapper .header-search .search .search-bar,
.lt-ie9 .header-search__wrapper .header-search .search {
  width: 310px !important; }

.rf-search-product > div {
  font-size: 12px;
  width: 80%; }

.rf-search-product .rf-search-price {
  text-align: right;
  width: 10%; }

.rf-search-product > div.rf-search-photo-container {
  width: 10%; }

/*============================================================================
  #Site Nav and Dropdowns
==============================================================================*/
.main-menu {
  cursor: default;
  margin-bottom: 0px; }
  .main-menu ul {
    margin: 0; }
  .main-menu li {
    margin: 0;
    display: block; }
  .main-menu a {
    text-decoration: none;
    color: #010101; }
    .main-menu a:hover, .main-menu a:active, .main-menu a:focus, .main-menu a.nav-focus {
      color: #40863f; }
  .main-menu a:focus:active {
    transform: translate(0px, 1px); }
  .main-menu .main-menu--active a:focus {
    color: #275227; }

.main-menu--active > a {
  color: #40863f; }

.main-menu-dropdown {
  background-color: #FAFAFA; }

.logo-wrapper--image .header-logo {
  line-height: 0; }

/*================ Large / Small Display Logic ================*/
@media screen and (max-width: 768px) {
  .nav--mobile {
    display: block; }

  .nav--desktop {
    position: absolute;
    left: -9999px; } }
@media screen and (min-width: 768px) {
  .nav--desktop {
    position: static; }

  .nav--mobile {
    display: none; } }
.showMobile .nav--mobile {
  display: block; }
.showMobile .nav--desktop {
  position: absolute;
  left: -9999px; }

.showDesktop .nav--desktop {
  position: static; }
.showDesktop .nav--mobile {
  display: none; }

/*============================================================================
  #Small Meganav
==============================================================================*/
.nav--mobile {
  /* Add padding for fat fingers */
  /* Show a plus to expand menu, minus to contract */ }
  .nav--mobile .header-logo {
    padding: 15px 0;
    text-align: center; }
    .nav--mobile .header-logo a, .nav--mobile .header-logo img {
      display: inline-block; }
    .nav--mobile .header-logo .logo-image {
      max-width: 100%; }
  .nav--mobile .logo-wrapper {
    /* margin-left: 10%; */ }
  .nav--mobile .mobile-wrapper {
    *zoom: 1;
    position: relative; }
    .nav--mobile .mobile-wrapper::after {
      content: '';
      display: table;
      clear: both; }
  .nav--mobile .header-hamburger,
  .nav--mobile .header-cart {
    position: absolute;
    top: 50%;
    z-index: 1000;
    margin-top: -12px;
    width: 25px;
    height: 25px; }
  .nav--mobile .header-hamburger {
    left: 0;
    background: url("//www.shinyleaf.com/cdn/shop/t/5/assets/nav.svg?v=180261660639655564201551686187") no-repeat left 0 center; }
  .nav--mobile .header-cart {
    right: 0;
    background: url("//www.shinyleaf.com/cdn/shop/t/5/assets/cart.svg?v=9399647393130724671551686120") no-repeat left 0 center; }
  .nav--mobile .header-cart__bubble {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: -6px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #010101;
    color: transparent; }
  .nav--mobile .header-menu,
  .nav--mobile .main-menu-dropdown {
    display: none; }
  .nav--mobile .grandparent.main-menu--expanded > .main-menu-dropdown,
  .nav--mobile .parent.main-menu--expanded > .main-menu-dropdown,
  .nav--mobile .header-menu.main-menu--expanded {
    display: block; }
  .nav--mobile .main-menu--expanded > a {
    color: #40863f; }
  .nav--mobile .nav-carat {
    padding-right: 9px;
    padding-left: 15px;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px; }
  .nav--mobile .main-menu--expanded > .nav-carat > .plus {
    display: none; }
  .nav--mobile .main-menu--expanded > .nav-carat > .minus {
    display: block; }
  .nav--mobile .nav-carat .minus {
    display: none; }
  .nav--mobile .main-menu li a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.8em; }
  .nav--mobile .main-menu li {
    display: block;
    border-bottom: 1px solid rgba(109, 171, 48, 0.2); }
    .nav--mobile .main-menu li.main-menu--expanded {
      border-bottom: none; }
  @media screen and (max-width: 768px) {
    .nav--mobile .main-menu > li:nth-last-child(2) {
      border-bottom: none; } }
  .nav--mobile .main-menu-dropdown ul {
    margin-left: 15px; }
  .nav--mobile .meganav_image,
  .nav--mobile .cart-text-link {
    display: none !important; }
  @media screen and (min-width: 768px) {
    .nav--mobile .mobile-wrapper {
      position: initial; }
    .nav--mobile .header-hamburger {
      left: 30px; }
    .nav--mobile .header-cart {
      right: 30px; }
    .nav--mobile .header-cart__bubble {
      right: 23px; }
    .nav--mobile .header-menu {
      position: absolute;
      right: 0;
      background-color: white;
      z-index: 9000;
      border-left: 1px solid #6dab30;
      border-bottom: 1px solid #6dab30;
      min-width: 400px;
      padding: 30px; }
      .nav--mobile .header-menu.main-menu--expanded {
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight; } }

/* ie8  icon replacement*/
.lt-ie9 .nav--mobile .header-hamburger {
  background: url("//www.shinyleaf.com/cdn/shop/t/5/assets/nav.png?v=27678134035794081171581414138");
  background-position: right center;
  background-repeat: no-repeat; }

.lt-ie9 .nav--mobile .header-cart {
  background: url("//www.shinyleaf.com/cdn/shop/t/5/assets/cart.png?v=1716126564397997821559199116");
  background-position: left center;
  background-repeat: no-repeat; }

.lt-ie9 .header-search .search-bar {
  background: url("//www.shinyleaf.com/cdn/shop/t/5/assets/search.png?v=26650866564319548591559199028");
  background-position: right center;
  background-repeat: no-repeat; }

.lt-ie9 .hero-image-overlay,
.lt-ie9 .collection-image-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*============================================================================
  #Large Meganav
==============================================================================*/
.nav--desktop {
  display: table;
  width: 100%;
  /*================ Large MegaNav ================*/
  /* catch the cast where a grandparent has a child */
  /*================ Large Dropdown ================*/ }
  .nav--desktop .header-logo {
    margin-bottom: 0; }
  .nav--desktop .logo-wrapper, .nav--desktop .mobile-wrapper {
    float: none;
    display: table-cell;
    vertical-align: middle; }
  .nav--desktop .header-hamburger,
  .nav--desktop .nav-carat,
  .nav--desktop .header-cart__bubble {
    display: none !important; }
  .nav--desktop .header-menu {
    text-align: right; }
  .nav--desktop .main-menu {
    font-size: 1.1em;
    display: inline-block; }
    .nav--desktop .main-menu > li {
      display: inline-block; }
      .nav--desktop .main-menu > li > a {
        display: block;
        margin-left: 17.5px;
        white-space: nowrap;
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 0.8em; }
  .nav--desktop .main-menu-dropdown {
    text-align: left; }
    .nav--desktop .main-menu-dropdown li {
      padding-top: 7.5px; }
  .nav--desktop .grandparent > .main-menu-dropdown {
    display: none;
    position: absolute;
    background-color: #FAFAFA;
    width: 100%;
    left: 0;
    margin: 0;
    z-index: 5000;
    border-bottom: 1px solid #6dab30; }
  .nav--desktop .grandparent.hover > .main-menu-dropdown {
    display: block; }
  .nav--desktop .grandparent > .main-menu-dropdown ul {
    max-width: 1322px;
    margin: 0 auto;
    padding: 10px 30px 20px 30px;
    *zoom: 1; }
    .nav--desktop .grandparent > .main-menu-dropdown ul::after {
      content: '';
      display: table;
      clear: both; }
    .nav--desktop .grandparent > .main-menu-dropdown ul:first-child {
      padding-left: 0; }
  .nav--desktop .grandparent > .main-menu-dropdown > ul > .parent > a {
    width: 100%;
    display: inline-block;
    padding-bottom: 0px;
    padding-top: 15px; }
  .nav--desktop .grandparent .parent .child a {
    line-height: 18px;
    margin-bottom: 5px;
    display: block; }
  .nav--desktop .meganav_image_wrapper {
    float: right;
    padding-left: 30px;
    padding-top: 10px; }
  .nav--desktop .meganav_image {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .nav--desktop .meganav_image img {
      max-width: 100%;
      max-height: 500px; }
  .nav--desktop .grandparent > .main-menu-dropdown > ul > .parent,
  .nav--desktop .grandparent > .main-menu-dropdown > ul > .child {
    float: left;
    min-height: 1px;
    padding-left: 30px;
    padding-top: 0px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .nav--desktop .grandparent > .main-menu-dropdown > ul > .parent > a,
    .nav--desktop .grandparent > .main-menu-dropdown > ul > .child > a {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 0.8em; }
  .nav--desktop .kids-2.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-1.grandparent > .main-menu-dropdown > ul > li {
    width: 50%; }
    .nav--desktop .kids-2.grandparent > .main-menu-dropdown > ul > li:nth-child(2n+1),
    .nav--desktop .kids-1.grandparent > .main-menu-dropdown > ul > li:nth-child(2n+1) {
      clear: both; }
  .nav--desktop .kids-3.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-6.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-9.grandparent > .main-menu-dropdown > ul > li {
    width: 33.333%; }
    .nav--desktop .kids-3.grandparent > .main-menu-dropdown > ul > li:nth-child(3n+1),
    .nav--desktop .kids-6.grandparent > .main-menu-dropdown > ul > li:nth-child(3n+1),
    .nav--desktop .kids-9.grandparent > .main-menu-dropdown > ul > li:nth-child(3n+1) {
      clear: both; }
  .nav--desktop .kids-6.grandparent > .main-menu-dropdown > ul > li {
    width: 16.6666%; }
    .nav--desktop .kids-6.grandparent > .main-menu-dropdown > ul > li:nth-child(3n+1) {
      clear: none; }
  .nav--desktop .kids-4.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-7.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-8.grandparent > .main-menu-dropdown > ul > li {
    width: 25%; }
    .nav--desktop .kids-4.grandparent > .main-menu-dropdown > ul > li:nth-child(4n+1),
    .nav--desktop .kids-7.grandparent > .main-menu-dropdown > ul > li:nth-child(4n+1),
    .nav--desktop .kids-8.grandparent > .main-menu-dropdown > ul > li:nth-child(4n+1) {
      clear: both; }
  .nav--desktop .kids-5.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-10.grandparent > .main-menu-dropdown > ul > li {
    width: 20%; }
    .nav--desktop .kids-5.grandparent > .main-menu-dropdown > ul > li:nth-child(5n+1),
    .nav--desktop .kids-10.grandparent > .main-menu-dropdown > ul > li:nth-child(5n+1) {
      clear: both; }
  .nav--desktop .main-menu > .parent > .main-menu-dropdown {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 5000;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 0 30px 22.5px 30px;
    border-bottom: 1px solid #6dab30;
    border-left: 1px solid #6dab30;
    border-right: 1px solid #6dab30; }
  .nav--desktop .main-menu > .parent:hover > .main-menu-dropdown,
  .nav--desktop .main-menu > .parent.hover > .main-menu-dropdown {
    display: block; }
  .nav--desktop .main-menu > .parent:first-child > .main-menu-dropdown {
    margin-left: -30px; }

/*============================================================================
 Gift Cards
==============================================================================*/
/*============================================================================
  #Base Styles
==============================================================================*/
.template-giftcard,
.template-giftcard body {
  background: white; }
  .template-giftcard a,
  .template-giftcard body a {
    text-decoration: none; }

.template-giftcard .wrapper, .template-giftcard .charge_rabbit, .template-giftcard .sky-pilot {
  max-width: 588px; }
  .template-giftcard .wrapper img, .template-giftcard .charge_rabbit img, .template-giftcard .sky-pilot img, .template-giftcard .wrapper object, .template-giftcard .charge_rabbit object, .template-giftcard .sky-pilot object, .template-giftcard .wrapper iframe, .template-giftcard .charge_rabbit iframe, .template-giftcard .sky-pilot iframe {
    max-width: 100%; }

.giftcard-header {
  padding: 60px 0;
  font-size: 1em;
  text-align: center;
  -webkit-animation: fadein 0.5s ease-in-out both 0.4s;
  animation: fadein 0.5s ease-in-out both 0.4s; }

.shop-url {
  display: none; }

.giftcard {
  -webkit-animation: slideup 0.8s ease-in-out;
  animation: slideup 0.8s ease-in-out; }

.giftcard__border {
  background-color: #656565;
  border-radius: 4px;
  border: 1px solid #585858;
  padding: 1em;
  -webkit-animation: container-slide 0.8s ease-in-out;
  animation: container-slide 0.8s ease-in-out; }

.giftcard__content {
  *zoom: 1;
  background-color: #fff;
  color: #999999;
  border: 1px solid #585858;
  border-radius: 3px;
  -webkit-animation: cardslide 0.8s ease-in-out;
  animation: cardslide 0.8s ease-in-out; }
  .giftcard__content::after {
    content: '';
    display: table;
    clear: both; }

.giftcard__header {
  *zoom: 1;
  border-bottom: 1px solid #656565;
  padding: 15px; }
  .giftcard__header::after {
    content: '';
    display: table;
    clear: both; }

.giftcard__title {
  float: left;
  margin-bottom: 0; }

.giftcard__tag {
  display: block;
  float: right;
  background-color: #b3b3b3;
  border: 1px solid transparent;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1; }

.giftcard__tag--active {
  background: transparent;
  color: #999999;
  border: 1px solid #cccccc; }

.giftcard__wrap {
  position: relative;
  margin: 15px 15px 30px; }
  .giftcard__wrap img {
    position: relative;
    display: block;
    border-radius: 10px;
    z-index: 2; }
  .giftcard__wrap:before, .giftcard__wrap:after {
    content: "";
    position: absolute;
    width: 47px;
    height: 47px;
    z-index: 3; }
  .giftcard__wrap:before {
    background: url("/cdn/s/assets/gift-card/corner-top-left-2ba3edcd9e97ba146cd01a8161365c5e.svg") 0 0 no-repeat;
    top: -1px;
    left: -1px; }
  .giftcard__wrap:after {
    background: url("/cdn/s/assets/gift-card/corner-bottom-right-1fb9bf49ff9564325e6b7c0fb0a7ff45.svg") 0 0 no-repeat;
    bottom: -1px;
    right: -1px; }
  .lt-ie9 .giftcard__wrap:before, .lt-ie9 .giftcard__wrap:after {
    display: none; }

.giftcard__code {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 50; }

.giftcard__code--medium {
  font-size: .875em; }

.giftcard__code--small {
  font-size: .75em; }

.giftcard__code__inner {
  display: inline-block;
  vertical-align: baseline;
  background-color: #fff;
  padding: .5em;
  border-radius: 4px;
  max-width: 450px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .giftcard__code--small .giftcard__code__inner {
    overflow: auto; }

.giftcard__code__text {
  font-weight: 400;
  font-size: 1.875em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px dashed #656565;
  padding: .4em .5em;
  display: inline-block;
  vertical-align: baseline;
  color: #777;
  line-height: 1; }
  .disabled .giftcard__code__text {
    color: #999;
    text-decoration: line-through; }

.giftcard__amount {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 2.75em;
  line-height: 1.2;
  padding: 15px;
  z-index: 50; }
  .giftcard__amount strong {
    display: block;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1); }

.giftcard__amount--medium {
  font-size: 2em; }

.tooltip {
  display: block;
  position: absolute;
  top: -50%;
  right: 50%;
  margin-top: 16px;
  z-index: 3;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-animation: popup 0.5s ease-in-out both 0.7s;
  animation: popup 0.5s ease-in-out both 0.7s; }
  .tooltip:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -5px;
    margin-bottom: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 5px solid #333;
    border-top: 5px solid rgba(51, 51, 51, 0.9); }

.tooltip__label {
  display: block;
  position: relative;
  right: -50%;
  border: none;
  border-radius: 4px;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  min-height: 14px;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  line-height: 16px;
  text-shadow: none;
  padding: .5em .75em;
  margin-left: .25em; }
  .tooltip__label small {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #b3b3b3;
    font-size: .875em; }

.giftcard__instructions {
  text-align: center;
  margin: 0 15px 30px; }

.giftcard__actions {
  position: relative;
  border-top: 1px solid #656565;
  padding: 30px 15px;
  text-align: center;
  overflow: hidden; }

.action-link {
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 0.875em;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #b3b3b3;
  margin-top: -10px; }
  .action-link:hover, .action-link:focus {
    color: #999999; }

.action-link__print {
  display: inline-block;
  vertical-align: baseline;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0.25;
  background-image: url("/cdn/s/assets/gift-card/icon-print-164daa1ae32d10d1f9b83ac21b6f2c70.png");
  background-repeat: no-repeat;
  background-position: 0 0; }
  .svg .action-link__print {
    background-image: url("/cdn/s/assets/gift-card/icon-print-6a10b2fb86d223b8c783c9696eaf4c31.svg"); }
  .action-link:hover .action-link__print {
    opacity: 0.4; }

.giftcard__footer {
  text-align: center;
  padding: 60px 0;
  -webkit-animation: fadein 0.5s ease-in-out both 0.4s;
  animation: fadein 0.5s ease-in-out both 0.4s; }

.giftcard__icon {
  width: 45px;
  display: inline-block;
  vertical-align: baseline; }

#QrCode img {
  padding: 30px;
  border: 1px solid #656565;
  border-radius: 4px;
  margin: 0 auto 30px; }

/*============================================================================
  #Media Queries
==============================================================================*/
/*================ Medium-down width ================*/
@media screen and (max-width: 580px) {
  .giftcard {
    font-size: 12px; }

  .giftcard-header {
    padding: 30px 0; }

  .header-logo {
    font-size: 2em; }

  .giftcard__border {
    padding: 15px; }

  .giftcard__actions {
    padding: 15px; }

  .giftcard__actions .btn, .giftcard__actions .btn--secondary, .giftcard__actions input[type="submit"], .giftcard__actions .spr-summary-actions-newreview, .giftcard__actions .sky-pilot-access-denied a, .sky-pilot-access-denied .giftcard__actions a, .giftcard__actions .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .giftcard__actions a#login_link, .giftcard__actions .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .giftcard__actions a#signup_link, .giftcard__actions .charge_rabbit a.update-card-link, .charge_rabbit .giftcard__actions a.update-card-link, .giftcard__actions .charge_rabbit a.update-address-link, .charge_rabbit .giftcard__actions a.update-address-link, .giftcard__actions .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .giftcard__actions a, .giftcard__actions .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .giftcard__actions a, .giftcard__actions .charge_rabbit a.cancel-subscription-link, .charge_rabbit .giftcard__actions a.cancel-subscription-link {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .action-link {
    display: none; } }
/*================ Small width ================*/
@media screen and (max-width: 400px) {
  .giftcard__amount strong {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }

  .giftcard__wrap:before,
  .giftcard__wrap:after {
    display: none; }

  .giftcard__code {
    font-size: .75em; }

  .giftcard__code--medium {
    font-size: .65em; }

  .giftcard__code--small {
    font-size: .55em; } }
/*================ Small height ================*/
@media screen and (max-height: 800px) {
  .header-logo img {
    max-height: 90px; } }
/*============================================================================
  #Print Styles
==============================================================================*/
@media print {
  @page {
    margin: 0.5cm; }

  p, h2, .h2, .h2--body, h3, .h3, .h3--body, .sky-pilot-access-denied h5, .sky-pilot-access-denied .h5, .sky-pilot-access-denied .h5--body {
    orphans: 3;
    widows: 3; }

  h2, .h2, .h2--body, h3, .h3, .h3--body, .sky-pilot-access-denied h5, .sky-pilot-access-denied .h5, .sky-pilot-access-denied .h5--body {
    page-break-after: avoid; }

  html, body {
    background-color: #fff; }

  .giftcard-header {
    padding: 10px 0; }

  .giftcard__content,
  .giftcard__border {
    border: 0 none; }

  .giftcard__actions,
  .giftcard__wrap:before,
  .giftcard__wrap:after,
  .tooltip,
  .add-to-apple-wallet {
    display: none; }

  .giftcard__title {
    float: none;
    text-align: center; }

  .giftcard__code__text {
    color: #555; }

  .shop-url {
    display: block; }

  .logo {
    color: #58686F; } }
/*============================================================================
  #Keyframe Animations
==============================================================================*/
@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px) rotate(10deg); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0) rotate(0deg); } }

@-ms-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px) rotate(10deg); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0) rotate(0deg); } }

@keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px) rotate(10deg); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0) rotate(0deg); } }

@-webkit-keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-10px); }

  80% {
    -webkit-transform: translateY(2px); }

  100% {
    -webkit-transform: translateY(0); } }

@-ms-keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-10px); }

  80% {
    -webkit-transform: translateY(2px); }

  100% {
    -webkit-transform: translateY(0); } }

@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-10px); }

  80% {
    -webkit-transform: translateY(2px); }

  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes container-slide {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(0deg); } }

@-ms-keyframes container-slide {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes container-slide {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(0deg); } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 100; } }

@-ms-keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 100; } }

@keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 100; } }

/*============================================================================
  #Tabs and mobile accordion
==============================================================================*/
.tabs-wrapper {
  padding-top: 30px; }

.product-tabs {
  max-width: 100%; }

ul.tabs {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  position: relative; }

ul.tabs > li {
  background: none;
  color: #656565;
  display: inline-block;
  padding: 10px 0px;
  margin: 0rem 3rem 0rem 0rem;
  font-weight: 500;
  cursor: pointer;
  vertical-align: bottom;
  border-bottom: 2px solid transparent; }

ul.tabs > li.current {
  border-bottom: 2px solid #f7f7f7;
  color: #656565;
  font-weight: 500; }

.tab-content {
  display: none;
  border-top: 1px solid #f7f7f7;
  padding: 15px 15px 15px 0px;
  min-height: 6rem; }

.tab-content.current {
  display: inherit; }

.accordion {
  border-bottom: 1px solid #f7f7f7; }

.accordion-toggle {
  cursor: pointer;
  border-top: 1px solid #f7f7f7;
  padding: 1rem 0;
  margin-bottom: auto;
  color: #4c4c4c; }

.accordion-content {
  display: none;
  color: #4c4c4c;
  padding-bottom: 30px; }

.accordion-content.accordion--open {
  display: block; }

.accordion .icon-minus, .accordion .icon-plus {
  float: right;
  color: #f7f7f7; }

/*============================================================================
  #Site Homepage
==============================================================================*/
.template-index .product__related {
  display: none; }

.template-index .main-content {
  padding-bottom: 0px; }

/*================ Spacing ================*/
.homepage-blog,
.homepage-product,
.homepage-columns,
.homepage-instagram,
.homepage-newsletter,
.homepage-collection {
  padding-top: 90px;
  padding-bottom: 90px; }

.homepage-page {
  padding-top: 90px;
  padding-bottom: 60px; }

.homepage-collection-grid {
  padding-top: 60px;
  padding-bottom: 90px; }

.homepage-logos {
  padding-top: 30px;
  padding-bottom: 20px; }

.homepage-logos.homepage-logos--tall {
  padding-top: 60px;
  padding-bottom: 60px; }

.adjust--white + .adjust--white .homepage-page,
.adjust--white + .adjust--white .homepage-blog,
.adjust--white + .adjust--white .homepage-logos,
.adjust--white + .adjust--white .homepage-columns,
.adjust--white + .adjust--white .homepage-product,
.adjust--white + .adjust--white .homepage-newsletter,
.adjust--white + .adjust--white .homepage-collection,
.adjust--white + .adjust--white .homepage-collection-grid,
.adjust--white + .adjust--white .homepage-instagram,
.adjust--light + .adjust--light .homepage-page,
.adjust--light + .adjust--light .homepage-blog,
.adjust--light + .adjust--light .homepage-logos,
.adjust--light + .adjust--light .homepage-columns,
.adjust--light + .adjust--light .homepage-product,
.adjust--light + .adjust--light .homepage-newsletter,
.adjust--light + .adjust--light .homepage-collection,
.adjust--light + .adjust--light .homepage-collection-grid,
.adjust--light + .adjust--light .homepage-instagram,
.adjust--splash + .adjust--splash .homepage-page,
.adjust--splash + .adjust--splash .homepage-blog,
.adjust--splash + .adjust--splash .homepage-logos,
.adjust--splash + .adjust--splash .homepage-columns,
.adjust--splash + .adjust--splash .homepage-product,
.adjust--splash + .adjust--splash .homepage-newsletter,
.adjust--splash + .adjust--splash .homepage-collection,
.adjust--splash + .adjust--splash .homepage-collection-grid,
.adjust--splash + .adjust--splash .homepage-instagram,
.adjust--dark + .adjust--dark .homepage-page,
.adjust--dark + .adjust--dark .homepage-blog,
.adjust--dark + .adjust--dark .homepage-logos,
.adjust--dark + .adjust--dark .homepage-columns,
.adjust--dark + .adjust--dark .homepage-product,
.adjust--dark + .adjust--dark .homepage-newsletter,
.adjust--dark + .adjust--dark .homepage-collection,
.adjust--dark + .adjust--dark .homepage-collection-grid,
.adjust--dark + .adjust--dark .homepage-instagram {
  padding-top: 0px; }

.homepage-collection .product-grid-item {
  margin-bottom: 0; }

/*================ Titles ================*/
.home__title {
  margin-bottom: 15px; }
  @media screen and (max-width: 480px) {
    .home__title {
      font-size: 2em; } }

.home__subtitle {
  text-align: center;
  font-weight: bold;
  opacity: 0.75;
  font-size: 1em;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative; }
  .home__subtitle::after {
    content: "";
    margin: auto;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.2; }

a .home__title,
a .home__subtitle {
  text-decoration: none; }

.homepage-image.homepage--white a .home__title,
.homepage-image.homepage--white a .home__subtitle,
.homepage-image.homepage--white a .title--flex,
.homepage-image.homepage--white a .content--flex {
  color: #ffffff; }

.homepage-image.homepage--light a .home__title,
.homepage-image.homepage--light a .home__subtitle,
.homepage-image.homepage--light a .title--flex,
.homepage-image.homepage--light a .content--flex {
  color: #fafafa; }

.homepage-image.homepage--splash a .home__title,
.homepage-image.homepage--splash a .home__subtitle,
.homepage-image.homepage--splash a .title--flex,
.homepage-image.homepage--splash a .content--flex {
  color: #40863f; }

.homepage-image.homepage--dark a .home__title,
.homepage-image.homepage--dark a .home__subtitle,
.homepage-image.homepage--dark a .title--flex,
.homepage-image.homepage--dark a .content--flex {
  color: #656565; }

.homepage--dark .home__subtitle::after {
  background: #fff; }

/*================ Colors ================*/
.homepage--white {
  background-color: #fff; }

.homepage--light {
  background-color: #fafafa; }

.homepage--splash {
  background-color: #40863f; }

.homepage--dark {
  background-color: #656565; }

.homepage-product .product-page {
  background-color: transparent; }

.homepage-image.homepage--splash, .color-text.homepage--splash {
  color: #40863f;
  background-color: transparent; }

.homepage-image.homepage--dark, .color-text.homepage--dark {
  color: #656565;
  background-color: transparent; }

.homepage-image.homepage--white {
  color: #ffffff;
  background-color: transparent; }

.homepage-image.homepage--light {
  color: #fafafa;
  background-color: transparent; }

.color-text.homepage--white, .color-text.homepage--light {
  color: #010101;
  background-color: transparent; }

.homepage--splash,
.homepage--dark {
  color: #fff; }
  .homepage--splash .on-sale,
  .homepage--splash .figcaption a,
  .homepage--splash .js-qty__adjust,
  .homepage--splash .ajaxcart__qty-adjust,
  .homepage--splash .ajaxcart__qty-adjust,
  .homepage--splash .js-qty input[type="text"],
  .homepage--splash .ajaxcart__qty input[type="text"],
  .homepage--splash .figcaption a .price_wrapper,
  .homepage--splash .ajaxcart__qty input[type="text"],
  .homepage--splash input, .homepage--splash textarea, .homepage--splash button, .homepage--splash select,
  .homepage--dark .on-sale,
  .homepage--dark .figcaption a,
  .homepage--dark .js-qty__adjust,
  .homepage--dark .ajaxcart__qty-adjust,
  .homepage--dark .ajaxcart__qty-adjust,
  .homepage--dark .js-qty input[type="text"],
  .homepage--dark .ajaxcart__qty input[type="text"],
  .homepage--dark .figcaption a .price_wrapper,
  .homepage--dark .ajaxcart__qty input[type="text"],
  .homepage--dark input,
  .homepage--dark textarea,
  .homepage--dark button,
  .homepage--dark select {
    color: #fff; }
  .homepage--splash .on-sale .compare-at,
  .homepage--dark .on-sale .compare-at {
    color: rgba(255, 255, 255, 0.5); }
  .homepage--splash .btn--clear,
  .homepage--dark .btn--clear {
    color: white;
    border: 1px solid white; }
  .homepage--splash .btn--clear.disabled,
  .homepage--dark .btn--clear.disabled {
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.3); }
  .homepage--splash .blog__article,
  .homepage--dark .blog__article {
    background-color: #fff;
    color: #010101;
    border: none; }

.homepage--splash .blog__article .btn--splash {
  background-color: #2f632f; }
  .homepage--splash .blog__article .btn--splash:hover {
    background-color: #275227; }

.homepage-image.homepage--white .btn--clear {
  color: #fff;
  border: 1px solid #fff; }
  .homepage-image.homepage--white .btn--clear:hover, .homepage-image.homepage--white .btn--clear:focus, .homepage-image.homepage--white .btn--clear:active {
    color: #000;
    background-color: #fff; }

.homepage-image.homepage--white .title--flex {
  margin-bottom: 0px; }

.homepage-image.homepage--light .btn--clear {
  color: #fafafa;
  border: 1px solid #fafafa; }
  .homepage-image.homepage--light .btn--clear:hover, .homepage-image.homepage--light .btn--clear:focus, .homepage-image.homepage--light .btn--clear:active {
    color: #656565;
    background-color: #fafafa; }

.homepage-image.homepage--splash .btn--clear {
  color: #40863f;
  border: 1px solid #40863f; }
  .homepage-image.homepage--splash .btn--clear:hover, .homepage-image.homepage--splash .btn--clear:focus, .homepage-image.homepage--splash .btn--clear:active {
    color: #ffffff;
    background-color: #40863f; }

.homepage-image.homepage--dark .btn--clear {
  color: #656565;
  border: 1px solid #656565; }
  .homepage-image.homepage--dark .btn--clear:hover, .homepage-image.homepage--dark .btn--clear:focus, .homepage-image.homepage--dark .btn--clear:active {
    color: #ffffff;
    background-color: #656565; }

/*================ Shared Image Classes ================*/
.homepage-image {
  overflow: hidden;
  position: relative; }

.background-size-cover {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.responsive-wide-image {
  width: 100%;
  display: block; }

.content--centered, .collection-grid-item__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
  max-width: 1262px; }

.ie9 .content--centered, .ie9 .collection-grid-item__content {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.use_screen_full {
  height: 100vh; }

.use_screen_three_quarters {
  height: 75vh; }

.use_screen_two_thirds {
  height: 66vh; }

.use_screen_one_half {
  height: 50vh; }

.use_screen_one_third {
  height: 33vh; }

.use_screen_one_fifth {
  height: 20vh; }

.image--flex {
  display: block;
  width: 50%;
  margin: 0 auto; }

.title--flex {
  margin-bottom: 0.5em;
  margin-bottom: 15px; }

.content--flex {
  margin-bottom: 1.5em; }

@media screen and (max-width: 768px) {
  .title--flex {
    font-size: 2em; }

  .homepage-image.homepage--white .title--flex {
    margin-bottom: 0px; }

  .content--flex {
    font-size: 1.3em; }

  .content--centered .btn--large, .collection-grid-item__content .btn--large {
    padding: 8px 10px;
    font-size: 0.8em; } }
.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.homepage--white .image-overlay,
.homepage--light .image-overlay {
  background-color: #000; }

.homepage--splash .image-overlay,
.homepage--dark .image-overlay {
  background-color: #FFF; }

.image-overlay-0 {
  opacity: 0; }

.image-overlay-5 {
  opacity: 0.05; }

.image-overlay-10 {
  opacity: 0.10; }

.image-overlay-15 {
  opacity: 0.15; }

.image-overlay-20 {
  opacity: 0.20; }

.image-overlay-25 {
  opacity: 0.35; }

.image-overlay-30 {
  opacity: 0.30; }

.image-overlay-35 {
  opacity: 0.35; }

.image-overlay-40 {
  opacity: 0.40; }

.image-overlay-45 {
  opacity: 0.45; }

.image-overlay-50 {
  opacity: 0.50; }

.image-overlay-55 {
  opacity: 0.55; }

.image-overlay-60 {
  opacity: 0.60; }

.image-overlay-65 {
  opacity: 0.65; }

.image-overlay-70 {
  opacity: 0.70; }

.image-overlay-75 {
  opacity: 0.75; }

.image-overlay-80 {
  opacity: 0.80; }

.image-overlay-85 {
  opacity: 0.85; }

.image-overlay-90 {
  opacity: 0.90; }

.image-overlay-95 {
  opacity: 0.95; }

.image-overlay-100 {
  opacity: 1; }

.placeholder-svg {
  fill: #b4b6b9;
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.homepage-logos .placeholder-svg {
  background-color: #f7f7f7;
  display: block; }

/*================ Video ================*/
.homepage-video__play {
  margin-top: .5em; }

.homepage-video__play {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  @media screen and (max-width: 768px) {
    .homepage-video__play .icon-play {
      height: 80px;
      width: 66px;
      background-size: 66px 66px; } }
  .homepage-video__play:hover {
    opacity: 0.75; }
  .homepage-video__play:focus, .homepage-video__play:active {
    outline: none; }

/*=== Hero Scroll ==*/
.index-sections > .shopify-section:not(:first-child) .scroll_icon_wrap {
  display: none; }

.scroll_icon_wrap {
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400; }
  @media screen and (max-width: 480px) {
    .scroll_icon_wrap {
      display: none; } }

.scroll_link {
  display: block;
  position: absolute;
  text-align: center;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  bottom: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  height: 60px; }
  .scroll_link:hover .scroll_icon {
    opacity: 1; }
  .scroll_link:focus {
    outline: none; }

.scroll_icon {
  opacity: 0.7;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -25px;
  zoom: 50%;
  -moz-transform: scale(0.5); }

.homepage-image .scroll__link {
  position: absolute;
  bottom: 0; }

.bloop {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation: bloop 1.8s infinite;
  -webkit-animation: bloop 1.8s infinite; }

@-webkit-keyframes bloop {
  from, 20%, 30%, 40%, 50%, 60%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  15% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }

  25% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0); }

  35% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }

  45% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); } }

@keyframes bloop {
  from, 20%, 30%, 40%, 50%, 60%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  15% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }

  25% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0); }

  35% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }

  45% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); } }

/*=============== Columns ===============*/
.home--uppercase {
  font-weight: bold;
  opacity: 0.75;
  font-size: 1em; }

@media screen and (max-width: 480px) {
  .homepage-columns .grid__item:not(:last-child) a.btn, .homepage-columns .grid__item:not(:last-child) a.btn--secondary, .homepage-columns .grid__item:not(:last-child) a.spr-summary-actions-newreview, .homepage-columns .grid__item:not(:last-child) .sky-pilot-access-denied a, .sky-pilot-access-denied .homepage-columns .grid__item:not(:last-child) a, .homepage-columns .grid__item:not(:last-child) .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .homepage-columns .grid__item:not(:last-child) a#login_link, .homepage-columns .grid__item:not(:last-child) .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .homepage-columns .grid__item:not(:last-child) a#signup_link, .homepage-columns .grid__item:not(:last-child) .charge_rabbit a.update-card-link, .charge_rabbit .homepage-columns .grid__item:not(:last-child) a.update-card-link, .homepage-columns .grid__item:not(:last-child) .charge_rabbit a.update-address-link, .charge_rabbit .homepage-columns .grid__item:not(:last-child) a.update-address-link, .homepage-columns .grid__item:not(:last-child) .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .homepage-columns .grid__item:not(:last-child) a, .homepage-columns .grid__item:not(:last-child) .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .homepage-columns .grid__item:not(:last-child) a, .homepage-columns .grid__item:not(:last-child) .charge_rabbit a.cancel-subscription-link, .charge_rabbit .homepage-columns .grid__item:not(:last-child) a.cancel-subscription-link {
    margin-bottom: 40px; } }
/*=============== Image Columns ===============*/
.homepage-double {
  background-color: white; }

.homepage-double form {
  margin-bottom: 0; }

.double__block {
  position: relative;
  overflow: hidden; }
  .double__block .home__subtitle {
    text-align: inherit;
    margin-bottom: 17px; }
  .double__block .content--centered, .double__block .collection-grid-item__content {
    max-width: 601px; }

.homepage-double .double__block {
  height: 100%; }

.double__block .text-left .home__subtitle::after {
  right: initial; }

.double__block .text-right .home__subtitle::after {
  left: initial; }

@media screen and (max-width: 480px) {
  .homepage-double.use_screen_full {
    height: auto; }
    .homepage-double.use_screen_full .double__block {
      height: 100vh; }

  .homepage-double.use_screen_three_quarters {
    height: auto; }
    .homepage-double.use_screen_three_quarters .double__block {
      height: 66vh; }

  .homepage-double.use_screen_two_thirds {
    height: auto; }
    .homepage-double.use_screen_two_thirds .double__block {
      height: 66vh; }

  .homepage-double.use_screen_one_half {
    height: auto; }
    .homepage-double.use_screen_one_half .double__block {
      height: 50vh; }

  .homepage-double.use_screen_one_third {
    height: auto; }
    .homepage-double.use_screen_one_third .double__block {
      height: 33vh; }

  .homepage-double.use_screen_one_fifth {
    height: auto; }
    .homepage-double.use_screen_one_fifth .double__block {
      height: 20vh; } }
.rte--homepage {
  font-size: 1.2em;
  margin-bottom: 0; }

/*============================================================================
Collection grid section
==============================================================================*/
.collection-grid-item {
  position: relative;
  width: 100%;
  min-height: 265px;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .collection-grid-item {
      padding: 0 30; } }

@media screen and (min-width: 769px) {
  .collection-grid--single {
    margin-left: 25%; } }

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: transform 1.1s ease-out;
  -moz-transition: transform 1.1s ease-out;
  -ms-transition: transform 1.1s ease-out;
  -o-transition: transform 1.1s ease-out;
  transition: transform 1.1s ease-out; }

.collection-grid-item__content .home__title {
  margin-bottom: 1.2em; }
.collection-grid-item__content .home__title, .collection-grid-item__content .btn, .collection-grid-item__content .btn--secondary, .collection-grid-item__content input[type="submit"], .collection-grid-item__content .spr-summary-actions-newreview, .collection-grid-item__content .sky-pilot-access-denied a, .sky-pilot-access-denied .collection-grid-item__content a, .collection-grid-item__content .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .collection-grid-item__content a#login_link, .collection-grid-item__content .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .collection-grid-item__content a#signup_link, .collection-grid-item__content .charge_rabbit a.update-card-link, .charge_rabbit .collection-grid-item__content a.update-card-link, .collection-grid-item__content .charge_rabbit a.update-address-link, .charge_rabbit .collection-grid-item__content a.update-address-link, .collection-grid-item__content .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .collection-grid-item__content a, .collection-grid-item__content .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .collection-grid-item__content a, .collection-grid-item__content .charge_rabbit a.cancel-subscription-link, .charge_rabbit .collection-grid-item__content a.cancel-subscription-link {
  -webkit-transition: transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out;
  -ms-transition: transform 0.15s ease-out;
  -o-transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out; }

.collection-grid-item__link {
  border: 2px solid transparent;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .collection-grid-item__link:focus {
    border-color: rgba(0, 0, 0, 0.1); }
  .collection-grid-item__link:hover .collection-grid-item__overlay, .collection-grid-item__link:focus .collection-grid-item__overlay {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .collection-grid-item__link:hover .btn, .collection-grid-item__link:hover .btn--secondary, .collection-grid-item__link:hover input[type="submit"], .collection-grid-item__link:hover .spr-summary-actions-newreview, .collection-grid-item__link:hover .sky-pilot-access-denied a, .sky-pilot-access-denied .collection-grid-item__link:hover a, .collection-grid-item__link:hover .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .collection-grid-item__link:hover a#login_link, .collection-grid-item__link:hover .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .collection-grid-item__link:hover a#signup_link, .collection-grid-item__link:hover .charge_rabbit a.update-card-link, .charge_rabbit .collection-grid-item__link:hover a.update-card-link, .collection-grid-item__link:hover .charge_rabbit a.update-address-link, .charge_rabbit .collection-grid-item__link:hover a.update-address-link, .collection-grid-item__link:hover .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .collection-grid-item__link:hover a, .collection-grid-item__link:hover .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .collection-grid-item__link:hover a, .collection-grid-item__link:hover .charge_rabbit a.cancel-subscription-link, .charge_rabbit .collection-grid-item__link:hover a.cancel-subscription-link, .collection-grid-item__link:focus .btn, .collection-grid-item__link:focus .btn--secondary, .collection-grid-item__link:focus input[type="submit"], .collection-grid-item__link:focus .spr-summary-actions-newreview, .collection-grid-item__link:focus .sky-pilot-access-denied a, .sky-pilot-access-denied .collection-grid-item__link:focus a, .collection-grid-item__link:focus .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .collection-grid-item__link:focus a#login_link, .collection-grid-item__link:focus .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .collection-grid-item__link:focus a#signup_link, .collection-grid-item__link:focus .charge_rabbit a.update-card-link, .charge_rabbit .collection-grid-item__link:focus a.update-card-link, .collection-grid-item__link:focus .charge_rabbit a.update-address-link, .charge_rabbit .collection-grid-item__link:focus a.update-address-link, .collection-grid-item__link:focus .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .collection-grid-item__link:focus a, .collection-grid-item__link:focus .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .collection-grid-item__link:focus a, .collection-grid-item__link:focus .charge_rabbit a.cancel-subscription-link, .charge_rabbit .collection-grid-item__link:focus a.cancel-subscription-link {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .collection-grid-item__link:hover .home__title, .collection-grid-item__link:focus .home__title {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }

.collection-grid-item__link:hover .btn--splash, .collection-grid-item__link:focus .btn--splash {
  background-color: #2f632f; }
.collection-grid-item__link:hover .btn--outline, .collection-grid-item__link:focus .btn--outline {
  color: #656565; }

.homepage-image.homepage--white .collection-grid-item__link:hover .btn--clear, .homepage-image.homepage--white .collection-grid-item__link:focus .btn--clear {
  color: #000;
  background-color: #fff; }

.homepage-image.homepage--light .collection-grid-item__link:hover .btn--clear, .homepage-image.homepage--light .collection-grid-item__link:focus .btn--clear {
  color: #656565;
  background-color: #fafafa; }

.homepage-image.homepage--splash .collection-grid-item__link:hover .btn--clear, .homepage-image.homepage--splash .collection-grid-item__link:focus .btn--clear {
  color: #ffffff;
  background-color: #40863f; }

.homepage-image.homepage--dark .collection-grid-item__link:hover .btn--clear, .homepage-image.homepage--dark .collection-grid-item__link:focus .btn--clear {
  color: #ffffff;
  background-color: #656565; }

/*================ Page ================*/
.homepage-page hr {
  width: 75%;
  margin-left: 12%; }

.homepage-page__content {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 30px; }

/*================ Newsletter ================*/
.homepage-newsletter .newsletter-form .input-group-field {
  color: #010101; }

/*================ Instagram ================*/
.instagram--square {
  position: absolute;
  display: block;
  border-width: 1px;
  border-style: solid;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }

@media only screen and (max-width: 480px) {
  .instagram--square.small--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.small--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.small--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.small--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.small--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .instagram--square.medium--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.medium--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.medium--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.medium--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.medium--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
@media only screen and (max-width: 768px) {
  .instagram--square.medium-down--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.medium-down--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.medium-down--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.medium-down--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.medium-down--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
@media only screen and (min-width: 769px) {
  .instagram--square.large--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.large--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.large--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.large--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.large--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
.homepage--dark .instagram--square {
  border-color: #656565; }

.homepage--light .instagram--square {
  border-color: #fafafa; }

.homepage--splash .instagram--square {
  border-color: #40863f; }

.homepage--white .instagram--square {
  border-color: #fff; }

.homepage-instagram .grid-uniform {
  margin-left: 0; }
.homepage-instagram a {
  position: relative;
  color: white;
  text-align: center;
  font-size: 2em; }
.homepage-instagram a:hover::after {
  content: '';
  background-color: black;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
.homepage-instagram .icon, .homepage-instagram .slick-next, .homepage-instagram .slick-prev {
  position: absolute;
  z-index: 200;
  bottom: 5px;
  width: 27px;
  height: 27px;
  left: 50%;
  margin-left: -12px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.homepage-instagram a:hover .icon, .homepage-instagram a:hover .slick-next, .homepage-instagram a:hover .slick-prev {
  opacity: 1;
  bottom: 47%; }
.homepage-instagram a img {
  display: block; }

.homepage-instagram .placeholder-svg {
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff; }

/*================ Logos ================*/
.logo-bar {
  text-align: center;
  margin-top: -10px; }

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  margin: 10px 30px; }
  @media screen and (max-width: 480px) {
    .logo-bar__item {
      width: 110px;
      margin: 10px 10px; } }

.logo-bar__image {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.logo-bar__link {
  display: block; }

/*============================================================================
  # Home slideshow
==============================================================================*/
.slideshow__slide {
  position: relative; }

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

.use_screen_full .slideshow__slide {
  height: 100vh; }

.use_screen_three_quarters .slideshow__slide {
  height: 75vh; }

.use_screen_two_thirds .slideshow__slide {
  height: 66vh; }

.use_screen_one_half .slideshow__slide {
  height: 50vh; }

.use_screen_one_third .slideshow__slide {
  height: 33vh; }

.use_screen_one_fifth .slideshow__slide {
  height: 20vh; }

.homepage-slideshow.use_screen_full {
  min-height: 100vh; }

.homepage-slideshow.use_screen_three_quarters {
  min-height: 75vh; }

.homepage-slideshow.use_screen_two_thirds {
  min-height: 66vh; }

.homepage-slideshow.use_screen_one_half {
  min-height: 50vh; }

.homepage-slideshow.use_screen_one_third {
  min-height: 33vh; }

.homepage-slideshow.use_screen_one_fifth {
  min-height: 20vh; }

.background-size-cover--slide {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

.button-image-slide {
  display: block;
  width: 100%; }
  .button-image-slide:focus {
    outline: 0;
    opacity: 0.8;
    padding-top: 2px; }

.homepage--white.slick-arrow:before {
  color: #ffffff; }

.homepage--light.slick-arrow:before {
  color: #fafafa; }

.homepage--splash.slick-arrow:before {
  color: #40863f; }

.homepage--dark.slick-arrow:before {
  color: #656565; }

.slideshow__slide .content--centered, .slideshow__slide .collection-grid-item__content {
  padding-left: 40px;
  padding-right: 40px; }

/*================ Map ================*/
.map-section--display-map .map-section__image {
  display: none !important; }

@media screen and (min-width: 769px) {
  .map-section--load-error {
    width: 50%;
    margin: 0 auto; } }
.map-section--load-error .errors {
  width: 100%; }

.map-section__container {
  min-height: 100%; }

.no-js .lazy-image {
  display: none; }

.no-js .homepage-slideshow,
.no-js .homepage-image:not(.double__block) {
  height: auto !important; }

/*============================================================================
  #Site Footer
==============================================================================*/
.site-footer-wrapper hr {
  border-top: 1px solid rgba(247, 247, 247, 0.5); }
.site-footer-wrapper a {
  color: #f7f7f7; }
  .site-footer-wrapper a:hover {
    color: rgba(247, 247, 247, 0.9); }

.site-footer {
  padding-top: 60px;
  padding-bottom: 30px; }

.lt-ie9 .site-footer {
  border-top: 60px solid #656565; }

.footer-quicklinks li {
  margin: 0 0 15px 0; }

.footer-secondary,
.footer-quicklinks {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em; }
  .footer-secondary a,
  .footer-quicklinks a {
    text-decoration: none; }
    .footer-secondary a:hover, .footer-secondary a:active, .footer-secondary a:focus,
    .footer-quicklinks a:hover,
    .footer-quicklinks a:active,
    .footer-quicklinks a:focus {
      text-decoration: underline; }

.footer-secondary-wrapper {
  text-align: center;
  position: relative; }

.footer-secondary {
  margin-bottom: 0; }

.footer-social,
.footer-payment {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 0px;
  display: inline-block; }
  .footer-social a,
  .footer-payment a {
    text-decoration: none; }

.footer-secondary li {
  margin: 45px 15px 0 15px; }

@media screen and (max-width: 480px) {
  .footer-social, .footer-payment, .footer-secondary {
    line-height: 2.5em; }
    .footer-social li, .footer-payment li, .footer-secondary li {
      margin: 5px 5px 0 5px; } }
.newsletter-form {
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #323232;
  background-color: white; }
  .newsletter-form input {
    border: none; }
    .newsletter-form input:active, .newsletter-form input:focus {
      border: none;
      box-shadow: none; }

.input-group.newsletter-form .input-group-btn .btn, .input-group.newsletter-form .input-group-btn .btn--secondary, .input-group.newsletter-form .input-group-btn input[type="submit"], .input-group.newsletter-form .input-group-btn .spr-summary-actions-newreview, .input-group.newsletter-form .input-group-btn .sky-pilot-access-denied a, .sky-pilot-access-denied .input-group.newsletter-form .input-group-btn a, .input-group.newsletter-form .input-group-btn .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .input-group.newsletter-form .input-group-btn a#login_link, .input-group.newsletter-form .input-group-btn .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .input-group.newsletter-form .input-group-btn a#signup_link, .input-group.newsletter-form .input-group-btn .charge_rabbit a.update-card-link, .charge_rabbit .input-group.newsletter-form .input-group-btn a.update-card-link, .input-group.newsletter-form .input-group-btn .charge_rabbit a.update-address-link, .charge_rabbit .input-group.newsletter-form .input-group-btn a.update-address-link, .input-group.newsletter-form .input-group-btn .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .input-group.newsletter-form .input-group-btn a, .input-group.newsletter-form .input-group-btn .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .input-group.newsletter-form .input-group-btn a, .input-group.newsletter-form .input-group-btn .charge_rabbit a.cancel-subscription-link, .charge_rabbit .input-group.newsletter-form .input-group-btn a.cancel-subscription-link {
  border-radius: 2px; }

/*============================================================================
  #Product and Collection Grids
==============================================================================*/
.content-below-quantity-container p {
  text-align: center;
  max-width: 70%;
  margin: 7px auto; }

.on-sale {
  color: #40863f; }
  .on-sale .compare-at {
    margin-top: 15px;
    text-decoration: line-through !important;
    color: rgba(101, 101, 101, 0.5); }

.figcaption a {
  text-decoration: none; }

@media screen and (max-width: 768px) {
  .product__price {
    margin-top: 30px;
    margin-bottom: 30px; } }
@media screen and (min-width: 768px) {
  .product__price {
    margin-bottom: 60px; } }

.add-to-cart__wrapper {
  margin-top: 2.7em; }

.product__arrows {
  padding-bottom: 30px; }

.product-grid-item {
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .product-grid-item span.jdgm-prev-badge__text {
    display: block;
    margin-top: 5px; }
  .product-grid-item .jdgm-preview-badge .jdgm-star {
    font-size: 16px; }
  .product-grid-item a .price_wrapper {
    margin-bottom: 5px; }

.name_wrapper {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em; }

a .price_wrapper {
  color: #010101; }

.product__related {
  margin-bottom: 60px; }

/*================ Collection ================*/
.product-grid-item .figcaption.hover .price_wrapper p,
.product-grid-item .figcaption.hover .name_wrapper p {
  margin-bottom: 7.5px; }

@media screen and (max-width: 769px) {
  .product-grid-item .figcaption.hover {
    position: relative;
    padding: 15px 0; } }
@media screen and (min-width: 769px) {
  .product-grid-item .figcaption.hover .price_wrapper p,
  .product-grid-item .figcaption.hover .name_wrapper p {
    margin-bottom: 7.5px; }

  .product-grid-item .figcaption.hover {
    padding: 15px 0; }

  .product-grid-item .figcaption.hover .price_wrapper {
    opacity: 0;
    -ms-transform: translate(0px, 10px);
    /* IE 9 */
    -webkit-transform: translate(0px, 10px);
    /* Safari */
    transform: translate(0px, 10px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .product-grid-item:hover .figcaption.hover .price_wrapper {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
    /* IE 9 */
    -webkit-transform: translate(0px, 0px);
    /* Safari */
    transform: translate(0px, 0px); }

  .lt-ie9 .product-grid-item .figcaption.hover .price_wrapper {
    opacity: 1; } }
.product-grid-item .figcaption.under {
  position: relative;
  padding: 15px 0; }

label.quatity-selector {
  position: absolute;
  top: -20px; }

.sticker {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  background: #40863f;
  color: white;
  z-index: 400; }

/*=== Sensible heights for product grid images ===*/
.product-grid-item {
  text-align: center; }

.lazy-image {
  display: block;
  position: relative;
  background-size: cover; }

.lazy-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

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

.fade-in {
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }

.supports-no-touch .double__image .collection__image__bottom {
  opacity: 0; }
.supports-no-touch .double__image:hover .collection__image__bottom {
  opacity: 1; }

.supports-touch .collection__image__bottom {
  display: none; }

.collection__image__bottom {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }

/*============================================================================
  #Collections
==============================================================================*/
.filter--active {
  font-weight: bold; }

.collection {
  background: white;
  padding-top: 60px;
  padding-bottom: 120px; }
  .collection .main-content {
    padding-bottom: 0; }

div#FeaturedImage-collection + .collection {
  padding-top: 0px; }

.template-collection .main-content {
  padding-bottom: 0; }

.collection__sort {
  font-size: 0.85em; }

.toggle-filters {
  border-color: #f7f7f7;
  margin-bottom: 15px; }
  .toggle-filters img {
    display: block; }

/* toggle collection sidebar */
@media screen and (max-width: 768px) {
  .collection__sort select {
    font-size: 16px; }

  .collection__sort label {
    display: none; }

  .collection-filters {
    display: none; }

  .collection-sidebar {
    padding-top: 0; } }
@media screen and (min-width: 769px) {
  .toggle-filters {
    display: none; } }
/* Set thickness of active-state marker */
.collection-nav {
  margin-bottom: 30px; }
  .collection-nav .collection-nav--active > a {
    border-left: 3px solid #f7f7f7; }
  .collection-nav > li {
    margin-bottom: 10px;
    padding: 0px; }
    .collection-nav > li a {
      padding-left: 10px;
      margin-left: -13px;
      text-decoration: none;
      border-left: 3px solid transparent; }
      .collection-nav > li a:hover {
        border-left: 3px solid #40863f; }
  @media screen and (max-width: 768px) {
    .collection-nav {
      border-top: 1px solid #f7f7f7;
      margin-top: 10px;
      padding-top: 10px; } }

.collection-nav--child {
  margin-left: 13px; }
  .collection-nav--child > li {
    margin-bottom: 7.5px; }
    .collection-nav--child > li > a {
      border-left: 3px solid rgba(247, 247, 247, 0.2); }

.collection-list-item:not(first-child) {
  border-bottom: 1px solid #f7f7f7;
  padding-top: 60px; }

.product-list-item {
  margin-bottom: 10px; }

/*============================================================================
  #Breadcrumbs
==============================================================================*/
.breadcrumb {
  margin-bottom: 30px;
  margin-top: -30px;
  font-size: 0.7em;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em; }
  .breadcrumb a,
  .breadcrumb span {
    display: inline-block;
    padding: 15px 7px 15px 0;
    margin-right: 7px;
    text-decoration: none; }
    .breadcrumb a:first-child,
    .breadcrumb span:first-child {
      padding-left: 0; }
  .breadcrumb a:hover {
    text-decoration: underline; }

/*============================================================================
  #Product Page
==============================================================================*/
.spr-header-title {
  text-align: center; }

.template-product .main-content {
  padding-bottom: 0; }

.template-product .product-section > .wrapper:last-of-type, .template-product .product-section > .charge_rabbit:last-of-type, .template-product .product-section > .sky-pilot:last-of-type {
  padding-bottom: 120px; }

.product-page {
  padding-top: 60px;
  padding-bottom: 30px;
  /* background-color: $colorProductBg;  */
  background-color: white; }

.selector-wrapper select,
.product-form__variants {
  margin: 0 auto 2em auto;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
  text-align-last: center;
  padding-left: 28px; }

.product-form__variants {
  display: none; }
  .no-js .product-form__variants {
    display: block; }

.selector-wrapper label, .quantity-selector__wrapper label {
  margin-top: 3em;
  text-align: center;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em; }

.variant--soldout .quantity-selector__wrapper,
.variant--unavailabe .quantity-selector__wrapper {
  opacity: 0;
  display: none; }
  .variant--soldout .quantity-selector__wrapper label, .variant--soldout .quantity-selector__wrapper input, .variant--soldout .quantity-selector__wrapper button,
  .variant--unavailabe .quantity-selector__wrapper label,
  .variant--unavailabe .quantity-selector__wrapper input,
  .variant--unavailabe .quantity-selector__wrapper button {
    cursor: default; }

.quantity-selector__wrapper {
  transition: opacity 0.4s ease-out; }

.product__slides {
  margin-bottom: 30px;
  overflow-y: hidden; }
  .product__slides a, .product__slides img {
    display: block;
    margin: 0 auto; }
  .product__slides li {
    margin-bottom: 30px; }

.product__slides .product__photo--additional {
  display: none; }

.product__slides.slick-initialized .product__photo--additional {
  display: block; }

.product-form label {
  margin-top: 2em; }

.share {
  padding-bottom: 30px;
  padding-top: 30px; }

.share__link {
  text-decoration: none;
  margin-left: 15px;
  margin-right: 15px; }

.border-bottom-link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 3px; }
  .border-bottom-link:hover {
    border-bottom: 1px solid #dedede; }

.product-description--below {
  margin-top: 60px; }

.product__photo {
  position: relative; }

.product__play .icon, .product__play .slick-next, .product__play .slick-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px; }

.product__play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .product__play:hover {
    opacity: 0.75; }

/*============================================================================
  #Blogs and Comments
==============================================================================*/
.blog {
  background-color: white;
  padding-bottom: 120px; }

.template-blog .main-content {
  padding-bottom: 0; }

.template-article .background-size-cover,
.template-article .use_image {
  z-index: -1; }

.blog__link {
  text-decoration: none;
  color: inherit; }
  .blog__link .blog__article--image .blog__article__title,
  .blog__link .blog__article__title,
  .blog__link .blog__article__text {
    -webkit-transition: transform 0.15s ease-out;
    -moz-transition: transform 0.15s ease-out;
    -ms-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out; }
  .blog__link .blog__article__overlay {
    -webkit-transition: transform 1.1s ease-out;
    -moz-transition: transform 1.1s ease-out;
    -ms-transition: transform 1.1s ease-out;
    -o-transition: transform 1.1s ease-out;
    transition: transform 1.1s ease-out; }
  .blog__link:hover {
    color: inherit; }
    .blog__link:hover .blog__article__title {
      color: #1f411e; }
    .blog__link:hover .blog__article--image .blog__article__title {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
    .blog__link:hover .blog__article__overlay {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    .blog__link:hover .blog__article__text {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
    .blog__link:hover .blog__article__title {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }

.blog__article {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .blog__article {
      padding-left: 15px;
      padding-right: 15px; } }
  .blog__article .btn--full {
    margin-bottom: -35px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .blog__article .share {
    padding-top: 15px;
    padding-bottom: 0px; }

.blog__article-header-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  padding: 180px 30px 30px 30px;
  margin-top: -30px;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .blog__article-header-image {
      padding: 90px 15px 15px 15px; } }
  .blog__article-header-image a {
    color: #fff; }
  .blog__article-header-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.blog__article--over-image {
  border: none;
  margin-top: -140px;
  background-color: #fff;
  z-index: 100;
  position: relative; }
  @media screen and (max-width: 768px) {
    .blog__article--over-image {
      margin-top: -100px; } }

.blog__article--card {
  margin-top: 30px;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0; }

.blog .blog__article--card {
  margin-top: 0;
  margin-bottom: 30px; }

.blog__article--image {
  position: relative;
  overflow: hidden;
  border: none; }

.blog__article__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  border: none; }
  .blog__article__overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.blog__article__content {
  margin-top: 15px; }

.blog__article--card .blog__article__content {
  margin: 0;
  min-height: 200px; }

.blog__article--image .blog__article__content {
  display: table; }
  .blog__article--image .blog__article__content .blog__article__title {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    color: white; }
    .blog__article--image .blog__article__content .blog__article__title a {
      color: white; }

.banner, .blog__article-header-image,
.blog__article .btn--full {
  margin-left: -30px;
  width: calc(100% + 60px);
  position: relative;
  max-width: none; }
  @media screen and (max-width: 480px) {
    .banner, .blog__article-header-image,
    .blog__article .btn--full {
      width: calc(100% + 30px);
      margin-left: -15px; } }

.blog__article header {
  text-align: center;
  margin-bottom: 30px; }
  .blog__article header .accent {
    opacity: 0.6; }

.blog__article footer {
  margin-bottom: 30px; }

.blog__sidebar {
  position: relative; }

.template-article .blog__sidebar {
  position: relative;
  margin-top: 40px; }

.blog__rss {
  position: absolute;
  top: 5px;
  right: 0; }

.blog__comments {
  text-decoration: none; }
  .blog__comments em {
    color: rgba(101, 101, 101, 0.5); }
  .blog__comments:hover {
    text-decoration: underline; }

.blog__tag {
  text-decoration: none;
  position: relative;
  color: white;
  background-color: #40863f;
  border-radius: 2px;
  padding: 5px 5px 5px 15px;
  margin-bottom: 15px;
  margin-bottom: 3px;
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em; }
  .blog__tag:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 11px;
    left: 5px;
    background-color: white; }

.comment {
  margin-bottom: 30px; }
  .comment + .comment {
    border-top: 1px solid rgba(247, 247, 247, 0.1);
    padding-top: 30px; }

/*============================================================================
  #Cart Page
==============================================================================*/
.cart__row {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f7f7f7; }
  .cart__row:first-child {
    margin-top: 0; }
  .cart__row:first-child {
    padding-top: 0;
    border-top: 0 none; }
  .cart__row a {
    text-decoration: none; }
  .cart__row .js-qty, .cart__row .ajaxcart__qty,
  .cart__row body.template-cart .js-qty,
  body.template-cart .cart__row .js-qty {
    margin: 0; }

@media screen and (min-width: 769px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cart__row--table-large .grid__item {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
.cart__image {
  display: block; }
  .cart__image img {
    display: block; }

.cart__subtotal {
  margin: 0 0 0 10px;
  display: inline; }

.cart__mini-labels {
  display: block;
  margin: 10px 0;
  font-size: 0.85714em; }
  @media screen and (min-width: 769px) {
    .cart__mini-labels {
      display: none; } }

.cart__remove {
  display: block; }

.cart__footer {
  text-align: right; }

.cart__instructions__label {
  text-align: left; }

.hidden-count {
  display: none; }

.additional-checkout-buttons {
  margin: 20px 0;
  padding: 8px;
  background-color: #fafafa;
  border: 1px solid #f2f2f2;
  text-align: right; }
  .additional-checkout-buttons > *:not(script) {
    padding: 12px 0 0 5px;
    vertical-align: top;
    line-height: 1; }
    .additional-checkout-buttons > *:not(script):first-child, .additional-checkout-buttons > *:not(script):empty {
      padding-left: 0px; }
  @media screen and (min-width: 480px) {
    .additional-checkout-buttons {
      padding: 18px 18px 8px 18px; } }

.ajaxcart .additional-checkout-buttons {
  margin: 0;
  padding: 0;
  background-color: #1f411e;
  border: none;
  text-align: center;
  min-height: 0; }
  .ajaxcart .additional-checkout-buttons > *:not(script) {
    margin-top: 8px;
    margin-bottom: 8px; }

/*============================================================================
  #Quantity Selectors
==============================================================================*/
.ajaxcart--hide {
  opacity: 0; }

.js-qty, .ajaxcart__qty,
body.template-cart .js-qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 103px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .js-qty input[type="text"], .ajaxcart__qty input[type="text"] {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 30px;
    margin: 0; }

.product-single .js-qty, .product-single .ajaxcart__qty,
.product-single body.template-cart .js-qty,
body.template-cart .product-single .js-qty {
  margin-left: auto;
  margin-right: auto; }

.js-qty__adjust, .ajaxcart__qty-adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  padding: 0 12px;
  top: 0px;
  bottom: 0px;
  border: 0 none;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .js-qty__adjust:hover, .ajaxcart__qty-adjust:hover, .js-qty__adjust:focus, .ajaxcart__qty-adjust:focus {
    color: #40863f;
    outline: none; }
  .js-qty__adjust:active, .ajaxcart__qty-adjust:active {
    color: #1f411e;
    outline: none; }

.update-cart:focus {
  outline: none; }

.js-qty__adjust--plus, .ajaxcart__qty--plus {
  right: 0; }

.js-qty__adjust--minus, .ajaxcart__qty--minus {
  left: 0; }

/*============================================================================
  #Quantity Selectors in the Ajax Cart
==============================================================================*/
.ajaxcart__qty,
body.template-cart .ajaxcart__qty,
body.template-cart .js-qty {
  display: inline-block;
  margin: 0; }
  .is-loading .ajaxcart__qty, .is-loading
  body.template-cart .ajaxcart__qty,
  .is-loading
  body.template-cart .js-qty {
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

.ajaxcart__errors {
  margin-top: 15px; }

/*============================================================================
  #Charge Rabbit
==============================================================================*/
.sky-pilot-access-denied {
  text-align: center; }

.charge_rabbit .login_or_signup {
  text-align: center; }
  .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup a#signup_link {
    display: block;
    margin: 15px auto;
    max-width: 300px; }
@media screen and (min-width: 768px) {
  .charge_rabbit .address_info, .charge_rabbit .card_info {
    width: 50%;
    float: left; } }
@media screen and (max-width: 768px) {
  .charge_rabbit .address_info {
    margin-top: 20px; } }
.charge_rabbit a.update-card-link, .charge_rabbit a.update-address-link {
  margin-top: 10px; }
.charge_rabbit dl dt {
  font-weight: bold;
  width: 30%; }
.charge_rabbit dl dt, .charge_rabbit dl dd {
  float: left;
  -webkit-margin-start: 0; }
.charge_rabbit dl dd {
  width: 70%; }
.charge_rabbit .subscription_actions {
  clear: both;
  padding-top: 20px; }
.charge_rabbit .cancel-subscription-wrapper {
  text-align: center; }
  .charge_rabbit .cancel-subscription-wrapper a {
    display: block;
    margin: 15px auto;
    max-width: 300px; }
.charge_rabbit a.cancel-subscription-link {
  background: #d02e2e; }

/*============================================================================
  #Password Page
==============================================================================*/
.template-password {
  height: 100vh;
  text-align: center; }

.password-section {
  width: 100%;
  height: 100%; }

.password__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  color: #010101;
  background-color: #40863f;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #010101; }
  .password__wrapper .password__footer__inner {
    color: #fff; }
  .password__wrapper a {
    color: inherit; }

.password__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px; }
  @media screen and (max-width: 480px) {
    .password__main__inner {
      padding: 10px 10px; } }
  @media screen and (min-width: 480px) {
    .password__main__inner {
      padding: 10px 30px; } }

.password__box {
  background-color: white;
  max-width: 600px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .password__box {
      padding: 30px 30px; } }
  @media screen and (min-width: 480px) {
    .password__box {
      padding: 30px 0; } }

.template-password .newsletter-form {
  border: 1px solid rgba(247, 247, 247, 0.5); }

.storefront-password-form {
  margin-top: 30px; }

.password__hero {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  font-size: 3em;
  line-height: 1.15;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  padding-bottom: 30px;
  padding-top: 30px; }
  @media screen and (min-width: 481px) {
    .password__hero {
      font-size: 3.57143em; } }
  @media screen and (min-width: 769px) {
    .password__hero {
      font-size: 3.92857em; } }
  .password__hero .logo {
    max-width: 100%;
    max-height: 200px; }

.password__message {
  font-size: 120%; }
  .password__message img {
    max-width: 100%; }

.password__hero,
.password__message,
.password__login-form,
.password__signup-form {
  max-width: 500px;
  margin: 0 auto; }

.password__login-form {
  text-align: center;
  padding: 60px 30px; }

.password__login-form,
.password__box {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px; }

.password__login-form,
.password__signup-form {
  background-color: white; }
  @media screen and (min-width: 480px) {
    .password__login-form,
    .password__signup-form {
      padding-left: 30px;
      padding-right: 30px; } }
  .password__login-form .input-group,
  .password__signup-form .input-group {
    width: 100%; }
  .password__login-form .errors ul,
  .password__signup-form .errors ul {
    list-style-type: none;
    margin-left: 0; }

.password__signup-form {
  padding-top: 30px; }

.password__signup-form__heading {
  margin-bottom: 0.8em; }

.password__social-sharing {
  margin-top: 30px; }

.password__social-sharing__heading {
  margin-bottom: 0; }

.admin-login {
  margin-top: 15px;
  margin-bottom: 0; }
  .admin-login a {
    text-decoration: none; }

.admin-login {
  font-size: 95%; }

.password__footer {
  display: table-row;
  height: 1px; }

.password__footer__inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px;
  line-height: 21px;
  font-size: 95%;
  color: #f7f7f7; }
  .password__footer__inner a {
    text-decoration: none;
    margin: 0 15px; }
    @media screen and (max-width: 768px) {
      .password__footer__inner a {
        display: block;
        margin-top: 15px; } }

/*================ VENDOR ================*/
/*============================================================================
  #Slick Slider
==============================================================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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; }
  .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 Theme
==============================================================================*/
/* Slider */
.slick-loading .slick-list {
  background: #fafafa; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -124px;
  z-index: 500;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  opacity: 0.75;
  -webkit-text-size-adjust: none;
  font-size: 1px;
  letter-spacing: -1px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 46px;
    font-size: 3rem;
    letter-spacing: normal;
    color: #656565; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.75; }

.slick-next {
  right: 0;
  padding: 100px 0 100px 20px; }

.slick-prev {
  left: 0;
  padding: 100px 20px 100px 0; }

/* Dots */
.slick-slider {
  margin-bottom: 5px; }

.product__thumbs--square .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .product__thumbs--square .slick-dots li {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 10px 5px;
    padding: 0;
    cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  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: "•";
    width: 20px;
    height: 20px;
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: #f7f7f7;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
  color: #f7f7f7;
  opacity: 1; }

/*============================================================================
  #Magnific Popup CSS (used on password page)
==============================================================================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom,
.product__photo img[data-mfp-src] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader:after {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    animation: spin 1s infinite linear; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

button.mfp-close {
  margin: 30px;
  font-size: 2.85714em;
  font-weight: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff; }

/*============ Theme Specific MFP ==================*/
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.75); }

.template-password .mfp-bg {
  background-color: #40863f; }

/* Wider images for zoom */
.mfp-figure figure {
  overflow-y: scroll; }

img.mfp-img {
  max-height: none !important; }

button.mfp-close {
  margin: 0px; }

/* Size chart popup for product page */
.mfp-content .product-modal {
  position: relative;
  background: #FFF;
  padding: 45px 30px;
  width: auto;
  margin: 20px auto;
  max-width: 1322px; }
  @media screen and (max-width: 480px) {
    .mfp-content .product-modal {
      padding: 45px 15px; } }

.mfp-bg.mfp-fade {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .mfp-bg.mfp-fade.mfp-ready {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-bg.mfp-fade.mfp-removing {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 0;
    filter: alpha(opacity=0); }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  .mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0; }

/*============ Add any custom styles below this line ==================*/
/* GENERAL */
::-moz-selection {
  background: #6a8f42;
  color: #fff; }

::selection {
  background: #6a8f42;
  color: #fff; }

a, .shg-btn {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

.add-to-cart-quick div {
  font-family: "Montserrat","Helvetica Neue",Arial,sans-serif; }

.sl-line {
  border-color: #e8e8e8;
  margin-top: 50px;
  margin-bottom: 30px; }

ul.disc, .rte ul, ol {
  padding-left: 15px; }

.template-product .pl-image {
  z-index: 9 !important; }

.nav--desktop .grandparent > .main-menu-dropdown {
  z-index: 99999 !important; }

input[type="text"], input[type="search"], input[type="password"],
input[type="email"], input[type="file"], input[type="number"], input[type="tel"],
input[type="url"], textarea, select {
  border: 1px solid #dedede; }

.center {
  margin: auto !important;
  float: none; }

.use_screen_one_tenths {
  height: 10vh; }

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

.sticky {
  position: relative; }

.scrolled #shopify-section-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%; }

.purchase.button {
  line-height: 30px;
  color: white !important;
  height: auto !important; }

.purchase.button:hover {
  color: white !important; }

.purchase.button {
  display: block !important;
  background: #6dab30;
  color: white;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 4px;
  cursor: pointer;
  opacity: 0.95;
  z-index: 900;
  border-radius: 1px;
  border-radius: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 5px;
  font-family: 'Lato','Raleway',Arial,GoldenFontAwesome,Helvetica,sans-serif;
  font-size: 1rem;
  font-size: 16px;
  color: white;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.purchase.button:hover, #AddToCart-product-shinyleaf:hover {
  background: #347534; }

#tidio-chat iframe, .back-to-top {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

#tidio-chat iframe.move-top, .fb_dialog.move-top {
  bottom: 11em !important; }

.back-to-top.move-top {
  bottom: 15em !important; }

#toc-button {
  cursor: pointer; }

.page-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }

.page-banner h1, .page-banner .h1, .page-banner .h1--body {
  color: #000;
  text-shadow: 0px 1px 3px white;
  text-transform: uppercase;
  font-size: 62px;
  margin: 0; }

.page-banner h1:before, .page-banner .h1:before, .page-banner .h1--body:before, .page-banner h1:after, .page-banner .h1:after, .page-banner .h1--body:after {
  content: "";
  width: 60px;
  background: black;
  height: 5px;
  display: block;
  margin: 5px auto;
  box-shadow: 1px 1px 1px white; }

.wrapper-alt {
  padding-top: 0;
  margin-top: 0; }

.wrapper-alt > hr {
  border-color: #dfdfdf; }

.readmore {
  text-align: right;
  margin-bottom: 5em;
  position: relative; }

.readmore div {
  float: right;
  /*       padding: 20px 15px 20px 60px; */
  padding: 0 15px 0 60px;
  text-align: left;
  display: block;
  background: transparent;
  position: relative; }

.readmore span {
  text-align: center;
  padding: 0px;
  font-weight: bold;
  font-size: 14px;
  color: #2a2a2a; }

.readmore a {
  font-size: 14px;
  text-decoration: none !important;
  color: #6dab30; }

.readmore div:hover a {
  color: #074816; }

.readmore img {
  width: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px; }

.readmore-old p {
  margin: 0;
  text-align: left !important; }

.product-label-image {
  position: absolute !important; }

.sl-top-left {
  top: 0% !important;
  left: 0% !important;
  right: auto !important;
  bottom: auto !important;
  background-position: left top; }

.product-label {
  z-index: 99;
  padding: 2.5px 8px; }

.product-label-text {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  /*position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999; */ }

.bg-dark-blue {
  background: #2A608F; }

.bg-dark-red {
  background: #8F0C1A; }

.bg-green, .bg-usda-organic {
  background: #408640; }

.bg-orange {
  background: #F34334; }

.bg-red {
  background: #FE0002; }

.bg-light-blue {
  background: #03A9F5; }

.bg-gray {
  background: #9E9E9E; }

.bg-none {
  background: none; }

label, legend {
  color: #2a2a2a; }

sup {
  top: -0.5em; }

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

.homepage-blog,
.homepage-product,
.homepage-columns,
.homepage-instagram,
.homepage-newsletter,
.homepage-collection {
  padding-top: 60px; }

#shopify-product-reviews .spr-review-reply {
  display: none; }

#fb-livechat-content {
  bottom: 1em !important; }

.three-column-container .grid__item.large--one-third {
  margin: 15px 0; }

.text-underline {
  text-decoration: underline; }

.cc-window.cc-banner {
  z-index: 9999999999 !important; }

.responsive-image-container > div {
  text-align: center; }

/* .GENERAL */
/* HEADER */
.header-message.header-with-order span {
  display: none; }

.header-message {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

.mobile-search-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px; }

.nav--mobile .mobile-search-item .search-btn {
  top: 0;
  right: 0px;
  height: 100%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40px;
  background: url("/cdn/shop/t/4/assets/search.svg?8142685398061683953");
  background-repeat: no-repeat;
  background-position: right 10px center;
  position: absolute;
  background-color: #656565; }

.nav--mobile .mobile-search-item .search-bar {
  font-size: 12px; }

.user-nav-mobile .main-menu-dropdown ul > li:first-child {
  border-top: 1px solid rgba(101, 101, 101, 0.2); }

.nav--mobile .header-cart__bubble {
  background-color: #FC0000;
  color: #fff !important; }

.nav-element.user-nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  z-index: 999;
  background: #6dab30; }

.user-nav-list {
  display: flex;
  margin: 0;
  height: 14px; }

.user-nav-list li.list-item {
  margin: 0 5px; }

.user-nav-list .header-account-link a {
  vertical-align: middle;
  font-size: 13px; }

.user-nav-list .header-account-link img {
  width: 18px;
  margin-top: 2px; }

.user-nav-list li.list-item.account-item > a {
  background-color: #656565; }

.user-nav-list-menu-container {
  padding-top: 5px; }

.user-nav-list-menu {
  background: #fff;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.17);
  padding: 24px;
  margin: 0; }

.user-nav-list-menu li {
  padding: 10px 0;
  margin: 0; }

.user-nav-list li.list-item.account-item {
  line-height: 23px;
  margin-left: 15px;
  /*     margin-bottom: 10px; */ }

.user-nav-list li.list-item.account-item .user-greetings {
  padding-left: 5px;
  font-size: 14px;
  position: relative;
  top: 1px; }

.user-nav-list li.list-item.account-item ul a, .user-nav-list-menu a {
  background-color: #fff;
  color: #010101;
  text-decoration: none;
  font-size: 13px; }

.user-nav-list li.list-item.account-item ul a:hover, .user-nav-list-menu a:hover {
  color: #40863f;
  text-decoration: none; }

.user-nav-list li.list-item.account-item.active:before {
  content: "";
  position: absolute;
  width: 100%;
  right: 100%;
  background: #656565;
  height: 20px; }

.header-cart__bubble {
  z-index: 9999;
  color: #fff !important;
  font-size: 8px;
  text-align: center; }

.header-search .search-bar {
  text-align: left; }

.header-search .search-bar:focus, .header-search .search-bar:active {
  font-size: 13px; }

/* .HEADER */
/* POPUP */
.privy-popup-content {
  background-position: right top !important; }

#privy-container #privy-inner-container .privy .privy-powered-by {
  transform: scale(0) !important; }

#privy-container #privy-inner-container .privy-popup-container .privy-privacy-container {
  display: none; }

#addtc-popup {
  background: white; }

.addtc-image > div {
  border-radius: 0 !important; }

.show-popup {
  cursor: pointer; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 15px; }

.white-popup.page-popup-inner {
  max-width: 1024px; }

.white-popup.page-popup-inner img {
  max-width: 100%; }

.white-popup.page-popup-inner .content {
  max-height: 500px; }

.white-popup h2, .white-popup .h2, .white-popup .h2--body {
  font-size: 15px;
  font-weight: bolder; }

.white-popup .h1 {
  font-size: 20px;
  font-weight: bolder; }

.white-popup .content {
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.customer-logged-in #soundest-dynamic-container {
  display: none !important; }

/* OmniSend */
.soundest-form-background-image-outer,
.soundest-form-image-left-outer {
  height: auto !important;
  display: inline-block !important;
  transform: translateY(-50%);
  top: 50% !important; }

.soundest-form-image-left-close-holder,
.soundest-form-background-image-close-holder {
  right: 37px;
  top: -35px;
  position: absolute;
  padding: 0 !important; }

/* .OmniSend */
/* .POPUP */
/* HOME */
.slideshow__slide .content--centered, .slideshow__slide .collection-grid-item__content, .slideshow__slide .collection-grid-item__content {
  padding-left: 0;
  padding-right: 0; }

.banner-text-overlay .preventOverflowContent a.btn.btn--clear, .banner-text-overlay .preventOverflowContent a.btn--clear.btn--secondary, .banner-text-overlay .preventOverflowContent a.btn--clear.spr-summary-actions-newreview, .banner-text-overlay .preventOverflowContent .sky-pilot-access-denied a.btn--clear, .sky-pilot-access-denied .banner-text-overlay .preventOverflowContent a.btn--clear, .banner-text-overlay .preventOverflowContent .charge_rabbit .login_or_signup a.btn--clear#login_link, .charge_rabbit .login_or_signup .banner-text-overlay .preventOverflowContent a.btn--clear#login_link, .banner-text-overlay .preventOverflowContent .charge_rabbit .login_or_signup a.btn--clear#signup_link, .charge_rabbit .login_or_signup .banner-text-overlay .preventOverflowContent a.btn--clear#signup_link, .banner-text-overlay .preventOverflowContent .charge_rabbit a.btn--clear.update-card-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.btn--clear.update-card-link, .banner-text-overlay .preventOverflowContent .charge_rabbit a.btn--clear.update-address-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.btn--clear.update-address-link, .banner-text-overlay .preventOverflowContent .charge_rabbit .continue_shopping a.btn--clear, .charge_rabbit .continue_shopping .banner-text-overlay .preventOverflowContent a.btn--clear, .banner-text-overlay .preventOverflowContent .charge_rabbit .cancel-subscription-wrapper a.btn--clear, .charge_rabbit .cancel-subscription-wrapper .banner-text-overlay .preventOverflowContent a.btn--clear, .banner-text-overlay .preventOverflowContent .charge_rabbit a.btn--clear.cancel-subscription-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.btn--clear.cancel-subscription-link {
  color: #fff;
  background-color: #ec8d00;
  border: 0; }

.banner-text-overlay .preventOverflowContent a.btn.btn--clear:hover, .banner-text-overlay .preventOverflowContent a.btn--clear.btn--secondary:hover, .banner-text-overlay .preventOverflowContent a.btn--clear.spr-summary-actions-newreview:hover, .banner-text-overlay .preventOverflowContent .sky-pilot-access-denied a.btn--clear:hover, .sky-pilot-access-denied .banner-text-overlay .preventOverflowContent a.btn--clear:hover, .banner-text-overlay .preventOverflowContent .charge_rabbit .login_or_signup a.btn--clear#login_link:hover, .charge_rabbit .login_or_signup .banner-text-overlay .preventOverflowContent a.btn--clear#login_link:hover, .banner-text-overlay .preventOverflowContent .charge_rabbit .login_or_signup a.btn--clear#signup_link:hover, .charge_rabbit .login_or_signup .banner-text-overlay .preventOverflowContent a.btn--clear#signup_link:hover, .banner-text-overlay .preventOverflowContent .charge_rabbit a.btn--clear.update-card-link:hover, .charge_rabbit .banner-text-overlay .preventOverflowContent a.btn--clear.update-card-link:hover, .banner-text-overlay .preventOverflowContent .charge_rabbit a.btn--clear.update-address-link:hover, .charge_rabbit .banner-text-overlay .preventOverflowContent a.btn--clear.update-address-link:hover, .banner-text-overlay .preventOverflowContent .charge_rabbit .continue_shopping a.btn--clear:hover, .charge_rabbit .continue_shopping .banner-text-overlay .preventOverflowContent a.btn--clear:hover, .banner-text-overlay .preventOverflowContent .charge_rabbit .cancel-subscription-wrapper a.btn--clear:hover, .charge_rabbit .cancel-subscription-wrapper .banner-text-overlay .preventOverflowContent a.btn--clear:hover, .banner-text-overlay .preventOverflowContent .charge_rabbit a.btn--clear.cancel-subscription-link:hover, .charge_rabbit .banner-text-overlay .preventOverflowContent a.btn--clear.cancel-subscription-link:hover {
  background-color: #dc880c; }

.homepage-image[data-section-type="banner"] .btn--splash {
  background-color: #FF9A00; }

.homepage-image[data-section-type="banner"] .btn--splash:hover,
.homepage-image[data-section-type="banner"] .btn--splash:focus,
.homepage-image[data-section-type="banner"] .btn--splash:active {
  background-color: #ec8d00; }

.banner-text-overlay .preventOverflowContent {
  text-align: center !important; }

.banner-text-overlay .preventOverflowContent .content--flex {
  margin: 15px auto; }

.banner-text-overlay .preventOverflowContent a.btn, .banner-text-overlay .preventOverflowContent a.btn--secondary, .banner-text-overlay .preventOverflowContent a.spr-summary-actions-newreview, .banner-text-overlay .preventOverflowContent .sky-pilot-access-denied a, .sky-pilot-access-denied .banner-text-overlay .preventOverflowContent a, .banner-text-overlay .preventOverflowContent .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .banner-text-overlay .preventOverflowContent a#login_link, .banner-text-overlay .preventOverflowContent .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .banner-text-overlay .preventOverflowContent a#signup_link, .banner-text-overlay .preventOverflowContent .charge_rabbit a.update-card-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.update-card-link, .banner-text-overlay .preventOverflowContent .charge_rabbit a.update-address-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.update-address-link, .banner-text-overlay .preventOverflowContent .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .banner-text-overlay .preventOverflowContent a, .banner-text-overlay .preventOverflowContent .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .banner-text-overlay .preventOverflowContent a, .banner-text-overlay .preventOverflowContent .charge_rabbit a.cancel-subscription-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.cancel-subscription-link {
  margin-top: 20px;
  box-shadow: 0px 1px 8px -2px #000;
  font-size: 18px; }

.banner-text-overlay .preventOverflowContent > *:not(a) {
  display: table;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.9); }

/* .HOME */
/* PRODUCT PAGE */
.template-product .shg-product-title-component h1, .template-product .shg-product-title-component .h1, .template-product .shg-product-title-component .h1--body {
  text-transform: uppercase; }

.template-product .shg-product-quantity-wrapper input {
  border: 0 !important;
  box-shadow: none !important; }

#AddToCart-product-shinyleaf {
  background: #40863f;
  color: #fff;
  border: 1px solid #40863f;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

#AddToCart-product-shinyleaf.disabled {
  background-color: rgba(0, 0, 0, 0.3) !important;
  max-width: 100%; }

.btn--clear.disabled {
  border: 1px solid rgba(0, 0, 0, 0.3) !important; }

#AddToCart-product-shinyleaf.disabled:hover {
  color: #fff !important; }

#AddToCartForm-product-shinyleaf {
  margin-top: 42px; }

#AddToCartForm-product-shinyleaf .add-to-cart__wrapper {
  margin-top: 25px; }

#AddToCartForm-product-shinyleaf .selector-wrapper select,
select.bold-ro__frequency-type.bold-ro__order-interval,
select.bold-ro__frequency-num {
  padding-right: 25px;
  padding-left: 10px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("/cdn/shop/files/arrow-down.png?2827914470238914323");
  background-position: 93% center;
  background-repeat: no-repeat; }

#AddToCartForm-product-shinyleaf .selector-wrapper select {
  height: auto;
  padding: 5px 30px 5px 5px;
  font-size: 14px;
  line-height: 23px !important;
  border-radius: 1px;
  border: 1px solid #010101;
  height: 37px;
  margin-top: 0;
  margin-bottom: 0; }

.selector-container .js-qty input[type="text"], .selector-container .ajaxcart__qty input[type="text"] {
  font-size: 14px;
  line-height: 23px !important; }

.variant-selection > div.selector-wrapper {
  position: relative;
  top: 0px !important; }

.selector-container select, .selector-container .js-qty input[type="text"], .selector-container .ajaxcart__qty input[type="text"],
.selector-container .ajaxcart__qty input[type="text"] {
  border: 1px solid #010101;
  height: 37px;
  margin-top: 0;
  margin-bottom: 0; }

.product-more-info {
  background: #d3e2a7;
  color: #656565;
  padding: 60px 0; }

.product-featured-comment-container {
  margin: 45px 0;
  position: relative;
  display: none; }

.product-featured-comment-container.product-featured-comment-below-images {
  display: block; }

.product-featured-comment i {
  font-size: 16px; }

.product-featured-comment-container:before {
  content: "";
  border: 1px solid #010101;
  position: absolute;
  width: 100%;
  height: 100%; }

.product-featured-comment {
  position: relative;
  border: 1px solid #010101;
  padding: 20px 130px 0;
  top: 6px;
  left: -6px; }

.product-featured-comment p {
  font-style: italic;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
  padding: 0px 30px; }

.product-featured-comment:before, .product-featured-comment:after {
  font-size: 65px;
  font-family: 'Helvetica';
  position: absolute; }

.product-featured-comment:before {
  content: '“'; }

.product-featured-comment:after {
  content: '”'; }

.product-featured-comment:before {
  top: 0;
  left: 15px; }

.product-featured-comment:after {
  top: 0;
  right: 15px; }

#shopify-product-reviews {
  margin: 55px 0 25px !important; }

.template-product #productInfo-product-shinyleaf .product-description {
  margin-bottom: 45px; }

.cbb-frequently-bought-form {
  margin-top: 35px; }

.product-video-container {
  position: relative;
  overflow: hidden; }

.product-bg-image {
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(1.23);
  -moz-transform: scale(1.23);
  -o-transform: scale(1.23);
  -ms-transform: scale(1.23);
  transform: scale(1.23); }

.product-video-container .productVideo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.product-video-container .title--flex {
  margin-bottom: 42px;
  font-weight: 700;
  display: inline-block;
  /*     background: rgba(255,255,255,0.8); */
  padding: 10px 20px;
  border-radius: 5px; }

.product-video__play {
  display: inline-block;
  outline: none !important; }

.icon-play {
  -webkit-filter: drop-shadow(1px 2px 2px #505050);
  -moz-filter: drop-shadow(1px 2px 2px #505050);
  -o-filter: drop-shadow(1px 2px 2px #505050);
  filter: drop-shadow(1px 2px 2px #505050); }

.product-video-container .icon-play path {
  fill: #fafafa;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.product-video-container .icon-play:hover path {
  fill: #6ab95f; }

.bold-ro__one-time-purchase, .bold-ro__recurring-text {
  font-weight: 300;
  font-size: 14px;
  text-transform: initial; }

.ro_widget {
  margin-top: -10px; }

.bold-ro__frequency-label {
  text-align: center; }

.sl-product-thumb-image {
  position: relative; }

.product-grid-item .sticker {
  display: none; }

.shopify-product-reviews-link {
  text-decoration: none; }

.shopify-product-reviews-link .spr-badge {
  display: inline-block; }

.shopify-product-reviews-link .spr-badge .spr-badge-caption {
  font-size: 13px;
  color: #0066c0; }

.shopify-product-reviews-link .spr-badge:hover .spr-badge-caption {
  color: #d09c00; }

.product-single .text-content {
  color: #2196F3;
  font-size: 12px;
  letter-spacing: 1px; }

.sl-subscribe-recurring {
  position: relative;
  text-align: center; }

.sl-subscribe-recurring-inner {
  position: relative;
  background: rgba(139, 195, 74, 0.3);
  padding: 15px 60px 15px 15px;
  border-radius: 3px;
  margin: 40px 0 20px;
  display: inline-block;
  text-align: left; }

.discount_circle {
  position: absolute;
  right: -20px;
  top: -33px;
  background: #F44336;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 16px 12px 12px;
  font-size: 12px;
  line-height: 1.275;
  box-shadow: 0px 2px 9px -2px #000; }

.discount_circle span {
  display: block;
  font-size: 18px; }

.sl-product-subscribe-form,
.sl-product-discount-label {
  cursor: pointer; }

.sl-product-subscribe-form label span {
  display: table-cell;
  cursor: pointer; }

.bold-ro__frequency-num, .bold-ro__frequency-type {
  font-size: 12pt;
  line-height: 1; }

.sl-product-discount-label {
  margin-top: 0 !important;
  display: table; }

#subscribe-and-save {
  margin-right: 7px;
  vertical-align: middle;
  cursor: pointer; }

.bold-ro__one-time-div, .bold-ro__recurring-div input[type="radio"] {
  display: none; }

.product-promise {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.product-promise ul {
  margin-bottom: 0; }

.product-promise ul li span {
  color: #40863f; }

.product__related, .cbb-frequently-bought-wrap {
  background: #fafafa; }

.cbb-frequently-bought-wrap {
  padding: 30px 0; }

/* .PRODUCT PAGE */
/* SEARCH PAGE */
.template-search .add-to-cart-quick div {
  display: none; }

.template-search .pl-collection {
  width: auto; }

/* .SEARCH PAGE */
/* CART PAGE */
body.template-cart {
  background-color: white; }

.cart-empty.empty-cart-block .first {
  color: #2D8843;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 5px; }

.cart-empty.empty-cart-block .second {
  text-transform: initial; }

.cart-empty.empty-cart-block .btn, .cart-empty.empty-cart-block .btn--secondary, .cart-empty.empty-cart-block input[type="submit"], .cart-empty.empty-cart-block .spr-summary-actions-newreview, .cart-empty.empty-cart-block .sky-pilot-access-denied a, .sky-pilot-access-denied .cart-empty.empty-cart-block a, .cart-empty.empty-cart-block .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .cart-empty.empty-cart-block a#login_link, .cart-empty.empty-cart-block .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .cart-empty.empty-cart-block a#signup_link, .cart-empty.empty-cart-block .charge_rabbit a.update-card-link, .charge_rabbit .cart-empty.empty-cart-block a.update-card-link, .cart-empty.empty-cart-block .charge_rabbit a.update-address-link, .charge_rabbit .cart-empty.empty-cart-block a.update-address-link, .cart-empty.empty-cart-block .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .cart-empty.empty-cart-block a, .cart-empty.empty-cart-block .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .cart-empty.empty-cart-block a, .cart-empty.empty-cart-block .charge_rabbit a.cancel-subscription-link, .charge_rabbit .cart-empty.empty-cart-block a.cancel-subscription-link {
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.featured-collection-products h3, .featured-collection-products .h3, .featured-collection-products .h3--body, .featured-collection-products .sky-pilot-access-denied h5, .sky-pilot-access-denied .featured-collection-products h5, .featured-collection-products .sky-pilot-access-denied .h5, .sky-pilot-access-denied .featured-collection-products .h5, .featured-collection-products .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .featured-collection-products .h5--body {
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
  padding: 20px 0;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  color: #2d8843;
  font-weight: 700; }

.template-product .product__related {
  margin-bottom: 0; }

[data-app=eastsideco_cartOffers] {
  padding: 38px 0 0; }

.esc-cc__modern-container__product {
  text-align: center; }

.esc-cc__modern-container__heading h2, .esc-cc__modern-container__heading .h2, .esc-cc__modern-container__heading .h2--body {
  margin: 0; }

.esc-cc__modern-container__product a {
  text-decoration: none !important; }

button.esc-cc__modern-container__add-to-cart {
  background-color: #40863f;
  text-transform: uppercase;
  border: 1px solid #40863f;
  width: auto !important;
  float: none !important;
  /*       padding: 10px 17px; */
  color: #fff !important;
  font-weight: 300; }

button.esc-cc__modern-container__add-to-cart:hover {
  background-color: #347534;
  color: #fff !important; }

.esc-cc__modern-container__product-price {
  display: none; }

.esc-cc__modern-container__product-title {
  .
      font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em !important;
  line-height: 1.4 !important;
  height: 2rem !important;
  color: #656565; }

.esc-cc__modern-container__product-variants {
  width: 50%; }

/* .CART PAGE */
/* COLLECTIONS PAGE */
.collection-subtitle-container img {
  max-width: 100%;
  width: auto;
  height: auto; }

/* .COLLECTIONS PAGE */
/* ABOUT US */
.about-main-content {
  margin-bottom: 50px !important; }

.timeline {
  margin: 0 auto 80px;
  padding: 15px 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.timeline:nth-child(odd) .grid__item {
  float: right; }

.timeline .details {
  background: #f1f6f2;
  padding: 20px;
  margin: auto; }

/* .ABOUT US */
/* CHAT PAGE */
#tidio-chat iframe {
  .right: 120px; }

/* .CHAT PAGE */
/* TABLE OF CONTENTS */
.rte > div.toc-wrapper {
  margin-top: 40px; }

.toc-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(19, 19, 19, 0.06);
  padding: 15px 15px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left !important; }

.toc-wrapper a {
  text-decoration: none;
  color: #2D8843; }

.toc-wrapper ul, .toc-wrapper ol {
  -webkit-padding-start: 17px;
  margin: 0px;
  counter-reset: item;
  list-style-position: outside;
  padding-left: 30px; }

.toc-wrapper ul li, .toc-wrapper ol li {
  font-size: 15px;
  display: block;
  line-height: 26px;
  margin-bottom: 0px; }

.toc-wrapper ul li:before, .toc-wrapper ol li:before {
  content: counters(item,".") " ";
  counter-increment: item; }

#toc-button {
  float: right;
  /* transform: rotate(180deg); */
  transition: all .3s linear; }

.rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

/* .TABLE OF CONTENTS */
/* PROMOTIONS */
.promotions-item .rte {
  font-size: 12px;
  line-height: 1.512; }

.promotion-details {
  padding: 15px;
  border-left: none;
  position: relative;
  color: #2a2a2a; }

.promotion-details a {
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

.promotion-details a.promotion-title {
  color: #2a2a2a; }

.promotion-details a.promotion-title h2, .promotion-details a.promotion-title .h2, .promotion-details a.promotion-title .h2--body {
  letter-spacing: 0; }

.promotion-details a:hover {
  color: #2d8843; }

.show-terms {
  position: absolute;
  bottom: 5px;
  right: 15px;
  color: #333333b3;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer; }

.promotions-item {
  margin-bottom: 15px; }

.promotion-thumb .lazy-image {
  margin-bottom: 0; }

/* .PROMOTIONS */
/* PRESS PAGE */
.list-alt-collection .spr-badge {
  margin-bottom: 5px; }

.list-alt-collection .spr-badge-caption {
  display: block;
  font-size: 12px;
  line-height: 1; }

.list-alt-collection .on-sale .compare-at,
.list-alt-collection .price .money {
  font-size: 13px; }

.list-alt-collection .product-list-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }

.list-alt-collection .large--seven-twelfths {
  padding-left: 10px; }

.list-alt-collection .lazy-image {
  margin-bottom: 20px; }

.list-alt-collection h3, .list-alt-collection .h3, .list-alt-collection .h3--body, .list-alt-collection .sky-pilot-access-denied h5, .sky-pilot-access-denied .list-alt-collection h5, .list-alt-collection .sky-pilot-access-denied .h5, .sky-pilot-access-denied .list-alt-collection .h5, .list-alt-collection .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .list-alt-collection .h5--body {
  font-size: 16px;
  font-weight: 300;
  border-top: 1px solid #ddd;
  padding: 15px 0; }

#press .product-list-item {
  padding-bottom: 20px; }

/* .PRESS PAGE */
/* CONTACT US */
.contact-us-details .grid__item .grid, .contact-us-details .grid__item .grid--rev, .contact-us-details .grid__item .grid--full {
  margin-bottom: 15px; }

.contact-us-details img {
  vertical-align: middle; }

.contact-us-details {
  margin-top: 100px; }

/* .CONTACT US */
/* SIDEBAR */
.sidebar-product-list-item .h6--body, .sidebar-product-list-item .on-sale {
  margin-bottom: 0; }

.sidebar-product-list-item .purchase.button {
  margin-top: 15px;
  line-height: 1.42; }

.sidebar-blog-item a {
  text-decoration: none; }

.blog__sidebar-section {
  margin-bottom: 40px; }

.sidebar-blog-item {
  margin-bottom: 20px; }

.blog__sidebar-section .collection-list-container .grid-uniform .product-list-item {
  margin-bottom: 0; }

.blog__sidebar-section .collection-list-container {
  background: #fafafa;
  padding: 25px; }

.sidebar-blog .grid-uniform > .grid__item:last-child .sidebar-blog-item {
  margin-bottom: 0; }

.section-popular-products {
  background: #fafafa;
  padding: 25px 15px 0; }

.content-best-selling-products .grid-uniform > .grid__item:nth-child(n+3) {
  display: none; }

.collection-list-container .spr-icon, .section-popular-products .spr-icon {
  font-size: 75% !important; }

.collection-list-container .spr-badge .spr-badge-caption, .section-popular-products .spr-badge .spr-badge-caption {
  font-size: 12px;
  color: #0066c0; }

/* .SIDEBAR */
/* FOOTER */
#shopify-section-footer input[type="email"] {
  border: 0; }

.payment-icon {
  background-image: url("/cdn/shop/files/icons-payment-to-sprite.png");
  background-repeat: no-repeat; }

.payment-icon.payment-icon-visa {
  background-position: -1px center;
  width: 42px;
  height: 29px; }

.payment-icon.payment-icon-mastercard {
  background-position: -64px center;
  width: 47px;
  height: 29px; }

.payment-icon.payment-icon-amex {
  background-position: -132px center;
  width: 30px;
  height: 29px; }

.payment-icon.payment-icon-jcb {
  background-position: -183px center;
  width: 49px;
  height: 29px; }

.payment-icon.payment-icon-discover {
  background-position: -251px center;
  width: 80px;
  height: 29px; }

.payment-icon.payment-icon-dinersclub {
  background-position: -352px center;
  width: 27px;
  height: 29px; }

.payment-icon.payment-icon-bch {
  background-position: -402px center;
  width: 27px;
  height: 29px; }

.payment-icon.payment-icon-paypal {
  background-position: -451px center;
  width: 55px;
  height: 29px; }

#menu-trust-logos {
  margin-bottom: 0;
  margin-top: 25px; }

#menu-trust-logos li {
  margin: 0 10px; }

#menu-trust-logos li img {
  vertical-align: top;
  max-width: 100%;
  height: 38px;
      /*filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);

      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;*/ }

#menu-trust-logos li img:hover {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none; }

li.footer-promotions {
  margin-left: 10px; }

.sl-fixed-top {
  position: fixed !important;
  top: 0 !important; }

.soundest-form-background-image-close-holder {
  height: 37px;
  text-align: right;
  padding: 0px 37px 0px;
  margin-bottom: 7px; }

/*  .soundest-form-background-image-close {
      position: relative!important;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
      border: 0 !important;
    }
  .soundest-form-background-image-close:before,
  .soundest-form-background-image-close:after {
      opacity: 0;
    }
    .soundest-form-background-image-content:before {
      content: "X";
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      width: 37px;
      height: 37px;
      border-width: 1px;
      border-radius: 50%;
      border-style: solid;
      position: absolute;
      border-color: #ffffff;
      color: #fff;
      text-align: center;
      padding: 8px;
      right: 0;
      top: -37px;
      z-index: -1;
    }
  .soundest-form-background-image-error-empty {
      text-align: center !important;
    } */
.payment-icon-new {
  background-image: url("//www.shinyleaf.com/cdn/shop/t/5/assets/icons-payment-to-sprite-new.png?v=5163497374141395291559200188");
  background-repeat: no-repeat; }

.payment-icon-new.payment-icon-afterpay {
  background-position: -3px center;
  width: 85px;
  height: 29px; }

.payment-icon-new.payment-icon-amazonpay {
  background-position: -92px center;
  width: 86px;
  height: 29px; }

/* .FOOTER */
/* Product Reviews */
.section-shinyleaf-reviews .wrapper, .section-shinyleaf-reviews .charge_rabbit, .section-shinyleaf-reviews .sky-pilot {
  margin: 30px auto 25px;
  padding: 24px;
  border-color: #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.1); }
.section-shinyleaf-reviews .wrapper h2, .section-shinyleaf-reviews .charge_rabbit h2, .section-shinyleaf-reviews .sky-pilot h2, .section-shinyleaf-reviews .wrapper .h2, .section-shinyleaf-reviews .charge_rabbit .h2, .section-shinyleaf-reviews .sky-pilot .h2, .section-shinyleaf-reviews .wrapper .h2--body, .section-shinyleaf-reviews .charge_rabbit .h2--body, .section-shinyleaf-reviews .sky-pilot .h2--body {
  text-align: center;
  margin-top: 30px; }
.section-shinyleaf-reviews .shinyleaf-reviews-more a {
  background-color: #4c4c4c;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px; }

.review-rating-summary .review-rating {
  margin-right: 5px;
  position: relative;
  top: 2px; }

.shinyleaf-product-reviews-container .shinyleaf-product-review {
  border-top: 1px solid rgba(51, 51, 51, 0.14);
  padding: 25px 0px; }
.shinyleaf-product-reviews-container h3, .shinyleaf-product-reviews-container .h3, .shinyleaf-product-reviews-container .h3--body, .shinyleaf-product-reviews-container .sky-pilot-access-denied h5, .sky-pilot-access-denied .shinyleaf-product-reviews-container h5, .shinyleaf-product-reviews-container .sky-pilot-access-denied .h5, .sky-pilot-access-denied .shinyleaf-product-reviews-container .h5, .shinyleaf-product-reviews-container .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .shinyleaf-product-reviews-container .h5--body {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  border: none; }
.shinyleaf-product-reviews-container .review-rating {
  background: url(//www.shinyleaf.com/cdn/shop/t/5/assets/shinyleaf-reviews-star-gray.png?v=143574287254754402521556510777);
  height: 18px;
  width: 100px;
  display: inline-block;
  margin-bottom: 0px;
  background-size: 100% 100%; }
.shinyleaf-product-reviews-container .review-rating-value {
  background: url(//www.shinyleaf.com/cdn/shop/t/5/assets/shinyleaf-reviews-star-yellow.png?v=8101080078577082571556510776);
  height: 18px;
  display: block;
  background-size: auto; }
.shinyleaf-product-reviews-container .review-author-date {
  font-style: italic;
  font-size: 13px;
  opacity: 0.5;
  display: inline-block;
  margin: 0 0 0 0; }
.shinyleaf-product-reviews-container .review-author-date span {
  font-weight: bolder; }
.shinyleaf-product-reviews-container .review-body {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0; }
.shinyleaf-product-reviews-container .spr-badge-starrating .spr-icon {
  font-size: 21px; }
.shinyleaf-product-reviews-container .spr-badge-caption {
  padding-left: 3px;
  position: relative;
  top: -2px; }

.shinyleaf-product-reviews-page-container h1, .shinyleaf-product-reviews-page-container .h1, .shinyleaf-product-reviews-page-container .h1--body {
  text-align: center;
  font-size: 30px; }
.shinyleaf-product-reviews-page-container p.review-rating-action {
  position: relative; }
.shinyleaf-product-reviews-page-container a.btn-return-to-product {
  position: absolute;
  right: 0px;
  background: #3e433e;
  color: white;
  top: -40px;
  display: inline-block;
  padding: 5px 6px;
  text-decoration: none;
  border-radius: 2px; }

.shinyleaf-product-reviews-container.product-summary-reviews-details {
  text-align: center;
  cursor: pointer; }
  .shinyleaf-product-reviews-container.product-summary-reviews-details .review-rating {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .shinyleaf-product-reviews-container.product-summary-reviews-details .text {
    margin-left: 10px;
    font-size: 12px;
    position: relative;
    top: -3px; }

.shinyleaf-product-reviews-container.product-grid-reviews-details .text {
  display: block;
  font-size: 10px; }

.shinyleaf-product-reviews-container.product-sidebar-reviews-details .review-rating {
  width: 68px;
  height: 13px;
  position: relative;
  top: 2px; }
.shinyleaf-product-reviews-container.product-sidebar-reviews-details .review-rating-value {
  height: 12px;
  background-size: 100%; }
.shinyleaf-product-reviews-container.product-sidebar-reviews-details .text {
  font-size: 11px; }

/* .Product Reviews */
.collection-subtitle-container {
  text-align: left; }

/* animation */
li.meganav_image_wrapper.kids-5 {
  position: relative; }

li.meganav_image_wrapper.kids-5:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  background: white;
  width: 4px;
  z-index: 5;
  opacity: 0.15;
  box-shadow: 0px 0px 12px 9px white;
  animation: blink 1.4s linear both infinite; }

@keyframes blink {
  0% {
    left: 0%; }

  100% {
    left: 100%; } }

/* ACCORDION */
.accordion {
  margin: 0;
  padding: 10px;
  border: 1px solid #dfdfdf;
  background: #f7f7f7;
  text-decoration: none;
  color: #2a2a2a;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer; }

.accordion-item {
  margin-bottom: 12px; }

.accordion span {
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: block;
  position: absolute;
  right: 10px;
  top: 25%;
  padding: 10px; }

.accordion-open span {
  background: url("//www.shinyleaf.com/cdn/shop/files/minus-bw.png?v=10284814447773475249") center center no-repeat; }

.accordion-close span {
  background: url("//www.shinyleaf.com/cdn/shop/files/plus.png?v=7210972683325109757") center center no-repeat; }

.accordion-container div.container {
  padding: 0;
  margin: 0;
  max-width: 100%; }

.accordion-container div.content {
  background: #f7f7f7;
  margin: 0;
  padding: 10px;
  font-size: .9em;
  line-height: 1.5em;
  border: 1px solid #dfdfdf;
  border-top: 0; }

.accordion-container div.content ul {
  padding: 0;
  margin: 0;
  padding: 3px; }

.accordion-container div.content p {
  padding: 0;
  margin: 3px 0 10px;
  padding: 3px;
  font-size: 14px;
  line-height: 1.512; }

.accordion-container div.content ul li {
  list-style-position: inside;
  line-height: 25px; }

.product-accordion .accordion {
  font-size: 12px;
  padding-right: 20px; }

.coupon-badge {
  padding: 5px 10px;
  border-radius: 2px;
  color: #fff; }

.coupon-highlight-text {
  line-height: 1;
  margin-top: 16px !important; }

.coupon-details {
  text-transform: initial; }

.reveal-link {
  position: relative;
  margin: 16px auto; }

.btn.reveal-link, .reveal-link.btn--secondary, input.reveal-link[type="submit"], .reveal-link.spr-summary-actions-newreview, .sky-pilot-access-denied a.reveal-link, .charge_rabbit .login_or_signup a.reveal-link#login_link, .charge_rabbit .login_or_signup a.reveal-link#signup_link, .charge_rabbit a.reveal-link.update-card-link, .charge_rabbit a.reveal-link.update-address-link, .charge_rabbit .continue_shopping a.reveal-link, .charge_rabbit .cancel-subscription-wrapper a.reveal-link, .charge_rabbit a.reveal-link.cancel-subscription-link {
  padding-right: 45px; }

.reveal-code {
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  background: #fff; }

.reveal-code span {
  text-align: center;
  top: 0;
  right: 0;
  left: -13px;
  margin: 8px auto;
  display: block;
  z-index: 0;
  color: #000;
  width: 34px; }

.reveal-code img {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9; }

#button-code {
  width: 200px;
  display: inline-block;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.code-attached-copy button {
  height: 37px;
  left: -4px;
  top: -1px;
  position: relative; }

.coupon-item {
  background-color: #e7e7e7;
  box-shadow: 0 0 5px -1px #c5c5c5;
  margin-bottom: 15px;
  padding: 30px 25px; }

.use-code {
  display: block;
  margin-bottom: 28px; }

.coupon-title {
  cursor: pointer; }

.h2.home__subtitle {
  font-weight: 300; }

#code-attached-copy button {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

/* .ACCORDION */
.adoption-container {
  text-align: center;
  margin: 30px 0px 20px; }
  .adoption-container h2, .adoption-container .h2, .adoption-container .h2--body {
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 0px;
    margin-top: 0px; }

/* Helper CSS */
.translate-centered {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%; }

.points-easter-celebrations {
  display: none; }

.scheduled-element {
  display: none; }

.points-easter-celebrations {
  display: none; }

.easter-celebration .points-easter-celebrations {
  display: block; }

.easter-celebration .scheduled-element {
  display: block; }

.easter-celebration .promotions-eggciting-promotion {
  display: block; }

/* Helper CSS */
/* Account Login and Regiser */
#customer-login-register-container {
  background: url(/cdn/shop/files/eastern-sunday-backgroundimage.jpg?4904);
  background-size: cover;
  background-position: 100% 100%; }
  #customer-login-register-container form {
    margin: 0px; }
  #customer-login-register-container .account-form {
    background: white;
    padding: 30px 20px 0px;
    margin-bottom: 60px;
    border-radius: 10px;
    margin-top: 60px; }
  #customer-login-register-container .account-form-action {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px; }
  #customer-login-register-container .account-form-action p {
    margin-bottom: 0px; }
  #customer-login-register-container .row > div {
    width: inherit; }

@media screen and (max-width: 768px) {
  #btn-login-with-facebook {
    font-size: 12px;
    padding: 13px 10px 13px 40px;
    display: block;
    width: 100%; }

  h3, .h3, .h3--body, .sky-pilot-access-denied h5, .sky-pilot-access-denied .h5, .sky-pilot-access-denied .h5--body {
    font-size: 15px; } }
@media screen and (max-width: 767px) {
  .translate-centered {
    position: relative;
    top: auto;
    left: auto;
    transform: none; }

  #customer-login-register-container .account-form {
    max-width: 320px;
    margin: 20px auto 40px; }
  #customer-login-register-container .easter-egg-logo {
    max-width: 320px;
    display: block;
    margin: 30px auto 0px; }
  #customer-login-register-container h3, #customer-login-register-container .h3, #customer-login-register-container .h3--body, #customer-login-register-container .sky-pilot-access-denied h5, .sky-pilot-access-denied #customer-login-register-container h5, #customer-login-register-container .sky-pilot-access-denied .h5, .sky-pilot-access-denied #customer-login-register-container .h5, #customer-login-register-container .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied #customer-login-register-container .h5--body {
    font-size: 15px; }
  #customer-login-register-container .easter-egg-steps-container {
    height: 200px;
    position: relative;
    margin-top: 30px; }
  #customer-login-register-container .easter-egg-steps-container h2, #customer-login-register-container .easter-egg-steps-container .h2, #customer-login-register-container .easter-egg-steps-container .h2--body {
    text-align: center; }
  #customer-login-register-container .easter-egg-steps {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 440px; } }
@media screen and (max-width: 768px) {
  .product-featured-comment-container {
    display: block; }

  .product-featured-comment-container.product-featured-comment-below-images {
    display: none; } }
@media screen and (max-width: 566px) {
  .product-featured-comment p {
    font-style: italic;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
    padding: 0px 10px; }

  .product-featured-comment i {
    font-size: 11px; }

  .product-featured-comment:before {
    top: 5px; }

  .product-featured-comment:after {
    top: 5px; }

  #customer-login-register-container .account-form {
    max-width: 100%;
    margin: 20px auto 40px;
    padding: 15px; }
  #customer-login-register-container .easter-egg-steps-container {
    height: auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px; }
  #customer-login-register-container .easter-egg-steps {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%; }
  #customer-login-register-container .easter-egg-logo {
    max-width: 100%; }
  #customer-login-register-container .row > div {
    width: 100%; }
  #customer-login-register-container .account-form-action {
    margin-bottom: -15px; }
  #customer-login-register-container h3, #customer-login-register-container .h3, #customer-login-register-container .h3--body, #customer-login-register-container .sky-pilot-access-denied h5, .sky-pilot-access-denied #customer-login-register-container h5, #customer-login-register-container .sky-pilot-access-denied .h5, .sky-pilot-access-denied #customer-login-register-container .h5, #customer-login-register-container .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied #customer-login-register-container .h5--body {
    font-weight: normal;
    font-size: 20px; } }
/* Account Login and Regiser */
/* Easter Egg */
.easter-egg-steps-container {
  padding-left: 20px; }
  .easter-egg-steps-container h2, .easter-egg-steps-container .h2, .easter-egg-steps-container .h2--body {
    font-weight: bolder;
    margin-bottom: 10px; }
  .easter-egg-steps-container ol {
    margin: 0px;
    font-weight: bold; }

#popup-eastern-egg img {
  margin-bottom: -6px;
  border-radius: 10px; }
#popup-eastern-egg button {
  display: none; }

/* .Easter Egg */
.header-promotions {
  cursor: pointer;
  display: inline-block; }

.header-promotions:hover {
  text-shadow: 1px 1px 2px #1d1d1d; }

.transparent, .transparent * {
  color: transparent !important; }

.white-popup.header-promotions-popup h3, .white-popup.header-promotions-popup .h3, .white-popup.header-promotions-popup .h3--body, .white-popup.header-promotions-popup .sky-pilot-access-denied h5, .sky-pilot-access-denied .white-popup.header-promotions-popup h5, .white-popup.header-promotions-popup .sky-pilot-access-denied .h5, .sky-pilot-access-denied .white-popup.header-promotions-popup .h5, .white-popup.header-promotions-popup .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .white-popup.header-promotions-popup .h5--body {
  padding: 0 20px; }

.alt-link {
  color: #2d8843 !important; }

.alt-link:hover {
  text-decoration: underline; }

.shake {
  backface-visibility: hidden;
  perspective: 1000px;
  animation: horizontal 2s ease infinite;
  -webkit-animation: horizontal 2s ease infinite; }

.shopify-challenge__container {
  max-width: 500px;
  margin: 60px auto 0px !important; }

.facebook-login-container {
  text-align: center;
  margin: 30px 0px; }

.connect-shopify-facebook-container.white-popup {
  max-width: 320px;
  padding: 30px; }

.connect-shopify-facebook-container.white-popup button.forgot-password {
  background: none;
  border: none;
  padding: 4px 0px;
  font-size: 14px;
  margin-bottom: 10px; }

.connect-shopify-facebook-container.white-popup button.connect {
  display: block;
  width: 100%;
  padding: 8px;
  padding: 5px; }

.connect-shopify-facebook-container.white-popup h2 + p, .connect-shopify-facebook-container.white-popup .h2 + p, .connect-shopify-facebook-container.white-popup .h2--body + p {
  font-size: 13px; }

.connect-shopify-facebook-container.white-popup h2, .connect-shopify-facebook-container.white-popup .h2, .connect-shopify-facebook-container.white-popup .h2--body {
  font-size: 19px;
  text-align: center;
  line-height: 19px; }

.container.forgot-shopify-password-container.white-popup form {
  margin: 0px; }

.connect-shopify-facebook-container.forgot-shopify-password-container.white-popup .btn, .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup .btn--secondary, .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup input[type="submit"], .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup .spr-summary-actions-newreview, .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup .sky-pilot-access-denied a, .sky-pilot-access-denied .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup a, .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup a#login_link, .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup a#signup_link, .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup .charge_rabbit a.update-card-link, .charge_rabbit .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup a.update-card-link, .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup .charge_rabbit a.update-address-link, .charge_rabbit .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup a.update-address-link, .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup a, .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup a, .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup .charge_rabbit a.cancel-subscription-link, .charge_rabbit .connect-shopify-facebook-container.forgot-shopify-password-container.white-popup a.cancel-subscription-link {
  display: block;
  width: 100%;
  margin: 15px 0px 0px; }

#btn-login-with-facebook {
  color: white;
  padding: 12px 50px;
  background-color: #4267b2;
  border-bottom: 1px solid #133783;
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 4px;
  padding-right: 20px; }

#btn-login-with-facebook img {
  display: inline-block;
  max-width: 40px;
  position: absolute;
  left: 3px;
  top: 5px; }

/* Account Page */
.bold-ro__widget-loading,
.bold-ro__widget-loading .bold-ro__loading-container {
  display: none; }

.quick-actions .purchase.button {
  visibility: visible !important; }

#account .purchase.button.btn-read-more {
  margin-top: 30px; }

/* Promotion Page */
.promotion-tab-content {
  border: solid 1px #eceaeb;
  padding: 20px;
  border-top: 0; }

.promotion-tab-content .promotions-item:last-child {
  margin-bottom: 0; }

.tab-selector {
  border-bottom: solid 1px #eceaeb; }

.tab-selector ul.selector-wrap {
  margin: 0;
  list-style-type: none;
  padding: 0;
  font-size: 0; }

.tab-selector ul.selector-wrap li {
  display: inline-block;
  margin: 0;
  line-height: 1; }

.tab-selector ul.selector-wrap li a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 10px;
  background: #f2f2f2;
  color: #2a2a2a; }

.tab-selector ul.selector-wrap li a.active {
  background: #5CB85C;
  color: #fff; }

/* Tab Responsive */
@media screen and (max-width: 374px) {
  /*.tab-selector ul.selector-wrap li {
      display: block;
      width: 100%;
  }*/
  .tab-selector ul.selector-wrap li a {
    font-size: 12px; } }
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }

  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }

  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }

  36%,100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

  6% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0); }

  12% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

  18% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0); }

  24% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

  30% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0); }

  36%,100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-height: 665px) {
  .soundest-form-background-image-headline {
    font-size: 50px !important;
    line-height: 40px !important; }

  .soundest-form-background-image-second-headline,
  .soundest-form-background-image-headline:before {
    font-size: 18px !important; }

  .soundest-form-background-image-second-headline {
    line-height: 0 !important; } }
@media screen and (max-height: 520px) {
  .white-popup.page-popup-inner .mfp-close {
    top: 0; } }
@media screen and (min-width: 961px) {
  .promotion-details-container {
    border: solid 1px #eceaeb;
    background: #f2f2f2;
    padding-left: 0; } }
@media screen and (max-width: 1170px) {
  .promotion-details {
    border: solid 1px #eceaeb;
    background: #f2f2f2; } }
@media screen and (min-width: 1025px) {
  .hide-desktop {
    display: none; } }
@media screen and (max-width: 1024px) {
  .cbb-frequently-bought-form {
    text-align: center; }

  .cbb-frequently-bought-add-button {
    max-width: 400px; } }
@media screen and (min-width: 904px) {
  .show-desktop .nav--mobile {
    display: block; }

  .show-desktop .nav--mobile .header-cart {
    left: auto;
    right: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    background-size: 70%;
    position: relative;
    display: block;
    margin-top: -3px; }

  .header-search__wrapper {
    right: 0;
    position: relative; }

  .header-account-link.show-mobile {
    display: none; }

  .user-nav-list .header-cart__bubble {
    right: 5px;
    left: auto;
    top: 12px; } }
@media screen and (min-width: 1241px) {
  .sl-product-thumb-image #ProductThumbs-product-shinyleaf {
    position: absolute;
    left: -20px; }

  .product-thumbs-shinyleaf .slick-dots li {
    display: block; } }
/* @media screen and (min-width: 1100px) {
  .user-nav-mobile {
    display: none;
  }
} */
@media screen and (min-width: 960px) {
  .timeline .thumb img {
    max-width: 344px; }

  .list-alt-collection .product-list-item .btn, .list-alt-collection .product-list-item .btn--secondary, .list-alt-collection .product-list-item input[type="submit"], .list-alt-collection .product-list-item .spr-summary-actions-newreview, .list-alt-collection .product-list-item .sky-pilot-access-denied a, .sky-pilot-access-denied .list-alt-collection .product-list-item a, .list-alt-collection .product-list-item .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .list-alt-collection .product-list-item a#login_link, .list-alt-collection .product-list-item .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .list-alt-collection .product-list-item a#signup_link, .list-alt-collection .product-list-item .charge_rabbit a.update-card-link, .charge_rabbit .list-alt-collection .product-list-item a.update-card-link, .list-alt-collection .product-list-item .charge_rabbit a.update-address-link, .charge_rabbit .list-alt-collection .product-list-item a.update-address-link, .list-alt-collection .product-list-item .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .list-alt-collection .product-list-item a, .list-alt-collection .product-list-item .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .list-alt-collection .product-list-item a, .list-alt-collection .product-list-item .charge_rabbit a.cancel-subscription-link, .charge_rabbit .list-alt-collection .product-list-item a.cancel-subscription-link {
    font-size: 12px; }

  /* SIDEBAR */
  .blog__sidebar {
    padding-left: 60px; }

  /* .SIDEBAR */ }
@media screen and (max-width: 960px) {
  .promotion-thumb-container, .promotion-details-container {
    width: 100%; } }
/* SIDEBAR */
@media screen and (min-width: 769px) and (max-width: 960px) {
  .sidebar-product-list-item .purchase.button {
    font-size: 12px; } }
/* .SIDEBAR */
@media screen and (max-width: 903px) {
  .nav-element.user-nav li:not(.search-item) {
    display: none; } }
@media screen and (min-width: 884px) {
  .customer-logged-in .header-message {
    text-align: left;
    padding-left: 0; } }
@media screen and (max-width: 883px) {
  .header-account-link, .nav-element.user-nav, .info-bar.no-header-header-message {
    display: none; }

  #AddToCartForm-product-shinyleaf .selector-wrapper select {
    background-position: 98% center; } }
@media screen and (min-width: 769px) {
  #Quantity-product-shinyleaf .js-qty, #Quantity-product-shinyleaf .ajaxcart__qty {
    max-width: 95px;
    margin-right: 0; }

  .product-more-info .grid__item {
    padding: 0 45px !important; }

  .about-main-content .details {
    padding: 10% 0; }

  .timeline-container {
    background: url("/cdn/shop/files/timeline_1.png") repeat-y center top; }

  .timeline-container .details h3, .timeline-container .details .h3, .timeline-container .details .h3--body, .timeline-container .details .sky-pilot-access-denied h5, .sky-pilot-access-denied .timeline-container .details h5, .timeline-container .details .sky-pilot-access-denied .h5, .sky-pilot-access-denied .timeline-container .details .h5, .timeline-container .details .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .timeline-container .details .h5--body {
    font-size: 18px; }

  .timeline .details {
    max-width: 345px; }

  .timeline:nth-child(odd) .grid__item:last-child,
  .timeline:nth-child(even) .grid__item:first-child {
    padding-right: 30px;
    padding-left: 0; }

  /* SIDEBAR */
  /*.blog__sidebar-inner {
    position: absolute;
  }*/
  .blog__sidebar-section .collection-list-container .grid-uniform > .grid__item:not(:last-child) .product-list-item {
    margin-bottom: 20px; }

  /* .SIDEBAR */ }
@media screen and (min-width: 768px) {
  .banner-text-overlay .preventOverflowContent {
    display: table; }

  .about-main-content .details h3, .about-main-content .details .h3, .about-main-content .details .h3--body, .about-main-content .details .sky-pilot-access-denied h5, .sky-pilot-access-denied .about-main-content .details h5, .about-main-content .details .sky-pilot-access-denied .h5, .sky-pilot-access-denied .about-main-content .details .h5, .about-main-content .details .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .about-main-content .details .h5--body {
    font-size: 33px; } }
@media screen and (max-width: 768px) {
  /* SIDEBAR */
  .blog__sidebar-section .collection-list-container .grid-uniform > .grid__item:first-child .product-list-item {
    padding-top: 0; }

  .product-list-item.sidebar-product-list-item {
    background: #fafafa;
    padding: 25px;
    margin-bottom: 0; }

  .grid__item .sidebar-product-list-item {
    padding-bottom: 0; }

  .collection-list-container:not('.content-best-selling-products') .grid__item:first-child .sidebar-product-list-item {
    padding-top: 0; }

  .collection-list-container:not('.content-best-selling-products') .grid__item:last-child .sidebar-product-list-item {
    padding-bottom: 0; }

  .blog__sidebar-inner .sidebar-product-list-item {
    padding: 25px 0 0; }

  /*.collection-list-container .grid-uniform > .grid__item:not(:last-child) .product-list-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .blog__sidebar-inner .collection-list-container .grid-uniform > .grid__item:nth-child(-n+2) {
    display: none;
  }*/
  .blog__sidebar-section:first-child {
    margin-top: 30px; }

  .content-best-selling-products .grid__item:nth-child(2) .sidebar-product-list-item {
    padding-bottom: 25px;
    margin-top: 15px; }

  .blog__sidebar-section:last-child {
    margin-bottom: 0; }

  /* .SIDEBAR */
  .header-promotions {
    display: block; }

  #menu-trust-logos li {
    margin: 15px 10px !important;
    width: 25%; }

  .product-video-container .title--flex {
    font-size: 1.3em; }

  .accordion {
    font-size: 12px;
    padding: 10px 40px 10px 10px; }

  .accordion-container div.content p {
    font-size: 12px; }

  #Quantity-product-shinyleaf .js-qty, #Quantity-product-shinyleaf .ajaxcart__qty {
    max-width: 100%; }

  .product-more-info .grid__item:not(:last-child) {
    margin-bottom: 25px; }

  .banner-text-overlay .preventOverflowContent a.btn, .banner-text-overlay .preventOverflowContent a.btn--secondary, .banner-text-overlay .preventOverflowContent a.spr-summary-actions-newreview, .banner-text-overlay .preventOverflowContent .sky-pilot-access-denied a, .sky-pilot-access-denied .banner-text-overlay .preventOverflowContent a, .banner-text-overlay .preventOverflowContent .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .banner-text-overlay .preventOverflowContent a#login_link, .banner-text-overlay .preventOverflowContent .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .banner-text-overlay .preventOverflowContent a#signup_link, .banner-text-overlay .preventOverflowContent .charge_rabbit a.update-card-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.update-card-link, .banner-text-overlay .preventOverflowContent .charge_rabbit a.update-address-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.update-address-link, .banner-text-overlay .preventOverflowContent .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .banner-text-overlay .preventOverflowContent a, .banner-text-overlay .preventOverflowContent .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .banner-text-overlay .preventOverflowContent a, .banner-text-overlay .preventOverflowContent .charge_rabbit a.cancel-subscription-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.cancel-subscription-link {
    font-size: 1em; }

  /* COLLECTIONS PAGE */
  .collection {
    padding-top: 25px; }

  /* .COLLECTIONS PAGE */
  .back-to-top span {
    display: none; }

  .timeline .grid__item {
    padding-left: 0; }

  /*   .timeline-item .grid__item:last-child {
      background: #f1f6f2;
    } */
  .timeline .thumb img {
    width: 100%; }

  .timeline {
    margin: 0 auto 45px; }

  #press .wrapper.page-margin, #press .charge_rabbit, #press .sky-pilot {
    padding-top: 30px; } }
@media screen and (max-width: 767px) {
  .banner-text-overlay .preventOverflowContent {
    display: inline; }

  .banner-text-overlay .preventOverflowContent .title--flex {
    margin: auto; }

  .breadcrumb {
    display: none; }

  .about-main-content .details h3, .about-main-content .details .h3, .about-main-content .details .h3--body, .about-main-content .details .sky-pilot-access-denied h5, .sky-pilot-access-denied .about-main-content .details h5, .about-main-content .details .sky-pilot-access-denied .h5, .sky-pilot-access-denied .about-main-content .details .h5, .about-main-content .details .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .about-main-content .details .h5--body {
    font-size: 30px; } }
@media screen and (max-width: 650px) {
  /* OmniSend */
  .soundest-form-image-left-close-holder,
  .soundest-form-background-image-close-holder {
    right: 10px; }

  /* .OmniSend */ }
@media screen and (min-width: 600px) {
  #productInfo-product-shinyleaf .sl-p-lr-110 {
    padding: 0 8%; } }
@media screen and (min-width: 888px) {
  #productInfo-product-shinyleaf .sl-p-lr-110 {
    padding: 0 15%; } }
@media screen and (min-width: 1089px) {
  #productInfo-product-shinyleaf .sl-p-lr-110 {
    padding: 0 20px;
    font-size: 21px; } }
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .hide-tablet {
    display: none; } }
@media screen and (max-width: 566px) {
  .soundest-form-background-image-close-holder {
    height: auto;
    text-align: right;
    padding: 0px 13px;
    margin-bottom: -5px; }

  .product-featured-comment:before {
    left: 3%; }

  .product-featured-comment:after {
    right: 3%; } }
@media screen and (min-width: 481px) {
  h2, .h2, .h2--body, .h2, .h2--body {
    font-size: 1.72em; }

  .template-product #productInfo-product h1, .template-product #productInfo-product .h1, .template-product #productInfo-product .h1--body {
    padding: 0 10px; }

  .on-sale .compare-at {
    margin-top: 0; }

  #productInfo-product-shinyleaf .product__price {
    margin-bottom: 30px;
    margin-top: 35px; }

  .contact-us-details .large--ten-twelfths {
    padding-left: 15px; }

  .product-video-container .product-video {
    width: 600px;
    height: 400px;
    max-width: 100%; } }
@media screen and (max-width: 480px) {
  /*
  * Blogs
  */
  .blog__tag {
    text-decoration: none;
    position: relative;
    color: #fff;
    background-color: #40863f;
    border-radius: 2px;
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-bottom: 3px;
    display: inline-block;
    font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px; }

  .blog__tag:before {
    top: 18px;
    left: 8px; }

  .btn--small {
    padding: 9px 20px;
    font-size: 14px; }

  /* SIDEBAR */
  .sidebar-blog-item {
    text-align: center; }

  .sidebar-blog-item img {
    width: 100%; }

  /* .SIDEBAR */
  .header-message--crowded {
    padding: 0; }

  .partners {
    margin-bottom: 8px; }

  #productInfo-product-shinyleaf .sl-p-lr-110 {
    padding: 0 0%;
    margin: 15px 0px;
    font-size: 17px; }

  .about-main-content .thumb {
    margin: 20px auto;
    width: 50%; }

  .about-main-content .details h3, .about-main-content .details .h3, .about-main-content .details .h3--body, .about-main-content .details .sky-pilot-access-denied h5, .sky-pilot-access-denied .about-main-content .details h5, .about-main-content .details .sky-pilot-access-denied .h5, .sky-pilot-access-denied .about-main-content .details .h5, .about-main-content .details .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .about-main-content .details .h5--body {
    font-size: 20px; }

  .timeline {
    margin: 0 auto 42px; }

  .timeline:last-child {
    margin-bottom: 0; }

  .page-banner {
    min-height: auto;
    padding: 30px; }

  .page-banner h1, .page-banner .h1, .page-banner .h1--body {
    font-size: 21px;
    font-weight: 700; }

  .page-banner h1:before, .page-banner .h1:before, .page-banner .h1--body:before, .page-banner h1:after, .page-banner .h1:after, .page-banner .h1--body:after {
    height: 3px; }

  .press__subtitle {
    text-align: center; }

  .hide-mobile {
    display: none; }

  #shiny-leaf-gives-you-exclusive-deals-and-promos .page-margin, #shiny-leaf-gives-you-exclusive-deals-and-promos .charge_rabbit, #shiny-leaf-gives-you-exclusive-deals-and-promos .sky-pilot {
    padding-top: 30px; }

  .contact-us-details {
    text-align: center; }

  .product-video-container .product-video {
    width: 100%;
    height: 225px; } }
@media screen and (max-width: 425px) {
  .banner-text-overlay .preventOverflowContent .title--flex {
    display: inline-block;
    font-size: 22px;
    padding: 5px; }

  .banner-text-overlay .preventOverflowContent .content--flex {
    font-size: 15px;
    padding: 5px 12px; }

  .banner-text-overlay .preventOverflowContent a.btn, .banner-text-overlay .preventOverflowContent a.btn--secondary, .banner-text-overlay .preventOverflowContent a.spr-summary-actions-newreview, .banner-text-overlay .preventOverflowContent .sky-pilot-access-denied a, .sky-pilot-access-denied .banner-text-overlay .preventOverflowContent a, .banner-text-overlay .preventOverflowContent .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .banner-text-overlay .preventOverflowContent a#login_link, .banner-text-overlay .preventOverflowContent .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .banner-text-overlay .preventOverflowContent a#signup_link, .banner-text-overlay .preventOverflowContent .charge_rabbit a.update-card-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.update-card-link, .banner-text-overlay .preventOverflowContent .charge_rabbit a.update-address-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.update-address-link, .banner-text-overlay .preventOverflowContent .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .banner-text-overlay .preventOverflowContent a, .banner-text-overlay .preventOverflowContent .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .banner-text-overlay .preventOverflowContent a, .banner-text-overlay .preventOverflowContent .charge_rabbit a.cancel-subscription-link, .charge_rabbit .banner-text-overlay .preventOverflowContent a.cancel-subscription-link {
    font-size: 14px; }

  .product-featured-comment {
    padding: 20px 45px 0 50px; }

  .product-featured-comment:before {
    left: 15px; }

  .product-featured-comment:after {
    right: 10px; }

  .readmore a {
    display: block; }

  .product-video-container .product-video {
    width: 100%;
    height: 185px; } }
/* @media screen and (max-width: 375px) {
  #infoBar .header-message--crowded {
      font-size: 3vw;
    }
} */
@media screen and (max-width: 375px) {
  .section-popular-products .purchase.button {
    font-size: 13px;
    line-height: 1.42; }

  .section-popular-products .spr-badge .spr-badge-caption {
    display: block; }

  .soundest-form-background-image-headline {
    font-size: 36px !important;
    line-height: 45px !important; }

  .soundest-form-image-left-close-holder,
  .soundest-form-background-image-close-holder {
    top: 10px;
    right: 10px;
    z-index: 999; }

  .soundest-form-background-image-close {
    border-color: #111 !important; }

  .soundest-form-background-image-close:before,
  .soundest-form-background-image-close:after {
    background: #111 !important; }

  .soundest-form-background-image-content,
  .soundest-form-background-image-spacer {
    padding: 0 !important; } }
@media screen and (max-width: 374px) {
  .collection-list-container .spr-badge .spr-badge-caption {
    display: block; }

  .header-promotions {
    font-size: 11px; }

  div#sl-recurring-user {
    font-size: 10px; } }
.clock-checker.active {
  display: inline-block; }

.clock-checker {
  display: none; }

/* === Home Page Slider === */
.homepage-slideshow {
  overflow: hidden; }

.custom-slick-slider .banner-text-overlay .preventOverflowContent > *:not(a) {
  display: block; }

.custom-center {
  width: 44%; }

.custom-center, .custom-left, .custom-right {
  float: left;
  background: transparent !important; }

.custom-left, .custom-right {
  position: relative;
  z-index: 10;
  display: table !important; }

.custom-left .content,
.custom-right .content {
  display: table-cell;
  vertical-align: middle;
  opacity: 0; }

.custom-left {
  width: 28%; }

.custom-right {
  width: 28%; }

img.custom-description {
  width: 100%;
  display: block;
  margin: 0 auto 17px; }

img.custom-image {
  transform: scale(1.6);
  width: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
  top: -15px; }

.slick-active img.custom-image.animate {
  transform: scale(1.8);
  transition: all 6s ease-in-out; }

.custom-right .content {
  transform: scale(1.15); }

.custom-mobile {
  display: none; }

@media screen and (max-width: 1440px) {
  img.custom-image {
    width: 80%; } }
@media screen and (max-width: 768px) {
  .custom-right {
    display: none !important;
    width: 28%; }

  .custom-left {
    width: 40%;
    position: relative;
    top: -17px; }

  .custom-center {
    width: 60%; }

  img.custom-image {
    width: 80%; } }
@media screen and (max-width: 580px) {
  .custom-left {
    width: 100%;
    position: relative;
    top: 0px;
    margin-top: 0px;
    height: auto !important; }

  .custom-center {
    width: 100%;
    position: absolute;
    bottom: 55px;
    float: none; }

  img.custom-description {
    width: 105%;
    display: block;
    margin: 0 auto 17px;
    background: #ffffffc2;
    padding: 20px;
    max-width: 200px; }

  img.custom-image {
    width: 100%;
    transform: scale(3) !important;
    bottom: 11px;
    position: relative;
    top: 15px;
    animation: none !important; }

  .custom-right,
  .custom-left,
  .custom-center,
  .custom-left img {
    display: none !important; }

  .custom-mobile {
    display: block !important;
    margin: 20px; }

  .custom-slick-slider .content--centered, .custom-slick-slider .collection-grid-item__content {
    position: relative;
    top: auto;
    left: auto; }

  .custom-slick-slider {
    background: url(/cdn/shop/files/shinyleaf-serum-image_mobile.png?1472019…);
    background-size: 146%;
    background-position: 74% 68%; }

  .custom-mobile img {
    background: rgba(255, 255, 255, 0.85);
    padding: 12px; }

  .custom-mobile a {
    box-shadow: 0px 1px 8px -2px #000;
    font-size: 13px;
    padding: 8px 10px;
    width: 130px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .custom-mobile img {
    margin: 0 auto;
    display: block; }

  .homepage-slideshow {
    height: auto !important; }

  .slider_custom_align .content--centered, .slider_custom_align .collection-grid-item__content {
    position: relative;
    top: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: initial;
    right: initial;
    height: inherit; }

  .slider_custom_align .banner-text-overlay {
    height: inherit; }

  .slider_custom_align .content--centered .text-left.preventOverflowContent, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    padding: 25px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn.btn--large.btn--clear.btn--square.uppercase, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn.btn--large.btn--clear.btn--square.uppercase, .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase.btn--secondary, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase.btn--secondary, .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.btn--secondary.home__subtitle, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.btn--secondary.home__subtitle, .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.btn--secondary.share__link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.btn--secondary.share__link, .slider_custom_align .content--centered .text-left.preventOverflowContent .collection-nav > li a.btn--large.btn--clear.btn--square.btn--secondary, .collection-nav > li .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.btn--secondary, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .collection-nav > li a.btn--large.btn--clear.btn--square.btn--secondary, .collection-nav > li .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.btn--secondary, .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase.spr-summary-actions-newreview, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase.spr-summary-actions-newreview, .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.spr-summary-actions-newreview.home__subtitle, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.spr-summary-actions-newreview.home__subtitle, .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.spr-summary-actions-newreview.share__link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.spr-summary-actions-newreview.share__link, .slider_custom_align .content--centered .text-left.preventOverflowContent .collection-nav > li a.btn--large.btn--clear.btn--square.spr-summary-actions-newreview, .collection-nav > li .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.spr-summary-actions-newreview, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .collection-nav > li a.btn--large.btn--clear.btn--square.spr-summary-actions-newreview, .collection-nav > li .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.spr-summary-actions-newreview, .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn.btn--large.btn--clear.btn--square.home__subtitle, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn.btn--large.btn--clear.btn--square.home__subtitle, .slider_custom_align .content--centered .text-left.preventOverflowContent .sky-pilot-access-denied a.btn--large.btn--clear.btn--square.home__subtitle, .sky-pilot-access-denied .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .sky-pilot-access-denied a.btn--large.btn--clear.btn--square.home__subtitle, .sky-pilot-access-denied .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.home__subtitle#login_link, .charge_rabbit .login_or_signup .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle#login_link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.home__subtitle#login_link, .charge_rabbit .login_or_signup .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle#login_link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.home__subtitle#signup_link, .charge_rabbit .login_or_signup .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle#signup_link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.home__subtitle#signup_link, .charge_rabbit .login_or_signup .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle#signup_link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.home__subtitle.update-card-link, .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle.update-card-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.home__subtitle.update-card-link, .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle.update-card-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.home__subtitle.update-address-link, .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle.update-address-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.home__subtitle.update-address-link, .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle.update-address-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .continue_shopping a.btn--large.btn--clear.btn--square.home__subtitle, .charge_rabbit .continue_shopping .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .continue_shopping a.btn--large.btn--clear.btn--square.home__subtitle, .charge_rabbit .continue_shopping .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .cancel-subscription-wrapper a.btn--large.btn--clear.btn--square.home__subtitle, .charge_rabbit .cancel-subscription-wrapper .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .cancel-subscription-wrapper a.btn--large.btn--clear.btn--square.home__subtitle, .charge_rabbit .cancel-subscription-wrapper .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.home__subtitle.cancel-subscription-link, .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle.cancel-subscription-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.home__subtitle.cancel-subscription-link, .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.home__subtitle.cancel-subscription-link, .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn.btn--large.btn--clear.btn--square.share__link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn.btn--large.btn--clear.btn--square.share__link, .slider_custom_align .content--centered .text-left.preventOverflowContent .sky-pilot-access-denied a.btn--large.btn--clear.btn--square.share__link, .sky-pilot-access-denied .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .sky-pilot-access-denied a.btn--large.btn--clear.btn--square.share__link, .sky-pilot-access-denied .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.share__link#login_link, .charge_rabbit .login_or_signup .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link#login_link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.share__link#login_link, .charge_rabbit .login_or_signup .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link#login_link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.share__link#signup_link, .charge_rabbit .login_or_signup .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link#signup_link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.share__link#signup_link, .charge_rabbit .login_or_signup .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link#signup_link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.share__link.update-card-link, .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link.update-card-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.share__link.update-card-link, .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link.update-card-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.share__link.update-address-link, .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link.update-address-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.share__link.update-address-link, .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link.update-address-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .continue_shopping a.btn--large.btn--clear.btn--square.share__link, .charge_rabbit .continue_shopping .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .continue_shopping a.btn--large.btn--clear.btn--square.share__link, .charge_rabbit .continue_shopping .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .cancel-subscription-wrapper a.btn--large.btn--clear.btn--square.share__link, .charge_rabbit .cancel-subscription-wrapper .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .cancel-subscription-wrapper a.btn--large.btn--clear.btn--square.share__link, .charge_rabbit .cancel-subscription-wrapper .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.share__link.cancel-subscription-link, .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link.cancel-subscription-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.share__link.cancel-subscription-link, .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.share__link.cancel-subscription-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .collection-nav > li a.btn.btn--large.btn--clear.btn--square, .collection-nav > li .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn.btn--large.btn--clear.btn--square, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .collection-nav > li a.btn.btn--large.btn--clear.btn--square, .collection-nav > li .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn.btn--large.btn--clear.btn--square, .slider_custom_align .content--centered .text-left.preventOverflowContent .collection-nav > li .sky-pilot-access-denied a.btn--large.btn--clear.btn--square, .collection-nav > li .sky-pilot-access-denied .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .collection-nav > li .sky-pilot-access-denied a.btn--large.btn--clear.btn--square, .collection-nav > li .sky-pilot-access-denied .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .content--centered .text-left.preventOverflowContent .sky-pilot-access-denied .collection-nav > li a.btn--large.btn--clear.btn--square, .sky-pilot-access-denied .collection-nav > li .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .sky-pilot-access-denied .collection-nav > li a.btn--large.btn--clear.btn--square, .sky-pilot-access-denied .collection-nav > li .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .content--centered .text-left.preventOverflowContent .collection-nav > li .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square#login_link, .collection-nav > li .charge_rabbit .login_or_signup .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square#login_link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .collection-nav > li .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square#login_link, .collection-nav > li .charge_rabbit .login_or_signup .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square#login_link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .login_or_signup .collection-nav > li a.btn--large.btn--clear.btn--square#login_link, .charge_rabbit .login_or_signup .collection-nav > li .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square#login_link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .login_or_signup .collection-nav > li a.btn--large.btn--clear.btn--square#login_link, .charge_rabbit .login_or_signup .collection-nav > li .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square#login_link, .slider_custom_align .content--centered .text-left.preventOverflowContent .collection-nav > li .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square#signup_link, .collection-nav > li .charge_rabbit .login_or_signup .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square#signup_link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .collection-nav > li .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square#signup_link, .collection-nav > li .charge_rabbit .login_or_signup .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square#signup_link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .login_or_signup .collection-nav > li a.btn--large.btn--clear.btn--square#signup_link, .charge_rabbit .login_or_signup .collection-nav > li .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square#signup_link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .login_or_signup .collection-nav > li a.btn--large.btn--clear.btn--square#signup_link, .charge_rabbit .login_or_signup .collection-nav > li .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square#signup_link, .slider_custom_align .content--centered .text-left.preventOverflowContent .collection-nav > li .charge_rabbit a.btn--large.btn--clear.btn--square.update-card-link, .collection-nav > li .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.update-card-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .collection-nav > li .charge_rabbit a.btn--large.btn--clear.btn--square.update-card-link, .collection-nav > li .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.update-card-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .collection-nav > li a.btn--large.btn--clear.btn--square.update-card-link, .charge_rabbit .collection-nav > li .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.update-card-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .collection-nav > li a.btn--large.btn--clear.btn--square.update-card-link, .charge_rabbit .collection-nav > li .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.update-card-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .collection-nav > li .charge_rabbit a.btn--large.btn--clear.btn--square.update-address-link, .collection-nav > li .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.update-address-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .collection-nav > li .charge_rabbit a.btn--large.btn--clear.btn--square.update-address-link, .collection-nav > li .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.update-address-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .collection-nav > li a.btn--large.btn--clear.btn--square.update-address-link, .charge_rabbit .collection-nav > li .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.update-address-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .collection-nav > li a.btn--large.btn--clear.btn--square.update-address-link, .charge_rabbit .collection-nav > li .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.update-address-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .collection-nav > li .charge_rabbit .continue_shopping a.btn--large.btn--clear.btn--square, .collection-nav > li .charge_rabbit .continue_shopping .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .collection-nav > li .charge_rabbit .continue_shopping a.btn--large.btn--clear.btn--square, .collection-nav > li .charge_rabbit .continue_shopping .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .continue_shopping .collection-nav > li a.btn--large.btn--clear.btn--square, .charge_rabbit .continue_shopping .collection-nav > li .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .continue_shopping .collection-nav > li a.btn--large.btn--clear.btn--square, .charge_rabbit .continue_shopping .collection-nav > li .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .content--centered .text-left.preventOverflowContent .collection-nav > li .charge_rabbit .cancel-subscription-wrapper a.btn--large.btn--clear.btn--square, .collection-nav > li .charge_rabbit .cancel-subscription-wrapper .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .collection-nav > li .charge_rabbit .cancel-subscription-wrapper a.btn--large.btn--clear.btn--square, .collection-nav > li .charge_rabbit .cancel-subscription-wrapper .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .cancel-subscription-wrapper .collection-nav > li a.btn--large.btn--clear.btn--square, .charge_rabbit .cancel-subscription-wrapper .collection-nav > li .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .cancel-subscription-wrapper .collection-nav > li a.btn--large.btn--clear.btn--square, .charge_rabbit .cancel-subscription-wrapper .collection-nav > li .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square, .slider_custom_align .content--centered .text-left.preventOverflowContent .collection-nav > li .charge_rabbit a.btn--large.btn--clear.btn--square.cancel-subscription-link, .collection-nav > li .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.cancel-subscription-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .collection-nav > li .charge_rabbit a.btn--large.btn--clear.btn--square.cancel-subscription-link, .collection-nav > li .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.cancel-subscription-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .collection-nav > li a.btn--large.btn--clear.btn--square.cancel-subscription-link, .charge_rabbit .collection-nav > li .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.cancel-subscription-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .collection-nav > li a.btn--large.btn--clear.btn--square.cancel-subscription-link, .charge_rabbit .collection-nav > li .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.cancel-subscription-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .sky-pilot-access-denied a.btn--large.btn--clear.btn--square.uppercase, .sky-pilot-access-denied .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .sky-pilot-access-denied a.btn--large.btn--clear.btn--square.uppercase, .sky-pilot-access-denied .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.uppercase#login_link, .charge_rabbit .login_or_signup .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase#login_link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.uppercase#login_link, .charge_rabbit .login_or_signup .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase#login_link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.uppercase#signup_link, .charge_rabbit .login_or_signup .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase#signup_link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .login_or_signup a.btn--large.btn--clear.btn--square.uppercase#signup_link, .charge_rabbit .login_or_signup .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase#signup_link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.uppercase.update-card-link, .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase.update-card-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.uppercase.update-card-link, .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase.update-card-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.uppercase.update-address-link, .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase.update-address-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.uppercase.update-address-link, .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase.update-address-link, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .continue_shopping a.btn--large.btn--clear.btn--square.uppercase, .charge_rabbit .continue_shopping .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .continue_shopping a.btn--large.btn--clear.btn--square.uppercase, .charge_rabbit .continue_shopping .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit .cancel-subscription-wrapper a.btn--large.btn--clear.btn--square.uppercase, .charge_rabbit .cancel-subscription-wrapper .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit .cancel-subscription-wrapper a.btn--large.btn--clear.btn--square.uppercase, .charge_rabbit .cancel-subscription-wrapper .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase, .slider_custom_align .content--centered .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.uppercase.cancel-subscription-link, .charge_rabbit .slider_custom_align .content--centered .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase.cancel-subscription-link, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .charge_rabbit a.btn--large.btn--clear.btn--square.uppercase.cancel-subscription-link, .charge_rabbit .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent a.btn--large.btn--clear.btn--square.uppercase.cancel-subscription-link {
    margin-bottom: 0; }

  .slider_custom_align .content--centered .text-left.preventOverflowContent h2.title--flex, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent h2.title--flex, .slider_custom_align .content--centered .text-left.preventOverflowContent .title--flex.h2, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .title--flex.h2, .slider_custom_align .content--centered .text-left.preventOverflowContent .title--flex.h2--body, .slider_custom_align .collection-grid-item__content .text-left.preventOverflowContent .title--flex.h2--body {
    margin-top: 0;
    font-size: 17px; } }
/* Popup Form */
.mfp-wrap {
  position: fixed !important;
  top: 10px !important; }

body {
  -webkit-overflow-scrolling: touch; }

body.no-scroll {
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto; }

.white-popup.shinyleaf-discount .loader {
  border: 16px solid #484848;
  border-radius: 50%;
  border-top: 16px solid #41a85f;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none; }

.discount-loading .loader {
  margin: 25px auto;
  display: block; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.rf-header,
.rf-preamble {
  display: none; }

.white-popup.shinyleaf-discount p {
  margin: 0px; }

.white-popup.shinyleaf-discount {
  background: url(/cdn/shop/files/discount-popup-background.jpg?1356393…);
  padding: 30px 15px;
  max-width: 540px;
  background-size: cover; }

.discount-header {
  margin: 20px 0px;
  color: #333;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 103px;
  line-height: 60px; }

p.discount-header-middle {
  font-weight: bolder;
  color: #6dab30; }

p.discount-header-top {
  font-size: 21px;
  display: block;
  font-weight: bolder; }

p.discount-header-bottom {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }

p.discount-before-form {
  display: block;
  text-align: center;
  font-size: 13px;
  padding-bottom: 10px; }

form.discount-form {
  max-width: 60%;
  margin: 0 auto; }

form.discount-form input {
  width: 100%;
  text-align: center;
  box-shadow: none;
  border: 1px solid rgba(115, 93, 93, 0.27059);
  margin: 5px 0px; }

button.discount-btn {
  background-color: #6dab30 !important;
  border: 1px solid #6dab30 !important;
  color: white;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  margin-top: 11px;
  border-radius: 15px; }

p.discount-bottom-text.text-center {
  font-size: 12px;
  line-height: 15px;
  display: block;
  text-align: center;
  opacity: .8;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px; }

p.discount-bottom-text.text-center {
  font-size: 12px;
  line-height: 15px;
  display: block;
  text-align: center;
  opacity: .8;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 17px; }

.discount-error {
  background: #b16e6e;
  width: 100%;
  display: block;
  color: white;
  font-weight: normal;
  font-size: 10px;
  margin-bottom: 10px;
  padding: 2px 8px;
  text-align: center; }

.white-popup.white-popup-discount-thankyou small {
  color: black; }

.white-popup.white-popup-discount-thankyou a {
  color: green;
  text-decoration: none;
  font-size: 17px;
  font-weight: bolder; }

.white-popup.white-popup-discount-thankyou strong {
  font-weight: bolder;
  color: #333; }

.white-popup.white-popup-discount-thankyou {
  padding: 35px 20px;
  max-width: 560px;
  color: #6b6565;
  background: url(/cdn/shop/files/discount-popup-background.jpg?1356393…);
  background-size: cover; }

.white-popup.white-popup-discount-thankyou h1, .white-popup.white-popup-discount-thankyou .h1, .white-popup.white-popup-discount-thankyou .h1--body {
  color: #6b6565;
  font-size: 24px;
  font-weight: bolder;
  margin: 0px; }

@media screen and (max-width: 566px) {
  .white-popup.white-popup-discount-thankyou h1, .white-popup.white-popup-discount-thankyou .h1, .white-popup.white-popup-discount-thankyou .h1--body {
    color: #6b6565;
    font-size: 21px;
    font-weight: bolder;
    margin: 0px;
    line-height: 21px;
    margin-bottom: 15px; }

  .discount-content img {
    max-width: 100px; }

  .discount-header {
    margin: 0px 0px;
    font-size: 55px;
    line-height: 40px; }

  p.discount-header-top {
    font-size: 14px; }

  p.discount-header-bottom {
    font-size: 13px; }

  p.discount-before-form {
    font-size: 12px; }

  form.discount-form {
    max-width: 100%;
    margin: 0 auto; }

  button.discount-btn {
    width: 100%; }

  p.discount-bottom-text.text-center {
    width: 100%;
    margin: 25px 0px 0px; } }
/* SMS Bump */
form#smsbump-subscription-form {
  position: fixed !important;
  left: -3000px !important; }

/* Back to top */
a.back-to-top div {
  position: relative; }

a.back-to-top div:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #999;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto; }

.back-to-top {
  position: fixed;
  bottom: 14px;
  right: 20px;
  text-decoration: none;
  color: #999;
  background-color: #eee;
  font-size: 13px;
  padding: 5px;
  display: none;
  -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;
  z-index: 60000; }

.back-to-top i {
  vertical-align: middle; }

.back-to-top span {
  padding-left: 0.5em;
  padding-right: 25px; }

.back-to-top img {
  margin-top: 2px; }

.back-to-top i + span {
  padding-left: 0; }

.back-to-top:hover {
  text-decoration: none;
  color: #555; }

@media screen and (max-width: 767px) {
  .back-to-top {
    right: 10px; } }
@media screen and (max-width: 768px) {
  a.back-to-top div:after {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    bottom: auto; } }
/* Your shopping cart */
.additional-checkout-buttons {
  display: none; }

body#your-shopping-cart {
  overflow-y: scroll !important; }

body#your-shopping-cart div#soundest-dynamic-container {
  display: none; }

.soundest-form-background-image-overlay {
  opacity: 0.9 !important; }

.soundest-form-background-image-content-inner .soundest-form-benefit-success-headline {
  font-size: 21px !important;
  line-height: 30px !important;
  color: #493939 !important; }

.soundest-form-background-image-content-inner .soundest-form-benefit-success-headline.soundest-form-background-image-headline.soundest-form-background-image-state-success-subscribed {
  font-size: 26px !important;
  margin-bottom: -15px !important; }

.soundest-form-background-image-content-inner .soundest-form-benefit-success-headline .success-description {
  margin-top: 5px;
  margin-bottom: -20px; }

.soundest-form-background-image-success-content .soundest-form-benefit-headline-wrapper {
  margin: 10px 0px -10px; }

.soundest-form-background-image-fields > div input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333 !important; }

.soundest-form-background-image-fields > div input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333 !important; }

.soundest-form-background-image-fields > div input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333 !important; }

.soundest-form-background-image-fields > div input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333 !important; }

.soundest-form-background-image-fields > div input {
  color: black !important; }

@media screen and (max-width: 566px) {
  input.soundest-form-background-image-submit {
    line-height: 20px !important; }

  .soundest-form-background-image-content-inner .soundest-form-benefit-success-headline {
    font-size: 20px !important;
    line-height: 22px !important;
    color: #19581b !important; }

  .soundest-form-background-image-success-content {
    margin: 60px 0px 40px; }

  .soundest-form-background-image-content-inner .soundest-form-benefit-success-headline.soundest-form-background-image-headline.soundest-form-background-image-state-success-subscribed {
    font-size: 24px !important;
    margin-bottom: -15px !important; } }
/* SPR Reviews */
#shopify-section-product-shinyleaf #shopify-product-reviews .spr-reviews {
  display: none; }

.shopify-product-reviews-wrap {
  margin: 55px 0 25px !important;
  padding: 24px;
  border-color: #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.shopify-product-reviews-wrap #shopify-product-reviews {
  margin: 0 !important; }

.shopify-product-reviews-wrap #shopify-product-reviews .spr-container {
  border: none;
  padding: 0; }

.shopify-product-reviews-wrap a.btn-read-all.spr-summary-actions-newreview {
  float: none; }

.shopify-product-reviews-wrap .view-more-wrap {
  text-align: center; }

.spr-icon {
  color: #ffc000; }

/* Add To cart Form */
.template-product #productInfo-product-shinyleaf .product-description {
  margin-bottom: 15px; }

#productInfo-product-shinyleaf .product__price {
  margin-bottom: 15px;
  margin-top: 10px; }

.spr-badge-caption {
  padding-left: 3px; }

.bold-ro__radio-div {
  width: 50%;
  /*     float: left; */
  float: none;
  background: none;
  text-align: left; }

.bold-ro__radio-div.bold-ro__one-time-div {
  width: 40%;
  text-align: right; }

.bold-ro__radio-div.bold-ro__recurring-div {
  width: 100%; }

.shopify-product-form {
  max-width: 100%;
  margin: 0 auto; }

#AddToCart-product-shinyleaf {
  background: #6daa30;
  color: #fff;
  border: 1px solid #6dab30;
  max-width: 310px;
  margin: 15px auto;
  display: block; }

.bold-ro__order-interval-container {
  background: rgba(51, 51, 51, 0.08);
  padding: 5px; }

select.bold-ro__frequency-num {
  width: 100px;
  text-align: center; }

.variant-selection-container {
  clear: both;
  margin: 0 auto;
  text-align: center; }

.variant-selection > div.selector-wrapper {
  width: 160px;
  position: relative;
  top: -1px; }

.variant-selection > div {
  display: inline-block; }

.product-featured-comment:before, .product-featured-comment:after {
  font-size: 65px;
  font-family: 'Helvetica';
  position: absolute;
  color: grey; }

.product-featured-comment {
  position: relative;
  border: 1px solid #01010133;
  padding: 20px 30px 15px;
  top: 6px;
  left: -6px; }

.product-featured-comment-container:before {
  content: "";
  border: 1px solid #a5a5a5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; }

.product-featured-comment p {
  font-style: italic;
  margin-bottom: 5px; }

.ro_widget {
  /*     margin-top: -30px; */
  margin-top: 0; }

#AddToCartForm-product-shinyleaf .add-to-cart__wrapper {
  margin-top: 25px;
  margin: 0 auto;
  display: block;
  text-align: center; }

select.bold-ro__frequency-num > option:nth-child(1),
select.bold-ro__frequency-num > option:nth-child(2),
select.bold-ro__frequency-num > option:nth-child(7),
select.bold-ro__frequency-num > option:nth-child(9) {
  display: none; }

/*  #AddToCartForm-product-shinyleaf .add-to-cart__wrapper .btn.addToCart {
    display: block!important;
}
#AddToCartForm-product-shinyleaf .add-to-cart__wrapper .btn {
    display: none!important;
} */
hr.hr--underline {
  margin-top: 25px;
  margin-bottom: 20px; }

span.bold-ro__see-details {
  display: none; }

button.subscription-detail-button {
  border: none;
  background: rgba(51, 51, 51, 0.65);
  color: white;
  font-size: 13px;
  font-weight: bolder;
  border-radius: 50%;
  padding: 1px 8px;
  margin-left: 5px;
  position: relative;
  top: 1px; }

.template-product .product-section > .wrapper:last-of-type, .template-product .product-section > .charge_rabbit:last-of-type, .template-product .product-section > .sky-pilot:last-of-type {
  padding-bottom: 15px; }

#subscription-error-popup .content {
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.cbb-frequently-bought-selector-list {
  margin: auto !important; }

.product__related .page-margin, .product__related .charge_rabbit, .product__related .sky-pilot {
  padding-top: 30px;
  padding-bottom: 30px; }

.product__related .product-grid-item {
  margin-bottom: 0; }

.cbb-frequently-bought-container {
  padding-top: 0 !important; }

/* Add to Cart Float on Scroll */
.follow-scroll {
  z-index: 999;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.follow-scroll.float-active {
  background: #fafafa;
  box-shadow: 0 5px 21px -15px #2b2b2b;
  padding: 20px; }

.float-active {
  position: fixed !important;
  left: 0;
  right: 0; }

.follow-scroll:not(.float-active) .title, .follow-scroll:not(.float-active) h1, .follow-scroll:not(.float-active) .h1, .follow-scroll:not(.float-active) .h1--body, .follow-scroll:not(.float-active) h2, .follow-scroll:not(.float-active) .h2, .follow-scroll:not(.float-active) .h2--body, .follow-scroll:not(.float-active) h3, .follow-scroll:not(.float-active) .h3, .follow-scroll:not(.float-active) .h3--body, .follow-scroll:not(.float-active) h4, .follow-scroll:not(.float-active) .h4, .follow-scroll:not(.float-active) .h4--body, .follow-scroll:not(.float-active) h5, .follow-scroll:not(.float-active) .h5, .follow-scroll:not(.float-active) .h5--body, .follow-scroll:not(.float-active) h6, .follow-scroll:not(.float-active) .h6, .follow-scroll:not(.float-active) .h6--body, .follow-scroll:not(.float-active) .btn--large, .follow-scroll:not(.float-active) .header-logo, .follow-scroll:not(.float-active) .home__title, .follow-scroll:not(.float-active) .title--flex, .follow-scroll:not(.float-active) .product-form label, .product-form .follow-scroll:not(.float-active) label {
  display: none; }

.follow-scroll .float-product-image {
  width: 100px;
  vertical-align: middle;
  /* box-shadow: 0px 0px 7px -4px #000; */ }

.follow-scroll:not(.float-active) .float-product-image {
  display: none; }

.float-active .add-to-cart-title-button {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top; }

#AddToCartForm-product-shinyleaf .add-to-cart__wrapper.float-active {
  top: 0; }

/* .Add to Cart Float on Scroll */
@media screen and (min-width: 1200px) {
  .cbb-frequently-bought-recommendations-container {
    display: flex;
    justify-content: center; } }
@media screen and (max-width: 1024px) {
  .bold-ro__radio-div.bold-ro__recurring-div {
    width: 100%; }

  .cbb-frequently-bought-selector-list {
    width: 75%; } }
@media screen and (min-width: 961px) {
  .cbb-frequently-bought-selector-list {
    width: 60%; } }
@media screen and (max-width: 768px) {
  #Quantity-product-shinyleaf .js-qty, #Quantity-product-shinyleaf .ajaxcart__qty {
    max-width: 100px; }

  .variant-selection > div.selector-wrapper {
    top: 1px; }

  .sl-product-discount-label {
    padding-right: 20px; }

  .cbb-frequently-bought-selector-list {
    width: 100%; } }
@media screen and (max-width: 767px) {
  /* Add to Cart Float on Scroll */
  .add-to-cart__wrapper.follow-scroll .float-product-image {
    display: none; }

  /* .Add to Cart Float on Scroll */ }
@media screen and (max-width: 566px) {
  div#FeaturedImage-collection img {
    width: 250%; }

  .add-to-cart-title-button .title, .add-to-cart-title-button h1, .add-to-cart-title-button .h1, .add-to-cart-title-button .h1--body, .add-to-cart-title-button h2, .add-to-cart-title-button .h2, .add-to-cart-title-button .h2--body, .add-to-cart-title-button h3, .add-to-cart-title-button .h3, .add-to-cart-title-button .h3--body, .add-to-cart-title-button h4, .add-to-cart-title-button .h4, .add-to-cart-title-button .h4--body, .add-to-cart-title-button h5, .add-to-cart-title-button .h5, .add-to-cart-title-button .h5--body, .add-to-cart-title-button h6, .add-to-cart-title-button .h6, .add-to-cart-title-button .h6--body, .add-to-cart-title-button .btn--large, .add-to-cart-title-button .header-logo, .add-to-cart-title-button .home__title, .add-to-cart-title-button .title--flex, .add-to-cart-title-button .product-form label, .product-form .add-to-cart-title-button label {
    font-size: 12px; }

  #AddToCartForm-product-shinyleaf .add-to-cart__wrapper.float-active {
    padding: 0px 20px; }

  .bold-ro__radio-div.bold-ro__recurring-div {
    width: 100%; }

  .bold-ro__radio-div.bold-ro__one-time-div,
  .bold-ro__radio-div {
    width: 100%;
    padding: 0px;
    text-align: left; }

  .bold-ro__one-time-purchase, .bold-ro__recurring-text {
    font-size: 12px;
    position: relative;
    top: -2px; }

  .product-featured-comment {
    padding: 30px; }

  .product-page {
    padding-top: 15px; }

  .bold-ro__order-interval-container {
    margin-bottom: 15px; }

  .cbb-frequently-bought-container {
    padding: 15px 0px 20px !important; }

  .bold-ro__detail-tooltip {
    display: none; } }
@media screen and (max-width: 480px) {
  .sl-subscribe-recurring {
    width: 100%; }

  .sl-subscribe-recurring-inner {
    padding: 15px; }

  .discount_circle {
    right: 0;
    width: 60px;
    height: 60px;
    padding: 12px; } }
/* Product Video Container */
.product-video-container .product-video {
  border: none; }

/* Collection Alert */
.collection-alert {
  background-color: #d7e3fc;
  padding: 10px 15px;
  margin-bottom: 30px; }

.collection-alert p {
  margin-bottom: 0; }

.collection-alert p strong {
  color: green; }

.collection-alert a {
  font-weight: bolder;
  color: black; }

.product-form .collection-alert {
  margin-bottom: 0;
  margin-top: 10px; }

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

/*
* Testimonials
*/
.testimonials-summary-info p {
  font-size: 20px;
  margin-bottom: 0px; }

.testimonials-summary-info .jdgm-star {
  font-size: 40px; }

/* FAQ */
.faq-filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.faq-filter-wrap .accordion-item {
  width: 50%;
  padding-left: 30px; }

/* FAQ */
@media screen and (max-width: 600px) {
  .homepage-columns .lazy-image {
    padding-top: 0 !important; }

  .homepage-columns .lazy-image img {
    width: 60%;
    position: relative !important;
    margin: 0 auto; } }
@media screen and (max-width: 480px) {
  .faq-filter-wrap .accordion-item {
    width: 100%; } }
/* New Year Promotion */
#shiny-leaf-organic-argan-oil-our-new-year-freebie-for-2019 .custom-promotion-container .btn-shop {
  bottom: 8%;
  right: -50px; }

@media screen and (max-width: 1024px) {
  #shiny-leaf-organic-argan-oil-our-new-year-freebie-for-2019 .custom-promotion-container .btn-shop {
    font-size: 10px;
    max-width: 200px;
    line-height: 1em;
    padding: 10px; } }
@media screen and (max-width: 768px) {
  #shiny-leaf-organic-argan-oil-our-new-year-freebie-for-2019 .custom-promotion-container .btn-shop {
    bottom: 5%;
    right: -30px; } }
@media screen and (max-width: 600px) {
  #shiny-leaf-organic-argan-oil-our-new-year-freebie-for-2019 .custom-promotion-container .btn-shop {
    right: 0;
    font-size: 14px;
    max-width: 270px;
    bottom: -5px !important; } }
/* Fullwidth CSS for Promotion template #1 */
.fullwidth .custom-promotion-container .right.column-1 {
  display: none; }

.fullwidth .custom-promotion-container .left.column-1 {
  width: 100%; }

@media screen and (max-width: 600px) {
  .fullwidth .custom-promotion-container .column-1 {
    float: none !important;
    display: block; } }
.product-grid-image {
  position: relative; }

.earn-product-points {
  position: absolute;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50px;
  border: 1px solid #64bb64;
  bottom: 0px;
  right: 0px;
  z-index: 99; }

.earn-product-points span {
  display: block;
  font-size: 9px;
  line-height: 16px;
  color: #64bb64; }

.earn-product-points span:nth-child(2) {
  font-size: 17px;
  font-weight: bolder; }

.earn-product-points .earn-product {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.customer-not-logged-in .claim-action-container {
  display: none; }

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

.sl-generic-button, input[type="submit"].sl-generic-button {
  display: block;
  width: 100%;
  background: #70B80D;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 10PX; }

.march-end-sale-slider:hover .background-size-cover {
  background-image: url(/cdn/shop/files/march-end-sale-background-2.jpg?1239) !important;
  transition: all .4s; }

.march-end-sale-slider img {
  max-width: 710px;
  margin: 0 auto;
  display: block;
  width: 100%; }

.march-end-sale-slider .banner-text-overlay .preventOverflowContent {
  width: 100%;
  text-align: center !important; }

.march-end-sale-slider .title--flex {
  width: 100%;
  background: none !important; }

.guest-new-product-slider img {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  width: 90%; }

.guest-new-product-slider .left img {
  max-width: 800px;
  width: 650px; }

.guest-new-product-slider .banner-text-overlay .preventOverflowContent {
  width: 100%;
  text-align: center !important; }

.guest-new-product-slider .title--flex {
  width: 100%;
  background: none !important; }

@media screen and (max-width: 1024px) {
  .march-end-sale-slider img {
    max-width: 60% !important; }

  .guest-new-product-slider img {
    max-width: 60% !important;
    display: block;
    margin: 0 auto; } }
@media screen and (max-width: 600px) {
  .march-end-sale-slider .biotin-slider img {
    max-width: 100% !important; }

  .march-end-sale-slider .biotin-slider .right {
    padding: 0px !important; }

  .guest-new-product-slider .biotin-slider img {
    max-width: 65% !important; } }
@media screen and (max-width: 430px) {
  .march-end-sale-slider .biotin-slider img {
    max-width: 100% !important;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    position: relative;
    top: -20px; }

  .guest-new-product-slider .biotin-slider img {
    max-width: 65% !important; }

  .guest-new-product-slider .biotin-slider img {
    max-width: 80% !important; }

  .guest-new-product-slider .biotin-slider .left img {
    max-width: 85% !important;
    position: relative;
    top: 15px; } }
.grid-product-2173472768059 {
  display: none; }

.facebook-video-share-container {
  text-align: center;
  background: #FAFAFA;
  padding-top: 60px;
  padding-bottom: 40px; }

.facebook-video-share-container.bg-white {
  background: white; }

.facebook-video-share-container .action p {
  margin: 15px 0px; }

.facebook-video-share-container .action {
  cursor: pointer; }

@media screen and (max-width: 600px) {
  .homepage-image.homepage--white {
    color: #fff;
    background-color: transparent;
    min-height: 100% !important; }

  .facebook-video-share-container iframe {
    width: 90%;
    height: auto;
    min-height: 340px; } }
p.dth-slider-notes {
  position: absolute;
  bottom: auto;
  font-size: 13px;
  color: #154a6a;
  font-style: italic;
  margin-top: 30px;
  display: none; }

.custom_class.biotin-slider.dht-slider .biotin-slider.row .left {
  top: -30px; }

.custom_class.biotin-slider.dht-slider .biotin-slider.row .left p.dth-slider-notes {
  display: block; }

@media screen and (max-width: 640px) {
  /*
  * Table of Contents
  */
  .toctitle {
    margin-bottom: 15px; }

  .toc-wrapper ul,
  .toc-wrapper ol {
    padding-left: 10px; }

  .biotin-slider .left img {
    max-width: 80% !important; }

  .custom_class.biotin-slider.dht-slider .biotin-slider.row > div.right {
    padding-top: 0px !important; }

  .custom_class.biotin-slider.dht-slider .biotin-slider img {
    max-width: 68% !important; }

  .custom_class.biotin-slider.dht-slider .biotin-slider.row .left p.dth-slider-notes {
    display: none; }

  .custom_class.biotin-slider.dht-slider .biotin-slider.row .right p.dth-slider-notes {
    display: block;
    margin-top: 10px;
    font-size: 9px; }

  .custom_class.biotin-slider.dht-slider .biotin-slider .right img {
    max-width: 73% !important; }

  .custom_class.biotin-slider.dht-slider .biotin-slider .left img {
    max-width: 75% !important; } }
.homepage-collection.homepage--light {
  background: white; }

.homepage-collection-grid.homepage--light h2, .homepage-collection-grid.homepage--light .h2, .homepage-collection-grid.homepage--light .h2--body {
  padding-top: 60px; }

#collection-hot-deals a {
  color: red;
  font-weight: bolder; }

.collection-nav {
  display: flex;
  flex-direction: column; }

li#collection-hot-deals {
  order: -1; }

.collection-nav > li {
  margin-bottom: 10px;
  padding: 0px; }

.jdgm-ask-question-btn, .jdgm-write-rev-link {
  text-decoration: none; }

.jdgm-preview-badge .jdgm-star {
  color: #fbcd0a !important;
  font-size: 22px; }

.jdgm-star {
  color: #fbcd0a !important; }

.jdgm-rev__icon::after, .jdgm-rev__buyer-badge {
  display: inline-block;
  color: #ffffff;
  background-color: green !important;
  margin-top: 1px !important;
  border-radius: 8px !important; }

#cffPCbootstrapContainer .cffConflictModalTable tbody > tr.vert-center > td {
  font-family: "Montserrat", "Helvetica" !important;
  text-align: left !important;
  font-size: 12px; }

.cff-clean.cff-overspecification .cleanslate .cff-bootstrap * {
  font-family: "Montserrat", "Helvetica" !important; }

.cff-clean.cff-overspecification .cleanslate .cff-bootstrap .modal-title {
  font-family: "Montserrat", "Helvetica" !important;
  font-size: 14px; }

#cffPCbootstrapContainer .modal-content {
  max-height: 60vh !important;
  overflow: auto; }

#sellify-ucd-cart-drawer .ucdcart__product-meta {
  display: none !important; }

.homepage-image.homepage--dark a .home__title {
  font-size: 33px;
  margin-bottom: 10px;
  padding-top: 0px; }

.collection-grid-item__content .btn.btn--splash.uppercase, .collection-grid-item__content .btn--splash.uppercase.btn--secondary, .collection-grid-item__content .btn--splash.btn--secondary.home__subtitle, .collection-grid-item__content .btn--splash.btn--secondary.share__link, .collection-grid-item__content .collection-nav > li a.btn--splash.btn--secondary, .collection-nav > li .collection-grid-item__content a.btn--splash.btn--secondary, .collection-grid-item__content input.btn--splash.uppercase[type="submit"], .collection-grid-item__content input.btn--splash[type="submit"].home__subtitle, .collection-grid-item__content input.btn--splash[type="submit"].share__link, .collection-grid-item__content .btn--splash.uppercase.spr-summary-actions-newreview, .collection-grid-item__content .btn--splash.spr-summary-actions-newreview.home__subtitle, .collection-grid-item__content .btn--splash.spr-summary-actions-newreview.share__link, .collection-grid-item__content .collection-nav > li a.btn--splash.spr-summary-actions-newreview, .collection-nav > li .collection-grid-item__content a.btn--splash.spr-summary-actions-newreview, .collection-grid-item__content .btn.btn--splash.home__subtitle, .collection-grid-item__content .sky-pilot-access-denied a.btn--splash.home__subtitle, .sky-pilot-access-denied .collection-grid-item__content a.btn--splash.home__subtitle, .collection-grid-item__content .charge_rabbit .login_or_signup a.btn--splash.home__subtitle#login_link, .charge_rabbit .login_or_signup .collection-grid-item__content a.btn--splash.home__subtitle#login_link, .collection-grid-item__content .charge_rabbit .login_or_signup a.btn--splash.home__subtitle#signup_link, .charge_rabbit .login_or_signup .collection-grid-item__content a.btn--splash.home__subtitle#signup_link, .collection-grid-item__content .charge_rabbit a.btn--splash.home__subtitle.update-card-link, .charge_rabbit .collection-grid-item__content a.btn--splash.home__subtitle.update-card-link, .collection-grid-item__content .charge_rabbit a.btn--splash.home__subtitle.update-address-link, .charge_rabbit .collection-grid-item__content a.btn--splash.home__subtitle.update-address-link, .collection-grid-item__content .charge_rabbit .continue_shopping a.btn--splash.home__subtitle, .charge_rabbit .continue_shopping .collection-grid-item__content a.btn--splash.home__subtitle, .collection-grid-item__content .charge_rabbit .cancel-subscription-wrapper a.btn--splash.home__subtitle, .charge_rabbit .cancel-subscription-wrapper .collection-grid-item__content a.btn--splash.home__subtitle, .collection-grid-item__content .charge_rabbit a.btn--splash.home__subtitle.cancel-subscription-link, .charge_rabbit .collection-grid-item__content a.btn--splash.home__subtitle.cancel-subscription-link, .collection-grid-item__content .btn.btn--splash.share__link, .collection-grid-item__content .sky-pilot-access-denied a.btn--splash.share__link, .sky-pilot-access-denied .collection-grid-item__content a.btn--splash.share__link, .collection-grid-item__content .charge_rabbit .login_or_signup a.btn--splash.share__link#login_link, .charge_rabbit .login_or_signup .collection-grid-item__content a.btn--splash.share__link#login_link, .collection-grid-item__content .charge_rabbit .login_or_signup a.btn--splash.share__link#signup_link, .charge_rabbit .login_or_signup .collection-grid-item__content a.btn--splash.share__link#signup_link, .collection-grid-item__content .charge_rabbit a.btn--splash.share__link.update-card-link, .charge_rabbit .collection-grid-item__content a.btn--splash.share__link.update-card-link, .collection-grid-item__content .charge_rabbit a.btn--splash.share__link.update-address-link, .charge_rabbit .collection-grid-item__content a.btn--splash.share__link.update-address-link, .collection-grid-item__content .charge_rabbit .continue_shopping a.btn--splash.share__link, .charge_rabbit .continue_shopping .collection-grid-item__content a.btn--splash.share__link, .collection-grid-item__content .charge_rabbit .cancel-subscription-wrapper a.btn--splash.share__link, .charge_rabbit .cancel-subscription-wrapper .collection-grid-item__content a.btn--splash.share__link, .collection-grid-item__content .charge_rabbit a.btn--splash.share__link.cancel-subscription-link, .charge_rabbit .collection-grid-item__content a.btn--splash.share__link.cancel-subscription-link, .collection-grid-item__content .collection-nav > li a.btn.btn--splash, .collection-nav > li .collection-grid-item__content a.btn.btn--splash, .collection-grid-item__content .collection-nav > li .sky-pilot-access-denied a.btn--splash, .collection-nav > li .sky-pilot-access-denied .collection-grid-item__content a.btn--splash, .collection-grid-item__content .sky-pilot-access-denied .collection-nav > li a.btn--splash, .sky-pilot-access-denied .collection-nav > li .collection-grid-item__content a.btn--splash, .collection-grid-item__content .collection-nav > li .charge_rabbit .login_or_signup a.btn--splash#login_link, .collection-nav > li .charge_rabbit .login_or_signup .collection-grid-item__content a.btn--splash#login_link, .collection-grid-item__content .charge_rabbit .login_or_signup .collection-nav > li a.btn--splash#login_link, .charge_rabbit .login_or_signup .collection-nav > li .collection-grid-item__content a.btn--splash#login_link, .collection-grid-item__content .collection-nav > li .charge_rabbit .login_or_signup a.btn--splash#signup_link, .collection-nav > li .charge_rabbit .login_or_signup .collection-grid-item__content a.btn--splash#signup_link, .collection-grid-item__content .charge_rabbit .login_or_signup .collection-nav > li a.btn--splash#signup_link, .charge_rabbit .login_or_signup .collection-nav > li .collection-grid-item__content a.btn--splash#signup_link, .collection-grid-item__content .collection-nav > li .charge_rabbit a.btn--splash.update-card-link, .collection-nav > li .charge_rabbit .collection-grid-item__content a.btn--splash.update-card-link, .collection-grid-item__content .charge_rabbit .collection-nav > li a.btn--splash.update-card-link, .charge_rabbit .collection-nav > li .collection-grid-item__content a.btn--splash.update-card-link, .collection-grid-item__content .collection-nav > li .charge_rabbit a.btn--splash.update-address-link, .collection-nav > li .charge_rabbit .collection-grid-item__content a.btn--splash.update-address-link, .collection-grid-item__content .charge_rabbit .collection-nav > li a.btn--splash.update-address-link, .charge_rabbit .collection-nav > li .collection-grid-item__content a.btn--splash.update-address-link, .collection-grid-item__content .collection-nav > li .charge_rabbit .continue_shopping a.btn--splash, .collection-nav > li .charge_rabbit .continue_shopping .collection-grid-item__content a.btn--splash, .collection-grid-item__content .charge_rabbit .continue_shopping .collection-nav > li a.btn--splash, .charge_rabbit .continue_shopping .collection-nav > li .collection-grid-item__content a.btn--splash, .collection-grid-item__content .collection-nav > li .charge_rabbit .cancel-subscription-wrapper a.btn--splash, .collection-nav > li .charge_rabbit .cancel-subscription-wrapper .collection-grid-item__content a.btn--splash, .collection-grid-item__content .charge_rabbit .cancel-subscription-wrapper .collection-nav > li a.btn--splash, .charge_rabbit .cancel-subscription-wrapper .collection-nav > li .collection-grid-item__content a.btn--splash, .collection-grid-item__content .collection-nav > li .charge_rabbit a.btn--splash.cancel-subscription-link, .collection-nav > li .charge_rabbit .collection-grid-item__content a.btn--splash.cancel-subscription-link, .collection-grid-item__content .charge_rabbit .collection-nav > li a.btn--splash.cancel-subscription-link, .charge_rabbit .collection-nav > li .collection-grid-item__content a.btn--splash.cancel-subscription-link, .collection-grid-item__content .sky-pilot-access-denied a.btn--splash.uppercase, .sky-pilot-access-denied .collection-grid-item__content a.btn--splash.uppercase, .collection-grid-item__content .charge_rabbit .login_or_signup a.btn--splash.uppercase#login_link, .charge_rabbit .login_or_signup .collection-grid-item__content a.btn--splash.uppercase#login_link, .collection-grid-item__content .charge_rabbit .login_or_signup a.btn--splash.uppercase#signup_link, .charge_rabbit .login_or_signup .collection-grid-item__content a.btn--splash.uppercase#signup_link, .collection-grid-item__content .charge_rabbit a.btn--splash.uppercase.update-card-link, .charge_rabbit .collection-grid-item__content a.btn--splash.uppercase.update-card-link, .collection-grid-item__content .charge_rabbit a.btn--splash.uppercase.update-address-link, .charge_rabbit .collection-grid-item__content a.btn--splash.uppercase.update-address-link, .collection-grid-item__content .charge_rabbit .continue_shopping a.btn--splash.uppercase, .charge_rabbit .continue_shopping .collection-grid-item__content a.btn--splash.uppercase, .collection-grid-item__content .charge_rabbit .cancel-subscription-wrapper a.btn--splash.uppercase, .charge_rabbit .cancel-subscription-wrapper .collection-grid-item__content a.btn--splash.uppercase, .collection-grid-item__content .charge_rabbit a.btn--splash.uppercase.cancel-subscription-link, .charge_rabbit .collection-grid-item__content a.btn--splash.uppercase.cancel-subscription-link {
  background: #64bc64;
  font-size: 18px;
  border-radius: 20px;
  padding: 5px 30px; }

.mfp-figure figure {
  overflow-y: hidden; }

.nav--mobile .main-menu li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat,"Helvetica Neue",Arial,sans-serif;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bold;
  font-size: 16px; }
