/** Shopify CDN: Minification failed

Line 2117:3 Unexpected "zoom"

**/
/*============================================================================
  Shopify Timber v2.1.0 | github.com/shopify/timber
  Copyright 2015 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
==============================================================================*/
/*================ Variables, theme settings, and Sass mixins ================*/
/*============================================================================
  #Sass Mixins
==============================================================================*/
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }
    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Functions ================*/
/*================ Animations and keyframes ================*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

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

@-moz-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

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

@-ms-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

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

@keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

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

/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography ================*/
@font-face {
  font-family: "Fira Sans";
  font-weight: 600;
  font-style: normal;
  src: url("/cdn/fonts/fira_sans/firasans_n6.2405226c96a14a87d7b8e3abf438cc912a2bfc2f.woff2?h1=aXJhZGR5LmNvbQ&hmac=64c446fc201e2ed047ca7ab25d497dbc4e272548052fed677837567992a4c5c5") format("woff2"), url("/cdn/fonts/fira_sans/firasans_n6.da968bd0bc9d58721ef6d8d985c29993329ae505.woff?h1=aXJhZGR5LmNvbQ&hmac=8b31c034e2c5dfd2fc84046485de281152bad1772bbf338273cc8776d143bb53") format("woff"); }

@font-face {
  font-family: "Fira Sans";
  font-weight: 400;
  font-style: normal;
  src: url("/cdn/fonts/fira_sans/firasans_n4.086e8d8713738f302822db775376e6dd3153d980.woff2?h1=aXJhZGR5LmNvbQ&hmac=44b62925c2c1ebeefce383468dc6e20b28f3fee4444e912aeb5ba03dddd2b94e") format("woff2"), url("/cdn/fonts/fira_sans/firasans_n4.1b65c27c1439cf29ece2163ea4a810840646dbdc.woff?h1=aXJhZGR5LmNvbQ&hmac=234e76ee2a4bfc9beb10e641db107c90c9d63ee02e4c9430ec00dba50102123e") format("woff"); }

@font-face {
  font-family: "Fira Sans";
  font-weight: 500;
  font-style: normal;
  src: url("/cdn/fonts/fira_sans/firasans_n5.411f96c7d4c283866fd7a169bbc02771c7726428.woff2?h1=aXJhZGR5LmNvbQ&hmac=4821a05dc98d4dcafcfcfa00b16f3dcd8c7990d774254dfada9326ed8d54dde6") format("woff2"), url("/cdn/fonts/fira_sans/firasans_n5.00b44be4b5f1b2738ccf0d4f6d5fc7ab5ce4bdb8.woff?h1=aXJhZGR5LmNvbQ&hmac=2f19a951e86c4106da1ff5014c54293be939c8307bd04537b5b1014a1c7590ba") format("woff"); }

@font-face {
  font-family: "Fira Sans";
  font-weight: 700;
  font-style: normal;
  src: url("/cdn/fonts/fira_sans/firasans_n7.74c2469af2e69f6fa06837b347dfd6f4e5c11f60.woff2?h1=aXJhZGR5LmNvbQ&hmac=446067827ddad29b6fb08d3d726bf9ef91b47a7bf8ed0398cd22559d4ef835a8") format("woff2"), url("/cdn/fonts/fira_sans/firasans_n7.8cc413e228e549059ce7be9645a8673d62e3f55c.woff?h1=aXJhZGR5LmNvbQ&hmac=bc42b1ad20c35dbc74e68ce208873c527402e5d75c634b586a9b17de79576f82") format("woff"); }

@font-face {
  font-family: "Fira Sans";
  font-weight: 400;
  font-style: italic;
  src: url("/cdn/fonts/fira_sans/firasans_i4.ad91396ef034888e6b205cba9f34c53d0140dcc8.woff2?h1=aXJhZGR5LmNvbQ&hmac=2803d85a613ab030a7e83ce6ffe2ec51fa099dab41cae70df5fe6575c94e78ed") format("woff2"), url("/cdn/fonts/fira_sans/firasans_i4.b452fe091b06e66c099bedbc9677c448426cff7a.woff?h1=aXJhZGR5LmNvbQ&hmac=b05c347d0a6dc1ced0684bb80601e357b758ae6cd56c14ba50f65ea0ee5d6fd1") format("woff"); }

@font-face {
  font-family: "Fira Sans";
  font-weight: 700;
  font-style: italic;
  src: url("/cdn/fonts/fira_sans/firasans_i7.ca5dc13e5c191e5adec499ec339aa921446386d2.woff2?h1=aXJhZGR5LmNvbQ&hmac=9746d414fdc6b4162186aa72ddb635dbdd93899da605dcc4bcac95141080240c") format("woff2"), url("/cdn/fonts/fira_sans/firasans_i7.5bdf74e34d8b8272fe524df81e613b21cd8d10f5.woff?h1=aXJhZGR5LmNvbQ&hmac=243c062455901192d5ec0d2de6ce8a27aae998270702ee4560ec65e5f29c3bc4") format("woff"); }

@font-face {
  font-family: "Fira Sans";
  font-weight: 900;
  font-style: normal;
  src: url("/cdn/fonts/fira_sans/firasans_n9.51d01a823a4d3af9a97ce0fc0bea1fc58a77a864.woff2?h1=aXJhZGR5LmNvbQ&hmac=b50f96353d5e5828e586ed35f6d3aa8791ea72b6a7d8530a26b25c8100edd546") format("woff2"), url("/cdn/fonts/fira_sans/firasans_n9.601a71caacdcac7a8632d41fca5df4213b7d1aae.woff?h1=aXJhZGR5LmNvbQ&hmac=c17c6ac744e427db9eb75c7322583bde1ac46e4eb29de56d40be60fd8574e2a4") format("woff"); }

@font-face {
  font-family: 'icons';
  src: url("/cdn/shop/t/20/assets/icons.eot?v=112981532348062652561678687312");
  src: url("/cdn/shop/t/20/assets/icons.eot?v=112981532348062652561678687312#iefix") format("embedded-opentype"), url("/cdn/shop/t/20/assets/icons.woff?v=24089382976848351381678687312") format("woff"), url("/cdn/shop/t/20/assets/icons.ttf?v=177851439206450752971678687312") format("truetype"), url("/cdn/shop/t/20/assets/icons.svg?v=182753167674510223691678687312#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

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

[hidden] {
  display: none; }

/*================ Site-wide styles ================*/
/*================ Partials | Layout Styles ================*/
html,
body {
  background-color: white; }

.wrapper {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px; }
  @media only screen and (min-width: 769px) {
    .wrapper {
      padding: 0 30px; } }

.main-content {
  display: block; }

hr {
  clear: both;
  border-top: solid #f47e28;
  border-width: 1px 0 0;
  margin: 30px 0;
  height: 0; }
  hr.hr--clear {
    border-top-color: transparent; }

/*================ Partials | Typography styles ================*/
body,
input,
textarea,
button,
select {
  outline: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Fira Sans", sans-serif;
  color: black;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 0.5em;
  line-height: 1.4;
  text-rendering: optimizeLegibility; }
  h1:not(.hero__title), .h1:not(.hero__title),
  h2:not(.hero__title),
  .h2:not(.hero__title),
  h3:not(.hero__title),
  .h3:not(.hero__title),
  h4:not(.hero__title),
  .h4:not(.hero__title),
  h5:not(.hero__title),
  .h5:not(.hero__title),
  h6:not(.hero__title),
  .h6:not(.hero__title) {
    color: black; }
  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.25em; }

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

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

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

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

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

p {
  margin: 0 0 15px 0;
  text-rendering: optimizeLegibility; }
  p img {
    margin: 0; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

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;
  margin: 0;
  padding: 15px 30px 40px; }
  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 15px 20px;
  padding: 0;
  text-rendering: optimizeLegibility; }

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

ol {
  list-style: decimal; }

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

li {
  margin-bottom: 0.25em; }

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

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

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

.no-bullets {
  list-style: none outside;
  margin-left: 0; }

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

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

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

.table-wrap--order {
  background-color: #f47e28;
  padding: 1rem; }

th {
  font-weight: 700; }

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

/*============================================================================
  #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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .grid:after, .grid--rev:after, .grid--full:after,
  .grid-uniform:after {
    content: '';
    display: table;
    clear: both; }

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

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

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

/*============================================================================
  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: 590px) {
  /** 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; } }
@media only screen and (min-width: 591px) and (max-width: 1000px) {
  /** 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; } }
@media only screen and (max-width: 1000px) {
  /** 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; } }
@media only screen and (min-width: 1001px) {
  /** 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; } }
@media only screen and (min-width: 1351px) {
  /** Whole */
  .xlarge--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xlarge--right {
    float: right !important; } }
