/** Shopify CDN: Minification failed

Line 83:3 Unexpected "zoom"
Line 104:3 Unexpected "zoom"
Line 115:3 Unexpected "zoom"
Line 131:3 Unexpected "zoom"
Line 149:3 Unexpected "zoom"
Line 1814:3 Unexpected "zoom"
Line 1901:3 Unexpected "zoom"
Line 2031:3 Unexpected "zoom"
Line 2049:5 Unexpected "zoom"
Line 2060:5 Unexpected "zoom"
... and 46 more hidden warnings

**/
/*============================================================================
  District Theme
  Copyright 2016 Style Hatch Inc.
  Author Jonathan Moore @moore

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - You cannot use @imports in this file
        * Use grunt or gulp tasks to enable @imports - https://github.com/Shopify/shopify-css-import
==============================================================================*/
/*============================================================================
  Table of Contents

  #General Variables
  #Typography Variables
  #Grid
  #Mixins
  #Bourbon - Partial Library Mixins
  #Normalize
  #Lists
  #Typography
  #Icons
  // Modules
  #Basic
  #Header Util
  #Header - Site Header
  #Hero Content
  #Featured Text
  #Featured Grid
  #Collections
  #Products
  #Cart
  #Instagram Collection
  #Page
  #Blog
  #RTE (rich text editor)
  #Social Share
  #Content Util / Breadcrumbs
  #Forms
  #Site Footer
  #Conditional Old IE Fixes
  // Vendors
  #Big Slide
  #Flickity
  #Magnific

==============================================================================*/
/*============================================================================
  #General Variables
==============================================================================*/
/*============================================================================
  #Typography Variables
  - Liquid font family variables are generated by customize menu values
  - For custom web fonts see the comments in snippets/fonts.liquid
==============================================================================*/
/*============================================================================
  #Grid
    - Simple grid mixins
    - grid() on parent container with options to display gutterless or in reverse
    - grid-item() span 1-12 ($gridColumns)
==============================================================================*/
/*================ Outer Container ================*/
/*============================================================================
  #Mixins
==============================================================================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both;
    content: "";
    display: table; }

/*============================================================================
  #Bourbon - Partial Library Mixins
==============================================================================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*============================================================================
  #Normalize
==============================================================================*/
/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
.contain-site-width {
  *zoom: 1;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0; }
  .contain-site-width:after {
    clear: both;
    content: "";
    display: table; }

.contain-full-width {
  *zoom: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0; }
  .contain-full-width:after {
    clear: both;
    content: "";
    display: table; }

.contain-full-width.no-padding,
.contain-site-width.no-padding {
  padding-top: 0;
  padding-bottom: 0; }

.grid {
  *zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-left: -30px;
  direction: ltr; }
  .grid:after {
    clear: both;
    content: "";
    display: table; }
  .grid > * {
    padding-left: 30px; }
  .grid > * {
    display: inline-block; }
  .grid link {
    display: none; }

.grid-gutterless {
  *zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  direction: ltr; }
  .grid-gutterless:after {
    clear: both;
    content: "";
    display: table; }
  .grid-gutterless > * {
    display: inline-block; }
  .grid-gutterless link {
    display: none; }
  .grid-gutterless .grid__item {
    margin-bottom: 0px; }

.grid__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 1px;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1.875em; }
  .grid__item .inner {
    padding: 20px;
    background: rgba(255, 0, 0, 0.1);
    border: 4px solid rgba(255, 0, 0, 0.2); }
  .grid__item.no-bottom-margin {
    margin-bottom: 0; }

/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/* Whole */
.one-whole {
  width: 100%; }

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

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

.two-thirds {
  width: 66.66667%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fourths {
  width: 50%; }

.three-fourths {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*============================================================================
  Generate breakpoint-specific column widths and push classes
==============================================================================*/
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 600px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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; } }
@media only screen and (min-width: 601px) and (max-width: 700px) {
  /* Whole */
  .medium--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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; } }
@media only screen and (max-width: 700px) {
  /* Whole */
  .medium-down--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 701px) and (max-width: 800px) {
  /* Whole */
  .large--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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; } }
@media only screen and (max-width: 800px) {
  /* Whole */
  .large-down--one-whole {
    width: 100%; }

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

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

  .large-down--two-thirds {
    width: 66.66667%; }

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

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

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

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

  .large-down--two-fourths {
    width: 50%; }

  .large-down--three-fourths {
    width: 75%; }

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

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

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

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

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

  .large-down--two-sixths {
    width: 33.33333%; }

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

  .large-down--four-sixths {
    width: 66.66667%; }

  .large-down--five-sixths {
    width: 83.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-down--two-twelfths {
    width: 16.66667%; }

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

  .large-down--four-twelfths {
    width: 33.33333%; }

  .large-down--five-twelfths {
    width: 41.66667%; }

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

  .large-down--seven-twelfths {
    width: 58.33333%; }

  .large-down--eight-twelfths {
    width: 66.66667%; }

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

  .large-down--ten-twelfths {
    width: 83.33333%; }

  .large-down--eleven-twelfths {
    width: 91.66667%; }

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

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

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

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

  .large-down--text-center {
    text-align: center !important; } }
/*============================================================================
  Feature Row
==============================================================================*/
.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media screen and (max-width: 700px) {
    .feature-row {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; } }

.feature-row__item {
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  flex: 0 1 50%; }
  @media screen and (max-width: 700px) {
    .feature-row__item {
      -ms-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%; } }

.feature-row__image {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 700px) {
    .feature-row__image {
      order: 1; } }

.feature-row__text {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em; }
  .feature-row__text h4, .feature-row__text .h4 {
    font-size: 1.75em;
    text-transform: none;
    font-weight: 400; }
  @media screen and (max-width: 700px) {
    .feature-row__text p {
      font-size: 0.875em; } }
  @media screen and (max-width: 700px) {
    .feature-row__text {
      order: 2;
      padding-bottom: 0; } }

.feature-row__text--align__center {
  text-align: center; }

.feature-row__text--align__right {
  text-align: right; }

@media screen and (min-width: 700px) {
  .feature-row__text--left {
    padding-left: 1.875em; }

  .feature-row__text--right {
    padding-right: 1.875em; } }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

[hidden], template {
  display: none; }

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline-color: #1fc8cf; }
  a:hover, a:active {
    outline: 0; }

h1, .h1, header.site-header div.site-logo {
  font-size: 2em;
  margin: 0.67em 0; }

h2, .h2, .section-standard header h4, .section-standard header .h4, .instagram-collection header h4, .instagram-collection header .h4 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3, .h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4, .h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5, .h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6, .h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

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

svg.placeholder-svg {
  display: block;
  fill: rgba(79, 79, 79, 0.35);
  background-color: rgba(79, 79, 79, 0.1);
  border: 1px solid rgba(79, 79, 79, 0.2);
  width: 100%;
  height: 100%;
  max-width: 100%; }

.article-image svg.placeholder-svg {
  max-height: 200px; }

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

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

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

button,
input {
  border-radius: 0px; }

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

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  -webkit-appearance: none; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/*============================================================================
  #Lists
==============================================================================*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  margin-bottom: 0.9375em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.9375em; }
  dl dd {
    margin: 0; }

/*============================================================================
  #Typography
==============================================================================*/
body,
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Merriweather", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #4f4f4f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("https://www.pongolondon.cc/cdn/shop/t/34/assets/ico-select.svg?v=29043846256671868191603112367");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 0 28px 0 10px; }

h1, .h1, header.site-header div.site-logo, h2, .h2, .section-standard header h4, .section-standard header .h4, .instagram-collection header h4, .instagram-collection header .h4, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: "Merriweather", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 400;
  margin: 0 0 0.5em;
  line-height: 1.4;
  color: black;
  text-transform: none; }
  h1 a, .h1 a, header.site-header div.site-logo a, h2 a, .h2 a, .section-standard header h4 a, .section-standard header .h4 a, .instagram-collection header h4 a, .instagram-collection header .h4 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

* {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1, header.site-header div.site-logo {
  font-size: 2.25em; }

h2, .h2, .section-standard header h4, .section-standard header .h4, .instagram-collection header h4, .instagram-collection header .h4 {
  font-size: 1.75em; }

h3, .h3 {
  font-size: 1.375em; }

h4, .h4 {
  font-size: 1.25em; }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  font-size: 0.875em; }

p {
  margin: 0 0 0.9375em 0; }
  p img {
    margin: 0; }

