/*============================================================================
  Shopify Timber v2.0.0 | github.com/shopify/timber
  Copyright 2014 Shopify Inc.
  Author Carson Shold @cshold
  Built with Sass - http://sass-lang.com/

  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
    - This file merges your stylesheets into one master at assets/timber.scss.liquid
==============================================================================*/
@font-face {
  font-family: 'Merriweather-Bold';
  src: url("Merriweather-Bold.eot");
  src: url("Merriweather-Bold.eot?#iefix") format("embedded-opentype"), url("Merriweather-Bold.woff") format("woff"), url("Merriweather-Bold.ttf") format("truetype"), url("Merriweather-Bold.svg#MerriweatherBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather-Light';
  src: url("Merriweather-Light.eot");
  src: url("Merriweather-Light.eot?#iefix") format("embedded-opentype"), url("Merriweather-Light.woff") format("woff"), url("Merriweather-Light.ttf") format("truetype"), url("Merriweather-Light.svg#MerriweatherLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather-Regular';
  src: url("Merriweather-Regular.eot");
  src: url("Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("Merriweather-Regular.woff") format("woff"), url("Merriweather-Regular.ttf") format("truetype"), url("Merriweather-Regular.svg#MerriweatherRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

.Merriweather-Regular {
  font-family: 'Merriweather-Regular'; }

@font-face {
  font-family: 'Poppins-Bold';
  src: url("Poppins-Bold.eot");
  src: url("Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("Poppins-Bold.woff") format("woff"), url("Poppins-Bold.ttf") format("truetype"), url("Poppins-Bold.svg#PoppinsBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Light';
  src: url("Poppins-Light.eot");
  src: url("Poppins-Light.eot?#iefix") format("embedded-opentype"), url("Poppins-Light.woff") format("woff"), url("Poppins-Light.ttf") format("truetype"), url("Poppins-Light.svg#PoppinsLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Medium';
  src: url("Poppins-Medium.eot");
  src: url("Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("Poppins-Medium.woff") format("woff"), url("Poppins-Medium.ttf") format("truetype"), url("Poppins-Medium.svg#PoppinsMedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-Regular';
  src: url("Poppins-Regular.eot");
  src: url("Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("Poppins-Regular.woff") format("woff"), url("Poppins-Regular.ttf") format("truetype"), url("Poppins-Regular.svg#PoppinsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("Poppins-SemiBold.eot");
  src: url("Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("Poppins-SemiBold.woff") format("woff"), url("Poppins-SemiBold.ttf") format("truetype"), url("Poppins-SemiBold.svg#PoppinsSemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }

/*================ Variables, theme settings, and Sass mixins ================*/
/*================ Global | Sass Mixins ================*/
/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
  Accent text
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography variables ================*/
/*================ Global | Normalize ================*/
*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

/*================ Site-wide styles ================*/
/*================ Partials | Layout Styles ================*/
html {
  background-color: #2b2e39; }

body {
  background-color: white; }

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

.main-content {
  display: block;
  margin-top: 60px;
  padding-bottom: 60px; }

hr {
  clear: both;
  border-top: solid #dddddd;
  border-width: 1px 0 0;
  margin: 30px 0;
  height: 0; }
  hr.hr--small {
    margin: 15px 0; }
  hr.hr--clear {
    border-top-color: transparent; }
  .template-index .main-content .grid-uniform + hr.hr--clear {
    display: none; }

.template-index .main-content .grid-uniform:first-of-type {
  margin-top: 30px; }

/*================ Partials | Typography styles ================*/
body,
input,
textarea,
button,
select {
  font-size: 14px;
  line-height: 1.7;
  font-family: 'Poppins-Light';
  color: black;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Poppins-SemiBold';
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 1.4; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1 {
  font-size: 2.57143em; }

h2, .h2 {
  font-size: 2em; }

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

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

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

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

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

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

blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #dddddd; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 15px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: "\2014 \0020"; }

code, pre {
  background-color: #faf7f5;
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62; }

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

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

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

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

li {
  margin-bottom: 0.25em; }

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

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

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

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

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

/*================ Partials | Tables ================*/
table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0; }

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

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 15px;
  border: 1px solid #dddddd; }

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

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

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

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

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

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

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

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

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

.two-thirds {
  width: 66.666%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-uniform .wide--one-half:nth-child(2n+1),
  .grid-uniform .wide--one-third:nth-child(3n+1),
  .grid-uniform .wide--one-quarter:nth-child(4n+1),
  .grid-uniform .wide--one-fifth:nth-child(5n+1),
  .grid-uniform .wide--one-sixth:nth-child(6n+1),
  .grid-uniform .wide--two-sixths:nth-child(3n+1),
  .grid-uniform .wide--three-sixths:nth-child(2n+1),
  .grid-uniform .wide--two-eighths:nth-child(4n+1),
  .grid-uniform .wide--four-eighths:nth-child(2n+1),
  .grid-uniform .wide--five-tenths:nth-child(2n+1),
  .grid-uniform .wide--one-twelfth:nth-child(12n+1),
  .grid-uniform .wide--two-twelfths:nth-child(6n+1),
  .grid-uniform .wide--three-twelfths:nth-child(4n+1),
  .grid-uniform .wide--four-twelfths:nth-child(3n+1),
  .grid-uniform .wide--six-twelfths:nth-child(2n+1) {
    clear: both; } }
/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*="push--"] {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .push--wide--eleven-twelfths {
    left: 91.666%; } }
/*============================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
/*================ Partials | Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

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

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

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

  .post-large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; } }
/*============================================================================
  #OOCSS Media Object
    - http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
==============================================================================*/
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

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

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

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

/*================ Partials | Links and Buttons ================*/
a,
.text-link {
  color: #6cbe00;
  text-decoration: none;
  background: transparent; }
  a:hover, a:focus,
  .text-link:hover,
  .text-link:focus {
    color: #96ff0c; }

button {
  overflow: visible; }

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

.btn, .btn--secondary,
input.btn--secondary, .btn--tertiary,
input.btn--tertiary, input[type="submit"] {
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  font-size: 1.14286em;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  /*================ Set primary button colors - can override later ================*/
  background-color: #6cbe00;
  color: white; }
  .btn:hover, .btn--secondary:hover, .btn--tertiary:hover, input[type="submit"]:hover {
    background-color: #89f100;
    color: white; }
  .btn:active, .btn--secondary:active, .btn--tertiary:active, input[type="submit"]:active, .btn:focus, .btn--secondary:focus, .btn--tertiary:focus, input[type="submit"]:focus {
    background-color: #6cbe00;
    color: white; }
  .btn[disabled], [disabled].btn--secondary, [disabled].btn--tertiary, input[disabled][type="submit"], .btn.disabled, .disabled.btn--secondary, .disabled.btn--tertiary, input.disabled[type="submit"] {
    cursor: default;
    color: #b6b6b6;
    background-color: #f6f6f6; }

.btn--secondary,
input.btn--secondary {
  background-color: #6a58c4;
  color: white; }
  .btn--secondary:hover,
  input.btn--secondary:hover {
    background-color: #8c7ed1;
    color: white; }
  .btn--secondary:active, .btn--secondary:focus,
  input.btn--secondary:active,
  input.btn--secondary:focus {
    background-color: #6a58c4;
    color: white; }

.btn--small {
  padding: 4px 5px;
  font-size: 0.85714em; }

.btn--large {
  padding: 12px 15px;
  font-size: 1.14286em; }

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

.btn--tertiary,
input.btn--tertiary {
  margin: 0;
  background-color: white;
  color: #6cbe00;
  border: 1px solid #dddddd; }
  .btn--tertiary:hover,
  input.btn--tertiary:hover {
    opacity: 1;
    background-color: #6cbe00; }
  .btn--tertiary:active, .btn--tertiary:focus,
  input.btn--tertiary:active,
  input.btn--tertiary:focus {
    background-color: #4f8b00; }

select.btn--tertiary {
  padding: 6px 28px 6px 10px;
  font-size: 0.85em; }
  select.btn--tertiary:hover, select.btn--tertiary:focus, select.btn--tertiary:active {
    background-color: white;
    color: #6cbe00; }

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

/*================ Partials | Images, SVG, and iframes ================*/
img {
  border: 0 none; }

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

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

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

.table-wrapper {
  max-width: 100%;
  overflow: auto; }

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

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

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

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

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

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

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

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

button,
input[type="submit"] {
  cursor: pointer; }

/*================ Input width and border ================*/
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #dddddd;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 1em;
  color: #333; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="file"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #c4c4c4; }
  input[type="text"][disabled], input[type="text"].disabled,
  input[type="search"][disabled],
  input[type="search"].disabled,
  input[type="password"][disabled],
  input[type="password"].disabled,
  input[type="email"][disabled],
  input[type="email"].disabled,
  input[type="file"][disabled],
  input[type="file"].disabled,
  input[type="number"][disabled],
  input[type="number"].disabled,
  input[type="tel"][disabled],
  input[type="tel"].disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6; }

textarea {
  min-height: 100px; }

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/ico-select.svg?v=23114707131166917281645983718");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

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

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

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

label,
legend {
  display: block;
  margin-bottom: 2px; }
  label.inline,
  legend.inline {
    display: inline; }
  .form-horizontal label.label--hidden, label.label--hidden, .form-horizontal
  legend.label--hidden,
  legend.label--hidden {
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden; }
    .ie9 .form-horizontal label.label--hidden, .lt-ie9 .form-horizontal label.label--hidden, .ie9 label.label--hidden, .lt-ie9 label.label--hidden, .ie9 .form-horizontal
    legend.label--hidden, .lt-ie9 .form-horizontal
    legend.label--hidden, .ie9
    legend.label--hidden, .lt-ie9
    legend.label--hidden {
      height: auto;
      width: auto;
      margin-bottom: 2px;
      overflow: visible; }
  .form-horizontal label:not(.label--hidden), .form-horizontal
  legend:not(.label--hidden) {
    font-size: 0.9em; }

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

label[for] {
  cursor: pointer; }

.label-hint {
  color: #999; }

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

@media screen and (min-width: 1024px) {
  .form-horizontal ~ .form-horizontal {
    padding-left: 15px; } }
@media screen and (max-width: 1023px) {
  .form-horizontal ~ .form-horizontal {
    margin-top: 7.5px; } }
/*================ Error styles ================*/
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e; }

label.error {
  color: #d02e2e; }

/*================ Input Group ================*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .input-group-field:first-child,
  .input-group .input-group-btn:first-child,
  .input-group .input-group-btn:first-child > .btn,
  .input-group .input-group-btn:first-child > .btn--secondary,
  .input-group .input-group-btn:first-child > .btn--tertiary,
  .input-group .input-group-btn:first-child > input[type="submit"],
  .input-group input[type="hidden"]:first-child + .input-group-field,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--secondary,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--tertiary,
  .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"] {
    border-radius: 2px 0 0 2px; }
  .input-group .input-group-field:last-child,
  .input-group .input-group-btn:last-child > .btn,
  .input-group .input-group-btn:last-child > .btn--secondary,
  .input-group .input-group-btn:last-child > .btn--tertiary,
  .input-group .input-group-btn:last-child > input[type="submit"] {
    border-radius: 0 2px 2px 0; }
  .input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px; }

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

.input-group .btn, .input-group .btn--secondary, .input-group .btn--tertiary, .input-group input[type="submit"],
.input-group .input-group-field {
  height: 37px; }

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

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

/*================ Search bar ================*/
.search-bar {
  max-width: 50%; }
  @media screen and (max-width: 1023px) {
    .search-bar {
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; } }

/*================ Partials | Icons ================*/
@font-face {
  font-family: 'icons';
  src: url("//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icons.eot?v=80311129057457783951645983571");
  src: url("//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icons.eot?v=80311129057457783951645983571#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icons.woff?v=172101464828718057131645983573") format("woff"), url("//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icons.ttf?v=113212226748624898411645983573") format("truetype"), url("//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icons.svg?v=145837122269066313691645983572#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-fallback-text .icon {
  display: none; }
  .supports-fontface .icon-fallback-text .icon {
    display: inline-block; }

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

.icon:before {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-stripe:before {
  content: "\53"; }

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

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

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

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

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

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

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

.icon-hamburger-image {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/hamburger.png?v=142849251371857941251645983553) center center no-repeat transparent;
  width: 22px;
  height: 15px; }

.icon-hamburger-image.open {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/hamburger-open.png?v=101257539467969949261645983552) center center no-repeat transparent; }

.icon-cart-image {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/cart-empty.png?v=153418798621868471111645983511) center center no-repeat transparent;
  width: 22px;
  height: 20px; }

.icon-cart-image.full {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/cart-full.png?v=63722558029320140951645983512) center center no-repeat transparent; }

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

.social-icons li {
  margin: 0 10px 15px;
  vertical-align: middle; }
  @media screen and (min-width: 481px) {
    .social-icons li {
      margin-left: 0; } }
  .social-icons li .icon {
    font-size: 22px;
    line-height: 22px; }
  .social-icons li a {
    color: #555555; }
    .social-icons li a:hover {
      color: #3b3b3b; }

/*================ Module-specific styles ================*/
/*================ Module | Breadcrumbs and Tag Sorting ================*/
.breadcrumb,
.tags {
  font-family: 'Merriweather-Light';
  color: black; }
  .breadcrumb a,
  .tags a {
    color: black; }
    .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active,
    .tags a:hover,
    .tags a:focus,
    .tags a:active {
      color: #6cbe00; }

.breadcrumb {
  margin-bottom: 5px;
  color: #707070;
  font-size: 0.85em;
  font-style: italic; }
  .breadcrumb a,
  .breadcrumb span {
    display: inline;
    padding-right: 5px;
    margin-right: 5px;
    color: #707070; }
    .breadcrumb a:first-child,
    .breadcrumb span:first-child {
      padding-left: 0; }

.breadcrumb__sep {
  font-size: 1.4em;
  line-height: 1; }

.tags {
  color: #6cbe00; }
  .tags a {
    display: inline-block;
    padding: 5px 7px 5px 0;
    margin-right: 12px; }

.tag--active a {
  color: #6cbe00; }

/*================ Module | Footer ================*/
.site-footer {
  background-color: #2b2e39;
  padding-top: 30px;
  padding-bottom: 20px;
  color: white; }
  .site-footer form {
    margin-bottom: 0; }
  @media screen and (min-width: 1023px) {
    .site-footer input {
      max-width: 250px; } }
  .site-footer .text-center input {
    margin-left: auto;
    margin-right: auto; }
  .site-footer p {
    margin-bottom: 10px; }
  .site-footer ul {
    margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .site-footer {
      padding-top: 30px; } }
  @media screen and (max-width: 1023px) {
    .site-footer .grid__item:last-child {
      margin-bottom: 0; } }

.site-footer__links a {
  color: white; }
  .site-footer__links a:hover, .site-footer__links a:active {
    color: #6cbe00; }
.site-footer__links.inline-list li {
  padding: 0 10px; }

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

.note {
  border-color: #dddddd; }

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

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

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

/*================ Module | Pagination ================*/
.pagination {
  margin-bottom: 1em; }

.pagination-custom {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 2px; }

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

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

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

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

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

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

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

/*================ Module | Rich Text Editor ================*/
.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  margin-top: 2em; }
  .rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
    margin-top: 0; }
.rte > div {
  margin-bottom: 15px; }
.rte ul, .rte ol {
  margin-left: 35px; }
.rte ul ul {
  list-style: circle outside; }
.rte li {
  margin-bottom: 0.4em; }
.rte img {
  max-width: 100%;
  height: auto; }
.rte table {
  table-layout: fixed; }

.rte--header {
  margin-bottom: 30px; }

/*================ Module | Section Headers ================*/
.section-header {
  text-align: left;
  margin-bottom: 15px; }

.section-header--small {
  margin-bottom: 0; }

.section-header--medium {
  margin-bottom: 7.5px; }

.section-header--large {
  margin-bottom: 30px; }

.section-header--breadcrumb {
  margin-bottom: 2px; }

.section-header__title {
  color: #000;
  font-size: 2.5em;
  font-family: 'Poppins-Bold'; }

.section-header__title--left,
.section-header__link--right {
  padding-bottom: 12px;
  margin-bottom: 0; }

.section-header__link--right {
  margin-top: 15px; }

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

  .section-header__title--left {
    display: table-cell;
    vertical-align: middle; }
    .section-header__title--left h1, .section-header__title--left .h1, .section-header__title--left h2, .section-header__title--left .h2, .section-header__title--left h3, .section-header__title--left .h3, .section-header__title--left h4, .section-header__title--left .h4,
    .section-header__title--left .h1, .section-header__title--left .h2, .section-header__title--left .h3, .section-header__title--left .h4 {
      margin-bottom: 0; }

  .section-header__link--right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 550px;
    margin-top: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1023px) {
    .section-header__link--right {
      margin-bottom: 30px; } }

.section-header__link--right .form-horizontal {
  display: inline-block; }
.section-header__link--right .form-horizontal,
.section-header__link--right .collection-view {
  vertical-align: middle; }
.section-header__link--right select,
.section-header__link--right option {
  color: black; }
@media screen and (min-width: 481px) {
  .section-header__link--right label + select,
  .section-header__link--right .collection-view {
    margin-left: 15px; }
  .section-header__link--right label:not(.label--hidden) + select {
    margin-left: 5px; } }
@media screen and (min-width: 1024px) {
  .section-header__link--right select {
    max-width: 200px; } }

@media screen and (max-width: 1023px) {
  .template-collection .section-header__link--right {
    display: block;
    width: 100%;
    margin-top: 0; }
    .template-collection .section-header__link--right .form-horizontal {
      width: 100%; }
      .template-collection .section-header__link--right .form-horizontal select {
        width: 100%;
        margin-left: 0; } }
.view-more {
  clear: both;
  display: block;
  font-size: 0.85em;
  text-align: center;
  margin-top: 15px; }
  @media screen and (min-width: 1024px) {
    .view-more {
      display: none; } }

/*================ Module | Site Header ================*/
.site-header {
  padding: 0px 0;
  background-color: transparent;
  border-bottom: 1px solid #ededed; }
  @media screen and (min-width: 1024px) {
    .site-header {
      padding: 0px 0; }
      .site-header .post-large--display-table {
        min-height: 86px; } }
  @media screen and (min-width: 1024px) {
    .site-header .grid, .site-header .grid--rev, .site-header .grid--full {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .site-header .grid > .grid__item, .site-header .grid--rev > .grid__item, .site-header .grid--full > .grid__item {
        float: none;
        display: table-cell;
        vertical-align: middle; } }

.site-header__logo {
  text-align: center;
  margin: 0 auto;
  max-width: 100%; }
  .site-header__logo a {
    color: #666666;
    max-width: 214px;
    margin: 0 auto; }
  .site-header__logo a,
  .site-header__logo a:hover,
  .site-header__logo a:focus {
    text-decoration: none; }
  .site-header__logo a, .site-header__logo img {
    display: block; }
  .site-header__logo img {
    margin: 0 auto; }

.site-header--text-links {
  margin-bottom: 0; }

/*============ If logo is on the same line as navigation ============ */
.site-header .grid--full {
  padding-bottom: 0; }

.sub-header {
  border-bottom: 1px solid #ededed;
  position: relative;
  overflow: visible; }

.sub-header .grid--full {
  margin-bottom: 0px; }

.custom-product-page-sub-header {
  margin-top: 26px;
  font-weight: bold; }

/*================ Module | Site Nav and Dropdowns ================*/
.site-nav {
  font-family: 'Poppins-Regular';
  text-transform: uppercase;
  cursor: default;
  margin: 0 auto;
  text-align: center; }
  .site-nav li {
    margin: 0;
    display: block; }
  .site-nav > li {
    position: relative;
    display: inline-block;
    /*
    &:first-child > a {
      padding-left: 0;
    }

    &:first-child .site-nav__dropdown {
      left: - $gutter / 2;
    }

    &:last-child > a {
      padding-right: 0;
    }
    */ }

.site-nav__link {
  display: block;
  text-decoration: none;
  padding: 0px 20px;
  white-space: nowrap;
  color: #000;
  line-height: 41px; }
  .site-nav__link:hover, .site-nav__link:active, .site-nav__link:focus {
    color: #6a58c4; }
  .site-nav--active .site-nav__link {
    color: #6a58c4;
    font-weight: bold; }
  .site-nav__link .icon-arrow-down {
    font-size: 0.7em;
    color: #666666; }

/*================ Dropdowns ================*/
.site-nav__dropdown {
  text-transform: none;
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  text-align: left;
  z-index: 20;
  font-size: 0.85em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
  .supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown, .site-nav--has-dropdown.nav-hover .site-nav__dropdown, .nav-focus + .site-nav__dropdown, .show-dropdown .site-nav__dropdown {
    display: block; }
  .site-nav__dropdown .site-nav__link {
    background-color: white;
    font-weight: normal;
    padding: 7px 20px 7px 15px; }
    .site-nav__dropdown .site-nav__link:hover, .site-nav__dropdown .site-nav__link:active, .site-nav__dropdown .site-nav__link:focus {
      color: #6cbe00; }

/*================ Search bar in header ================*/
.nav-search {
  position: relative;
  padding: 7px 0; }
  @media screen and (max-width: 1023px) {
    .nav-search {
      padding: 0 0 15px;
      margin: 0 auto;
      text-align: center; } }
  .nav-search .input-group,
  .nav-search .input-group-field {
    margin-bottom: 0; }

/*================ Header message (theme setting) ================*/
.header-message {
  text-align: center;
  margin: 15px 0 0;
  line-height: 1; }
  @media screen and (min-width: 1024px) {
    .header-message {
      margin-bottom: 15px; } }

/*================= If logo is above navigation ================== */
/*================ View-specific styles ================*/
/*================ Templates | Blog and Comments ================*/
.comment {
  margin-bottom: 30px; }
  .comment + .comment {
    border-top: 1px solid #dddddd;
    padding-top: 30px; }

.meta-sep {
  position: relative;
  top: -1px;
  padding: 0 5px;
  font-size: 0.7em; }

.blog-date {
  margin-top: -0.5em; }

aside h4 ~ h4, aside .h4 ~ h4, aside h4 ~ .h4, aside .h4 ~ .h4 {
  margin-top: 45px; }

aside time em {
  font-size: 0.8em; }

@media screen and (max-width: 1023px) {
  article {
    margin-bottom: 30px; } }
.article__image {
  display: block;
  margin-bottom: 22.5px; }

/*================ Templates | Cart Page ================*/
.cart__row {
  position: relative;
  padding-top: 30px; }
  .cart__row + .cart__row {
    /*margin-top: 12px;*/
    border-bottom: 1px solid #E9ECEF; }
  .cart__row:first-child {
    margin-top: 0; }
  .cart__row:first-child {
    padding-top: 0;
    border-top: 0 none; }
  .cart__row .js-qty {
    margin: 0; }

.cart__row .cart-variant {
  display: block; }

@media screen and (min-width: 1024px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cart__row--table-large .grid__item {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
.cart__image {
  display: block; }
  .cart__image img {
    display: block; }

.cart__subtotal,
.cart-additional-savings__price {
  margin: 0 0 0 10px;
  display: inline; }

.cart__mini-labels {
  display: block;
  margin: 10px 0;
  font-size: 0.85714em; }
  @media screen and (min-width: 1024px) {
    .cart__mini-labels {
      display: none; } }

input.cart__quantity-selector {
  width: 100px;
  margin: 0 auto; }

.cart__remove {
  display: block; }

.cart__note-add.is-hidden {
  display: none; }

.cart__note {
  display: none; }
  .cart__note.is-active {
    display: block; }

.cart-item__discount,
.cart-additional-savings__savings,
.cart-subtotal__savings {
  display: block; }

.cart .btn, .cart .btn--secondary, .cart .btn--tertiary, .cart input[type="submit"] {
  margin-bottom: 4px; }

.cart__additional_checkout {
  margin: 15px 0 0; }
  .cart__additional_checkout input {
    padding: 0; }
  .cart__additional_checkout > *:not(script) {
    padding: 5px 0 0 5px;
    vertical-align: top;
    line-height: 1; }
    .cart__additional_checkout > *:not(script):first-child, .cart__additional_checkout > *:not(script):empty {
      padding-left: 0px; }

/*================ Templates | Product Page ================*/
.product-single__variants {
  display: none; }
  .no-js .product-single__variants {
    display: block; }

.product-single__photos {
  margin-bottom: 10px;
  position: relative; }

.product-single__photos a, .product-single__photos img,
.product-single__thumbnails a,
.product-single__thumbnails img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

#ProductPhotoImg {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.image-zoom {
  cursor: move; }

.product-single__thumbnails li {
  margin-bottom: 5px; }

.product-single__thumbnails li.active a {
  border: 1px solid #c3c3c3;
  border-radius: 2px; }

.product-single__thumbnails li img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6; }

.product-single__thumbnails li.active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.product-single__prices {
  margin-bottom: 22px; }

.product-single__price {
  color: #6cbe00;
  font-size: 19.6px;
  font-weight: 400; }

.product-single__sale-price {
  opacity: 0.7;
  margin-left: 6px;
  font-size: 17.78px;
  font-weight: 400; }

.product-single__quantity {
  margin-bottom: 0px; }
  .product-single__quantity.is-hidden {
    display: none; }
  .product-single__quantity .quantity-selector {
    display: inline-block;
    margin-bottom: 0;
    text-align: center; }

ul.gallery {
  margin: 0 !important; }

@media screen and (min-width: 1024px) {
  .single-option-selector,
  .quantity-selector {
    width: auto !important; } }
.cart-page-link.cart-button {
  display: inline-block;
  background: #6cbe00;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  font-size: 1em;
  line-height: 38px;
  padding: 1px 25px;
  position: relative; }

.cart-page-link.cart-button .cart-count {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #6e5dc6;
  border-radius: 50%;
  color: #6e5dc6;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  left: 35px;
  line-height: 11px;
  padding: 4px;
  position: absolute;
  top: 4px;
  font-family: 'Poppins-Light';
  width: 20px;
  height: 20px;
  text-align: center; }

ul.product-menu {
  padding: 0;
  margin: 0; }

ul.product-menu > li {
  display: inline-block;
  margin-bottom: 0px; }

ul.product-menu > li > span {
  display: inline-block;
  padding: 12px 25px;
  color: #000;
  text-transform: uppercase;
  background: #ededed; }

ul.product-menu > li > a {
  display: inline-block;
  padding: 6px 20px;
  color: #000;
  text-transform: uppercase; }

ul.product-menu > li:hover > a {
  background: #ededed;
  color: #666464; }

ul.product-menu > li > a.best-seller-link {
  color: #6A58C4;
  font-family: 'Poppins-SemiBold'; }

ul.product-menu > li > a span {
  display: inline-block;
  padding-left: 5px; }

.product-submenu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.4s linear;
  position: absolute;
  top: 35px;
  border-top: 1px solid #ededed;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 8px 6px -6px #939393;
  -moz-box-shadow: 0 8px 6px -6px #939393;
  box-shadow: 0 8px 6px -6px #939393;
  z-index: 9989; }

ul.product-menu li:hover .product-submenu {
  visibility: visible;
  opacity: 1; }

.product-submenu .grid, .product-submenu .grid--rev, .product-submenu .grid--full {
  text-align: center;
  font-size: 0; }

.product-submenu .grid__item {
  float: none !important;
  display: inline-block;
  text-align: left;
  font-size: 14px; }

.product-submenu .drop-menu-title {
  color: #000;
  font-weight: bold; }

.product-submenu ul {
  margin: 15px 0;
  padding: 0; }

.product-submenu ul a {
  color: #000; }

.product-submenu ul a:hover {
  color: #6a58c4; }

.rollOverImg {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/products/Apothecary_1L_medium.jpg?v=1428000989) repeat scroll 0 0 white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin: 0 auto; }

.roll-over-text {
  font-size: 0.9em;
  line-height: 1em;
  color: #999999; }

.rollovertitle {
  font-size: 0.9em;
  line-height: 1.1em; }

.rolloverwaspricediv {
  position: relative;
  color: #999;
  line-height: 1.2em;
  margin-top: 3px; }

.rolloverwaspricediv img {
  position: absolute;
  top: 0;
  left: 40px;
  max-height: 15px; }

.rolloverpricediv {
  font-family: 'Poppins-Bold';
  color: #6cbe00;
  font-size: 1.3em;
  line-height: 1.1em; }

.product-submenu .collection-image {
  text-align: center;
  margin-bottom: 20px; }

.product-submenu .collection-image img {
  max-width: 100%; }

.product-submenu .menu-link-button {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  background: #6a58c4;
  border-radius: 2px; }

.promo-image-wrapper {
  margin-top: 20px; }

.deal-arrow {
  position: relative; }

.deal-arrow .deal-duration {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: left; }

.deal-arrow .deal-duration h3, .deal-arrow .deal-duration .h3 {
  white-space: nowrap;
  color: #6a58c4;
  font-size: 1.4em;
  margin-bottom: 3px; }

.deal-arrow .deal-duration h5, .deal-arrow .deal-duration .h5 {
  white-space: nowrap;
  color: #999999;
  margin-bottom: 3px; }

.promo-images .promo-image-box {
  position: relative;
  display: block;
  border-radius: 10px; }

.promo-images .promo-image-box:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed #6a58c4;
  border-radius: 10px;
  background-color: transparent; }

.promo-images .promo-image-box img {
  display: block;
  border-radius: 10px; }

.promo-images .promo-image-box .promo-image-box-text {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 95px;
  padding-right: 8px; }

.promo-images .promo-image-box span {
  background: #6a58c4 none repeat scroll 0 0;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
  font-family: "Poppins-Medium";
  font-size: 12px;
  font-weight: normal;
  left: -2px;
  padding: 3px 7px;
  position: absolute;
  top: -2px; }

.promo-images .promo-image-box.box_3 span {
  background: #6cbe00;
  z-index: 1; }

.promo-images .promo-image-box .promo-image-box-text h2, .promo-images .promo-image-box .promo-image-box-text .h2 {
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  color: #6e5dc6; }

.promo-images .promo-image-box .promo-image-box-text h3, .promo-images .promo-image-box .promo-image-box-text .h3 {
  font-family: 'Poppins-SemiBold';
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px; }

.promo-images .promo-image-box .promo-image-box-text p {
  /* font-family: 'Merriweather-Regular'; */
  color: #494949;
  margin-bottom: 5px;
  line-height: 1.2em;
  font-size: 0.9em; }

.main-banner {
  margin-top: 15px;
  position: relative;
  line-height: 10px; }

.main-banner img {
  width: 100%; }

.banner-text-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1em; }

.banner-text-wrapper h1, .banner-text-wrapper .h1 {
  font-family: 'Poppins-Bold';
  margin: 15px 0 30px; }

.banner-text-wrapper ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: 'Poppins-Medium';
  line-height: 1.5em; }

.banner-text-wrapper ul li {
  list-style: none;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/banner-bullet-2.jpg?v=76228349720974983391645983494) left center no-repeat white;
  padding-left: 35px; }

.banner-text-wrapper ul li:first-child {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/banner-bullet-1.jpg?v=181604386656616050271645983492) left center no-repeat white; }

.banner-text-wrapper ul li:last-child {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/banner-bullet-3.jpg?v=70043259937281338841645983495) left center no-repeat white; }

.banner-button {
  margin-top: 20px; }

.banner-button a {
  text-transform: uppercase;
  padding: 10px 50px;
  font-weight: bold; }

.shadow-box {
  height: 70px;
  -moz-box-shadow: 0 9px 11px -9px #a2a2a2 inset, 0 -8px 0px -8px #a2a2a2 inset;
  -webkit-box-shadow: 0 9px 11px -9px #a2a2a2 inset, 0 -8px 0px -8px #a2a2a2 inset;
  box-shadow: 0 9px 11px -9px #a2a2a2 inset, 0 -8px 0px -8px #a2a2a2 inset; }

.promo-features {
  font-family: 'Poppins-Regular';
  margin-bottom: 30px; }

.promo-features img {
  max-width: 100%; }

.promo-features .chive-test-image {
  position: relative; }

.promo-features .chive-test-image .chive-test-text {
  width: 100%;
  padding: 0 30px;
  position: absolute;
  top: 25px;
  left: 0; }

.promo-features .chive-test .chive-test-text p {
  font-family: 'Merriweather-Regular';
  font-size: 0.85em; }

.promo-features .chive-test .chive-test-text a {
  text-transform: uppercase;
  font-family: 'Poppins-Medium';
  font-size: 0.8em; }

.chive-test-mobile {
  margin-bottom: 15px;
  padding: 0 20px; }

.stay-upto-date {
  background: #e7e7e7;
  padding: 70px 0 40px; }

.stay-upto-date h1, .stay-upto-date .h1 {
  font-family: 'Poppins-Bold'; }

.stay-upto-date p {
  font-family: 'Poppins-Light';
  font-size: 0.95em; }

.footer-social-links {
  margin-top: 30px; }

.footer-social-links ul {
  margin-bottom: 0px; }

.icon-image {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/social-media-icons.png?v=107629173579696355051645983669); }

.icon-twitter-image {
  background-position: -45px 0px; }

.icon-facebook-image {
  background-position: 0px 0px; }

.icon-youtube-image {
  background-position: 130px 0px; }

.icon-instagram-image {
  background-position: 175px 0px; }

.icon-pinterest-image {
  background-position: 85px 0px; }

.buy-with-wrapper {
  background: #353535; }

.buy-with-option {
  padding: 30px 0;
  border-right: 1px solid #505050;
  text-align: center; }

.buy-with-option.option-text {
  text-align: left;
  color: #fff;
  text-transform: uppercase; }

.buy-with-option.option-text h4, .buy-with-option.option-text .h4 {
  margin-bottom: 0;
  line-height: 23px; }

.footer-top {
  font-family: 'Poppins-Light'; }

.footer-main-menu li a {
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase; }

.footer-main-menu li:first-child a {
  padding-left: 0px; }

.site-contact-info a {
  color: #acacac;
  padding: 0 20px;
  font-size: 0.95em; }

.site-contact-info a:last-child {
  padding-right: 0px; }

@media screen and (max-width: 480px) {
  .site-contact-info a {
    padding: 0 10px; } }
.border-bottom {
  border-bottom: 1px solid #acacac;
  padding-top: 20px;
  margin-bottom: 20px; }

.border-bottom.light {
  border-bottom: 1px solid #ededed; }

.footer-bottom {
  color: #676767;
  font-size: 0.85em;
  font-family: 'Merriweather-Light'; }

.footer-second-menu li a {
  color: #676767;
  padding: 0 15px; }

.footer-second-menu li:first-child a {
  padding-left: 0px; }

.single-product-wrapper {
  background: #fff;
  border-bottom: none;
  padding: 0 15px;
  text-align: center;
  font-family: 'Poppins-Regular';
  position: relative; }

.single-product-wrapper .grid-link {
  padding-bottom: 0px; }

.product-links {
  margin-bottom: 30px;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #e7e7e7; }

.product-links .link-more-info {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-right: 5px;
  display: block;
  background: #acacac;
  border-radius: 3px;
  padding: 10px;
  font-family: 'Poppins-Light'; }

.product-links .link-more-info:hover {
  background: #6a58c4; }

.product-cart-button {
  padding: 0;
  margin: 0; }

.product-cart-button input[type="submit"] {
  width: 100%;
  text-transform: uppercase;
  padding: 8px 10px;
  font-family: 'Poppins-Light'; }

.border-bottom.gray {
  border-top: 1px solid #e7e7e7;
  border-bottom: none;
  margin-top: 50px;
  padding-top: 50px; }

.featured-section-wrapper h2, .featured-section-wrapper .h2 {
  text-align: center; }

.featured-section-wrapper .offer-header-content {
  font-family: 'Poppins-Light';
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px; }

.featured-section-wrapper .offer-footer-content {
  font-family: 'Poppins-Light';
  font-size: 0.85em;
  text-align: center;
  padding-top: 50px; }

.discount-offer-box {
  position: relative;
  text-align: center;
  padding: 25px 0 15px; }

.discount-offer-text {
  padding: 0 10px; }

.discount-offer-box h2, .discount-offer-box .h2 {
  color: #6a58c4;
  font-family: 'Poppins-Bold';
  margin-bottom: 0px; }

.discount-offer-text.green h2, .discount-offer-text.green .h2 {
  color: #6cbe00; }

.discount-offer-box h4, .discount-offer-box .h4 {
  font-weight: normal;
  font-family: 'Poppins-Light';
  margin-bottom: 7px;
  font-size: 1.2em;
  color: #4c4c4c; }

.discount-offer-box p {
  line-height: 1.2em;
  color: #4c4c4c; }

.discount-offer-box p span {
  display: block;
  font-weight: bold;
  color: #000; }

.discount-offer-box-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(111, 93, 198, 0.95);
  border-radius: 10px;
  color: #fff;
  padding: 15px; }

.discount-offer-box:hover .discount-offer-box-overlay {
  display: block; }

.discount-offer-box-overlay h2, .discount-offer-box-overlay .h2 {
  color: #fff; }

.discount-offer-box-overlay h4, .discount-offer-box-overlay .h4 {
  color: #d2ccec; }

.discount-offer-box-overlay p {
  color: #9a8dd7; }

.discount-offer-box p span {
  display: block;
  font-weight: bold; }

.discount-offer-box-overlay a {
  color: #6f5dc6;
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 3px; }

.discount-offer-box-overlay .overlay-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.featured-box {
  margin-bottom: 20px;
  position: relative;
  line-height: 0px; }

.box-inner-text {
  width: 100%;
  padding: 20px;
  text-align: center;
  line-height: 1.7em;
  position: absolute;
  top: 0;
  left: 0; }

.box-inner-text.vip-shipment {
  top: 80%;
  text-align: left; }

.box-inner-text.vip-shipment a, .box-inner-text.quick-questions a {
  text-decoration: underline; }

.box-inner-text.quick-questions {
  top: 60%; }

.box-inner-text h2, .box-inner-text .h2 {
  font-family: 'Poppins-SemiBold'; }

.prod-image {
  position: relative; }

.prod-image span {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #94d045;
  color: #fff;
  font-size: 1.3em;
  font-family: 'Poppins-Regular'; }

.box-inner-text .prod-title {
  color: #000;
  line-height: 1em;
  font-size: 1.2em;
  font-family: 'Poppins-Medium';
  min-height: 60px; }

.box-inner-text .prod-price {
  color: #6cbe00;
  font-size: 2.3em;
  font-family: 'Poppins-SemiBold'; }

.box-inner-text .box-shop-button {
  display: block;
  background: #6e5dc6;
  padding: 15px 10px;
  border-radius: 3px;
  font-family: 'Poppins-Light';
  text-transform: uppercase;
  color: #fff;
  margin: 15px; }

.box-inner-text .newsletter-text {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 35px;
  margin-top: 75px; }

.box-inner-text .newsletter-offer {
  font-size: 23px;
  color: #6e5dc6; }

.box-inner-text .box-newsletter-form {
  margin: 0 20px; }

.box-inner-text .box-newsletter-form input[type="email"] {
  font-family: 'Poppins-Light'; }

.box-inner-text .box-newsletter-form input[type="submit"] {
  font-family: 'Poppins-Light';
  text-transform: uppercase;
  width: 100%;
  font-size: 0.9em;
  padding: 15px 10px;
  border-radius: 3px; }

.box-newsletter-after-submit {
  display: none;
  width: 100%;
  height: 100%;
  line-height: 1.7em;
  position: absolute;
  top: 0;
  left: 0;
  background: #6e5dc6; }

.box-newsletter-after-submit-inner {
  padding: 20px 40px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff; }

.box-newsletter-after-submit-inner p {
  font-size: 1.3em; }

.product-category-title {
  border-top: 1px solid #e7e7e7;
  text-align: center;
  position: relative; }

.product-category-title span {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%); }

.home-category-header {
  margin-top: 30px;
  margin-bottom: 50px; }

.view-all-products {
  display: inline-block;
  padding: 10px 30px;
  color: #77717a;
  border: 2px solid #e7e7e7; }

.view-all-products span {
  display: inline-block;
  padding-left: 50px;
  color: #000; }

.view-all-wrapper {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 4px 0;
  margin-bottom: 30px; }

.all-category-title .jar-type {
  display: inline-block; }

.jar-type {
  font-family: 'Merriweather-Regular';
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/jar-type-icon.jpg?v=64195280030517503571645983580) left center no-repeat white;
  padding-left: 30px; }

ul.cat-links {
  font-family: 'Poppins-Light';
  color: #726c79;
  background: #f4f2fc;
  border-radius: 10px; }

ul.cat-links li {
  padding: 10px 30px;
  border-bottom: 1px solid #ededed;
  cursor: pointer; }

ul.cat-links.mobile li {
  padding: 0; }

ul.cat-links.mobile li a {
  display: block;
  padding: 10px 30px; }

ul.cat-links li:hover {
  background: #eeeafd; }

ul.cat-links li.current {
  color: #fff;
  background: #6a58c4;
  font-weight: bold; }

ul.cat-links li a {
  color: #726c79; }

ul.cat-links li.current a {
  color: #fff; }

ul.cat-links li span {
  float: right; }

ul.cat-links li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

ul.cat-links li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.green {
  color: #6cbe00; }

.tab-content {
  display: none; }

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

.product-count-wrapper {
  font-family: 'Poppins-Medium';
  color: #77717a;
  padding: 8px 0; }

.product-count-wrapper .cat-title {
  color: #6a58c4; }

.review-wrapper {
  padding: 0 15px 50px 15px; }

.review-wrapper h1, .review-wrapper .h1 {
  font-family: 'Poppins-Bold'; }

.review-wrapper-subheading {
  margin-bottom: 50px; }

.review-box {
  padding: 20px;
  border: 1px solid #f5f5f5;
  font-family: 'Poppins-Light'; }

.review-box p {
  min-height: 100px; }

.review-box .reviewer-block {
  position: relative;
  padding-left: 45px; }

.review-box .reviewer-block .client-name {
  color: #6e5dc6; }

.review-box .reviewer-block span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #6e5dc6;
  color: #6e5dc6;
  position: absolute;
  text-align: center;
  left: 0;
  top: 4px;
  line-height: 38px; }

.client-rattings {
  font-size: 1.1em;
  color: #cccccc; }

.client-rattings img {
  display: inline-block !important;
  height: 22px;
  margin-top: -5px;
  vertical-align: middle;
  width: auto !important; }

/****************** COllection *****************************/
.collection_title {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px; }

.collection-desc {
  font-family: 'Merriweather-Light'; }

.collection-desc h3, .collection-desc .h3 {
  font-family: 'Poppins-SemiBold';
  font-size: 2em;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed; }

ul.leaf {
  list-style-type: none; }

ul.leaf li {
  background: url("//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/bullet-leaf.jpg?v=76470777760416873821645983503") left 3px no-repeat white;
  padding-left: 25px; }

.collection-desc-left {
  float: left;
  width: 60%; }

.collection-desc-right {
  float: left;
  width: 40%; }

.collection-desc-right-content {
  padding-left: 30px; }

@media screen and (max-width: 480px) {
  .collection-desc-left {
    width: 100%;
    margin-bottom: 15px; }

  .collection-desc-right {
    width: 100%; }

  .collection-desc-right-content {
    padding-left: 0px; }

  .collection-desc-right-content ul {
    margin-left: 0px; } }
.sort_by {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  margin-bottom: 20px; }

/****************** Product *****************************/
.product-page-title {
  margin-bottom: 20px; }

.product-page-title h1, .product-page-title .h1 {
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  font-size: 2.5em; }

#AddToCartForm {
  margin-bottom: 15px; }

#AddToCart {
  width: 100%;
  background: #6CBE00;
  padding: 2px 16px 6px;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 1px;
  font-family: 'Poppins-SemiBold';
  max-width: 343px;
  border: 1px solid #000; }

#AddToCart:hover {
  background: #79d500; }

.variant-title {
  font-size: 16px;
  font-family: 'Poppins-SemiBold';
  line-height: 1.2em;
  margin-top: 2px; }

#ProductPrice {
  font-size: 3.4em;
  font-family: 'Poppins-Bold';
  color: #000;
  line-height: 1em; }

#ComparePrice {
  font-family: 'Merriweather-Light';
  color: #b0adb2;
  font-size: 1.3em; }

#price-savings {
  font-family: 'Merriweather-Light';
  font-size: 1.5em;
  color: #6cbe00; }

.more-save-box {
  display: inline-block;
  padding: 3px 0 0 10px;
  border: 1px solid #c3c3c3;
  border-radius: 2px; }

.more-save-box h5, .more-save-box .h5 {
  font-weight: normal;
  text-align: center;
  color: #6a58c4;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 3px;
  font-size: 11px; }

.product-description {
  font-family: 'Poppins-light'; }

.product-description h3, .product-description .h3 {
  font-family: 'Merriweather-Regular'; }

.product-description .money-back, .product-description .adhesive {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/sub-menu-arrow.png?v=29762950294826855721645983674) left 26px no-repeat white;
  padding: 20px 0 20px 25px;
  color: #333333;
  border-bottom: 1px solid #ededed; }

.product-description .adhesive {
  border-bottom: none; }

.product-description .money-back h4, .product-description .money-back .h4, .product-description .adhesive h4, .product-description .adhesive .h4 {
  margin-bottom: 3px;
  font-family: 'Poppins-Regular'; }

.product-specifications > ul {
  display: inline-block;
  border: 1px solid #ededed;
  border-radius: 10px; }

.product-specifications > ul > li {
  padding: 4px 20px;
  border-bottom: 1px dashed #ededed; }

.product-specifications > ul > li:last-child {
  border-bottom: 0px dashed #ededed; }

.product-specifications > ul > li span {
  display: block;
  font-family: 'Poppins-Regular';
  font-size: 0.9em;
  margin-bottom: 3px;
  font-weight: bold; }

.product-specifications > ul > ul {
  margin-left: 0; }

.product-specifications > ul > ul > li {
  padding: 4px 20px;
  border-bottom: 1px dashed #ededed; }

.product-specifications > ul > ul > li:last-child {
  border-bottom: 0px dashed #ededed; }

.product-specifications > ul > ul > li span {
  display: block;
  font-family: 'Poppins-Regular';
  font-size: 0.9em;
  margin-bottom: 3px;
  font-weight: bold; }

.product-features ul li {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/bullet-tick-box.png?v=99255169520225934471645983505) left top no-repeat white;
  padding-left: 30px;
  margin-bottom: 10px; }

.review-ratting-wrapper .text-m {
  display: none !important; }

.review-ratting-wrapper .reviews_average {
  font-style: italic;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 5px; }

.adhesive-wrapper {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/adhesive-image-big.png?v=122256816093914504511645983474) 100% center no-repeat #f4f2fc;
  border: 2px solid #6a58c4;
  padding: 32px 35px; }

.adhesive-wrapper p {
  font-family: 'Merriweather-Bold';
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px; }

.adhesive-wrapper p span {
  color: #6a58c4; }

.money-back-wrapper {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/money-back-guarantee.png?v=86578519847291078021645983614) 95% center no-repeat #f8fcf2;
  border: 2px solid #6cbe00;
  padding: 26px 35px; }

.money-back-wrapper p {
  font-family: 'Merriweather-Bold';
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px; }

.money-back-wrapper p span {
  color: #6cbe00; }

.adhesive-wrapper div {
  font-size: 0.82em;
  line-height: 1.5em; }

.money-back-wrapper div {
  font-size: 0.82em;
  line-height: 1.5em; }

.related-product-title {
  font-family: 'Merriweather-Regular';
  font-size: 1.5em; }

/* 
   Swatches Styles
*/
.swatch {
  margin: 5px 0 10px; }

/* Label */
.swatch .header {
  margin: 0.5em 0; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  /* Rounded corners */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* To give width and height */
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  min-width: 100px !important;
  height: 84px !important;
  /* No extra spacing between them */
  margin: 0;
  /* The border when the button is not selected */
  border: #BDBDBD 1px solid;
  /* Background color */
  background-color: none;
  /* Styling text */
  font-size: 16px;
  text-align: left;
  line-height: 40px;
  white-space: nowrap;
  color: #000;
  cursor: pointer;
  z-index: 10;
  position: relative; }

.additional-label-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 6px;
  z-index: 1;
  background: #f8f8f8; }

.swatch .swatch-element span.swatch-title {
  display: block;
  line-height: 14px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold'; }

.swatch .swatch-element span.swatch-price {
  display: block;
  line-height: 28px;
  color: #000;
  font-family: 'Poppins-Bold';
  font-size: 24px; }

.swatch .swatch-element span.swatch-save {
  display: block;
  line-height: 14px;
  font-size: 10px;
  color: #69666a;
  font-family: 'Merriweather-Light'; }

.swatch .swatch-element span.swatch-save span {
  color: #6cbe00;
  font-size: 11px; }

.swatch-element label {
  padding: 6px;
  background: none; }

.color.swatch-element label {
  padding: 0; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border: 2px solid #6CBE00; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */ }

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: 2px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

.swatch .jar1 {
  width: auto;
  margin-top: 0px; }

.swatch .swatch-element.first-option {
  margin-top: 25px; }

@media screen and (max-width: 480px) {
  .swatch label {
    height: 100px !important;
    min-width: 95px !important; }

  .swatch .swatch-element span.swatch-title {
    margin-bottom: 6px; }

  .swatch .swatch-element span.swatch-price {
    font-size: 20px;
    line-height: 30px; }

  .swatch .swatch-element span.swatch-save {
    font-size: 11px;
    line-height: 12px; } }
/**************** Home PAGE ************************/
.top-bar {
  background: #6a58c4;
  display: none;
  font-family: 'Poppins-Regular';
  border-bottom: 1px solid #47369c; }

.top-bar-message {
  color: #fff;
  font-size: 1.1em;
  position: relative;
  padding: 2px 0;
  text-align: center;
  font-weight: bold; }

.top-bar-message p {
  display: inline;
  margin-bottom: 0; }

.top-bar-message span {
  color: #fff; }

.top-bar-cross {
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-block;
  cursor: pointer;
  color: #365f00; }

.hero-section {
  margin: 15px 0 20px 0; }

.home-slider .slides > li {
  position: relative; }

.home-slider .slider-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: right; }

.slide-inner-text {
  display: inline-block;
  padding: 20px;
  max-width: 400px;
  text-align: center; }

.slide-inner-text h1, .slide-inner-text .h1 {
  font-family: 'Poppins-Bold';
  margin: 15px 0 30px;
  font-size: 2.85em; }

.slide-inner-text ul.best-jar {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: 'Poppins-Medium';
  line-height: 1.5em;
  text-align: left; }

.slide-inner-text ul.best-jar li {
  list-style: none;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/banner-bullet-2.jpg?v=76228349720974983391645983494) left center no-repeat white;
  padding-left: 35px;
  margin-bottom: 8px; }

.slide-inner-text ul.best-jar li:first-child {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/banner-bullet-1.jpg?v=181604386656616050271645983492) left center no-repeat white; }

.slide-inner-text ul.best-jar li:last-child {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/banner-bullet-3.jpg?v=70043259937281338841645983495) left center no-repeat white; }

.slider-button {
  margin-top: 20px; }

.slider-button .btn, .slider-button .btn--secondary, .slider-button .btn--tertiary, .slider-button input[type="submit"] {
  text-transform: uppercase;
  font-family: "Poppins-Light";
  font-weight: bold; }

.slide-inner-text p {
  font-family: 'Merriweather-Regular'; }

.home-slider .flex-control-nav {
  width: auto !important;
  right: 160px; }

.home-slider .flex-control-paging li a {
  background: #d5d5d5; }

.home-slider .flex-control-paging li a.flex-active {
  background: #6cbe00; }

.hero-menu {
  font-family: 'Poppins-Regular'; }

.hero-menu a {
  color: #333333; }

.hero-menu a:hover {
  color: #6a58c4; }

.hero-menu > ul > li {
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-bottom: 1px solid #ededed; }

.hero-menu > ul > li > ul {
  text-transform: none;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 0.86em;
  line-height: 1.4em; }

.hero-menu > ul > li > ul li {
  font-family: 'Poppins-Light';
  padding-bottom: 0;
  margin-bottom: 0; }

.hero-menu-title {
  padding-bottom: 4px;
  border-bottom: 1px solid #ededed;
  text-transform: uppercase; }

.hero-menu-title a {
  color: #6cbe00 !important; }

.mobile-category-buttons {
  margin-bottom: 15px; }

.mobile-category-buttons a {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-family: 'Poppins-Medium';
  padding: 13px 16px; }

.mobile-category-buttons a.button-all-categories {
  background: #6a58c4; }

.mobile-category-buttons a.button-all-categories:hover {
  background: #7c69e0; }

.mobile-category-buttons div {
  border-top: 1px solid #c4c4c4;
  text-align: center;
  margin-top: 15px;
  line-height: 15px; }

.mobile-category-buttons.custom-product-page div {
  border-top: 0px solid #ededed; }

.mobile-category-buttons div span {
  display: inline-block;
  padding: 0 10px;
  background: #f3f3f3;
  color: #363636;
  font-style: italic;
  position: relative;
  top: -8px;
  font-size: 1.15em;
  font-family: 'Merriweather-Light'; }

.most-popular {
  margin-bottom: 15px; }

.most-popular h5, .most-popular .h5 {
  text-align: center;
  margin: 25px 0 0;
  border-top: 1px solid #ededed;
  font-size: 1.25em;
  font-family: 'Merriweather-Regular'; }

.most-popular h5 span, .most-popular .h5 span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  top: -15px; }

.most-popular-carousel a {
  color: #000;
  position: relative; }

.popular-product-info h4, .popular-product-info .h4 {
  font-size: 1.1em;
  line-height: 1.2em;
  font-family: 'Poppins-Medium';
  margin-bottom: 5px;
  min-height: 55px; }

.popular-product-info p {
  font-size: 1.2em;
  color: #6cbe00;
  font-family: 'Poppins-bold';
  margin-bottom: 5px; }

.popular-product-info .line-through {
  text-decoration: line-through;
  color: red; }

.popular-product-info .line-through span {
  color: #b2b2b2;
  font-size: 0.8em;
  font-family: 'Poppins-Medium'; }

.most-popular-carousel .owl-controls, .review-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; }

.most-popular-carousel .owl-controls .owl-prev, .review-carousel .owl-controls .owl-prev {
  float: left;
  margin: 5px -10px !important; }

.most-popular-carousel .owl-controls .owl-next, .review-carousel .owl-controls .owl-next {
  float: right;
  margin: 5px -10px !important; }

.most-popular-carousel .owl-controls .owl-nav [class*="owl-"],
.review-carousel .owl-controls .owl-nav [class*="owl-"] {
  background: #ededed !important;
  border-radius: 50% !important;
  color: #b2b2b2 !important;
  font-size: 15px !important;
  padding: 4px 13px !important;
  -webkit-box-shadow: 0 6px 6px -6px #656565;
  -moz-box-shadow: 0 6px 6px -6px #656565;
  box-shadow: 0 6px 6px -6px #656565; }

/**************** BLOG PAGE ************************/
.featured-article-wrapper {
  background: #fff;
  margin-bottom: 30px; }

.featured-article-wrapper .featured-article-inner {
  padding: 50px; }

.featured-article-read-more {
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #6e5dc6; }

.featured-article-image {
  line-height: 0px; }

.featured-article-wrapper time {
  display: block;
  font-weight: normal;
  font-family: 'Poppins-Light';
  text-transform: uppercase;
  color: #8d8990;
  margin-bottom: 30px; }

.featured-article-wrapper .article-title {
  font-family: 'Poppins-SemiBold';
  font-size: 3em;
  line-height: 1.2em;
  margin-bottom: 30px; }

.featured-article-wrapper .article-excerpt {
  font-family: 'Poppins-Light';
  color: #333;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 35px; }

.article-main-wrapper {
  background: #f5f5f5;
  padding-top: 15px; }

.article-main-wrapper .main-content {
  margin-top: 0px !important; }

.float-article-wrapper {
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 30px; }

.article-info {
  padding-bottom: 10px; }

.keep-reading {
  font-family: 'Poppins-SemiBold';
  color: #6A58C4; }

.article-info .article-title {
  font-family: 'Poppins-SemiBold';
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 20px; }

.article-read-more {
  display: none;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #6e5dc6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0; }

.float-article-wrapper:hover .article-read-more {
  display: block; }

.article-info .article-excerpt {
  font-weight: normal;
  font-family: 'Poppins-Light';
  color: #333; }

.article-info .article-date {
  font-weight: normal;
  font-family: 'Poppins-Light';
  text-transform: uppercase;
  color: #8d8990;
  margin-top: 10px; }

/****************** Giveaway ***********/
.giveaway-wrapper {
  border: 1px solid #e7e7e7; }

.giveaway-main {
  line-height: 0;
  border-bottom: 1px solid #e7e7e7; }

.giveaway-main img {
  width: 100%; }

.giveaway-text {
  padding: 50px; }

.giveaway-text h2, .giveaway-text .h2 {
  font-family: 'Merriweather-Bold'; }

.green {
  color: #94d045; }

.black {
  color: #000; }

.giveaway-text p {
  color: #999999;
  font-size: 18px; }

span.devider {
  display: block;
  width: 50%;
  border-top: 1px solid #e7e7e7;
  margin: 50px auto; }

span.devider.small {
  width: 5%;
  margin: 25px auto !important; }

.latest-winner {
  background: #e7e7e7;
  padding: 35px 75px;
  text-align: center; }

.latest-winner img {
  margin-bottom: 36px; }

.current-winner-wrapper {
  background: #e7e7e7;
  padding: 35px 75px;
  text-align: center;
  margin-bottom: 30px; }

/************* Science ************************/
.intro-section {
  margin-bottom: 30px; }

.intro-content {
  margin: 15px 0;
  text-align: left; }

.intro-content img {
  float: left;
  margin-right: 15px;
  margin-top: 8px; }

.intro-content > p {
  font-family: helvetica;
  font-size: 17px;
  line-height: 28px; }

.product-content .btn, .product-content .btn--secondary, .product-content .btn--tertiary, .product-content input[type="submit"] {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 40px 10px;
  border-bottom: 2px solid #352589;
  margin: auto; }

.product-content .btn:hover, .product-content .btn--secondary:hover, .product-content .btn--tertiary:hover, .product-content input[type="submit"]:hover {
  color: #fff; }

.product-content .single-product {
  margin-bottom: 20px; }

.product-content .bottom-button {
  text-align: center;
  margin-top: 30px; }

/******************************
	WHolesale
*******************************/
.wholesale {
  padding-left: 30px;
  color: #444; }

.wholesale h2, .wholesale .h2 {
  margin-bottom: 15px; }

.contact-wrapper {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #e5e3e6;
  background: #f7f5f8;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

.contact-wrapper .left-column {
  float: left;
  width: 270px;
  margin-right: 10px; }

.contact-wrapper .right-column {
  float: right;
  width: 525px; }

.contact-wrapper .left-column label, .contact-wrapper .right-column label {
  display: block;
  padding: 0 0 2px 8px;
  font-weight: bold; }

.contact-wrapper .left-column input {
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  padding: 8px;
  font-size: 13px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px; }

.contact-wrapper .right-column textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #cecece;
  min-height: 190px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.contact-wrapper .right-column .submit-wrapper {
  text-align: right; }

.contact-wrapper .right-column input[type="submit"] {
  margin-top: 40px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.no-margin {
  margin: 0 !important; }

/************************
		Cart
************************/
.navigation {
  margin: 0 0 15px 0;
  overflow: hidden;
  background-color: #fff;
  background: -webkit-linear-gradient(left, white, #f8f8f8);
  background: -moz-linear-gradient(left, white, #f8f8f8);
  background: -ms-linear-gradient(left, white, #f8f8f8);
  background: -o-linear-gradient(left, white, #f8f8f8); }

.sidebar .block {
  font-size: 24px;
  font-weight: bold;
  color: #555;
  border-bottom: 1px solid #bbb;
  text-transform: uppercase;
  padding: 20px 0 10px;
  line-height: 26px; }

.shipping_box {
  float: left;
  width: 175px;
  border-bottom: 1px #dddddd solid !important;
  border-right: 1px #dddddd solid !important;
  border-left: 1px #dddddd solid !important;
  border-top: none;
  margin-top: 15px; }

.shipping_box ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333333; }

.shipping_box ul li {
  padding: 5px;
  margin: 0; }

.shipping_box ul li:first-child {
  font-size: 10px; }

.shipping_box ul li span {
  color: #555555; }

.shipping_box ul li span.color {
  color: #ed00be;
  font-size: 110%; }

.shipping_box ul li {
  background: #f8f8f8 !important;
  border-bottom: 1px #dddddd solid !important; }

.est-total {
  text-decoration: none !important;
  padding: 5px 0px 5px !important; }

.est-shipping-cost {
  position: relative;
  padding: 5px 0px 5px !important; }

.est-shipping-cost .shipping_box_floating {
  display: none; }

.est-shipping-cost:hover .shipping_box_floating {
  display: block; }

.shipping_box_floating {
  position: absolute;
  top: 30px;
  right: 0;
  width: 175px;
  border: 1px #dddddd solid !important;
  text-align: left !important;
  text-decoration: none !important;
  padding: 0 !important;
  box-shadow: 5px 5px 2px #888888; }

.shipping_box_floating ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333333; }

.shipping_box_floating ul li {
  padding: 5px;
  margin-bottom: 0; }

.shipping_box_floating ul li:first-child {
  font-size: 10px; }

.shipping_box_floating ul li span {
  color: #555555; }

.shipping_box_floating ul li span.color {
  color: #ed00be;
  font-size: 110%; }

.shipping_box_floating ul li {
  background: #f8f8f8 !important;
  border-bottom: 1px #dddddd solid !important; }

.all-shipping-boxes {
  border: 2px solid #ededed;
  border-radius: 10px;
  margin-top: 50px; }

.single-shipping-box {
  background: transparent;
  margin-top: -10px;
  margin-bottom: -10px;
  border: 2px solid transparent;
  color: #49424d; }

.single-shipping-box.free__shipping {
  border: 2px solid #6cbe00;
  border-radius: 10px;
  background: #fff;
  color: #6cbe00; }

.single-shipping-box h1, .single-shipping-box .h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Poppins-Bold'; }

.single-shipping-box h3, .single-shipping-box .h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Poppins-Bold'; }

.single-shipping-box p {
  margin-bottom: 0; }

.shipping-top {
  padding: 35px 15px 25px;
  border-bottom: 2px dashed #ededed; }

.single-shipping-box.free__shipping .shipping-top {
  border-bottom: 2px dashed #6cbe00; }

.shipping-bottom {
  padding: 35px 15px 25px; }

.single-shipping-box.international h1, .single-shipping-box.international .h1, .single-shipping-box.international h3, .single-shipping-box.international .h3,
.single-shipping-box.international a {
  color: #6a58c4; }

.single-shipping-box.international p {
  font-size: 0.9em;
  line-height: 1.25em; }

.shipping-ways-wrapper {
  margin: 50px 0; }

.shipping-ways-wrapper p {
  padding: 10px 50px; }

.shipping-ways-wrapper a {
  color: #6a58c4; }

.shipping-ways-text-wrapper {
  margin: 30px 0;
  font-size: 0.9em; }

.coupon-detail-wrapper {
  float: left;
  width: 230px;
  padding: 15px; }

.coupon-detail {
  padding: 10px;
  font-size: 11px;
  border: 3px dashed #d7d7d7;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #5b5959; }

.coupon-detail h3, .coupon-detail .h3 {
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase; }

.coupon-detail ol {
  padding-left: 10px;
  margin: 0; }

.coupon-detail ol li {
  padding-bottom: 5px;
  margin: 0; }

.checkout-button {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Poppins-SemiBold" !important; }

/***** Mobile Category *****/
.single-product-wrapper-mobile {
  padding: 6px 0;
  border-bottom: 1px solid #ededed;
  position: relative; }

.single-product-wrapper-mobile .image-wrapper {
  width: 85px;
  float: left;
  text-align: center; }

.single-product-wrapper-mobile .detail-wrapper {
  margin-left: 85px;
  display: block;
  position: relative;
  padding-left: 10px;
  min-height: 93px; }

.single-product-wrapper-mobile .detail-wrapper .detail-inner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%; }

.single-product-wrapper-mobile h4, .single-product-wrapper-mobile .h4 {
  font-size: 14px;
  line-height: 16px;
  font-family: "Poppins-Medium";
  margin-bottom: 0; }

.single-product-wrapper-mobile h4 a, .single-product-wrapper-mobile .h4 a {
  color: #0090ff;
  text-decoration: underline; }

.single-product-wrapper-mobile .price-mobile {
  font-family: "Poppins-SemiBold";
  color: #6cbe00;
  font-size: 18px; }

.single-product-wrapper-mobile .price-mobile .grid-link__sale_price {
  font-family: "Poppins-Medium";
  color: #b2b2b2;
  font-size: 14px; }

.single-product-wrapper-mobile .product-ratings {
  line-height: 14px; }

.single-product-wrapper-mobile .product-ratings .yotpo {
  clear: none; }

.single-product-wrapper-mobile .product-ratings .text-m {
  display: none; }

.single-product-wrapper-mobile .direct-add-cart {
  position: absolute;
  right: 0;
  bottom: 0; }

.single-product-wrapper-mobile .direct-add-cart form {
  margin: 0;
  padding: 0; }

.single-product-wrapper-mobile .direct-add-cart form input[type="submit"] {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-cart.png?v=114961764094424551131645983563) center center no-repeat transparent;
  padding: 0;
  text-indent: -99999px;
  width: 31px;
  height: 28px; }

.collection-detail {
  background: #f5f5f5;
  padding: 5px 10px;
  color: #999999;
  border-bottom: 1px solid #ededed;
  font-size: 0.9em;
  line-height: 1.3em; }

.collection-detail .collection-name {
  width: 70%;
  float: left; }

.collection-detail .collection-total {
  width: 30%;
  float: right;
  text-align: right; }

.back-to-cat a.btn, .back-to-cat a.btn--secondary, .back-to-cat a.btn--tertiary {
  padding: 12px 16px;
  width: 100%;
  text-transform: uppercase;
  margin: 15px 0;
  font-family: "Poppins-Medium";
  background: #6a58c4; }

/*=========================*/
/*    POPUP NewsLetter     */
/*=========================*/
.fancybox-opened .fancybox-skin {
  box-shadow: 0 0 0 #222;
  background: none; }

.fancybox-close {
  display: none; }

#popup-container {
  width: 600px;
  margin: 0 auto;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/popup-bg.jpg?v=68281299698245239091645983641) left center no-repeat #f4f2fc;
  padding-left: 230px;
  font-family: 'Poppins-Regular'; }

.disagree {
  text-align: center;
  padding: 15px 5px;
  font-size: 12px;
  color: #b2b2b2; }

.disagree a {
  color: #b2b2b2;
  font-weight: bold;
  cursor: pointer; }

.popup-bg {
  padding: 15px 40px; }

#popup-container .title {
  color: #000;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 46px;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  margin-top: 25px; }

#popup-container .title::before {
  background: #6a58c4 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  margin: 0 auto 8px;
  width: 30%; }

#popup-container p {
  color: #000;
  font-size: 12px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-style: italic;
  font-family: 'Merriweather-Light'; }

#popup-container .closebox {
  text-decoration: underline; }

#popup-container form {
  text-align: center;
  margin-bottom: 0px; }

#popup-container input[type="email"] {
  width: 100%;
  padding: 10px;
  background: #fff;
  margin: 15px 0 10px;
  border: 1px #e7e7e7 solid;
  text-align: left;
  font-size: 115%;
  color: #000;
  height: 45px; }

#popup-container input[type="submit"] {
  width: 100%;
  text-transform: uppercase;
  padding: 10px 10px 5px 10px;
  background: #6e5dc6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 5px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  height: 45px; }

#popup-container input[type="submit"]:hover {
  background: #363636;
  border-bottom: 5px #000 solid; }

.subscription-success, .subscription-failed {
  display: none;
  font-size: 14px !important;
  margin: 12px 0 0 !important;
  color: powderblue !important; }

.subscription-failed {
  color: red !important; }

.fa {
  display: none !important; }

#popup-container2 {
  width: 370px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-family: 'ProximaNova';
  text-align: center;
  color: #555555;
  position: relative; }

#popup-container2 #pop-cross {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer; }

#popup-container2 .title {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'ProximaNovaBold'; }

#popup-container2 p {
  font-size: 24px;
  margin: 0; }

#popup-container2 p.small {
  font-size: 16px;
  margin: 0; }

#popup-container2 .couponcode {
  font-size: 30px;
  color: #df7900;
  padding: 15px 0; }

#popup-container2 .info {
  font-size: 24px;
  padding: 25px 0;
  text-decoration: underline; }

#popup-container2 .start-shopping {
  display: block;
  width: 70%;
  text-transform: uppercase;
  padding: 10px 10px 5px 10px;
  background: #e28000;
  border-bottom: 5px #b45736 solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 5px auto 15px;
  color: white;
  font-size: 20px;
  cursor: pointer; }

#inline2 {
  width: 400px; }

@media only screen and (max-width: 509px) {
  .fancybox-opened .fancybox-skin {
    padding: 0; }

  #popup-container {
    background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/mobile-popup-image.jpg?v=158579828713411024211645983612) top left no-repeat #f4f2fc;
    width: auto;
    padding-left: 0; }

  #popup-container .title::before {
    height: 0px;
    margin: 0;
    width: 0; }

  #popup-container2 {
    padding: 10px;
    width: 230px;
    background-size: 100%; }

  #inline1 {
    width: 250px; }

  #inline2 {
    width: 250px; }

  .popup-bg {
    padding: 50px 15px 15px; }

  .pop-logo {
    width: 100px; }

  #popup-container .title {
    font-size: 28px; }

  #popup-container p {
    font-size: 11px;
    line-height: 15px; }

  #popup-container p br {
    display: none; }

  #popup-container form {
    overflow: hidden; }

  #popup-container input[type="email"] {
    font-size: 100%;
    padding: 5px;
    color: #999;
    width: 170px;
    float: left; }

  #popup-container input[type="submit"] {
    font-size: 30px;
    padding: 0 10px;
    width: 45px;
    float: left;
    margin: 15px 0 0 5px;
    height: auto; }

  .disagree {
    font-size: 10px;
    padding-top: 0; }

  #popup-container2 .title {
    font-size: 30px; }

  #popup-container2 p {
    font-size: 18px; }

  #popup-container2 .couponcode {
    font-size: 22px; }

  #popup-container2 .start-shopping {
    font-size: 16px; }

  #popup-container2 p.small {
    font-size: 12px; }

  #popup-container2 .info {
    font-size: 16px; }

  #popup-container2 #pop-cross img {
    width: 15px; } }
/*=========================*/
/*    Product category		   */
/*=========================*/
ul.category-list {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.category-list li {
  width: 50%;
  float: left;
  list-style: none; }

ul.category-list li a {
  color: #0038FF; }

@media only screen and (max-width: 767px) {
  ul.category-list li {
    width: 100%; } }
/*=========================*/
/*    Coupon popup		   */
/*=========================*/
.fancybox-opened .fancybox-skin {
  box-shadow: 0 0 0 #222222 !important;
  background: none; }

#coupon-popup-container {
  width: 470px;
  margin: 0 auto;
  background: #fff;
  font-family: arial;
  border-radius: 10px;
  background: -webkit-linear-gradient(white, #c3ecff);
  background: -o-linear-gradient(white, #c3ecff);
  background: -moz-linear-gradient(white, #c3ecff);
  background: linear-gradient(white, #c3ecff); }

.coupon-pop-logo {
  margin-bottom: 15px; }

.popup-top-title {
  text-align: center;
  color: #e28000;
  margin-bottom: 10px;
  margin-top: 10px; }

#coupon-popup-container .disagree {
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 15px 5px;
  font-size: 14px;
  font-style: italic;
  color: #222; }

#coupon-popup-container .disagree a {
  color: #424242;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline; }

.coupon-popup-bg {
  padding: 15px 40px; }

#coupon-popup-container .title {
  color: #555555;
  font-size: 20px;
  padding: 5px;
  text-align: center; }

#coupon-popup-container .coupon-wrapper {
  text-align: center; }

#coupon-popup-container .coupon-code {
  color: #333333;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  border: 1px solid #b9d7e5;
  margin: 0 auto; }

#coupon-popup-container p {
  color: #555;
  font-size: 16px;
  padding: 15px 0 0;
  margin: 0;
  text-align: center;
  text-decoration: underline; }

#coupon-popup-container form {
  text-align: center; }

#coupon-popup-container input[type="email"] {
  width: 100%;
  height: 45px;
  padding: 10px;
  background: #fff;
  margin: 15px 0 10px;
  border: 2px #aeaeae solid;
  text-align: center;
  font-size: 130%;
  color: #e28000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

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

:-moz-placeholder {
  color: #aaa; }

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

/* Firefox 19+ */
:-ms-input-placeholder {
  color: #aaa; }

#coupon-popup-container input[type="submit"] {
  width: 100%;
  height: 45px;
  text-transform: uppercase;
  padding: 10px 10px 5px 10px;
  background: #e28000;
  border-bottom: 5px #b45736 solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
  color: white;
  font-size: 20px;
  cursor: pointer; }

#coupon-popup-container input[type="submit"]:hover {
  background: #363636;
  border-bottom: 5px #000 solid; }

.subscription-success, .subscription-failed {
  display: none;
  font-size: 14px !important;
  margin: 12px 0 0 !important;
  color: powderblue !important; }

#coupon-popup {
  width: 470px; }

@media only screen and (max-width: 509px) {
  .fancybox-opened .fancybox-skin {
    padding: 0; }

  #coupon-popup-container {
    width: 250px;
    background-size: 100%; }

  .popup-top-title {
    font-size: 12px;
    margin-top: 5px; }

  #coupon-popup {
    width: 250px; }

  .coupon-popup-bg {
    padding: 15px; }

  .coupon-pop-logo {
    width: 130px;
    margin-bottom: 5px; }

  #coupon-popup-container .title {
    font-size: 14px; }

  #coupon-popup-container .coupon-code {
    font-size: 16px; }

  #coupon-popup-container p {
    font-size: 11px;
    line-height: 15px;
    padding: 10px 0px 0px; }

  #coupon-popup-container input[type="email"] {
    font-size: 115%;
    padding: 5px;
    height: 35px; }

  #coupon-popup-container input[type="submit"] {
    font-size: 14px;
    padding: 7px 10px 3px;
    height: 35px;
    margin-bottom: 0px; }

  #coupon-popup-container .disagree {
    padding: 7px 5px;
    font-size: 12px; } }