/*============================================================================
  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: 591px) and (max-width: 1000px) {
  /* 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: 1000px) {
  /* 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: 1001px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

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

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

/*=============== Image Transitions ===================*/
.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-out; }
  .fade-in.lazyloaded {
    opacity: 1; }
  .no-js .fade-in {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }

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

a[href^="tel"] {
  color: inherit; }

button {
  overflow: visible; }

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

.btn, .btn--secondary,
.rte .btn--secondary, .shopify-payment-button .shopify-payment-button__button--unbranded,
.rte .btn,
.rte .btn--secondary,
.rte .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .rte .shopify-payment-button__button--unbranded {
  outline: 0;
  display: inline-block;
  padding: 8px 10px;
  margin: 0;
  width: auto;
  line-height: 1.42;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  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: 0;
  /*================ Set primary button colors - can override later ================*/
  background-color: #f47e28;
  color: white;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -ms-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out; }
  .btn:hover, .btn--secondary:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
  .rte .btn:hover,
  .rte .btn--secondary:hover,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:hover {
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -ms-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background-color: #f7a162;
    color: white; }
  .btn:active, .btn--secondary:active, .shopify-payment-button .shopify-payment-button__button--unbranded:active,
  .rte .btn:active,
  .rte .btn--secondary:active,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:active,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:active {
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -ms-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background-color: #9a4508;
    color: white; }
  .btn[disabled], [disabled].btn--secondary, .shopify-payment-button [disabled].shopify-payment-button__button--unbranded, .btn.disabled, .disabled.btn--secondary, .shopify-payment-button .disabled.shopify-payment-button__button--unbranded,
  .rte .btn[disabled],
  .rte [disabled].btn--secondary,
  .rte .shopify-payment-button [disabled].shopify-payment-button__button--unbranded,
  .shopify-payment-button .rte [disabled].shopify-payment-button__button--unbranded,
  .rte .btn.disabled,
  .rte .disabled.btn--secondary,
  .rte .shopify-payment-button .disabled.shopify-payment-button__button--unbranded,
  .shopify-payment-button .rte .disabled.shopify-payment-button__button--unbranded {
    cursor: default;
    color: #717171;
    background-color: #f6f6f6; }

.btn--secondary,
.rte .btn--secondary {
  background-color: #666666; }
  .btn--secondary:hover,
  .rte .btn--secondary:hover {
    background-color: gray;
    color: white; }
  .btn--secondary:active,
  .rte .btn--secondary:active {
    background-color: gray;
    color: white; }

.btn--secondary-accent {
  background-color: white;
  border: 1px solid #f47e28;
  color: #f47e28; }
  .btn--secondary-accent:hover, .btn--secondary-accent:focus {
    background-color: white;
    border: 1px solid #f7a162;
    color: #f7a162; }
  .btn--secondary-accent:active {
    background-color: white;
    border: 1px solid #9a4508;
    color: #9a4508; }
  .btn--secondary-accent[disabled], .btn--secondary-accent.disabled {
    cursor: default;
    color: #717171;
    background-color: #f6f6f6;
    border: none; }
    .btn--secondary-accent[disabled]:hover, .btn--secondary-accent.disabled:hover {
      opacity: 1; }

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

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

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

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

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

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

img,
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-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*================ Partials | Forms ================*/
form {
  margin: 0; }

.form-vertical {
  margin-bottom: 15px; }

/*================ Prevent zoom on touch devices in active inputs ================*/
@media screen and (max-width: 1000px) {
  input,
  textarea {
    font-size: 16px; } }
button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer; }

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

legend {
  border: 0;
  padding: 0; }

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

input,
textarea,
select {
  border: 1px solid #f47e28;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 0; }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6; }
  input.input-full,
  textarea.input-full,
  select.input-full {
    width: 100%; }

textarea {
  min-height: 100px; }

/*================ Input element overrides ================*/
input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 0 0;
  padding: 0;
  width: auto; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio; }

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("/cdn/shop/t/20/assets/ico-select.svg?v=80103462439189041331678687312");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer; }

optgroup {
  font-weight: 900; }

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[for] {
  cursor: pointer; }

/*================ Vertical Form ================*/
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  margin-bottom: 10px; }
.form-vertical input[type="checkbox"],
.form-vertical input[type="radio"],
.form-vertical .btn,
.form-vertical .btn--secondary,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
  display: inline-block; }
.form-vertical .btn, .form-vertical .btn--secondary, .form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
  display: inline-block; }

/*================ Error styles ================*/
input.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 .shopify-payment-button .input-group-btn:first-child > .shopify-payment-button__button--unbranded,
  .shopify-payment-button .input-group .input-group-btn:first-child > .shopify-payment-button__button--unbranded,
  .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 .shopify-payment-button input[type="hidden"]:first-child + .input-group-btn > .shopify-payment-button__button--unbranded,
  .shopify-payment-button .input-group input[type="hidden"]:first-child + .input-group-btn > .shopify-payment-button__button--unbranded {
    border-radius: 0 0 0 0; }
  .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 .shopify-payment-button .input-group-btn:last-child > .shopify-payment-button__button--unbranded,
  .shopify-payment-button .input-group .input-group-btn:last-child > .shopify-payment-button__button--unbranded {
    border-radius: 0 0 0 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 .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group .shopify-payment-button__button--unbranded,
.input-group .input-group-field {
  height: 37px; }

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

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

/*================ Selector wrapper ================*/
.selector-wrapper label {
  margin-right: 10px; }
.selector-wrapper + .selector-wrapper {
  margin-top: 15px; }

/*================ Partials | Icons ================*/
@font-face {
  font-family: 'icons';
  src: url("/cdn/shop/t/20/assets/icons.eot?v=112981532348062652561678687312");
  src: url("/cdn/shop/t/20/assets/icons.eot?v=112981532348062652561678687312#iefix") format("embedded-opentype"), url("/cdn/shop/t/20/assets/icons.woff?v=24089382976848351381678687312") format("woff"), url("/cdn/shop/t/20/assets/icons.ttf?v=177851439206450752971678687312") format("truetype"), url("/cdn/shop/t/20/assets/icons.svg?v=182753167674510223691678687312#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);
  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-arrow-down:before {
  content: '\e607'; }

.icon-arrow-left:before {
  content: '\e900'; }

.icon-arrow-right:before {
  content: '\e901'; }

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

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

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

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

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

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

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

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

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

.icon-pin:before {
  content: '\e90d'; }

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

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

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

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

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

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

.icon-snapchat:before {
  content: '\e90b'; }

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

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

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

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

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

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

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

.payment-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  margin-bottom: 0; }
  .payment-icons li {
    margin: 0 0 7.5px 7.5px;
    cursor: default; }
  .payment-icons .fallback-text {
    text-transform: capitalize; }
  .payment-icons .icon {
    width: 38px;
    height: 24px; }

.social-icons .icon {
  padding-right: 4px; }

.social-icons .icon-google_plus {
  font-size: 0.8em; }

/*================ Partials | Drawers ================*/
.js-drawer-open {
  overflow: hidden; }

.drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 15px 15px;
  max-width: 95%;
  z-index: 10;
  color: black;
  background-color: white;
  -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -moz-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -ms-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -o-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1); }
  @media screen and (min-width: 1001px) {
    .drawer {
      padding: 0 30px 30px; } }
  .drawer a {
    color: black; }
    .drawer a:hover {
      color: black; }
  .drawer input[type='text'],
  .drawer input[type='email'],
  .drawer input[type='number'],
  .drawer textarea {
    border-color: #cccccc; }
  .drawer .btn--secondary {
    background-color: black;
    color: white; }

.drawer--left {
  width: 300px;
  left: -300px; }
  @media only screen and (min-width: 768px) {
    .drawer--left {
      width: 450px;
      left: -450px; } }
  .js-drawer-open-left .drawer--left {
    display: block;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px); }

.drawer--right {
  width: 300px;
  right: -300px; }
  @media screen and (min-width: 591px) {
    .drawer--right {
      width: 400px;
      right: -400px; } }
  .js-drawer-open-right .drawer--right {
    display: block;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px); }
    @media screen and (min-width: 591px) {
      .js-drawer-open-right .drawer--right {
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px); } }

.page-container,
.drawer__header-container {
  -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -moz-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -ms-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -o-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  /*   .js-drawer-open-left & {
      @include transform(translateX($drawerNavWidth));
    } */ }
  .js-drawer-open-right .page-container, .js-drawer-open-right
  .drawer__header-container {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px); }
    @media screen and (min-width: 591px) {
      .js-drawer-open-right .page-container, .js-drawer-open-right
      .drawer__header-container {
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px); } }

.drawer__header {
  display: table;
  height: 80px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc; }

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle; }

.drawer__title {
  width: 100%; }