a {
  color: #1fc8cf; }
  a:hover, a:focus {
    color: #15888c; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

/*============================================================================
  #Icons
==============================================================================*/
/*================ ICONS ================*/
span.icon-fallback-text span.icon,
button.icon-fallback-text span.icon,
span.icon-text span.icon,
button.icon-text span.icon {
  position: relative;
  top: 2px;
  display: inline-block; }
span.icon-fallback-text span.fallback-text,
button.icon-fallback-text span.fallback-text,
span.icon-text span.fallback-text,
button.icon-text span.fallback-text {
  display: none; }

@font-face {
  font-family: 'ficon';
  src: url("https://www.pongolondon.cc/cdn/shop/t/34/assets/ficon.eot?v=33603105739620401001603112339");
  src: url("https://www.pongolondon.cc/cdn/shop/t/34/assets/ficon.eot?v=33603105739620401001603112339#iefix") format("embedded-opentype"), url("https://www.pongolondon.cc/cdn/shop/t/34/assets/ficon.woff?v=163230859406356177301603112340") format("woff"), url("https://www.pongolondon.cc/cdn/shop/t/34/assets/ficon.ttf?v=24180498645527120091603112340") format("truetype"), url("https://www.pongolondon.cc/cdn/shop/t/34/assets/ficon.svg?v=100560302298271125851603112339#ficon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, .collection aside nav.tags li.active.close a:after {
  font-family: 'ficon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-email:before {
  content: "\f003"; }

.icon-like:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-outline:before {
  content: "\f006"; }

.icon-grid:before {
  content: "\f00a"; }

.icon-list:before {
  content: "\f00b"; }

.icon-close:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-angle-left:before {
  content: "\f0530"; }

.icon-angle-right:before {
  content: "\f054"; }

.icon-help:before {
  content: "\f059"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-alert:before {
  content: "\f071"; }

.icon-comment:before {
  content: "\f075"; }

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

.icon-star-half:before {
  content: "\f089"; }

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

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

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

.icon-menu:before {
  content: "\f0c9"; }

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

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-github:before {
  content: "\f113"; }

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

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

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

.icon-reddit:before {
  content: "\f1a1"; }

.icon-spotify:before {
  content: "\f1bc"; }

.icon-vine:before {
  content: "\f1ca"; }

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

.icon-medium:before {
  content: "\f23a"; }

.icon-500px:before {
  content: "\f26e"; }

.icon-amazon:before {
  content: "\f270"; }

.icon-houzz:before {
  content: "\f27c"; }

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

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

/*============================================================================
  // Modules
==============================================================================*/
/*============================================================================
  #Basic
==============================================================================*/
html {
  background-color: white; }

body {
  background-color: white; }
  @media screen and (max-width: 600px) {
    body {
      border: 0px; } }

main > .shopify-section:last-of-type {
  padding-bottom: 0px;
  border-bottom: 0px; }
  main > .shopify-section:last-of-type .section-standard {
    border-bottom: 0px; }

body:not(.template-index) main.main-content {
  margin-top: 20px; }

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

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

.button.outline, p.buttons.outline > a, .hero a.button, .slide__item-content a.button {
  padding: 2px 12px;
  border: 2px solid #4f4f4f;
  color: #4f4f4f;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  outline: none; }
  .button.outline:hover, p.buttons.outline > a:hover, .hero a.button:hover, .slide__item-content a.button:hover, .button.outline:focus, p.buttons.outline > a:focus, .hero a.button:focus, .slide__item-content a.button:focus {
    color: #1fc8cf;
    border-color: #1fc8cf; }
  .button.outline.large, p.buttons.outline > a.large, .hero a.large.button, .slide__item-content a.large.button {
    padding: 6px 24px;
    font-size: 14px; }

.button.simple {
  color: #4f4f4f;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none; }
  .button.simple:hover, .button.simple:focus {
    color: #1fc8cf; }

.button.solid, p.buttons.solid > a {
  padding: 4px 14px;
  background: #1fc8cf;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: 0; }
  .button.solid:hover, p.buttons.solid > a:hover, .button.solid:focus, p.buttons.solid > a:focus {
    background: #15888c; }
  .button.solid:focus, p.buttons.solid > a:focus {
    outline: none; }
  .button.solid.large, p.buttons.solid > a.large {
    padding: 6px 24px;
    font-size: 14px; }

a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }

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

.pagination {
  margin: 40px auto 0;
  text-align: center;
  *zoom: 1;
  display: inline-block; }
  .pagination:after {
    clear: both;
    content: "";
    display: table; }
  .pagination li {
    float: left; }
    .pagination li a,
    .pagination li span {
      display: block;
      border-top: 2px solid #dbdbdb;
      border-bottom: 2px solid #dbdbdb;
      border-right: 2px solid #dbdbdb;
      padding: 4px 10px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.75em;
      color: #727272; }
    .pagination li a:hover,
    .pagination li a:focus {
      background: #1fc8cf;
      color: white; }
    .pagination li:first-child a,
    .pagination li:first-child span {
      border-left: 2px solid #dbdbdb; }
    .pagination li.disabled a,
    .pagination li.disabled span, .pagination li.active a,
    .pagination li.active span {
      cursor: default; }
    .pagination li.active a,
    .pagination li.active span {
      background: white;
      color: #1fc8cf; }
    .pagination li.disabled a,
    .pagination li.disabled span {
      color: #b8b8b8;
      background: transparent; }

ul.social-icons {
  margin: 0;
  padding: 0; }
  ul.social-icons li {
    display: inline-block;
    margin-right: 10px; }
    ul.social-icons li a {
      display: block;
      font-size: 1.125em;
      position: relative;
      top: -3px;
      color: #4f4f4f; }
      ul.social-icons li a:hover, ul.social-icons li a:focus {
        color: #1fc8cf; }
    ul.social-icons li:last-child {
      margin-right: 0; }

a.twitter-share-button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 61px;
  height: 20px;
  background-image: url("https://www.pongolondon.cc/cdn/shop/t/34/assets/share-sprite.png?v=181779469085641501521603112346");
  background-repeat: no-repeat;
  background-position: 0px 0px; }

div.g-plusone {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 32px;
  height: 20px;
  background-image: url("https://www.pongolondon.cc/cdn/shop/t/34/assets/share-sprite.png?v=181779469085641501521603112346");
  background-repeat: no-repeat;
  background-position: -61px 0px; }

#___plusone_0 {
  width: 60px !important; }

header.promo-bar {
  left: 0;
  right: 0;
  top: 0;
  z-index: 990;
  *zoom: 1;
  font-size: 0.8125em;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center; }
  header.promo-bar:after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 699.9px) {
    header.promo-bar[data-show-for="desktop"] {
      display: none; } }
  @media screen and (min-width: 700px) {
    header.promo-bar[data-show-for="mobile"] {
      display: none; } }
  header.promo-bar > a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    header.promo-bar > a:focus {
      text-decoration: underline; }
  header.promo-bar span.promo-bar-text {
    display: block;
    padding: 9px 1.875em; }
  header.promo-bar.size-large {
    font-size: 0.9375em; }
    header.promo-bar.size-large span.promo-bar-text {
      padding: 16px 1.875em; }
  header.promo-bar.placement-bottom {
    position: fixed;
    top: auto;
    bottom: 0px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  header.promo-bar span.signup-bar-text {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 0; }
  header.promo-bar.signup-bar {
    display: none;
    padding: 6px 1.875em;
    position: relative; }
    header.promo-bar.signup-bar.visible {
      display: block; }
      header.promo-bar.signup-bar.visible.force {
        display: block !important; }
      @media screen and (max-width: 699.9px) {
        header.promo-bar.signup-bar.visible[data-show-for="desktop"] {
          display: none; } }
      @media screen and (min-width: 700px) {
        header.promo-bar.signup-bar.visible[data-show-for="mobile"] {
          display: none; } }
    header.promo-bar.signup-bar .popup-email {
      margin: 0 6px;
      padding: 6px 0;
      max-width: 240px; }
      header.promo-bar.signup-bar .popup-email form,
      header.promo-bar.signup-bar .popup-email input,
      header.promo-bar.signup-bar .popup-email button {
        height: 38px; }
      header.promo-bar.signup-bar .popup-email .errors {
        display: none; }
      header.promo-bar.signup-bar .popup-email p {
        margin-bottom: 0;
        font-size: 0.8125em;
        line-height: 38px; }
    header.promo-bar.signup-bar .popup-close span.icon-text {
      top: 50%;
      right: 0px;
      padding: 0.9375em;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      header.promo-bar.signup-bar .popup-close span.icon-text span.icon {
        top: 0; }
    header.promo-bar.signup-bar .errors {
      padding: 10px 0;
      margin-bottom: 8px;
      border-bottom: 1px solid #4f4f4f;
      font-style: italic; }

.promo-bar-container.bottom {
  z-index: 991;
  position: fixed;
  top: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .promo-bar-container.bottom header.promo-bar.placement-bottom {
    position: static;
    top: auto;
    bottom: auto; }

/*============================================================================
  Global Section patterns
==============================================================================*/
.section-standard {
  padding-left: 20px;
  padding-right: 20px; }
  .section-standard header {
    text-align: center;
    margin-bottom: 20px; }
    .section-standard header h4, .section-standard header .h4 {
      margin-bottom: 0; }

.section-standard.no-border {
  border-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px; }

.section-standard.featured-row.no-border {
  padding-left: 20px;
  padding-right: 20px; }

/*============================================================================
  #Header Util
==============================================================================*/
header.util {
  width: 100%;
  *zoom: 1;
  background: white;
  color: #505050;
  font-size: 0.75em;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  header.util:after {
    clear: both;
    content: "";
    display: table; }
  header.util a {
    color: #505050;
    text-decoration: none; }
    header.util a:hover, header.util a:focus {
      opacity: 0.8; }
    header.util a:focus {
      outline-color: #505050; }
  header.util .wrapper {
    padding: 0 20px;
    *zoom: 1;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    header.util .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  header.util.full-width .wrapper {
    padding: 0;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    header.util.full-width .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  header.util .left-wrapper {
    margin: 6px 0;
    float: left; }
  header.util .right-wrapper {
    margin: 6px 0;
    float: right; }
  header.util.full-width .left-wrapper,
  header.util.full-width .right-wrapper {
    margin: 6px 10px; }
  header.util.full-width .search-wrapper {
    margin: 0 10px; }
  header.util .search-wrapper {
    display: none;
    margin: 0;
    padding: 20px 10px 20px;
    background: white; }
    header.util .search-wrapper form {
      margin: 0;
      padding: 0;
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      *zoom: 1;
      margin: 0;
      padding: 0;
      font-size: 0;
      margin-left: -30px;
      direction: ltr; }
      header.util .search-wrapper form:after {
        clear: both;
        content: "";
        display: table; }
      header.util .search-wrapper form:after {
        clear: both;
        content: "";
        display: table; }
      header.util .search-wrapper form > * {
        padding-left: 30px; }
      header.util .search-wrapper form > * {
        display: inline-block; }
      header.util .search-wrapper form link {
        display: none; }
    header.util .search-wrapper .icon-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 8.33333%; }
    header.util .search-wrapper .input-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 83.33333%; }
    header.util .search-wrapper .button-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 8.33333%; }
    header.util .search-wrapper span.icon {
      color: #1fc8cf;
      font-size: 1.25em; }
    header.util .search-wrapper span.icon-fallback-text {
      display: block;
      height: 60px;
      width: 100%;
      text-align: right;
      line-height: 60px; }
    header.util .search-wrapper input {
      height: 60px;
      width: 100%;
      padding: 0 16px;
      border: 0px;
      border-bottom: 2px solid #dbdbdb;
      background-color: transparent;
      font-size: 2.25em;
      color: #4f4f4f; }
      header.util .search-wrapper input:focus {
        outline: 0;
        background-color: white;
        border-bottom: 2px solid #959595; }
    header.util .search-wrapper span.input-group-btn {
      height: 60px; }
      header.util .search-wrapper span.input-group-btn button {
        width: 100%;
        height: 60px;
        text-align: left;
        padding: 0px;
        border: 0px;
        background-color: transparent; }
  header.util .currency-picker-contain {
    display: inline-block;
    padding-left: 12px;
    margin-left: -6px;
    border-left: 1px solid gainsboro; }
    @media screen and (max-width: 700px) {
      header.util .currency-picker-contain {
        border-left: 0px; } }
    header.util .currency-picker-contain label {
      vertical-align: middle; }
    header.util .currency-picker-contain select {
      position: relative;
      vertical-align: middle;
      line-height: 1;
      border: 0px;
      font-size: 12px;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 4px 18px 4px 6px;
      background-position: right 4px center;
      cursor: pointer;
      color: #505050;
      background-color: white;
      background-image: url("ico-select-util_v-100913167938336013611603112362.svg");
      width: 60px; }
      header.util .currency-picker-contain select:focus, header.util .currency-picker-contain select:hover {
        outline: 0px;
        border: solid 2px gainsboro;
        border-radius: 0px;
        padding: 2px 18px 2px 4px; }
    @media screen and (max-width: 600px) {
      header.util .currency-picker-contain {
        border-left: 0px;
        padding-left: 6px; }
        header.util .currency-picker-contain label {
          display: none; } }
  header.util ul,
  header.util a,
  header.util li,
  header.util .left-wrapper,
  header.util .right-wrapper {
    display: inline-block;
    vertical-align: middle; }
  header.util span.icon {
    font-size: 1.25em;
    margin-right: 2px; }
  header.util li {
    margin-right: 4px;
    padding-right: 6px;
    border-right: 1px solid gainsboro; }
    header.util li a {
      display: inline-block;
      padding: 4px 6px; }
    header.util li:last-child {
      border-right: 0px; }
    header.util li.mobile-menu {
      display: none; }
      header.util li.mobile-menu a.toggle-menu span.icon {
        position: relative;
        top: 2px; }
  header.util a#CartButton {
    padding: 2px 12px;
    border: 2px solid #505050; }
    header.util a#CartButton:hover, header.util a#CartButton:focus {
      opacity: 1;
      background-color: #505050;
      color: white; }
  @media screen and (max-width: 700px) {
    header.util .left-wrapper ul.text-links li {
      display: none; }
      header.util .left-wrapper ul.text-links li.mobile-menu {
        display: inline-block; }
    header.util .right-wrapper ul.text-links li {
      display: none; } }
  @media screen and (max-width: 600px) {
    header.util .left-wrapper {
      margin-left: 10px !important;
      margin-right: 0px !important; }
    header.util .right-wrapper {
      margin-left: 0px !important;
      margin-right: 10px !important; } }
  header.util.full-width .cart-preview {
    right: -10px; }

.cart-preview {
  display: none;
  position: absolute;
  top: 33px;
  right: 0;
  padding: 20px;
  width: 300px;
  background: white;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  color: #4f4f4f;
  text-transform: none;
  z-index: 200; }
  @media screen and (max-width: 600px) {
    .cart-preview {
      top: 37px;
      left: 0;
      right: 0;
      padding: 20px;
      width: auto; } }
  .cart-preview .cart-preview-title {
    font-size: 1.25em;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ededed; }
  .cart-preview .box.product {
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ededed; }
    .cart-preview .box.product a {
      color: #4f4f4f; }
      .cart-preview .box.product a:hover, .cart-preview .box.product a:focus {
        opacity: 1; }
    .cart-preview .box.product figure {
      *zoom: 1; }
      .cart-preview .box.product figure:after {
        clear: both;
        content: "";
        display: table; }
      .cart-preview .box.product figure > a {
        display: block;
        float: left; }
        .cart-preview .box.product figure > a img {
          max-width: 50px;
          height: auto;
          display: block;
          margin-right: 6px; }
      .cart-preview .box.product figure figcaption a {
        display: block;
        font-size: 1.25em; }
      .cart-preview .box.product figure figcaption ul.options li {
        margin: 0;
        padding: 0;
        color: #a7a7a7;
        border-right: none; }
        .cart-preview .box.product figure figcaption ul.options li:after {
          content: ','; }
        .cart-preview .box.product figure figcaption ul.options li:last-child:after {
          content: ''; }
      .cart-preview .box.product figure figcaption span.price {
        display: block; }
  .cart-preview .cart-preview-total {
    margin-bottom: 10px;
    *zoom: 1;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ededed; }
    .cart-preview .cart-preview-total:after {
      clear: both;
      content: "";
      display: table; }
    .cart-preview .cart-preview-total .count {
      font-style: italic;
      font-size: 13px;
      margin-bottom: 4px; }
      .cart-preview .cart-preview-total .count span {
        color: #1fc8cf; }
    .cart-preview .cart-preview-total .label {
      margin-top: 3px;
      float: left;
      font-size: 10px;
      text-transform: none;
      font-weight: 600; }
    .cart-preview .cart-preview-total .total {
      display: inline-block;
      font-weight: bold;
      font-size: 15px;
      float: right; }
  .cart-preview a.button {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer; }
    .cart-preview a.button.outline, .cart-preview p.buttons.outline > a, .cart-preview .hero a.button, .hero .cart-preview a.button, .cart-preview .slide__item-content a.button, .slide__item-content .cart-preview a.button {
      margin-top: 8px;
      padding-top: 6px;
      padding-bottom: 6px; }

.search-wrapper {
  margin: 10px;
  padding: 20px 10px 20px;
  background: white; }
  .search-wrapper form {
    margin: 0;
    padding: 0;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .search-wrapper form:after {
      clear: both;
      content: "";
      display: table; }
    .search-wrapper form:after {
      clear: both;
      content: "";
      display: table; }
    .search-wrapper form > * {
      padding-left: 30px; }
    .search-wrapper form > * {
      display: inline-block; }
    .search-wrapper form link {
      display: none; }
  .search-wrapper .icon-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 8.33333%; }
  .search-wrapper .input-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 83.33333%; }
  .search-wrapper .button-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 8.33333%; }
  .search-wrapper span.icon {
    color: #1fc8cf;
    font-size: 1.25em; }
  .search-wrapper span.icon-fallback-text {
    display: block;
    height: 60px;
    width: 100%;
    text-align: right;
    line-height: 60px; }
  .search-wrapper input {
    height: 60px;
    width: 100%;
    padding: 0 16px;
    border: 0px;
    border-bottom: 2px solid #dbdbdb;
    background-color: transparent;
    font-size: 2.25em;
    color: #4f4f4f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .search-wrapper input:focus {
      outline: 0;
      background-color: white;
      border-bottom: 2px solid #959595; }
  .search-wrapper span.input-group-btn {
    height: 60px; }
    .search-wrapper span.input-group-btn button {
      width: 100%;
      height: 60px;
      text-align: left;
      padding: 0px;
      border: 0px;
      background-color: transparent; }

/*============================================================================
  #Header - Site Header
==============================================================================*/
header.site-header {
  background-color: white;
  padding: 20px 20px;
  text-align: center; }
  @media screen and (max-width: 700px) {
    header.site-header {
      padding: 10px 20px 0; } }
  header.site-header .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    header.site-header .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  header.site-header.full-width .wrapper {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    header.site-header.full-width .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  header.site-header.minimal {
    padding: 0 20px; }
    header.site-header.minimal .wrapper {
      padding-bottom: 0px; }
  header.site-header h1.site-logo, header.site-header .site-logo.h1, header.site-header div.site-logo {
    margin: 0;
    padding: 20px 8px 20px 0;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.25em;
    line-height: 1;
    font-weight: 600;
    text-transform: none; }
    header.site-header h1.site-logo a, header.site-header .site-logo.h1 a, header.site-header div.site-logo a {
      color: black;
      display: inline-block; }
    header.site-header h1.site-logo.has-image, header.site-header .site-logo.has-image.h1, header.site-header div.has-image.site-logo {
      padding: 20px 0;
      margin: 0 auto;
      line-height: 1;
      vertical-align: middle; }
      header.site-header h1.site-logo.has-image a, header.site-header .site-logo.has-image.h1 a, header.site-header div.has-image.site-logo a {
        line-height: 1;
        vertical-align: middle; }
    header.site-header h1.site-logo img, header.site-header .site-logo.h1 img, header.site-header div.site-logo img {
      width: auto;
      max-width: 100%;
      height: auto;
      display: block; }
  @media screen and (max-width: 800px) {
    header.site-header h1.site-logo, header.site-header .site-logo.h1, header.site-header div.site-logo,
    header.site-header div.site-logo {
      font-size: 2em; } }
  @media screen and (max-width: 600px) {
    header.site-header h1.site-logo, header.site-header .site-logo.h1, header.site-header div.site-logo,
    header.site-header div.site-logo {
      font-size: 1.75em; } }
  header.site-header.minimal .logo-contain {
    padding-top: 20px;
    margin-bottom: 12px; }
  header.site-header.minimal h1.site-logo, header.site-header.minimal .site-logo.h1, header.site-header.minimal div.site-logo,
  header.site-header.minimal .site-logo {
    padding: 0; }
  @media screen and (max-width: 700px) {
    header.site-header.minimal .logo-contain {
      padding-top: 12px; } }
  header.site-header nav.nav-bar {
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    margin-bottom: 20px;
    position: relative;
    z-index: 100; }
    header.site-header nav.nav-bar ul.site-nav li {
      display: inline-block;
      padding: 0; }
      header.site-header nav.nav-bar ul.site-nav li:last-child {
        margin-right: 0px; }
      header.site-header nav.nav-bar ul.site-nav li.has-dropdown {
        position: relative; }
        header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a:after {
          content: '';
          margin-left: 6px;
          opacity: 0.4;
          display: inline-block;
          height: 5px;
          width: 8px;
          position: relative;
          top: -1px;
          background-image: url("ico-dropdown_v-145142949295650484321603112363.svg");
          background-position: center;
          background-repeat: no-repeat; }
        header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a:hover:after {
          opacity: 1; }
        header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a {
          padding-right: 10px; }
          header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a:hover, header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a:focus {
            border-bottom-color: white; }
      header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown {
        position: relative; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown a {
          position: relative;
          padding-right: 24px; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown > a:after {
          content: '';
          opacity: 0.2;
          height: 5px;
          width: 8px;
          position: absolute;
          top: 50%;
          right: 6px;
          margin-top: -4px;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          background-image: url("ico-dropdown_v-145142949295650484321603112363.svg");
          background-position: center;
          background-repeat: no-repeat; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown:hover ul.sub-dropdown, header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown.sub-dropdown-hover ul.sub-dropdown {
          display: block; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown:hover > a, header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown.sub-dropdown-hover > a {
          color: black; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown:hover > a:after, header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown.sub-dropdown-hover > a:after {
          opacity: 0.8; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown ul.sub-dropdown {
          display: none;
          position: absolute;
          top: 0px;
          left: 100%;
          right: auto;
          margin: 0;
          background: white;
          z-index: 1001;
          border: 0px;
          outline: 1px solid #f2f2f2; }
          header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown ul.sub-dropdown li.sub-dropdown-item:first-child {
            padding-top: 0px;
            border-top: 0px; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown.alternate-align ul.sub-dropdown {
          left: auto;
          right: 100%;
          margin: 0; }
      header.site-header nav.nav-bar ul.site-nav li a {
        display: block;
        border: 1px solid transparent;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: black;
        background: transparent;
        padding: 6px 12px; }
        header.site-header nav.nav-bar ul.site-nav li a:hover, header.site-header nav.nav-bar ul.site-nav li a:focus {
          color: #cdd2d2;
          background: white; }
    header.site-header nav.nav-bar ul.dropdown {
      display: none;
      position: absolute;
      padding: 0;
      background: white;
      z-index: 1000;
      top: 36px;
      left: -6px;
      left: auto;
      text-align: left;
      border-left: 1px solid #f2f2f2;
      border-right: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2; }
      header.site-header nav.nav-bar ul.dropdown li {
        display: block;
        margin: 0;
        padding: 0; }
        header.site-header nav.nav-bar ul.dropdown li:first-child {
          padding-top: 6px;
          border-top: 4px solid #cccccc; }
          header.site-header nav.nav-bar ul.dropdown li:first-child ul.sub-dropdown {
            top: -4px;
            padding-top: 6px;
            border-top: 4px solid #cccccc; }
        header.site-header nav.nav-bar ul.dropdown li:last-child {
          padding-bottom: 6px; }
        header.site-header nav.nav-bar ul.dropdown li a {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: none;
          display: block;
          margin: 0;
          font-size: 11px;
          font-weight: 600;
          text-transform: uppercase;
          text-decoration: none;
          letter-spacing: 1px;
          color: #4c4c4c;
          white-space: nowrap;
          padding: 10px 18px;
          max-width: 240px; }
          header.site-header nav.nav-bar ul.dropdown li a:hover, header.site-header nav.nav-bar ul.dropdown li a:focus {
            border: none; }
    header.site-header nav.nav-bar li.dropdown-hover > a {
      background-color: white !important;
      color: #cdd2d2 !important; }
    header.site-header nav.nav-bar li.dropdown-hover > a:after {
      opacity: 1 !important; }
    header.site-header nav.nav-bar li.dropdown-hover ul.dropdown {
      display: block; }
    @media screen and (max-width: 700px) {
      header.site-header nav.nav-bar {
        display: none; } }
  header.site-header.minimal nav.nav-bar {
    margin: 12px; }
    header.site-header.minimal nav.nav-bar ul.site-nav > li > a {
      padding: 6px 12px; }
    header.site-header.minimal nav.nav-bar ul.dropdown {
      top: 36px; }
  header.site-header .layout-horizontal {
    display: table;
    width: 100%; }
    header.site-header .layout-horizontal .logo-contain {
      display: table-cell;
      vertical-align: middle;
      text-align: left; }
    header.site-header .layout-horizontal nav.nav-bar {
      display: table-cell;
      vertical-align: middle;
      text-align: right; }
      @media screen and (max-width: 700px) {
        header.site-header .layout-horizontal nav.nav-bar {
          display: none; } }
    header.site-header .layout-horizontal h1.site-logo, header.site-header .layout-horizontal .site-logo.h1, header.site-header .layout-horizontal div.site-logo,
    header.site-header .layout-horizontal div.site-logo {
      padding: 20px 0;
      margin: 0; }
      @media screen and (max-width: 700px) {
        header.site-header .layout-horizontal h1.site-logo, header.site-header .layout-horizontal .site-logo.h1, header.site-header .layout-horizontal div.site-logo,
        header.site-header .layout-horizontal div.site-logo {
          margin: 0 auto;
          text-align: center; } }
    header.site-header .layout-horizontal nav.nav-bar {
      padding: 0;
      margin: 0; }
  header.site-header.minimal .layout-horizontal .logo-contain {
    padding: 12px 0;
    margin: 0; }
  header.site-header.minimal .layout-horizontal h1.site-logo, header.site-header.minimal .layout-horizontal .site-logo.h1, header.site-header.minimal .layout-horizontal div.site-logo,
  header.site-header.minimal .layout-horizontal div.site-logo {
    padding: 0; }

.promo-popup {
  display: none;
  background-color: white;
  color: #4f4f4f;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 400px; }
  .promo-popup .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0; }
    .promo-popup .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .promo-popup .popup-container {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr;
    text-align: left;
    margin: 0; }
    .promo-popup .popup-container:after {
      clear: both;
      content: "";
      display: table; }
    .promo-popup .popup-container > * {
      padding-left: 30px; }
    .promo-popup .popup-container > * {
      display: inline-block; }
    .promo-popup .popup-container link {
      display: none; }
  .promo-popup .popup-image {
    display: block;
    margin-left: -20px;
    margin-right: -20px; }
    .promo-popup .popup-image img {
      width: 100%;
      max-width: 100%;
      display: block; }
  .promo-popup .popup-message {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 100%;
    text-align: left;
    width: 100%;
    padding: 0;
    text-align: center; }
    .promo-popup .popup-message h4, .promo-popup .popup-message .h4 {
      margin: 0px;
      font-size: 1.375em;
      text-transform: none; }
    .promo-popup .popup-message p {
      margin: 0px;
      font-size: 0.875em; }
  .promo-popup .popup-email {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    text-align: center;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    border-top: 1px solid #dbdbdb; }
    .promo-popup .popup-email form {
      padding-right: 24px;
      display: table;
      border-collapse: collapse;
      width: 100%;
      height: 44px;
      max-width: 400px;
      margin: 0 auto;
      float: right; }
      @media screen and (max-width: 700px) {
        .promo-popup .popup-email form {
          float: none;
          max-width: 400px;
          margin: 0 auto; }
          .promo-popup .popup-email form button {
            margin-right: 0; } }
  .promo-popup button.mfp-close {
    display: none; }

.popup-email {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  min-width: 240px; }
  .popup-email form {
    display: table;
    border-collapse: collapse;
    width: 100%;
    height: 44px;
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (max-width: 700px) {
      .popup-email form {
        max-width: 400px;
        margin: 0 auto; }
        .popup-email form button {
          margin-right: 0; } }
  .popup-email .input-wrapper {
    display: table-cell;
    width: 100%; }
  .popup-email .button-wrapper {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    font-size: 0; }
  .popup-email input {
    border: 2px solid #a7a7a7;
    padding: 7px 8px 9px;
    font-size: 0.6875em;
    font-weight: 600;
    color: #4f4f4f;
    background-color: transparent;
    margin-right: 2.4%;
    width: 100%;
    outline: 0;
    height: 44px; }
    .popup-email input:focus {
      border-color: #4f4f4f; }
    .popup-email input.error {
      border-color: #1fc8cf; }
    .popup-email input::-webkit-input-placeholder {
      color: #a7a7a7; }
    .popup-email input::-moz-placeholder {
      color: #a7a7a7; }
    .popup-email input:-moz-placeholder {
      color: #a7a7a7; }
    .popup-email input:-ms-input-placeholder {
      color: #a7a7a7; }
  .popup-email button {
    padding: 10px;
    background-color: #1fc8cf;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    height: 44px;
    margin: 0 0 0 6px;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none; }
  .popup-email div.errors {
    font-size: 0.875em;
    margin-bottom: 10px;
    color: #1fc8cf;
    font-style: italic; }

.popup-close span.icon-text {
  position: absolute;
  top: -26px;
  right: 0;
  margin-top: 0;
  opacity: 0.6;
  cursor: pointer;
  z-index: 100;
  color: #fff; }
  .popup-close span.icon-text:hover, .popup-close span.icon-text:focus {
    opacity: 1; }
  @media screen and (max-width: 700px) {
    .popup-close span.icon-text {
      top: -18px;
      right: -18px;
      margin-top: 0; } }
.popup-close span.text {
  display: none; }

.mfp-content .promo-popup {
  display: block; }

.mock-popup-container {
  position: fixed;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

/*============================================================================
  #Hero Content
==============================================================================*/
.hero .featured-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: table;
  position: relative;
  width: 100%;
  height: 400px; }
  .hero .featured-hero.background-alignment-top {
    background-position: top center; }
  .hero .featured-hero.background-alignment-bottom {
    background-position: bottom center; }
  .hero .featured-hero .content-box {
    z-index: 2;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0.9375em;
    text-align: center; }
  .hero .featured-hero.size-x-small {
    height: 200px; }
  .hero .featured-hero.size-small {
    height: 300px; }
  .hero .featured-hero.size-medium {
    height: 400px; }
  .hero .featured-hero.size-large {
    height: 500px; }
  .hero .featured-hero.size-x-large {
    height: 600px; }
  @media screen and (max-width: 800px) {
    .hero .featured-hero.size-x-small {
      height: 150px; }
    .hero .featured-hero.size-small {
      height: 225px; }
    .hero .featured-hero.size-medium {
      height: 300px; }
    .hero .featured-hero.size-large {
      height: 375px; }
    .hero .featured-hero.size-x-large {
      height: 450px; } }
.hero .placeholder-background {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.hero h2, .hero .h2, .hero .section-standard header h4, .section-standard header .hero h4, .hero .section-standard header .h4, .section-standard header .hero .h4, .hero .instagram-collection header h4, .instagram-collection header .hero h4, .hero .instagram-collection header .h4, .instagram-collection header .hero .h4 {
  font-size: 34px;
  margin-bottom: 0;
  text-transform: none;
  line-height: 1.2; }
.hero a.button {
  display: inline-block;
  margin: 8px 0 0;
  padding: 4px 24px;
  font-size: 0.75em; }
@media screen and (max-width: 800px) {
  .hero h2, .hero .h2, .hero .section-standard header h4, .section-standard header .hero h4, .hero .section-standard header .h4, .section-standard header .hero .h4, .hero .instagram-collection header h4, .instagram-collection header .hero h4, .hero .instagram-collection header .h4, .instagram-collection header .hero .h4 {
    font-size: 24px; }
  .hero p {
    font-size: 15px;
    margin-bottom: 0; }
  .hero a.button {
    margin: 0.5em 0;
    padding: 2px 6px;
    font-size: 11px; } }

.hero-video .wrapper {
  background: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .hero-video .wrapper.loaded .placeholder-background {
    display: none; }
  .hero-video .wrapper.loaded .featured-hero {
    background: transparent !important; }
  .hero-video .wrapper.loaded .ytplayer-container {
    display: block; }

.ytplayer-container {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

/*============================================================================
  #Slideshow
==============================================================================*/
.slide__item {
  width: 100%;
  height: auto;
  position: relative; }
  .slide__item img {
    width: 100%;
    height: auto;
    display: block; }
  .slide__item svg.placeholder-svg {
    width: 100vw;
    height: 40vw;
    border: 0px; }

.slide__item-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2; }
  .slide__item-content.justify-start .inner-wrapper {
    text-align: left; }
    .slide__item-content.justify-start .inner-wrapper .content-contain {
      max-width: 40%;
      margin-left: 0;
      margin-right: auto; }
  .slide__item-content.justify-center .inner-wrapper {
    text-align: center; }
    .slide__item-content.justify-center .inner-wrapper .content-contain {
      max-width: 40%;
      margin-left: auto;
      margin-right: auto; }
  .slide__item-content.justify-end .inner-wrapper {
    text-align: right; }
    .slide__item-content.justify-end .inner-wrapper .content-contain {
      max-width: 40%;
      margin-left: auto;
      margin-right: 0; }
  .slide__item-content.align-start .inner-wrapper {
    vertical-align: top; }
  .slide__item-content.align-center .inner-wrapper {
    vertical-align: middle; }
  .slide__item-content.align-end .inner-wrapper {
    vertical-align: bottom; }
  .slide__item-content .content-box {
    padding: 40px;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 800px) {
      .slide__item-content .content-box {
        padding: 20px;
        font-size: 14px; } }
    @media screen and (max-width: 600px) {
      .slide__item-content .content-box {
        padding: 10px;
        font-size: 12px; } }
  .slide__item-content .outer-wrapper {
    display: table;
    width: 100%;
    height: 100%; }
  .slide__item-content .inner-wrapper {
    display: table-cell;
    width: 100%; }
  .slide__item-content h2, .slide__item-content .h2, .slide__item-content .section-standard header h4, .section-standard header .slide__item-content h4, .slide__item-content .section-standard header .h4, .section-standard header .slide__item-content .h4, .slide__item-content .instagram-collection header h4, .instagram-collection header .slide__item-content h4, .slide__item-content .instagram-collection header .h4, .instagram-collection header .slide__item-content .h4 {
    font-size: 34px;
    margin-bottom: 0;
    text-transform: none;
    line-height: 1.2; }
  .slide__item-content p {
    font-size: 16px;
    margin-bottom: 10px; }
    .slide__item-content p:last-of-type {
      margin-bottom: 0px; }
  .slide__item-content a {
    pointer-events: auto; }
  .slide__item-content a.button {
    display: inline-block;
    margin: 8px 0 0;
    padding: 4px 24px;
    font-size: 0.75em; }
  @media screen and (max-width: 800px) {
    .slide__item-content h2, .slide__item-content .h2, .slide__item-content .section-standard header h4, .section-standard header .slide__item-content h4, .slide__item-content .section-standard header .h4, .section-standard header .slide__item-content .h4, .slide__item-content .instagram-collection header h4, .instagram-collection header .slide__item-content h4, .slide__item-content .instagram-collection header .h4, .instagram-collection header .slide__item-content .h4 {
      font-size: 24px; }
    .slide__item-content p {
      font-size: 15px;
      margin-bottom: 0; }
    .slide__item-content a.button {
      margin: 0.5em 0;
      padding: 2px 6px;
      font-size: 11px; } }
  @media screen and (max-width: 600px) {
    .slide__item-content h2, .slide__item-content .h2, .slide__item-content .section-standard header h4, .section-standard header .slide__item-content h4, .slide__item-content .section-standard header .h4, .section-standard header .slide__item-content .h4, .slide__item-content .instagram-collection header h4, .instagram-collection header .slide__item-content h4, .slide__item-content .instagram-collection header .h4, .instagram-collection header .slide__item-content .h4 {
      font-size: 15px; }
    .slide__item-content p {
      font-size: 12px; } }

.slide__item-image {
  display: block;
  background: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .slide__item-image.loaded svg,
  .slide__item-image.loaded img {
    display: block !important;
    opacity: 0 !important; }
  .slide__item-image.loaded .ytplayer-container {
    display: block; }

.slideshow-carousel .slide__item {
  display: none; }
  .slideshow-carousel .slide__item:first-of-type {
    display: block; }
.slideshow-carousel.flickity-enabled .slide__item {
  display: block; }

/*============================================================================
  #Custom Content
==============================================================================*/
.custom-content.section-standard {
  padding-left: 0;
  padding-right: 0; }

.custom-content-container.align-left {
  text-align: left; }
.custom-content-container.align-center {
  text-align: center; }
.custom-content-container.align-right {
  text-align: right; }

.custom__item {
  *zoom: 1;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px; }
  .custom__item:after {
    clear: both;
    content: "";
    display: table; }
  .custom__item.custom__item-full_width {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .custom__item.custom__item-full_width:after {
      clear: both;
      content: "";
      display: table; }
  .custom__item:last-of-type {
    padding-bottom: 0px; }
  .custom__item .content p:last-of-type {
    margin-bottom: 0px; }

.custom__item-image.custom__item-full_width img {
  width: 100%; }

.custom__item-richtext .content {
  max-width: 80%;
  margin: 0 auto; }

/*============================================================================
  #Featured Text
==============================================================================*/
div.featured-text {
  background-color: white; }
  div.featured-text .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    div.featured-text .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  @media screen and (max-width: 600px) {
    div.featured-text {
      font-size: 14px; } }
  div.featured-text h2, div.featured-text .h2, div.featured-text .section-standard header h4, .section-standard header div.featured-text h4, div.featured-text .section-standard header .h4, .section-standard header div.featured-text .h4, div.featured-text .instagram-collection header h4, .instagram-collection header div.featured-text h4, div.featured-text .instagram-collection header .h4, .instagram-collection header div.featured-text .h4 {
    margin-bottom: 0.25em;
    text-transform: none;
    font-weight: 400;
    font-size: 1.75em; }
  div.featured-text .content {
    max-width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      div.featured-text .content {
        font-size: 1em;
        max-width: none; } }
  div.featured-text .content-page {
    padding-top: 20px; }
  div.featured-text .align-left {
    text-align: left; }
  div.featured-text .align-center {
    text-align: center; }
  div.featured-text .align-right {
    text-align: right; }

/*============================================================================
  #Lookbook Preview
==============================================================================*/
.lookbook-container {
  text-align: center; }

.lookbook__link {
  display: block; }
  .lookbook__link img,
  .lookbook__link svg {
    display: block;
    margin: 0 auto; }

.lookbook__item {
  margin-bottom: 20px; }
  .lookbook__item.lookbook__item-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px; }
    .lookbook__item.lookbook__item-image svg.placeholder-svg {
      width: 100vw;
      height: 25vw; }
  .lookbook__item.lookbook__item-full_width {
    margin-left: -20px;
    margin-right: -20px;
    max-width: none; }
    .lookbook__item.lookbook__item-full_width img,
    .lookbook__item.lookbook__item-full_width svg {
      width: 100%; }
  .lookbook__item.lookbook__item-icon_image {
    margin-left: auto;
    margin-right: auto; }
    .lookbook__item.lookbook__item-icon_image img {
      margin: 0 auto;
      max-width: 240px; }
    .lookbook__item.lookbook__item-icon_image svg {
      margin: 0 auto;
      max-width: 160px; }

.lookbook-preview footer {
  margin-top: 20px;
  text-align: center; }

/*============================================================================
  #Logo List
==============================================================================*/
.logo-bar {
  text-align: center; }

.logo-bar__item {
  display: inline-block;
  max-width: 160px;
  vertical-align: middle;
  margin: 12px 1.875em; }
  @media screen and (max-width: 700px) {
    .logo-bar__item {
      max-width: 100px; } }

/*============================================================================
  #Featured Grid
==============================================================================*/
div.featured-grid {
  padding: 40px 20px; }
  div.featured-grid .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    div.featured-grid .wrapper:after {
      clear: both;
      content: "";
      display: table; }

div.featured-grid .no-padding header,
div.collection-list .no-padding header,
div.gallery .no-padding header {
  margin-top: 40px; }
div.featured-grid h3, div.featured-grid .h3,
div.collection-list h3,
div.collection-list .h3,
div.gallery h3,
div.gallery .h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5em;
  text-transform: none;
  font-weight: 400; }
div.featured-grid .row,
div.collection-list .row,
div.gallery .row {
  *zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-left: -30px;
  direction: ltr;
  margin-bottom: 30px; }
  div.featured-grid .row:after,
  div.collection-list .row:after,
  div.gallery .row:after {
    clear: both;
    content: "";
    display: table; }
  div.featured-grid .row > *,
  div.collection-list .row > *,
  div.gallery .row > * {
    padding-left: 30px; }
  div.featured-grid .row > *,
  div.collection-list .row > *,
  div.gallery .row > * {
    display: inline-block; }
  div.featured-grid .row link,
  div.collection-list .row link,
  div.gallery .row link {
    display: none; }
  div.featured-grid .row.row-2 .box,
  div.collection-list .row.row-2 .box,
  div.gallery .row.row-2 .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%; }
  div.featured-grid .row.row-3 .box,
  div.collection-list .row.row-3 .box,
  div.gallery .row.row-3 .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 33.33333%; }
  div.featured-grid .row:last-of-type,
  div.collection-list .row:last-of-type,
  div.gallery .row:last-of-type {
    margin-bottom: 0px; }
  @media screen and (max-width: 700px) {
    div.featured-grid .row,
    div.collection-list .row,
    div.gallery .row {
      margin-bottom: 0; }
      div.featured-grid .row.row-2 .box, div.featured-grid .row.row-3 .box,
      div.collection-list .row.row-2 .box,
      div.collection-list .row.row-3 .box,
      div.gallery .row.row-2 .box,
      div.gallery .row.row-3 .box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        margin-bottom: 20px; } }
div.featured-grid .box a,
div.featured-grid .box div.hover-wrapper,
div.collection-list .box a,
div.collection-list .box div.hover-wrapper,
div.gallery .box a,
div.gallery .box div.hover-wrapper {
  display: block;
  background-size: contain;
  background-position: center center; }
div.featured-grid .box figure,
div.collection-list .box figure,
div.gallery .box figure {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto; }
  div.featured-grid .box figure img,
  div.featured-grid .box figure svg,
  div.collection-list .box figure img,
  div.collection-list .box figure svg,
  div.gallery .box figure img,
  div.gallery .box figure svg {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    transition: all 2s ease-out;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: 0px; }
  div.featured-grid .box figure.full-width img,
  div.featured-grid .box figure.full-width svg,
  div.collection-list .box figure.full-width img,
  div.collection-list .box figure.full-width svg,
  div.gallery .box figure.full-width img,
  div.gallery .box figure.full-width svg {
    width: 100%;
    height: auto; }
  div.featured-grid .box figure:after,
  div.collection-list .box figure:after,
  div.gallery .box figure:after {
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    content: '';
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }
  div.featured-grid .box figure figcaption,
  div.collection-list .box figure figcaption,
  div.gallery .box figure figcaption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 20; }
    div.featured-grid .box figure figcaption h4, div.featured-grid .box figure figcaption .h4,
    div.collection-list .box figure figcaption h4,
    div.collection-list .box figure figcaption .h4,
    div.gallery .box figure figcaption h4,
    div.gallery .box figure figcaption .h4 {
      margin: 0 auto;
      display: inline-block;
      color: white;
      border: 2px solid white;
      text-transform: none;
      font-weight: bold;
      padding: 6px 16px;
      font-size: 1.5em;
      width: auto;
      max-width: 90%;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
div.featured-grid .box a.text-overlay:hover figure:after,
div.featured-grid .box a.text-overlay:focus figure:after,
div.featured-grid .box div.hover-wrapper.text-overlay:hover figure:after,
div.featured-grid .box div.hover-wrapper.text-overlay:focus figure:after,
div.collection-list .box a.text-overlay:hover figure:after,
div.collection-list .box a.text-overlay:focus figure:after,
div.collection-list .box div.hover-wrapper.text-overlay:hover figure:after,
div.collection-list .box div.hover-wrapper.text-overlay:focus figure:after,
div.gallery .box a.text-overlay:hover figure:after,
div.gallery .box a.text-overlay:focus figure:after,
div.gallery .box div.hover-wrapper.text-overlay:hover figure:after,
div.gallery .box div.hover-wrapper.text-overlay:focus figure:after {
  background: rgba(31, 200, 207, 0.4); }
div.featured-grid .box a.text-overlay:hover figcaption h4, div.featured-grid .box a.text-overlay:hover figcaption .h4,
div.featured-grid .box a.text-overlay:focus figcaption h4,
div.featured-grid .box a.text-overlay:focus figcaption .h4,
div.featured-grid .box div.hover-wrapper.text-overlay:hover figcaption h4,
div.featured-grid .box div.hover-wrapper.text-overlay:hover figcaption .h4,
div.featured-grid .box div.hover-wrapper.text-overlay:focus figcaption h4,
div.featured-grid .box div.hover-wrapper.text-overlay:focus figcaption .h4,
div.collection-list .box a.text-overlay:hover figcaption h4,
div.collection-list .box a.text-overlay:hover figcaption .h4,
div.collection-list .box a.text-overlay:focus figcaption h4,
div.collection-list .box a.text-overlay:focus figcaption .h4,
div.collection-list .box div.hover-wrapper.text-overlay:hover figcaption h4,
div.collection-list .box div.hover-wrapper.text-overlay:hover figcaption .h4,
div.collection-list .box div.hover-wrapper.text-overlay:focus figcaption h4,
div.collection-list .box div.hover-wrapper.text-overlay:focus figcaption .h4,
div.gallery .box a.text-overlay:hover figcaption h4,
div.gallery .box a.text-overlay:hover figcaption .h4,
div.gallery .box a.text-overlay:focus figcaption h4,
div.gallery .box a.text-overlay:focus figcaption .h4,
div.gallery .box div.hover-wrapper.text-overlay:hover figcaption h4,
div.gallery .box div.hover-wrapper.text-overlay:hover figcaption .h4,
div.gallery .box div.hover-wrapper.text-overlay:focus figcaption h4,
div.gallery .box div.hover-wrapper.text-overlay:focus figcaption .h4 {
  border-width: 2px;
  padding: 8px 20px;
  background-color: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
div.featured-grid .box a.zoom:hover figure img,
div.featured-grid .box a.zoom:hover figure svg,
div.featured-grid .box a.zoom:focus figure img,
div.featured-grid .box a.zoom:focus figure svg,
div.featured-grid .box div.hover-wrapper.zoom:hover figure img,
div.featured-grid .box div.hover-wrapper.zoom:hover figure svg,
div.featured-grid .box div.hover-wrapper.zoom:focus figure img,
div.featured-grid .box div.hover-wrapper.zoom:focus figure svg,
div.collection-list .box a.zoom:hover figure img,
div.collection-list .box a.zoom:hover figure svg,
div.collection-list .box a.zoom:focus figure img,
div.collection-list .box a.zoom:focus figure svg,
div.collection-list .box div.hover-wrapper.zoom:hover figure img,
div.collection-list .box div.hover-wrapper.zoom:hover figure svg,
div.collection-list .box div.hover-wrapper.zoom:focus figure img,
div.collection-list .box div.hover-wrapper.zoom:focus figure svg,
div.gallery .box a.zoom:hover figure img,
div.gallery .box a.zoom:hover figure svg,
div.gallery .box a.zoom:focus figure img,
div.gallery .box a.zoom:focus figure svg,
div.gallery .box div.hover-wrapper.zoom:hover figure img,
div.gallery .box div.hover-wrapper.zoom:hover figure svg,
div.gallery .box div.hover-wrapper.zoom:focus figure img,
div.gallery .box div.hover-wrapper.zoom:focus figure svg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }
div.featured-grid .box a.zoom:hover figcaption h4, div.featured-grid .box a.zoom:hover figcaption .h4,
div.featured-grid .box a.zoom:focus figcaption h4,
div.featured-grid .box a.zoom:focus figcaption .h4,
div.featured-grid .box div.hover-wrapper.zoom:hover figcaption h4,
div.featured-grid .box div.hover-wrapper.zoom:hover figcaption .h4,
div.featured-grid .box div.hover-wrapper.zoom:focus figcaption h4,
div.featured-grid .box div.hover-wrapper.zoom:focus figcaption .h4,
div.collection-list .box a.zoom:hover figcaption h4,
div.collection-list .box a.zoom:hover figcaption .h4,
div.collection-list .box a.zoom:focus figcaption h4,
div.collection-list .box a.zoom:focus figcaption .h4,
div.collection-list .box div.hover-wrapper.zoom:hover figcaption h4,
div.collection-list .box div.hover-wrapper.zoom:hover figcaption .h4,
div.collection-list .box div.hover-wrapper.zoom:focus figcaption h4,
div.collection-list .box div.hover-wrapper.zoom:focus figcaption .h4,
div.gallery .box a.zoom:hover figcaption h4,
div.gallery .box a.zoom:hover figcaption .h4,
div.gallery .box a.zoom:focus figcaption h4,
div.gallery .box a.zoom:focus figcaption .h4,
div.gallery .box div.hover-wrapper.zoom:hover figcaption h4,
div.gallery .box div.hover-wrapper.zoom:hover figcaption .h4,
div.gallery .box div.hover-wrapper.zoom:focus figcaption h4,
div.gallery .box div.hover-wrapper.zoom:focus figcaption .h4 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
div.featured-grid .box a.rollover figure img,
div.collection-list .box a.rollover figure img,
div.gallery .box a.rollover figure img {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
div.featured-grid .box a.rollover:hover figure:after,
div.featured-grid .box a.rollover:focus figure:after,
div.collection-list .box a.rollover:hover figure:after,
div.collection-list .box a.rollover:focus figure:after,
div.gallery .box a.rollover:hover figure:after,
div.gallery .box a.rollover:focus figure:after {
  display: none; }
div.featured-grid .box a.rollover:hover figure img,
div.featured-grid .box a.rollover:focus figure img,
div.collection-list .box a.rollover:hover figure img,
div.collection-list .box a.rollover:focus figure img,
div.gallery .box a.rollover:hover figure img,
div.gallery .box a.rollover:focus figure img {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  opacity: 0; }
div.featured-grid .box figcaption.below,
div.collection-list .box figcaption.below,
div.gallery .box figcaption.below {
  text-align: center; }
  div.featured-grid .box figcaption.below h3, div.featured-grid .box figcaption.below .h3,
  div.collection-list .box figcaption.below h3,
  div.collection-list .box figcaption.below .h3,
  div.gallery .box figcaption.below h3,
  div.gallery .box figcaption.below .h3 {
    margin: 0; }
  div.featured-grid .box figcaption.below a,
  div.collection-list .box figcaption.below a,
  div.gallery .box figcaption.below a {
    padding: 6px 4px 0;
    display: block;
    color: black;
    text-transform: none;
    font-weight: 400; }

/*============================================================================
  #Collections
==============================================================================*/
.collection,
.featured-collection,
.simple-collection {
  padding: 0 20px 40px;
  background: white; }
  @media screen and (max-width: 800px) {
    .collection,
    .featured-collection,
    .simple-collection {
      padding: 0 20px 40px 20px; } }
  .collection .wrapper,
  .featured-collection .wrapper,
  .simple-collection .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .collection .wrapper:after,
    .featured-collection .wrapper:after,
    .simple-collection .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .collection .collection-container,
  .featured-collection .collection-container,
  .simple-collection .collection-container {
    padding: 12px 0 40px 0; }
  .collection.blog,
  .featured-collection.blog,
  .simple-collection.blog {
    padding-bottom: 0px; }
    .collection.blog .collection-container,
    .featured-collection.blog .collection-container,
    .simple-collection.blog .collection-container {
      padding: 6px 0 40px 0; }
    .collection.blog header.collection-header,
    .featured-collection.blog header.collection-header,
    .simple-collection.blog header.collection-header {
      margin-top: 6px; }

body.template-index .collection,
body.template-index .featured-collection,
body.template-index .simple-collection {
  padding: 40px 20px; }

.featured-collection {
  padding: 40px 20px; }
  .featured-collection .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .featured-collection .grid:after {
      clear: both;
      content: "";
      display: table; }
    .featured-collection .grid > * {
      padding-left: 30px; }
    .featured-collection .grid > * {
      display: inline-block; }
    .featured-collection .grid link {
      display: none; }
  .featured-collection .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 25%;
    margin-bottom: 30px; }
    .featured-collection .box.header {
      text-align: center; }
      .featured-collection .box.header .details {
        width: 100%;
        padding-right: 30px; }
      .featured-collection .box.header h4, .featured-collection .box.header .h4 {
        font-size: 1.75em;
        text-transform: none;
        font-weight: 400; }
      @media screen and (max-width: 600px) {
        .featured-collection .box.header p {
          font-size: 0.875em; } }
    @media screen and (max-width: 800px) {
      .featured-collection .box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .featured-collection .box.header .details {
        padding-right: 0; } }
  .featured-collection.layout-8 .box.header, .featured-collection.layout-4 .box.header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 100%; }
    .featured-collection.layout-8 .box.header .details, .featured-collection.layout-4 .box.header .details {
      padding-right: 0px; }
  .featured-collection.layout-6 .box.header, .featured-collection.layout-2 .box.header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%;
    position: relative;
    height: 240px; }
    .featured-collection.layout-6 .box.header .details, .featured-collection.layout-2 .box.header .details {
      width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media screen and (max-width: 800px) {
      .featured-collection.layout-6 .box.header, .featured-collection.layout-2 .box.header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        height: auto !important; }
        .featured-collection.layout-6 .box.header .details, .featured-collection.layout-2 .box.header .details {
          position: static;
          top: auto;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
          margin-left: 0; } }

.simple-collection {
  padding: 40px 20px; }
  .simple-collection header {
    *zoom: 1;
    position: relative;
    margin-bottom: 20px; }
    .simple-collection header:after {
      clear: both;
      content: "";
      display: table; }
    .simple-collection header h4, .simple-collection header .h4 {
      float: left;
      margin: 0;
      font-size: 1.75em;
      text-transform: none;
      font-weight: 400; }
    .simple-collection header a.button.outline, .simple-collection header p.buttons.outline > a, .simple-collection header .hero a.button, .hero .simple-collection header a.button, .simple-collection header .slide__item-content a.button, .slide__item-content .simple-collection header a.button {
      float: right;
      top: 5px;
      position: relative;
      padding: 2px 12px;
      border: 2px solid #4f4f4f;
      color: #4f4f4f;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 11px;
      text-decoration: none;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      outline: none; }
      .simple-collection header a.button.outline:hover, .simple-collection header p.buttons.outline > a:hover, .simple-collection header .hero a.button:hover, .hero .simple-collection header a.button:hover, .simple-collection header .slide__item-content a.button:hover, .slide__item-content .simple-collection header a.button:hover, .simple-collection header a.button.outline:focus, .simple-collection header p.buttons.outline > a:focus, .simple-collection header .hero a.button:focus, .hero .simple-collection header a.button:focus, .simple-collection header .slide__item-content a.button:focus, .slide__item-content .simple-collection header a.button:focus {
        color: #1fc8cf;
        border-color: #1fc8cf; }
    @media screen and (max-width: 800px) {
      .simple-collection header {
        text-align: center;
        padding-bottom: 20px; }
        .simple-collection header h4, .simple-collection header .h4 {
          float: none; }
        .simple-collection header a.button.outline, .simple-collection header p.buttons.outline > a, .simple-collection header .hero a.button, .hero .simple-collection header a.button, .simple-collection header .slide__item-content a.button, .slide__item-content .simple-collection header a.button {
          float: none;
          position: static;
          top: auto;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
    .simple-collection header.centered {
      text-align: center; }
      .simple-collection header.centered h4, .simple-collection header.centered .h4,
      .simple-collection header.centered a.button.outline,
      .simple-collection header.centered p.buttons.outline > a,
      .simple-collection header.centered .hero a.button,
      .hero .simple-collection header.centered a.button,
      .simple-collection header.centered .slide__item-content a.button,
      .slide__item-content .simple-collection header.centered a.button {
        float: none; }
  .simple-collection .product-container {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .simple-collection .product-container:after {
      clear: both;
      content: "";
      display: table; }
    .simple-collection .product-container > * {
      padding-left: 30px; }
    .simple-collection .product-container > * {
      display: inline-block; }
    .simple-collection .product-container link {
      display: none; }
    .simple-collection .product-container .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 25%;
      margin-bottom: 30px; }
      @media screen and (max-width: 800px) {
        .simple-collection .product-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }

.collection {
  margin-top: 0; }
  .collection .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: rtl; }
    .collection .grid:after {
      clear: both;
      content: "";
      display: table; }
    .collection .grid > * {
      padding-left: 30px; }
    .collection .grid > * {
      direction: ltr;
      text-align: left;
      display: inline-block; }
    .collection .grid link {
      display: none; }
    .collection .grid .aside-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 25%; }
    .collection .grid .collection-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 75%; }
    .collection .grid.full-width .collection-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%; }
    @media screen and (max-width: 950px) {
      .collection .grid .aside-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 33.33333%; }
      .collection .grid .collection-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 66.66667%; } }
    @media screen and (max-width: 800px) {
      .collection .grid .aside-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; }
      .collection .grid .collection-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  .collection.blog .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .collection.blog .grid:after {
      clear: both;
      content: "";
      display: table; }
    .collection.blog .grid > * {
      padding-left: 30px; }
    .collection.blog .grid > * {
      display: inline-block; }
    .collection.blog .grid link {
      display: none; }
  @media screen and (max-width: 800px) {
    .collection.blog .blog-sidebar-image {
      display: none; }
    .collection.blog .aside-container {
      display: none; } }
  .collection aside {
    *zoom: 1;
    margin-top: 6px;
    background: white; }
    .collection aside:after {
      clear: both;
      content: "";
      display: table; }
    .collection aside .nav-container {
      padding: 14px 20px; }
    .collection aside nav {
      margin-bottom: 20px;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; }
      .collection aside nav:last-of-type {
        margin-bottom: 0px; }
      .collection aside nav h5, .collection aside nav .h5 {
        margin-bottom: 6px;
        padding-bottom: 6px;
        font-size: 1.25em;
        text-transform: none;
        color: black;
        font-weight: 400;
        border-bottom: 1px solid #e5e5e5; }
      .collection aside nav li.active a {
        color: #1fc8cf; }
      .collection aside nav span.title {
        display: block;
        font-family: "Merriweather", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
        margin-bottom: 4px;
        line-height: 1.4; }
      .collection aside nav time,
      .collection aside nav a.util {
        position: relative;
        font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 11px; }
      .collection aside nav a {
        font-size: 0.9375em;
        text-decoration: none;
        color: #4f4f4f;
        text-transform: capitalize; }
        .collection aside nav a:hover, .collection aside nav a:focus {
          color: #15888c; }
        .collection aside nav a.active {
          color: #1fc8cf; }
      .collection aside nav.tags ul {
        padding-left: 8px; }
      .collection aside nav.tags li {
        display: inline-block;
        margin: 0 0 2px 0; }
        .collection aside nav.tags li a {
          padding: 2px 12px;
          border: 2px solid #4f4f4f;
          color: #4f4f4f;
          text-transform: uppercase;
          font-weight: 600;
          font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 11px;
          text-decoration: none;
          -webkit-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
          outline: none;
          padding: 4px 2px;
          font-size: 0.625em;
          border: none;
          box-shadow: 6px 0 0 #ededed, -6px 0 0 #ededed;
          background-color: #ededed;
          margin-right: 18px; }
          .collection aside nav.tags li a:hover, .collection aside nav.tags li a:focus {
            color: #1fc8cf;
            border-color: #1fc8cf; }
          .collection aside nav.tags li a:hover {
            color: white;
            background-color: #1fc8cf;
            border-color: #1fc8cf;
            box-shadow: 8px 0 0 #1fc8cf, -8px 0 0 #1fc8cf; }
        .collection aside nav.tags li.active a {
          color: white;
          background-color: #1fc8cf;
          border-color: #1fc8cf;
          box-shadow: 8px 0 0 #1fc8cf, -8px 0 0 #1fc8cf; }
        .collection aside nav.tags li.active.close a:after {
          content: "\f00d";
          font-size: 11px;
          position: relative;
          top: 1px;
          padding-left: 4px; }
    @media screen and (max-width: 800px) {
      .collection aside {
        margin: 20px auto 40px; }
        .collection aside .nav-container {
          *zoom: 1;
          margin: 0;
          padding: 0;
          font-size: 0;
          margin-left: -30px;
          direction: ltr;
          padding: 14px 20px; }
          .collection aside .nav-container:after {
            clear: both;
            content: "";
            display: table; }
          .collection aside .nav-container > * {
            padding-left: 30px; }
          .collection aside .nav-container > * {
            display: inline-block; }
          .collection aside .nav-container link {
            display: none; }
        .collection aside nav {
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; }
          .collection aside nav h5, .collection aside nav .h5 {
            font-size: 1.125em; } }
    @media screen and (max-width: 600px) {
      .collection aside nav {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        text-align: center !important; }
        .collection aside nav li {
          display: inline-block; }
          .collection aside nav li a {
            display: inline-block; }
            .collection aside nav li a:after {
              content: ', '; }
          .collection aside nav li:last-child a:after {
            content: ''; }
        .collection aside nav.recent-posts li {
          display: block; }
          .collection aside nav.recent-posts li a:after {
            content: ''; }
        .collection aside nav.tags li a:after {
          content: ''; } }
  .collection.blog aside .nav-container {
    padding: 0 20px; }
    .collection.blog aside .nav-container > nav:first-child {
      padding-top: 14px; }
  .collection.blog aside nav {
    margin: 14px 0; }
  .collection.blog aside .blog-sidebar-image-wrapper {
    display: block;
    margin: 0 -20px; }
  @media screen and (max-width: 800px) {
    .collection .aside-container {
      display: none; } }
  .collection .mobile-aside-container {
    display: none;
    margin: 0 0 30px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .collection .mobile-aside-container {
        display: block; } }
    .collection .mobile-aside-container a.button.simple {
      background-color: transparent;
      background-image: url("https://www.pongolondon.cc/cdn/shop/t/34/assets/ico-select.svg?v=29043846256671868191603112367");
      background-position: right 5px center;
      background-repeat: no-repeat;
      padding: 0 20px 0 10px; }
    .collection .mobile-aside-container aside {
      margin: 10px 0 0;
      display: none; }
  .collection .products {
    padding-bottom: 16px;
    margin-bottom: 16px;
    *zoom: 1; }
    .collection .products:after {
      clear: both;
      content: "";
      display: table; }
  .collection .products-grid {
    position: relative;
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .collection .products-grid:after {
      clear: both;
      content: "";
      display: table; }
    .collection .products-grid > * {
      padding-left: 30px; }
    .collection .products-grid > * {
      display: inline-block; }
    .collection .products-grid link {
      display: none; }
    .collection .products-grid .box.product {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 33.33333%;
      margin-bottom: 20px; }
      .collection .products-grid .box.product figcaption {
        text-align: center; }
      @media screen and (max-width: 950px) {
        .collection .products-grid .box.product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }
    .collection .products-grid.full-width .box.product {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 25%; }
      @media screen and (max-width: 800px) {
        .collection .products-grid.full-width .box.product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }
    .collection .products-grid > p {
      font-size: 16px; }
  .collection .products-list.full-width {
    margin: 0 auto;
    max-width: 800px; }
  .collection .products-list .box.product figure {
    *zoom: 1;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .collection .products-list .box.product figure:after {
      clear: both;
      content: "";
      display: table; }
    .collection .products-list .box.product figure .product-thumbnail {
      width: 120px;
      margin-right: 12px;
      float: left; }
      @media screen and (min-width: 440.1px) and (max-width: 599.9px) {
        .collection .products-list .box.product figure .product-thumbnail {
          width: 80px; } }
      @media screen and (max-width: 440px) {
        .collection .products-list .box.product figure .product-thumbnail {
          width: 100%;
          float: none;
          margin-bottom: 12px; } }
      .collection .products-list .box.product figure .product-thumbnail a {
        display: block;
        background-color: white; }
      .collection .products-list .box.product figure .product-thumbnail img {
        margin: 0 auto;
        height: auto;
        display: block; }
    .collection .products-list .box.product figure figcaption {
      margin-left: 132px;
      margin-top: 0; }
      @media screen and (min-width: 440.1px) and (max-width: 599.9px) {
        .collection .products-list .box.product figure figcaption {
          margin-left: 92px; } }
      @media screen and (max-width: 440px) {
        .collection .products-list .box.product figure figcaption {
          margin-left: 0; } }
      .collection .products-list .box.product figure figcaption header {
        display: table;
        width: 100%;
        padding-bottom: 6px;
        margin-bottom: 6px;
        border-bottom: 1px solid #dbdbdb; }
      .collection .products-list .box.product figure figcaption .product-title {
        font-weight: bold;
        display: table-cell;
        text-align: left; }
        .collection .products-list .box.product figure figcaption .product-title a.title {
          display: inline-block; }
        .collection .products-list .box.product figure figcaption .product-title span.vendor {
          display: inline-block; }
      .collection .products-list .box.product figure figcaption span.price {
        display: table-cell;
        text-align: right;
        min-width: 100px; }
      .collection .products-list .box.product figure figcaption span.label {
        background-color: white; }
        .collection .products-list .box.product figure figcaption span.label.sale {
          background-color: #1fc8cf; }
      @media screen and (max-width: 400px) {
        .collection .products-list .box.product figure figcaption .product-title,
        .collection .products-list .box.product figure figcaption span.price {
          display: block;
          text-align: left;
          min-width: 0; } }
      .collection .products-list .box.product figure figcaption p.description {
        font-size: 0.875em;
        margin-bottom: 6px; }
    @media screen and (max-width: 600px) {
      .collection .products-list .box.product figure {
        margin-bottom: 40px; } }
  .collection.search-results .search-wrapper {
    padding: 20px; }
    .collection.search-results .search-wrapper form {
      margin: 0; }
      .collection.search-results .search-wrapper form .icon-wrapper {
        padding: 0;
        margin: 0;
        display: block;
        width: 30px;
        float: left; }
      .collection.search-results .search-wrapper form .input-wrapper {
        padding: 0 20px 0 40px;
        margin: 0;
        display: block;
        float: none;
        width: 100%;
        padding-left: 60px; }
      .collection.search-results .search-wrapper form .button-wrapper {
        display: none; }
  .collection.search-results .collection-header {
    margin-top: 40px; }
  .collection.search-results h1, .collection.search-results .h1, .collection.search-results header.site-header div.site-logo, header.site-header .collection.search-results div.site-logo {
    text-align: center;
    float: none;
    text-transform: none;
    font-size: 2.25em; }
  .collection.search-results .search-list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  .collection.search-results .simple-collection {
    border-bottom: none;
    padding-bottom: 0; }
  @media screen and (max-width: 600px) {
    .collection.search-results .search-wrapper {
      margin-bottom: 40px; }
      .collection.search-results .search-wrapper form .icon-wrapper {
        width: 20px; }
      .collection.search-results .search-wrapper form .input-wrapper {
        padding: 0 20px 0 20px; }
        .collection.search-results .search-wrapper form .input-wrapper input {
          font-size: 1.125em; } }

header.collection-header {
  margin-bottom: 30px; }
  header.collection-header > .container {
    *zoom: 1;
    padding-bottom: 3px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed; }
    header.collection-header > .container:after {
      clear: both;
      content: "";
      display: table; }
  header.collection-header h1, header.collection-header .h1, header.collection-header header.site-header div.site-logo, header.site-header header.collection-header div.site-logo {
    text-transform: none;
    font-size: 1.75em;
    margin-bottom: 0px;
    float: left; }
  header.collection-header .sort-by {
    float: right;
    padding-top: 4px;
    margin-bottom: 8px; }
    header.collection-header .sort-by label {
      margin-right: 4px;
      font-size: 0.5625em;
      font-weight: 600;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: none; }
    header.collection-header .sort-by select {
      margin: 0;
      border: 0px;
      outline: 2px solid #b8b8b8;
      outline-offset: 1px;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.75em;
      text-transform: uppercase;
      height: 26px; }
      header.collection-header .sort-by select:focus {
        outline: 2px solid #1fc8cf; }
    header.collection-header .sort-by .layout-options {
      margin-left: 6px;
      position: relative;
      top: 3px;
      display: inline-block; }
    header.collection-header .sort-by button {
      margin: 0;
      border: none;
      background: transparent;
      padding: 0;
      color: #dbdbdb; }
      header.collection-header .sort-by button.active {
        color: #b8b8b8; }
      header.collection-header .sort-by button:hover, header.collection-header .sort-by button:focus {
        outline: 0;
        color: #1fc8cf; }
  header.collection-header .collection-image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto 10px; }
  @media screen and (max-width: 800px) {
    header.collection-header {
      text-align: center;
      margin-bottom: 0px; }
      header.collection-header h1, header.collection-header .h1, header.collection-header header.site-header div.site-logo, header.site-header header.collection-header div.site-logo {
        float: none; }
      header.collection-header .sort-by {
        float: none;
        margin-bottom: 10px; } }
  @media screen and (max-width: 600px) {
    header.collection-header .sort-by label {
      display: none; } }

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

.featured-collection figure, .simple-collection figure, .collection figure {
  position: relative;
  display: block;
  cursor: pointer; }
  .featured-collection figure a.product-image, .simple-collection figure a.product-image, .collection figure a.product-image {
    background-color: white; }
  .featured-collection figure a.product-image.view-alt, .simple-collection figure a.product-image.view-alt, .collection figure a.product-image.view-alt {
    background-position: -1000px -1000px;
    background-repeat: no-repeat; }
  .featured-collection figure:hover a.product-image.view-alt, .simple-collection figure:hover a.product-image.view-alt, .collection figure:hover a.product-image.view-alt, .featured-collection figure:focus a.product-image.view-alt, .simple-collection figure:focus a.product-image.view-alt, .collection figure:focus a.product-image.view-alt {
    background-position: center center;
    background-size: cover; }
    .featured-collection figure:hover a.product-image.view-alt img, .simple-collection figure:hover a.product-image.view-alt img, .collection figure:hover a.product-image.view-alt img, .featured-collection figure:focus a.product-image.view-alt img, .simple-collection figure:focus a.product-image.view-alt img, .collection figure:focus a.product-image.view-alt img {
      opacity: 0; }
  .featured-collection figure:hover figcaption a.title, .simple-collection figure:hover figcaption a.title, .collection figure:hover figcaption a.title, .featured-collection figure:focus figcaption a.title, .simple-collection figure:focus figcaption a.title, .collection figure:focus figcaption a.title {
    color: #1fc8cf; }
  .featured-collection figure:hover span.rating, .simple-collection figure:hover span.rating, .collection figure:hover span.rating, .featured-collection figure:focus span.rating, .simple-collection figure:focus span.rating, .collection figure:focus span.rating {
    opacity: 1; }
  .featured-collection figure a.product-image, .simple-collection figure a.product-image, .collection figure a.product-image {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center; }
    .featured-collection figure a.product-image img, .simple-collection figure a.product-image img, .collection figure a.product-image img {
      display: block;
      max-width: 100%;
      margin: 0 auto;
      height: auto;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    .featured-collection figure a.product-image span.label, .simple-collection figure a.product-image span.label, .collection figure a.product-image span.label {
      position: absolute;
      bottom: 4px;
      right: 4px;
      padding: 1px 8px;
      background-color: white;
      color: #1fc8cf;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.625em;
      font-weight: 600;
      text-transform: uppercase; }
      .featured-collection figure a.product-image span.label.sale, .simple-collection figure a.product-image span.label.sale, .collection figure a.product-image span.label.sale {
        background-color: #1fc8cf;
        color: white; }
    .featured-collection figure a.product-image span.rating, .simple-collection figure a.product-image span.rating, .collection figure a.product-image span.rating {
      opacity: 0;
      position: absolute;
      bottom: 4px;
      left: 4px;
      padding: 2px 8px 1px;
      background-color: white;
      color: #1fc8cf;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.625em; }
      .featured-collection figure a.product-image span.rating .icon-star-outline, .simple-collection figure a.product-image span.rating .icon-star-outline, .collection figure a.product-image span.rating .icon-star-outline {
        color: #b8b8b8; }
  .featured-collection figure .image-table, .simple-collection figure .image-table, .collection figure .image-table {
    max-width: 100%;
    width: 100%;
    display: table;
    table-layout: auto; }
  .featured-collection figure .image-cell, .simple-collection figure .image-cell, .collection figure .image-cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .featured-collection figure .image-cell a.product-image, .simple-collection figure .image-cell a.product-image, .collection figure .image-cell a.product-image {
      display: inline-block;
      width: 100%; }
      .featured-collection figure .image-cell a.product-image img, .simple-collection figure .image-cell a.product-image img, .collection figure .image-cell a.product-image img {
        display: block;
        width: 100%; }
.featured-collection figcaption, .simple-collection figcaption, .collection figcaption {
  margin-top: 10px;
  line-height: 1.3; }
  .featured-collection figcaption .product-title, .simple-collection figcaption .product-title, .collection figcaption .product-title {
    display: block;
    margin-top: 4px;
    color: #4f4f4f;
    text-align: center; }
    .featured-collection figcaption .product-title a, .simple-collection figcaption .product-title a, .collection figcaption .product-title a {
      font-size: 0.9375em;
      color: #4f4f4f;
      text-decoration: none; }
      .featured-collection figcaption .product-title a:hover, .simple-collection figcaption .product-title a:hover, .collection figcaption .product-title a:hover, .featured-collection figcaption .product-title a:focus, .simple-collection figcaption .product-title a:focus, .collection figcaption .product-title a:focus {
        color: #1fc8cf; }
    .featured-collection figcaption .product-title span.vendor, .simple-collection figcaption .product-title span.vendor, .collection figcaption .product-title span.vendor {
      display: block;
      text-align: center;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.8125em;
      margin-bottom: 2px;
      color: #838383; }
  .featured-collection figcaption span.price, .simple-collection figcaption span.price, .collection figcaption span.price {
    display: block;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    font-weight: 600;
    text-align: center; }
  .featured-collection figcaption span.original-price, .simple-collection figcaption span.original-price, .collection figcaption span.original-price {
    text-decoration: line-through;
    color: #fc268a; }
  .featured-collection figcaption span.from, .simple-collection figcaption span.from, .collection figcaption span.from {
    font-weight: normal;
    color: #a7a7a7; }
  .featured-collection figcaption span.label, .simple-collection figcaption span.label, .collection figcaption span.label {
    padding: 4px 8px;
    background-color: white;
    color: #1fc8cf;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.625em;
    font-weight: 600;
    text-transform: uppercase; }
    .featured-collection figcaption span.label.sale, .simple-collection figcaption span.label.sale, .collection figcaption span.label.sale {
      background-color: #1fc8cf;
      color: white; }
  .featured-collection figcaption span.rating, .simple-collection figcaption span.rating, .collection figcaption span.rating {
    color: #1fc8cf;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    vertical-align: -1px; }
    .featured-collection figcaption span.rating .icon-star-outline, .simple-collection figcaption span.rating .icon-star-outline, .collection figcaption span.rating .icon-star-outline {
      color: #b8b8b8; }

/*============================================================================
  #Products
==============================================================================*/
.single-product {
  padding: 0 20px 40px;
  background: white; }
  .single-product .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .single-product .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .single-product .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .single-product .grid:after {
      clear: both;
      content: "";
      display: table; }
    .single-product .grid > * {
      padding-left: 30px; }
    .single-product .grid > * {
      display: inline-block; }
    .single-product .grid link {
      display: none; }
    .single-product .grid aside.product-aside {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 41.66667%; }
    .single-product .grid .product-images {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 58.33333%; }
    @media screen and (max-width: 800px) {
      .single-product .grid aside.product-aside,
      .single-product .grid .product-images {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        margin: 0 0 10px; } }

header.product-header {
  display: table;
  width: 100%;
  padding-bottom: 4px;
  margin-bottom: 30px;
  padding-top: 14px;
  border-bottom: 1px solid #e5e5e5; }
  header.product-header .title-container {
    display: table-cell;
    text-align: left;
    vertical-align: bottom; }
  header.product-header .product-jump-container {
    display: table-cell;
    text-align: right;
    vertical-align: bottom; }
  header.product-header h1, header.product-header .h1, header.product-header header.site-header div.site-logo, header.site-header header.product-header div.site-logo {
    font-size: 2.25em;
    margin-bottom: 0px; }
    @media screen and (min-width: 799.9px) {
      header.product-header h1, header.product-header .h1, header.product-header header.site-header div.site-logo, header.site-header header.product-header div.site-logo {
        display: none; } }
  header.product-header ul.product-jump {
    padding-top: 0px;
    margin-bottom: 8px;
    line-height: 1;
    font-size: 0.6875em;
    text-transform: none;
    font-weight: 600;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 600px) {
      header.product-header ul.product-jump {
        padding-top: 10px; } }
    header.product-header ul.product-jump li {
      display: inline-block; }
      header.product-header ul.product-jump li:after {
        content: ' | '; }
      header.product-header ul.product-jump li:last-child a {
        padding-right: 0px; }
      header.product-header ul.product-jump li:last-child:after {
        content: ''; }
  header.product-header a {
    text-decoration: none;
    color: #4f4f4f;
    padding: 4px 6px; }
    header.product-header a:hover, header.product-header a:focus {
      color: #1fc8cf; }
    header.product-header a span {
      position: relative;
      top: -1px; }
  @media screen and (max-width: 800px) {
    header.product-header {
      text-align: center; }
      header.product-header .title-container {
        display: block;
        text-align: center; }
      header.product-header .product-jump-container {
        display: block;
        text-align: center; } }

aside.product-aside .purchase-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }
  aside.product-aside .purchase-box.padding-box {
    padding: 20px;
    background: white; }
  @media screen and (max-width: 800px) {
    aside.product-aside .purchase-box {
      max-width: 540px;
      margin: 40px auto; } }
aside.product-aside .description p,
aside.product-aside .description ul {
  font-size: 0.875em; }
aside.product-aside .description h4, aside.product-aside .description .h4 {
  text-transform: none;
  font-weight: 400;
  padding-bottom: 2px;
  padding-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e5e5e5; }
  aside.product-aside .description h4:first-of-type, aside.product-aside .description .h4:first-of-type {
    padding-top: 0px; }

.purchase-box h1, .purchase-box .h1, .purchase-box header.site-header div.site-logo, header.site-header .purchase-box div.site-logo {
  font-size: 1.875em;
  margin-bottom: 4px; }
.purchase-box span.vendor {
  font-size: 0.9375em;
  position: relative;
  top: -6px;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .purchase-box span.vendor a {
    text-decoration: none;
    color: #4f4f4f; }
    .purchase-box span.vendor a:hover {
      color: #1fc8cf; }
.purchase-box .selection-wrapper {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5; }
  .purchase-box .selection-wrapper p {
    text-align: left; }
  .purchase-box .selection-wrapper.variant select {
    width: 100%;
    height: 30px;
    margin: 0;
    border: 0px;
    outline: 2px solid #b8b8b8;
    outline-offset: -2px;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    text-transform: uppercase; }
  .purchase-box .selection-wrapper .variant-grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr;
    margin-left: -20px; }
    .purchase-box .selection-wrapper .variant-grid:after {
      clear: both;
      content: "";
      display: table; }
    .purchase-box .selection-wrapper .variant-grid > * {
      padding-left: 30px; }
    .purchase-box .selection-wrapper .variant-grid > * {
      display: inline-block; }
    .purchase-box .selection-wrapper .variant-grid link {
      display: none; }
    .purchase-box .selection-wrapper .variant-grid .selector-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 50%;
      padding-left: 20px; }
      @media screen and (max-width: 440px) {
        .purchase-box .selection-wrapper .variant-grid .selector-wrapper {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; } }
      .purchase-box .selection-wrapper .variant-grid .selector-wrapper.full-width {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; }
    .purchase-box .selection-wrapper .variant-grid > select {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%;
      margin-left: 20px;
      width: auto;
      height: 30px;
      border: 0px;
      outline: 2px solid #b8b8b8;
      outline-offset: -2px;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      padding-left: 10px; }
  .purchase-box .selection-wrapper.no-js {
    margin-top: 20px;
    display: none; }
  .purchase-box .selection-wrapper.price {
    padding-bottom: 10px; }
    .purchase-box .selection-wrapper.price > span {
      font-size: 1.125em;
      font-weight: 600;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #1fc8cf; }
    .purchase-box .selection-wrapper.price select {
      font-size: 0.625em;
      color: #b8b8b8;
      text-transform: uppercase;
      font-weight: 600; }
    .purchase-box .selection-wrapper.price p {
      display: none;
      margin: 0;
      font-style: italic; }
  .purchase-box .selection-wrapper.cart {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    background-color: transparent;
    display: table;
    border-collapse: collapse;
    width: 100%;
    vertical-align: middle; }
    .purchase-box .selection-wrapper.cart .selector-wrapper.quantity {
      width: 100px;
      display: table-cell;
      vertical-align: bottom;
      padding-right: 20px; }
      .purchase-box .selection-wrapper.cart .selector-wrapper.quantity button,
      .purchase-box .selection-wrapper.cart .selector-wrapper.quantity input {
        height: 34px;
        padding: 6px 8px; }
    .purchase-box .selection-wrapper.cart .button-wrapper {
      width: 100%;
      display: table-cell;
      vertical-align: bottom; }
    .purchase-box .selection-wrapper.cart button {
      padding: 8px; }
.purchase-box .cart-error {
  text-align: center;
  font-size: 0.875em; }

.product-images.thumbnails-placement-side .images-container {
  *zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-left: -30px;
  direction: ltr; }
  .product-images.thumbnails-placement-side .images-container:after {
    clear: both;
    content: "";
    display: table; }
  .product-images.thumbnails-placement-side .images-container > * {
    padding-left: 30px; }
  .product-images.thumbnails-placement-side .images-container > * {
    display: inline-block; }
  .product-images.thumbnails-placement-side .images-container link {
    display: none; }
.product-images.thumbnails-placement-side .featured {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 1px;
  vertical-align: top;
  width: 83.33333%; }
  .product-images.thumbnails-placement-side .featured.full-width {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 100%; }
.product-images.thumbnails-placement-side .thumbnails {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 1px;
  vertical-align: top;
  width: 16.66667%; }
  .product-images.thumbnails-placement-side .thumbnails li {
    margin-bottom: 12px; }
    @media screen and (max-width: 800px) {
      .product-images.thumbnails-placement-side .thumbnails li {
        margin-bottom: 0; } }
@media screen and (max-width: 1000px) {
  .product-images.thumbnails-placement-side .featured {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 100%; }
  .product-images.thumbnails-placement-side .thumbnails {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 100%; }
  .product-images.thumbnails-placement-side .thumbnails {
    margin-top: 10px;
    text-align: center; }
    .product-images.thumbnails-placement-side .thumbnails li {
      width: 20%;
      margin-right: 6px;
      margin-left: 6px;
      display: inline-block;
      vertical-align: top; }
      .product-images.thumbnails-placement-side .thumbnails li:last-child {
        margin-right: 0; } }
@media screen and (max-width: 600px) {
  .product-images.thumbnails-placement-side .thumbnails {
    margin-bottom: 10px; } }
.product-images.thumbnails-placement-below .featured {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 1px;
  vertical-align: top;
  width: 100%;
  *zoom: 1; }
  .product-images.thumbnails-placement-below .featured:after {
    clear: both;
    content: "";
    display: table; }
.product-images.thumbnails-placement-below .thumbnails {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 1px;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
  text-align: center; }
  .product-images.thumbnails-placement-below .thumbnails li {
    width: 20%;
    margin: 0 6px;
    display: inline-block; }
    .product-images.thumbnails-placement-below .thumbnails li:last-child {
      margin-right: 0; }
.product-images .featured a {
  display: block;
  background-color: white; }
.product-images .featured img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }
.product-images .thumbnails a {
  display: block;
  border: 2px solid white;
  background-color: white; }
  .product-images .thumbnails a:hover img, .product-images .thumbnails a:focus img {
    opacity: 0.8; }
  .product-images .thumbnails a.active {
    border: 2px solid #4f4f4f; }
.product-images .thumbnails img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

/*============================================================================
  #Cart
==============================================================================*/
.cart {
  padding: 0 20px 40px;
  background: white; }
  .cart.page-top {
    padding-bottom: 20px; }
  .cart .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .cart .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .cart header.cart-header {
    margin-bottom: 30px; }
    .cart header.cart-header h1, .cart header.cart-header .h1, .cart header.cart-header header.site-header div.site-logo, header.site-header .cart header.cart-header div.site-logo {
      text-align: center;
      padding-bottom: 10px;
      border-bottom: 1px solid #ededed;
      text-transform: none; }
  .cart .cart-container {
    margin: 0 auto 20px; }
    .cart .cart-container > p {
      text-align: center; }
  .cart .cart-items {
    width: 100%;
    padding: 20px;
    background: white;
    margin-bottom: 30px; }
  .cart .label-row {
    font-size: 0.75em;
    color: #a7a7a7;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed; }
    .cart .label-row .td,
    .cart .label-row .td.cart-item-product {
      font-size: 12px; }
    @media screen and (max-width: 600px) {
      .cart .label-row {
        display: none; } }
  .cart .cart-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed; }
    .cart .cart-item:last-of-type {
      border-bottom: 0; }
    @media screen and (max-width: 600px) {
      .cart .cart-item {
        padding-bottom: 0; } }
  .cart .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .cart .grid:after {
      clear: both;
      content: "";
      display: table; }
    .cart .grid > * {
      padding-left: 30px; }
    .cart .grid > * {
      display: inline-block; }
    .cart .grid link {
      display: none; }
  .cart .td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 16.66667%; }
  .cart .td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 16.66667%;
    text-align: center; }
    .cart .td.cart-item-product {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 50%;
      text-align: left; }
    .cart .td.cart-item-total {
      text-align: right; }
    @media screen and (max-width: 900px) {
      .cart .td {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 25%; }
        .cart .td.cart-item-product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 25%; }
        .cart .td .quantity-select button {
          width: 20px; } }
    @media screen and (max-width: 600px) {
      .cart .td {
        margin-bottom: 16px; }
        .cart .td.cart-item-product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
        .cart .td.cart-item-price {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%;
          text-align: center; }
        .cart .td.cart-item-quantity {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
        .cart .td.cart-item-total {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%;
          text-align: center; }
        .cart .td .quantity-select button {
          width: 30px; } }
  .cart .cart-item-product {
    *zoom: 1; }
    .cart .cart-item-product:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 600px) {
      .cart .cart-item-product {
        margin-bottom: 10px; } }
    .cart .cart-item-product .cart-item-image {
      float: left;
      width: 160px;
      margin-right: 16px; }
      .cart .cart-item-product .cart-item-image a {
        display: block; }
      .cart .cart-item-product .cart-item-image img {
        max-width: 100%;
        height: auto; }
      @media screen and (max-width: 900px) {
        .cart .cart-item-product .cart-item-image {
          float: none;
          margin-right: 0;
          width: 60px; } }
      @media screen and (max-width: 600px) {
        .cart .cart-item-product .cart-item-image {
          float: left;
          margin-right: 16px; } }
    .cart .cart-item-product .cart-item-title a.title {
      display: block;
      color: #4f4f4f;
      text-decoration: none;
      font-size: 1.25em; }
    .cart .cart-item-product .cart-item-title span.vendor {
      font-style: italic;
      display: block; }
    .cart .cart-item-product .cart-item-title span.variant {
      font-size: 0.75em;
      color: #a7a7a7;
      text-transform: uppercase;
      font-weight: 600; }
    @media screen and (max-width: 900px) {
      .cart .cart-item-product .cart-item-title a.title {
        font-size: 1em; }
      .cart .cart-item-product .cart-item-title span.vendor {
        font-size: 11px;
        display: block; }
      .cart .cart-item-product .cart-item-title span.variant {
        font-size: 11px;
        display: block; } }
  @media screen and (max-width: 600px) {
    .cart .cart-item-price {
      display: none; } }
  .cart .cart-item-quantity .quantity-select {
    width: 100px;
    margin: 0 auto; }
  .cart .cart-item-quantity input,
  .cart .cart-item-quantity button {
    vertical-align: top; }
  .cart .cart-item-quantity a.remove {
    display: block;
    font-size: 0.75em;
    margin-top: 10px;
    text-decoration: none;
    color: #b8b8b8; }
  @media screen and (max-width: 600px) {
    .cart .cart-item-quantity {
      width: auto !important;
      display: inline-block;
      text-align: left; }
      .cart .cart-item-quantity a.remove {
        font-size: 11px;
        margin-top: 4px; } }
  @media screen and (max-width: 350px) {
    .cart .cart-item-quantity .quantity-select {
      width: auto; }
    .cart .cart-item-quantity button {
      display: none; }
    .cart .cart-item-quantity input {
      margin: 0; } }
  .cart .cart-item .cart-item-total {
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1fc8cf; }
    @media screen and (max-width: 600px) {
      .cart .cart-item .cart-item-total {
        font-size: 16px;
        width: auto !important;
        display: inline-block;
        float: right; } }
  .cart .cart-notes {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%; }
    .cart .cart-notes textarea {
      width: 100%;
      margin: 12px 0 0 0;
      padding: 6px;
      border: 0px;
      outline: 2px solid #b8b8b8;
      outline-offset: -2px;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.75em;
      min-height: 120px;
      background-color: white; }
      .cart .cart-notes textarea:focus {
        outline-color: #1fc8cf; }
    @media screen and (max-width: 800px) {
      .cart .cart-notes {
        float: none;
        width: 100%;
        display: block;
        max-width: 440px;
        margin: 0 auto;
        margin-bottom: 20px; } }
  .cart .cart-checkout {
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%; }
    .cart .cart-checkout .additional-checkout-buttons {
      margin-top: 12px; }
      .cart .cart-checkout .additional-checkout-buttons > button,
      .cart .cart-checkout .additional-checkout-buttons > div,
      .cart .cart-checkout .additional-checkout-buttons > a {
        margin-left: 12px; }
      .cart .cart-checkout .additional-checkout-buttons .amazon-payments-pay-button {
        top: 8px;
        position: relative; }
    .cart .cart-checkout p.subtotal {
      font-size: 1.125em;
      font-weight: 600;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .cart .cart-checkout p.subtotal span {
        color: #1fc8cf; }
      .cart .cart-checkout p.subtotal .minimal-select {
        font-size: 12px; }
    .cart .cart-checkout input {
      font-size: 0.875em;
      padding: 10px 24px; }
      .cart .cart-checkout input.button.outline {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-right: 10px; }
    @media screen and (max-width: 800px) {
      .cart .cart-checkout {
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .cart .cart-checkout input.button.outline {
      margin-right: 0; }
    .cart input[type="submit"] {
      width: 100%;
      max-width: 440px;
      margin-bottom: 10px; } }
  .cart .simple-collection {
    border-bottom: none;
    padding-bottom: 0; }

/*============================================================================
  #Instagram Collection
==============================================================================*/
.instagram-collection {
  padding: 40px 0; }
  .instagram-collection.full-width .wrapper {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .instagram-collection.full-width .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .instagram-collection .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: 40px; }
    .instagram-collection .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .instagram-collection header {
    text-align: center;
    margin-bottom: 20px; }
    .instagram-collection header h4, .instagram-collection header .h4 {
      margin-bottom: 0; }
  .instagram-collection footer {
    margin-top: 20px;
    text-align: center; }
  .instagram-collection .instagram-container {
    position: relative;
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    direction: ltr;
    text-align: center; }
    .instagram-collection .instagram-container:after {
      clear: both;
      content: "";
      display: table; }
    .instagram-collection .instagram-container > * {
      display: inline-block; }
    .instagram-collection .instagram-container link {
      display: none; }
    .instagram-collection .instagram-container .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 16.66667%;
      text-align: left; }
      @media screen and (max-width: 800px) {
        .instagram-collection .instagram-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 33.33333%; } }
      @media screen and (max-width: 600px) {
        .instagram-collection .instagram-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }
      .instagram-collection .instagram-container .box:hover figure img, .instagram-collection .instagram-container .box:focus figure img {
        -webkit-transform: scale(1.15, 1.15) translateZ(0);
        -moz-transform: scale(1.15, 1.15) translateZ(0);
        -ms-transform: scale(1.15, 1.15) translateZ(0);
        -o-transform: scale(1.15, 1.15) translateZ(0);
        transform: scale(1.15, 1.15) translateZ(0); }
      .instagram-collection .instagram-container .box:hover figcaption, .instagram-collection .instagram-container .box:focus figcaption {
        opacity: 1; }
      .instagram-collection .instagram-container .box figure {
        position: relative;
        overflow: hidden; }
        .instagram-collection .instagram-container .box figure a {
          display: block; }
        .instagram-collection .instagram-container .box figure img {
          -webkit-transition: -webkit-transform 2s ease-in-out;
          -moz-transition: -moz-transform 2s ease-in-out;
          transition: transform 2s ease-in-out;
          -webkit-transform: scale(1.02, 1.02) translateZ(0);
          -moz-transform: scale(1.02, 1.02) translateZ(0);
          -ms-transform: scale(1.02, 1.02) translateZ(0);
          -o-transform: scale(1.02, 1.02) translateZ(0);
          transform: scale(1.02, 1.02) translateZ(0);
          width: 100%;
          height: auto;
          display: block; }
        .instagram-collection .instagram-container .box figure svg {
          width: 100%;
          height: auto;
          display: block;
          fill: #afafaf;
          border: 2px solid #ededed;
          background-color: #f6f6f6; }
      .instagram-collection .instagram-container .box figcaption {
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        opacity: 0;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: #1fc8cf;
        background-color: rgba(31, 200, 207, 0.8);
        color: white;
        pointer-events: none; }
        .instagram-collection .instagram-container .box figcaption p {
          padding: 10px;
          line-height: 1.4;
          font-size: 0.875em;
          position: absolute;
          top: 0px;
          bottom: 14px;
          overflow: hidden; }
          @media screen and (max-width: 800px) {
            .instagram-collection .instagram-container .box figcaption p {
              font-size: 13px; } }
        .instagram-collection .instagram-container .box figcaption ul {
          position: absolute;
          bottom: 10px;
          right: 10px;
          margin: 0;
          padding: 0;
          line-height: 1;
          pointer-events: auto; }
          .instagram-collection .instagram-container .box figcaption ul li {
            display: inline-block;
            margin-right: 4px; }
            .instagram-collection .instagram-container .box figcaption ul li:last-child {
              margin-right: 0px; }
            .instagram-collection .instagram-container .box figcaption ul li a {
              color: white;
              text-decoration: none;
              font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-size: 0.6875em;
              font-weight: bold; }
    .instagram-collection .instagram-container:after {
      content: attr(data-helper-text);
      position: absolute;
      padding: 10px 16px;
      background-color: white;
      top: 50%;
      left: 50%;
      max-width: 400px;
      display: block;
      font-size: 16px;
      font-style: italic;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    .instagram-collection .instagram-container.loaded:after {
      display: none; }

.shopify-section.instagram[data-theme-editor-section-] .instagram-collection {
  display: block !important; }
.shopify-section.instagram[data-theme-editor-section-] .box {
  display: inline-block !important; }

/*============================================================================
  #Page
==============================================================================*/
.page {
  padding: 0px 20px 40px;
  background: white; }
  .page.page-top {
    padding-bottom: 20px; }
  .page .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .page .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .page header.page-header {
    padding-top: 12px; }
    .page header.page-header h1, .page header.page-header .h1, .page header.page-header header.site-header div.site-logo, header.site-header .page header.page-header div.site-logo {
      text-align: center;
      padding-bottom: 8px;
      border-bottom: 1px solid #ededed;
      text-transform: none; }
  .page h4, .page .h4 {
    font-size: 1.625em;
    margin-bottom: 0.75em; }
    .page h4 time, .page .h4 time {
      font-size: 0.5em;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      display: block; }
  .page span.smaller {
    font-size: 0.875em; }
  .page .content-container {
    *zoom: 1;
    margin: 0 auto 20px; }
    .page .content-container:after {
      clear: both;
      content: "";
      display: table; }
    .page .content-container.narrow {
      max-width: 800px; }
      .page .content-container.narrow.contact {
        max-width: 600px; }
      .page .content-container.narrow.form {
        max-width: 440px; }
    .page .content-container .rte blockquote {
      font-style: italic;
      font-size: 1.125em;
      padding: 0;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0; }
    .page .content-container .rte ul {
      list-style-type: disc;
      margin-bottom: 1em;
      padding-left: 2em; }
  .page .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .page .grid:after {
      clear: both;
      content: "";
      display: table; }
    .page .grid > * {
      padding-left: 30px; }
    .page .grid > * {
      display: inline-block; }
    .page .grid link {
      display: none; }
  .page .orders-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 75%; }
  .page .orders {
    padding: 20px;
    background: white; }
    .page .orders table {
      width: 100%; }
      .page .orders table thead {
        text-align: left;
        font-size: 0.75em;
        color: #a7a7a7;
        text-transform: uppercase;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ededed; }
        .page .orders table thead th {
          padding-bottom: 10px;
          text-align: center;
          width: 18.333333333%; }
          .page .orders table thead th:first-child {
            text-align: left;
            width: 35%; }
          .page .orders table thead th:last-child {
            text-align: right;
            width: 20%; }
      .page .orders table tbody tr {
        border-bottom: 1px solid #ededed; }
        .page .orders table tbody tr:last-child {
          border-bottom: 0px; }
        .page .orders table tbody tr td {
          padding: 20px 0;
          text-align: center; }
          .page .orders table tbody tr td:first-child {
            text-align: left; }
            .page .orders table tbody tr td:first-child a {
              display: block;
              text-decoration: none;
              font-size: 1.125em; }
          .page .orders table tbody tr td:last-child {
            text-align: right; }
      .page .orders table tfoot {
        margin-top: 28px; }
        .page .orders table tfoot td:first-child {
          width: 70%; }
        .page .orders table tfoot td:last-child {
          text-align: right;
          width: 30%; }
        .page .orders table tfoot tr:last-child {
          font-size: 1.125em;
          font-weight: 600;
          font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .page .orders table tfoot tr:last-child span {
            color: #1fc8cf; }
      @media screen and (max-width: 800px) {
        .page .orders table {
          font-size: 12px; } }
    .page .orders .address {
      border-bottom: 1px solid #ededed;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .page .orders .address:last-of-type {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px; }
    .page .orders .form-vertical.top {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ededed; }
    .page .orders .form-vertical.bottom {
      padding-top: 10px;
      margin-top: 10px;
      border-top: 1px solid #ededed; }
  .page .account {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 25%; }
    .page .account h5, .page .account .h5 {
      margin-bottom: 0px;
      font-size: 1.625em; }
    .page .account p {
      line-height: 1.2; }
  @media screen and (max-width: 800px) {
    .page .orders-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%; }
    .page .account {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%;
      margin-top: 20px;
      text-align: center; } }

/*============================================================================
  #Blog
==============================================================================*/
.recent-posts-collection {
  padding: 40px 20px 20px;
  background-color: white; }
  @media screen and (max-width: 600px) {
    .recent-posts-collection {
      padding: 20px; } }
  .recent-posts-collection .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .recent-posts-collection .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .recent-posts-collection .wrapper > header {
    *zoom: 1;
    position: relative;
    margin-bottom: 20px; }
    .recent-posts-collection .wrapper > header:after {
      clear: both;
      content: "";
      display: table; }
    .recent-posts-collection .wrapper > header h4, .recent-posts-collection .wrapper > header .h4 {
      margin: 0;
      font-size: 1.75em;
      text-transform: none;
      font-weight: 400; }
    .recent-posts-collection .wrapper > header a.button.outline, .recent-posts-collection .wrapper > header p.buttons.outline > a, .recent-posts-collection .wrapper > header .hero a.button, .hero .recent-posts-collection .wrapper > header a.button, .recent-posts-collection .wrapper > header .slide__item-content a.button, .slide__item-content .recent-posts-collection .wrapper > header a.button {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 2px 12px;
      border: 2px solid #4f4f4f;
      color: #4f4f4f;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 11px;
      text-decoration: none;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      outline: none; }
      .recent-posts-collection .wrapper > header a.button.outline:hover, .recent-posts-collection .wrapper > header p.buttons.outline > a:hover, .recent-posts-collection .wrapper > header .hero a.button:hover, .hero .recent-posts-collection .wrapper > header a.button:hover, .recent-posts-collection .wrapper > header .slide__item-content a.button:hover, .slide__item-content .recent-posts-collection .wrapper > header a.button:hover, .recent-posts-collection .wrapper > header a.button.outline:focus, .recent-posts-collection .wrapper > header p.buttons.outline > a:focus, .recent-posts-collection .wrapper > header .hero a.button:focus, .hero .recent-posts-collection .wrapper > header a.button:focus, .recent-posts-collection .wrapper > header .slide__item-content a.button:focus, .slide__item-content .recent-posts-collection .wrapper > header a.button:focus {
        color: #1fc8cf;
        border-color: #1fc8cf; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection .wrapper > header {
        text-align: center;
        padding-bottom: 20px; }
        .recent-posts-collection .wrapper > header a.button.outline, .recent-posts-collection .wrapper > header p.buttons.outline > a, .recent-posts-collection .wrapper > header .hero a.button, .hero .recent-posts-collection .wrapper > header a.button, .recent-posts-collection .wrapper > header .slide__item-content a.button, .slide__item-content .recent-posts-collection .wrapper > header a.button {
          position: relative;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
  .recent-posts-collection .recent-posts-container {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    .recent-posts-collection .recent-posts-container:after {
      clear: both;
      content: "";
      display: table; }
    .recent-posts-collection .recent-posts-container > * {
      padding-left: 30px; }
    .recent-posts-collection .recent-posts-container > * {
      display: inline-block; }
    .recent-posts-collection .recent-posts-container link {
      display: none; }
  .recent-posts-collection.layout-2 article, .recent-posts-collection.layout-4 article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection.layout-2 article, .recent-posts-collection.layout-4 article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  .recent-posts-collection.layout-3 article, .recent-posts-collection.layout-6 article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 33.33333%; }
    @media screen and (max-width: 800px) {
      .recent-posts-collection.layout-3 article, .recent-posts-collection.layout-6 article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; }
        .recent-posts-collection.layout-3 article:nth-of-type(3n), .recent-posts-collection.layout-6 article:nth-of-type(3n) {
          display: none; } }
    @media screen and (max-width: 600px) {
      .recent-posts-collection.layout-3 article, .recent-posts-collection.layout-6 article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; }
        .recent-posts-collection.layout-3 article:nth-of-type(3n), .recent-posts-collection.layout-6 article:nth-of-type(3n) {
          display: block; } }
  .recent-posts-collection article {
    margin-bottom: 20px; }
    .recent-posts-collection article.align-center {
      text-align: center; }
    .recent-posts-collection article .article-image {
      margin: 0 0 4px 0 !important; }
    .recent-posts-collection article section {
      font-size: 15px; }
    .recent-posts-collection article time {
      position: relative;
      top: -6px;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 0.6875em; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5; }
        .recent-posts-collection article:last-of-type {
          padding-bottom: 0;
          border-bottom: 0; } }

.blog-list article,
.blog-permalink article {
  margin: 0 0 40px;
  max-width: 880px; }
  .blog-list article:last-of-type,
  .blog-permalink article:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }
  .blog-list article header,
  .blog-permalink article header {
    margin-bottom: 20px; }
    .blog-list article header.centered,
    .blog-permalink article header.centered {
      text-align: center; }
  .blog-list article a.button.outline, .blog-list article p.buttons.outline > a, .blog-list article .hero a.button, .hero .blog-list article a.button, .blog-list article .slide__item-content a.button, .slide__item-content .blog-list article a.button,
  .blog-permalink article a.button.outline,
  .blog-permalink article p.buttons.outline > a,
  .blog-permalink article .hero a.button,
  .hero .blog-permalink article a.button,
  .blog-permalink article .slide__item-content a.button,
  .slide__item-content .blog-permalink article a.button {
    display: inline-block;
    padding: 2px 12px;
    border: 2px solid #4f4f4f;
    color: #4f4f4f;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    outline: none;
    margin-top: 10px; }
    .blog-list article a.button.outline:hover, .blog-list article p.buttons.outline > a:hover, .blog-list article .hero a.button:hover, .hero .blog-list article a.button:hover, .blog-list article .slide__item-content a.button:hover, .slide__item-content .blog-list article a.button:hover, .blog-list article a.button.outline:focus, .blog-list article p.buttons.outline > a:focus, .blog-list article .hero a.button:focus, .hero .blog-list article a.button:focus, .blog-list article .slide__item-content a.button:focus, .slide__item-content .blog-list article a.button:focus,
    .blog-permalink article a.button.outline:hover,
    .blog-permalink article p.buttons.outline > a:hover,
    .blog-permalink article .hero a.button:hover,
    .hero .blog-permalink article a.button:hover,
    .blog-permalink article .slide__item-content a.button:hover,
    .slide__item-content .blog-permalink article a.button:hover,
    .blog-permalink article a.button.outline:focus,
    .blog-permalink article p.buttons.outline > a:focus,
    .blog-permalink article .hero a.button:focus,
    .hero .blog-permalink article a.button:focus,
    .blog-permalink article .slide__item-content a.button:focus,
    .slide__item-content .blog-permalink article a.button:focus {
      color: #1fc8cf;
      border-color: #1fc8cf; }
  .blog-list article footer .pagination,
  .blog-permalink article footer .pagination {
    margin-top: 20px; }

.single-column .blog-list,
.single-column .blog-permalink {
  max-width: 880px;
  margin: 0 auto; }
  .single-column .blog-list.grid-layout,
  .single-column .blog-permalink.grid-layout {
    padding-right: 30px; }

.blog-list article {
  padding-bottom: 40px; }
.blog-list.grid-layout {
  *zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-left: -30px;
  direction: ltr; }
  .blog-list.grid-layout:after {
    clear: both;
    content: "";
    display: table; }
  .blog-list.grid-layout > * {
    padding-left: 30px; }
  .blog-list.grid-layout > * {
    display: inline-block; }
  .blog-list.grid-layout link {
    display: none; }
  .blog-list.grid-layout article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 100%;
    font-size: 16px; }
    .blog-list.grid-layout article.grid-item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 50%; }
      @media screen and (max-width: 600px) {
        .blog-list.grid-layout article.grid-item {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; } }
      .blog-list.grid-layout article.grid-item header {
        margin-bottom: 10px; }
        .blog-list.grid-layout article.grid-item header h2, .blog-list.grid-layout article.grid-item header .h2, .blog-list.grid-layout article.grid-item .section-standard header h4, .section-standard .blog-list.grid-layout article.grid-item header h4, .blog-list.grid-layout article.grid-item .section-standard header .h4, .section-standard .blog-list.grid-layout article.grid-item header .h4, .blog-list.grid-layout article.grid-item .instagram-collection header h4, .instagram-collection .blog-list.grid-layout article.grid-item header h4, .blog-list.grid-layout article.grid-item .instagram-collection header .h4, .instagram-collection .blog-list.grid-layout article.grid-item header .h4 {
          font-size: 1.375em; }
      .blog-list.grid-layout article.grid-item section {
        font-size: 0.875em; }

.recent-posts-collection article header h1, .blog-list article header h1,
.blog-permalink article header h1, .recent-posts-collection article header .h1, .blog-list article header .h1,
.blog-permalink article header .h1, .recent-posts-collection article header.site-header div.site-logo, .blog-list article header.site-header div.site-logo,
.blog-permalink article header.site-header div.site-logo,
.recent-posts-collection article header h2,
.blog-list article header h2,
.blog-permalink article header h2,
.recent-posts-collection article header .h2,
.blog-list article header .h2,
.blog-permalink article header .h2,
.recent-posts-collection article .section-standard header h4,
.section-standard .recent-posts-collection article header h4,
.blog-list article .section-standard header h4,
.section-standard .blog-list article header h4,
.blog-permalink article .section-standard header h4,
.section-standard .blog-permalink article header h4,
.recent-posts-collection article .section-standard header .h4,
.section-standard .recent-posts-collection article header .h4,
.blog-list article .section-standard header .h4,
.section-standard .blog-list article header .h4,
.blog-permalink article .section-standard header .h4,
.section-standard .blog-permalink article header .h4,
.recent-posts-collection article .instagram-collection header h4,
.instagram-collection .recent-posts-collection article header h4,
.blog-list article .instagram-collection header h4,
.instagram-collection .blog-list article header h4,
.blog-permalink article .instagram-collection header h4,
.instagram-collection .blog-permalink article header h4,
.recent-posts-collection article .instagram-collection header .h4,
.instagram-collection .recent-posts-collection article header .h4,
.blog-list article .instagram-collection header .h4,
.instagram-collection .blog-list article header .h4,
.blog-permalink article .instagram-collection header .h4,
.instagram-collection .blog-permalink article header .h4 {
  font-weight: 600;
  font-size: 2.5em;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: none; }
  .recent-posts-collection article header h1 a, .blog-list article header h1 a,
  .blog-permalink article header h1 a, .recent-posts-collection article header .h1 a, .blog-list article header .h1 a,
  .blog-permalink article header .h1 a, .recent-posts-collection article header.site-header div.site-logo a, .blog-list article header.site-header div.site-logo a,
  .blog-permalink article header.site-header div.site-logo a,
  .recent-posts-collection article header h2 a,
  .blog-list article header h2 a,
  .blog-permalink article header h2 a,
  .recent-posts-collection article header .h2 a,
  .blog-list article header .h2 a,
  .blog-permalink article header .h2 a,
  .recent-posts-collection article .section-standard header h4 a,
  .section-standard .recent-posts-collection article header h4 a,
  .blog-list article .section-standard header h4 a,
  .section-standard .blog-list article header h4 a,
  .blog-permalink article .section-standard header h4 a,
  .section-standard .blog-permalink article header h4 a,
  .recent-posts-collection article .section-standard header .h4 a,
  .section-standard .recent-posts-collection article header .h4 a,
  .blog-list article .section-standard header .h4 a,
  .section-standard .blog-list article header .h4 a,
  .blog-permalink article .section-standard header .h4 a,
  .section-standard .blog-permalink article header .h4 a,
  .recent-posts-collection article .instagram-collection header h4 a,
  .instagram-collection .recent-posts-collection article header h4 a,
  .blog-list article .instagram-collection header h4 a,
  .instagram-collection .blog-list article header h4 a,
  .blog-permalink article .instagram-collection header h4 a,
  .instagram-collection .blog-permalink article header h4 a,
  .recent-posts-collection article .instagram-collection header .h4 a,
  .instagram-collection .recent-posts-collection article header .h4 a,
  .blog-list article .instagram-collection header .h4 a,
  .instagram-collection .blog-list article header .h4 a,
  .blog-permalink article .instagram-collection header .h4 a,
  .instagram-collection .blog-permalink article header .h4 a {
    color: black; }
    .recent-posts-collection article header h1 a:hover, .blog-list article header h1 a:hover,
    .blog-permalink article header h1 a:hover, .recent-posts-collection article header .h1 a:hover, .blog-list article header .h1 a:hover,
    .blog-permalink article header .h1 a:hover, .recent-posts-collection article header.site-header div.site-logo a:hover, .blog-list article header.site-header div.site-logo a:hover,
    .blog-permalink article header.site-header div.site-logo a:hover, .recent-posts-collection article header h1 a:focus, .blog-list article header h1 a:focus,
    .blog-permalink article header h1 a:focus, .recent-posts-collection article header .h1 a:focus, .blog-list article header .h1 a:focus,
    .blog-permalink article header .h1 a:focus, .recent-posts-collection article header.site-header div.site-logo a:focus, .blog-list article header.site-header div.site-logo a:focus,
    .blog-permalink article header.site-header div.site-logo a:focus,
    .recent-posts-collection article header h2 a:hover,
    .blog-list article header h2 a:hover,
    .blog-permalink article header h2 a:hover,
    .recent-posts-collection article header .h2 a:hover,
    .blog-list article header .h2 a:hover,
    .blog-permalink article header .h2 a:hover,
    .recent-posts-collection article .section-standard header h4 a:hover,
    .section-standard .recent-posts-collection article header h4 a:hover,
    .blog-list article .section-standard header h4 a:hover,
    .section-standard .blog-list article header h4 a:hover,
    .blog-permalink article .section-standard header h4 a:hover,
    .section-standard .blog-permalink article header h4 a:hover,
    .recent-posts-collection article .section-standard header .h4 a:hover,
    .section-standard .recent-posts-collection article header .h4 a:hover,
    .blog-list article .section-standard header .h4 a:hover,
    .section-standard .blog-list article header .h4 a:hover,
    .blog-permalink article .section-standard header .h4 a:hover,
    .section-standard .blog-permalink article header .h4 a:hover,
    .recent-posts-collection article .instagram-collection header h4 a:hover,
    .instagram-collection .recent-posts-collection article header h4 a:hover,
    .blog-list article .instagram-collection header h4 a:hover,
    .instagram-collection .blog-list article header h4 a:hover,
    .blog-permalink article .instagram-collection header h4 a:hover,
    .instagram-collection .blog-permalink article header h4 a:hover,
    .recent-posts-collection article .instagram-collection header .h4 a:hover,
    .instagram-collection .recent-posts-collection article header .h4 a:hover,
    .blog-list article .instagram-collection header .h4 a:hover,
    .instagram-collection .blog-list article header .h4 a:hover,
    .blog-permalink article .instagram-collection header .h4 a:hover,
    .instagram-collection .blog-permalink article header .h4 a:hover,
    .recent-posts-collection article header h2 a:focus,
    .blog-list article header h2 a:focus,
    .blog-permalink article header h2 a:focus,
    .recent-posts-collection article header .h2 a:focus,
    .blog-list article header .h2 a:focus,
    .blog-permalink article header .h2 a:focus,
    .recent-posts-collection article .section-standard header h4 a:focus,
    .section-standard .recent-posts-collection article header h4 a:focus,
    .blog-list article .section-standard header h4 a:focus,
    .section-standard .blog-list article header h4 a:focus,
    .blog-permalink article .section-standard header h4 a:focus,
    .section-standard .blog-permalink article header h4 a:focus,
    .recent-posts-collection article .section-standard header .h4 a:focus,
    .section-standard .recent-posts-collection article header .h4 a:focus,
    .blog-list article .section-standard header .h4 a:focus,
    .section-standard .blog-list article header .h4 a:focus,
    .blog-permalink article .section-standard header .h4 a:focus,
    .section-standard .blog-permalink article header .h4 a:focus,
    .recent-posts-collection article .instagram-collection header h4 a:focus,
    .instagram-collection .recent-posts-collection article header h4 a:focus,
    .blog-list article .instagram-collection header h4 a:focus,
    .instagram-collection .blog-list article header h4 a:focus,
    .blog-permalink article .instagram-collection header h4 a:focus,
    .instagram-collection .blog-permalink article header h4 a:focus,
    .recent-posts-collection article .instagram-collection header .h4 a:focus,
    .instagram-collection .recent-posts-collection article header .h4 a:focus,
    .blog-list article .instagram-collection header .h4 a:focus,
    .instagram-collection .blog-list article header .h4 a:focus,
    .blog-permalink article .instagram-collection header .h4 a:focus,
    .instagram-collection .blog-permalink article header .h4 a:focus {
      color: #15888c; }
  @media screen and (max-width: 800px) {
    .recent-posts-collection article header h1, .blog-list article header h1,
    .blog-permalink article header h1, .recent-posts-collection article header .h1, .blog-list article header .h1,
    .blog-permalink article header .h1, .recent-posts-collection article header.site-header div.site-logo, .blog-list article header.site-header div.site-logo,
    .blog-permalink article header.site-header div.site-logo,
    .recent-posts-collection article header h2,
    .blog-list article header h2,
    .blog-permalink article header h2,
    .recent-posts-collection article header .h2,
    .blog-list article header .h2,
    .blog-permalink article header .h2,
    .recent-posts-collection article .section-standard header h4,
    .section-standard .recent-posts-collection article header h4,
    .blog-list article .section-standard header h4,
    .section-standard .blog-list article header h4,
    .blog-permalink article .section-standard header h4,
    .section-standard .blog-permalink article header h4,
    .recent-posts-collection article .section-standard header .h4,
    .section-standard .recent-posts-collection article header .h4,
    .blog-list article .section-standard header .h4,
    .section-standard .blog-list article header .h4,
    .blog-permalink article .section-standard header .h4,
    .section-standard .blog-permalink article header .h4,
    .recent-posts-collection article .instagram-collection header h4,
    .instagram-collection .recent-posts-collection article header h4,
    .blog-list article .instagram-collection header h4,
    .instagram-collection .blog-list article header h4,
    .blog-permalink article .instagram-collection header h4,
    .instagram-collection .blog-permalink article header h4,
    .recent-posts-collection article .instagram-collection header .h4,
    .instagram-collection .recent-posts-collection article header .h4,
    .blog-list article .instagram-collection header .h4,
    .instagram-collection .blog-list article header .h4,
    .blog-permalink article .instagram-collection header .h4,
    .instagram-collection .blog-permalink article header .h4 {
      font-size: 1.75em; } }
  @media screen and (max-width: 600px) {
    .recent-posts-collection article header h1, .blog-list article header h1,
    .blog-permalink article header h1, .recent-posts-collection article header .h1, .blog-list article header .h1,
    .blog-permalink article header .h1, .recent-posts-collection article header.site-header div.site-logo, .blog-list article header.site-header div.site-logo,
    .blog-permalink article header.site-header div.site-logo,
    .recent-posts-collection article header h2,
    .blog-list article header h2,
    .blog-permalink article header h2,
    .recent-posts-collection article header .h2,
    .blog-list article header .h2,
    .blog-permalink article header .h2,
    .recent-posts-collection article .section-standard header h4,
    .section-standard .recent-posts-collection article header h4,
    .blog-list article .section-standard header h4,
    .section-standard .blog-list article header h4,
    .blog-permalink article .section-standard header h4,
    .section-standard .blog-permalink article header h4,
    .recent-posts-collection article .section-standard header .h4,
    .section-standard .recent-posts-collection article header .h4,
    .blog-list article .section-standard header .h4,
    .section-standard .blog-list article header .h4,
    .blog-permalink article .section-standard header .h4,
    .section-standard .blog-permalink article header .h4,
    .recent-posts-collection article .instagram-collection header h4,
    .instagram-collection .recent-posts-collection article header h4,
    .blog-list article .instagram-collection header h4,
    .instagram-collection .blog-list article header h4,
    .blog-permalink article .instagram-collection header h4,
    .instagram-collection .blog-permalink article header h4,
    .recent-posts-collection article .instagram-collection header .h4,
    .instagram-collection .recent-posts-collection article header .h4,
    .blog-list article .instagram-collection header .h4,
    .instagram-collection .blog-list article header .h4,
    .blog-permalink article .instagram-collection header .h4,
    .instagram-collection .blog-permalink article header .h4 {
      font-size: 1.5em; } }
.recent-posts-collection article header h5, .blog-list article header h5,
.blog-permalink article header h5, .recent-posts-collection article header .h5, .blog-list article header .h5,
.blog-permalink article header .h5 {
  font-weight: 600;
  font-size: 1.375em;
  margin-bottom: 0;
  text-transform: none; }
  .recent-posts-collection article header h5 a, .blog-list article header h5 a,
  .blog-permalink article header h5 a, .recent-posts-collection article header .h5 a, .blog-list article header .h5 a,
  .blog-permalink article header .h5 a {
    color: #4f4f4f; }
    .recent-posts-collection article header h5 a:hover, .blog-list article header h5 a:hover,
    .blog-permalink article header h5 a:hover, .recent-posts-collection article header .h5 a:hover, .blog-list article header .h5 a:hover,
    .blog-permalink article header .h5 a:hover {
      color: #15888c; }
.recent-posts-collection article header p.byline, .blog-list article header p.byline,
.blog-permalink article header p.byline {
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.6875em; }
.recent-posts-collection article .article-image, .blog-list article .article-image,
.blog-permalink article .article-image {
  margin: 0 0 0.9375em 0; }
  .recent-posts-collection article .article-image img, .blog-list article .article-image img,
  .blog-permalink article .article-image img {
    display: block;
    margin: 0 auto; }
.recent-posts-collection article section img, .blog-list article section img,
.blog-permalink article section img {
  display: block;
  max-width: 100%;
  margin: 0 auto 26px;
  height: auto; }
.recent-posts-collection article section p img, .blog-list article section p img,
.blog-permalink article section p img {
  margin: 0 auto; }
.recent-posts-collection article section p:last-of-type, .blog-list article section p:last-of-type,
.blog-permalink article section p:last-of-type {
  margin-bottom: 0.5em; }
.recent-posts-collection article section a.button.outline, .blog-list article section a.button.outline,
.blog-permalink article section a.button.outline, .recent-posts-collection article section p.buttons.outline > a, .blog-list article section p.buttons.outline > a,
.blog-permalink article section p.buttons.outline > a, .recent-posts-collection article section .hero a.button, .hero .recent-posts-collection article section a.button, .blog-list article section .hero a.button, .hero .blog-list article section a.button,
.blog-permalink article section .hero a.button,
.hero .blog-permalink article section a.button, .recent-posts-collection article section .slide__item-content a.button, .slide__item-content .recent-posts-collection article section a.button, .blog-list article section .slide__item-content a.button, .slide__item-content .blog-list article section a.button,
.blog-permalink article section .slide__item-content a.button,
.slide__item-content .blog-permalink article section a.button {
  margin-top: 0px; }
.recent-posts-collection article section .post-meta, .blog-list article section .post-meta,
.blog-permalink article section .post-meta {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  display: table;
  width: 100%; }
  .recent-posts-collection article section .post-meta a.comments, .blog-list article section .post-meta a.comments,
  .blog-permalink article section .post-meta a.comments {
    color: #838383;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.75em;
    text-decoration: none;
    min-width: 120px;
    display: table-cell; }
    .recent-posts-collection article section .post-meta a.comments:hover, .blog-list article section .post-meta a.comments:hover,
    .blog-permalink article section .post-meta a.comments:hover {
      color: #15888c; }
  .recent-posts-collection article section .post-meta ul.tags, .blog-list article section .post-meta ul.tags,
  .blog-permalink article section .post-meta ul.tags {
    text-align: right;
    display: table-cell; }
    .recent-posts-collection article section .post-meta ul.tags li, .blog-list article section .post-meta ul.tags li,
    .blog-permalink article section .post-meta ul.tags li {
      display: inline-block;
      color: #838383;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 0.75em; }
      .recent-posts-collection article section .post-meta ul.tags li:last-child a, .blog-list article section .post-meta ul.tags li:last-child a,
      .blog-permalink article section .post-meta ul.tags li:last-child a {
        margin-right: 8px; }
      .recent-posts-collection article section .post-meta ul.tags li a, .blog-list article section .post-meta ul.tags li a,
      .blog-permalink article section .post-meta ul.tags li a {
        padding: 2px 12px;
        border: 2px solid #4f4f4f;
        color: #4f4f4f;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        outline: none;
        padding: 4px 0;
        font-size: 0.875em;
        border: none;
        box-shadow: 8px 0 0 #ededed, -8px 0 0 #ededed;
        background-color: #ededed;
        margin-right: 8px;
        margin-left: 10px; }
        .recent-posts-collection article section .post-meta ul.tags li a:hover, .blog-list article section .post-meta ul.tags li a:hover,
        .blog-permalink article section .post-meta ul.tags li a:hover, .recent-posts-collection article section .post-meta ul.tags li a:focus, .blog-list article section .post-meta ul.tags li a:focus,
        .blog-permalink article section .post-meta ul.tags li a:focus {
          color: #1fc8cf;
          border-color: #1fc8cf; }
        .recent-posts-collection article section .post-meta ul.tags li a:hover, .blog-list article section .post-meta ul.tags li a:hover,
        .blog-permalink article section .post-meta ul.tags li a:hover {
          color: white;
          background-color: #1fc8cf;
          border-color: #1fc8cf;
          box-shadow: 8px 0 0 #1fc8cf, -8px 0 0 #1fc8cf; }
.recent-posts-collection article footer, .blog-list article footer,
.blog-permalink article footer {
  margin-top: 40px; }
  .recent-posts-collection article footer .comments-container, .blog-list article footer .comments-container,
  .blog-permalink article footer .comments-container {
    margin: 40px 0 0;
    padding: 40px;
    border-top: 1px solid #ededed; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection article footer .comments-container, .blog-list article footer .comments-container,
      .blog-permalink article footer .comments-container {
        padding: 40px 0; } }
    .recent-posts-collection article footer .comments-container h3, .blog-list article footer .comments-container h3,
    .blog-permalink article footer .comments-container h3, .recent-posts-collection article footer .comments-container .h3, .blog-list article footer .comments-container .h3,
    .blog-permalink article footer .comments-container .h3 {
      text-align: center;
      text-transform: none; }
    .recent-posts-collection article footer .comments-container p.form-success, .blog-list article footer .comments-container p.form-success,
    .blog-permalink article footer .comments-container p.form-success {
      text-align: center;
      font-size: 0.875em; }
    .recent-posts-collection article footer .comments-container .comment, .blog-list article footer .comments-container .comment,
    .blog-permalink article footer .comments-container .comment {
      padding: 20px;
      background: white;
      font-size: 0.875em;
      margin-bottom: 20px; }
      .recent-posts-collection article footer .comments-container .comment p.author, .blog-list article footer .comments-container .comment p.author,
      .blog-permalink article footer .comments-container .comment p.author {
        margin-bottom: .5em;
        font-size: 0.9375em; }
        .recent-posts-collection article footer .comments-container .comment p.author span, .blog-list article footer .comments-container .comment p.author span,
        .blog-permalink article footer .comments-container .comment p.author span {
          font-weight: bold; }
        .recent-posts-collection article footer .comments-container .comment p.author time, .blog-list article footer .comments-container .comment p.author time,
        .blog-permalink article footer .comments-container .comment p.author time {
          font-style: italic; }
    .recent-posts-collection article footer .comments-container .pagination, .blog-list article footer .comments-container .pagination,
    .blog-permalink article footer .comments-container .pagination {
      margin-top: 0; }
  .recent-posts-collection article footer .add-comment, .blog-list article footer .add-comment,
  .blog-permalink article footer .add-comment {
    padding: 0 40px;
    margin: 20px auto 0;
    max-width: 600px; }
    .recent-posts-collection article footer .add-comment h3, .blog-list article footer .add-comment h3,
    .blog-permalink article footer .add-comment h3, .recent-posts-collection article footer .add-comment .h3, .blog-list article footer .add-comment .h3,
    .blog-permalink article footer .add-comment .h3 {
      text-align: center; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection article footer .add-comment, .blog-list article footer .add-comment,
      .blog-permalink article footer .add-comment {
        padding: 0; } }

/*============================================================================
  #RTE (rich text editor)
==============================================================================*/
.rte {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }
  .rte h2 img, .rte .h2 img, .rte .section-standard header h4 img, .section-standard header .rte h4 img, .rte .section-standard header .h4 img, .section-standard header .rte .h4 img, .rte .instagram-collection header h4 img, .instagram-collection header .rte h4 img, .rte .instagram-collection header .h4 img, .instagram-collection header .rte .h4 img {
    width: 100%;
    height: auto; }
  .rte ul {
    list-style-type: disc;
    margin: 0 0 1em 2em; }
  .rte ol {
    list-style-type: decimal;
    margin: 0 0 1em 2em; }
  .rte blockquote {
    margin: 1em 0 1em 2em;
    padding-left: 1em;
    border-left: 4px solid #7f7f7f;
    font-style: italic; }
  .rte p.read-more {
    margin-top: 0.9375em; }
  .rte.centered {
    text-align: center; }
  .rte p:last-of-type {
    margin-bottom: 0; }

/*============================================================================
  #Social Share
==============================================================================*/
ul.social-share {
  margin-top: 20px;
  text-align: center; }
  ul.social-share li {
    display: inline-block;
    text-align: left;
    margin-right: 12px; }
    ul.social-share li:last-child {
      margin-right: 0px; }
    ul.social-share li.facebook .fb-like > span {
      vertical-align: 0px !important; }

span[class*="_button_pin"][data-pin-x] {
  margin-right: 44px; }

/*============================================================================
  #Content Util / Breadcrumbs
==============================================================================*/
header.content-util {
  margin-bottom: 0px;
  *zoom: 1; }
  header.content-util:after {
    clear: both;
    content: "";
    display: table; }
  header.content-util nav.breadcrumb {
    float: left;
    font-size: 0.625em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    header.content-util nav.breadcrumb > * {
      margin-right: 4px;
      line-height: 20px; }
      header.content-util nav.breadcrumb > *:last-child {
        margin-right: 0; }
    header.content-util nav.breadcrumb a {
      text-decoration: none;
      color: #4f4f4f; }
      header.content-util nav.breadcrumb a:hover, header.content-util nav.breadcrumb a:focus {
        color: #1fc8cf; }
      header.content-util nav.breadcrumb a.current, header.content-util nav.breadcrumb a.current:hover, header.content-util nav.breadcrumb a.current:focus {
        color: #a7a7a7;
        cursor: default; }
    header.content-util nav.breadcrumb span {
      color: #a7a7a7;
      cursor: default; }
  header.content-util ul.social-icons {
    float: right; }
  @media screen and (max-width: 600px) {
    header.content-util {
      text-align: center; }
      header.content-util nav.breadcrumb,
      header.content-util ul.social-icons {
        float: none; }
      header.content-util nav.breadcrumb {
        font-size: 0.75em; }
      header.content-util ul.social-icons {
        display: none; } }

/*============================================================================
  #Forms
==============================================================================*/
.selection-wrapper label {
  font-size: 0.625em;
  color: #838383;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.selection-wrapper select.minimal-select {
  margin: 0;
  padding: 0;
  border: 0px;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  min-width: 48px;
  margin-left: 4px; }
.selection-wrapper select.full-select {
  width: 100%;
  height: 30px;
  margin: 0;
  border: 0px;
  outline: 2px solid #b8b8b8;
  outline-offset: -2px;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase; }
.selection-wrapper select:focus {
  outline-color: #1fc8cf; }
.selection-wrapper .input-row {
  margin-bottom: 10px; }
  .selection-wrapper .input-row label {
    display: block; }
  .selection-wrapper .input-row input,
  .selection-wrapper .input-row textarea {
    width: 100%;
    margin: 0;
    padding: 6px;
    border: 0px;
    outline: 2px solid #b8b8b8;
    outline-offset: -2px;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    background-color: transparent; }
    .selection-wrapper .input-row input:focus,
    .selection-wrapper .input-row textarea:focus {
      outline-color: #1fc8cf; }
  .selection-wrapper .input-row input {
    height: 30px; }
  .selection-wrapper .input-row textarea {
    min-height: 120px; }
.selection-wrapper .input-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 1px;
  vertical-align: top;
  width: 50%; }
.selection-wrapper h2, .selection-wrapper .h2, .selection-wrapper .section-standard header h4, .section-standard header .selection-wrapper h4, .selection-wrapper .section-standard header .h4, .section-standard header .selection-wrapper .h4, .selection-wrapper .instagram-collection header h4, .instagram-collection header .selection-wrapper h4, .selection-wrapper .instagram-collection header .h4, .instagram-collection header .selection-wrapper .h4 {
  text-align: center;
  margin-bottom: 0; }
.selection-wrapper div.errors {
  text-align: center;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 10px;
  color: red; }
  .selection-wrapper div.errors ul {
    list-style-type: none; }
.selection-wrapper input.required,
.selection-wrapper select.required {
  outline: 2px solid red; }
.selection-wrapper p {
  text-align: center;
  font-size: 0.875em;
  margin-top: 10px; }
  .selection-wrapper p.submit {
    margin-top: 24px;
    color: #a7a7a7; }
.selection-wrapper button.button,
.selection-wrapper input.button {
  width: 100%;
  padding: 8px 0;
  background: #1fc8cf;
  color: white;
  border: 0;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600; }
  .selection-wrapper button.button:hover, .selection-wrapper button.button:focus, .selection-wrapper button.button.added,
  .selection-wrapper input.button:hover,
  .selection-wrapper input.button:focus,
  .selection-wrapper input.button.added {
    background: #15888c; }
  .selection-wrapper button.button.disabled,
  .selection-wrapper input.button.disabled {
    background: #a7a7a7; }
.selection-wrapper input.cancel {
  border: 0;
  font-size: 14px; }
.selection-wrapper input.cancel,
.selection-wrapper a.cancel,
.selection-wrapper #customer_register_link {
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  font-style: italic;
  text-align: center;
  color: #a7a7a7; }

select.minimal-select {
  margin: 0;
  padding: 0;
  border: 0px;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  min-width: 48px;
  margin-left: 4px; }
select.full-select {
  width: 100%;
  height: 30px;
  margin: 0;
  border: 0px;
  outline: 2px solid #b8b8b8;
  outline-offset: -2px;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase; }

.quantity-select {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  display: table;
  border-collapse: collapse;
  width: 100%; }
  .quantity-select .input-wrapper {
    display: table-cell; }
  .quantity-select .button-wrapper {
    display: table-cell; }
  .quantity-select input {
    width: 48px;
    text-align: center;
    vertical-align: top;
    margin: 0 4px; }
  .quantity-select button {
    width: 30px; }
  .quantity-select button,
  .quantity-select input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 28px;
    border: 0px;
    border: 2px solid #b8b8b8;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    background: transparent; }
    .quantity-select button:focus,
    .quantity-select input:focus {
      outline-color: #1fc8cf; }

input {
  background: transparent; }

/*============================================================================
  #Site Footer
==============================================================================*/
footer.site-footer {
  padding: 40px 40px;
  color: #323232;
  background-color: white;
  text-align: center; }
  @media screen and (max-width: 800px) {
    footer.site-footer {
      padding: 40px 20px; } }
  footer.site-footer .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px; }
    footer.site-footer .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  footer.site-footer .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-left: -30px;
    direction: ltr; }
    footer.site-footer .grid:after {
      clear: both;
      content: "";
      display: table; }
    footer.site-footer .grid > * {
      padding-left: 30px; }
    footer.site-footer .grid > * {
      display: inline-block; }
    footer.site-footer .grid link {
      display: none; }
  @media screen and (max-width: 940px) {
    footer.site-footer .box {
      margin: 10px 0; }
      footer.site-footer .box.box-first > *:last-child {
        border-bottom: 1px solid #b2b2b2;
        padding-bottom: 20px; } }
  @media screen and (max-width: 600px) {
    footer.site-footer .box.box-last {
      margin-bottom: 0px; }
      footer.site-footer .box.box-last > *:first-child,
      footer.site-footer .box.box-last > *:last-child {
        border-top: 0px;
        border-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px; }
    footer.site-footer .box > *:last-child {
      border-bottom: 1px solid #b2b2b2;
      padding-bottom: 20px; } }
  footer.site-footer .box.layout-1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 100%; }
    footer.site-footer .box.layout-1 > *:first-child,
    footer.site-footer .box.layout-1 > *:last-child {
      border-top: 0px;
      border-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 0px; }
  footer.site-footer .box.layout-2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%; }
    @media screen and (max-width: 940px) {
      footer.site-footer .box.layout-2.box-first > *:last-child {
        border-bottom: 0px;
        padding-bottom: 0px; } }
    @media screen and (max-width: 600px) {
      footer.site-footer .box.layout-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; }
        footer.site-footer .box.layout-2.box-first > *:last-child {
          border-bottom: 1px solid #b2b2b2;
          padding-bottom: 20px; } }
  footer.site-footer .box.layout-3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 33.33333%; }
    @media screen and (max-width: 940px) {
      footer.site-footer .box.layout-3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; }
        footer.site-footer .box.layout-3.box-first {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; } }
    @media screen and (max-width: 600px) {
      footer.site-footer .box.layout-3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  footer.site-footer .box.layout-4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 25%; }
    @media screen and (max-width: 940px) {
      footer.site-footer .box.layout-4 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; }
        footer.site-footer .box.layout-4.box-first {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
        footer.site-footer .box.layout-4.box-last {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
          footer.site-footer .box.layout-4.box-last > *:first-child {
            border-top: 1px solid #b2b2b2;
            padding-top: 20px; } }
    @media screen and (max-width: 600px) {
      footer.site-footer .box.layout-4 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; }
        footer.site-footer .box.layout-4.box-last > *:first-child,
        footer.site-footer .box.layout-4.box-last > *:last-child {
          border-top: 0px;
          border-bottom: 0px;
          padding-top: 0px;
          padding-bottom: 0px; } }
  footer.site-footer .box.payment-types {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 100%;
    padding-top: 20px; }
    @media screen and (max-width: 940px) {
      footer.site-footer .box.payment-types {
        border-top: 1px solid #b2b2b2; } }
    footer.site-footer .box.payment-types p {
      color: #323232;
      font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.875em;
      margin-bottom: 6px; }
    footer.site-footer .box.payment-types li {
      display: inline-block;
      padding: 0 2px; }
    footer.site-footer .box.payment-types img {
      max-width: 100%;
      width: 40px;
      height: auto;
      display: block; }
    footer.site-footer .box.payment-types svg {
      width: 30px;
      height: 30px;
      display: block; }
      footer.site-footer .box.payment-types svg path {
        fill: black; }
  footer.site-footer h4, footer.site-footer .h4 {
    font-size: 1.25em;
    text-transform: none;
    color: black;
    font-weight: 600; }
  footer.site-footer p {
    font-size: 0.875em; }
    footer.site-footer p.copyright {
      margin-top: 1em; }
      footer.site-footer p.copyright a {
        text-decoration: none; }
  footer.site-footer a {
    color: #535050; }
    footer.site-footer a:hover, footer.site-footer a:focus {
      opacity: 0.8; }
    footer.site-footer a:focus {
      outline-color: #535050; }
  footer.site-footer input:focus,
  footer.site-footer button:focus {
    outline-color: #535050; }
  footer.site-footer ul {
    margin: 0;
    padding: 0; }
    footer.site-footer ul li {
      line-height: 1.4; }
      footer.site-footer ul li a {
        color: #535050;
        font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none;
        font-size: 0.875em; }
        footer.site-footer ul li a:hover, footer.site-footer ul li a:focus {
          opacity: 0.8; }
    footer.site-footer ul.social-icons li {
      display: inline-block;
      margin-right: 10px;
      font-size: 1.875em; }
      footer.site-footer ul.social-icons li:last-child {
        margin-right: 0; }
      footer.site-footer ul.social-icons li a {
        display: block; }
        footer.site-footer ul.social-icons li a:hover, footer.site-footer ul.social-icons li a:focus {
          color: #535050; }
  footer.site-footer form {
    margin: 0 auto;
    max-width: 400px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    height: 44px; }
    footer.site-footer form .input-row {
      margin-bottom: 6px; }
    footer.site-footer form .input-wrapper {
      display: table-cell;
      width: 100%; }
      footer.site-footer form .input-wrapper input {
        width: 100%; }
    footer.site-footer form .button-wrapper {
      display: table-cell;
      width: 1%;
      vertical-align: middle;
      font-size: 0; }
    footer.site-footer form div.errors {
      font-size: 0.875em;
      margin-bottom: 10px;
      color: black;
      font-style: italic; }
  footer.site-footer input {
    border: 2px solid #535050;
    padding: 8px 8px;
    font-size: 11px;
    font-weight: 600;
    color: #535050;
    background-color: transparent;
    height: 44px; }
    footer.site-footer input::-webkit-input-placeholder {
      color: #323232; }
    footer.site-footer input::-moz-placeholder {
      color: #323232; }
    footer.site-footer input:-moz-placeholder {
      color: #323232; }
    footer.site-footer input:-ms-input-placeholder {
      color: #323232; }
  footer.site-footer button {
    padding: 10px;
    background-color: #535050;
    border: 2px solid #535050;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    display: inline-block;
    margin-left: 6px;
    height: 44px;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none; }
    footer.site-footer button:hover, footer.site-footer button:focus {
      opacity: 0.8; }

/*============================================================================
  #Password Layout
==============================================================================*/
html.template-password {
  position: relative;
  text-align: center;
  height: 100%;
  /* overlay at start */
  /* overlay animate in */
  /* overlay animate out */
  /* content at start */
  /* content animate it */
  /* content animate out */
  /* close button */ }
  html.template-password body {
    border: 0;
    padding: 0;
    height: 100%; }
  html.template-password .password-section,
  html.template-password section.password,
  html.template-password .password-contain {
    display: table;
    height: 100%;
    width: 100%; }
  html.template-password header.site-header {
    display: table-row;
    height: 1%;
    padding: 0;
    background-color: transparent; }
    html.template-password header.site-header .wrapper {
      padding: 0; }
    html.template-password header.site-header h1.site-logo, html.template-password header.site-header .site-logo.h1, html.template-password header.site-header div.site-logo,
    html.template-password header.site-header h1.site-logo.has-image,
    html.template-password header.site-header .site-logo.has-image.h1,
    html.template-password header.site-header div.has-image.site-logo {
      padding: 80px 0 0; }
  html.template-password main.main-content {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    html.template-password main.main-content .contain {
      display: table-cell;
      vertical-align: middle;
      padding: 20px 0.9375em; }
    html.template-password main.main-content .coming-soon,
    html.template-password main.main-content .subscribe,
    html.template-password main.main-content .share {
      margin: 1.875em auto;
      max-width: 600px; }
    html.template-password main.main-content h2, html.template-password main.main-content .h2, html.template-password main.main-content .section-standard header h4, .section-standard header html.template-password main.main-content h4, html.template-password main.main-content .section-standard header .h4, .section-standard header html.template-password main.main-content .h4, html.template-password main.main-content .instagram-collection header h4, .instagram-collection header html.template-password main.main-content h4, html.template-password main.main-content .instagram-collection header .h4, .instagram-collection header html.template-password main.main-content .h4 {
      font-size: 28px;
      margin-bottom: 4px;
      text-transform: none; }
    html.template-password main.main-content .subscribe p {
      margin-bottom: 6px; }
      html.template-password main.main-content .subscribe p.thanks-message {
        display: none; }
    html.template-password main.main-content .share {
      padding-top: 10px; }
      html.template-password main.main-content .share p {
        margin-bottom: 12px;
        line-height: 1;
        font-size: 0.6875em;
        text-transform: none;
        font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    html.template-password main.main-content ul.social-share {
      margin-top: 8px; }
      html.template-password main.main-content ul.social-share li,
      html.template-password main.main-content ul.social-share li:last-child {
        margin: 0px; }
        html.template-password main.main-content ul.social-share li > *,
        html.template-password main.main-content ul.social-share li:last-child > * {
          margin: 0 6px; }
        html.template-password main.main-content ul.social-share li #___plusone_0,
        html.template-password main.main-content ul.social-share li:last-child #___plusone_0 {
          margin: 0 6px !important; }
  html.template-password form {
    margin: 0 auto;
    max-width: 400px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    height: 44px; }
    html.template-password form .input-wrapper {
      display: table-cell;
      width: 100%; }
      html.template-password form .input-wrapper input {
        width: 100%; }
    html.template-password form .button-wrapper {
      display: table-cell;
      width: 1%;
      vertical-align: middle;
      font-size: 0; }
  html.template-password input:focus,
  html.template-password button:focus {
    outline: 0; }
  html.template-password input {
    border-width: 2px;
    border-style: solid;
    padding: 8px 8px;
    font-size: 11px;
    font-weight: 600;
    height: 44px; }
  html.template-password button,
  html.template-password input.btn {
    padding: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    display: inline-block;
    margin-left: 6px;
    height: 44px;
    font-weight: 400;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none; }
  html.template-password footer.password-footer {
    display: table-row;
    height: 1%; }
    html.template-password footer.password-footer .contain {
      display: table-cell;
      vertical-align: bottom;
      padding: 20px 0.9375em; }
    html.template-password footer.password-footer p {
      margin: 0;
      font-size: 0.875em; }
  html.template-password section.site-login > a {
    position: absolute;
    top: 0.9375em;
    right: 0.9375em; }
  html.template-password section.site-login #LoginModal {
    display: none; }
  html.template-password .errors {
    margin-bottom: 12px;
    line-height: 1;
    font-size: 0.6875em;
    text-transform: none;
    font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  html.template-password .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  html.template-password .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9; }
  html.template-password .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }
  html.template-password .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  html.template-password .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1; }
  html.template-password .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  html.template-password button.mfp-close {
    background-color: transparent;
    font-size: 40px;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0.9375em;
    right: 0.9375em; }
  html.template-password .white-popup {
    position: relative;
    padding: 40px 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    text-align: center; }
    html.template-password .white-popup h3, html.template-password .white-popup .h3 {
      text-transform: none; }
    html.template-password .white-popup p {
      margin: 14px 0 0 0;
      font-size: 14px; }

/*============================================================================
  #Conditional Old IE Fixes
==============================================================================*/
html.lt-ie9 .featured-collection .box.header .details {
  position: static;
  top: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
html.lt-ie9 .featured-collection .box.header {
  height: auto !important; }
html.lt-ie9 .collection aside nav.tags ul {
  padding-left: 0px; }
html.lt-ie9 .collection aside nav.tags li a,
html.lt-ie9 .blog-list article section .post-meta ul.tags li a,
html.lt-ie9 .blog-permalink article section .post-meta ul.tags li a {
  padding: 4px 8px;
  margin-right: 0; }
html.lt-ie9 .blog-list article section .post-meta ul.tags li.label,
html.lt-ie9 .blog-permalink article section .post-meta ul.tags li.label {
  margin-right: 4px; }
html.lt-ie9 footer.site-footer .box.payment-types {
  display: none; }

html.lt-ie9 select,
html.ie9 select {
  background-image: none;
  padding: 0; }
html.lt-ie9.template-password,
html.ie9.template-password {
  height: auto; }
  html.lt-ie9.template-password body,
  html.ie9.template-password body {
    height: auto;
    text-align: center; }
    html.lt-ie9.template-password body .password-contain,
    html.ie9.template-password body .password-contain {
      display: block;
      height: auto;
      width: 800px;
      margin: 0 auto !important; }
    html.lt-ie9.template-password body .input-row,
    html.ie9.template-password body .input-row {
      display: table; }
      html.lt-ie9.template-password body .input-row .button-wrapper,
      html.ie9.template-password body .input-row .button-wrapper {
        width: 100% !important; }
    html.lt-ie9.template-password body .share,
    html.ie9.template-password body .share {
      text-align: center !important; }

html.no-js .quantity-select button.adjust {
  display: none; }
html.no-js .purchase-box .selection-wrapper .variant-grid #productSelect {
  visibility: visible; }
html.no-js header.util .currency-picker-contain {
  display: none; }
html.no-js .slideshow-section .cell-content {
  visibility: visible !important; }
html.no-js .slideshow-section {
  opacity: 1; }
html.no-js ul.site-nav li.has-dropdown:hover ul.dropdown {
  display: block !important; }
html.no-js .selection-wrapper.no-js {
  display: block !important; }
html.no-js .selection-wrapper.js {
  display: none !important; }

body .helper-section:hover .box, body .helper-section:focus .box {
  opacity: 0.5; }

/*============================================================================
  // Vendors
==============================================================================*/
.scroll-to-sticky {
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  position: sticky !important; }
  .scroll-to-sticky.util-panel-open {
    position: fixed !important; }

/*============================================================================
  #Panel Menu
==============================================================================*/
#menu.panel {
  position: fixed;
  z-index: 1100;
  left: -240px;
  /*left or right and the width of your navigation panel*/
  width: 240px;
  /*should match the above value*/
  padding: 0;
  font-size: 0.875em;
  background: white;
  color: #505050;
  font-family: "Noto Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  top: 0px;
  bottom: 0px; }
  #menu.panel a {
    color: #505050;
    text-decoration: none; }
    #menu.panel a:focus {
      outline-color: #535050; }
    #menu.panel a:hover {
      color: #1fc8cf;
      background-color: white; }
  #menu.panel ul.site-nav li {
    margin: 0;
    border-bottom: 1px solid gainsboro; }
    #menu.panel ul.site-nav li.has-dropdown > a {
      padding-right: 20px;
      position: relative; }
    #menu.panel ul.site-nav li.has-dropdown > a:after {
      content: '';
      opacity: 0.4;
      display: inline-block;
      height: 5px;
      width: 8px;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -2px;
      background-image: url("ico-select-util_v-100913167938336013611603112362.svg");
      background-position: center;
      background-repeat: no-repeat; }
    #menu.panel ul.site-nav li.has-dropdown > a:hover:after {
      background-image: url("ico-dropdown_v-145142949295650484321603112363.svg"); }
    #menu.panel ul.site-nav li.has-dropdown.expanded > a:after {
      -webkit-transform: scaleY(-1);
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      transform: scaleY(-1); }
    #menu.panel ul.site-nav li.has-sub-dropdown > a {
      padding-right: 20px;
      position: relative;
      outline: 0px; }
    #menu.panel ul.site-nav li.has-sub-dropdown > a:after {
      content: '';
      opacity: 0.2;
      display: inline-block;
      height: 5px;
      width: 8px;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -2px;
      background-image: url("ico-dropdown_v-145142949295650484321603112363.svg");
      background-position: center;
      background-repeat: no-repeat; }
    #menu.panel ul.site-nav li.has-sub-dropdown.expanded > a:after {
      -webkit-transform: scaleY(-1);
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      transform: scaleY(-1); }
    #menu.panel ul.site-nav li a {
      display: block;
      padding: 6px 10px; }
    #menu.panel ul.site-nav li.active > a {
      font-weight: 600; }
  #menu.panel ul.site-nav ul.dropdown {
    display: none;
    background-color: white;
    color: #4f4f4f; }
    #menu.panel ul.site-nav ul.dropdown a {
      color: #4f4f4f; }
      #menu.panel ul.site-nav ul.dropdown a:focus {
        outline-color: #535050; }
      #menu.panel ul.site-nav ul.dropdown a:hover {
        color: #1fc8cf;
        background-color: white; }
    #menu.panel ul.site-nav ul.dropdown li {
      font-size: 0.875em;
      border-bottom: 0px; }
      #menu.panel ul.site-nav ul.dropdown li a {
        padding: 6px 10px 6px 24px; }
  #menu.panel ul.site-nav ul.sub-dropdown {
    display: none;
    background-color: white;
    color: #4f4f4f; }
    #menu.panel ul.site-nav ul.sub-dropdown a {
      color: #4f4f4f; }
      #menu.panel ul.site-nav ul.sub-dropdown a:focus {
        outline-color: #535050; }
      #menu.panel ul.site-nav ul.sub-dropdown a:hover {
        color: #1fc8cf;
        background-color: white; }
    #menu.panel ul.site-nav ul.sub-dropdown li a {
      padding: 6px 10px 6px 28px; }
  #menu.panel .search {
    padding: 8px 16px 8px 10px;
    background-color: white; }
    #menu.panel .search form {
      display: table;
      width: 100%;
      border-collapse: collapse; }
    #menu.panel .search .icon-wrapper {
      width: 20px;
      display: table-cell;
      padding-right: 6px;
      vertical-align: top;
      color: #727272; }
    #menu.panel .search .input-wrapper {
      display: table-cell;
      width: 100%; }
      #menu.panel .search .input-wrapper input {
        border: 0px;
        width: 100%;
        padding: 0px 4px;
        color: #4f4f4f;
        font-size: 0.9375em; }
        #menu.panel .search .input-wrapper input::-webkit-input-placeholder {
          color: #a7a7a7; }
        #menu.panel .search .input-wrapper input::-moz-placeholder {
          color: #a7a7a7; }
        #menu.panel .search .input-wrapper input:-moz-placeholder {
          color: #a7a7a7; }
        #menu.panel .search .input-wrapper input:-ms-input-placeholder {
          color: #a7a7a7; }
        #menu.panel .search .input-wrapper input:focus {
          border: 0px;
          outline: none; }
    #menu.panel .search .button-wrapper {
      display: none; }
  #menu.panel .account {
    padding: 10px 0; }
    #menu.panel .account li {
      display: block;
      margin: 0;
      font-size: 0.875em; }
      #menu.panel .account li a {
        display: block;
        padding: 6px 10px; }

#menu.panel,
#page,
.mobile-menu-overlay,
header.util,
header.promo-bar {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on mobile*/ }

html.scroll-lock,
body.scroll-lock {
  overflow: hidden; }

html.panel-open,
body.panel-open {
  height: 100%;
  overflow-x: hidden; }
  html.panel-open #page,
  body.panel-open #page {
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    -o-transform: translateX(240px);
    transform: translateX(240px);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: -o-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    /* improves performance issues on mobile*/ }
  html.panel-open .mobile-menu-overlay,
  body.panel-open .mobile-menu-overlay {
    display: block; }

.mobile-menu-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  display: none;
  opacity: 0.9; }

.helper-note {
  z-index: 899 !important; }

/*============================================================================
  #Flickity
==============================================================================*/
/*! Flickity v1.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: rgba(79, 79, 79, 0.1); }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 60px;
  border: none;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 800px) {
    .flickity-prev-next-button {
      display: none; } }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 0px; }

.flickity-prev-next-button.next {
  right: 0px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: relative;
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 10px 0; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #b8b8b8;
  border-radius: 50%;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  background: #1fc8cf; }

/*============================================================================
  #EasyZoom
==============================================================================*/
/**
 * EasyZoom core styles
 */
.featured-zoom {
  position: relative;
  float: left;
  width: 100%; }

.featured-zoom img {
  display: block; }

.featured-zoom.is-loading img {
  cursor: progress; }

.featured-zoom.is-ready img {
  cursor: crosshair;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in; }

.featured-zoom.is-error img {
  cursor: not-allowed; }

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
  display: none; }

.easyzoom-flyout {
  pointer-events: none;
  position: absolute;
  z-index: 100;
  overflow: hidden;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }
  .easyzoom-flyout img {
    margin: auto !important;
    max-width: none !important;
    height: auto !important;
    width: auto !important; }

/*============================================================================
  #Magnific
==============================================================================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
/* overlay animate up and in */
.mpf-slideup.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

/* overlay animate in */
.mfp-slideup.mfp-bg.mfp-ready {
  opacity: 0.9; }

/* overlay animate out */
.mfp-slideup.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-slideup.mfp-wrap .mfp-content {
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* content animate it */
.mfp-slideup.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* content animate out */
.mfp-slideup.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0; }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 30px;
    padding-right: 30px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.is_new {
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 1px 8px;
  background-color: #1fc8cf;
  color: #fff;
  font-family: "Noto Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 0.625em;
  font-weight: 600;
  text-transform: uppercase; }

.collection figure a.product-image span.label.sale, .simple-collection figure a.product-image span.label.sale, .featured-collection figure a.product-image span.label.sale, .featured-collection figure a.product-image span.label.sale {
  background-color: #fc268a;
  color: #fff; }

.sale_text, .sale_prod {
  color: #fc268a;
  font-weight: bold; }

.percentage_off {
  font-weight: bold;
  color: #fc268a; }

.util .social-icons li {
  padding-top: 5px;
  border: none !Important; }

.util .social-icons {
  margin-left: 10px; }

@media all and (max-width: 1024px) {
  .util .social-icons {
    display: none; } }
@media all and (min-width: 770px) {
  .mobi_showr {
    display: none; }

  .mob_nav {
    display: none; } }
@media all and (max-width: 769px) {
  .mobi_hidr {
    display: none; }

  .slide__item-content h2, .slide__item-content .h2, .slide__item-content .section-standard header h4, .section-standard header .slide__item-content h4, .slide__item-content .section-standard header .h4, .section-standard header .slide__item-content .h4, .slide__item-content .instagram-collection header h4, .instagram-collection header .slide__item-content h4, .slide__item-content .instagram-collection header .h4, .instagram-collection header .slide__item-content .h4 {
    font-size: 32px; }

  .lang_wrapper {
    display: none; }

  .slide__item-content.justify-center .inner-wrapper .content-contain {
    max-width: 100%; }

  .slide__item-content p {
    font-size: 17px; }

  .slide__item-content a.button {
    font-size: 20px; }

  .switcher .option {
    position: relative;
    top: 10px; }

  .switcher .selected {
    border-right: 0 !IMportant; }

  .mob_nav {
    position: relative; }

  #menu.panel .account {
    padding: 10px 0 0; }

  header.util .currency-picker-contain select {
    width: auto; } }
header.util .currency-picker-contain select {
  line-height: 11px; }

.pre_footer {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 30px;
  margin-bottom: 40px; }
  .pre_footer #mc-embedded-subscribe-form {
    display: inline-block; }
  .pre_footer span.pre_footer_title {
    line-height: 50px;
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black; }
  @media only screen and (max-width: 1024px) {
    .pre_footer span.pre_footer_title {
      line-height: inherit;
      display: block;
      vertical-align: middle;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: black;
      margin-bottom: 20px; } }

.post_footer {
  margin-top: 40px; }
  @media only screen and (min-width: 1024px) {
    .post_footer {
      border-top: 1px solid #c8c8c8;
      padding-top: 40px; } }
  @media only screen and (min-width: 1024px) {
    .post_footer .third_block {
      width: 33.3333%;
      display: inline-block;
      float: left; }
      .post_footer .third_block ul.social-icons {
        text-align: left; }
      .post_footer .third_block.logo_section {
        text-align: right; } }
  .post_footer .box.payment-types {
    padding-top: 0 !Important;
    margin: 0; }
  .post_footer .box > *:last-child {
    padding-bottom: 0 !Important; }
  @media only screen and (max-width: 1023px) {
    .post_footer {
      margin-top: 30px;
      border-top: 1px solid #c8c8c8 !Important;
      padding-top: 30px; }
      .post_footer .box.payment-types {
        border-top: none !Important; }
      .post_footer .post_footer {
        border-top: none !Important; }
      .post_footer .box > *:last-child {
        border-bottom: 0 !Important; }
      .post_footer .payment_section.third_block {
        padding: 30px 0; } }

footer.site-footer {
  padding: 10px 40px !Important; }

footer.site-footer p.copyright {
  margin-top: 1em;
  clear: both; }

footer.site-footer h4, footer.site-footer .h4, footer.site-footer .h4, .pre_footer_title {
  font-family: "Noto Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: none;
  color: black; }

.swym-remind-me #swym-remind-email-auth-button {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Noto Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; }

.swym-remind-me .swym-remind-me-mailing-list-container {
  display: block !Important; }