/* scss-combine:fonts */
/* Sans Serif */
@import url("//fonts.googleapis.com/css?family=Karla:400italic,700italic,400,700");
/* Condensed Sans Serif */
/* Geometric Sans Serif */
/* Serif */
/* Slab Serif */
/* Mono */
/* scss-combine:functions */
/* scss-combine:user-settings */
/* User Settings
------------------------- */
/* General */
/* Fonts */
/*============================================================================
  #Breakpoint and Grid Variables (from timber.scss.liquid)
==============================================================================*/
/*============================================================================
  Ajaxify Colours
  Add your theme colors in here, or create new styles.
    - If creating new styles, you may have to restyle text, headers and links
==============================================================================*/
/* Section specific
------------------------- */
/* Header */
.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: white;
  max-width: 100% !important;
  padding: 0 30px 10px 30px !important;
  border-bottom: 1px solid #eceeec !important; }

#main-nav {
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  display: block; }

/* Footer */
/*============================================================================
  #Sass Mixins
==============================================================================*/
.clearfix:after, .rte:after, .template-password .password-subscribe-form:after,
.template-password .password-form-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/* scss-combine:bourbon */
/* scss-combine:mixins */
/*============================================================================
  #Breakpoint and Grid Variables
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*============================================================================
  #Grid Setup
    - Based on csswizardry grid, but with floated columns and a fixed gutter size
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid-items
==============================================================================*/
/* Force clearfix on grids */
.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: -20px; }
  .grid a, .grid--rev a, .grid--full a,
  .grid-uniform a {
    color: #3a3939; }

.grid-item {
  float: left;
  padding-left: 20px;
  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 ================*/
/*============================================================================
  HELPERS
==============================================================================*/
/*================ Helper show/hide classes around our breakpoints ================*/
/*================ Our regular, non-responsive width and helper classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/* Thirds */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/* Quarters */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

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

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

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

.five-sixths, .ten-twelfths {
  width: 83.333%; }

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

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

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

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

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

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.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, .small--two-quarters, .small--three-sixths, .small--four-eighths, .small--five-tenths, .small--six-twelfths {
    width: 50%; }

  /* Thirds */
  .small--one-third, .small--two-sixths, .small--four-twelfths {
    width: 33.333%; }

  .small--two-thirds, .small--four-sixths, .small--eight-twelfths {
    width: 66.666%; }

  /* Quarters */
  .small--one-quarter, .small--two-eighths, .small--three-twelfths {
    width: 25%; }

  .small--three-quarters, .small--six-eighths, .small--nine-twelfths {
    width: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small--seven-twelfths {
    width: 58.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--two-quarters:nth-child(2n+1), .grid-uniform .small--three-sixths:nth-child(2n+1), .grid-uniform .small--four-eighths:nth-child(2n+1), .grid-uniform .small--five-tenths:nth-child(2n+1), .grid-uniform .small--six-twelfths:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--two-tenths:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-twelfths: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, .medium--two-quarters, .medium--three-sixths, .medium--four-eighths, .medium--five-tenths, .medium--six-twelfths {
    width: 50%; }

  /* Thirds */
  .medium--one-third, .medium--two-sixths, .medium--four-twelfths {
    width: 33.333%; }

  .medium--two-thirds, .medium--four-sixths, .medium--eight-twelfths {
    width: 66.666%; }

  /* Quarters */
  .medium--one-quarter, .medium--two-eighths, .medium--three-twelfths {
    width: 25%; }

  .medium--three-quarters, .medium--six-eighths, .medium--nine-twelfths {
    width: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium--seven-twelfths {
    width: 58.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--two-quarters:nth-child(2n+1), .grid-uniform .medium--three-sixths:nth-child(2n+1), .grid-uniform .medium--four-eighths:nth-child(2n+1), .grid-uniform .medium--five-tenths:nth-child(2n+1), .grid-uniform .medium--six-twelfths:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--two-tenths:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-twelfths: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, .medium-down--two-quarters, .medium-down--three-sixths, .medium-down--four-eighths, .medium-down--five-tenths, .medium-down--six-twelfths {
    width: 50%; }

  /* Thirds */
  .medium-down--one-third, .medium-down--two-sixths, .medium-down--four-twelfths {
    width: 33.333%; }

  .medium-down--two-thirds, .medium-down--four-sixths, .medium-down--eight-twelfths {
    width: 66.666%; }

  /* Quarters */
  .medium-down--one-quarter, .medium-down--two-eighths, .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--three-quarters, .medium-down--six-eighths, .medium-down--nine-twelfths {
    width: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--seven-twelfths {
    width: 58.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--two-quarters:nth-child(2n+1), .grid-uniform .medium-down--three-sixths:nth-child(2n+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--six-twelfths:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--two-tenths:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-twelfths: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, .large--two-quarters, .large--three-sixths, .large--four-eighths, .large--five-tenths, .large--six-twelfths {
    width: 50%; }

  /* Thirds */
  .large--one-third, .large--two-sixths, .large--four-twelfths {
    width: 33.333%; }

  .large--two-thirds, .large--four-sixths, .large--eight-twelfths {
    width: 66.666%; }

  /* Quarters */
  .large--one-quarter, .large--two-eighths, .large--three-twelfths {
    width: 25%; }

  .large--three-quarters, .large--six-eighths, .large--nine-twelfths {
    width: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large--seven-twelfths {
    width: 58.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--two-quarters:nth-child(2n+1), .grid-uniform .large--three-sixths:nth-child(2n+1), .grid-uniform .large--four-eighths:nth-child(2n+1), .grid-uniform .large--five-tenths:nth-child(2n+1), .grid-uniform .large--six-twelfths:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--two-tenths:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-twelfths: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; } }
/*============================================================================
  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, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%; }

/* Thirds */
.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.333%; }

.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.666%; }

/* Quarters */
.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%; }

.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.push--seven-twelfths {
  left: 58.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, .push--medium--two-quarters, .push--medium--three-sixths, .push--medium--four-eighths, .push--medium--five-tenths, .push--medium--six-twelfths {
    left: 50%; }

  /* Thirds */
  .push--medium--one-third, .push--medium--two-sixths, .push--medium--four-twelfths {
    left: 33.333%; }

  .push--medium--two-thirds, .push--medium--four-sixths, .push--medium--eight-twelfths {
    left: 66.666%; }

  /* Quarters */
  .push--medium--one-quarter, .push--medium--two-eighths, .push--medium--three-twelfths {
    left: 25%; }

  .push--medium--three-quarters, .push--medium--six-eighths, .push--medium--nine-twelfths {
    left: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .push--medium--seven-twelfths {
    left: 58.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, .push--medium-down--two-quarters, .push--medium-down--three-sixths, .push--medium-down--four-eighths, .push--medium-down--five-tenths, .push--medium-down--six-twelfths {
    left: 50%; }

  /* Thirds */
  .push--medium-down--one-third, .push--medium-down--two-sixths, .push--medium-down--four-twelfths {
    left: 33.333%; }

  .push--medium-down--two-thirds, .push--medium-down--four-sixths, .push--medium-down--eight-twelfths {
    left: 66.666%; }

  /* Quarters */
  .push--medium-down--one-quarter, .push--medium-down--two-eighths, .push--medium-down--three-twelfths {
    left: 25%; }

  .push--medium-down--three-quarters, .push--medium-down--six-eighths, .push--medium-down--nine-twelfths {
    left: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .push--medium-down--seven-twelfths {
    left: 58.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, .push--large--two-quarters, .push--large--three-sixths, .push--large--four-eighths, .push--large--five-tenths, .push--large--six-twelfths {
    left: 50%; }

  /* Thirds */
  .push--large--one-third, .push--large--two-sixths, .push--large--four-twelfths {
    left: 33.333%; }

  .push--large--two-thirds, .push--large--four-sixths, .push--large--eight-twelfths {
    left: 66.666%; }

  /* Quarters */
  .push--large--one-quarter, .push--large--two-eighths, .push--large--three-twelfths {
    left: 25%; }

  .push--large--three-quarters, .push--large--six-eighths, .push--large--nine-twelfths {
    left: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .push--large--eleven-twelfths {
    left: 91.666%; } }
/*============================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
/*================ IE8 grid uniform clearfix ================*/
.lt-ie9 .grid-uniform {
  text-align: left;
  margin-left: 0; }
  .lt-ie9 .grid-uniform .grid-item {
    display: inline-block;
    float: none;
    padding: 0;
    margin-left: -3px; }

/*================ Home page section helpers ================*/
.template-index main.main-content .shopify-section:nth-child(1) hr:first-child {
  display: none; }

/* scss-combine:normalize.css */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*============================================================================
  #Basic Styles
==============================================================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* scss-combine:typography */
/* Icon Fonts
-------------------------------- */
@font-face {
  font-family: 'Social Icons';
  src: url("//cdn.shopify.com/s/files/1/1255/8361/t/301/assets/pixelunionsocialicons-regular.eot?v=67152799333607820471643981605");
  src: url("//cdn.shopify.com/s/files/1/1255/8361/t/301/assets/pixelunionsocialicons-regular.eot?%23iefix&v=67152799333607820471643981605") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1255/8361/t/301/assets/pixelunionsocialicons-regular.woff?v=166346450244837970441643981606") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Pacific';
  src: url("//cdn.shopify.com/s/files/1/1255/8361/t/301/assets/pacific-icons.eot?v=74912783835964579941643981563");
  src: url("//cdn.shopify.com/s/files/1/1255/8361/t/301/assets/pacific-icons.eot?%23iefix&v=74912783835964579941643981563") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1255/8361/t/301/assets/pacific-icons.woff?v=156460543866264186621643981564") format("woff");
  font-weight: normal;
  font-style: normal; }

/* We're rolling a custom version of Crimson instead of Google's Crimson Text */
/* General
-------------------------------- */
body {
  font-family: "centurygothic", sans-serif;
  color: #464544;
  font-size: 16px;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 540px) {
    body {
      font-size: 12px; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #464544; }

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

:-ms-input-placeholder {
  /* IE 10+ */
  color: #464544; }

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

/* Links */
a {
  color: #63d8bf;
  text-decoration: none; }
  a:hover {
    color: #63d8bf; }

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-family: Futura Medium, sans-serif;
  font-weight: 400;
  color: #3a3939;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

h1 {
  margin-top: 1.1em;
  margin-bottom: 0.4em;
  font-size: 30px; }

h2 {
  margin-top: 1.22em;
  margin-bottom: 0.9em;
  font-size: 20px; }

h3 {
  #GGGmargin-top: 1.7em;
  margin-bottom: 0.75em;
  font-size: 17px; }

h4,
h5,
h6 {
  margin: 1.7em 0 1em;
  font-size: 14px; }

.page-title {
  margin: 35px 0;
  text-align: center; }

.section-title {
  font-family: 'Avenir Next Medium';
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.meta, .modal-close-secondary, .order-item-vendor, .order-note, .blog-subscribe, .single-post-pagination a,
.single-post-pagination span, .cart-item-vendor, .collection-description-more, .collection-viewing-parameters .select-wrapper, .product-list-item-badge, .slide-content p, .product-vendor, .breadcrumbs, .footer-tweet .timePosted, .header-promo-text, .cart-count, .currency-switcher, .pagination, #coin-container select {
  color: #051217;
  font-family: Karla, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

/* Basic elements */
p,
ul,
ol,
dl,
blockquote,
table,
code,
figure {
  margin-top: 1.3em;
  margin-bottom: 1.3em; }

figure {
  margin-left: 0;
  margin-right: 0; }

img {
  max-width: 100%; }

ul,
ol,
dl {
  padding-left: 22px; }

ul {
  list-style: outside none; }

ol {
  list-style: outside decimal; }

hr {
  height: 2px;
  background: #bed0d3;
  border: none; }

blockquote {
  margin: 0;
  color: #3a3939; }
  blockquote > *:first-child {
    margin-top: 0; }
  blockquote > *:last-child {
    margin-bottom: 0; }
  blockquote.highlight {
    font-size: 24px;
    line-height: 38px;
    margin-left: -50px;
    margin-right: -50px; }
    @media (max-width: 720px) {
      blockquote.highlight {
        margin-left: 0;
        margin-right: 0; } }

cite {
  display: block;
  margin-top: 10px !important;
  color: #464544; }

/* Tables */
table {
  background: transparent;
  color: #464544;
  border: 1px solid #bed0d3;
  border-top: none;
  border-radius: 5px;
  border-collapse: separate;
  font-size: 14px;
  line-height: 22px; }
  table.clean {
    border: none;
    border-radius: 0; }
  table .column-title {
    display: none; }

td, th {
  border-top: 1px solid #bed0d3; }
  .clean td, .clean th {
    border: none; }

thead th:first-child {
  border-radius: 5px 0 0 0; }
thead th:last-child {
  border-radius: 0 5px 0 0; }

tbody tr:first-child td:first-child,
tbody tr:first-child th:first-child {
  border-radius: 5px 0 0 0; }
tbody tr:first-child td:last-child,
tbody tr:first-child th:last-child {
  border-radius: 0 5px 0 0; }
thead + tbody tr:first-child td:first-child,
thead + tbody tr:first-child th:first-child,
thead + tbody tr:first-child td:last-child,
thead + tbody tr:first-child th:last-child {
  border-radius: 0; }

tbody tr:last-child td:first-child,
tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px; }
tbody tr:last-child td:last-child,
tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0; }

th {
  font-weight: normal;
  padding: 15px;
  color: #3a3939;
  background: #f7f7f7; }

td {
  border-left: 1px solid #bed0d3;
  padding: 30px; }
  @media (max-width: 540px) {
    td {
      padding: 15px; } }
  td:first-child {
    border-left: none; }

table.mobile-layout {
  border-bottom: none; }
  table.mobile-layout .column-title {
    font-weight: 700;
    display: inline-block; }
  table.mobile-layout thead {
    display: none; }
  table.mobile-layout tr td {
    width: 100%;
    display: block;
    text-align: left;
    border-top: 1px solid #bed0d3 !important;
    border-left: none;
    /* < IE 10 fix */
    float: left;
    clear: left; }
  table.mobile-layout td:last-child {
    border-bottom: none; }
  table.mobile-layout tr:last-child td:last-child {
    border-bottom: 1px solid #bed0d3 !important; }

/* Buttons */
.button,
.submit,
button,
input[type="submit"],
input[type="button"] {
  background: #63d8bf;
  font-family: "centurygothic", sans-serif;
  font-weight: 400;
  line-height: normal;
  color: white;
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
  padding: 15px 20px;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .button:hover,
  .submit:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background: #279a81;
    color: white; }
  .button.secondary,
  .submit.secondary,
  button.secondary,
  input[type="submit"].secondary,
  input[type="button"].secondary {
    background: #cccccc;
    color: white; }
    .button.secondary:hover,
    .submit.secondary:hover,
    button.secondary:hover,
    input[type="submit"].secondary:hover,
    input[type="button"].secondary:hover {
      background: #8f8f8f;
      color: white; }
  .button.disabled,
  .submit.disabled,
  button.disabled,
  input[type="submit"].disabled,
  input[type="button"].disabled {
    background: #cccccc;
    color: #888888; }

/* Forms & buttons */
.signup-form form {
  margin-top: 20px; }
  .signup-form form .input-wrapper.col6 {
    width: 49%;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 10px 0; }

.input-wrapper {
  margin: 25px 0; }
  .input-wrapper label {
    display: block;
    margin-bottom: 10px; }

.input-group-wrapper {
  margin: 25px 0; }
  .input-group-wrapper span {
    display: block; }
  .input-group-wrapper label {
    display: block;
    font-size: 14px;
    margin: 11px 0; }
  .input-group-wrapper input {
    margin-right: 5px; }

input, textarea {
  width: 100%;
  max-width: 670px;
  font-family: inherit; }
  input[type="checkbox"], input[type="radio"], textarea[type="checkbox"], textarea[type="radio"] {
    width: auto; }
  input:focus, textarea:focus {
    outline: none; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="telephone"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  border: 1px solid #bed0d3;
  border-radius: 0px;
  background: white;
  color: #3a3939;
  display: block;
  padding: 14px 15px 9px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="telephone"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: ligthen(#464544, 30%); }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="telephone"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: ligthen(#464544, 30%); }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="telephone"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: ligthen(#464544, 30%); }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="telephone"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: ligthen(#464544, 30%); }
  input[type="text"].error, .error input[type="text"],
  input[type="email"].error, .error
  input[type="email"],
  input[type="password"].error, .error
  input[type="password"],
  input[type="search"].error, .error
  input[type="search"],
  input[type="telephone"].error, .error
  input[type="telephone"],
  input[type="tel"].error, .error
  input[type="tel"],
  input[type="number"].error, .error
  input[type="number"],
  textarea.error, .error
  textarea {
    color: #d60000;
    border: 1px solid #d60000; }
    input[type="text"].error::-webkit-input-placeholder, .error input[type="text"]::-webkit-input-placeholder,
    input[type="email"].error::-webkit-input-placeholder, .error
    input[type="email"]::-webkit-input-placeholder,
    input[type="password"].error::-webkit-input-placeholder, .error
    input[type="password"]::-webkit-input-placeholder,
    input[type="search"].error::-webkit-input-placeholder, .error
    input[type="search"]::-webkit-input-placeholder,
    input[type="telephone"].error::-webkit-input-placeholder, .error
    input[type="telephone"]::-webkit-input-placeholder,
    input[type="tel"].error::-webkit-input-placeholder, .error
    input[type="tel"]::-webkit-input-placeholder,
    input[type="number"].error::-webkit-input-placeholder, .error
    input[type="number"]::-webkit-input-placeholder,
    textarea.error::-webkit-input-placeholder, .error
    textarea::-webkit-input-placeholder {
      color: #ff7070; }
    input[type="text"].error::-moz-placeholder, .error input[type="text"]::-moz-placeholder,
    input[type="email"].error::-moz-placeholder, .error
    input[type="email"]::-moz-placeholder,
    input[type="password"].error::-moz-placeholder, .error
    input[type="password"]::-moz-placeholder,
    input[type="search"].error::-moz-placeholder, .error
    input[type="search"]::-moz-placeholder,
    input[type="telephone"].error::-moz-placeholder, .error
    input[type="telephone"]::-moz-placeholder,
    input[type="tel"].error::-moz-placeholder, .error
    input[type="tel"]::-moz-placeholder,
    input[type="number"].error::-moz-placeholder, .error
    input[type="number"]::-moz-placeholder,
    textarea.error::-moz-placeholder, .error
    textarea::-moz-placeholder {
      color: #ff7070; }
    input[type="text"].error:-moz-placeholder, .error input[type="text"]:-moz-placeholder,
    input[type="email"].error:-moz-placeholder, .error
    input[type="email"]:-moz-placeholder,
    input[type="password"].error:-moz-placeholder, .error
    input[type="password"]:-moz-placeholder,
    input[type="search"].error:-moz-placeholder, .error
    input[type="search"]:-moz-placeholder,
    input[type="telephone"].error:-moz-placeholder, .error
    input[type="telephone"]:-moz-placeholder,
    input[type="tel"].error:-moz-placeholder, .error
    input[type="tel"]:-moz-placeholder,
    input[type="number"].error:-moz-placeholder, .error
    input[type="number"]:-moz-placeholder,
    textarea.error:-moz-placeholder, .error
    textarea:-moz-placeholder {
      color: #ff7070; }
    input[type="text"].error:-ms-input-placeholder, .error input[type="text"]:-ms-input-placeholder,
    input[type="email"].error:-ms-input-placeholder, .error
    input[type="email"]:-ms-input-placeholder,
    input[type="password"].error:-ms-input-placeholder, .error
    input[type="password"]:-ms-input-placeholder,
    input[type="search"].error:-ms-input-placeholder, .error
    input[type="search"]:-ms-input-placeholder,
    input[type="telephone"].error:-ms-input-placeholder, .error
    input[type="telephone"]:-ms-input-placeholder,
    input[type="tel"].error:-ms-input-placeholder, .error
    input[type="tel"]:-ms-input-placeholder,
    input[type="number"].error:-ms-input-placeholder, .error
    input[type="number"]:-ms-input-placeholder,
    textarea.error:-ms-input-placeholder, .error
    textarea:-ms-input-placeholder {
      color: #ff7070; }

.error-message,
.errors {
  color: #d60000; }

.lt-ie9 input[type="password"] {
  font-family: Arial, sans-serif; }

select {
  max-width: 100%; }
  @media (max-width: 540px) {
    select {
      font-size: 16px; } }

.select-wrapper {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  padding: 14px 25px 9px 15px;
  background: #f7f7f7; }
  .select-wrapper .select-text {
    overflow: hidden; }
  .select-wrapper:after {
    content: '\E007';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    font-family: 'Pacific';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .select-wrapper select {
    color: black;
    cursor: pointer;
    z-index: 2;
    width: 100%;
    /* needed for Firefox */
    height: 100%;
    /* needed for IE */
    -webkit-appearance: none;
    opacity: 0;
    filter: alpha(opacity=0); }

/* iframes and embeds */
iframe {
  border: none; }

/* RTE areas */
.rte > *:first-child {
  margin-top: 0; }
.rte > *:last-child {
  margin-bottom: 0; }
.rte ul {
  list-style: disc; }
.rte li {
  margin: 11px 0; }

/* scss-combine:layout */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-image: none;
  background-color: white;
  color: #464544; }
  body.modal-overflow {
    overflow: hidden;
    position: relative; }

.main-content-wrapper {
  position: relative;
  padding: 0 30px;
  min-width: 320px;
  max-width: 1320px;
  margin: 0 auto; }
  .lt-ie9 .main-content-wrapper {
    max-width: 1260px; }
  @media (max-width: 720px) {
    .main-content-wrapper {
      padding: 0 15px; } }

.main-content {
  width: 65%;
  margin: 0 auto; }
  @media (max-width: 1020px) {
    .main-content {
      width: 80%; } }
  @media (max-width: 720px) {
    .main-content {
      width: 100%; } }
  .sidebar-enabled .main-content {
    padding-bottom: 50px; }

.grid-border > .grid-item {
  padding-top: 24px; }
  @media (max-width: 540px) {
    .grid-border > .grid-item {
      padding-top: 0; } }
.grid-border .grid-item.product-list-item {
  margin-top: 20px; }

@media screen and (min-width: 769px) {
  .grid-border--right {
    border-right: 1px solid #bed0d3; }

  .grid-border--left {
    border-left: 1px solid #bed0d3; } }
/*============================================================================
  #Helper Classes
==============================================================================*/
.left {
  float: left; }

.right {
  float: right; }

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

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

.hidden {
  display: none; }

.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; } }
.visually-hidden {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.rte .tabs {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0;
  margin: 30px 0 0 30px;
  white-space: nowrap;
  position: relative;
  z-index: 10; }
  .rte .tabs li {
    display: inline-block;
    height: 41px;
    font-size: 17px;
    line-height: 42px;
    padding: 0 16px;
    margin: 0;
    border: 1px solid transparent;
    border-bottom: none;
    cursor: pointer;
    color: #817f7f; }
    .rte .tabs li.active {
      border-color: #bed0d3;
      height: 42px;
      border-radius: 5px 5px 0 0;
      background: white;
      font-weight: bold; }

.rte .tabs-content {
  display: block;
  width: 100%;
  position: relative;
  top: -1px;
  z-index: 5;
  padding: 30px;
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid #bed0d3;
  border-radius: 5px; }
  .rte .tabs-content > li {
    display: none;
    margin: 0; }
    .rte .tabs-content > li > *:first-child {
      margin-top: 0; }
    .rte .tabs-content > li > *:last-child {
      margin-bottom: 0; }
    .rte .tabs-content > li.active {
      display: block; }

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .modal-wrapper.active, .modal-wrapper.opening {
    display: block; }
  .modal-wrapper.opening, .modal-wrapper.open {
    opacity: 1;
    filter: alpha(opacity=100); }
  .modal-overflow .modal-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  @media (max-width: 540px) {
    .modal-wrapper {
      padding-bottom: 30px; } }

.modal-content {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 60%;
  max-width: 640px;
  padding: 30px;
  background: white;
  border: 1px solid #bed0d3;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 1020px) {
    .modal-content {
      width: 70%; } }
  @media (max-width: 720px) {
    .modal-content {
      width: 80%; } }
  @media (max-width: 540px) {
    .modal-content {
      position: relative;
      margin: 0 0 30px !important;
      top: 15px !important;
      left: 15px !important;
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      padding: 70px 15px 15px; }
      .lt-ie9 .modal-content {
        width: 100%; } }
  .open .modal-content {
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100); }
  .modal-overflow .modal-content {
    top: 30px !important;
    margin-bottom: 30px; }

.modal-close-secondary {
  position: absolute;
  top: 30px;
  right: 30px;
  line-height: 1;
  cursor: pointer;
  color: #82888b; }
  .modal-close-secondary:hover {
    color: #051217; }
  .modal-close-secondary:after {
    content: '\E010';
    top: 3px;
    position: relative;
    margin-left: 5px;
    font-family: 'Pacific';
    font-size: 25px;
    font-weight: 400;
    line-height: 0;
    -webkit-font-smoothing: antialiased; }
  @media (max-width: 540px) {
    .modal-close-secondary {
      right: 50%;
      margin-right: -35px; } }

.modal-title {
  margin-top: 0; }

.placeholder-svg {
  min-height: 25vh; }
  .home-slideshow .placeholder-svg {
    min-height: 66vh; }
    .sidebar-enabled .home-slideshow .placeholder-svg {
      min-height: 44vh; }
      @media screen and (max-width: 720px) {
        .sidebar-enabled .home-slideshow .placeholder-svg {
          min-height: 25vh; } }
      @media screen and (max-width: 542px) {
        .sidebar-enabled .home-slideshow .placeholder-svg {
          min-height: 200px; } }
    @media screen and (max-width: 720px) {
      .home-slideshow .placeholder-svg {
        min-height: 25vh; } }
    @media screen and (max-width: 542px) {
      .home-slideshow .placeholder-svg {
        min-height: 200px; } }

.placeholder-background {
  background-color: #f2f2f2; }

.placeholder-svg {
  background-color: #f2f2f2;
  fill: #747372; }

/* scss-combine:templates/404 */
.template-404 .main-content .rte {
  max-width: 640px;
  margin: 0 auto;
  text-align: center; }

/* scss-combine:templates/account */
.template-customers-login .main-content,
.template-customers-register .main-content,
.template-customers-addresses .main-content {
  max-width: 600px; }

.template-customers-account .page-title,
.template-customers-addresses .page-title,
.template-customers-order .page-title {
  margin-bottom: 0; }

.account-logged-in-as {
  margin-top: 15px;
  font-size: 14px;
  text-align: center; }

/* Login
   .template-customers-login */
.successful-reset {
  display: none; }

.recover-password {
  display: none; }

.errors ul {
  padding: 0; }

.toggle-forgetfulness {
  display: inline-block;
  margin: 0 0 0 10px; }
  .toggle-forgetfulness span {
    cursor: pointer;
    color: #63d8bf;
    font-size: 14px; }

/* Account
   .template-customers-account */
.account-info,
.order-history {
  margin-top: 35px; }

.account-info {
  text-align: center; }
  .account-info p {
    margin: 10px 0; }

.account-info-name {
  font-size: 20px;
  line-height: 1.25;
  color: #3a3939; }

@media (max-width: 540px) {
  .order-history,
  .default-address {
    text-align: center; } }

.order-history-orders {
  table-layout: fixed;
  width: 100%; }
  @media (max-width: 540px) {
    .order-history-orders {
      table-layout: auto;
      border: none; }
      .order-history-orders thead {
        display: none; } }
  @media (max-width: 540px) {
    .order-history-orders tr {
      display: block;
      margin-top: 35px; }
      .order-history-orders tr:first-child {
        margin-top: 0; } }
  .order-history-orders th {
    text-align: left; }
  .order-history-orders th,
  .order-history-orders td {
    padding: 20px; }
    @media (max-width: 540px) {
      .order-history-orders th,
      .order-history-orders td {
        display: block;
        margin-top: 5px;
        padding: 0;
        border: none;
        font-size: 16px;
        text-align: center; } }

@media (max-width: 540px) {
  .order-payment-status:before {
    content: ': '; } }

@media (max-width: 540px) {
  .order-fulfillment-status:before {
    content: ': '; } }

/* Addresses
   .template-customers-addresses */
.customer-addresses {
  font-size: 0;
  margin: 35px -10px 0; }
  @media (max-width: 720px) {
    .customer-addresses {
      margin: 0;
      text-align: center; } }

.customer-address {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 35px; }
  .customer-address > p:first-child {
    margin-top: 0; }
  @media (max-width: 720px) {
    .customer-address {
      display: block;
      width: 100%;
      margin-top: 35px;
      margin-bottom: 0;
      padding: 0; } }
  .customer-address.editing {
    display: none; }

.customer-address-is-default {
  font-size: 14px;
  color: #7d7c7c; }

.customer-address-modify {
  font-size: 14px;
  margin-bottom: 0; }
  .customer-address-modify span {
    color: #63d8bf;
    cursor: pointer; }

.customer-address-edit-form {
  font-size: 16px; }
  @media (max-width: 720px) {
    .customer-address-edit-form {
      text-align: left; } }

.add-new-address {
  padding-top: 35px;
  border-top: 1px solid #bed0d3; }
  @media (max-width: 720px) {
    .add-new-address {
      margin-top: 35px;
      text-align: center; } }

.customer-new-address {
  display: none;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #bed0d3; }
  .customer-new-address.show {
    display: block; }
  .account-logged-in-as + .customer-new-address {
    padding-top: 0;
    border-top: 0; }

.new-first-name {
  margin-top: 0; }

/* Order
   .template-customers-order */
.order-history-order {
  table-layout: fixed;
  width: 100%; }
  @media (max-width: 540px) {
    .order-history-order {
      table-layout: auto;
      border: none; }
      .order-history-order thead {
        display: none; }
      .order-history-order tr {
        display: block; } }
  @media (max-width: 540px) {
    .order-history-order tr {
      display: block;
      margin-top: 35px;
      padding-top: 35px;
      border-top: 1px solid #bed0d3; }
      .order-history-order tr:first-child {
        padding-top: 0;
        border-top: none; } }
  .order-history-order th, .order-history-order td {
    padding: 20px; }
    @media (max-width: 540px) {
      .order-history-order th, .order-history-order td {
        padding: 0;
        display: block;
        border: none;
        text-align: center;
        font-size: 16px; } }
  .order-history-order th.first {
    width: 75%;
    text-align: left;
    padding: 20px; }
  .order-history-order th {
    width: 10%;
    padding: 0; }
  .order-history-order th.last {
    width: 15%;
    text-align: right;
    padding: 20px; }

.order-item-image {
  float: left; }
  @media (max-width: 720px) {
    .order-item-image {
      width: 100px; } }
  @media (max-width: 540px) {
    .order-item-image {
      float: none;
      width: 100%; } }

.order-item-wrap {
  margin-left: 180px; }
  @media (max-width: 720px) {
    .order-item-wrap {
      margin-left: 120px; } }
  .order-item-wrap > span {
    display: block; }
  @media (max-width: 540px) {
    .order-item-wrap {
      margin-left: 0;
      margin-top: 20px; } }

.order-item-vendor {
  margin-bottom: 7px; }

.order-item-title {
  font-size: 16px;
  margin-bottom: 7px; }

.order-item-variant-option {
  font-size: 14px;
  font-weight: bold; }
  .order-item-variant-option span {
    font-weight: normal; }

.order-item-quantity {
  text-align: center; }
  @media (max-width: 540px) {
    .order-item-quantity {
      margin-top: 15px; }
      .order-item-quantity:before {
        content: '\0078\0020'; } }

.order-item-total {
  text-align: right;
  white-space: nowrap;
  color: #3a3939; }

.order-item-total-each {
  color: #82888b; }

.order-totals {
  text-align: right; }
  @media (max-width: 540px) {
    .order-totals {
      margin-top: 35px;
      padding-top: 35px;
      border-top: 1px solid #bed0d3;
      text-align: center; } }
  @media (max-width: 540px) {
    .order-totals ul {
      padding-left: 0;
      font-size: 0; } }
  .order-totals span {
    display: inline-block;
    width: 150px;
    color: #3a3939; }
    @media (max-width: 540px) {
      .order-totals span {
        padding-left: 10px;
        text-align: left; } }
  @media (max-width: 540px) {
    .order-totals label,
    .order-totals span {
      display: inline-block;
      width: 50%;
      font-size: 16px; } }
  @media (max-width: 540px) {
    .order-totals label {
      padding-right: 10px;
      text-align: right; } }

.order-total span {
  font-size: 18px; }

.order-note {
  color: #82888b;
  display: inline-block;
  margin-top: 7px; }

.shipping-info {
  font-size: 0; }
  @media (max-width: 540px) {
    .shipping-info {
      margin-top: 35px;
      padding-top: 35px;
      border-top: 1px solid #bed0d3; } }
  .shipping-info > div {
    display: inline-block;
    font-size: 16px; }
    @media (max-width: 540px) {
      .shipping-info > div {
        display: block;
        text-align: center; } }

@media (max-width: 540px) {
  .shipping-address h3 {
    margin-top: 0; } }

.billing-address {
  padding-left: 30px; }
  @media (max-width: 540px) {
    .billing-address {
      padding-left: 0;
      margin-top: 35px; } }

.template-customers-activate_account .main-content input[type="submit"] {
  margin-right: 10px; }

/* scss-combine:templates/blog */
.template-blog .page-title, .template-article .page-title {
  margin-bottom: 0; }

.blog-subscribe {
  text-align: center;
  margin-top: 25px; }
  .blog-subscribe a {
    color: #3a3939; }
  .blog-subscribe a:before {
    content: '\E017';
    padding-right: 5px;
    font-family: 'Pacific';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

.blog-post {
  display: inline-block;
  text-align: center;
  padding: 20px;
  vertical-align: top; }

article.blog-post {
  width: 32%; }
  @media (max-width: 720px) {
    article.blog-post {
      width: 100%; } }

.post-image::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out 0s; }

article.blog-post .post-image img {
  width: 100%; }

.post-image .readmore {
  display: block;
  float: left;
  line-height: 35px;
  padding: 0 23px;
  border: 1px solid #747474;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 400ms ease-in-out 0s; }

article.blog-post:hover .post-image .readmore {
  opacity: 1;
  visibility: visible; }

article.blog-post:hover .post-image::before {
  opacity: 1;
  visibility: visible; }

.post-meta {
  color: #82888b; }
  .template-article .post-meta {
    margin-top: 35px; }

.post-title {
  margin-top: 15px;
  margin-bottom: 25px; }
  .post-title a {
    color: #3a3939; }

.post-image {
  margin-bottom: 1.3em;
  text-align: center;
  position: relative; }

.post-tags a {
  color: inherit; }
  .post-tags a:hover {
    color: #474a4c; }

.template-article .share-buttons {
  margin-top: 40px; }

.single-post-pagination {
  margin-top: 45px; }
  .single-post-pagination div {
    display: block;
    width: 50%;
    float: left; }
  .single-post-pagination span {
    color: #82888b; }

.previous-post a:before,
.previous-post span:before {
  content: '\E013';
  padding-right: 5px;
  font-family: 'Pacific';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.next-post {
  text-align: right;
  float: right; }
  .next-post a:after,
  .next-post span:after {
    content: '\E014';
    padding-left: 5px;
    font-family: 'Pacific';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

.post-comments {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #bed0d3; }
  .post-comments h3 {
    margin-top: 0; }
  .post-comments .section-title {
    text-align: center;
    color: #82888b; }

.post-comments-list {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #bed0d3; }

.post-comment {
  margin-top: 40px; }

.post-comment-author {
  color: #3a3939; }

.post-comment-date {
  margin-top: 15px;
  color: #82888b; }

.post-read-more {
  color: #63d8bf; }

/* scss-combine:templates/cart */
.template-cart .main-content {
  width: 100%; }
  @media (max-width: 720px) {
    .template-cart .main-content > form {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap; } }

#cartform {
  margin-bottom: 20px; }

table.cart-items {
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
  margin-bottom: 35px;
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in; }
  @media (max-width: 720px) {
    table.cart-items {
      table-layout: auto;
      margin-top: 0;
      border: 1px solid #bed0d3;
      border-radius: 5px;
      -webkit-order: 1;
      order: 1; } }
  @media (max-width: 720px) {
    table.cart-items thead {
      display: none; } }
  table.cart-items.empty {
    height: 0;
    overflow: hidden; }
  table.cart-items th,
  table.cart-items td {
    text-align: center;
    border-bottom: 1px solid #bed0d3;
    border-radius: 0 !important; }
  table.cart-items th {
    width: 16.66%;
    background: none; }
    table.cart-items th.first {
      width: 50%; }
  table.cart-items .first {
    text-align: left;
    padding-left: 0; }
  table.cart-items .last {
    text-align: right;
    padding-right: 0; }

tr.cart-item {
  -webkit-transition: opacity 0.3s ease-in, height 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in, height 0.3s ease-in;
  transition: opacity 0.3s ease-in, height 0.3s ease-in; }
  tr.cart-item.removing {
    opacity: 0;
    filter: alpha(opacity=0); }
  @media (max-width: 720px) {
    tr.cart-item {
      display: block;
      border-top: 1px solid #bed0d3;
      clear: both; }
      tr.cart-item:first-child {
        border-top: none; }
      tr.cart-item > td {
        display: block;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none;
        text-align: center !important;
        float: left\9; } }

.no-ajax .cart-item-product.first {
  padding-left: 30px;
  position: relative; }
  @media (max-width: 720px) {
    .no-ajax .cart-item-product.first {
      padding-left: 0;
      width: 100% \9; } }
@media (max-width: 720px) {
  .cart-item-product {
    padding-bottom: 0; } }
.cart-item-product > span {
  display: block;
  margin-left: 120px; }
  @media (max-width: 720px) {
    .cart-item-product > span {
      margin-left: 0;
      text-align: center; } }

.cart-item-image {
  float: left;
  width: 100px; }
  .cart-item-image img {
    display: block; }
    @media (max-width: 720px) {
      .cart-item-image img {
        margin: 0 auto; } }
  @media (max-width: 720px) {
    .cart-item-image {
      float: none;
      margin-bottom: 15px;
      display: inline-block;
      width: auto; } }

.cart-item-vendor {
  margin-bottom: 7px; }
  .cart-item-vendor a {
    color: #82888b; }

.cart-item-title {
  font-weight: bold;
  margin-bottom: 7px; }
  .cart-item-title a {
    color: #3a3939; }

.cart-item-option {
  font-size: 14px;
  color: #82888b; }

.cart-line-item-properties {
  margin-top: 15px;
  margin-left: 120px;
  font-size: 14px; }
  .cart-line-item-properties > span {
    display: block; }
  @media (max-width: 720px) {
    .cart-line-item-properties {
      margin-left: inherit; } }

.cart-item-remove {
  position: absolute;
  top: 21px;
  left: -15px;
  color: #82888b;
  padding: 0 15px;
  font-family: 'Pacific';
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 720px) {
    .cart-item-remove {
      left: -6px;
      top: 2px; } }

@media (max-width: 720px) {
  .cart-item-price {
    padding-top: 0;
    margin-top: 10px;
    width: 100% \9; } }

td.cart-item-quantity {
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap; }
  @media (max-width: 720px) {
    td.cart-item-quantity {
      width: 50%;
      float: left;
      border-top: 1px solid #bed0d3;
      border-right: 1px solid #bed0d3;
      padding: 15px 0; } }

input.cart-item-quantity-display {
  background: none;
  border: none;
  padding: 0;
  display: inline;
  width: 40px;
  text-align: right;
  margin-right: 10px;
  font-size: 16px; }
  @media (max-width: 1020px) {
    input.cart-item-quantity-display {
      display: block;
      text-align: center;
      width: 100%;
      margin-bottom: 5px;
      margin-right: 0; } }
  @media (max-width: 720px) {
    input.cart-item-quantity-display {
      display: inline;
      width: 40px;
      margin-bottom: 0;
      margin-right: 10px; } }

.cart-item-increase,
.cart-item-decrease {
  display: inline-block;
  height: 36px;
  border: 1px solid #bed0d3;
  padding: 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Pacific';
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  -webkit-font-smoothing: antialiased; }

.cart-item-decrease {
  border-radius: 5px 0 0 5px; }

.cart-item-increase {
  border-left: none;
  border-radius: 0 5px 5px 0; }

@media (max-width: 720px) {
  td.cart-item-total {
    width: 50%;
    float: right;
    border-top: 1px solid #bed0d3;
    padding: 20px 0 0; } }

.cart-undo {
  color: #63d8bf;
  cursor: pointer; }

.cart-tools,
.cart-checkout {
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }

.cart-tools {
  width: 64%; }
  @media (max-width: 1020px) {
    .cart-tools {
      padding-right: 30px; } }
  @media (max-width: 720px) {
    .cart-tools {
      width: 100%;
      -webkit-order: 3;
      order: 3; } }

.cart-instructions {
  max-width: 525px; }
  @media (max-width: 720px) {
    .cart-instructions {
      margin-top: 35px; }
      .no-flexbox .cart-instructions {
        margin-top: 0; } }
  .cart-instructions + .cart-shipping-calculator {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #bed0d3; }
  .cart-instructions p {
    margin-top: 0;
    margin-bottom: 10px; }

.cart-shipping-calculator {
  font-size: 0; }
  .cart-shipping-calculator > h4 {
    margin-top: 0; }
  .cart-shipping-calculator > div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px; }
    @media (max-width: 720px) {
      .cart-shipping-calculator > div {
        width: 100%;
        display: block; } }

.cart-shipping-calculator-wrap {
  padding-right: 90px; }
  @media (max-width: 720px) {
    .cart-shipping-calculator-wrap {
      padding-right: 0; } }

@media (max-width: 720px) {
  .cart-shipping-calculator-response {
    margin-top: 30px; } }
.cart-shipping-calculator-response p:first-child {
  margin-bottom: 10px; }
  .cart-shipping-calculator-response p:first-child.error {
    margin-bottom: 0; }
  .cart-shipping-calculator-response p:first-child + p {
    margin: 0; }
.cart-shipping-calculator-response em {
  color: #a2a2a1; }
.cart-shipping-calculator-response .error {
  color: #d60000; }
.cart-shipping-calculator-response > div > *:last-child {
  margin-bottom: 0; }

.error + #shipping-rates {
  display: none; }

.cart-checkout {
  width: 35%;
  text-align: right; }
  @media (max-width: 720px) {
    .cart-checkout {
      width: 100%;
      text-align: left;
      -webkit-order: 2;
      order: 2; }
      .no-flexbox .cart-checkout {
        margin-top: 35px; } }
  .cart-checkout .button {
    text-align: center; }
  .cart-checkout em {
    color: #a2a2a1; }

.cart-price {
  font-size: 20px;
  line-height: 32px;
  color: #3a3939;
  margin: 0; }

.cart-message {
  margin: 0 0 25px; }

.cart-empty-message {
  font-size: 16px;
  text-align: center; }

.cart-additional-buttons {
  display: block; }
  .cart-additional-buttons > * {
    float: right;
    margin-top: 10px; }
    @media (max-width: 720px) {
      .cart-additional-buttons > * {
        float: left; } }
  .cart-additional-buttons input {
    max-width: 40%; }
    .cart-additional-buttons input[value*="paypal"] {
      max-width: 145px; }

.shopify-apple-pay-button {
  margin-left: 0 !important; }

/* scss-combine:templates/collection */
.template-collection .main-content {
  width: 100%; }

.collection-header {
  position: relative;
  margin: 30px 0 35px; }
  .collection-header img {
    display: block;
    width: 100%; }

.collection-details {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 540px) {
    .collection-details {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      margin-top: 30px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); } }
  .collection-details h1 {
    margin: 0;
    font-size: 36px;
    color: white;
    line-height: 40px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
    @media (max-width: 540px) {
      .collection-details h1 {
        color: #3a3939;
        text-shadow: none; } }
  .collection-details .rte {
    margin-top: 15px;
    color: white;
    font-size: 20px;
    line-height: 32px;
    word-wrap: break-word; }
    @media (max-width: 720px) {
      .collection-details .rte {
        display: none; } }
    @media (max-width: 540px) {
      .collection-details .rte {
        display: block;
        color: #464544;
        font-size: 16px;
        line-height: 1.625; } }

.collection-description {
  max-width: 1320px;
  margin: 0 auto 60px;
  word-wrap: break-word; }
  @media (max-width: 720px) {
    .collection-description {
      margin-bottom: 45px; } }

.collection-description-more {
  color: white;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer; }
  .collection-description-more:after {
    content: '\E008';
    margin-left: 5px;
    font-family: 'Pacific';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: initial; }
  @media (max-width: 540px) {
    .collection-description-more {
      color: #464544; } }

.collection-sharing {
  float: right;
  position: relative; }
  @media (max-width: 720px) {
    .collection-sharing {
      display: none; } }
  .collection-sharing .share-buttons {
    position: absolute;
    top: 50%;
    right: 0;
    width: 300px;
    height: 0;
    overflow: hidden;
    margin: -21px 0 0;
    text-align: right;
    z-index: 2;
    background: white;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collection-sharing.active .share-buttons {
    height: 42px;
    opacity: 1;
    filter: alpha(opacity=100); }
  .collection-header ~ .collection-sharing {
    margin-top: 45px; }

.collection-sharing-toggle {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collection-sharing-toggle:after {
    content: '\E008';
    margin-left: 5px;
    font-family: 'Pacific';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .active .collection-sharing-toggle {
    opacity: 0;
    filter: alpha(opacity=0); }

.collection-viewing-parameters {
  margin-bottom: 15px; }
  @media (max-width: 720px) {
    .collection-viewing-parameters {
      text-align: center; } }
  .collection-header ~ .collection-viewing-parameters {
    margin-top: 45px; }
  .collection-viewing-parameters .select-wrapper {
    background: none;
    border: none;
    padding: 0; }
    .collection-viewing-parameters .select-wrapper:after {
      content: none; }

.collection-sorting,
.collection-filtering {
  display: inline-block;
  font-size: 14px; }
  @media (max-width: 720px) {
    .collection-sorting,
    .collection-filtering {
      display: block; } }
  .collection-sorting .select-wrapper,
  .collection-filtering .select-wrapper {
    display: inline-block; }

.collection-sorting + .collection-filtering {
  margin-left: 20px; }
  @media (max-width: 720px) {
    .collection-sorting + .collection-filtering {
      margin-top: 15px;
      margin-left: 0; } }

.collection-filter {
  display: inline-block;
  margin-left: 20px; }
  .collection-filter:first-child {
    margin-left: 0; }

.collection-remove-filter {
  display: inline-block;
  margin-left: 20px;
  color: #82888b;
  cursor: pointer; }
  .collection-remove-filter:after {
    position: relative;
    content: '\E010';
    margin-left: 5px;
    font-family: 'Pacific';
    font-size: 24px;
    font-weight: 400;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    top: 3px; }
  @media (max-width: 720px) {
    .collection-remove-filter {
      display: block;
      margin-top: 15px;
      margin-left: 0;
      text-align: center; } }

.collection-products {
  margin: 0 -15px;
  clear: right; }
  .collection-products.collection-empty {
    font-size: 16px;
    margin: 0; }
  @media (max-width: 540px) {
    .collection-products {
      margin: 0; } }
  .collection-products p.empty {
    margin: 45px 0 90px; }

.collection-products.masonry-layout {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collection-products.masonry-layout.processed {
    opacity: 1;
    filter: alpha(opacity=100); }

.product-list-item {
  position: relative;
  margin-top: 40px;
  text-align: center; }
  .product-list-item a {
    color: #3a3939; }
  .product-list-item .product-grid-image--centered {
    margin: 20px; }
  .home-featured-collection-list .product-list-item {
    margin-top: 20px; }
  .overlay-style .product-list-item {
    margin-top: 30px;
    position: relative; }
  .rows-of-2 .product-list-item {
    width: 50%; }
    .lt-ie10 .rows-of-2 .product-list-item {
      width: 49.99%; }
  .rows-of-3 .product-list-item {
    width: 33.33%; }
  .rows-of-4 .product-list-item {
    width: 25%; }
    .lt-ie10 .rows-of-4 .product-list-item {
      width: 24.99%; }
  .rows-of-2 .product-list-item, .rows-of-3 .product-list-item, .rows-of-4 .product-list-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 23px;
    margin-left: -4px; }
    @media (max-width: 720px) {
      .rows-of-2 .product-list-item, .rows-of-3 .product-list-item, .rows-of-4 .product-list-item {
        width: 50%; }
        .lt-ie10 .rows-of-2 .product-list-item, .lt-ie10 .rows-of-3 .product-list-item, .lt-ie10 .rows-of-4 .product-list-item {
          width: 49.99%; } }
    @media (max-width: 1020px) {
      .sidebar-enabled .rows-of-2 .product-list-item, .sidebar-enabled .rows-of-3 .product-list-item, .sidebar-enabled .rows-of-4 .product-list-item {
        width: 50%; }
        .lt-ie10 .sidebar-enabled .rows-of-2 .product-list-item, .lt-ie10 .sidebar-enabled .rows-of-3 .product-list-item, .lt-ie10 .sidebar-enabled .rows-of-4 .product-list-item {
          width: 49.99%; } }
  @media (max-width: 540px) {
    .rows-of-2.mobile-rows-of-1 .product-list-item, .rows-of-3.mobile-rows-of-1 .product-list-item, .rows-of-4.mobile-rows-of-1 .product-list-item {
      display: block;
      float: left;
      width: 100%;
      padding: 0; }
      .lt-ie10 .rows-of-2.mobile-rows-of-1 .product-list-item, .lt-ie10 .rows-of-3.mobile-rows-of-1 .product-list-item, .lt-ie10 .rows-of-4.mobile-rows-of-1 .product-list-item {
        width: 100%; } }
  @media (max-width: 540px) {
    .sidebar-enabled .rows-of-2.mobile-rows-of-1 .product-list-item, .sidebar-enabled .rows-of-3.mobile-rows-of-1 .product-list-item, .sidebar-enabled .rows-of-4.mobile-rows-of-1 .product-list-item {
      display: block;
      width: 100%;
      padding: 0; }
      .lt-ie10 .sidebar-enabled .rows-of-2.mobile-rows-of-1 .product-list-item, .lt-ie10 .sidebar-enabled .rows-of-3.mobile-rows-of-1 .product-list-item, .lt-ie10 .sidebar-enabled .rows-of-4.mobile-rows-of-1 .product-list-item {
        width: 100%; } }
  .product-list-item figure {
    margin: 0;
    position: relative;
    -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .product-list-item figure img {
      display: block;
      width: 100%;
      -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.no-touch .product-list-item-overlay-link:hover ~ figure {
  background-color: #777; }
  .no-touch .product-list-item-overlay-link:hover ~ figure .primary-image {
    opacity: 0;
    filter: alpha(opacity=0); }
  .no-touch .product-list-item-overlay-link:hover ~ figure .only-image {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.product-list-item-badge {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 6px 9px;
  text-align: right;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-list-item-badge.inventory {
    background: #3a3939;
    color: white; }
  .product-list-item-badge.sale {
    background: #63d8bf;
    color: white; }

.no-touch .product-list-item-overlay-link:hover ~ figure .product-list-item-badge {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.product-list-item-vendor {
  margin: 20px 0 0; }

.product-list-item-price {
  margin: 0;
  font-size: 15px;
  font-family: 'century gothic',sans-serif;
  font-weight: bold;
  line-height: 1.2; }
  @media (max-width: 540px) {
    .product-list-item-price {
      font-size: 12px; } }
  .product-list-item-price .original {
    display: block;
    text-decoration: line-through;
    color: #63d8bf; }

.product-list-item-title {
  font-size: 15px;
  line-height: 22px;
  margin: 20px 0 0;
  font-family: "Avenir Next";
  text-transform: none; }
  @media (max-width: 540px) {
    .product-list-item-title {
      font-size: 12px;
      line-height: 1.2;
      margin-top: 10px; } }
  .product-list-item-vendor + .product-list-item-title {
    margin-top: 12px; }
  .product-list-item-title a {
    color: #3a3939;
    letter-spacing: .025em; }

.product-list-item-overlay-link {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: 10;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=); }
  .lt-ie9 .product-list-item-overlay-link:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mMoNwYAASQAq1Ln3Q4AAAAASUVORK5CYII=); }

.product-list-item-thumbnail {
  background-size: cover;
  background-position: 50% 50%; }
  .product-list-item-thumbnail a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden; }
  .product-list-item-thumbnail svg {
    display: block; }
  .product-list-item-thumbnail .primary-image {
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #ffffff; }
  .product-list-item-thumbnail:hover .primary-image {
    opacity: 0;
    filter: alpha(opacity=0); }

.product-list-item-details-wrapper {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  color: white;
  background: rgba(51, 51, 51, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .lt-ie9 .product-list-item-details-wrapper {
    visibility: hidden; }
  .product-list-item-details-wrapper div {
    position: absolute;
    top: 50%;
    width: 100%; }
  .product-list-item-details-wrapper p, .product-list-item-details-wrapper a {
    color: white; }
  .product-list-item-details-wrapper p, .product-list-item-details-wrapper h3 {
    margin: 10px 0 0; }
    .product-list-item-details-wrapper p:first-child, .product-list-item-details-wrapper h3:first-child {
      margin-top: 0; }

.no-touch .product-list-item-overlay-link:hover ~ .product-list-item-details-wrapper {
  opacity: 1;
  filter: alpha(opacity=100); }

.lt-ie9.no-touch .product-list-item-overlay-link:hover ~ .product-list-item-details-wrapper {
  visibility: visible; }

/*================ Section Headers ================*/
.section-header {
  margin-bottom: 16px; }
  @media (max-width: 720px) {
    .section-header.mobile-only {
      display: inline; } }

.section-header--title {
  margin-bottom: 9.6px;
  font-size: 22px;
  font-family: 'Avenir Next Bold';
  line-height: 34px;
  position: relative; }
  .section-header--title .pagination {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 34px; }
  @media (max-width: 768px) {
    .section-header--title {
      font-size: 18px;
      text-align: center;
      margin: 1.0em 60px 0 60px; }
      .section-header--title .pagination {
        display: none; } }

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

  .section-header--left {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center; }
    .section-header--left h1, .section-header--left h2, .section-header--left h3, .section-header--left h4,
    .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;
    width: 335px; } }
  @media screen and (min-width: 769px) and (max-width: 768px) {
    .section-header--right {
      margin-bottom: 24px; } }

.section-header--right .form-horizontal {
  display: inline-block;
  vertical-align: middle;
  float: right; }
  .section-header--right .form-horizontal select {
    font-size: 14px;
    padding: 0.6em; }
@media screen and (min-width: 481px) {
  .section-header--right label + select,
  .section-header--right .collection-view {
    margin-left: 12px; } }

.collection-view {
  display: none;
  border: 1px solid #bed0d3;
  border-radius: 2px;
  padding: 11px;
  height: 39px;
  vertical-align: middle;
  /*================ We use SVG icons, so simply hide this in oldIE ================*/
  /*================ Only show on larger screens ================*/ }
  .lt-ie9 .collection-view {
    display: none; }
  @media screen and (min-width: 769px) {
    .collection-view {
      display: inline-block; } }
  .collection-view a {
    color: #464544;
    display: block;
    float: left;
    opacity: 0.7;
    cursor: pointer;
    line-height: 100%;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out; }
    .collection-view a + a {
      margin-left: 10px; }
    .collection-view a:hover {
      opacity: 0.9;
      -webkit-transition: opacity 0.05s ease-in;
      -moz-transition: opacity 0.05s ease-in;
      transition: opacity 0.05s ease-in; }
    .collection-view a.collection-view--active {
      opacity: 1;
      cursor: default; }
  .collection-view img {
    display: block;
    opacity: inherit; }

/* scss-combine:templates/home */
.template-index.sidebar-disabled .main-header {
  margin-bottom: 0;
  border-bottom: none; }
.template-index.sidebar-disabled .main-content-wrapper {
  max-width: 100%;
  padding: 0; }
.template-index.sidebar-disabled .main-content {
  width: 100%; }

@media (max-width: 1020px) {
  .template-page.sidebar-disabled .main-content {
    width: 100%; } }

.main-content .shopify-section:first-child
.full-width .home-module-content {
  padding-top: 0;
  margin-top: 0;
  border-top: 0; }

.full-width {
  width: 100%; }

.home-module {
  margin-top: 50px; }
  .home-module.full-width {
    padding-left: 0;
    padding-right: 0; }
  .sidebar-disabled .home-module {
    padding: 0 30px; }
    @media (max-width: 720px) {
      .sidebar-disabled .home-module {
        padding: 0 15px; } }
  .home-module:first-child {
    margin-top: 0; }
  .home-module.full-width {
    padding: 0; }
    @media (max-width: 720px) {
      .home-module.full-width {
        padding: 0; } }
  .home-module .section-title {
    margin: 0 auto 40px;
    text-align: center; }
  .home-module h4.section-title,
  .home-module h2.section-title {
    margin-bottom: 15px; }
    @media (max-width: 540px) {
      .home-module h4.section-title,
      .home-module h2.section-title {
        font-size: 18px;
        margin-bottom: 10px; } }

.home-module-content {
  max-width: 1260px;
  margin: 30px auto 0;
  /* @include breakpoint(m) {
     max-width: 540px;
   }*/ }
  .home-module-content.full-width {
    max-width: 100%; }
    @media (max-width: 720px) {
      .home-module-content.full-width {
        max-width: 540px; } }
  .has-border .home-module-content {
    border-bottom: thin solid #eceeec;
    border-top: thin solid #eceeec;
    padding-bottom: 55px;
    padding-top: 5px;
    margin-top: 40px; }
    @media (max-width: 540px) {
      .has-border .home-module-content {
        padding-bottom: 20px; } }

.sidebar-enabled .shopify-section:first-of-type .home-module-content {
  margin-top: 0;
  border-top: 0 !important;
  padding-top: 0 !important; }

.home-module-inline-items {
  margin: 0 -15px;
  font-size: 0; }
  @media (max-width: 1020px) {
    .sidebar-enabled .home-module-inline-items {
      margin: 0 auto; } }
  @media (max-width: 720px) {
    .home-module-inline-items {
      margin: 0 auto; } }

.home-module-inline-item, .home-feature, .home-collection-list-item, .home-blog-post {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  /* &,
   .row-of-2 &,
   .row-of-3 &,
   .row-of-4 {
     @include breakpoint(m) {
       @include full-size-item;
     }
   }*/ }
  .row-of-2 .home-module-inline-item, .row-of-2 .home-feature, .row-of-2 .home-collection-list-item, .row-of-2 .home-blog-post {
    width: 50%; }
  .row-of-3 .home-module-inline-item, .row-of-3 .home-feature, .row-of-3 .home-collection-list-item, .row-of-3 .home-blog-post {
    width: 33.33%; }
    @media (max-width: 720px) {
      .row-of-3 .home-module-inline-item, .row-of-3 .home-feature, .row-of-3 .home-collection-list-item, .row-of-3 .home-blog-post {
        padding: 0 5px; } }
  .row-of-4 .home-module-inline-item, .row-of-4 .home-feature, .row-of-4 .home-collection-list-item, .row-of-4 .home-blog-post {
    width: 25%; }
    @media (max-width: 720px) {
      .row-of-4 .home-module-inline-item, .row-of-4 .home-feature, .row-of-4 .home-collection-list-item, .row-of-4 .home-blog-post {
        width: 50%;
        margin: 0 !important;
        padding: 10px;
        display: inline-block; }
        .lt-ie10 .row-of-4 .home-module-inline-item, .lt-ie10 .row-of-4 .home-feature, .lt-ie10 .row-of-4 .home-collection-list-item, .lt-ie10 .row-of-4 .home-blog-post {
          width: 49.99%; } }
  @media (max-width: 1020px) {
    .sidebar-enabled .home-module-inline-item, .sidebar-enabled .home-feature, .sidebar-enabled .home-collection-list-item, .sidebar-enabled .home-blog-post, .sidebar-enabled .row-of-2 .home-module-inline-item, .sidebar-enabled .row-of-2 .home-feature, .sidebar-enabled .row-of-2 .home-collection-list-item, .sidebar-enabled .row-of-2 .home-blog-post, .sidebar-enabled .row-of-3 .home-module-inline-item, .sidebar-enabled .row-of-3 .home-feature, .sidebar-enabled .row-of-3 .home-collection-list-item, .sidebar-enabled .row-of-3 .home-blog-post {
      display: block;
      width: 100%;
      margin-top: 30px;
      padding: 0; }
      .sidebar-enabled .home-module-inline-item:first-child, .sidebar-enabled .home-feature:first-child, .sidebar-enabled .home-collection-list-item:first-child, .sidebar-enabled .home-blog-post:first-child, .sidebar-enabled .row-of-2 .home-module-inline-item:first-child, .sidebar-enabled .row-of-2 .home-feature:first-child, .sidebar-enabled .row-of-2 .home-collection-list-item:first-child, .sidebar-enabled .row-of-2 .home-blog-post:first-child, .sidebar-enabled .row-of-3 .home-module-inline-item:first-child, .sidebar-enabled .row-of-3 .home-feature:first-child, .sidebar-enabled .row-of-3 .home-collection-list-item:first-child, .sidebar-enabled .row-of-3 .home-blog-post:first-child {
        margin-top: 0; } }

.home-slideshow {
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  -webkit-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .sidebar-disabled .home-slideshow.content-width {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    /*@include breakpoint(m) {
      max-width: 540px + 30px; // for padding
    }*/ }
  @media (max-width: 720px) {
    .home-slideshow.content-width {
      max-width: 540px;
      margin-left: auto;
      margin-right: auto; } }
  .home-slideshow:first-child {
    margin-top: 0; }
  .home-slideshow,
  .home-slideshow * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slideshow-slides {
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .slides-ready .slideshow-slides {
    opacity: 1;
    filter: alpha(opacity=100); }

.slideshow-slide {
  position: absolute;
  width: 100%; }

.slide-link {
  z-index: 1; }

.slide-image,
.slideshow-slide img,
.slideshow-slide svg {
  width: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.transition-fade .slideshow-slide {
  opacity: 0;
  filter: alpha(opacity=0); }
  .transition-fade .slideshow-slide.active {
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100); }
  .transition-fade .slideshow-slide.next.left, .transition-fade .slideshow-slide.prev.right, .transition-fade .slideshow-slide.active.left, .transition-fade .slideshow-slide.active.right {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .transition-fade .slideshow-slide.next.left, .transition-fade .slideshow-slide.prev.right {
    opacity: 1;
    filter: alpha(opacity=100); }
  .transition-fade .slideshow-slide.active.left, .transition-fade .slideshow-slide.active.right {
    opacity: 0;
    filter: alpha(opacity=0); }

.transition-slide .slideshow-slide {
  visibility: hidden; }
  .transition-slide .slideshow-slide.active {
    visibility: visible;
    z-index: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .transition-slide .slideshow-slide.next {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .transition-slide .slideshow-slide.prev {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .transition-slide .slideshow-slide.next.left, .transition-slide .slideshow-slide.prev.right, .transition-slide .slideshow-slide.active.left, .transition-slide .slideshow-slide.active.right {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .transition-slide .slideshow-slide.next.left, .transition-slide .slideshow-slide.prev.right {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 10; }
  .transition-slide .slideshow-slide.active.left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .transition-slide .slideshow-slide.active.right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }

.slide-content {
  position: absolute;
  top: 50%;
  left: 120px;
  right: 120px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .text-shadows-true .slide-content {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    @media (max-width: 540px) {
      .text-shadows-true .slide-content {
        text-shadow: none; } }
  .slide-content h3, .slide-content p {
    color: inherit;
    margin: 15px 0 0; }
    .slide-content h3:first-child, .slide-content p:first-child {
      margin-top: 0; }
  .content-aligned-center .slide-content {
    text-align: center; }
  .content-aligned-right .slide-content {
    text-align: right; }
  @media (max-width: 540px) {
    .slide-content {
      margin-top: 20px; }
      .content-aligned-left .slide-content, .content-aligned-center .slide-content, .content-aligned-right .slide-content {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        text-align: center;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }

/* Colors for each slide */
.slide-title {
  font-size: 60px;
  line-height: 75px; }
  @media (max-width: 1020px) {
    .slide-title {
      font-size: 48px;
      line-height: 60px; } }
  @media (max-width: 720px) {
    .slide-title {
      font-size: 36px;
      line-height: 48px; } }
  @media (max-width: 540px) {
    .slide-title {
      font-size: 24px;
      line-height: 36px;
      color: #3a3939 !important; } }

.slide-content p {
  font-size: 21px; }
  @media (max-width: 1020px) {
    .slide-content p {
      font-size: 17px; } }
  @media (max-width: 720px) {
    .slide-content p {
      font-size: 14px; } }
  @media (max-width: 540px) {
    .slide-content p {
      font-size: 14px;
      color: #3a3939 !important; } }

.slideshow-navigation {
  width: 70px;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  text-align: center;
  font-size: 32px;
  cursor: pointer;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 540px) {
    .slideshow-navigation {
      height: auto; } }
  .slideshow-navigation span {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #63d8bf;
    background: rgba(255, 255, 255, 0.4);
    font-family: 'Pacific';
    font-size: 56px;
    font-weight: 400;
    line-height: 39px;
    -webkit-font-smoothing: antialiased; }
    .lt-ie9 .slideshow-navigation span {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4bwwAAjQBMwwHCQ0AAAAASUVORK5CYII=); }
  .slides-ready .slideshow-navigation {
    visibility: visible; }

.previous-slide {
  left: 0; }
  .sidebar-disabled .content-width .previous-slide {
    left: 30px; }
    @media (max-width: 720px) {
      .sidebar-disabled .content-width .previous-slide {
        left: 15px; } }

.next-slide {
  right: 0; }
  .sidebar-disabled .content-width .next-slide {
    right: 30px; }
    @media (max-width: 720px) {
      .sidebar-disabled .content-width .next-slide {
        right: 15px; } }

.slideshow-pagination {
  position: absolute;
  bottom: 0;
  z-index: 5;
  text-align: center;
  left: 50%;
  line-height: 50px;
  font-size: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .slides-ready .slideshow-pagination {
    visibility: visible; }
  .slideshow-pagination > span {
    width: 20px;
    height: 20px;
    padding: 5px;
    display: inline-block;
    cursor: pointer; }
  .slideshow-pagination span span {
    width: 10px;
    height: 10px;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=);
    border: 1px solid #ffffff;
    border-radius: 5px; }
  .slideshow-pagination .active span {
    background-color: #ffffff; }

.home-video-embed-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .lt-ie9 .home-video-embed-wrapper {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgOAMAAM8AzbfAeUUAAAAASUVORK5CYII=); }
  .home-video-embed-wrapper.opening {
    display: block; }
  .home-video-embed-wrapper.open {
    opacity: 1;
    filter: alpha(opacity=100); }

.home-video-embed {
  width: 100%;
  margin: 0 auto;
  padding: 30px; }
  .home-video-embed.centered {
    position: absolute;
    top: 50%;
    padding: 0 30px; }
  .home-video-embed iframe {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .home-video-embed .fluid-width-video-wrapper iframe {
    opacity: 1;
    filter: alpha(opacity=100); }

.home-video .home-module-content {
  position: relative; }

.home-video-screenshot {
  position: relative; }
  .home-video-screenshot img,
  .home-video-screenshot svg {
    display: block;
    width: 100%; }

.home-video-content-wrap {
  position: relative; }

.home-video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 640px;
  padding: 0 30px;
  color: white;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 1020px) {
    .sidebar-enabled .home-video-content {
      position: relative;
      top: auto;
      left: auto;
      margin: 0 auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); } }
  @media (max-width: 720px) {
    .home-video-content {
      position: relative;
      top: auto;
      left: auto;
      margin: 0 auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .text-color-dark .home-video-content {
    color: #3a3939; }
  .home-video-content h2 {
    margin: 30px 0 0;
    color: inherit;
    font-size: 40px; }
    @media (max-width: 1020px) {
      .sidebar-enabled .home-video-content h2 {
        color: #3a3939;
        font-size: 24px; } }
    @media (max-width: 720px) {
      .home-video-content h2 {
        color: #3a3939;
        font-size: 24px; } }
  .home-video-content p {
    margin-top: 30px; }
  .home-video-content .button {
    background: none;
    border: 2px solid white;
    color: white; }
  .text-color-dark .home-video-content .button {
    border-color: #3a3939;
    color: #3a3939; }
  @media (max-width: 1020px) {
    .sidebar-enabled .text-color-dark .home-video-content .button, .sidebar-enabled .text-color-light .home-video-content .button {
      background: #63d8bf;
      border: none;
      color: white; } }
  @media (max-width: 720px) {
    .text-color-dark .home-video-content .button, .text-color-light .home-video-content .button {
      background: #63d8bf;
      border: none;
      color: white; } }

.home-video-play-button {
  cursor: pointer;
  color: white; }
  .text-color-dark .home-video-play-button {
    color: #3a3939; }
  .home-video-play-button:before {
    position: relative;
    top: 8px;
    margin-right: 8px;
    content: '\E019';
    font-family: 'Pacific';
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  @media (max-width: 1020px) {
    .sidebar-enabled .home-video-play-button {
      display: none; } }
  @media (max-width: 720px) {
    .home-video-play-button {
      display: none; } }
  .home-video-play-button.mobile {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 1020px) {
      .sidebar-enabled .home-video-play-button.mobile {
        display: block; } }
    @media (max-width: 720px) {
      .home-video-play-button.mobile {
        display: block; } }

.home-newsletter .home-module-content {
  text-align: center;
  width: 100%; }
  .home-newsletter .home-module-content h3 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.1em;
    font-family: 'century gothic',sans-serif; }
    .home-newsletter .home-module-content h3 br {
      display: none; }
    @media (max-width: 540px) {
      .home-newsletter .home-module-content h3 {
        font-size: 14px;
        margin-bottom: 20px; }
        .home-newsletter .home-module-content h3 br {
          display: block; } }

.home-feature {
  width: 100%;
  margin-top: 40px; }
  @media (max-width: 540px) {
    .home-feature {
      margin-top: 20px; } }

.home-feature-image img,
.home-feature-image svg {
  display: block;
  width: 100%; }

.home-feature-link {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  display: block;
  z-index: 2; }
  @media (max-width: 720px) {
    .home-feature-link {
      left: 0;
      right: 0; } }

.home-feature-content {
  position: absolute;
  top: 50%;
  left: 45px;
  right: 45px;
  text-align: center;
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .home-feature-content.text-color-dark {
    color: #3a3939; }
  .text-shadows-true .home-feature-content.text-color-light {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .home-feature-content.text-positioned-left {
    text-align: left; }
  .home-feature-content.text-positioned-right {
    text-align: right; }
  .home-feature-content p,
  .home-feature-content h3 {
    color: inherit; }

.home-feature-content h3 {
  font-size: 48px;
  margin: 0; }
  .row-of-2 .home-feature-content h3 {
    font-size: 36px; }
  .row-of-3 .home-feature-content h3 {
    font-size: 24px; }
  @media (max-width: 720px) {
    .home-feature-content h3, .row-of-2 .home-feature-content h3, .row-of-3 .home-feature-content h3 {
      font-size: 24px; } }

.home-feature-content p {
  font-size: 17px;
  font-family: Karla, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .row-of-3 .home-feature-content p {
    font-size: 14px; }
  @media (max-width: 720px) {
    .home-feature-content p, .row-of-3 .home-feature-content p {
      font-size: 14px; } }
  .home-feature-content p:first-child {
    margin-bottom: 20px; }
  .home-feature-content p:last-child {
    margin-top: 20px; }

.home-collection-list {
  color: white; }
  .home-collection-list .text-color-dark {
    color: #3a3939; }
  .home-collection-list .home-module-content {
    margin-top: 60px; }
    @media (max-width: 540px) {
      .home-collection-list .home-module-content {
        margin-top: 50px; } }

.home-collection-list-item {
  margin-bottom: 30px; }
  @media (max-width: 540px) {
    .row-of-3 .home-collection-list-item {
      width: 100%; }
      .row-of-3 .home-collection-list-item h3 {
        font-size: 15px; } }

.home-collection-list-item-link {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: 1; }
  @media (max-width: 720px) {
    .home-collection-list-item-link {
      right: 0;
      left: 0; } }

.home-collection-list-item-image img,
.home-collection-list-item-image svg {
  display: block;
  width: 100%; }

.home-collection-list-item-content {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .text-shadows-true.text-color-light .home-collection-list-item-content {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  .home-collection-list-item-content h3 {
    margin: 0;
    color: inherit; }
    @media (max-width: 540px) {
      .home-collection-list-item-content h3 {
        font-size: 10px; } }

.home-image-content {
  text-align: center; }

.home-featured-collection {
  margin-top: 60px !important; }
  @media (max-width: 720px) {
    .home-featured-collection.mt30 {
      margin-top: 30px !important; } }
  @media (max-width: 540px) {
    .home-featured-collection {
      margin-top: 20px !important; } }
  .home-featured-collection .section-title {
    margin-bottom: 10px;
    font-family: 'Avenir Next Medium';
    font-size: 25px;
    color: #585757; }
    @media (max-width: 540px) {
      .home-featured-collection .section-title {
        font-size: 15px;
        margin: 0; } }

.home-blog-post h3 {
  margin-top: 0;
  margin-bottom: 20px; }
  .home-blog-post h3 a {
    color: inherit; }

.home-blog-post-image {
  display: block;
  margin-bottom: 1.3em; }
  .home-blog-post-image img,
  .home-blog-post-image svg {
    display: block; }

.home-imported-content .home-module-content {
  max-width: 640px;
  /* @include breakpoint(m) {
     max-width: 540px;
   }*/ }
.home-imported-content.has-media .home-module-content {
  max-width: 1260px;
  /* @include breakpoint(m) {
     max-width: 540px;
   }*/ }

.home-imported-content-wrapper {
  font-size: 0; }
  @media (max-width: 720px) {
    .home-imported-content-wrapper {
      margin: 0; } }
  .home-imported-content-wrapper svg {
    display: block; }
  .media-aligned-left .home-imported-content-wrapper {
    direction: rtl; }
    .media-aligned-left .home-imported-content-wrapper .rte {
      direction: ltr; }
  .media-aligned-center .home-imported-content-wrapper {
    text-align: center; }
  .home-imported-content-wrapper .rte {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 15px;
    font-size: 16px; }
    @media (max-width: 720px) {
      .home-imported-content-wrapper .rte {
        display: block;
        width: 100%;
        margin-top: 30px;
        padding: 0; } }

/* scss-combine:templates/list-collections */
.template-list-collections .main-content {
  width: 100%; }

.collections-list {
  font-size: 0; }
  .collections-list.showing-2-per-row {
    margin: 0 -15px; }
    @media (max-width: 540px) {
      .collections-list.showing-2-per-row {
        margin: 0; } }
  .collections-list.showing-3-per-row {
    margin: 0 -15px; }
    @media (max-width: 1020px) {
      .collections-list.showing-3-per-row {
        margin: 0 -7px; } }
    @media (max-width: 720px) {
      .collections-list.showing-3-per-row {
        margin: 0 -15px; } }
    @media (max-width: 540px) {
      .collections-list.showing-3-per-row {
        margin: 0; } }

.collection-item {
  position: relative;
  margin: 30px 0; }
  .showing-2-per-row .collection-item {
    display: inline-block;
    width: 50%;
    margin: 30px 0 0;
    padding: 0 15px; }
  .showing-3-per-row .collection-item {
    display: inline-block;
    width: 33.33%;
    margin: 30px 0 0;
    padding: 0 15px; }
    @media (max-width: 1020px) {
      .showing-3-per-row .collection-item {
        margin-top: 15px;
        padding: 0 7px; } }
    @media (max-width: 720px) {
      .showing-3-per-row .collection-item {
        width: 50%;
        margin: 30px 0 0;
        padding: 0 15px; } }
  .showing-2-per-row .collection-item, .showing-3-per-row .collection-item {
    vertical-align: top; }
    @media (max-width: 540px) {
      .showing-2-per-row .collection-item, .showing-3-per-row .collection-item {
        display: block;
        width: 100%;
        padding: 0;
        margin: 30px 0 0; } }

.collection-item-image {
  margin: 0;
  text-align: center; }

.collection-item-details {
  text-align: center; }

.collection-item-details.overlay-style {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .collection-item-details.overlay-style h3 {
    margin: 0;
    font-size: 36px;
    line-height: 40px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
    .showing-2-per-row .collection-item-details.overlay-style h3 {
      font-size: 30px;
      line-height: 36px; }
      @media (max-width: 720px) {
        .showing-2-per-row .collection-item-details.overlay-style h3 {
          font-size: 24px;
          line-height: 30px; } }
    .showing-3-per-row .collection-item-details.overlay-style h3 {
      font-size: 24px;
      line-height: 30px; }
    @media (max-width: 540px) {
      .collection-item-details.overlay-style h3 {
        font-size: 24px;
        line-height: 30px; } }
  .collection-item-details.overlay-style a {
    color: white; }
  .collection-item-details.overlay-style .rte {
    margin-top: 15px;
    font-size: 20px;
    line-height: 32px; }
    @media (max-width: 720px) {
      .collection-item-details.overlay-style .rte {
        display: none; } }
    .showing-2-per-row .collection-item-details.overlay-style .rte, .showing-3-per-row .collection-item-details.overlay-style .rte {
      display: none; }

.collection-item-details.under-style {
  margin: 25px 0 45px; }
  .collection-item-details.under-style h3 {
    margin-top: 0; }
  .collection-item-details.under-style h3 a {
    color: #3a3939; }
  .collection-item-details.under-style .rte {
    font-size: 16px; }

/* scss-combine:templates/password */
.template-password .header-utilities {
  display: block; }
.template-password .container-outer {
  padding-bottom: 55px; }
.template-password .main-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  border-left: none;
  float: none;
  text-align: center; }
.template-password .password-subscribe-wrapper,
.template-password .password-form-wrapper {
  display: none; }
  .template-password .password-subscribe-wrapper.visible,
  .template-password .password-form-wrapper.visible {
    display: block; }
.template-password .password-input,
.template-password .password-button {
  float: left; }
.template-password .password-input {
  width: 73%;
  margin-right: 2%; }
  @media (max-width: 720px) {
    .template-password .password-input {
      width: 68%; } }
  @media (max-width: 540px) {
    .template-password .password-input {
      width: 100%;
      margin-right: 0; } }
.template-password .password-button {
  width: 25%;
  margin-top: 1px;
  padding-top: 13px;
  padding-bottom: 12px; }
  @media (max-width: 720px) {
    .template-password .password-button {
      width: 30%; } }
  @media (max-width: 540px) {
    .template-password .password-button {
      width: auto;
      margin-top: 10px;
      float: none; } }
.template-password .password-entry {
  display: block;
  margin-top: 10px; }
.template-password .errors ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none; }
.template-password .main-footer {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  text-align: center; }

/* scss-combine:templates/product */
.template-product .main-content {
  width: 100%; }
.template-product .page-title {
  margin-bottom: 0; }
.template-product .product-vendor + .page-title {
  margin-top: 20px; }

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

.product-vendor {
  margin-top: 10px;
  display: inline-block;
  font-size: 16px; }

.product-wrap > div {
  width: 65%;
  border-top: 1px solid #bed0d3; }
  .product-wrap > div:first-child {
    padding-top: 0;
    border-top: none; }
  @media (max-width: 1020px) {
    .product-wrap > div {
      width: 80%; } }
  @media (max-width: 720px) {
    .product-wrap > div {
      width: 100%; } }
.product-wrap.two-column > div {
  width: 40%;
  float: right;
  clear: right; }
  @media (max-width: 720px) {
    .product-wrap.two-column > div {
      width: 100%;
      float: none;
      clear: none; } }
  .product-wrap.two-column > div.product-images {
    float: left;
    clear: none; }
    @media (max-width: 720px) {
      .product-wrap.two-column > div.product-images {
        float: none; } }
.product-wrap.two-column .product-images + div {
  border-top-width: 0; }
  @media (max-width: 720px) {
    .product-wrap.two-column .product-images + div {
      border-top-width: 1px; } }
.product-wrap.two-column .product-options label {
  display: inline-block;
  width: 100%;
  text-transform: uppercase; }
  @media (max-width: 720px) {
    .product-wrap.two-column .product-options label {
      display: inline;
      text-align: left; } }
.product-wrap .product-description {
  margin-top: 15px; }

.product-images {
  margin: 35px auto 0; }

.product-main-image {
  position: relative;
  max-width: 100%; }
  .product-main-image img {
    display: block;
    margin: 0 auto; }
  .product-main-image.zoom-enabled.zoom-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.product-zoom {
  position: absolute;
  background-color: white;
  background-repeat: no-repeat;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }
  .product-zoom.active {
    display: block; }

.product-thumbnails {
  width: fit-content;
  margin: 20px 0 0;
  font-size: 0;
  text-align: center;
  display: inline-block; }
  .product-thumbnails a {
    display: block; }
    @media (max-width: 1020px) {
      .product-thumbnails a {
        display: inline-block; } }
  .product-thumbnails img {
    display: inline-block;
    max-width: 120px;
    margin: 10px;
    cursor: pointer; }

.product-description {
  margin-bottom: 15px;
  color: #3a3939;
  font-size: 15px;
  line-height: 1.5; }
  @media (max-width: 720px) {
    .product-description {
      display: block;
      width: 100%;
      margin: 10px 0 5px 0 !important;
      padding-top: 0;
      font-size: 13px; } }

table.borderless,
table.borderless > tbody,
table.borderless > tbody > tr,
table.borderless > tbody > tr > td {
  border: none; }

table.borderless td {
  padding: 20px; }

.product-form {
  margin-top: 35px; }
  .product-form form > *:first-child {
    margin-top: 0; }
  .product-form .error-message {
    max-width: 400px;
    margin: 30px auto 0;
    text-align: center; }
  .product-form h3 {
    font-family: 'Avenir Next Medium';
    font-size: 20px;
    margin-bottom: 0px;
    letter-spacing: 0.05em; }
    @media (max-width: 540px) {
      .product-form h3 {
        font-size: 18px; } }

.product-message {
  margin-top: 1em;
  text-align: center; }

.product-options {
  font-size: 0;
  text-align: center;
  margin: 0 -10px; }
  .product-options.no-options {
    display: none; }
  @media (max-width: 720px) {
    .product-options {
      margin: 0; } }
  .product-options .input-wrapper,
  .product-options .inline-field-wrapper {
    display: block !important;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    width: 33%;
    text-align: left;
    float: none !important; }
    @media (max-width: 720px) {
      .product-options .input-wrapper,
      .product-options .inline-field-wrapper {
        width: 100%;
        padding: 0;
        display: block;
        margin-top: 25px; }
        .product-options .input-wrapper:first-child,
        .product-options .inline-field-wrapper:first-child {
          margin-top: 0; } }

.js-required {
  display: none; }
  .js .js-required {
    display: inline-block; }

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

.product-quantity .product-price {
  display: inline-block; }
.product-quantity .input-wrapper {
  display: inline-block;
  margin: 0; }
  .no-options + .product-quantity .input-wrapper {
    margin-top: 0; }
  .product-quantity .input-wrapper label {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px; }
  .product-quantity .input-wrapper input {
    display: inline-block;
    width: 55px;
    text-align: center;
    margin-top: 0;
    margin-left: 10px; }

.product-submit {
  text-align: center;
  margin-top: 35px; }
  .no-options + .product-submit {
    margin-top: 0; }

.product-price {
  font-size: 18px;
  margin-right: 20px;
  color: #3a3939; }
  @media (max-width: 540px) {
    .product-price {
      display: block;
      font-size: 14px; } }
  .product-price.unavailable {
    opacity: 0.3;
    filter: alpha(opacity=30); }

.product-price-compare {
  margin-left: 5px;
  text-decoration: line-through;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.spr-icon {
  color: #fbaf5d; }

@media (min-width: 1021px) {
  .spr-badge {
    margin-bottom: 10px;
    display: inline-block !important; } }

.spr-badge-caption {
  font-size: 14px; }
  @media (max-width: 540px) {
    .spr-badge-caption {
      font-size: 11px; } }

.related-products {
  margin-top: 50px;
  padding-top: 45px;
  font-size: 0; }
  @media (max-width: 720px) {
    .related-products {
      border: none;
      margin-top: 20px !important;
      padding-top: 0 !important; } }
  .related-products h4 {
    margin: 0;
    text-align: center; }
    @media (max-width: 720px) {
      .related-products h4 {
        font-size: 15px; } }

.related-products h2,
.top-selling-products h2,
.recently-viewed h2,
.new-arrival-products h2,
.featured-products h2 {
  font-family: 'Avenir Next Medium';
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
.related-products .product__title,
.top-selling-products .product__title,
.recently-viewed .product__title,
.new-arrival-products .product__title,
.featured-products .product__title {
  font-size: 15px;
  line-height: 22px;
  font-family: "Avenir Next";
  text-transform: none;
  color: #3a3939;
  letter-spacing: .025em; }
.related-products .product__prices,
.top-selling-products .product__prices,
.recently-viewed .product__prices,
.new-arrival-products .product__prices,
.featured-products .product__prices {
  margin: 0;
  font-size: 15px;
  font-family: 'century gothic',sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: #464544; }

.related-products-listing {
  margin: 0 -15px; }
  @media (max-width: 540px) {
    .related-products-listing {
      margin: 0; } }
  .related-products-listing .product-list-item {
    margin-top: 35px; }
    @media (max-width: 540px) {
      .related-products-listing .product-list-item {
        margin-top: 10px; } }

/* scss-combine:templates/search */
.search-form {
  display: table;
  width: 100%; }
  .search-form > div {
    display: table-cell;
    vertical-align: top; }

.search-input {
  width: 100%;
  padding-right: 15px; }
  .search-input input {
    width: 100%;
    max-width: 100%; }

.search-submit input {
  padding: 14px 20px 13px; }

.search-results-count h3 {
  margin-bottom: 0; }

.search-results {
  font-size: 0;
  margin: 0 -15px; }
  @media (max-width: 540px) {
    .search-results {
      margin: 0; } }

.search-results-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin-top: 40px;
  padding: 0 15px;
  font-size: 16px; }
  @media (max-width: 720px) {
    .search-results-item {
      width: 50%; } }
  @media (max-width: 540px) {
    .search-results-item {
      display: block;
      width: 100%;
      padding: 0; } }
  .search-results-item h3 {
    font-size: 16px;
    margin: 0 0 10px; }
    .search-results-item h3 a {
      color: inherit; }
  .search-results-item .item-image + h3 {
    margin-top: 10px; }

.search-results-data p {
  margin: 10px 0; }

/* scss-combine:snippets/breadcrumbs */
.breadcrumbs {
  text-align: center; }
  .breadcrumbs .divider {
    color: #82888b; }

/* scss-combine:snippets/desktop-navigation */
@media (min-width: 1021px) {
  .navigation {
    text-align: center;
    margin-top: 20px;
    margin-left: 34px; }
    .navigation ul {
      margin: 0;
      padding: 0; }
    .navigation li {
      position: relative; }
      .navigation li:hover > a {
        color: #63d8bf; }
      .navigation li a:hover {
        color: #63d8bf; }
    .navigation a {
      display: block; }

  .has-dropdown.active > a {
    position: relative; }
  .has-dropdown.active > ul {
    display: block; }
  .has-dropdown.active .navigation-second-tier {
    opacity: 1;
    visibility: visible; }

  /* Inside any dropdown */
  .regular-nav ul a {
    padding: 10px 20px; }

  .navigation-first-tier {
    position: relative;
  /*  > .has-dropdown > a:after {
      content: '\E006';
      margin-left: 10px;
      @include icon-font();
    }

    > .has-dropdown.active {
      z-index: 30;

      > a {
        border: 1px solid $border-color;
        border-bottom: none;
        padding: 14px 29px 15px;
        background: $body-background-color;
        z-index: 4;
      }
    }*/ }
    .navigation-first-tier > li {
      display: inline-block; }

  .navigation-second-tier .has-dropdown > a:after,
  .navigation-third-tier .has-dropdown > a:after {
    content: '\E008';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -9px;
    font-family: 'Pacific';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .navigation-second-tier .has-dropdown.active > a,
  .navigation-third-tier .has-dropdown.active > a {
    border-right-color: white; }
    .navigation-second-tier .has-dropdown.active > a:after,
    .navigation-third-tier .has-dropdown.active > a:after {
      content: none; }
    .alternate-drop .navigation-second-tier .has-dropdown.active > a, .alternate-drop
    .navigation-third-tier .has-dropdown.active > a {
      border-left-color: white;
      border-right-color: #bed0d3; }

  .navigation-second-tier {
    top: 100%;
    margin-top: -1px;
    position: absolute;
    background: #fff;
    text-align: left;
    font-size: 14px;
    z-index: 12;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s; }
    .navigation-second-tier .navigation-second-tier--inner {
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      background: white;
      border: 1px solid #bed0d3;
      padding: 15px 15px 15px 20px;
      margin-top: 15px; }
      .navigation-second-tier .navigation-second-tier--inner ul {
        display: block;
        padding-right: 20px; }
        .navigation-second-tier .navigation-second-tier--inner ul a {
          padding: 2px 10px;
          line-height: 1.8;
          font-size: 15px; }
      .navigation-second-tier .navigation-second-tier--inner .tier_image_wrapper {
        display: block;
        width: 200px;
        align-items: center;
        position: relative; }
        .navigation-second-tier .navigation-second-tier--inner .tier_image_wrapper .image_content {
          width: 188px;
          margin: auto;
          height: 188px; }
          .navigation-second-tier .navigation-second-tier--inner .tier_image_wrapper .image_content img {
            max-height: 100%;
            width: auto;
            margin: auto;
            display: block; }
        .navigation-second-tier .navigation-second-tier--inner .tier_image_wrapper .image_label {
          text-align: center;
          font-weight: 700;
          font-size: 15px;
          margin-top: 5px; }
    .navigation-second-tier > .has-dropdown:hover > a {
      z-index: 3; }

  .navigation-third-tier {
    top: 0;
    left: 199px; }
    .alternate-drop .navigation-third-tier {
      left: auto;
      right: 199px; }
    .navigation-third-tier > .has-dropdown:hover > a {
      z-index: 2; }

  .navigation-fourth-tier {
    top: 0;
    left: 199px; }
    .alternate-drop .navigation-fourth-tier {
      left: auto;
      right: 199px; }
    .navigation-fourth-tier > .has-dropdown:hover > a {
      z-index: 1; }

  .mobile-tier-toggle {
    display: none; }

  /* Mega nav */
  li.mega-nav {
    position: static; }
    li.mega-nav li {
      position: static; }
    li.mega-nav > a {
      position: relative;
      z-index: 55; }
      li.mega-nav > a:after {
        content: '\E006';
        margin-left: 10px;
        font-family: 'Pacific';
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased; }
    li.mega-nav.active > a {
      background: white;
      border: 1px solid #bed0d3;
      border-bottom: none;
      padding: 14px 29px 15px; }
    li.mega-nav.active .mega-nav-dropdown {
      display: block; }

  ul.mega-nav-dropdown {
    display: none;
    width: 1260px;
    position: absolute;
    top: 100%;
    margin-top: -1px;
    padding: 0 15px;
    left: 50%;
    margin-left: -630px;
    background: white;
    border: 1px solid #bed0d3;
    text-align: left;
    font-size: 0;
    z-index: 50;
    overflow: hidden; }
    ul.mega-nav-dropdown a:hover {
      color: #63d8bf; }
    ul.mega-nav-dropdown ul ul {
      display: none; }

  li.mega-nav-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 30px 15px;
    font-size: 14px; }
    li.mega-nav-item:hover > a {
      color: #464544; }
    li.mega-nav-item > a:hover {
      color: #63d8bf; }
    .has-2-items li.mega-nav-item {
      width: 50%; }
    .has-3-items li.mega-nav-item {
      width: 33%; }
    .has-4-items li.mega-nav-item {
      width: 25%; }
    li.mega-nav-item .meta, li.mega-nav-item .modal-close-secondary, li.mega-nav-item .order-item-vendor, li.mega-nav-item .order-note, li.mega-nav-item .blog-subscribe, li.mega-nav-item .single-post-pagination a, .single-post-pagination li.mega-nav-item a,
    li.mega-nav-item .single-post-pagination span,
    .single-post-pagination li.mega-nav-item span, li.mega-nav-item .cart-item-vendor, li.mega-nav-item .collection-description-more, li.mega-nav-item .collection-viewing-parameters .select-wrapper, .collection-viewing-parameters li.mega-nav-item .select-wrapper, li.mega-nav-item .product-list-item-badge, li.mega-nav-item .slide-content p, .slide-content li.mega-nav-item p, li.mega-nav-item .product-vendor, li.mega-nav-item .breadcrumbs, li.mega-nav-item ul li.mega-nav-breadcrumbs, ul li.mega-nav-item li.mega-nav-breadcrumbs, li.mega-nav-item .footer-tweet .timePosted, .footer-tweet li.mega-nav-item .timePosted, li.mega-nav-item .header-promo-text, li.mega-nav-item .cart-count, li.mega-nav-item .currency-switcher, li.mega-nav-item .pagination, li.mega-nav-item #coin-container select, #coin-container li.mega-nav-item select {
      font-size: 14px; }
    li.mega-nav-item .mega-nav-item-image-wrapper + .meta, li.mega-nav-item .mega-nav-item-image-wrapper + .modal-close-secondary, li.mega-nav-item .mega-nav-item-image-wrapper + .order-item-vendor, li.mega-nav-item .mega-nav-item-image-wrapper + .order-note, li.mega-nav-item .mega-nav-item-image-wrapper + .blog-subscribe, li.mega-nav-item .single-post-pagination .mega-nav-item-image-wrapper + a, .single-post-pagination li.mega-nav-item .mega-nav-item-image-wrapper + a,
    li.mega-nav-item .single-post-pagination .mega-nav-item-image-wrapper + span,
    .single-post-pagination li.mega-nav-item .mega-nav-item-image-wrapper + span, li.mega-nav-item .mega-nav-item-image-wrapper + .cart-item-vendor, li.mega-nav-item .mega-nav-item-image-wrapper + .collection-description-more, li.mega-nav-item .collection-viewing-parameters .mega-nav-item-image-wrapper + .select-wrapper, .collection-viewing-parameters li.mega-nav-item .mega-nav-item-image-wrapper + .select-wrapper, li.mega-nav-item .mega-nav-item-image-wrapper + .product-list-item-badge, li.mega-nav-item .slide-content .mega-nav-item-image-wrapper + p, .slide-content li.mega-nav-item .mega-nav-item-image-wrapper + p, li.mega-nav-item .mega-nav-item-image-wrapper + .product-vendor, li.mega-nav-item .mega-nav-item-image-wrapper + .breadcrumbs, li.mega-nav-item ul .mega-nav-item-image-wrapper + li.mega-nav-breadcrumbs, ul li.mega-nav-item .mega-nav-item-image-wrapper + li.mega-nav-breadcrumbs, li.mega-nav-item .footer-tweet .mega-nav-item-image-wrapper + .timePosted, .footer-tweet li.mega-nav-item .mega-nav-item-image-wrapper + .timePosted, li.mega-nav-item .mega-nav-item-image-wrapper + .header-promo-text, li.mega-nav-item .mega-nav-item-image-wrapper + .cart-count, li.mega-nav-item .mega-nav-item-image-wrapper + .currency-switcher, li.mega-nav-item .mega-nav-item-image-wrapper + .pagination, li.mega-nav-item #coin-container .mega-nav-item-image-wrapper + select, #coin-container li.mega-nav-item .mega-nav-item-image-wrapper + select,
    li.mega-nav-item img + .meta,
    li.mega-nav-item img + .modal-close-secondary,
    li.mega-nav-item img + .order-item-vendor,
    li.mega-nav-item img + .order-note,
    li.mega-nav-item img + .blog-subscribe,
    li.mega-nav-item .single-post-pagination img + a,
    .single-post-pagination li.mega-nav-item img + a,
    li.mega-nav-item .single-post-pagination img + span,
    .single-post-pagination li.mega-nav-item img + span,
    li.mega-nav-item img + .cart-item-vendor,
    li.mega-nav-item img + .collection-description-more,
    li.mega-nav-item .collection-viewing-parameters img + .select-wrapper,
    .collection-viewing-parameters li.mega-nav-item img + .select-wrapper,
    li.mega-nav-item img + .product-list-item-badge,
    li.mega-nav-item .slide-content img + p,
    .slide-content li.mega-nav-item img + p,
    li.mega-nav-item img + .product-vendor,
    li.mega-nav-item img + .breadcrumbs,
    li.mega-nav-item ul img + li.mega-nav-breadcrumbs,
    ul li.mega-nav-item img + li.mega-nav-breadcrumbs,
    li.mega-nav-item .footer-tweet img + .timePosted,
    .footer-tweet li.mega-nav-item img + .timePosted,
    li.mega-nav-item img + .header-promo-text,
    li.mega-nav-item img + .cart-count,
    li.mega-nav-item img + .currency-switcher,
    li.mega-nav-item img + .pagination,
    li.mega-nav-item #coin-container img + select,
    #coin-container li.mega-nav-item img + select {
      display: inline-block;
      margin-top: 15px; }
    li.mega-nav-item > ul {
      display: block;
      border-top: 1px solid #bed0d3;
      margin-top: 15px; }
    li.mega-nav-item ul a {
      padding-top: 15px; }

  .mega-nav-item .has-children > a:after {
    content: '\E008';
    margin-left: 5px;
    font-family: 'Pacific';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

  .mega-nav-item-image {
    display: block; }

  ul.mega-nav-second-tier,
  ul.mega-nav-third-tier {
    display: none;
    position: absolute;
    width: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: white;
    font-size: 0; }
    ul.mega-nav-second-tier li,
    ul.mega-nav-third-tier li {
      width: 25%;
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      padding-right: 20px; }
    .working + ul.mega-nav-second-tier, .working +
    ul.mega-nav-third-tier {
      display: block;
      visibility: hidden; }
    .active + ul.mega-nav-second-tier, .active +
    ul.mega-nav-third-tier {
      display: block;
      visibility: visible; }

  ul.mega-nav-second-tier {
    z-index: 50; }

  ul.mega-nav-third-tier {
    z-index: 100; }

  ul li.mega-nav-breadcrumbs {
    width: 100%;
    display: block;
    border-bottom: 1px solid #bed0d3;
    padding-bottom: 15px;
    padding-right: 0; }
    ul li.mega-nav-breadcrumbs span {
      color: #63d8bf;
      cursor: pointer; }
      ul li.mega-nav-breadcrumbs span:hover {
        color: #279a81; }
      ul li.mega-nav-breadcrumbs span:after {
        content: '/';
        margin: 0 2px 0 8px;
        color: #464544; }
    ul li.mega-nav-breadcrumbs .current-tier {
      color: #464544;
      cursor: default; }
      ul li.mega-nav-breadcrumbs .current-tier:after {
        content: none; }
      ul li.mega-nav-breadcrumbs .current-tier:hover {
        color: #464544; }
    ul li.mega-nav-breadcrumbs .previous-tier {
      float: right;
      color: #051217;
      cursor: pointer;
      font-size: 12px; }
      ul li.mega-nav-breadcrumbs .previous-tier:hover {
        color: #17546b; }
      ul li.mega-nav-breadcrumbs .previous-tier:after {
        content: none; } }
  @media (min-width: 1021px) and (max-width: 1260px) {
    .navigation {
      margin-top: 20px; } }
/* scss-combine:snippets/footer */
.main-footer-wrapper {
  margin: 0 30px;
  clear: both; }
  @media (max-width: 720px) {
    .main-footer-wrapper {
      margin: 0 15px; } }

.main-footer {
  max-width: 1260px;
  margin: 50px auto 0;
  padding: 30px 0 20px 0;
  color: #3a3939; }
  .main-footer.footer-promotions {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0; }
    .main-footer.footer-promotions .section-title {
      margin: 0 0 40px;
      color: #82888b;
      text-align: center; }
  .main-footer.has-border {
    padding-top: 50px;
    border-top: 1px solid #bed0d3; }
  .main-footer h4 {
    font-family: Avenir Next Bold, sans-serif;
    margin-top: 0;
    font-weight: bold; }
    @media (max-width: 540px) {
      .main-footer h4 {
        font-family: 'Futura Medium';
        font-weight: normal; } }
  .main-footer .currency-switcher {
    display: none;
    margin: 0;
    text-align: center; }
    @media (max-width: 1020px) {
      .main-footer .currency-switcher {
        display: block;
        float: right;
        width: 200px; } }
    @media (max-width: 720px) {
      .main-footer .currency-switcher {
        float: none;
        width: 100%;
        margin-bottom: 20px; } }

.footer-promos {
  margin: 0 -15px; }

.footer-promos {
  margin: 0 -15px; }
  @media (max-width: 720px) {
    .footer-promos {
      margin: 0;
      text-align: center; } }

.footer-promo {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  vertical-align: middle; }
  .showing-2-ads .footer-promo {
    width: 50%; }
  .showing-3-ads .footer-promo {
    width: 33.33%; }
  .footer-promo svg {
    display: block; }
  @media (max-width: 720px) {
    .footer-promo {
      width: 100% !important;
      margin-top: 30px;
      padding: 0; }
      .footer-promo:first-child {
        margin-top: 0; } }

.footer-modules {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  display: flex; }
  @media (max-width: 860px) {
    .footer-modules {
      display: none; } }
  .footer-promos + .footer-modules {
    margin-top: 50px;
    padding-top: 35px; }
    .footer-promos + .footer-modules:before {
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      display: block;
      height: 1px;
      content: '';
      background: #bed0d3; }
      @media (max-width: 720px) {
        .footer-promos + .footer-modules:before {
          left: 0;
          right: 0; } }
  @media (max-width: 720px) {
    .footer-modules {
      margin-left: 0;
      margin-right: 0; } }

.footer-modules-mobile {
  display: none; }
  @media (max-width: 860px) {
    .footer-modules-mobile {
      display: block; } }

.footer-module {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-left: white solid 1px;
  flex: 1;
  text-align: center; }
  .footer-module:first-child {
    border: none;
    padding: 0 30px 0 20px; }
  .showing-2-modules .footer-module {
    width: 50%; }
  .showing-3-modules .footer-module {
    width: 33.33%; }
  .showing-4-modules .footer-module {
    width: 25%; }
  .footer-module .social-networks {
    display: inline-block;
    max-width: 160px;
    text-align: left; }
  .footer-module .newsletter {
    display: inline-block;
    max-width: 210px;
    text-align: left; }
    @media (max-width: 860px) {
      .footer-module .newsletter {
        max-width: 290px;
        text-align: center;
        width: 95%; } }
  .footer-module input.newsletter-email {
    border-radius: 0;
    background-color: inherit;
    border: 1px solid #FFFFFF;
    margin-bottom: 10px; }
    @media (max-width: 540px) {
      .footer-module input.newsletter-email {
        font-size: 9px; } }
  .footer-module input.newsletter-submit {
    background: #FFFFFF;
    border-radius: 0;
    color: #3a3939;
    top: auto;
    right: auto;
    border: none;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-out; }
  @media (max-width: 860px) {
    .footer-module {
      width: 100% !important;
      display: block;
      text-align: center;
      margin-top: 20px;
      padding: 0;
      border-top: white solid 1px !important;
      border-left: none; }
      .footer-module:first-child {
        margin-top: 0;
        border-top: none !important; } }

.footer-link-list {
  display: inline-block;
  vertical-align: top;
  text-align: left; }
  @media (max-width: 860px) {
    .footer-link-list {
      display: block;
      width: 100%;
      padding-right: 0;
      text-align: center; }
      .footer-link-list h4 {
        display: none; }
      .footer-promos + .footer-modules .footer-link-list:first-child {
        margin-top: 0; } }
  .footer-link-list ul {
    margin: 0;
    padding: 0; }
  .footer-link-list li {
    margin: 20px 0 0; }
    @media (max-width: 860px) {
      .footer-link-list li {
        border-top: white solid 1px;
        padding: 15px; }
        .footer-link-list li:first-child {
          border-top: none !important; } }
  .footer-link-list a {
    color: #3a3939;
    transition: all 0.1s; }
    .footer-link-list a:hover {
      color: #63D8BF; }

.footer-tweet .tweet-wrap:nth-of-type(n+2) {
  display: none; }
.footer-tweet .user a {
  display: block; }
.footer-tweet .user img,
.footer-tweet .user svg {
  max-width: 48px;
  height: auto;
  float: left; }
  @media (max-width: 720px) {
    .footer-tweet .user img,
    .footer-tweet .user svg {
      float: none; } }
.footer-tweet .user a > span {
  display: block;
  margin-left: 58px; }
  @media (max-width: 720px) {
    .footer-tweet .user a > span {
      margin-left: 0; } }
.footer-tweet .user span:first-child {
  display: block;
  padding-top: 5px;
  font-family: Futura Medium, sans-serif;
  font-weight: 400;
  color: #3a3939;
  font-size: 18px;
  line-height: 22px;
  margin-left: 0; }
.footer-tweet .tweet {
  color: #464544;
  white-space: pre-wrap; }
  .footer-tweet .tweet a {
    word-break: break-word; }
  .footer-tweet .tweet img {
    height: 17px; }

.footer-instagram-photos {
  font-size: 0;
  margin: 0 -7px; }
  @media (max-width: 720px) {
    .footer-instagram-photos {
      margin: 0; } }
  .footer-instagram-photos .error {
    font-size: 14px;
    color: #d60000; }

.footer-instagram-photo {
  display: inline-block;
  width: 33.3%;
  padding: 0 7px 14px; }
  .footer-instagram-photo:nth-of-type(n+4) {
    display: none; }
  @media (max-width: 720px) {
    .footer-instagram-photo {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0 0 30px; }
      .footer-instagram-photo:last-child {
        margin-bottom: 0; } }
  .footer-instagram-6-images .footer-instagram-photo:nth-of-type(n+4) {
    display: inline-block; }
  .footer-instagram-6-images .footer-instagram-photo:nth-of-type(n+7) {
    display: none; }
  @media (max-width: 720px) {
    .footer-instagram-6-images .footer-instagram-photo {
      display: inline-block;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 540px) {
    .footer-instagram-6-images .footer-instagram-photo {
      margin: 0 0 14px;
      padding-left: 7px;
      padding-right: 7px; } }
  .footer-instagram-photo img,
  .footer-instagram-photo svg {
    height: auto; }

.newsletter-subscription {
  padding-bottom: 50px; }
  .newsletter-subscription h1 {
    font-family: "Avenir Next Bold";
    font-size: 25px;
    color: #333;
    margin-top: 40px;
    letter-spacing: 0.05em; }
    @media (max-width: 540px) {
      .newsletter-subscription h1 {
        font-size: 20px;
        margin-top: 20px; } }
  .newsletter-subscription form {
    margin-top: 25px;
    position: relative;
    width: 40%;
    margin: auto; }
    @media (max-width: 720px) {
      .newsletter-subscription form {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        width: 100%; } }
    h4 + .newsletter-subscription form {
      margin-top: 25px; }
  @media (max-width: 720px) {
    .newsletter-subscription {
      border-top: 1px solid #bed0d3;
      padding-top: 35px; } }

.newsletter-subscription input.newsletter-email {
  background-color: #ffffff;
  border-radius: 0px;
  border: 2px solid #63D8BF;
  width: calc(100% - 135px);
  padding: 12px 15px; }
  @media (max-width: 540px) {
    .newsletter-subscription input.newsletter-email {
      display: block;
      width: 100%; } }

input.newsletter-submit {
  position: absolute;
  color: white;
  -webkit-font-smoothing: antialiased; }

input.newsletter-submit {
  border: 2px solid #63D8BF;
  background: #63D8BF;
  height: auto;
  font-size: 15px;
  padding: 11px 30px;
  top: 0;
  right: 0; }
  @media (max-width: 540px) {
    input.newsletter-submit {
      font-size: 12px;
      padding: 9px 30px;
      display: block;
      margin: 15px auto 0;
      position: relative;
      margin-top: 15px; } }

input.newsletter-submit:hover {
  background-color: #63D8BF;
  color: #fff; }

.newsletter-subscription + .social-networks {
  margin: 0 0 0 80px;
  display: inline-block;
  vertical-align: top;
  width: 35%; }
  @media (max-width: 720px) {
    .newsletter-subscription + .social-networks {
      border-top: 1px solid #bed0d3;
      padding-top: 35px; } }
.social-networks ul {
  padding: 0;
  margin: 20px 0 0; }

.social-link {
  display: inline-block;
  line-height: 1; }
  .social-link a {
    color: #2b2b2b;
    padding-right: 10px;
    transition: all 0.3s; }
    @media (max-width: 720px) {
      .social-link a {
        padding: 0 7px; } }
    .social-link a:hover {
      color: #63D8BF; }
  .social-link svg {
    width: 24px;
    height: 24px; }
    .social-link svg path {
      fill: currentColor; }

.copyright {
  border-top: 1px solid #ffffff;
  margin-top: 50px;
  padding-top: 40px;
  color: rgba(70, 69, 68, 0.6);
  font-size: 0; }
  .copyright a {
    color: #3a3939;
    transition: all 0.1s; }
    .copyright a:hover {
      opacity: 0.5; }
  @media (max-width: 720px) {
    .copyright {
      border-top: 1px solid white;
      margin-top: 0; } }
  .copyright [role="contentinfo"] {
    margin: 0;
    font-size: 14px; }
  .copyright .payment-options,
  .copyright [role="contentinfo"] {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 720px) {
      .copyright .payment-options,
      .copyright [role="contentinfo"] {
        width: 100%;
        display: block;
        text-align: center; } }

.payment-options {
  margin: 0;
  padding: 0;
  text-align: right; }
  @media (max-width: 720px) {
    .payment-options {
      margin-top: 35px; } }
  .payment-options li {
    display: inline-block;
    margin-left: 10px;
    color: rgba(70, 69, 68, 0.4); }
  .payment-options svg {
    width: 32px;
    fill: rgba(70, 69, 68, 0.4);
    height: 32px; }

/* scss-combine:snippets/header */
.main-header-wrapper,
.header-promo-wrapper {
  padding: 0 30px; }
  @media (max-width: 1020px) {
    .main-header-wrapper,
    .header-promo-wrapper {
      padding: 0 0; } }

.main-header-wrapper {
  border-bottom: 1px solid #eceeec; }

.header-promo-wrapper {
  background: #fffdba;
  padding: 7px 30px; }

.header-promo {
  max-width: 1260px;
  margin: 0 auto;
  padding: 2px 0;
  color: black;
  text-align: center; }

.header-promo-text {
  margin: 0;
  color: inherit; }
  .header-promo-text a {
    color: #1a1a1a; }

.main-header {
  max-width: 1260px;
  margin: 0 auto 40px;
  padding: 54px 0 25px;
  position: relative;
  color: #272f3e;
  border-bottom: 1px solid #bed0d3;
  text-align: center;
  font-size: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media (max-width: 1020px) {
    .main-header {
      padding: 44px 0 25px; } }
  @media (max-width: 720px) {
    .main-header {
      padding-top: 34px; } }
  .main-header a {
    color: #3A3939;
    text-decoration: none;
    font-family: 'Futura Medium'; }
    .main-header a:hover {
      color: #63d8bf; }
  .main-header .navigation {
    padding-top: 0; }
    .main-header .navigation .mobile-visible {
      padding-top: 10px; }

.branding,
.header-search-form,
.header-tools,
.navigation {
  font-size: 16px; }

.branding {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1; }
  .lt-ie9 .branding {
    width: 60%; }
  @media (max-width: 1020px) {
    .branding {
      width: 100%; } }
  .branding .site-title {
    font-family: Karla, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: inherit; }
  .branding .site-title a {
    color: #272f3e;
    text-decoration: none; }

.logo {
  max-width: 100%;
  display: inline-block;
  line-height: 1; }
  .logo img {
    display: block;
    height: auto;
    width: 100%;
    max-height: 100%; }
    @media (min-width: 1021px) {
      .logo img {
        width: 180px; } }

.header-search-form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 220px;
  color: #3A3939;
  /* &:before {
     @include icon-font(27px);
     content: '\E001';
     position: absolute;
     left: -16px;
     top: 11px;
     color: #787878;
   }*/ }
  .header-search-form.desktop-only {
    transition-duration: 0.3s;
    width: 80px; }
    .header-search-form.desktop-only .header-search-input {
      transition-duration: 0.3s; }
    .header-search-form.desktop-only.expanded {
      width: 162px; }
      .header-search-form.desktop-only.expanded .header-search-input {
        padding-left: 10px; }
  .lt-ie9 .header-search-form {
    width: 20%; }
  @media (max-width: 1020px) {
    .header-search-form {
      display: block !important;
      position: absolute;
      top: calc(100% + 1px);
      z-index: 9999;
      width: 100%;
      left: 0;
      background: #fff;
      border-bottom: 1px solid #f3eeee;
      height: 0;
      padding: 0 30px;
      transition-duration: 0.3s;
      border-width: 0px;
      overflow: hidden; }
      .header-search-form input.header-search-input {
        transition-duration: 0.3s;
        padding: 3px 0px 3px 15px;
        height: 0; }
      .header-search-form.mobile-only {
        display: block !important; }
      .header-search-form.active {
        display: block !important;
        border-width: 1px;
        padding: 10px 30px;
        height: auto; }
        .header-search-form.active input.header-search-input {
          height: 42px; } }

input.header-search-input {
  display: block;
  max-width: 100%;
  height: 42px;
  padding: 6px 0px 0px 15px;
  background: none;
  border: 1px solid transparent;
  line-height: normal;
  color: #272f3e; }
  .lt-ie9 input.header-search-input {
    line-height: 30px; }
  input.header-search-input::-webkit-input-placeholder {
    color: #272f3e;
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 21px; }
  input.header-search-input::-moz-placeholder {
    color: #272f3e;
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 21px; }
  input.header-search-input:-moz-placeholder {
    color: #272f3e;
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 21px; }
  input.header-search-input:-ms-input-placeholder {
    color: #272f3e;
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 21px; }
  input.header-search-input::-moz-placeholder {
    line-height: 32px; }
  @media (max-width: 1020px) {
    input.header-search-input {
      border-color: #bed0d3;
      font-size: 16px; } }

.header-tools {
  display: flex;
  vertical-align: middle;
  text-align: right; }
  .lt-ie9 .header-tools {
    width: 20%; }
  @media (max-width: 1020px) {
    .header-tools {
      display: none; } }

.cart-count {
  position: relative;
  display: inline-block;
  /*GGG &:before {
     @include icon-font(32px,33px);
     content: '\E003';
     display: inline-block;
     vertical-align: bottom;
   }*/ }

.mobile-cart-count {
  position: relative; }

.bag-count:before {
  content: "("; }
.bag-count:after {
  content: ")"; }
.contain-count .bag-count {
  /* Only if the cart count is < 100 */
  position: absolute;
  left: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  color: white;
  top: -5px; }
  .contain-count .bag-count:before, .contain-count .bag-count:after {
    content: none; }
.mobile-header-tools .bag-count {
  font-size: 16px; }
.mobile-header-tools .contain-count .bag-count {
  bottom: 12px;
  left: 14px;
  font-size: 10px;
  -webkit-font-smoothing: initial;
  font-weight: 600;
  background-color: #63d8bf;
  border-radius: 10px;
  height: 14px;
  width: 14px;
  padding-top: 2px;
  top: 11px; }
.cart-count.contain-count .bag-count {
  bottom: 5px;
  width: 19px; }
  .lt-ie10 .cart-count.contain-count .bag-count {
    bottom: 4px; }

@-moz-document url-prefix() {
  .cart-count.contain-count .bag-count {
    bottom: 4px; } }

.currency-switcher {
  display: inline-block;
  color: #272f3e;
  border-color: #bed0d3;
  border-radius: 3px;
  background: transparent;
  padding: 3px 8px 2px;
  margin-left: 15px; }
  .currency-switcher:after {
    content: none; }

.mobile-header-tools {
  display: none;
  margin-top: 25px; }
  .mobile-header-tools > span, .mobile-header-tools > a {
    font-size: 14px;
    display: inline-block;
    padding: 14px 6px;
    cursor: pointer; }
  @media (max-width: 1020px) {
    .mobile-header-tools {
      display: block; } }
  .mobile-header-tools .logo img {
    margin: 0 auto;
    max-width: 200px; }

.mobile-navigation-toggle {
  position: relative;
  top: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .mobile-navigation-toggle span {
    position: relative;
    display: block; }
    .mobile-navigation-toggle span, .mobile-navigation-toggle span:before, .mobile-navigation-toggle span:after {
      width: 24px;
      height: 1px;
      left: 0;
      background: #3A3939;
      content: "";
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform-origin: 50%;
      -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
      -o-transform-origin: 50%;
      transform-origin: 50%;
      z-index: 1000; }
    .mobile-navigation-toggle span:before {
      position: absolute;
      top: -5px; }
    .mobile-navigation-toggle span:after {
      position: absolute;
      top: 5px; }
      .lt-ie10 .mobile-navigation-toggle span:after {
        height: 2px; }
  .mobile-navigation-toggle.active span {
    background: transparent; }
    .mobile-navigation-toggle.active span:before {
      -webkit-transform: translateY(5px) rotate(45deg);
      -moz-transform: translateY(5px) rotate(45deg);
      -ms-transform: translateY(5px) rotate(45deg);
      -o-transform: translateY(5px) rotate(45deg);
      transform: translateY(5px) rotate(45deg); }
    .mobile-navigation-toggle.active span:after {
      -webkit-transform: translateY(-5px) rotate(-45deg);
      -moz-transform: translateY(-5px) rotate(-45deg);
      -ms-transform: translateY(-5px) rotate(-45deg);
      -o-transform: translateY(-5px) rotate(-45deg);
      transform: translateY(-5px) rotate(-45deg); }
      .lt-ie10 .mobile-navigation-toggle.active span:after {
        height: 3px; }

/* scss-combine:snippets/mobile-navigation */
@media (max-width: 1020px) {
  .navigation {
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 12;
    padding-top: 10px;
    margin-top: 0px !important;
    top: 43px;
    background-color: #fff;
    /* Mega-nav addes a 5th tier */ }
    .bacon-active .navigation {
      overflow: visible; }
    .navigation ul {
      height: 0;
      margin: 0;
      padding: 0;
      display: block;
      -webkit-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .navigation .navigation-second-tier .navigation-second-tier--inner {
      margin-left: 0 !important; }
    .navigation li a,
    .navigation li .tier-toggle-wrap {
      display: block;
      position: relative;
      padding: 15px 25px;
      border-top: 1px solid #313b4e;
      background: #272f3e;
      color: white;
      font-size: 13px; }
      .navigation li a:hover,
      .navigation li .tier-toggle-wrap:hover {
        color: white; }
    .navigation .has-dropdown > a {
      padding: 15px 20px; }
    .navigation ul ul a,
    .navigation ul ul .tier-toggle-wrap {
      border-color: #3b475d;
      background: #313b4e; }
    .navigation ul ul ul a {
      border-color: #45536d;
      background: #3b475d; }
    .navigation ul ul ul ul a {
      border-color: #4e5e7d;
      background: #45536d; }
    .navigation ul ul ul ul ul a {
      border-color: #586a8c;
      background: #4e5e7d; }

  .cloned-list {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    height: auto !important;
    visibility: hidden !important; }
    .cloned-list ul {
      display: none !important; }

  .mobile-tier-toggle .arrow {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -5px;
    cursor: pointer;
    border: solid #3A3939;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
    .open > a > .mobile-tier-toggle .arrow {
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg); }
  .navigation .mobile-tier-toggle {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -18px;
    background-color: #fff;
    cursor: pointer;
   /*     &:before,
        &:after {
          position: relative;
          display: block;
          content: '';
          background: white;

          @include transition(all 0.2s $ease-out-quad);
        }

        &:before {
          width: 14px;
          height: 2px;
          top: 17px;
          left: 11px;
        }

        &:after {
          width: 2px;
          height: 14px;
          top: 9px;
          left: 17px;
        }*/ }
    ul ul ul .navigation .mobile-tier-toggle {
      background-color: #313b4e; }

  /* Reset mega nav styles */
  .mega-nav-item-image-wrapper,
  .mega-nav-item-image,
  .mega-nav-breadcrumbs {
    display: none !important; }

  .navigation .meta, .navigation .modal-close-secondary, .navigation .order-item-vendor, .navigation .order-note, .navigation .blog-subscribe, .navigation .single-post-pagination a, .single-post-pagination .navigation a,
  .navigation .single-post-pagination span,
  .single-post-pagination .navigation span, .navigation .cart-item-vendor, .navigation .collection-description-more, .navigation .collection-viewing-parameters .select-wrapper, .collection-viewing-parameters .navigation .select-wrapper, .navigation .product-list-item-badge, .navigation .slide-content p, .slide-content .navigation p, .navigation .product-vendor, .navigation .breadcrumbs, .navigation .footer-tweet .timePosted, .footer-tweet .navigation .timePosted, .navigation .header-promo-text, .navigation .cart-count, .navigation .currency-switcher, .navigation .pagination, .navigation #coin-container select, #coin-container .navigation select {
    font-family: "centurygothic", sans-serif;
    text-transform: none;
    letter-spacing: 0;
    color: inherit; } }
@media (max-width: 720px) {
  .navigation {
    left: 0px;
    right: 0px; } }
/* scss-combine:snippets/pagination */
.pagination {
  margin: 40px 0;
  padding: 0;
  text-align: right;
  clear: both; }
  .pagination li {
    display: inline-block;
    margin: 0 4px;
    color: #82888b; }
  .pagination .pagination-position,
  .pagination a,
  .pagination a:before,
  .pagination a:after {
    color: #051217; }
  @media (max-width: 768px) {
    .pagination {
      text-align: center; } }

.pagination-next span, .pagination-next a,
.pagination-previous span,
.pagination-previous a {
  display: block;
  line-height: 1; }
  .pagination-next span .icon, .pagination-next a .icon,
  .pagination-previous span .icon,
  .pagination-previous a .icon {
    height: 34px;
    padding: 8px 0; }
    @media (max-width: 768px) {
      .pagination-next span .icon, .pagination-next a .icon,
      .pagination-previous span .icon,
      .pagination-previous a .icon {
        height: 26px;
        padding: 5px 0; } }

.pagination-position {
  font-size: 18px;
  font-weight: 600;
  vertical-align: top;
  line-height: 32px;
  padding-top: 2px;
  font-family: 'Avenir Next Medium'; }
  @media (max-width: 768px) {
    .pagination-position {
      line-height: 25px;
      padding-top: 1px;
      font-size: 13px; } }

.template-customers-addresses .pagination {
  margin: 0 0 34px; }

/* scss-combine:snippets/share-buttons */
.share-buttons {
  font-size: 0;
  margin: 45px -5px 0; }
  .share-buttons a {
    display: inline-block;
    padding: 6px 13px;
    border-radius: 0;
    border: 1px solid #eceeec;
    color: #464544;
    margin: 5px;
    letter-spacing: 0; }
    @media (max-width: 540px) {
      .share-buttons a {
        padding: 6px 11px; } }
    .template-blog .share-buttons a, .template-article .share-buttons a {
      margin-right: 0; }
    .share-buttons a:before {
      font-family: 'Social Icons';
      -webkit-font-smoothing: antialiased;
      font-size: 18px;
      font-weight: normal;
      line-height: 1;
      -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .share-buttons a:hover {
      color: white; }
      .share-buttons a:hover:before {
        color: white; }

.share-facebook:hover {
  background: #49659D;
  border-color: #49659D; }
.share-facebook:before {
  content: '\E003';
  color: #49659D; }

.share-twitter:hover {
  background: #09AEEC;
  border-color: #09AEEC; }
.share-twitter:before {
  content: '\E036';
  color: #09AEEC; }

.share-pinterest:hover {
  background: #CB1F2A;
  border-color: #CB1F2A; }
.share-pinterest:before {
  content: '\E296';
  color: #CB1F2A; }

.share-fancy:hover {
  background: #49659D;
  border-color: #49659D; }
.share-fancy:before {
  content: '\E430';
  color: #49659D; }

.share-google:hover {
  background: #CC3A2B;
  border-color: #CC3A2B; }
.share-google:before {
  content: '\E03F';
  color: #CC3A2B; }

.share-email:hover {
  background: #525252;
  border-color: #525252; }
.share-email:before {
  content: '\E050';
  color: #525252; }

/* scss-combine:snippets/sidebar */
.sidebar {
  padding-right: 30px; }
  @media (max-width: 720px) {
    .sidebar {
      padding-right: 0; } }

body[class*="template-index"].sidebar-enabled .main-content,
body[class*="template-list-collections"].sidebar-enabled .main-content,
body[class*="template-collection"].sidebar-enabled .main-content {
  width: 80%;
  float: right; }
  @media screen and (max-width: 1060px) {
    body[class*="template-index"].sidebar-enabled .main-content,
    body[class*="template-list-collections"].sidebar-enabled .main-content,
    body[class*="template-collection"].sidebar-enabled .main-content {
      width: -webkit-calc(100% - 200px);
      width: calc(100% - 200px); } }
  @media (max-width: 720px) {
    body[class*="template-index"].sidebar-enabled .main-content,
    body[class*="template-list-collections"].sidebar-enabled .main-content,
    body[class*="template-collection"].sidebar-enabled .main-content {
      width: 100%;
      float: none; } }

body[class*="template-list-collections"].sidebar-enabled .sidebar {
  margin-top: 30px; }

.sidebar-link-list-title {
  margin-top: 35px;
  line-height: 1.625; }
  .sidebar-link-list-title:first-child {
    margin-top: 0; }

.sidebar-link-list {
  margin-top: 35px; }
  .sidebar-link-list:first-child {
    margin-top: 0; }
  @media (max-width: 720px) {
    .sidebar-link-list {
      margin-top: 0; } }
  .sidebar-link-list ul {
    padding: 0;
    font-size: 14px;
    font-weight: bold; }
    .sidebar-link-list ul ul {
      margin: 0;
      padding-left: 10px;
      font-weight: normal; }
  .sidebar-link-list li {
    margin: 16px 0; }
  .sidebar-link-list a {
    color: #3a3939; }
    .sidebar-link-list a:hover {
      color: #070606; }
  .sidebar-link-list .active > a {
    color: #63d8bf; }
    .sidebar-link-list .active > a:after {
      content: '\E006';
      position: relative;
      top: 1px;
      margin-left: 7px;
      display: inline-block;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg);
      font-family: 'Pacific';
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
      @media (max-width: 720px) {
        .sidebar-link-list .active > a:after {
          content: none; } }
      .lt-ie9 .sidebar-link-list .active > a:after {
        display: none; }

.sidebar-link-list-mobile {
  display: none; }
  @media (max-width: 720px) {
    .sidebar-link-list-mobile {
      display: block; } }

@media (max-width: 720px) {
  .sidebar-link-list {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 15px; }
    .sidebar-link-list ul {
      margin-bottom: 0;
      font-weight: normal; }
      .sidebar-link-list ul ul {
        padding-left: 0;
        font-weight: bold;
        display: none; }
    .sidebar-link-list .open > ul {
      display: block; }
    .sidebar-link-list .has-children > a {
      position: relative; }
    .sidebar-link-list .has-children > a:after {
      content: '\E008' !important;
      padding-left: 5px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      font-family: 'Pacific';
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -webkit-font-smoothing: initial; }
    .sidebar-link-list .open.has-children > a:after {
      content: '\E009' !important; }
    .sidebar-link-list li:last-child {
      margin-bottom: 0; }
    .sidebar-link-list .active > a {
      color: #3a3939; }
      .sidebar-link-list .active > a:after {
        content: none; } }

@media (max-width: 540px) {
  .sidebar-link-list {
    display: block;
    width: 100%;
    margin: 30px 0 0;
    padding: 0; }
    .sidebar-link-list:first-child {
      margin-top: 0; } }

/* scss-combine:snippets/shoppad */
/* * * * * * * * * * * * * * * * * * * * * * * * * * *
ShopPad App: Infinite Options
https://apps.shopify.com/custom-options
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#infiniteoptions-container {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
  #infiniteoptions-container:empty {
    display: none !important; }
  #infiniteoptions-container > div {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 0 10px;
    font-size: 16px;
    width: 33%;
    text-align: left;
    vertical-align: top; }
    @media (max-width: 1020px) {
      #infiniteoptions-container > div {
        width: 33%; } }
    #infiniteoptions-container > div > label {
      width: 100%;
      display: inline-block;
      margin: 0 0 5px 0;
      font-size: 16px; }
    #infiniteoptions-container > div > span {
      width: 100%;
      display: inline-block; }
      #infiniteoptions-container > div > span label {
        /* radio button labels */
        margin: 0;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        font-size: 16px; }
        #infiniteoptions-container > div > span label input[type=radio] {
          float: left;
          margin: 0;
          margin-right: 10px;
          display: inline-block;
          background: white;
          border: 1px solid #bed0d3;
          color: #464544;
          font-family: "centurygothic", sans-serif;
          width: 20px;
          height: 20px;
          border-radius: 10px;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          outline: none; }
          #infiniteoptions-container > div > span label input[type=radio]:checked:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #464544;
            border-radius: 10px;
            top: 5px;
            left: 5px; }
  #infiniteoptions-container fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
    #infiniteoptions-container fieldset label {
      margin-bottom: 5px;
      width: 100%;
      display: inline-block;
      margin: 0;
      font-size: 16px; }
    #infiniteoptions-container fieldset input[type=checkbox] {
      float: left;
      margin: 0;
      margin-right: 10px;
      display: inline-block;
      background: white;
      border: 1px solid #bed0d3;
      color: #464544;
      font-family: "centurygothic", sans-serif;
      width: 20px;
      height: 20px;
      border-radius: 4px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      outline: none; }
      #infiniteoptions-container fieldset input[type=checkbox]:checked:after {
        font-family: arial;
        content: '\2713';
        position: absolute;
        width: 20px;
        height: 20px;
        color: #464544;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 20px; }
  #infiniteoptions-container textarea {
    height: 43px; }
  #infiniteoptions-container .spb-select {
    position: relative; }
    #infiniteoptions-container .spb-select:after {
      content: '\E007';
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -7px;
      font-family: 'Pacific';
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      z-index: 2;
      pointer-events: none; }
    #infiniteoptions-container .spb-select select {
      color: #464544;
      cursor: pointer;
      z-index: 2;
      width: 100%;
      /* needed for Firefox */
      height: 100%;
      /* needed for IE */
      border: 1px solid #bed0d3;
      -webkit-appearance: none;
      position: relative !important;
      font-size: 14px;
      border-radius: 5px;
      padding: 14px 30px 9px 15px; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
ShopPad App: Uploadery
https://apps.shopify.com/uploadery
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#uploadery-container {
  display: inline; }
  #uploadery-container:empty {
    display: none !important; }
  #uploadery-container form {
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 0 10px;
    font-size: 16px;
    width: 33%;
    text-align: left;
    vertical-align: top; }
    @media (max-width: 1020px) {
      #uploadery-container form {
        width: 100%; } }
    #uploadery-container form:last-child {
      margin-bottom: 30px; }
  #uploadery-container label {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 16px;
    position: relative;
    overflow: hidden; }
    #uploadery-container label .spb-fileupload {
      margin-top: 5px; }
  #uploadery-container input[type=file] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    font-size: 14px;
    padding: 0;
    border: 0; }
    #uploadery-container input[type=file]::-webkit-file-upload-button {
      background: white;
      border: 1px solid #bed0d3;
      color: #464544;
      font-family: "centurygothic", sans-serif;
      margin: 0;
      padding: 6px 7px 3px 7px;
      font-size: 14px;
      border-radius: 3px;
      box-sizing: border-box;
      outline: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
ShopPad App: Bouncer
https://apps.shopify.com/bouncer
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#bouncer_modal_datepicker span {
  position: relative;
  display: inline-block;
  width: auto; }
  #bouncer_modal_datepicker span:after {
    content: '\E007';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    font-family: 'Pacific';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    z-index: 2; }
  #bouncer_modal_datepicker span select {
    color: #464544;
    cursor: pointer;
    z-index: 2;
    width: 100%;
    /* needed for Firefox */
    height: 100%;
    /* needed for IE */
    border: 1px solid #bed0d3;
    -webkit-appearance: none;
    position: relative !important;
    font-size: 14px;
    border-radius: 5px;
    padding: 14px 30px 9px 15px; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
ShopPad App: Tracktor
https://apps.shopify.com/tracktor-2
* * * * * * * * * * * * * * * * * * * * * * * * * * */
body.template-tracktor .page-header {
  display: none; }

#tracktorContainer {
  text-align: center; }

#tracktorOrderForm {
  max-width: 320px;
  float: none !important;
  display: inline-block;
  padding: 0 !important; }

#tracktorOrderStatus {
  text-align: left; }
  @media screen and (max-width: 797px) {
    #tracktorOrderStatus div {
      height: auto !important;
      background-color: rgba(0, 0, 0, 0) !important; } }
  #tracktorOrderStatus div dl {
    padding-left: 0; }

.tracktorFulfillmentCol1,
.tracktorFulfillmentCol2 {
  text-align: left; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
ShopPad App: Coin
https://apps.shopify.com/coin
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#coin-container {
  padding: 0;
  display: inline-block; }
  #coin-container label {
    display: inline-block;
    width: 100%; }
    #coin-container label select {
      margin-left: 10px; }
  #coin-container select {
    display: inline-block;
    color: #272f3e;
    border-color: #bed0d3;
    border-radius: 3px;
    background: transparent;
    padding: 3px 8px 2px;
    margin-left: 15px;
    -webkit-appearance: none; }

.mobile-header-tools #coin-container {
  display: inline-block;
  line-height: 32px;
  font-size: 16px; }
  .mobile-header-tools #coin-container select {
    font-size: 16px; }

/* scss-combine:extends */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .rte:before, .template-password .password-subscribe-form:before,
.template-password .password-form-wrapper:before,
.clearfix:after,
.rte:after,
.template-password .password-subscribe-form:after,
.template-password .password-form-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .rte:after, .template-password .password-subscribe-form:after,
.template-password .password-form-wrapper:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .rte, .template-password .password-subscribe-form,
.template-password .password-form-wrapper {
  *zoom: 1; }

/* Small caps */
.small-caps {
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.select-wrapper select, .slideshow-slides, .slide-link, #infiniteoptions-container .spb-select select, #bouncer_modal_datepicker span select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*============================================================================
  #Collection Filters
==============================================================================*/
@media (max-width: 720px) {
  #collectionFilters select {
    font-size: 14px;
    padding: 0.6em; } }

.collection-filters .done-button {
  display: none; }
@media (max-width: 768px) {
  .collection-filters {
    display: none; }
    .collection-filters.active {
      display: block;
      position: fixed;
      z-index: 1000;
      background-color: white;
      top: 0;
      right: 0;
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      width: 70%;
      height: 100%;
      border-left: 1px solid #eceeec;
      padding: 20px 30px 0 15px; }
    .collection-filters select {
      font-size: 14px;
      padding: 0.6em; }
    .collection-filters .done-button {
      display: block;
      font-family: "Avenir Next Medium";
      text-align: center;
      padding: 5px;
      border: 1px solid #63d8bf;
      margin-bottom: 15px;
      margin-left: 20px;
      width: 100%;
      text-transform: uppercase;
      font-size: 14px;
      cursor: pointer; } }

.collection-filters h2 {
  font-size: 15px;
  text-transform: none;
  border-bottom: thin solid #646565;
  padding-bottom: 10px; }

@media screen and (min-width: 769px) {
  .toggle-filters {
    display: none; } }
.advanced-filters {
  margin-bottom: 24px;
  padding-left: 0px; }
  .advanced-filters li {
    font-size: 13px; }
    @media (max-width: 720px) {
      .advanced-filters li {
        font-size: 14px; } }
    .advanced-filters li.filter-mobile {
      display: none; }
  .advanced-filters li.sub-cat {
    margin-left: 20px; }

.advanced-filters a {
  display: block;
  position: relative;
  padding-left: 22px; }
  .advanced-filters a:before, .advanced-filters a:after {
    content: '';
    display: block;
    position: absolute; }
  .advanced-filters a:before {
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: white;
    border: 1px solid #bed0d3;
    display: none; }
  .advanced-filters a:after {
    top: 9px;
    left: 3px;
    width: 6px;
    height: 6px;
    background-color: transparent; }
  .advanced-filters a:hover {
    color: #63d8bf; }

.advanced-filter.active-filter {
  font-weight: bold; }
  .advanced-filter.active-filter a:hover {
    color: #3a3939;
    cursor: pointer; }
  .advanced-filter.active-filter a:after {
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 12px;
    content: '\f00c';
    color: #63d8bf;
    top: 3px; }
  .advanced-filter.active-filter a:hover:after {
    content: '\f00c';
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    color: #63d8bf;
    font-family: 'Font Awesome 5 Pro' !important;
    line-height: inherit;
    speak: none; }

.mobilefilterToggle {
  display: none; }
  @media (max-width: 768px) {
    .mobilefilterToggle {
      display: block;
      cursor: pointer;
      float: right;
      font-size: 14px; } }

.filterSection {
  margin: 3px 0 10px 20px;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #e6f8a8; }
  .filterSection:last-child {
    border-bottom: none; }
  .filterSection .toggle .arrow {
    top: 50%;
    margin-top: -5px;
    cursor: pointer;
    border: solid #63d8bf;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    margin-left: 10px;
    right: 7px;
    width: 3px;
    height: 3px;
    vertical-align: 2px; }
  .filterSection.open .toggle .arrow {
    transform: rotate(45deg); }
  .filterSection .filterType {
    cursor: pointer;
    font-size: 15px;
    font-family: 'Avenir Next Medium'; }
  .filterSection .filterSelected {
    float: right;
    font-size: 13px;
    margin: 4px 0px 0 0; }
    @media (max-width: 720px) {
      .filterSection .filterSelected {
        font-size: 14px;
        margin: 2px 5px 0 0; } }
  .filterSection .filterOptions {
    display: none;
    font-size: 13px; }
    .filterSection .filterOptions li {
      margin-bottom: 8px; }
      @media (max-width: 768px) {
        .filterSection .filterOptions li {
          margin-bottom: 5px; } }
  .filterSection.open .filterOptions {
    display: block; }

/*============================================================================
  #Breadcrumbs
==============================================================================*/
.breadcrumb {
  font-size: 13px;
  margin-bottom: 24px;
  margin-top: -24px;
  height: 52px; }
  @media (max-width: 768px) {
    .breadcrumb {
      margin-top: 0px; } }
  .lt-ie9 .breadcrumb {
    margin-top: 0; }
  @media screen and (min-width: 769px) {
    .template-page .breadcrumb, .template-product .breadcrumb {
      margin-bottom: 48px; } }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      height: auto; } }
  .breadcrumb a {
    color: #464544; }
    .breadcrumb a:hover {
      color: #464544; }
  .breadcrumb a,
  .breadcrumb span {
    display: inline-block;
    padding: 12px 7px 12px 0;
    margin-right: 7px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .breadcrumb a,
      .breadcrumb span {
        padding: 0 7px 0 0; } }
    .breadcrumb a:first-child,
    .breadcrumb span:first-child {
      padding-left: 0; }
  .breadcrumb .divider {
    font-size: 15px;
    font-family: 'Verdana', sans-serif;
    color: #767676; }
  .breadcrumb + .grid-border {
    margin-top: -24px; }

.breadcrumb--truncate {
  width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis; }

/*============================================================================
  #Pagination
==============================================================================*/
.pagination-border-top {
  border-top: 1px solid #bed0d3;
  margin-top: 30px;
  padding-top: 24px !important; }

/*================ Custom Pagination ================*/
.pagination-custom {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 24px; }

.pagination-custom > li {
  display: inline; }

.pagination-custom > li > a,
.pagination-custom > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42;
  text-decoration: none;
  border: 1px solid #81a4aa; }

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
  margin-left: 0; }

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

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

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

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
BOLD Experts
Theme Customization: Pacific

# Table of Contents
  * Top Promotional Banner
  * Header
  * Mobile Navigation
  * Footer
  * Homepage Slideshow
  * Homepage Collections Labels
  * Homepage Image With Text Section
  * Homepage Promotions Section
  * Product Page Layout
  * Product Page Customizer
  * Product Page Tabbed Descriptions

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#shopify-section-footer [data-section-type="footer"] {
  background-color: #ebebeb; }

/* Top Promotional Banner */
.header-promo {
  position: relative; }
  .header-promo .header-promo-text {
    text-transform: none;
    display: inline;
    text-rendering: optimizeLegibility;
    font-family: 'Avenir Next Demi';
    font-size: 15px;
    letter-spacing: 0.15em;
    /*@include breakpoint(l) {
      display: none;
    }*/ }
    .header-promo .header-promo-text.mobile-only {
      display: none;
      font-family: 'Avenir Next';
      font-size: 13px;
      letter-spacing: .08em !important;
      font-weight: bold;
      /*@include breakpoint(l) {
        display: block;
      }*/ }
  .header-promo .login-link {
    position: absolute;
    right: 0px;
    top: 0px; }
    @media (max-width: 1020px) {
      .header-promo .login-link {
        display: none; } }
    .header-promo .login-link a {
      font-size: 12px;
      font-family: 'Avenir Next Medium';
      color: #1a1a1a; }
    .header-promo .login-link a:hover {
      text-decoration: underline; }
    .header-promo .login-link .blog {
      text-transform: uppercase;
      margin-right: 15px; }
  .header-promo .socialcontent {
    position: absolute;
    right: 0;
    top: 7px; }

@media screen and (max-width: 600px) {
  .header-promo .header-promo-text {
    display: none; }
    .header-promo .header-promo-text.mobile-only {
      display: block; }
  .header-promo .socialcontent {
    display: none; } }
/* Header */
#shopify-section-header header.main-header {
  margin: 0 auto 15px;
  padding: 0;
  text-align: inherit;
  border-bottom: none; }
  #shopify-section-header header.main-header.fixed-header {
    padding-bottom: 15px !important; }
    @media (max-width: 1020px) {
      #shopify-section-header header.main-header.fixed-header {
        padding-bottom: 0px !important; }
        #shopify-section-header header.main-header.fixed-header.opened {
          padding-bottom: 10px !important; } }
  @media (max-width: 1020px) {
    #shopify-section-header header.main-header {
      margin-bottom: 0px !important; }
      #shopify-section-header header.main-header.opened {
        padding-bottom: 10px !important; }
      #shopify-section-header header.main-header.fixed-header .navigation.mobile-visible {
        max-height: calc(100vh - 48px); }
      #shopify-section-header header.main-header .navigation.mobile-visible {
        border-top: 1px solid #eceeec;
        margin-top: 5px !important;
        max-height: calc(100vh - 108px); }
        #shopify-section-header header.main-header .navigation.mobile-visible > ul {
          margin-top: -1px; }
        #shopify-section-header header.main-header .navigation.mobile-visible::-webkit-scrollbar {
          width: 2px; }
        #shopify-section-header header.main-header .navigation.mobile-visible::-webkit-scrollbar-track {
          width: 2px; }
        #shopify-section-header header.main-header .navigation.mobile-visible::-webkit-scrollbar-thumb {
          width: 2px; } }
  #shopify-section-header header.main-header .branding {
    margin-top: 20px; }
  #shopify-section-header header.main-header .header-tools {
    float: right;
    margin-top: 18px; }
    #shopify-section-header header.main-header .header-tools .cart-count {
      border-radius: 3px;
      padding-bottom: 6px;
      margin-left: 12px;
      float: right;
      margin-top: 5px; }
      #shopify-section-header header.main-header .header-tools .cart-count .bag-count {
        bottom: 11px;
        font-weight: 600;
        background-color: #63d8bf;
        border-radius: 112px;
        height: 20px;
        width: 20px;
        padding-top: 5px; }
    #shopify-section-header header.main-header .header-tools .search-icon {
      color: #63d8bf;
      font-size: 1.7em;
      align-self: center; }
    #shopify-section-header header.main-header .header-tools .currency-switcher {
      padding: 11px 12px 6px;
      margin-left: 10px; }
    #shopify-section-header header.main-header .header-tools .header-search-form {
      margin-top: 0; }
      #shopify-section-header header.main-header .header-tools .header-search-form .header-search-input {
        border-bottom: 2px solid #e6f8a8; }
  #shopify-section-header header.main-header .mobile-header-tools {
    margin: 25px 0; }

@media screen and (min-width: 1021px) {
  .header-search-input {
    background: #fff;
    border: 1px solid #63d8bf; } }
/* Mobile Navigation */
@media screen and (max-width: 1020px) {
  .navigation li a,
  .navigation li .tier-toggle-wrap,
  .navigation li a:hover,
  .navigation li .tier-toggle-wrap:hover {
    background-color: white;
    color: #3A3939;
    border-top: 1px solid #eceeec; }
  .navigation .navigation-second-tier li a {
    font-size: 14px !important;
    letter-spacing: .05em; }
  .navigation .navigation-second-tier .tier_image_wrapper {
    display: none; }
  .navigation ul ul a,
  .navigation ul ul .tier-toggle-wrap {
    background: white;
    color: #464544;
    border-top: 1px solid #eceeec;
    padding-left: 30px !important; } }
/* Footer */
#shopify-section-footer [data-section-type="footer"] {
  background-color: #eceeec; }
  #shopify-section-footer [data-section-type="footer"] .main-footer {
    padding-bottom: 0px; }
    #shopify-section-footer [data-section-type="footer"] .main-footer .copyright {
      padding: 20px 0; }
      #shopify-section-footer [data-section-type="footer"] .main-footer .copyright [role="contentinfo"] {
        line-height: 32px; }

/* Homepage Slideshow */
#shopify-section-home-slideshow:first-child .home-module-content {
  margin-top: 0; }
#shopify-section-home-slideshow .custom-button {
  margin-top: 3em; }

/* Homepage Collections Labels */
.home-collection-list-item.text-pos-above .home-collection-list-item-content {
  position: static; }
  .home-collection-list-item.text-pos-above .home-collection-list-item-content h3 {
    color: #3a3939; }
.home-collection-list-item.text-pos-above .home-collection-list-item-link {
  top: -13px; }

.home-collection-list-item.text-pos-below .home-collection-list-item-content {
  position: relative;
  top: 10px;
  transform: unset;
  left: 0;
  right: 0; }
  .home-collection-list-item.text-pos-below .home-collection-list-item-content h3 {
    color: #3a3939; }

/* Homepage Image With Text Section */
#shopify-section-home-image-with-text {
  background: #90dfe4; }
  #shopify-section-home-image-with-text .home-imported-content-wrapper {
    padding: 30px 0; }
  #shopify-section-home-image-with-text h2 {
    color: #ffffff; }

/* Homepage Promotions Section */
#shopify-section-promotions .custom-button {
  margin-top: 3em; }

/* Product Page Layout */
.page-header .breadcrumbs {
  font-size: 12px; }
.page-header .product-details h1 {
  margin-top: 0; }
.page-header .product-quantities {
  margin: 0 auto; }
  .page-header .product-quantities span {
    text-transform: uppercase; }
    .page-header .product-quantities span:not(:last-child):after {
      content: "-";
      margin: 5px; }

.product-details .page-title {
  margin-top: 10px; }

.product-form .product-price-compare {
  font-size: 1.25em; }

/* Product Page Customizer */
.label_option_set .label_option_element input[type="text"] {
  color: #3b4858;
  padding-bottom: 12px; }
.label_option_set .label-title {
  margin-top: .5em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
  color: #585757;
  font-family: 'Futura Medium'; }
  @media (max-width: 540px) {
    .label_option_set .label-title {
      font-size: 13px; } }
  .label_option_set .label-title .step-number {
    display: inline-block;
    width: 29px;
    height: 29px;
    text-align: center;
    border: 2px solid #3b4858;
    border-radius: 50%; }
  .label_option_set .label-title.title-active .step-number {
    background: #FFFFEF;
    border-color: #99CC00; }
.label_option_set .accordion-content.step1, .label_option_set .accordion-content.step2, .label_option_set .accordion-content.step3a, .label_option_set .accordion-content.step3b, .label_option_set .accordion-content.step4, .label_option_set .accordion-content.step6 {
  display: inline-block; }
.label_option_set .accordion-content.step1 {
  flex-wrap: wrap;
  margin-left: -30px; }
  .label_option_set .accordion-content.step1.active {
    display: flex; }
  .label_option_set .accordion-content.step1 .label_option.enter-info {
    flex: 1 0 calc(50% - 30px);
    margin-left: 30px; }
    .label_option_set .accordion-content.step1 .label_option.enter-info .label_option_element input {
      max-width: 60%;
      padding: 10px 15px; }
      @media (max-width: 540px) {
        .label_option_set .accordion-content.step1 .label_option.enter-info .label_option_element input {
          max-width: 100%; } }

/* -form Page Tabbed Descriptions */
#tab-container .tabs,
#seo-container .tabs {
  margin-left: 0;
  border-bottom: 2px solid #eceeec;
  margin-bottom: 30px; }
  #tab-container .tabs .section-title,
  #seo-container .tabs .section-title {
    border: none; }
    #tab-container .tabs .section-title.active,
    #seo-container .tabs .section-title.active {
      border-radius: 0;
      border-bottom: 2px solid #63d8bf;
      color: #63d8bf;
      font-weight: bold; }
#tab-container .tab-content,
#seo-container .tab-content {
  padding: 0 20px;
  margin-top: -1px;
  list-style: none; }
  #tab-container .tab-content li,
  #seo-container .tab-content li {
    list-style: none; }
  #tab-container .tab-content .section-content,
  #seo-container .tab-content .section-content {
    display: none; }
    #tab-container .tab-content .section-content .section-accordiontitle,
    #seo-container .tab-content .section-content .section-accordiontitle {
      display: none; }
    #tab-container .tab-content .section-content.active,
    #seo-container .tab-content .section-content.active {
      display: block; }

@media (max-width: 720px) {
  #tab-container .tabs {
    display: none; }
  #tab-container .tab-content {
    padding: 0;
    border: 0; }
    #tab-container .tab-content .section-content {
      display: block;
      margin-bottom: 0;
      padding-bottom: 0;
      margin-top: 0; }
      #tab-container .tab-content .section-content .section-accordiontitle {
        display: block;
        border-bottom: 1px solid #bed0d3;
        padding: 1em 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25;
        color: #3a3939;
        /*&:after {
          content: '\E007';
          margin-left: 10px;
          font-family: 'Pacific';
          font-size: 18px;
          font-weight: 400;
          line-height: 1.4 !important;
          -webkit-font-smoothing: antialiased;
          transform: rotate(270deg);
          float: right;
        }
        &.active:after{
          transform: rotate(0deg);
        }*/ }
      #tab-container .tab-content .section-content .section-accordioncontent {
        border: 0;
        padding: 0;
        display: none; }
        #tab-container .tab-content .section-content .section-accordioncontent.active {
          display: block; } }
.faq-side-menu {
  display: inline-block;
  padding: 25px 0 0 40px;
  width: 29%; }
  @media (max-width: 720px) {
    .faq-side-menu {
      width: 100%;
      padding: 20px 0 0 0; } }
  .faq-side-menu h3 {
    font-family: 'century gothic';
    font-weight: bold;
    letter-spacing: 0.025em;
    font-size: 16px;
    margin-bottom: 1.0em; }
  .faq-side-menu ul {
    padding: 0; }
    .faq-side-menu ul li {
      font-family: 'Futura Medium';
      font-size: 13px;
      letter-spacing: 0.25em;
      font-weight: 400;
      padding: .3em 0;
      list-style: none; }
      .faq-side-menu ul li a {
        color: #3a3939; }
        .faq-side-menu ul li a.active {
          color: #63d8bf; }
        .faq-side-menu ul li a:hover {
          color: #63d8bf; }

#seo-container.faq {
  display: inline-block;
  width: 70%;
  vertical-align: top; }
  @media (max-width: 720px) {
    #seo-container.faq {
      width: 100%;
      padding: 0; } }
  #seo-container.faq .tab-content {
    font-size: 15px;
    color: #3a3939;
    line-height: 1.75; }
    #seo-container.faq .tab-content .section-accordiontitle {
      border-bottom: 1px solid #eceeec !important;
      padding: 2.0em 0 .75em 0 !important; }
      @media (max-width: 540px) {
        #seo-container.faq .tab-content .section-accordiontitle {
          padding-right: 23px !important; } }
      #seo-container.faq .tab-content .section-accordiontitle .mobile-tier-toggle {
        border-color: #63d8bf;
        margin-top: 0px; }
    #seo-container.faq .tab-content .section-accordioncontent.active {
      margin-bottom: 2.5em; }
    #seo-container.faq .tab-content .section-accordioncontent li {
      list-style: disc; }
#seo-container .tabs {
  display: none; }
#seo-container .tab-content {
  padding: 0;
  border: 0; }
  #seo-container .tab-content .section-content {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0; }
    #seo-container .tab-content .section-content .section-accordiontitle {
      display: block;
      border-bottom: 1px solid #bed0d3;
      padding: 0.5em 0;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.25;
      color: #3a3939; }
    #seo-container .tab-content .section-content .section-accordioncontent {
      border: 0;
      padding: 0;
      display: none; }
      #seo-container .tab-content .section-content .section-accordioncontent.active {
        display: block; }

.product-description #seo-container .tab-content .section-content .section-accordiontitle {
  font-weight: 600;
  padding: 8px 0;
  font-size: 18px;
  text-transform: uppercase; }

.regular-nav a {
  font-family: 'Avenir Next Medium';
  font-size: 15px;
  letter-spacing: .025em;
  font-weight: bold;
  padding: 10px 18px; }

@media (max-width: 1315px) {
  .regular-nav a {
    padding: 10px 12px; } }
@media (max-width: 1200px) {
  .navigation {
    margin-top: 25px;
    transition-duration: 0.3s; }

  .regular-nav a {
    padding: 5px 10px;
    font-size: 14px; } }
@media (max-width: 1130px) {
  .regular-nav a {
    padding: 5px 4px;
    font-size: 13px; } }
@media (max-width: 1020px) {
  .regular-nav a {
    padding: 15px 20px; } }
/* Banner */
.banner {
  width: 100%;
  height: 200px;
  margin-top: -35px; }

/* left col */
.banner-text {
  width: 100%;
  margin: 0 auto;
  min-width: 320px;
  transform: translate(10px, -30px);
  margin-bottom: 20px; }

.banner-text > img {
  width: 20%;
  margin: 1em 0; }

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

.banner-text > * {
  float: left; }

.left-text {
  font-family: 'Karla', sans-serif;
  color: rgba(1, 126, 115, 0.88);
  font-size: 15px; }

p.left-text {
  margin-bottom: -1.5em; }

/* right col */
.banner-logos {
  width: 100%;
  margin-right: 4em; }

.banner-logos > * {
  width: 12.5%;
  float: left;
  transform: scale(1); }

/* Media Queries */
@media (max-width: 409px) {
  .banner-text > img {
    transform: scale(1.2) rotate(-1deg) translate(0px, 25px); }

  .banner-logos {
    margin-top: 1.8em; } }
@media (max-width: 500px) {
  div.banner-logos > :nth-child(2) {
    transform: translate(0px, 5px) !important; }

  div.banner-logos > :nth-child(4) {
    margin-left: -.5em !important; } }
@media (min-width: 410px) {
  .banner-logos {
    margin-left: 4em; } }
@media (min-width: 900px) {
  .banner-logos, .banner-text {
    width: 50%;
    margin: 0 auto;
    float: left; } }
@media (min-width: 600px) {
  .text-wrap {
    width: 63%;
    margin-left: 4em; }

  .text-wrap > :last-child {
    transform: translateX(-45px); }

  .banner-text > img {
    transform: rotate(-6deg) translate(65px, 1px); } }
@-ms-viewport {
  width: device-width; }

/* Product Page Margins and Alignment */
.cta-text.desktop-only {
  margin-bottom: 50px;
  margin-top: -50px; }

.cta-text.mobile-only {
  margin-bottom: 50px; }

p.product-quantities {
  transform: translate(0px, -25px); }

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

/* Horizontal Footer w/ Newsletter */
.footer-link-list li {
  margin: 0; }

@media (max-width: 524px) {
  .footer-link-list li {
    display: block; } }
@media (max-width: 524px) {
  .newsletter-subscription {
    width: 90%; } }
@media (max-width: 724px) {
  .newsletter-subscription {
    width: 90%; } }
.product-list-item-badge.sale {
  display: none; }

/*---W3Trends Shrinking Text input and field groups----*/
.product-options-control-container {
  margin-bottom: 3px !important; }

.product-options-textbox {
  padding: 5px 10px !important; }

.faq-video {
  width: 48%;
  display: inline-block;
  margin-right: 20px; }
  @media (max-width: 720px) {
    .faq-video {
      width: 100%;
      margin: 0 0 20px 0; } }

#Sweepstakes {
  text-align: center;
  text-transform: uppercase;
  font-family: 'century gothic',sans-serif; }
  #Sweepstakes h1, #Sweepstakes h2, #Sweepstakes h3, #Sweepstakes h4, #Sweepstakes h5, #Sweepstakes h6 {
    font-family: 'century gothic',sans-serif;
    font-weight: bold; }
  #Sweepstakes .divider {
    border: 2px solid #fcbe7c;
    width: 50%;
    margin: 0 auto 40px auto; }
  #Sweepstakes p {
    margin-top: 0px;
    font-size: 20px; }
  #Sweepstakes h3 {
    margin: 0px;
    font-size: 20px; }
  #Sweepstakes .rules {
    font-size: 50px;
    margin: 30px 0; }
    @media (max-width: 540px) {
      #Sweepstakes .rules {
        font-size: 30px; } }
  #Sweepstakes .video {
    margin-bottom: 30px; }
  #Sweepstakes h5 {
    text-transform: none; }
  #Sweepstakes h2 {
    margin: 20px 0; }

#Fundraising p, #Influencer p {
  margin: 0; }
#Fundraising h1, #Influencer h1 {
  font-size: 80px;
  font-weight: bold;
  color: #63d8bf;
  font-family: 'Century Gothic',sans-serif;
  text-transform: none;
  letter-spacing: 0em;
  text-align: center;
  margin: 0; }
  @media (max-width: 720px) {
    #Fundraising h1, #Influencer h1 {
      font-size: 50px; } }
#Fundraising div, #Influencer div {
  display: inline-block;
  width: 100%; }
#Fundraising .col-1, #Influencer .col-1 {
  width: 30%;
  margin-top: 20px; }
  @media (max-width: 720px) {
    #Fundraising .col-1, #Influencer .col-1 {
      width: 100%;
      text-align: center; }
      #Fundraising .col-1 img, #Influencer .col-1 img {
        max-width: 220px; } }
#Fundraising ul, #Influencer ul {
  list-style: none; }
#Fundraising li, #Influencer li {
  background: url(//cdn.shopify.com/s/files/1/1255/8361/t/301/assets/bullet.gif?v=85837069384346763671643980908) left top no-repeat;
  padding: 0 0 0 35px; }
#Fundraising .col-2, #Influencer .col-2 {
  width: 60%;
  margin-top: 20px; }
  @media (max-width: 720px) {
    #Fundraising .col-2, #Influencer .col-2 {
      width: 100%; } }
#Fundraising .signup-link, #Influencer .signup-link {
  margin: 0 auto;
  display: block;
  width: 200px; }
  #Fundraising .signup-link img, #Influencer .signup-link img {
    background-image: url(//cdn.shopify.com/s/files/1/1255/8361/t/301/assets/SIGNUP_NEWCOLORS2.png?v=184064398838789852691643981655);
    background-repeat: no-repeat;
    width: 200px;
    height: 61px;
    display: block; }

#Join-Our-Team div {
  display: inline-block; }
#Join-Our-Team div.links {
  text-align: center;
  width: 100%; }
  #Join-Our-Team div.links div {
    vertical-align: top; }
  #Join-Our-Team div.links a {
    color: #696969; }
  #Join-Our-Team div.links .link {
    width: 35%; }
    @media (max-width: 540px) {
      #Join-Our-Team div.links .link {
        width: 100%; } }

#shipping-returns {
  /* .icon {
     width: 26.8314%;
     padding: 20px;
     
     @include breakpoint(s) {
       display:none;
       padding:0;
     }
   }*/ }
  #shipping-returns div {
    display: inline-block; }
  #shipping-returns .content {
    width: 68.1686%; }
    @media (max-width: 540px) {
      #shipping-returns .content {
        width: 100%; } }

#FAQs > a > div {
  background-color: #cdf2ea;
  width: 380px;
  height: 190px;
  display: inline-block;
  margin: 10px;
  text-align: center;
  padding: 30px; }
  #FAQs > a > div:hover {
    background-color: #7cddc8; }
  @media (max-width: 720px) {
    #FAQs > a > div {
      padding: 10px;
      border-top: 1px solid;
      height: auto;
      width: 100%;
      margin: 0;
      text-align: left;
      background-color: transparent; }
      #FAQs > a > div img {
        width: 40px;
        height: 40px; } }
  #FAQs > a > div > div {
    color: #666666;
    text-transform: uppercase;
    font-family: 'Avenir Next Demi';
    margin: 20px auto;
    font-size: 14px; }
    @media (max-width: 720px) {
      #FAQs > a > div > div {
        display: inline-block;
        margin: 9px 0 0 0;
        vertical-align: top;
        width: 80%; } }

.menu_cover {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(20, 20, 20, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 124px;
  z-index: 11;
  transition: all 0.1s; }
  @media screen and (max-width: 1190px) {
    .menu_cover {
      top: 119px; } }
  .menu_cover.two_bars {
    top: 162px; }
    @media screen and (max-width: 1190px) {
      .menu_cover.two_bars {
        top: 130px; } }

.fixed-header .menu_cover.show {
  top: 79px; }
  @media screen and (max-width: 1190px) {
    .fixed-header .menu_cover.show {
      top: 75px; } }

.menu_cover.show.filter-menu {
  top: 0px;
  background: rgba(255, 255, 255, 0.7); }

.menu_cover.show {
  opacity: 1;
  visibility: visible; }

/* Code for ShopPad Blog studio */
.blog-post {
  display: block !important; }

.blog-posts .blog-post {
  display: inline-block !important; }

.navigation .m-container {
  position: relative; }
  .navigation .m-container .m-display-image-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .navigation .m-container .m-display-image-inner .label_menu_name {
      position: absolute;
      width: 100%;
      top: 100%;
      display: table;
      height: 32px; }
      .navigation .m-container .m-display-image-inner .label_menu_name .label_menu_name_inner {
        text-align: center;
        font-weight: 700;
        display: table-cell;
        vertical-align: middle; }
      @media (max-width: 767px) {
        .navigation .m-container .m-display-image-inner .label_menu_name {
          display: none; } }

#main-nav .meteor-menu[data-meteor-template="riviera"] .m-container {
  min-height: 140px;
  max-height: 249px; }
#main-nav .meteor-menu[data-meteor-template="riviera"] .m-link-top {
  padding: 2px 10px !important;
  line-height: 1.8 !important;
  font-size: .95em !important;
  max-width: 50% !important; }
  #main-nav .meteor-menu[data-meteor-template="riviera"] .m-link-top[data-active="true"] {
    background-color: transparent !important;
    color: #63d8bf !important; }
#main-nav .meteor-menu[data-meteor-template="riviera"] .m-nav-top {
  flex-direction: column !important;
  flex-wrap: wrap; }
#main-nav .meteor-menu[data-meteor-template="riviera"] .m-display-image {
  background-size: contain !important;
  background-position: center center !important;
  width: 187px !important;
  left: 66%; }
#main-nav .meteor-menu[data-meteor-template="riviera"] .m-nav-top a:first-of-type:nth-last-of-type(3),
#main-nav .meteor-menu[data-meteor-template="riviera"] .m-nav-top a:first-of-type:nth-last-of-type(3) ~ a,
#main-nav .meteor-menu[data-meteor-template="riviera"] .m-nav-top a:first-of-type:nth-last-of-type(4),
#main-nav .meteor-menu[data-meteor-template="riviera"] .m-nav-top a:first-of-type:nth-last-of-type(4) ~ a,
#main-nav .meteor-menu[data-meteor-template="riviera"] .m-nav-top a:first-of-type:nth-last-of-type(5),
#main-nav .meteor-menu[data-meteor-template="riviera"] .m-nav-top a:first-of-type:nth-last-of-type(5) ~ a,
#main-nav .meteor-menu[data-meteor-template="riviera"] .m-nav-top a:first-of-type:nth-last-of-type(6),
#main-nav .meteor-menu[data-meteor-template="riviera"] .m-nav-top a:first-of-type:nth-last-of-type(6) ~ a {
  width: auto !important; }

.home-featured-products.home-module {
  margin-top: 60px; }

.featured-products__wrapper {
  margin-left: -20px;
  margin-right: -20px; }
  .featured-products__wrapper .grid-item {
    float: none;
    margin-top: 0;
    padding-left: 0; }
    .featured-products__wrapper .grid-item.slick-slide {
      float: left; }
    .featured-products__wrapper .grid-item a:focus {
      outline: 0; }

.slick-prev, .slick-next {
  position: absolute;
  display: inline-block;
  padding: 0;
  background: transparent;
  color: #63d8bf;
  height: 40px;
  width: 25px;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%); }
  .slick-prev:hover, .slick-next:hover {
    color: #63d8bf;
    background: transparent; }
  .slick-prev:focus, .slick-next:focus {
    outline: 0; }
  .slick-prev svg, .slick-next svg {
    width: 100%;
    height: 100%; }

.slick-prev {
  left: -35px; }

.slick-next {
  right: -25px; }

@media (max-width: 1400px) {
  .slick-prev {
    left: -7px; }

  .slick-next {
    right: -7px; } }
@media (max-width: 720px) {
  .featured-products__wrapper {
    margin-left: 0;
    margin-right: 0; }

  .slick-prev {
    left: -7px; }

  .slick-next {
    right: -7px; } }
.featured-products.evm-product-rcv {
  max-width: 1280px;
  margin: auto;
  margin-top: 60px; }
  .featured-products.evm-product-rcv hr {
    display: none; }

.evm-product-rcv .wiser-carousel .owl-nav .owl-next, .evm-product-rcv .wiser-carousel .owl-nav .owl-prev {
  font-size: 35px;
  padding: 0;
  background: transparent;
  color: #63d8bf;
  opacity: 1; }
  .evm-product-rcv .wiser-carousel .owl-nav .owl-next:focus, .evm-product-rcv .wiser-carousel .owl-nav .owl-prev:focus {
    outline: 0; }

.home-featured-products h2, .featured-products h2, .line-section-title {
  position: relative;
  margin: 0 auto 40px;
  max-width: 620px; }
  .home-featured-products h2::before, .home-featured-products h2::after, .featured-products h2::before, .featured-products h2::after, .line-section-title::before, .line-section-title::after {
    content: '';
    width: 150px;
    height: 2px;
    background: #63d8bf;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .home-featured-products h2::before, .featured-products h2::before, .line-section-title::before {
    left: 0; }
  .home-featured-products h2::after, .featured-products h2::after, .line-section-title::after {
    right: 0; }

.home-featured-products h2, .line-section-title {
  max-width: 100%;
  overflow: hidden; }
  .home-featured-products h2::before, .home-featured-products h2::after, .line-section-title::before, .line-section-title::after {
    content: none; }
  .home-featured-products h2 span, .line-section-title span {
    position: relative; }
    .home-featured-products h2 span::before, .home-featured-products h2 span::after, .line-section-title span::before, .line-section-title span::after {
      content: '';
      width: 150px;
      height: 2px;
      background: #63d8bf;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateX(-110%); }
    .home-featured-products h2 span::before, .line-section-title span::before {
      left: 0; }
    .home-featured-products h2 span::after, .line-section-title span::after {
      right: 0;
      transform: translateX(110%); }

@media (max-width: 720px) {
  .featured-products.evm-product-rcv {
    width: 100%;
    padding: 0 15px; } }
@media (max-width: 620px) {
  .home-featured-products h2::before, .home-featured-products h2::after, .featured-products h2::before, .featured-products h2::after, .line-section-title::before, .line-section-title::after {
    width: calc((100% - 320px) / 2); } }
@media (max-width: 540px) {
  .home-featured-products h2, .featured-products h2, .line-section-title {
    max-width: 320px;
    font-size: 18px; }
    .home-featured-products h2::before, .home-featured-products h2::after, .featured-products h2::before, .featured-products h2::after, .line-section-title::before, .line-section-title::after {
      width: calc((100% - 160px) / 2);
      max-width: 150px; } }
.parent-collection-wrapper a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0; }
  .parent-collection-wrapper a img {
    width: 100%;
    max-width: 100%; }
.parent-collection-wrapper .parent-grid-2, .parent-collection-wrapper .parent-grid-full {
  margin-bottom: 20px; }
.parent-collection-wrapper .parent-grid-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline; }
  .parent-collection-wrapper .parent-grid-2 > .parent-grid-links {
    width: 50%; }
    .parent-collection-wrapper .parent-grid-2 > .parent-grid-links:nth-child(1) {
      padding-right: 10px; }
    .parent-collection-wrapper .parent-grid-2 > .parent-grid-links:nth-child(2) {
      padding-left: 10px; }
  .parent-collection-wrapper .parent-grid-2 .parent-grid-items.parent-grid-4 {
    width: 50%;
    padding-left: 10px; }
.parent-collection-wrapper .parent-grid-2.parent-grid-same-height {
  align-items: normal;
  position: relative;
  margin-bottom: 0; }
  .parent-collection-wrapper .parent-grid-2.parent-grid-same-height > .parent-grid-links {
    display: block;
    width: calc(50% - 10px);
    overflow: hidden;
    margin-right: 10px; }
    .parent-collection-wrapper .parent-grid-2.parent-grid-same-height > .parent-grid-links img {
      position: absolute;
      width: 100%;
      height: auto;
      top: 0;
      left: 0; }
  .parent-collection-wrapper .parent-grid-2.parent-grid-same-height > .parent-grid-items.parent-grid-4 {
    width: calc(50% + 20px);
    margin: -10px; }
    .parent-collection-wrapper .parent-grid-2.parent-grid-same-height > .parent-grid-items.parent-grid-4 .parent-grid-links {
      width: 50%;
      float: left;
      padding: 10px; }
@media (max-width: 767px) {
  .parent-collection-wrapper .parent-grid-2, .parent-collection-wrapper .parent-grid-full {
    margin-bottom: 15px; }
  .parent-collection-wrapper .parent-grid-2 {
    display: block;
    margin-bottom: 0; }
    .parent-collection-wrapper .parent-grid-2 > .parent-grid-links {
      width: 100%;
      margin-bottom: 15px; }
      .parent-collection-wrapper .parent-grid-2 > .parent-grid-links:nth-child(1), .parent-collection-wrapper .parent-grid-2 > .parent-grid-links:nth-child(2) {
        padding: 0; }
    .parent-collection-wrapper .parent-grid-2 .parent-grid-items.parent-grid-4 {
      width: 100%;
      padding: 0; }
    .parent-collection-wrapper .parent-grid-2.parent-grid-same-height > .parent-grid-links {
      padding: 0;
      margin: 0 0 15px;
      width: 100%; }
      .parent-collection-wrapper .parent-grid-2.parent-grid-same-height > .parent-grid-links img {
        position: relative;
        width: 100%;
        height: auto; }
    .parent-collection-wrapper .parent-grid-2.parent-grid-same-height > .parent-grid-items.parent-grid-4 {
      width: 100%;
      margin: 0; }
      .parent-collection-wrapper .parent-grid-2.parent-grid-same-height > .parent-grid-items.parent-grid-4 .parent-grid-links {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        float: none; } }

.mobile-only,
.mobile-hidden {
  display: none !important; }

@media (min-width: 768px) {
  .mobile-hidden {
    display: block !important; } }
@media (max-width: 767px) {
  .mobile-only {
    display: block !important; } }
body.openedMobileNav {
  overflow: hidden !important; }

/* #Sections - Dad Video Section
================================================== */
.dad-video-section {
  padding: 0 30px; }

.dad-video-inner {
  max-width: 1260px;
  margin: auto;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 0; }

.dad-video-wrapper {
  width: 55%; }
  .dad-video-wrapper .dad-video-wrapper--inner {
    padding-bottom: calc(100% / 560 * 315);
    position: relative; }
    .dad-video-wrapper .dad-video-wrapper--inner iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.dad-video-content {
  width: 45%; }

.dad-video-content--inner {
  text-align: center; }

.dad-content--title {
  font-family: 'Avenir Next Medium';
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #3A3939; }

.dad-content--detail {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 15px 0 25px; }

@media (max-width: 767px) {
  .dad-video-inner {
    display: block; }

  .dad-video-wrapper {
    width: 100%; }

  .dad-video-content {
    width: 100%;
    padding: 20px 15px 0; }
    .dad-video-content .button {
      font-size: 12px; }

  .dad-content--title {
    font-size: 19px; }

  .dad-content--detail {
    font-size: 12px; }
    .dad-content--detail br {
      display: none; } }
/* #Sections - Image With Text
================================================== */
.image-text {
  padding: 0 30px; }

.image-text--inner {
  max-width: 1260px;
  margin: auto;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 0; }
  .image-text--inner.direction-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.image-text--image {
  width: 33.3%; }

.image-text--content {
  text-align: center;
  width: 66.66%; }

.image-text--title {
  font-family: 'Avenir Next Medium';
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #3A3939;
  margin: 0; }

.image-text--detail {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 15px 0 25px; }
  .image-text--detail p {
    margin: 0; }

.image-text--content--inner {
  max-width: 600px;
  padding: 0 25px;
  margin: auto; }

/* #Sections - Collection Gallery
================================================== */
.collection-gallery {
  padding: 60px 30px; }

.collection-gallery--inner {
  max-width: 1260px;
  margin: auto; }

.collection-gallery--title {
  text-align: center; }

.collection-gallery-wrapper {
  margin: 0 -0.8vw; }
  .collection-gallery-wrapper .parent-grid-same-height {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .collection-gallery-wrapper .parent-grid-4 {
    width: 50%; }
  .collection-gallery-wrapper .parent-grid-items {
    font-size: 0; }
  .collection-gallery-wrapper .parent-grid-links {
    display: inline-block;
    width: 50%;
    padding: 0.8vw;
    font-size: 0; }
  .collection-gallery-wrapper .parent-grid-links--inner {
    position: relative;
    display: block;
    font-size: 0; }
    .collection-gallery-wrapper .parent-grid-links--inner::before {
      content: '';
      position: relative;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      padding-bottom: 100%; }
    .collection-gallery-wrapper .parent-grid-links--inner img, .collection-gallery-wrapper .parent-grid-links--inner svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

/* #Sections - Guide Images
================================================== */
.guide-images--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  color: #a5a5a5; }
  .guide-images--content .item-4 {
    width: 25%; }
  .guide-images--content .item-2 {
    width: 50%; }

.guide-images--item p {
  text-align: center;
  font-weight: 500;
  font-family: 'Avenir Next Medium';
  font-size: 20px;
  margin: 20px 0 0; }

/* [ Mobile Responsive ]#Sections - Image With Text
================================================== */
.visible-xs-block {
  display: none !important; }

@media (max-width: 720px) {
  .hidden-xs {
    display: none !important; }

  .visible-xs-block {
    display: block !important; }

  .image-text, .collection-gallery, .dad-video-section {
    padding: 0 15px; }

  .image-text--inner, .guide-images--content {
    display: block; }

  /* #Sections - Image With Text
  ================================================== */
  .image-text--image, .image-text--content {
    width: 100%; }

  .image-text--content--inner {
    max-width: 100%;
    padding: 25px 10px; }
    .image-text--content--inner .btn, .image-text--content--inner .button {
      font-size: 12px;
      padding: 12px 25px; }

  .image-text--title {
    font-size: 19px; }

  .image-text--detail {
    font-size: 12px;
    padding: 15px 0; }

  /* #Sections - Collection Gallery
  ================================================== */
  .collection-gallery {
    padding-top: 30px;
    padding-bottom: 30px; }

  .collection-gallery--title {
    font-size: 18px;
    margin: 0 0 20px; }

  .collection-gallery--slider {
    padding: 0 20px; }

  /* #Sections - Guide Images
  ================================================== */
  .guide-images--content .guide-images--item {
    display: inline-block; }
  .guide-images--content .item-4 {
    width: 50%; }
  .guide-images--content .item-2 {
    width: 100%; } }
@media (max-width: 540px) {
  /* #Sections - Collection Gallery
  ================================================== */
  .collection-gallery-wrapper .parent-grid-same-height {
    display: block; }
  .collection-gallery-wrapper .parent-grid-links, .collection-gallery-wrapper .parent-grid-4 {
    width: 100%; } }
.template-product .evm-product-rcv {
  padding-top: 20px; }
  .template-product .evm-product-rcv > hr {
    display: none; }
  .template-product .evm-product-rcv > h2 {
    position: relative;
    display: inline-block;
    margin-top: 0; }
    .template-product .evm-product-rcv > h2::before, .template-product .evm-product-rcv > h2::after {
      content: '';
      width: 150px;
      max-width: calc(( 100vw - 110% ) / 2);
      height: 2px;
      background: #63d8bf;
      display: block;
      position: absolute;
      top: 50%; }
    .template-product .evm-product-rcv > h2::before {
      -webkit-transform: translateX(-110%);
      -ms-transform: translateX(-110%);
      transform: translateX(-110%);
      left: 0; }
    .template-product .evm-product-rcv > h2::after {
      right: 0;
      -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
      transform: translateX(110%); }
  .template-product .evm-product-rcv .wiser-carousel {
    padding: 0 30px; }

@media (max-width: 540px) {
  .template-product .evm-product-rcv > h2 {
    font-size: 18px; }

  .row-of-3 .home-feature {
    width: 100%;
    display: block; } }
.row_btn_fundraiser {
  text-align: right;
  margin-bottom: 20px; }
  .row_btn_fundraiser a {
    color: #FFF;
    font-size: 15px;
    padding: 8px 16px;
    font-weight: bold;
    background: #63d8bf;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'century gothic', sans-serif; }

.search_wrapper .content {
  z-index: 2;
  position: relative; }

.search_wrapper_bg {
  left: 0;
  right: 0;
  bottom: 0;
  top: -35px;
  z-index: 1;
  position: absolute;
  background: center center no-repeat;
  background-size: cover; }