.drawer__close {
  width: 1%;
  text-align: center; }

.drawer__close-button {
  position: relative;
  right: -20px;
  height: 100%;
  padding: 0 20px;
  color: inherit; }
  .drawer__close-button:active {
    background-color: #f2f2f2; }

.drawer__close--left {
  text-align: left; }
  .drawer__close--left .drawer__close-button {
    right: auto;
    left: -20px; }

/*================ Cart-specific styles ================*/
.supports-csstransforms .drawer--is-loading .drawer__cart {
  min-height: 100px; }
  .supports-csstransforms .drawer--is-loading .drawer__cart:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -12px;
    border-radius: 50%;
    border: 3px solid #cccccc;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }

/*================ Partials | Ajax Cart (conditionally loaded) ================*/
.ajaxcart__inner {
  margin-bottom: 30px; }

.ajaxcart__row > .grid, .ajaxcart__row > .grid--rev, .ajaxcart__row > .grid--full {
  margin-left: -15px; }
  .ajaxcart__row > .grid > .grid__item, .ajaxcart__row > .grid--rev > .grid__item, .ajaxcart__row > .grid--full > .grid__item {
    padding-left: 15px; }

.ajaxcart__product {
  position: relative;
  max-height: 500px; }
  .ajaxcart__product.is-removed {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -moz-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -ms-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -o-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95); }

.ajaxcart__row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc; }
  @media screen and (min-width: 591px) {
    .ajaxcart__row {
      padding-bottom: 30px;
      margin-bottom: 30px; } }

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  padding-top: 3px; }
  .ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.ajaxcart__product-name,
.ajaxcart__product-meta {
  display: block; }

.ajaxcart__product-name--wrapper {
  margin-bottom: 10px; }

.ajaxcart__product-name + .ajaxcart__product-meta {
  padding-top: 3px; }

.ajaxcart__discount {
  padding-top: 3px; }

/*================ Quantity Selectors ================*/
.js-qty, .ajaxcart__qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 100px;
  min-width: 75px;
  overflow: visible; }
  .js-qty input[type="text"], .ajaxcart__qty input[type="text"] {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0; }

.js-qty__adjust, .ajaxcart__qty-adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: 0 none;
  padding: 0 8px;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .js-qty__adjust .icon, .ajaxcart__qty-adjust .icon {
    font-size: 8px;
    vertical-align: middle; }
  .js-qty__adjust:hover, .ajaxcart__qty-adjust:hover {
    background-color: #cccccc; }
  .js-qty__adjust:active, .ajaxcart__qty-adjust:active {
    background-color: #b3b3b3; }

.js-qty__adjust--plus, .ajaxcart__qty--plus {
  right: 0;
  border-left: 1px solid #cccccc; }

.js-qty__adjust--minus, .ajaxcart__qty--minus {
  left: 0;
  border-right: 1px solid #cccccc; }

/*================ Quantity Selectors in Ajax Cart ================*/
.ajaxcart__qty {
  margin: 0; }
  .is-loading .ajaxcart__qty {
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

.ajaxcart__qty-num[type="text"] {
  border-color: #cccccc;
  color: black; }

.ajaxcart__qty-adjust {
  color: black;
  z-index: 1; }
  .ajaxcart__qty-adjust:hover {
    background-color: #cccccc;
    color: #1c1d1d; }
  .ajaxcart__qty-adjust:active {
    background-color: #b3b3b3;
    color: #1c1d1d; }

.ajaxcart__qty--plus {
  border-color: #cccccc; }

.ajaxcart__qty--minus {
  border-color: #cccccc; }

/*================ Module-specific styles ================*/
/*================ Module | Footer ================*/
.site-footer {
  background: #000;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 4%; }
  @media (min-width: 1460px) {
    .site-footer {
      padding-top: 64px; } }
  @media screen and (max-width: 590px) {
    .site-footer .grid__item {
      padding-bottom: 5px; } }
  @media (min-width: 769px) {
    .site-footer .footer-logo {
      margin-top: 20%; } }
  @media (max-width: 768px) {
    .site-footer .footer-logo {
      padding-top: 12% !important; } }
  @media (max-width: 590px) {
    .site-footer .footer-logo {
      padding-top: 20% !important;
      margin-top: 20px; } }
  .site-footer .footer-logo img {
    max-width: 120px; }
  .site-footer a {
    color: #fff;
    font-size: 16px; }
    .site-footer a:active {
      color: #f47e28; }
    .site-footer a:hover {
      color: #f47e28; }

@media screen and (min-width: 591px) {
  .site-footer__linklist {
    margin-bottom: 15px; } }

.site-footer__payment-icons {
  margin-left: -7.5px; }

.social-icons {
  text-align: center; }
  @media (max-width: 768px) {
    .social-icons {
      margin-bottom: 8vw; } }
  .social-icons li {
    display: inline-block;
    margin: 0 6%; }
    @media (max-width: 768px) {
      .social-icons li {
        margin: 0 2%; } }

.site_footer_item_title {
  text-transform: uppercase;
  font-size: 0.94vw;
  position: relative; }
  @media (max-width: 768px) {
    .site_footer_item_title {
      font-size: 16px; } }
  @media (min-width: 1460px) {
    .site_footer_item_title {
      font-size: 18px; } }

@media (max-width: 590px) {
  .mobile-footer-item-title:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 1L7.75 7L1 13' stroke='white' stroke-width='2'/%3E %3C/svg%3E ");
    position: absolute;
    position: absolute;
    right: 20px;
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transform: rotate(0deg); }
  .mobile-footer-item-title.active:after {
    transform: rotate(90deg); } }

@media screen and (max-width: 590px) {
  ul.site-footer__linklist {
    display: none; } }

.site-footer__copyright-content {
  font-size: 12px; }
  .site-footer__copyright-content a {
    font-size: 12px; }

#mailinglist_email {
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #fff; }
  @media only screen and (max-width: 768px) {
    #mailinglist_email {
      width: 100%; } }

.signup-form__response h4, .signup-form__response .h4 {
  color: #fff; }

.footer-newsletter .btn, .footer-newsletter .btn--secondary, .footer-newsletter .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .footer-newsletter .shopify-payment-button__button--unbranded {
  border: 2px solid #F47E28;
  border-radius: 50px;
  text-transform: capitalize;
  width: 146px;
  padding: 7px 13px;
  margin-top: 6%;
  margin-bottom: 6%; }
  @media (min-width: 1460px) {
    .footer-newsletter .btn, .footer-newsletter .btn--secondary, .footer-newsletter .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .footer-newsletter .shopify-payment-button__button--unbranded {
      margin-top: 19px;
      margin-bottom: 23px; } }

/*================ Module | Notes and Form Feedback ================*/
.note,
.errors {
  border-radius: 0;
  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: #f47e28; }

.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 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding: 0 0 60px 0;
  text-align: right;
  font-size: 0.875em; }
  .pagination > span {
    display: inline-block;
    line-height: 1; }
  .pagination a {
    display: block; }
  .pagination a,
  .pagination .page.current {
    padding: 5px 8px;
    border-radius: 100%; }
  .pagination .page.current {
    color: #fff;
    background: #F47E28; }
  .pagination .next,
  .pagination .prev {
    font-family: arial, helvetica, sans-serif; }

/*================ Module | Rich Text Editor ================*/
.rte {
  margin-bottom: 15px; }
  .rte:after {
    content: '';
    display: table;
    clear: both; }
  .rte p,
  .rte ul,
  .rte ol,
  .rte table {
    margin-bottom: 25px; }
  .rte ul ul {
    margin-bottom: 0; }
  .rte a {
    text-decoration: none; }
  .rte .text-link {
    border-bottom: 1px solid #f47e28; }
    .rte .text-link:hover, .rte .text-link:focus {
      border-bottom: 1px solid #000; }
  .rte h1, .rte .h1, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
    margin-top: 2em;
    margin-bottom: 2em; }
  .rte h2, .rte .h2, .rte h3, .rte .h3 {
    margin-top: 2.5em;
    margin-bottom: 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 h1 a, .rte .h1 a, .rte h2 a, .rte .h2 a, .rte h3 a, .rte .h3 a, .rte h4 a, .rte .h4 a, .rte h5 a, .rte .h5 a, .rte h6 a, .rte .h6 a {
    text-decoration: none; }
  .rte > div {
    margin-bottom: 15px; }
  .rte li {
    margin-bottom: 0; }
  .rte > p:last-child {
    margin-bottom: 0; }
  .rte table {
    table-layout: fixed; }

.text-center .rte ul,
.text-center .rte ol,
.text-center.rte ul,
.text-center.rte ol {
  list-style-position: inside;
  margin-left: 0; }

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

/*================ Indented article/page images and blockquotes ================*/
.rte--indented-images img:not([style]),
.rte--indented-images img[style="float: none;"] {
  max-width: 100%;
  height: auto; }
  @media screen and (min-width: 1000px) {
    .rte--indented-images img:not([style]),
    .rte--indented-images img[style="float: none;"] {
      max-width: 100%;
      margin-left: 0; } }
  .rte--indented-images img:not([style]).rte__no-indent,
  .rte--indented-images img[style="float: none;"].rte__no-indent {
    margin: 0 auto; }
.rte--indented-images img[style="float: right;"] {
  margin: 0 -10% 15px 15px; }
.rte--indented-images img[style="float: left;"] {
  margin: 0 15px 15px -10%; }

@media screen and (min-width: 1001px) {
  .rte blockquote {
    width: 120%;
    margin-left: -10%;
    padding-left: 0;
    padding-right: 0; }
    .rte blockquote p {
      margin-bottom: 0; } }
/*================ Module | Site Header ================*/
.site-header {
  background-color: white;
  padding: 15px 0; }
  .site-header .grid--table {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .site-header .grid--table > .grid__item {
      float: none;
      display: table-cell;
      vertical-align: middle; }
  .header-wrapper--transparent .site-header {
    background-color: transparent; }

.site-header__logo {
  text-align: center;
  margin: 0 auto; }

.site-header__logo-image {
  display: block;
  margin: 0 auto; }
  .header-wrapper--transparent .site-header__logo-image {
    display: none; }

.site-header__logo-image--transparent {
  display: none; }
  .header-wrapper--transparent .site-header__logo-image--transparent {
    display: block; }

.site-header__logo-link {
  display: block; }

.site-header__logo-link,
.site-header__logo-link:hover {
  color: black;
  margin: 0 auto;
  text-decoration: none; }

.announcement-bar {
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none; }

.announcement-bar__message {
  display: block;
  font-weight: 500;
  padding: 10px 30px;
  margin: 0;
  font-size: 18px; }
  @media only screen and (max-width: 768px) {
    .announcement-bar__message {
      font-size: 14px; } }

/*================ Module | Search Bar ================*/
.search-bar {
  max-width: 100%; }

.search-bar--page {
  max-width: 300px;
  margin: 0 auto; }

.search-bar--modal {
  max-width: 300px;
  margin: 20% auto 0; }

.search-bar--header {
  max-width: 300px;
  background-color: #f6f6f6; }

.search-bar--drawer {
  margin-bottom: 15px; }

/*================ Module | Section Headers ================*/
.section-header {
  margin-bottom: 30px; }
  .section-header .section-header__title {
    letter-spacing: 0; }
  @media screen and (min-width: 591px) {
    .section-header {
      margin-bottom: 50px; } }

.section-header--404 {
  margin-bottom: 0;
  padding: 80px 0; }

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

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

  .section-header__left {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0; }
    .section-header__left h1, .section-header__left .h1, .section-header__left h2, .section-header__left .h2, .section-header__left h3, .section-header__left .h3, .section-header__left h4, .section-header__left .h4,
    .section-header__left .h1, .section-header__left .h2, .section-header__left .h3, .section-header__left .h4 {
      margin-bottom: 0; } }
/*================ Module | Site Nav and Dropdowns ================*/
.site-nav, .site-nav--mobile {
  cursor: default;
  margin: 0;
  margin-left: -15px; }

.site-nav__item {
  position: relative;
  display: inline-block;
  margin: 0; }
  .site-nav__item li {
    display: block; }

.site-nav--mobile {
  margin-left: -10px; }
  .site-nav--mobile.text-right {
    margin: 0 -10px 0 0; }

.site-nav__link {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  white-space: nowrap;
  font-size: 1em; }
  .site-nav__link:hover {
    font-style: italic;
    color: #F47E28 !important; }
    .site-nav__link:hover path {
      stroke: #F47E28; }
  .site-nav__link .icon-arrow-down {
    position: relative;
    top: -2px;
    padding-left: 7.5px;
    font-size: 10px; }

.site-nav__dropdown-link .icon-arrow-down {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 10px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg); }
.site-nav__dropdown-grandchild .site-nav__dropdown-link {
  white-space: normal; }

.site-nav__link--icon {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.site-nav--mobile .site-nav__link {
  display: inline-block; }
.site-nav--mobile .icon {
  font-size: 1.875em; }

/*================ Dropdowns ================*/
.site-nav__dropdown {
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  margin: 0;
  z-index: 5;
  pointer-events: none; }
  .site-nav__dropdown a {
    background-color: white;
    text-align: left; }
    .site-nav__dropdown a:hover, .site-nav__dropdown a:active {
      background-color: #e6e6e6; }
  .site-nav__dropdown.nav-outside {
    left: auto;
    right: 0; }

.site-nav__dropdown-grandchild {
  position: absolute;
  top: -10px;
  left: 100%;
  width: 100%;
  margin: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none; }
  .site-nav__dropdown-grandchild a {
    background-color: white; }
    .site-nav__dropdown-grandchild a:hover, .site-nav__dropdown-grandchild a:active {
      background-color: #e6e6e6; }
  .site-nav__dropdown-grandchild ul {
    background-color: white;
    padding: 10px 0;
    margin: 0 0 0 2px; }
  .site-nav__dropdown-grandchild.nav-outside {
    left: -100%; }

/*================ Mobile navigation ================*/
.mobile-nav {
  margin: -15px -15px 0 -15px; }
  .mobile-nav li {
    margin-bottom: 0;
    list-style: none; }

.mobile-nav__search {
  padding: 15px; }

.mobile-nav__item {
  position: relative;
  display: block; }
  .mobile-nav > .mobile-nav__item {
    background-color: white; }
  .mobile-nav__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #cccccc; }
  .mobile-nav > .mobile-nav__item:last-child:after {
    display: none; }

.mobile-nav__item a {
  display: block;
  font-size: 22px; }
  .mobile-nav__subsublist .mobile-nav__item a {
    padding-left: 45px;
    font-size: 16px; }

.mobile-nav__item a,
.mobile-nav__toggle button {
  color: black;
  padding: 15px;
  text-decoration: none; }
  .mobile-nav__item a:active, .mobile-nav__item a:focus,
  .mobile-nav__toggle button:active,
  .mobile-nav__toggle button:focus {
    color: black;
    background-color: #f2f2f2; }

.mobile-nav__item--secondary a {
  font-size: 16px;
  color: #404040;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px; }
.mobile-nav__item--secondary:after {
  display: none; }

.mobile-nav__spacer {
  height: 0;
  padding: 5px; }

.mobile-nav__has-sublist {
  display: table;
  width: 100%; }
  .mobile-nav__has-sublist .mobile-nav__link {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.mobile-nav__toggle {
  display: table-cell;
  vertical-align: middle;
  width: 1%; }

.mobile-nav__toggle-open {
  display: block; }
  .mobile-nav--expanded .mobile-nav__toggle-open {
    display: none; }

.mobile-nav__toggle-close {
  display: none; }
  .mobile-nav--expanded .mobile-nav__toggle-close {
    display: block; }

.mobile-nav__sublist {
  margin: 0;
  display: none; }
  .mobile-nav__sublist .mobile-nav__item:after {
    top: 0;
    bottom: auto; }
  .mobile-nav__sublist .mobile-nav__link {
    padding-left: 5px;
    font-weight: 400; }

/*================ Cart bubble for items in cart ================*/
@media screen and (min-width: 1001px) {
  .site-nav__link--icon .icon {
    font-size: 1.375em; } }
.cart-link {
  position: relative; }

.cart-link__bubble {
  display: none; }

.cart-link__bubble--visible {
  display: block;
  position: absolute;
  top: 18px;
  right: 4px;
  width: 10px;
  height: 10px;
  background-color: #666666;
  border-radius: 50%; }
  @media screen and (max-width: 1000px) {
    .cart-link__bubble--visible {
      top: 22px;
      right: 12px; } }

/*================ View-specific styles ================*/
/*================ Templates | Cart Page ================*/
.cart__header-labels {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal; }

.cart__row {
  position: relative;
  margin-bottom: 30px; }
  .cart__row:first-child {
    border-bottom: 1px solid #f47e28;
    padding-bottom: 15px; }
  .cart__row .js-qty, .cart__row .ajaxcart__qty {
    margin: 0 auto; }
  .cart__row .btn, .cart__row .btn--secondary, .cart__row .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart__row .shopify-payment-button__button--unbranded,
  .cart__row .btn--secondary {
    margin-bottom: 15px; }

@media screen and (min-width: 591px) {
  .update-cart + .cart__checkout {
    margin-left: 15px; } }
.cart__row--last {
  border-top: 1px solid #f47e28;
  padding-top: 15px; }

.cart__row--table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .cart__row--table .grid__item {
    display: table-cell;
    vertical-align: middle;
    float: none; }

.cart__row--table-with-discount .grid__item {
  vertical-align: top; }

@media screen and (min-width: 1001px) {
  .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 {
    width: 100%;
    display: block; }

@media screen and (max-width: 1000px) {
  .cart__pricing {
    margin-top: 30px; } }

.cart__product-name {
  margin-bottom: 0; }
  @media screen and (min-width: 1000px) {
    .cart__product-name {
      width: 90%; } }

.cart__product-qty {
  text-align: center;
  margin: 0 auto;
  max-width: 80px; }

.cart__note-container {
  vertical-align: top !important; }

.cart__note {
  margin: 0; }
  @media screen and (min-width: 1001px) {
    .cart__note {
      padding-right: 30px; } }

.cart__subtotal-container {
  margin-top: 25px; }
  @media screen and (min-width: 1001px) {
    .cart__subtotal-container {
      margin: 0; } }

.cart__discounts {
  display: flex;
  justify-content: center;
  margin-bottom: 15px; }
  @media screen and (min-width: 1001px) {
    .cart__discounts {
      justify-content: flex-end; } }

.cart__product-meta {
  margin-bottom: 0; }

.additional_checkout_buttons {
  margin-left: -10px; }
  .additional_checkout_buttons > *:not(script) {
    padding: 15px 0 0 15px;
    vertical-align: top;
    line-height: 1; }
    @media screen and (max-width: 590px) {
      .additional_checkout_buttons > *:not(script) {
        padding: 15px 0 0 5px; } }
    .additional_checkout_buttons > *:not(script):first-child, .additional_checkout_buttons > *:not(script):empty {
      padding-left: 0px; }

.cart--no-cookies .cart--continue-browsing {
  display: none; }

.cart--no-cookies .cart--empty-message {
  display: none; }

.cookie-message {
  display: none;
  padding-bottom: 25px; }
  .cart--no-cookies .cookie-message {
    display: block; }

/*================ Templates | Product Page ================*/
.product-single {
  text-align: center; }

.product-single__meta--wrapper {
  padding-left: 0;
  padding-right: 0; }

.product-single__meta {
  padding-top: 36px;
  padding-left: 45px; }
  @media only screen and (max-width: 1000px) {
    .product-single__meta {
      padding-left: 25px;
      padding-right: 25px; } }

.product-single__vendor {
  letter-spacing: 0.2em;
  font-size: 0.75em; }

.product-single__title {
  font-size: 1.875em;
  margin-bottom: 15px;
  word-wrap: break-word; }
  @media screen and (min-width: 591px) {
    .product-single__title {
      font-size: 2.25em; } }

.product-single__quantity {
  margin-top: 10px; }

.product-single__add-to-cart {
  margin: 0 0 10px 0;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: flex-start; }
  .product-single__add-to-cart.default-product {
    margin-top: 20px; }

.product-single__form--no-variants {
  margin-top: 30px; }

.product-single__add-to-cart--full-width {
  width: 100%; }

.btn--add-to-cart {
  margin: 10px 10px 0 0;
  min-width: 155px;
  flex: auto; }
  .btn--add-to-cart.btn, .btn--add-to-cart.btn--secondary, .shopify-payment-button .btn--add-to-cart.shopify-payment-button__button--unbranded {
    padding: 12px 27px; }
  .product-single__add-to-cart--full-width .btn--add-to-cart {
    flex-basis: 100%;
    margin-right: 0; }

.product-single__description {
  margin-top: 20px;
  text-align: left; }

.product-single__full-details {
  cursor: pointer;
  display: inline-block;
  margin: 30px 0; }

.product-single__variants {
  display: none; }
  .no-js .product-single__variants {
    display: block; }

.product-single__media-flex-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative; }

.product-single__media-flex {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  max-width: 856px; }

.product-single__media-wrapper {
  margin: 0 auto;
  text-align: left; }
  .product-single__media-wrapper iframe,
  .product-single__media-wrapper model-viewer,
  .product-single__media-wrapper .shopify-model-viewer-ui,
  .product-single__media-wrapper img,
  .product-single__media-wrapper video,
  .product-single__media-wrapper .plyr,
  .product-single__media-wrapper .media-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%; }
  .product-single__media-wrapper iframe,
  .product-single__media-wrapper .media-video,
  .product-single__media-wrapper model-viewer,
  .product-single__media-wrapper .shopify-model-viewer-ui,
  .product-single__media-wrapper .media-item,
  .product-single__media-wrapper .plyr,
  .product-single__media-wrapper .plyr__video-wrapper {
    height: 100%; }

shopify-payment-terms {
  display: block;
  margin-bottom: 30px; }

@media screen and (min-width: 591px) {
  .product-single__media-wrapper--featured-product {
    margin-bottom: 0; }

  .product-single__media [data-mfp-src] {
    cursor: zoom-in; }

  .product-single__media--wrapper {
    margin-bottom: 15px; } }
.product-single__media {
  color: black;
  position: relative; }

.product-single__media-wrapper--featured-product {
  margin: 0 auto; }

.product-single__media--video {
  background-color: white; }

.product-single__media-group-wrapper a,
.product-single__media-group-wrapper img,
.product-single__thumbnails a,
.product-single__thumbnails img {
  background-color: white;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

@media screen and (max-width: 590px) {
  .product-single__meta--wrapper {
    padding-right: 5px;
    padding-left: 15px;
    margin: 0 15px; }

  .product-single__media-group-wrapper {
    margin-top: -35px; }

  .product-single__media-group-wrapper--featured {
    margin-bottom: 55px; } }
.product-single__hero .grid__item {
  display: inline-block;
  float: none;
  vertical-align: middle; }
@media screen and (min-width: 1001px) {
  .product-single__hero .grid__item + .grid__item {
    margin-left: -5px; } }

.product-single__thumbnails {
  margin-left: -15px; }
  .product-single__thumbnails .grid__item {
    padding-left: 15px; }
  .product-single__thumbnails li {
    margin-bottom: 15px; }

.product-single__thumbnail-badge {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  pointer-events: none; }
  @media screen and (min-width: 1351px) {
    .product-single__thumbnail-badge {
      width: 35px;
      height: 35px; } }
  .product-single__thumbnail-badge .icon {
    fill: white;
    width: 100%;
    height: 100%;
    vertical-align: baseline; }
  .product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
  .product-single__thumbnail-badge .icon-video-badge-full-color-outline {
    stroke: rgba(0, 0, 0, 0.05); }
  .product-single__thumbnail-badge .icon-3d-badge-full-color-element,
  .product-single__thumbnail-badge .icon-video-badge-full-color-element {
    fill: black; }

.visibility-hidden {
  visibility: hidden; }

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

.product-single__price,
.product-single__price--compare-at {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: black;
  font-size: 1.125em;
  font-weight: 500; }
  .product-single__price.on-sale,
  .product-single__price--compare-at.on-sale {
    color: #e80970; }

.product-single__price--compare-at {
  padding-right: 5px;
  display: inline-block;
  text-decoration: line-through; }

.product-single__unit {
  display: none; }
  .price-container--unit-available .product-single__unit {
    display: block; }

.product-single__policies {
  margin: 15px 0 25px 0; }

.product-single__quantity .js-quantity-selector,
.product-single__quantity .js-qty,
.product-single__quantity .ajaxcart__qty {
  display: inline-block; }

.product-single__quantity-label {
  margin-right: 10px; }

#shopify-product-reviews .spr-review-content-body,
#shopify-product-reviews .spr-review-header-byline,
#shopify-product-reviews .spr-form-label {
  font-size: 16px;
  line-height: 1.563; }
#shopify-product-reviews .spr-form-label {
  display: block;
  text-align: left; }
#shopify-product-reviews .spr-summary-actions-newreview {
  float: none; }
#shopify-product-reviews .spr-summary-caption,
#shopify-product-reviews .spr-summary-actions {
  display: block; }

.product-single__thumbnails img,
.product-single__thumbnails a {
  display: block;
  position: relative;
  background-color: transparent; }

.product-single__thumbnails img {
  max-height: 135px;
  width: auto;
  overflow: hidden; }

.slick-initialized .product-single__media-wrapper {
  display: block !important;
  max-width: 100% !important; }

.product-single__thumbnails img {
  max-height: 100 !important; }

.product-single__thumbnail {
  outline: 0;
  display: block;
  border: 2px solid transparent; }
  .product-single__thumbnail.active-thumb {
    border-color: black; }

.product-single__view-in-space {
  background-color: rgba(0, 0, 0, 0.08);
  border: none;
  width: 100%;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 1em;
  color: black; }
  .product-single__view-in-space:not(.product-single__view-in-space--multi) {
    visibility: hidden; }
  @media screen and (min-width: 590px) {
    .product-single__view-in-space[data-shopify-xr-hidden] {
      display: none; } }
  .product-single__view-in-space:hover .product-single__view-in-space-text, .product-single__view-in-space:focus .product-single__view-in-space-text {
    position: relative; }
    .product-single__view-in-space:hover .product-single__view-in-space-text::after, .product-single__view-in-space:focus .product-single__view-in-space-text::after {
      content: '';
      width: 100%;
      display: block;
      border-bottom: 1px solid currentColor;
      bottom: 3px;
      position: absolute; }
  .product-single__view-in-space .icon {
    height: 16px;
    width: 14px;
    margin-right: 8px;
    fill: transparent; }
    .product-single__view-in-space .icon .icon-3d-badge-full-color-outline {
      stroke: none; }
    .product-single__view-in-space .icon .icon-3d-badge-full-color-element {
      fill: currentColor;
      opacity: 1; }

.product-single__view-in-space--disabled {
  display: none; }

.product-single__media-group.slick-initialized {
  margin-bottom: 0; }

.product-single__media-group.slick-initialized ~ .product-single__view-in-space:not([data-shopify-xr-hidden]),
.product-single__media-group--single-xr ~ .product-single__view-in-space:not([data-shopify-xr-hidden]) {
  visibility: visible; }
.product-single__media-group.slick-initialized .product-single__view-in-space--multi,
.product-single__media-group--single-xr .product-single__view-in-space--multi {
  display: none; }

@media screen and (min-width: 591px) {
  .product-single__media-flex-wrapper {
    margin-bottom: 15px; }

  .product-single__media-group--single-xr .product-single__media-flex-wrapper {
    margin-bottom: 0; }
  .product-single__media-group--single-xr ~ .product-single__thumbnails {
    margin-top: 15px; } }
.shopify-payment-button {
  margin: 10px 10px 0 0;
  min-width: 155px;
  flex: auto; }
  .product-single__add-to-cart--full-width .shopify-payment-button {
    margin-right: 0; }
  .shopify-payment-button .shopify-payment-button__button {
    border-radius: 0; }
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-right: 0;
    width: 100%;
    min-height: 44px;
    font-size: 0.8125em; }
    .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
      background-color: #f7a162 !important; }
    .shopify-payment-button .shopify-payment-button__button--unbranded:active {
      background-color: #9a4508 !important; }
  .shopify-payment-button .shopify-payment-button__more-options {
    font-size: 0.875em;
    color: black;
    white-space: nowrap;
    text-decoration: underline;
    padding: 0 15px; }
    .shopify-payment-button .shopify-payment-button__more-options:hover, .shopify-payment-button .shopify-payment-button__more-options:focus {
      color: #1f1f1f; }
    .shopify-payment-button .shopify-payment-button__more-options:active {
      color: #3d3d3d; }

.product-unit-price {
  color: black;
  display: block; }

/* ===================index ========================*/
.section-header__subtitle {
  font-size: 18px; }

#shopify-section-featured-products {
  background: #F2F2F2;
  padding-top: 60px;
  padding-bottom: 2%; }

.variant-color-option-box {
  margin-top: 13px; }
  .variant-color-option-box input {
    display: none; }
  .variant-color-option-box label {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .variant-color-option-box label {
        width: 11px;
        height: 11px; } }

.ProductItem__ColorSwatchList {
  overflow: hidden;
  padding-top: 5px;
  padding-left: 5px; }

.ProductItem__ColorSwatchItem {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px; }

.ColorSwatch.is-active::after {
  border: 1px solid #eee; }

.ColorSwatch::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent; }

.ColorSwatch--white::after {
  border: 1px solid #ddd; }

.variant-color-option-box + .grid-product__meta {
  padding-top: 0px; }

.grid-product__price-wrap {
  display: block; }

.form-ajaxtocart {
  padding-left: 13%;
  padding-right: 13%;
  text-align: left; }
  @media only screen and (max-width: 590px) {
    .form-ajaxtocart {
      margin-bottom: 20px; }
      .form-ajaxtocart .btn, .form-ajaxtocart .btn--secondary, .form-ajaxtocart .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .form-ajaxtocart .shopify-payment-button__button--unbranded {
        width: 100%; } }

.icon-list-section .full {
  padding: 0 7vw; }
.icon-list-section ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: space-between; }
  @media only screen and (max-width: 590px) {
    .icon-list-section ul {
      display: block; } }
  @media only screen and (max-width: 590px) {
    .icon-list-section ul li {
      display: inline-block;
      width: 30%;
      vertical-align: top; }
      .icon-list-section ul li p {
        font-size: 14px; } }
  .icon-list-section ul svg {
    margin-bottom: 36px;
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .icon-list-section ul svg {
        width: 40px;
        height: 40px;
        margin-top: 25px;
        margin-bottom: 5px; } }

/* header  search  */
.header-search {
  background: #000; }
  .header-search .wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
  .header-search .sale_points {
    width: 60%;
    color: #fff;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .header-search .sale_points {
        width: 100%;
        text-align: center;
        padding: 2px 0; } }
    .header-search .sale_points li {
      display: inline-block;
      padding-left: 5px; }
    .header-search .sale_points .svg_span {
      padding: 2px 4px;
      border-radius: 20px; }
      .header-search .sale_points .svg_span svg {
        transform: translateY(3px); }
    .header-search .sale_points li:nth-of-type(even) .svg_span {
      background: #FFD027; }
    .header-search .sale_points li:nth-of-type(odd) .svg_span {
      background: #F47E28; }
  .header-search .search-bar {
    width: 40%;
    background: #868686; }
    @media only screen and (max-width: 768px) {
      .header-search .search-bar {
        display: none; } }
    .header-search .search-bar input, .header-search .search-bar button {
      color: #fff;
      background: #868686;
      outline: 0; }
    .header-search .search-bar input::-webkit-input-placeholder {
      color: #fff; }
    .header-search .search-bar input:-moz-placeholder {
      color: #fff; }
    .header-search .search-bar input:-ms-input-placeholder {
      color: #fff; }
    .header-search .search-bar input::-ms-input-placeholder {
      color: #fff; }

/* move fade */
.fadein-1, .fadein-2, .fadein-3, .fadein-4, .fadein-5, .fadein-6, .fadein-7 {
  opacity: 0; }

@keyframes fadein1 {
  0% {
    transform: translateY(20%);
    opacity: 0; }

  100% {
    transform: translateY(0%);
    opacity: 1; } }

@-webkit-keyframes fadein1 {
  0% {
    transform: translateY(20%);
    opacity: 0; }

  100% {
    transform: translateY(0%);
    opacity: 1; } }

@keyframes fadein2 {
  0% {
    transform: translateY(20px);
    opacity: 0; }

  100% {
    transform: translateY(0px);
    opacity: 1; } }

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

  100% {
    transform: translateY(0px);
    opacity: 1; } }

@keyframes fadein3 {
  0% {
    transform: translate(-50%, 20%);
    opacity: 0; }

  100% {
    transform: translate(-50%, 0%);
    opacity: 1; } }

@-webkit-keyframes fadein3 {
  0% {
    transform: translate(-50%, 20%);
    opacity: 0; }

  100% {
    transform: translate(-50%, 0%);
    opacity: 1; } }

.normalmove .fadein-1 {
  animation: fadein1 0.5s linear 0.1s;
  -moz-animation: fadein1 0.5s linear 0.1s;
  /* Firefox */
  -webkit-animation: fadein1 0.5s linear 0.1s;
  /* Safari and Chrome */
  -o-animation: fadein1 0.5s linear 0.1s;
  /* Opera */
  animation-fill-mode: forwards; }
.normalmove .fadein-2 {
  animation: fadein1 0.5s linear 0.5s;
  -moz-animation: fadein1 0.5s linear 0.5s;
  /* Firefox */
  -webkit-animation: fadein1 0.5s linear 0.5s;
  /* Safari and Chrome */
  -o-animation: fadein1 0.5s linear 0.5s;
  /* Opera */
  animation-fill-mode: forwards; }
.normalmove .fadein-3 {
  animation: fadein1 0.5s linear 1s;
  -moz-animation: fadein1 0.5s linear 1s;
  /* Firefox */
  -webkit-animation: fadein1 0.5s linear 1s;
  /* Safari and Chrome */
  -o-animation: fadein1 0.5s linear 1s;
  /* Opera */
  animation-fill-mode: forwards; }
.normalmove .fadein-4 {
  animation: fadein1 0.5s linear 1.5s;
  -moz-animation: fadein1 0.5s linear 1.5s;
  /* Firefox */
  -webkit-animation: fadein1 0.5s linear 1.5s;
  /* Safari and Chrome */
  -o-animation: fadein1 0.5s linear 1.5s;
  /* Opera */
  animation-fill-mode: forwards; }
.normalmove .fadein-5 {
  animation: fadein1 0.5s linear 2s;
  -moz-animation: fadein1 0.5s linear 2s;
  /* Firefox */
  -webkit-animation: fadein1 0.5s linear 2s;
  /* Safari and Chrome */
  -o-animation: fadein1 0.5s linear 2s;
  /* Opera */
  animation-fill-mode: forwards; }
.normalmove .fadein-6 {
  animation: fadein1 0.5s linear 2.5s;
  -moz-animation: fadein1 0.5s linear 2.5s;
  /* Firefox */
  -webkit-animation: fadein1 0.5s linear 2.5s;
  /* Safari and Chrome */
  -o-animation: fadein1 0.5s linear 2.5s;
  /* Opera */
  animation-fill-mode: forwards; }
.normalmove .fadein-7 {
  animation: fadein3 0.5s linear 1.5s;
  -moz-animation: fadein3 0.5s linear 1.5s;
  /* Firefox */
  -webkit-animation: fadein3 0.5s linear 1.5s;
  /* Safari and Chrome */
  -o-animation: fadein3 0.5s linear 1.5s;
  /* Opera */
  animation-fill-mode: forwards; }

/* faq section */
.faq_section .section-header__title {
  margin-bottom: 3vw; }

.faq-wrapper {
  padding: 5vw 0; }
  @media only screen and (max-width: 768px) {
    .faq-wrapper {
      padding: 10vw 0; } }

.faq-box .item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #C4C4C4; }
  .faq-box .item:first-child {
    border-top: 1px solid #C4C4C4; }
  .faq-box .item.active .content {
    display: block; }
.faq-box .content {
  padding-left: 70px; }
  @media only screen and (max-width: 768px) {
    .faq-box .content {
      padding-left: 50px; } }
.faq-box .title {
  font-size: 18px;
  color: #363636;
  position: relative;
  padding: 18px 10px 18px 50px;
  cursor: pointer;
  font-weight: bold; }
  .faq-box .title::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 27px;
    color: #000;
    height: 53px;
    width: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 7H14' stroke='black' stroke-width='2'/%3E %3Cpath d='M7 14L7 5.96046e-07' stroke='black' stroke-width='2'/%3E %3C/svg%3E "); }
  .faq-box .title.active::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 1H14' stroke='black' stroke-width='2'/%3E %3C/svg%3E "); }
.faq-box .content {
  display: none; }

/* featured_collection_temp  */
.featured_product_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important; }
  @media only screen and (max-width: 590px) {
    .featured_product_wrapper {
      flex-wrap: wrap; } }
  .featured_product_wrapper:hover {
    box-shadow: none !important; }
  @media (min-width: 591px) {
    .featured_product_wrapper .grid-product__image-wrapper {
      flex: 1 0 52%;
      width: 52%; } }
  @media only screen and (max-width: 590px) {
    .featured_product_wrapper .grid-product__image-wrapper {
      flex: 1 0 100%;
      width: 100%; } }
  .featured_product_wrapper .grid-product__image-wrapper:hover {
    box-shadow: none; }
  @media (min-width: 591px) {
    .featured_product_wrapper .grid-product__meta-box {
      flex: 1 0 48%;
      width: 48%; } }
  @media only screen and (max-width: 590px) {
    .featured_product_wrapper .grid-product__meta-box {
      flex: 1 0 100%;
      width: 100%; } }
  .featured_product_wrapper .grid-product__title {
    font-weight: 400;
    font-size: 26px; }
    @media only screen and (max-width: 1100px) {
      .featured_product_wrapper .grid-product__title {
        font-size: 20px; } }

.feature_iconlist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .feature_iconlist {
      border-top: 1px dashed #7D7D7D;
      padding-top: 20px;
      margin: 0; } }
  .feature_iconlist:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: -50px;
    border-left: 1px dashed #7D7D7D; }
  .feature_iconlist li {
    display: flex;
    width: 50%;
    margin-bottom: 30px; }
    @media (min-width: 591px) and (max-width: 768px) {
      .feature_iconlist li {
        width: 33%;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 590px) {
      .feature_iconlist li {
        margin-bottom: 26px; } }
    .feature_iconlist li svg {
      margin-right: 10px; }
      @media only screen and (max-width: 590px) {
        .feature_iconlist li svg {
          width: 30px;
          height: 30px; } }
    .feature_iconlist li p {
      margin-bottom: 0; }
      @media only screen and (max-width: 590px) {
        .feature_iconlist li p {
          font-size: 14px; } }

/* section: video-mp4-text */
.video-mp4-text {
  position: relative; }
  .video-mp4-text video {
    display: block;
    width: 100%; }
  .video-mp4-text .mp4-text-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .video-mp4-text .mp4-text-align {
    display: table;
    width: 50%;
    height: 100%;
    max-width: 100%;
    padding: 0 5vw; }
    @media only screen and (max-width: 1100px) {
      .video-mp4-text .mp4-text-align {
        width: 100%; } }
  .video-mp4-text .mp4-text-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: .94rem .6rem 0;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease; }
    .video-mp4-text .mp4-text-content h2, .video-mp4-text .mp4-text-content .h2 {
      text-transform: uppercase; }

.mobile_line3 {
  padding: 0 5vw 5vw 5vw;
  color: #000; }
  @media only screen and (min-width: 769px) {
    .mobile_line3 {
      display: none; } }

.mobile_line2 {
  padding: 5vw 5vw 0 5vw;
  color: #000 !important; }
  @media only screen and (min-width: 769px) {
    .mobile_line2 {
      display: none; } }

/* icon grid  */
.icon-grid-section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.5s ease;
  opacity: 1;
  margin-left: 0; }
  .icon-grid-section ul li {
    width: 25%;
    display: flex;
    align-items: flex-start; }
    @media (min-width: 591px) and (max-width: 768px) {
      .icon-grid-section ul li {
        width: 50%; } }
    @media only screen and (max-width: 590px) {
      .icon-grid-section ul li {
        width: 50%;
        flex-wrap: wrap; } }
    .icon-grid-section ul li h4, .icon-grid-section ul li .h4 {
      font-size: 18px; }
    .icon-grid-section ul li p {
      font-size: 14px; }
    .icon-grid-section ul li .left-box {
      width: 60px; }
      @media only screen and (max-width: 590px) {
        .icon-grid-section ul li .left-box {
          width: 100%; } }
    .icon-grid-section ul li .right-box {
      width: calc(100% - 60px); }
      @media only screen and (max-width: 590px) {
        .icon-grid-section ul li .right-box {
          width: 100%;
          padding-right: 5px; } }
@media only screen and (max-width: 590px) {
  .icon-grid-section .temphide {
    height: 0;
    opacity: 0; } }
.icon-grid-section .btn-viewmore {
  display: none;
  margin: auto;
  z-index: 2;
  position: relative; }
  @media only screen and (max-width: 590px) {
    .icon-grid-section .btn-viewmore {
      display: block; } }

/* dimentions-sizing-section  */
.dimentions-sizing-section {
  padding-top: 4vw;
  padding-bottom: 2vw; }
  .dimentions-sizing-section .wrapper {
    max-width: 100%;
    padding: 0 8vw; }
  .dimentions-sizing-section .dimentions-list {
    list-style: none;
    margin-left: 0;
    max-width: 355px; }
    @media only screen and (min-width: 591px) and (max-width: 790px) {
      .dimentions-sizing-section .dimentions-list {
        margin: 0 auto; } }
    .dimentions-sizing-section .dimentions-list li {
      display: flex;
      justify-content: space-between;
      padding: 3px 15px;
      border-radius: 30px;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer; }
      .dimentions-sizing-section .dimentions-list li:hover {
        background: #F47E28;
        color: #fff; }
        .dimentions-sizing-section .dimentions-list li:hover .index-text {
          color: #fff; }
      .dimentions-sizing-section .dimentions-list li.active {
        background: #F47E28;
        color: #fff; }
        .dimentions-sizing-section .dimentions-list li.active .index-text {
          color: #fff; }
  .dimentions-sizing-section .index-text {
    color: #F47E28;
    margin-right: 13px; }
  .dimentions-sizing-section .dimentions-chart {
    position: relative; }
    @media screen and (min-width: 769px) {
      .dimentions-sizing-section .dimentions-chart {
        padding: 4%;
        padding-right: 20%; } }
    .dimentions-sizing-section .dimentions-chart .point {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      z-index: 5;
      cursor: pointer; }
      .dimentions-sizing-section .dimentions-chart .point span {
        border-radius: 100%;
        background: #C6C6C6;
        color: #fff;
        width: 13%;
        height: 13%;
        max-width: 44px;
        max-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 3; }
        @media (min-width: 769px) and (max-width: 1459px) {
          .dimentions-sizing-section .dimentions-chart .point span {
            width: 100%;
            height: 100%; } }
        @media screen and (min-width: 1460px) {
          .dimentions-sizing-section .dimentions-chart .point span {
            font-size: 24px;
            width: 40px;
            height: 40px; } }
        @media only screen and (min-width: 591px) and (max-width: 790px) {
          .dimentions-sizing-section .dimentions-chart .point span {
            width: 35px;
            height: 35px; } }
        @media only screen and (max-width: 590px) {
          .dimentions-sizing-section .dimentions-chart .point span {
            width: 16px;
            height: 16px;
            font-size: 14px; } }
      .dimentions-sizing-section .dimentions-chart .point.active span {
        background: #F47E28; }
      @media (min-width: 769px) and (max-width: 1459px) {
        .dimentions-sizing-section .dimentions-chart .point {
          width: 13%;
          height: 13%;
          max-width: 30px;
          max-height: 30px; } }
      @media screen and (min-width: 1460px) {
        .dimentions-sizing-section .dimentions-chart .point {
          font-size: 24px;
          width: 40px;
          height: 40px; } }
  .dimentions-sizing-section .right-dimentions {
    text-align: center;
    list-style: none;
    font-weight: 600;
    margin-left: 0; }
    @media (min-width: 769px) {
      .dimentions-sizing-section .right-dimentions {
        position: absolute;
        right: 0;
        top: 0; } }
    @media only screen and (max-width: 768px) {
      .dimentions-sizing-section .right-dimentions {
        margin-top: 50px; } }
    @media (min-width: 591px) and (max-width: 768px) {
      .dimentions-sizing-section .right-dimentions {
        display: flex; } }
    @media (min-width: 591px) and (max-width: 768px) {
      .dimentions-sizing-section .right-dimentions li {
        width: 33%; } }
    @media (min-width: 769px) {
      .dimentions-sizing-section .right-dimentions li:after {
        content: "";
        position: absolute;
        width: 44px;
        height: 3px;
        background: linear-gradient(89.92deg, #f47e28 -5.58%, rgba(244, 126, 40, 0.1) 105.67%);
        border-radius: 30px;
        left: 0;
        right: 0;
        margin: auto; } }
    .dimentions-sizing-section .right-dimentions .dimention-name {
      font-size: 18px; }
    .dimentions-sizing-section .right-dimentions .dimention-val {
      color: #F47E28;
      font-size: 30px; }
  .dimentions-sizing-section .point-image {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%; }
    .dimentions-sizing-section .point-image.active {
      display: block;
      z-index: 2; }

/* detail_gallery */
@media only screen and (max-width: 768px) {
  .detail_gallery {
    padding-top: 2vw; } }
@media only screen and (max-width: 590px) {
  .detail_gallery {
    padding-top: 8vw; } }
.detail_gallery .left-navlist {
  padding-left: 9vw;
  padding-right: 9vw; }
  .detail_gallery .left-navlist ul {
    margin-left: 0; }
  .detail_gallery .left-navlist li {
    padding-left: 25px;
    opacity: 0.5;
    position: relative;
    margin-bottom: 20px; }
    @media only screen and (max-width: 590px) {
      .detail_gallery .left-navlist li {
        padding-left: 0; } }
    .detail_gallery .left-navlist li.slick-current {
      opacity: 1; }
    .detail_gallery .left-navlist li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 100%;
      background: #646464;
      border-radius: 30px; }
      @media only screen and (max-width: 590px) {
        .detail_gallery .left-navlist li:before {
          display: none; } }
    .detail_gallery .left-navlist li:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 0;
      background: linear-gradient(180deg, #f47e28 0%, rgba(244, 126, 40, 0.1) 100%);
      border-radius: 30px; }
      @media only screen and (max-width: 590px) {
        .detail_gallery .left-navlist li:after {
          display: none; } }
    .detail_gallery .left-navlist li.slick-current:after {
      height: 100%;
      -moz-animation: gallery_linee 1s linear;
      /* Firefox */
      -webkit-animation: gallery_linee 1s linear;
      /* Safari and Chrome */
      -o-animation: gallery_linee 1s linear;
      /* Opera */ }
.detail_gallery h3, .detail_gallery .h3 {
  font-size: 24px; }
.detail_gallery .text {
  font-size: 14px; }
@media (min-width: 591px) {
  .detail_gallery .del_text .slick-track {
    transform: translate3d(0px, 0, 0px) !important; } }
@media (max-width: 591px) {
  .detail_gallery .del_text .slick-dots li {
    width: 20%;
    height: 2px;
    opacity: 1; }
  .detail_gallery .del_text .slick-dots button {
    width: 100%;
    height: 100%; }
  .detail_gallery .del_text .slick-dots li button:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    background-color: #222; }
  .detail_gallery .del_text .slick-dots li.slick-active button:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #f47e28;
    opacity: 1;
    margin: .3rem 0 0 .3rem; } }
.detail_gallery .del_gallery {
  margin-bottom: 0; }
  @media (min-width: 591px) and (max-width: 768px) {
    .detail_gallery .del_gallery {
      padding: 0 16vw; } }
@media only screen and (max-width: 590px) {
  .detail_gallery .leftbox {
    order: 2; }
  .detail_gallery .rightbox {
    order: 1; } }

@keyframes gallery_linee {
  from {
    height: 0; }

  to {
    height: 100%; } }

@-o-keyframes gallery_linee {
  from {
    height: 0; }

  to {
    height: 100%; } }

@-webkit-keyframes gallery_linee {
  from {
    height: 0; }

  to {
    height: 100%; } }

@-moz-keyframes gallery_linee {
  from {
    height: 0; }

  to {
    height: 100%; } }

/*  section sticky-nav  */
.subMenu {
  padding: 0;
  border: 1px solid #000;
  margin-bottom: 20px; }

.subMenu.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 5; }

.subNavBtn {
  padding: 3px 2vw;
  margin: 2px 2vw;
  text-align: center; }

.subNavBtn span {
  position: relative;
  z-index: 2; }

@media only screen and (max-width: 590px) {
  .subNavBtn {
    margin: 10px;
    width: auto;
    font-size: 12px; } }
@media only screen and (max-width: 768px) {
  .subMenu {
    overflow: auto; }

  .subMenu .wrapper {
    width: 215%;
    position: relative;
    z-index: 1; } }
.section {
  margin: 0 0 5vw 0; }

/* product images */
.product-single__media-flex-wrapper.isfeatured {
  display: block; }

.product-single__media-flex-wrapper {
  display: none; }

/*  header */
.site-nav, .site-nav--mobile {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .site-nav, .site-nav--mobile {
      justify-content: space-between; } }

.site-nav--mobile {
  align-items: center; }

@media only screen and (max-width: 590px) {
  .site-nav--mobile .site-nav__link {
    vertical-align: bottom; } }
.search-header-item--compressed {
  display: none; }

.fixed-header .search-header-item--compressed {
  display: block; }

.grid-collage .grid-product__wrapper {
  padding-top: 20px; }

.featured-reviews {
  background-size: cover; }

.product-single {
  margin-bottom: 55px; }

/* eride temp */
.qr-side-buy-btn {
  position: fixed;
  right: -137px;
  bottom: 30%;
  z-index: 3;
  transition: all 0.2s ease;
  z-index: 2; }
  .qr-side-buy-btn.active {
    right: 0; }
  .qr-side-buy-btn .hidebox {
    width: 137px;
    background: #FBFBFD;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px 0px 0px 0px;
    padding: 10px;
    text-align: center; }
  .qr-side-buy-btn .qr-btn {
    position: absolute;
    width: 23px;
    height: 56px;
    background: #F47E28;
    border-radius: 10px 0px 0px 10px;
    bottom: 0;
    left: -23px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5; }
  .qr-side-buy-btn .btn, .qr-side-buy-btn .btn--secondary, .qr-side-buy-btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .qr-side-buy-btn .shopify-payment-button__button--unbranded {
    padding: 2px 15px !important; }

/*  home feature blog */
.featured-blog {
  position: relative; }
  .featured-blog .featured-blog-area .grid__item {
    outline: 0;
    margin: 0 50px;
    padding-left: 0; }
    @media only screen and (max-width: 768px) {
      .featured-blog .featured-blog-area .grid__item {
        margin: 0 15px; } }
  .featured-blog .article__featured-image-wrapper img {
    opacity: 0.5; }
  .featured-blog .slick-current .article__featured-image-wrapper img {
    opacity: 1 !important; }

.template-page .main-content {
  min-height: 400px;
  padding-bottom: 50px; }

.template-article .rte {
  padding: 0 10px; }
