/** Shopify CDN: Minification failed

Line 153:2 Expected identifier but found "*"
Line 1747:2 Expected identifier but found "*"
Line 1857:2 Expected identifier but found "*"
Line 2791:2 Expected identifier but found "*"
Line 5442:22 Unexpected "{"

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

[data-icon]:before {
  font-family: "dlumiere" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="lumi-"]:before,
[class*=" lumi-"]:before {
  font-family: "dlumiere" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lumi-youtube:before {
  content: "\61"; }

.lumi-shopee:before {
  content: "\62"; }

.lumi-magnifying:before {
  content: "\63"; }

.lumi-instagram:before {
  content: "\64"; }

.lumi-heart:before {
  content: "\65"; }

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

.lumi-burgermenu:before {
  content: "\67"; }

.lumi-business:before {
  content: "\68"; }

.lumi-paymaya:before {
  content: "\69"; }

.lumi-paypal:before {
  content: "\6a"; }

.lumi-mastercard:before {
  content: "\6b"; }

.lumi-visa-pay:before {
  content: "\6c"; }

.lumi-western-union:before {
  content: "\6d"; }

.lumi-bpi:before {
  content: "\6e"; }

.lumi-bdo:before {
  content: "\6f"; }

.lumi-architecture-1:before {
  content: "\45"; }

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

.lumi-close:before {
  content: "\72"; }

.lumi-cancel:before {
  content: "\77"; }

.lumi-remove:before {
  content: "\41"; }

.lumi-down:before {
  content: "\42"; }

.lumi-up:before {
  content: "\44"; }

.lumi-chevron-down:before {
  content: "\70"; }

.lumi-chevron-up:before {
  content: "\71"; }

.lumi-chevron-down-1:before {
  content: "\73"; }

.lumi-chevron-up-1:before {
  content: "\74"; }

@font-face {
  font-family: 'din_alternatebold';
  src: url("dinalternate-bold-webfont.eot");
  src: url("dinalternate-bold-webfont.eot?#iefix") format("embedded-opentype"), url("dinalternate-bold-webfont.woff2") format("woff2"), url("dinalternate-bold-webfont.woff") format("woff"), url("dinalternate-bold-webfont.ttf") format("truetype"), url("dinalternate-bold-webfont.svg#din_alternatebold") format("svg");
  font-weight: normal;
  font-style: normal; }

/*================ THEME SASS HELPERS ================*/
/*================ Prefix mixins ================*/
/*================ SASS VARIABLES & SETTINGS ================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ Color Variables ================*/
/*================ Z-Index ================*/
/*================ Drawers ================*/
/*================ Right to left ================*/
/*================ Style mixins ================*/
/*================ #Mixins ================*/
/*================ Media Query Mixin ================*/
/*================ Media Query IE z-index Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  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 {
  *zoom: 1; }
  .grid:after {
    content: '';
    display: table;
    clear: both; }

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px; }

.grid__item {
  float: left;
  padding-left: 20px;
  width: 100%;
  -ms-flex-preferred-size: auto !important;
  -webkit-flex-basis: auto !important;
  -moz-flex-basis: auto !important;
  flex-basis: auto !important; }

.grid__item[class*="--push"] {
  position: relative; }

/*================ Flex grid ================*/
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.flex__item {
  position: relative;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: auto !important;
  min-width: 0; }

.flex__item--fixed {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }

/* Halves */
.one-half {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  flex-basis: 33.33333%; }

.two-thirds {
  width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  flex-basis: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%; }

.two-quarters {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

.three-quarters {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%; }

/* Fifths */
.one-fifth {
  width: 20%;
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  flex-basis: 20%; }

.two-fifths {
  width: 40%;
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  flex-basis: 40%; }

.three-fifths {
  width: 60%;
  -ms-flex-preferred-size: 60%;
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  flex-basis: 60%; }

.four-fifths {
  width: 80%;
  -ms-flex-preferred-size: 80%;
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  flex-basis: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  flex-basis: 16.66667%; }

.two-sixths {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  flex-basis: 33.33333%; }

.three-sixths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

.four-sixths {
  width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  flex-basis: 66.66667%; }

.five-sixths {
  width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  flex-basis: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  -webkit-flex-basis: 12.5%;
  -moz-flex-basis: 12.5%;
  flex-basis: 12.5%; }

.two-eighths {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%; }

.three-eighths {
  width: 37.5%;
  -ms-flex-preferred-size: 37.5%;
  -webkit-flex-basis: 37.5%;
  -moz-flex-basis: 37.5%;
  flex-basis: 37.5%; }

.four-eighths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

.five-eighths {
  width: 62.5%;
  -ms-flex-preferred-size: 62.5%;
  -webkit-flex-basis: 62.5%;
  -moz-flex-basis: 62.5%;
  flex-basis: 62.5%; }

.six-eighths {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%; }

.seven-eighths {
  width: 87.5%;
  -ms-flex-preferred-size: 87.5%;
  -webkit-flex-basis: 87.5%;
  -moz-flex-basis: 87.5%;
  flex-basis: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%;
  -ms-flex-preferred-size: 10%;
  -webkit-flex-basis: 10%;
  -moz-flex-basis: 10%;
  flex-basis: 10%; }

.two-tenths {
  width: 20%;
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  flex-basis: 20%; }

.three-tenths {
  width: 30%;
  -ms-flex-preferred-size: 30%;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  flex-basis: 30%; }

.four-tenths {
  width: 40%;
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  flex-basis: 40%; }

.five-tenths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

.six-tenths {
  width: 60%;
  -ms-flex-preferred-size: 60%;
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  flex-basis: 60%; }

.seven-tenths {
  width: 70%;
  -ms-flex-preferred-size: 70%;
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  flex-basis: 70%; }

.eight-tenths {
  width: 80%;
  -ms-flex-preferred-size: 80%;
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  flex-basis: 80%; }

.nine-tenths {
  width: 90%;
  -ms-flex-preferred-size: 90%;
  -webkit-flex-basis: 90%;
  -moz-flex-basis: 90%;
  flex-basis: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  flex-basis: 8.33333%; }

.two-twelfths {
  width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  flex-basis: 16.66667%; }

.three-twelfths {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%; }

.four-twelfths {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  flex-basis: 33.33333%; }

.five-twelfths {
  width: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  -moz-flex-basis: 41.66667%;
  flex-basis: 41.66667%; }

.six-twelfths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%; }

.seven-twelfths {
  width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  -moz-flex-basis: 58.33333%;
  flex-basis: 58.33333%; }

.eight-twelfths {
  width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  flex-basis: 66.66667%; }

.nine-twelfths {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%; }

.ten-twelfths {
  width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  flex-basis: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  -moz-flex-basis: 91.66667%;
  flex-basis: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /** Whole */
  .small--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .small--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .small--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .small--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .small--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .small--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .small--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .small--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .small--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .small--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .small--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .small--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .small--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .small--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%; }

  .small--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .small--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%; }

  .small--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .small--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .small--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .small--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%; }

  .small--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  .small--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .small--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .small--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .small--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .small--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .small--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .small--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

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

  .small--hide {
    display: none !important; } }
@media only screen and (min-width: 750px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-up--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .medium-up--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .medium-up--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .medium-up--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .medium-up--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-up--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .medium-up--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .medium-up--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%; }

  .medium-up--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .medium-up--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%; }

  .medium-up--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .medium-up--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .medium-up--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%; }

  .medium-up--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  .medium-up--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

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

  .medium-up--hide {
    display: none !important; } }
@media only screen and (min-width: 990px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-up--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .large-up--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .large-up--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .large-up--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .large-up--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .large-up--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-up--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .large-up--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .large-up--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .large-up--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .large-up--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .large-up--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .large-up--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%; }

  .large-up--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%; }

  .large-up--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%; }

  .large-up--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%; }

  .large-up--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%; }

  .large-up--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%; }

  .large-up--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%; }

  .large-up--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .large-up--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .large-up--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%; }

  .large-up--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-up--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .large-up--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .large-up--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .large-up--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%; }

  .large-up--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .large-up--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

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

  .large-up--hide {
    display: none !important; } }
/*================ Grid Push Classes ================*/
@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

*, *:before, *:after {
  box-sizing: border-box; }

*:focus {
  outline: none; }

html, body {
  overflow-x: hidden; }

body {
  margin: 0 !important;
  transition: opacity ease-out 1200ms; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button:focus {
  outline: none; }

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

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

td,
th {
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

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

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

.visually-hidden, .icon__fallback-text, .no-js .lazyload, .no-js .article__photo-wrapper, .no-js .image-content__image-wrapper {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

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

.outline-none {
  outline: 0; }
  .outline-none:hover, .outline-none:focus, .outline-none:active {
    outline: 0; }

.box-shadow-none {
  box-shadow: none !important; }
  .box-shadow-none:hover, .box-shadow-none:focus, .box-shadow-none:active {
    box-shadow: none !important; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #666666;
  background-color: white;
  padding: var(--g-hgutter);
  z-index: 10000;
  transition: none; }

/*================ #Basic Styles ================*/
body,
html {
  background-color: white; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
.container, .container-fluid, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-2-4, .col-9-6, .col-sm-2-4, .col-sm-9-6, .col-md-2-4, .col-md-9-6, .col-lg-2-4, .col-lg-9-6 {
  padding-left: var(--g-hgutter);
  padding-right: var(--g-hgutter); }

.container-fluid {
  padding: 0 20px; }
  @media only screen and (min-width: 990px) {
    .container-fluid {
      padding: 0 80px; } }

.row {
  margin-right: calc(0px - var(--g-hgutter));
  margin-left: calc(0px - var(--g-hgutter)); }
  .row.no-gutters {
    margin-right: 0;
    margin-left: 0; }

.col-2-4, .col-9-6 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.col-9-6 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

@media (min-width: 576px) {
  .col-sm-2-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-sm-9-6 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; } }
@media (min-width: 768px) {
  .col-md-2-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-md-9-6 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; } }
@media (min-width: 992px) {
  .col-lg-2-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-lg-9-6 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; } }
.page-width {
  *zoom: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--g-hgutter); }
  .page-width:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 750px) {
    .page-width {
      padding: 0 var(--g-gutter); } }

/*================ Typography ================*/
blockquote p + cite {
  margin-top: var(--g-hgutter); }
blockquote cite {
  display: block; }
  blockquote cite:before {
    content: '\2014 \0020'; }

code, pre {
  font-family: Consolas,monospace;
  font-size: 1em; }

pre {
  overflow: auto; }

.blockquote {
  position: relative;
  font-size: 16px; }

/*================ #Icons ================*/
svg, .icon, [class^=icon-] {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  font-size: 16px;
  fill: currentColor; }
  .no-svg svg, .no-svg .icon, .no-svg [class^=icon-] {
    display: none; }
  .iconx2 svg, .iconx2 .icon, .iconx2 [class^=icon-] {
    width: 25px;
    height: 25px;
    font-size: 25px; }
  .iconx3 svg, .iconx3 .icon, .iconx3 [class^=icon-] {
    width: 30px;
    height: 30px;
    font-size: 30px; }
  .iconx4 svg, .iconx4 .icon, .iconx4 [class^=icon-] {
    width: 35px;
    height: 35px;
    font-size: 35px; }
  .iconx5 svg, .iconx5 .icon, .iconx5 [class^=icon-] {
    width: 40px;
    height: 40px;
    font-size: 40px; }
  .iconx6 svg, .iconx6 .icon, .iconx6 [class^=icon-] {
    width: 45px;
    height: 45px;
    font-size: 45px; }
  .iconx7 svg, .iconx7 .icon, .iconx7 [class^=icon-] {
    width: 50px;
    height: 50px;
    font-size: 50px; }
  .iconx8 svg, .iconx8 .icon, .iconx8 [class^=icon-] {
    width: 55px;
    height: 55px;
    font-size: 55px; }
  .iconx9 svg, .iconx9 .icon, .iconx9 [class^=icon-] {
    width: 60px;
    height: 60px;
    font-size: 60px; }
  .iconx10 svg, .iconx10 .icon, .iconx10 [class^=icon-] {
    width: 65px;
    height: 65px;
    font-size: 65px; }
  .iconx11 svg, .iconx11 .icon, .iconx11 [class^=icon-] {
    width: 70px;
    height: 70px;
    font-size: 70px; }
  .iconx12 svg, .iconx12 .icon, .iconx12 [class^=icon-] {
    width: 75px;
    height: 75px;
    font-size: 75px; }
  .iconx13 svg, .iconx13 .icon, .iconx13 [class^=icon-] {
    width: 80px;
    height: 80px;
    font-size: 80px; }
  .iconx14 svg, .iconx14 .icon, .iconx14 [class^=icon-] {
    width: 85px;
    height: 85px;
    font-size: 85px; }
  .iconx15 svg, .iconx15 .icon, .iconx15 [class^=icon-] {
    width: 90px;
    height: 90px;
    font-size: 90px; }

.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*================ Global Lazyload ================*/
.lazyload, .lazyloading {
  opacity: 0.3; }

.lazyloaded {
  opacity: 1;
  transition: opacity 0.2s; }

img[data-sizes="auto"] {
  display: block;
  width: 100%; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons li {
    margin-right: 5px; }
  .payment-icons .icon, .payment-icons [class^=icon-] {
    width: 38px;
    height: 24px; }
  .payment-icons .icon--wide {
    width: 55px; }

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

ol {
  list-style: decimal; }

.list-styled {
  padding-left: 30px; }
  .rtl .list-styled {
    padding-right: 30px;
    padding-left: inherit; }

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

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

/*================ #Rich Text Editor ================*/
.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*================ #Links and Buttons ================*/
.btn {
  cursor: pointer;
  border-radius: 0px; }
  .btn.focus, .btn:focus {
    box-shadow: none; }

.btn-link {
  color: var(--g-main);
  text-decoration: none; }
  .btn-link:hover, .btn-link:active, .btn-link:focus {
    text-decoration: none;
    color: #e98935; }

.btn-primary {
  border: 1px solid var(--g-main);
  background-color: var(--g-main);
  color: white; }
  .btn-primary.disabled {
    border: 1px solid var(--g-main);
    background-color: var(--g-main);
    color: white; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #e98935 !important;
    color: white !important;
    border-color: #e98935 !important;
    box-shadow: none !important; }

.btn-theme, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-summary-actions-newreview,
.rte .btn-theme,
.rte .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .rte .shopify-payment-button__button--unbranded,
.rte .spr-summary-actions-newreview {
  padding: 15px 30px;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid transparent;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--g-main);
  color: white; }
  .btn-theme:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .spr-summary-actions-newreview:hover,
  .rte .btn-theme:hover,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:hover,
  .rte .spr-summary-actions-newreview:hover {
    background-color: #eea463;
    color: white; }
  .btn-theme:active, .shopify-payment-button .shopify-payment-button__button--unbranded:active, .spr-summary-actions-newreview:active, .btn-theme:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus, .spr-summary-actions-newreview:focus,
  .rte .btn-theme:active,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:active,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:active,
  .rte .spr-summary-actions-newreview:active,
  .rte .btn-theme:focus,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:focus,
  .rte .spr-summary-actions-newreview:focus {
    background-color: #e98935;
    color: white;
    box-shadow: none; }
  .btn-theme[disabled], .shopify-payment-button [disabled].shopify-payment-button__button--unbranded, [disabled].spr-summary-actions-newreview,
  .rte .btn-theme[disabled],
  .rte .shopify-payment-button [disabled].shopify-payment-button__button--unbranded,
  .shopify-payment-button .rte [disabled].shopify-payment-button__button--unbranded,
  .rte [disabled].spr-summary-actions-newreview {
    cursor: default;
    color: gray;
    background-color: #e0e0e0; }
  .btn-theme .icon, .shopify-payment-button .shopify-payment-button__button--unbranded .icon, .spr-summary-actions-newreview .icon, .btn-theme [class^=icon-], .shopify-payment-button .shopify-payment-button__button--unbranded [class^=icon-], .spr-summary-actions-newreview [class^=icon-],
  .rte .btn-theme .icon,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded .icon,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded .icon,
  .rte .spr-summary-actions-newreview .icon,
  .rte .btn-theme [class^=icon-],
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded [class^=icon-],
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded [class^=icon-],
  .rte .spr-summary-actions-newreview [class^=icon-] {
    fill: currentColor;
    path: currentColor; }

.btn-gradient {
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(top, black 0%, #f3bf91 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #f3bf91));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, black 0%, #f3bf91 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, black 0%, #f3bf91 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, black 0%, #f3bf91 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, black 0%, #f3bf91 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: white;
  border: none; }
  .btn-gradient:hover {
    opacity: 0.8; }

.btn-submit {
  width: auto !important;
  padding: 14px 100px;
  background: #000; }
  .btn-submit:hover {
    background: #353535; }

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

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

th {
  font-weight: bold; }

th, td {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1); }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table thead {
    display: none; }
  .responsive-table tr {
    display: block; }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: var(--g-hgutter);
    margin: 0; }
  .responsive-table td:before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: var(--g-font-size);
    padding-right: 10px; } }
.responsive-table__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden; }

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

/*================ Forms ================*/
@media only screen and (max-width: 989px) {
  input,
  select,
  textarea {
    font-size: calc(var(--g-font-size) + 2px); } }
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 var(--g-gutter);
  padding: var(--g-hgutter); }

legend {
  border: 0;
  padding: 0; }

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

input,
textarea,
select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  max-width: 100%; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #b5b5b5;
    outline: none; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #e0e0e0;
    border-color: gray; }

/*================ Error styles ================*/
input.input--error,
select.input--error,
textarea.input--error {
  border-color: #ec523e;
  background-color: #ec523e;
  color: #ec523e; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//dlumiere.com.au/cdn/shop/t/11/assets/ico-select.svg?v=151699468885939651611684751808");
  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: bold; }

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

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

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

label[for] {
  cursor: pointer; }

/*================ Theme object ================*/
.is_stuck {
  padding-top: 30px; }

.border-radius-0 {
  border-radius: 0 !important; }

.text-theme {
  color: var(--g-main) !important; }

.text-theme-50 {
  color: rgba(243, 191, 145, 0.5) !important; }

.bg-theme {
  background-color: var(--g-main) !important; }

.bg-theme-light {
  background-color: #f8dabf !important; }

.bg-theme-dark {
  background-color: #eea463 !important; }

.bg-theme-50 {
  background-color: rgba(243, 191, 145, 0.5) !important; }

.border-theme {
  border-color: var(--g-main) !important; }

.text-hover-theme:hover, .text-theme-hover:hover {
  color: var(--g-main) !important; }

.font-family-1 {
  /*font-family: var(--g-font-1)*/
  font-family: 'din_alternatebold'; }

.font-family-2 {
  font-family: var(--g-font-2); }

.font-family-3 {
  font-family: var(--g-font-3); }

.fz {
  font-size: var(--g-font-size); }

.fz-1 {
  font-size: calc(var(--g-font-size) + 1px); }

.fz-2 {
  font-size: calc(var(--g-font-size) + 2px); }

.fz-3 {
  font-size: calc(var(--g-font-size) + 3px); }

.fz-4 {
  font-size: calc(var(--g-font-size) + 4px); }

.fz-5 {
  font-size: calc(var(--g-font-size) + 5px); }

.fz-6 {
  font-size: calc(var(--g-font-size) + 6px); }

.fz-7 {
  font-size: calc(var(--g-font-size) + 7px); }

.fz-8 {
  font-size: calc(var(--g-font-size) + 8px); }

.fz-9 {
  font-size: calc(var(--g-font-size) + 9px); }

.fz-10 {
  font-size: calc(var(--g-font-size) + 10px); }

.fz-n1 {
  font-size: calc(var(--g-font-size) - 1px); }

.fz-n2 {
  font-size: calc(var(--g-font-size) - 2px); }

.fz-n3 {
  font-size: calc(var(--g-font-size) - 3px); }

.fz-n4 {
  font-size: calc(var(--g-font-size) - 4px); }

.fz-n5 {
  font-size: calc(var(--g-font-size) - 5px); }

.transition {
  transition: all ease .45s; }
  .transition:before, .transition:after {
    transition: all ease .45s; }

.position-absolute-100 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.rating {
  padding-left: 0;
  list-style: none; }
  .rating li {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyBmaWxsPSIjZGRkIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTUuODY3IDU1Ljg2NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTUuODY3IDU1Ljg2NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTU1LjgxOCwyMS41NzhjLTAuMTE4LTAuMzYyLTAuNDMxLTAuNjI2LTAuODA4LTAuNjgxTDM2LjkyLDE4LjI2OEwyOC44MywxLjg3NmMtMC4xNjgtMC4zNDItMC41MTYtMC41NTgtMC44OTYtMC41NTgNCglzLTAuNzI5LDAuMjE2LTAuODk2LDAuNTU4bC04LjA5MSwxNi4zOTNsLTE4LjA5LDIuNjI5Yy0wLjM3NywwLjA1NS0wLjY4OSwwLjMxOC0wLjgwOCwwLjY4MWMtMC4xMTcsMC4zNjEtMC4wMiwwLjc1OSwwLjI1MywxLjAyNA0KCWwxMy4wOTEsMTIuNzZsLTMuMDkxLDE4LjAxOGMtMC4wNjQsMC4zNzUsMC4wOSwwLjc1NCwwLjM5NywwLjk3OGMwLjMwOSwwLjIyNiwwLjcxOCwwLjI1NSwxLjA1MywwLjA3NmwxNi4xODItOC41MDZsMTYuMTgsOC41MDYNCgljMC4xNDYsMC4wNzcsMC4zMDcsMC4xMTUsMC40NjYsMC4xMTVjMC4yMDcsMCwwLjQxMy0wLjA2NCwwLjU4OC0wLjE5MWMwLjMwOC0wLjIyNCwwLjQ2Mi0wLjYwMywwLjM5Ny0wLjk3OGwtMy4wOS0xOC4wMTcNCglsMTMuMDkxLTEyLjc2MUM1NS44MzgsMjIuMzM2LDU1LjkzNiwyMS45MzksNTUuODE4LDIxLjU3OHoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K); }
    .rating li.rated {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTMuODY3IDUzLjg2NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTMuODY3IDUzLjg2NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gc3R5bGU9ImZpbGw6I0VGQ0U0QTsiIHBvaW50cz0iMjYuOTM0LDEuMzE4IDM1LjI1NiwxOC4xODIgNTMuODY3LDIwLjg4NyA0MC40LDM0LjAxMyA0My41NzksNTIuNTQ5IDI2LjkzNCw0My43OTggDQoJMTAuMjg4LDUyLjU0OSAxMy40NjcsMzQuMDEzIDAsMjAuODg3IDE4LjYxMSwxOC4xODIgIi8+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==); }

/*================ Hover image effect ================*/
.hv-image-brightness:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5); }

.hv-image-sepia:hover img {
  -webkit-filter: sepia(1);
  filter: sepia(1); }

.hv-image-grayscale img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }
.hv-image-grayscale:hover img {
  -webkit-filter: none;
  filter: none; }

.hv-image-brightness-n img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5); }
.hv-image-brightness-n:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1); }

/*================ Theme banner ================*/
.js-masonry .banner-theme {
  margin-bottom: 20px; }

.banner-theme {
  position: relative;
  overflow: hidden; }
  .banner-theme img {
    width: 100%; }
  .banner-theme > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  .banner-theme:hover img {
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03); }

.banner-theme figcaption {
  position: absolute;
  width: 90%;
  max-width: 290px;
  align-items: center; }
.banner-theme-top figcaption {
  top: 50px; }
.banner-theme-mid figcaption {
  top: 50%;
  transform: translateY(-50%); }
.banner-theme-bottom figcaption {
  bottom: 50px; }
.banner-theme-left figcaption {
  left: 50px; }
.banner-theme-center figcaption {
  left: 50%;
  margin-left: -145px; }
.banner-theme-right figcaption {
  right: 50px; }

/*================ Review ================*/
.spr-pagination-page {
  margin-right: 5px; }
  .rtl .spr-pagination-page {
    margin-left: 5px;
    margin-right: inherit; }

/*================ Nav tabs ================*/
.nav-tabs.nav-tabs-1 {
  justify-content: center;
  border: none; }
  .nav-tabs.nav-tabs-1 .nav-link {
    color: var(--g-color-heading);
    border: none; }
    .nav-tabs.nav-tabs-1 .nav-link:focus, .nav-tabs.nav-tabs-1 .nav-link:hover, .nav-tabs.nav-tabs-1 .nav-link.active {
      color: var(--g-main-2); }

/*================ Section heading ================*/
.section-title-1 {
  font-size: 30px; }
  @media only screen and (min-width: 750px) {
    .section-title-1 {
      font-size: 40px; } }
  .section-title-1 > span {
    position: relative; }

.section-title-0 {
  font-size: 34px;
  font-weight: 500; }

/*================ Global Ifram map ================*/
.mapouter, .gmap_canvas, .gmap_canvas iframe {
  width: 100% !important; }

/*================ Global Price ================*/
.global-price span > .money, .js-wishlist-item span > .money, .js-viewed-item span > .money, .js-compare-content span > .money {
  color: var(--g-main-2);
  font-weight: 600; }
.global-price s > .money, .js-wishlist-item s > .money, .js-viewed-item s > .money, .js-compare-content s > .money {
  color: #737373;
  margin-left: 5px; }

/*================ Menu Labels ================*/
.menu-label {
  position: absolute;
  top: 2px;
  padding: 2px 4px;
  right: 0;
  font-size: calc(var(--g-font-size) - 4px);
  color: var(--g-label-text);
  transition: all ease .45s;
  text-transform: uppercase;
  right: 20px; }

.menu-label > span {
  position: relative; }

.menu-label > span:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  left: 50%;
  bottom: -7px;
  margin-left: -5px;
  display: none; }

#NavDrawer .menu-label,
.site-nav__dropdown .menu-label {
  position: static;
  font-size: calc(var(--g-font-size) - 4px);
  padding: 1px 4px;
  margin-left: 5px;
  font-weight: 500;
  margin-top: -2px; }
  .rtl #NavDrawer .menu-label, .rtl
  .site-nav__dropdown .menu-label {
    margin-right: 5px;
    margin-left: inherit; }

#NavDrawer .menu-label > span:before,
.site-nav__dropdown .menu-label > span:before {
  display: none; }

.menu-label--new {
  background-color: var(--g-label-new); }

.menu-label--new > span:before {
  border-top-color: var(--g-label-new); }

.menu-label--hot {
  background-color: var(--g-label-hot); }

.menu-label--hot > span:before {
  border-top-color: var(--g-label-hot); }

.menu-label--sale {
  background-color: var(--g-label-sale); }

.menu-label--sale > span:before {
  border-top-color: var(--g-label-sale); }

.menu-label--other {
  background-color: var(--g-label-other); }

.menu-label--other > span:before {
  border-top-color: var(--g-label-other); }

/*================ #Giftcard Template ================*/
.giftcard__qr-code img {
  margin: 0 auto; }

.giftcard__apple-wallet-image {
  display: block;
  margin: 0 auto; }

.giftcard__wrap {
  margin: 0 auto var(--g-gutter); }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

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

  .giftcard__print-link,
  .giftcard__apple-wallet {
    display: none; } }
/*================ GLOBAL ================*/
.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

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

.main-content {
  display: block;
  padding-bottom: 40px; }
  @media only screen and (min-width: 750px) {
    .main-content {
      padding-bottom: 80px;
      padding-top: 80px; } }
  @media only screen and (max-width: 749px) {
    .main-content {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .template-index .main-content {
    padding-top: 0;
    padding-bottom: 0; }

.full-width {
  padding: 80px var(--g-gutter);
  background-color: white; }

.full-width--return-link {
  margin-bottom: -40px; }
  @media only screen and (min-width: 750px) {
    .full-width--return-link {
      margin-bottom: -80px; } }
  .content-block + .full-width--return-link {
    margin-top: calc(0 - var(--g-gutter)); }

/*================ Empty pages (404, cart) ================*/
.page-empty {
  padding: 80px 0;
  margin-bottom: calc(0 - var(--g-gutter)); }

/*================ Index sections ================*/
.index-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.index-section--flush + .index-section--flush {
  margin-top: -50px; }

.index-section--flush:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

/*================ Flex class helpers ================*/
.flex--center-vertical .flex__item {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.flex--grid {
  margin: 0 -10px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex--grid > .flex__item {
    padding: 10px; }

.flex--grid-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.flex--no-gutter {
  margin: 0; }
  .flex--no-gutter > .flex__item {
    padding: 0; }

/*================ Grid | Half gutters ================*/
.grid--half-gutters {
  margin-left: calc(0px - var(--g-hgutter)); }
  .grid--half-gutters > .grid__item {
    padding-left: var(--g-hgutter); }

.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters > .grid__item {
    padding-left: 0; }

/*================ Grid | Vertically centered items ================*/
.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 0; }
  .grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0; }

.medium-up--grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 0; }
  .medium-up--grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0; }
  @media only screen and (max-width: 749px) {
    .medium-up--grid--table {
      display: block; }
      .medium-up--grid--table > .grid__item {
        display: block; } }

body,
input,
textarea,
button,
select {
  font-size: var(--g-font-size);
  font-family: 'din_alternatebold';
  color: #666666;
  line-height: 1.375; }

html.rtl {
  direction: rtl; }

@media only screen and (max-width: 989px) {
  input,
  textarea {
    font-size: calc(var(--g-font-size) + 2px); } }
/*================ Headings ================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--g-color-heading); }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }

/*================ RTE headings ================*/
.rte {
  *zoom: 1;
  margin-bottom: var(--g-hgutter); }
  .rte:after {
    content: '';
    display: table;
    clear: both; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1,
  .rte h2,
  .rte h3,
  .rte h4,
  .rte h5,
  .rte h6 {
    margin-top: 40px; }
    .rte h1:first-child,
    .rte h2:first-child,
    .rte h3:first-child,
    .rte h4:first-child,
    .rte h5:first-child,
    .rte h6:first-child {
      margin-top: 0; }

.rte-setting {
  margin-bottom: var(--g-hgutter); }
  .rte-setting:last-child {
    margin-bottom: 0; }

/*================ Paragraph styles ================*/
p {
  margin: 0 0 10px;
  line-height: 25px; }
  p:last-child {
    margin-bottom: 0; }

/*================ Blockquote ================*/
blockquote {
  text-align: center; }
  blockquote cite {
    font-size: calc(var(--g-font-size) - 1px);
    opacity: 0.6; }
  @media only screen and (max-width: 749px) {
    blockquote {
      margin-left: 0;
      margin-right: 0; } }

/*================ Lists ================*/
.list--no-bullets {
  list-style: none; }

.list--bold {
  font-weight: bold;
  font-size: var(--g-font-size); }

/*================ Blog styles ================*/
.blog__rss-link .icon-rss {
  fill: currentColor;
  width: 18px;
  height: 18px;
  vertical-align: baseline; }

.title-blog-page {
  margin-bottom: 30px; }

.blog__item {
  padding-bottom: 40px; }

.blog__meta {
  font-size: 86%;
  text-transform: uppercase; }
  .blog__meta a {
    color: var(--g-main-2);
    text-transform: capitalize; }

.btn-blog-readmore {
  text-decoration: underline; }

.article__photo-container {
  position: relative;
  margin-bottom: 10px; }

.article__photo-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease .45s;
  right: 0;
  width: 100%; }
  .rtl .article__photo-wrapper img {
    right: 0;
    left: auto; }
.article__photo-wrapper:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5); }

.blog__item--2 .content-block__image {
  position: relative; }
.blog__item--2 .blog__date {
  position: absolute;
  top: 15px;
  left: 15px;
  background: white;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
  font-size: calc(var(--g-font-size) - 2px);
  line-height: 20px; }
  .blog__item--2 .blog__date time:first-child {
    font-size: calc(var(--g-font-size) + 6px);
    font-weight: 600;
    color: var(--g-main); }

.blog__item--3 {
  position: relative;
  padding: 0; }
  .blog__item--3 .content-block__meta {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.1));
    pointer-events: none; }
    .blog__item--3 .content-block__meta .blog__date {
      color: #ffc371;
      font-size: 80%;
      font-weight: 600; }

.blog__item--4 .blog__date {
  color: var(--g-main-2); }
.blog__item--4 .article__photo-container {
  margin-bottom: 24px; }
.blog__item--4 .link-body-color {
  color: var(--g-main); }

.blog__title-link {
  line-height: 1.5; }
  .blog__title-link a:hover {
    color: var(--g-main); }

.blog__item--5 .blog__title-link {
  line-height: 1.5; }
.blog__item--5 .article__photo-wrapper {
  position: relative;
  height: 368px;
  border: 2px solid #e9e9e9; }
  .blog__item--5 .article__photo-wrapper .blog__tags {
    bottom: 0;
    top: 0;
    background-color: white;
    transition: all 0.3s ease; }
  .blog__item--5 .article__photo-wrapper img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    width: 100%;
    height: 100%;
    filter: none; }
  .blog__item--5 .article__photo-wrapper:hover .blog__tags {
    background-color: rgba(255, 255, 255, 0.8); }

.blog__item--6 .blog__title-link {
  position: relative;
  padding-bottom: 35px; }
  .blog__item--6 .blog__title-link:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #e9e9e9;
    bottom: 0;
    left: 0; }
.blog__item--6 .content-block__image {
  position: relative; }
.blog__item--6 .article__photo-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  transition: all 0.3s ease; }
.blog__item--6:hover .article__photo-content {
  opacity: 1;
  visibility: visible; }
.blog__item--6.blog__item--6-in .article__photo-content {
  position: relative !important;
  padding: 0 !important;
  opacity: 1;
  visibility: visible; }

.blog__item--7 .blog__title-link {
  position: relative;
  padding-bottom: 25px; }
  .blog__item--7 .blog__title-link:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #f4f4f4;
    bottom: 0;
    left: 0; }
.blog__item--7 .content-block__image {
  position: relative;
  border: 1px solid #e9e9e9; }
.blog__item--7 .article__photo-wrapper img {
  filter: none; }
.blog__item--7 .article__photo-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  transition: all 0.3s ease;
  width: 70%; }
.blog__item--7:hover .article__photo-content {
  opacity: 1;
  visibility: visible; }
.blog__item--7.blog__item--7-in .article__photo-content {
  opacity: 1;
  visibility: visible;
  width: 100%; }

/*================ Collection grid ================*/
.collection-card-1 .collection-card__image:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.collection-card-2 .collection-card__image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #000; }
  .collection-card-2 .collection-card__image .hv-image-brightness {
    display: block; }
    .collection-card-2 .collection-card__image .hv-image-brightness img {
      object-fit: cover;
      width: 100%;
      height: 200px;
      opacity: 0.6; }
.collection-card-2 .collection-card__meta {
  bottom: 0;
  left: 0;
  pointer-events: none; }
@media (min-width: 992px) {
  .collection-card-2 .collection-card__count {
    opacity: 0; } }
.collection-card-2:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.collection-card-2:hover .collection-card__count {
  opacity: 1; }

.collection-card-3 .collection-card__image {
  position: relative; }
  .collection-card-3 .collection-card__image .hv-image {
    display: block; }
    .collection-card-3 .collection-card__image .hv-image img {
      object-fit: cover;
      width: 100%;
      height: 180px; }
  .collection-card-3 .collection-card__image:hover .collection-card__meta .h6, .collection-card-3 .collection-card__image:hover .collection-card__meta p {
    transform: translateY(0px); }
  .collection-card-3 .collection-card__image:hover .collection-card__meta p {
    opacity: 1; }
.collection-card-3 .collection-card__meta {
  bottom: 0;
  left: 0;
  pointer-events: none; }
  .collection-card-3 .collection-card__meta .h6, .collection-card-3 .collection-card__meta p {
    transform: translateY(10px);
    transition: all 0.3s ease; }
  .collection-card-3 .collection-card__meta p {
    opacity: 0; }

/*================ Primary color inline background ================*/
.emphasized-title {
  display: inline;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }

.emphasized-subtitle {
  display: inline;
  line-height: 2;
  padding: var(--g-hgutter);
  background-color: #282828;
  color: #fff;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: background-color 0.15s ease-in; }
  @media only screen and (min-width: 750px) {
    .emphasized-subtitle {
      font-size: 1.42857em; } }
  .emphasized-subtitle:hover, .emphasized-subtitle:focus {
    color: #fff;
    background-color: #424242; }

.emphasized-title-wrapper {
  margin-bottom: 8px; }

/*================ Tables ================*/
td,
th {
  padding: var(--g-hgutter);
  border: 1px solid 1px solid rgba(0, 0, 0, 0.1); }

/*================ Forms and inputs ================*/
::-webkit-input-placeholder {
  font-size: var(--g-font-size);
  color: #666666;
  opacity: 0.6; }

:-moz-placeholder {
  font-size: var(--g-font-size);
  color: #666666;
  opacity: 0.6; }

:-ms-input-placeholder {
  font-size: var(--g-font-size);
  color: #666666;
  opacity: 0.6; }

::-ms-input-placeholder {
  font-size: var(--g-font-size);
  color: #666666;
  opacity: 0.6;
  opacity: 1; }

input,
textarea,
select {
  background-color: white;
  color: #333333;
  border: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    color: rgba(0, 0, 0, 0.4); }
  input.input--error,
  textarea.input--error,
  select.input--error {
    color: #fff; }
    input.input--error::-webkit-input-placeholder,
    textarea.input--error::-webkit-input-placeholder,
    select.input--error::-webkit-input-placeholder {
      color: #fff;
      opacity: 0.6; }
    input.input--error:-moz-placeholder,
    textarea.input--error:-moz-placeholder,
    select.input--error:-moz-placeholder {
      color: #fff;
      opacity: 0.6; }
    input.input--error:-ms-input-placeholder,
    textarea.input--error:-ms-input-placeholder,
    select.input--error:-ms-input-placeholder {
      color: #fff;
      opacity: 0.6; }
    input.input--error::-ms-input-placeholder,
    textarea.input--error::-ms-input-placeholder,
    select.input--error::-ms-input-placeholder {
      color: #fff;
      opacity: 0.6;
      opacity: 1; }

.input--content-color {
  background-color: #f4efe9; }

input,
textarea {
  padding: 13px 15px; }

select {
  padding-top: 13px;
  padding-left: 15px;
  padding-bottom: 13px; }

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: var(--g-hgutter); }
.form-vertical input[type="radio"],
.form-vertical input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px; }
.form-vertical input[type="submit"],
.form-vertical .btn {
  display: inline-block; }

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

/*================ Form feedback messages ================*/
.note,
.form-success,
.errors {
  padding: 5px 10px;
  margin: 0 0 var(--g-hgutter); }

.note {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.form-success {
  background-color: #59ac6c;
  color: #fff; }

.errors {
  background-color: #ec523e;
  color: #fff; }

.errors ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/*============================================================================
  Input groups
  - Align a text input beside a submit button without
    any space between them. The button will size it's parent
    based on the 1% width below while maintaining its
    padding and styles.
==============================================================================*/
.form-vertical .input-group {
  margin-bottom: var(--g-gutter); }

.input-group__field,
.input-group__btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group__field,
.input-group__btn .btn {
  height: 48px;
  padding-top: 0;
  padding-bottom: 0; }

.input-group__field {
  width: 100%; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__btn {
  white-space: nowrap;
  width: 1%; }
  .input-group__btn .icon-arrow-right {
    width: 14px;
    height: 17px; }

/*================ Theme links and buttons ================*/
.btn--narrow {
  padding-left: 15px;
  padding-right: 15px; }

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

/*================ Default link styles ================*/
a,
.link-accent-color {
  color: var(--g-main);
  transition: 0.3s ease-in; }
  a:hover, a:focus,
  .link-accent-color:hover,
  .link-accent-color:focus {
    color: #eb974c;
    text-decoration: none; }

.text-link {
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }
  .text-link .icon, .text-link [class^=icon-] {
    fill: currentColor;
    margin-left: 3px; }

.link-body-color {
  color: #666666;
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }
  .link-body-color:hover, .link-body-color:focus {
    color: var(--g-main); }

/*================ Return link ================*/
.return-link {
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px; }
  .return-link .icon, .return-link [class^=icon-] {
    fill: currentColor;
    margin: 0 3px; }

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

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .placeholder-svg {
    border: 0; }

.featured-card__image .placeholder-svg {
  width: auto; }

.hero__slide .placeholder-background {
  background-color: white; }

/*================ TEMPLATES ================*/
/*============= Templates | Password page =============*/
.template-password {
  height: 100vh;
  background-color: #282828;
  color: white; }

.password-page {
  display: table;
  height: 100%;
  width: 100%; }
  .password-page a {
    color: #fff; }
  .password-page h1,
  .password-page h2,
  .password-page h3,
  .password-page h4,
  .password-page h5,
  .password-page h6 {
    color: white; }
  .password-page label {
    color: white; }

.password-page__inner {
  display: table-cell;
  vertical-align: middle; }

.password-page__content,
.password-modal__content {
  max-width: 600px;
  margin: 0 auto; }

.password-page__content {
  padding: var(--g-gutter) 0; }

.password-logo {
  margin-top: var(--g-hgutter);
  margin-bottom: var(--g-gutter); }

.password-logo__image {
  max-width: 100%; }

.password-page__title {
  font-size: 3.57143em;
  line-height: 1;
  margin-bottom: var(--g-gutter); }

.password-page__message {
  font-size: 1.28571em;
  margin-bottom: 40px; }

.password-signup-form {
  margin-bottom: 80px; }

.password-social-sharing {
  margin-bottom: 80px; }

/*================ Login link ================*/
.password-login-link {
  display: block;
  padding: var(--g-gutter);
  text-align: center; }
  @media only screen and (min-width: 750px) {
    .password-login-link {
      position: absolute;
      top: 0;
      right: 0; } }
  .password-login-link .icon, .password-login-link [class^=icon-] {
    width: 12px;
    height: 1em;
    margin-right: var(--g-hgutter);
    fill: currentColor; }

/*================ Login modal ================*/
.password-login-form {
  margin-bottom: 40px; }

/*================ Newsletter ================*/
.password-signup-form__subheading {
  margin-bottom: 25px; }
  .password-signup-form__subheading a {
    color: var(--g-main); }
    .password-signup-form__subheading a:hover {
      color: #eea463; }

.password-signup-form .input-group {
  max-width: 450px;
  margin: 0 auto; }

/*================ Password svg icons ================*/
.icon-shopify-logo {
  width: 72px;
  height: 21px;
  margin-left: var(--g-hgutter);
  fill: currentColor; }

/*============= Templates | Gift card page =============*/
.template-giftcard {
  background-color: #282828; }

.giftcard__header {
  margin: 80px auto 40px; }

.giftcard__content {
  background-color: #f4efe9;
  max-width: 540px;
  margin: 0 auto 40px;
  padding: var(--g-gutter); }

.giftcard__shop-url {
  display: none; }

/*================ Giftcard image, amount, and code ================*/
.giftcard__wrap {
  position: relative; }
  .giftcard__wrap:before, .giftcard__wrap:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #f4efe9;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .giftcard__wrap:before {
    top: -2px;
    left: -2px;
    border-radius: 12px 0 100%;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05); }
  .giftcard__wrap:after {
    bottom: -2px;
    right: -2px;
    border-radius: 100% 0 12px;
    box-shadow: -2px -2px 1px rgba(0, 0, 0, 0.05); }

.giftcard__image {
  display: block;
  border-radius: 12px;
  overflow: hidden; }

.giftcard__amount-wrapper {
  position: absolute;
  top: var(--g-hgutter);
  right: var(--g-hgutter); }

.giftcard__amount,
.giftcard__amount-remaining {
  color: #fff; }

.giftcard__amount {
  font-size: 2em;
  margin-bottom: 0;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 750px) {
    .giftcard__amount {
      font-size: 2.85714em; } }

.giftcard__code {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--g-gutter); }

.giftcard__code-bubble {
  position: relative;
  display: inline-block;
  background-color: #f4efe9;
  color: #666666;
  padding: var(--g-hgutter) var(--g-gutter);
  font-size: 1.07143em;
  border-radius: 4px; }
  @media only screen and (min-width: 750px) {
    .giftcard__code-bubble {
      font-size: 1.42857em; } }
  .giftcard__code-bubble:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px dashed #666666;
    border-radius: 4px;
    opacity: 0.3; }

/*================ Print styles ================*/
@media print {
  .giftcard__shop-url {
    display: block; }

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

  .giftcard__amount-wrapper {
    background-color: #f4efe9;
    border-radius: 4px;
    padding: 0 var(--g-hgutter); } }
/*================ VENDOR ================*/
/*============================================================================
  Slick Slider 1.5.8

  - If upgrading Slick's styles, use the following variables/functions
    instead of the slick defaults (from slick-theme.scss)
  - This file includes default slick.scss styles (at Slick Slider SCSS)
    and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually
  - All `outline: none;` have been removed for any elements in slideshow
    (buttons, arrows, etc) to preserve a11y
==============================================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  cursor: pointer;
  display: none;
  position: relative; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* .js-slick-carousel{
	display:none;
} */
.carousel-control-next, .carousel-control-prev {
  z-index: 1001;
  width: 10%;
  top: calc(50% - 25px);
  height: 50px;
  bottom: auto; }

.carousel-indicators {
  z-index: 1001; }

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
  background: white url(//dlumiere.com.au/cdn/shop/t/11/assets/ajax-loader.gif?v=41356863302472015721684751808) center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: icomoon !important;
  font-size: 26px;
  line-height: 1;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 5px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 5px; }
  .slick-prev:before {
    content: "\e903"; }
    [dir="rtl"] .slick-prev:before {
      content: "\e904"; }
  .site-nav .slick-prev {
    left: -25px; }
    .rtl .site-nav .slick-prev {
      right: -25px;
      left: auto; }

.slick-next {
  right: 5px; }
  [dir="rtl"] .slick-next {
    left: 5px;
    right: auto; }
  .slick-next:before {
    content: "\e904"; }
    [dir="rtl"] .slick-next:before {
      content: "\e903"; }
  .site-nav .slick-next {
    right: -25px; }
    .rtl .site-nav .slick-next {
      left: -25px;
      right: auto; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .dots-negative .slick-dots {
    bottom: -25px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 1px solid #f3bf91;
      background: #fff;
      display: block;
      height: 11px;
      width: 11px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer;
      border-radius: 50%; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background: var(--g-main);
        border-color: var(--g-main); }
    .slick-dots li.slick-active button {
      background: var(--g-main);
      border-color: var(--g-main); }

.brand-slider .slick-track {
  display: flex;
  justify-content: center;
  align-items: center; }

.brand-slider {
  padding: 0 20px; }
  .brand-slider .slick-track .brand-item img {
    object-fit: contain;
    display: block;
    margin: 0 auto;
    max-height: 50px; }

/*================ Nav Bar ================*/
.nav-bar {
  position: relative;
  z-index: 5; }
  .nav-bar:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 6; }

.vertical-tabs .nav {
  padding-right: 15px;
  border: none; }

#nav-tab-info .tab-content {
  padding: 20px 0px; }
#nav-tab-info .spr-icon {
  font-size: 100%; }
#nav-tab-info .nav-item .review {
  margin-bottom: 0; }
  #nav-tab-info .nav-item .review .spr-badge-caption {
    padding: 0 6px;
    border-radius: 3px;
    background-color: #f9f9f9;
    top: 0px; }

/*================ Sticky bar ================*/
.sticky {
  position: relative;
  overflow: visible;
  z-index: 5; }

.sticky--active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.sticky--open {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }

.sticky--active .sticky-hidden {
  display: none; }

.sticky-only {
  position: relative;
  display: none;
  z-index: 7; }
  .sticky--active .sticky-only {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }

/*================ Content blocks ================*/
.content-block {
  margin-bottom: var(--g-gutter); }
  .container--wishlist .content-block {
    padding: 40px 0; }
  .content-block:last-child {
    margin-bottom: 0; }

.content-block--small {
  padding: var(--g-gutter); }

.content-block--no-bottom-padding {
  padding-bottom: 0; }

.content-block__item {
  margin-bottom: var(--g-gutter); }

.content-block__full-image {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 40px; }
  .content-block__full-image img {
    display: block;
    margin: 0 auto; }
  .content-block__full-image:first-child {
    margin-top: -40px; }

/*================ Product cards ================*/
.product-card {
  position: relative;
  display: block;
  /*   background-color: $color-content; */
  text-align: center;
  padding: 0;
  z-index: 1;
  height: 100%; }
  .grid--no-gutters .product-card {
    border-left-width: 1px; }
  .product-card .js-product-video {
    position: absolute !important; }
  .collection__card--first .product-card {
    border-left-width: 0; }
  .product-card:hover, .product-card:focus {
    color: #666666;
    outline: none; }
  .product-card:focus {
    z-index: 2; }

/*================ Product hover/focus overlay ================*/
.product-card__overlay {
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in; }
  .products_menu .product-card__overlay {
    display: none; }
  .product-card:hover .product-card__overlay, .product-card:focus .product-card__overlay {
    visibility: visible;
    opacity: 1; }

.product-card__loading {
  width: 10px;
  height: 10px;
  display: none;
  color: inherit !important;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  position: absolute; }
  .is-loading .product-card__loading {
    display: inline-block; }

.js-grid-cart.is-loading [class^=icon-], .js-grid-cart.is-loading svg, .js-grid-cart.is-loading .svg-cart {
  display: none; }

.product-card__overlay-btn {
  position: relative;
  padding: 0;
  margin: 5px 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  background: #333333; }
  .product-card__overlay-btn.js-btn-wishlist {
    font-size: 0; }
  .product-card__overlay-btn > span {
    display: none; }
  .product-card__overlay-btn:hover {
    background: --g-main; }

.product-card--style1 .product-card__image-wr {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03); }

/*================ Product image and wrapper ================*/
.product-card__image-wr {
  position: relative; }

.product-card__image {
  position: relative;
  margin: 0 auto; }
  .product-card__image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0;
    transition: all ease .45s; }
    .product-card:hover .product-card__image:after {
      opacity: 0.3; }

/*================ Product meta info ================*/
.product-card__info {
  padding: 15px 0 15px 0;
  margin-bottom: var(--g-gutter); }

.product-card__name {
  /*color: var(--g-color-heading);
  font-weight:600;
  font-size: calc(var(--g-font-size) + 2px);*/
  color: #707070;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.product-card__availability {
  font-size: var(--g-font-size);
  font-weight: bold;
  color: var(--g-label-hot);
  font-weight: 500;
  margin-top: 5px; }

.product-card__regular-price {
  opacity: 1;
  color: #737373;
  margin-left: 5px; }
  .rtl .product-card__regular-price {
    margin-right: 5px;
    margin-left: inherit; }

.product-card__price {
  margin-top: 5px; }
  .product-card__price > .money {
    font-weight: 600;
    color: var(--g-main-2); }

.template-product .page-container {
  /*background-color: $color-content;*/ }

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

.header-bottom {
  border-bottom: 4px solid #499ed5; }

/*================ Product meta ================*/
.product-single__meta-list li {
  padding-right: var(--g-hgutter); }
  .product-single__meta-list li:last-child {
    padding-right: 0; }

.product-single__price-container {
  margin-bottom: 10px; }

.product-single__price {
  font-size: 20px;
  color: var(--g-color-heading);
  font-weight: 600; }

[id*='ComparePrice-product-template'] {
  font-size: 1.14286em; }

[id*='ProductPrice-product-template'] .money {
  font-weight: 500;
  color: var(--g-main-2);
  letter-spacing: -1px; }

.product-single__price--compare {
  color: var(--g-color-heading); }

.product-single__stock {
  display: inline-block;
  padding: 2px 0;
  font-weight: bold; }

.product-single__information p {
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 600; }
.product-single__information .text-body {
  min-width: 80px;
  display: inline-block; }

/*================ Product form ================*/
.product-form .btn {
  padding-top: 9px;
  padding-bottom: 9px; }
.product-form .btn,
.product-form select,
.product-form input[type="text"] {
  min-height: 50px; }
.product-form.product-form--featured-product {
  margin-top: 30px;
  text-align: left; }
.product-form .selector-wrapper > label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px; }
.product-form .gr-btnjs .js-btn-compare, .product-form .gr-btnjs .js-btn-wishlist {
  cursor: pointer;
  padding: 0;
  min-height: inherit;
  text-transform: uppercase;
  font-weight: 600;
  font-size: calc(var(--g-font-size) - 2px);
  color: var(--g-color-heading); }
  .product-form .gr-btnjs .js-btn-compare svg, .product-form .gr-btnjs .js-btn-compare i, .product-form .gr-btnjs .js-btn-wishlist svg, .product-form .gr-btnjs .js-btn-wishlist i {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin-right: 8px; }
  .product-form .gr-btnjs .js-btn-compare span, .product-form .gr-btnjs .js-btn-wishlist span {
    margin-left: 0; }
  .product-form .gr-btnjs .js-btn-compare:hover, .product-form .gr-btnjs .js-btn-wishlist:hover {
    color: var(--g-main-2); }

.no-js .product-form__variants {
  display: block;
  margin-bottom: var(--g-hgutter); }

.product-form__item--quantity {
  -webkit-flex: 0 0 130px;
  -moz-flex: 0 0 130px;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px; }

.product-form__buynow {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  display: flex;
  margin-left: 20px; }
  .product-form__buynow .shopify-payment-button {
    margin-bottom: 0; }
  .product-form__buynow .shopify-payment-button__button {
    min-height: 60px;
    margin: 0 !important; }

.product-form__item--submit {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  margin-left: 0px !important; }
  .product-form__item--submit.btn-disablebuynow {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }
  .product-form--payment-button .product-form__item--submit {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%; }
  .product-form__item--submit.product-form__onboarding {
    margin-top: 20px;
    padding-left: 0; }
  .product-form__item--submit .btn .icon, .product-form__item--submit .btn [class^=icon-] {
    margin: 0 3px; }

.product-form__input {
  display: block;
  width: 100%; }

.product-form__cart-submit {
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.shopify-payment-button {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .shopify-payment-button .shopify-payment-button__button--branded {
    overflow: hidden;
    min-height: 48px; }
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    width: 100%;
    margin-bottom: 10px; }
    .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
      background-color: #eea463 !important; }
  .shopify-payment-button .shopify-payment-button__more-options {
    margin: 16px 0 10px 0;
    font-size: var(--g-font-size);
    color: #f3bf91;
    text-decoration: underline;
    display: none; }
    .shopify-payment-button .shopify-payment-button__more-options:hover {
      color: #eea463; }

.product-single__title {
  font-size: 40px;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .product-single__title {
      font-size: calc(var(--g-font-size) + 10px); } }
  .product-single__title sup {
    top: -0.7em; }
    .product-single__title sup .product-tag {
      padding: 8px 6px; }

@media (max-width: 991px) {
  .product-card--style1 .product-card__overlay {
    visibility: visible;
    opacity: 1;
    position: static;
    flex-direction: row !important; }
    .product-card--style1 .product-card__overlay .js-btn-quickview {
      display: none; } }

.product-card--style2 {
  overflow: hidden;
  transition: box-shadow .4s,background-color .3s;
  margin-bottom: 40px;
  height: auto;
  background-color: #fff; }
  .product-card--style2 .product-card__info {
    padding: 14px 20px;
    background-color: #fff;
    margin: 0;
    transition: transform .4s; }
    .product-card--style2 .product-card__info .product-card__name {
      font-size: 15px;
      font-weight: 500; }
  @media (min-width: 991px) {
    .product-card--style2 .product-form__item--submit {
      margin-top: 1px;
      margin-left: 0 !important;
      flex-direction: row;
      position: absolute;
      left: 20px;
      right: 20px;
      height: 40px;
      transform: translateY(50%);
      transition: .4s; } }
  @media (max-width: 990px) {
    .product-card--style2 .product-form__item--submit {
      margin-left: 0 !important; }
      .product-card--style2 .product-form__item--submit .js-btn-quickview {
        display: none; } }
  .product-card--style2 .product-form__item--submit .product-card__overlay-2 .product-card__overlay-btn {
    opacity: 1;
    background-color: transparent;
    color: #000;
    margin: 0 0 0 15px; }
  .product-card--style2 .product-form__item--submit .btn {
    width: auto;
    border: none; }
  .product-card--style2:hover {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow .4s; }
    @media (min-width: 991px) {
      .product-card--style2:hover .product-card__info {
        transform: translateY(-40px); } }
    .product-card--style2:hover .product-form__item--submit {
      transform: none;
      opacity: 1; }
    .product-card--style2:hover .js-btn-compare {
      opacity: 1; }
  .product-card--style2 .single-option-radio label {
    background-color: transparent;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase; }
  .product-card--style2 .selector-wrapper.product-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0px 0; }
    .product-card--style2 .selector-wrapper.product-form__item > label {
      display: none; }
  .product-card--style2 .js-btn-compare {
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transition: all ease .45s;
    opacity: 0; }
    .product-card--style2 .js-btn-compare span {
      display: none; }

.product-card--style3 {
  background: #fff;
  margin-bottom: 40px;
  height: auto; }
  .product-card--style3:hover .first-image {
    opacity: 0; }
  .product-card--style3:hover .second-image {
    opacity: 1; }
  .product-card--style3 .product-card__image {
    display: block; }
  .product-card--style3 .product-tag--absolute, .product-card--style3 .js-btn-wishlist {
    z-index: 2; }
  .product-card--style3 .second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    opacity: 0; }
  .product-card--style3 .product-card__overlay {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10; }
    @media (max-width: 991px) {
      .product-card--style3 .product-card__overlay {
        position: static;
        visibility: visible;
        opacity: 1;
        padding: 10px;
        flex-direction: row !important; } }
  .product-card--style3 .product-card__overlay-btn {
    background: white;
    border-radius: 50%;
    opacity: 0;
    line-height: 38px;
    width: 40px;
    height: 40px;
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    color: #000; }
    @media (max-width: 991px) {
      .product-card--style3 .product-card__overlay-btn {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px; } }
  .product-card--style3 .product-card__info {
    padding: 20px 0 25px; }
  .product-card--style3 .product-card__image:after {
    display: none; }
  .product-card--style3:hover {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow .4s; }
    .product-card--style3:hover .product-card__overlay-btn {
      opacity: 1;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .product-card--style3 .js-btn-compare {
    transition: transform ease .5s, opacity ease .3s; }
  .product-card--style3 .js-btn-quickview {
    transition: transform ease .4s, opacity ease .3s; }
  .product-card--style3 .btn-grid-cart {
    transition: transform ease .3s, opacity ease .3s; }
  @media (max-width: 991px) {
    .product-card--style3 .js-btn-compare, .product-card--style3 .js-btn-quickview {
      display: none; } }

/*================ Product notify soldout ================*/
.btn-waitlist, .shopify-payment-button .shopify-payment-button__button {
  width: 100%;
  margin-top: 10px; }

.modal-dialog--soldout {
  max-width: 460px !important;
  text-align: center; }
  .modal-dialog--soldout input, .modal-dialog--soldout p {
    width: 90%;
    margin: 0 auto 10px; }

.modal-dialog--upsell {
  max-width: 600px !important;
  text-align: center; }
  .modal-dialog--upsell p {
    margin-bottom: 0; }
  .modal-dialog--upsell .modal-content {
    position: relative; }
    .modal-dialog--upsell .modal-content:after {
      position: absolute;
      content: "";
      top: -40px;
      margin-left: -40px;
      left: 50%;
      background: url(//dlumiere.com.au/cdn/shop/t/11/assets/upsell_image.png?v=16294308632117874681684751808) center no-repeat;
      width: 80px;
      height: 80px;
      display: block;
      background-size: contain; }
  .modal-dialog--upsell .btn-decline {
    background: white;
    border: 1px solid var(--g-main);
    color: var(--g-main); }
  .modal-dialog--upsell .upsell-image {
    padding: 0 15px;
    margin-bottom: 30px; }

.js-notify-text span {
  font-weight: 600;
  color: var(--g-main);
  font-size: 20px;
  display: block;
  margin-bottom: 20px; }

/*================ Product image and thumbnail layout ================*/
.photos__item--main {
  text-align: center;
  min-width: 0;
  position: relative; }

.photos__item--thumbs {
  max-width: 100%;
  padding-bottom: 30px; }
  .photos__item--thumbs .slick-track .product-single__thumbnail img {
    height: 120px;
    object-fit: cover;
    object-position: top; }

.product__photo-container {
  width: 100%;
  position: relative;
  max-width: none !important;
  margin: 0 auto; }
  .product__photo-container.hide {
    display: none; }

.product__photo-wrapper {
  display: block;
  width: 100%;
  position: relative;
  cursor: crosshair; }
  .product__photo-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }

.product-single__photo {
  margin-bottom: 20px; }

.dna-box {
  border: 2px solid #499ed5;
  padding: 20px; }
  .dna-box .dna_img img {
    display: block;
    margin: 0 auto; }
  .dna-box .dna_cnt h3 {
    color: #499ed5;
    font-size: 16px;
    margin-bottom: 20px; }
  .dna-box .dna_cnt .dna-read {
    color: #707070;
    text-decoration: underline; }

/*================ Product thumbnail layout ================*/
.product-single__thumbnails.slick-vertical .slick-slide {
  border: 0;
  padding-bottom: 20px; }

.product-single__thumbnails {
  display: none;
  margin: 0 -10px 0;
  opacity: 0; }
  .product-single__thumbnails.slick-initialized {
    display: block; }
  .product-single__thumbnails .slick-dots {
    bottom: -25px; }
  .product-single__thumbnails .product-single__thumbnail-item {
    padding: 0 10px; }

.product-single__thumbnails--static {
  display: block;
  text-align: center; }
  @media only screen and (max-width: 749px) {
    .product-single__thumbnails--static .product-single__thumbnail-item {
      display: inline-block;
      width: 45%;
      max-width: 150px; } }

.product-single__thumbnail {
  position: relative;
  display: block; }
  @media (min-width: 992px) {
    #ProductSection-product-template-3 .product-single__thumbnail {
      margin: 0; } }
  .is-active .product-single__thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.3; }

/*================ Slider arrows ================*/
.product-single__thumbnails.slick-initialized .slick-track {
  margin: 0 auto; }
.product-single__thumbnails.slick-initialized .slick-prev,
.product-single__thumbnails.slick-initialized .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #fff; }
  .product-single__thumbnails.slick-initialized .slick-prev:before,
  .product-single__thumbnails.slick-initialized .slick-next:before {
    font-family: icomoon !important;
    font-size: 26px;
    line-height: 1;
    color: #000;
    opacity: 1;
    -webkit-font-smoothing: antialiased; }
  .product-single__thumbnails.slick-initialized .slick-prev:hover, .product-single__thumbnails.slick-initialized .slick-prev:focus,
  .product-single__thumbnails.slick-initialized .slick-next:hover,
  .product-single__thumbnails.slick-initialized .slick-next:focus {
    opacity: 0.7; }
.product-single__thumbnails.slick-initialized .slick-prev {
  left: 0px; }
  .product-single__thumbnails.slick-initialized .slick-prev:before {
    content: "\e903"; }
.product-single__thumbnails.slick-initialized .slick-next {
  right: 0px; }
  .product-single__thumbnails.slick-initialized .slick-next:before {
    content: "\e904"; }
.product-single__thumbnails.slick-initialized .slick-disabled {
  opacity: 0;
  visibility: hidden; }

.product-single__thumbnails.slick-vertical .slick-prev,
.product-single__thumbnails.slick-vertical .slick-next {
  left: 0;
  right: 0;
  margin-top: 0;
  width: 100%;
  height: auto; }
.product-single__thumbnails.slick-vertical .slick-prev {
  top: -30px;
  transform: rotate(90deg); }
.product-single__thumbnails.slick-vertical .slick-next {
  top: auto;
  bottom: -20px;
  transform: rotate(90deg); }

.js-modal-open-product-modal {
  cursor: zoom-in; }

.product-tag {
  font-size: var(--g-font-size);
  font-weight: bold;
  display: inline-block;
  font-size: calc(var(--g-font-size) - 4px);
  background-color: transparent;
  color: var(--g-label-hot);
  border: 2px solid var(--g-label-hot);
  padding: 2px 6px;
  border-radius: 3px; }

.product-tag--absolute {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px; }
  .rtl .product-tag--absolute {
    right: 10px;
    left: auto; }

/*============================================================================
  Pagination
  - Markup build by liquid tag,
    so nesting and element selectors are necessary
==============================================================================*/
.pagination {
  display: block;
  text-align: center;
  margin: 40px 40px 0; }
  .pagination .page, .pagination .next, .pagination .prev {
    background-color: #f1f1f1;
    padding: 0px 10px;
    min-height: 36px;
    margin: 0 2px;
    line-height: 36px;
    text-align: center;
    min-width: 36px;
    display: inline-block; }
  .pagination a {
    color: #666666; }
    .pagination a:hover, .pagination a:focus {
      color: var(--g-main); }
  .pagination .current {
    color: #fff;
    background-color: var(--g-main); }

/*================ Article comments ================*/
.comment {
  margin-bottom: var(--g-gutter); }
  .comment:last-child {
    margin-bottom: 0; }
  .comment + .comment {
    padding-top: var(--g-gutter); }
  .comment .h6 {
    font-weight: bold; }
  .comment .h3 {
    margin-bottom: 30px; }
  .comment .comment__user {
    width: 60px;
    height: 60px;
    background-color: #f1f1f1; }

/*================ Indented article/page images ================*/
.rte--indented-images .rte__image-indent {
  position: relative;
  margin-left: calc(0 - var(--g-gutter));
  margin-right: calc(0 - var(--g-gutter)); }
  @media only screen and (min-width: 750px) {
    .rte--indented-images .rte__image-indent {
      margin-left: -40px;
      margin-right: -40px; } }

/*================ Drawer Skeleton Styles ================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.page-container {
  overflow: hidden;
  transition: none !important; }

.js-drawer-open .page-container:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7); }

.js-drawer-open {
  overflow: hidden; }

.drawer {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  max-width: 95%;
  z-index: 9999;
  background-color: #f4efe9;
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .drawer {
      z-index: 3; } }

.drawer--left {
  width: 350px;
  left: -350px; }
  .js-drawer-open-left .drawer--left {
    display: block;
    -ms-transform: translateX(350px);
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    opacity: 1;
    visibility: visible; }
    .no-csstransforms .js-drawer-open-left .drawer--left {
      left: 0; }
      .rtl .no-csstransforms .js-drawer-open-left .drawer--left {
        right: 0;
        left: auto; }

.drawer--right {
  width: 350px;
  right: -350px; }
  .rtl .drawer--right {
    left: -350px;
    right: auto; }
  .js-drawer-open-right .drawer--right {
    display: block;
    -ms-transform: translateX(-350px);
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px); }
    .no-csstransforms .js-drawer-open-right .drawer--right {
      right: 0; }
      .rtl .no-csstransforms .js-drawer-open-right .drawer--right {
        left: 0;
        right: auto; }

.is-moved-by-drawer {
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  .no-csstransforms .js-drawer-open-left .is-moved-by-drawer {
    left: 350px; }
    .rtl .no-csstransforms .js-drawer-open-left .is-moved-by-drawer {
      right: 350px;
      left: auto; }
  .js-drawer-open-right .is-moved-by-drawer {
    -ms-transform: translateX(-350px);
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px); }
    .no-csstransforms .js-drawer-open-right .is-moved-by-drawer {
      left: -350px; }
      .rtl .no-csstransforms .js-drawer-open-right .is-moved-by-drawer {
        right: -350px;
        left: auto; }

/*================ Global Drawer theme styles ================*/
.page-element {
  position: relative; }
  .page-element.is-transitioning {
    z-index: 2; }

.page-container {
  background-color: white; }

.is-moved-by-drawer {
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  .js-drawer-open .is-moved-by-drawer {
    transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
  .js-drawer-open-left .is-moved-by-drawer {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px; }
  .js-drawer-open-right .is-moved-by-drawer {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 -5px; }

.drawer {
  overflow: visible;
  color: #262626; }
  .drawer .show {
    opacity: 1 !important; }

.drawer__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 15px; }

/*================ Collection sorting select menus ================*/
.collection-sort {
  display: inline-block;
  text-align: left;
  max-width: 150px; }
  .rtl .collection-sort {
    text-align: right; }
  .collection-sort + .collection-sort {
    margin-left: 20px; }
    .rtl .collection-sort + .collection-sort {
      margin-right: 20px;
      margin-left: inherit; }
  @media only screen and (max-width: 749px) {
    .collection-sort {
      width: 80%; }
      .collection-sort + .collection-sort {
        margin: var(--g-gutter) 0 0; } }

.collection-sort__label {
  display: block;
  text-align: center; }
  @media only screen and (min-width: 750px) {
    .collection-sort__label {
      text-align: left;
      padding-left: 7px;
      margin-bottom: 0; }
      .rtl .collection-sort__label {
        text-align: right; }
      .rtl .collection-sort__label {
        padding-right: 7px;
        padding-left: inherit; } }

.collection-sort__input {
  background-color: transparent;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px; }
  @media only screen and (max-width: 749px) {
    .collection-sort__input {
      width: 100%;
      border: 1px solid black; } }

.related-products .btn-theme, .related-products .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .related-products .shopify-payment-button__button--unbranded, .related-products .spr-summary-actions-newreview {
  background: transparent;
  color: #707070;
  border: 2px solid #707070;
  padding: 8px 60px; }
  .related-products .btn-theme:hover, .related-products .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .related-products .shopify-payment-button__button--unbranded:hover, .related-products .spr-summary-actions-newreview:hover {
    background: #707070;
    color: #fff; }

.collection-btn .btn.btn-theme, .collection-btn .shopify-payment-button .btn.shopify-payment-button__button--unbranded, .shopify-payment-button .collection-btn .btn.shopify-payment-button__button--unbranded, .collection-btn .btn.spr-summary-actions-newreview {
  border: 2px solid #707070;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background: transparent;
  color: #707070;
  padding-top: 10px;
  padding-bottom: 10px; }
  .collection-btn .btn.btn-theme:hover, .collection-btn .shopify-payment-button .btn.shopify-payment-button__button--unbranded:hover, .shopify-payment-button .collection-btn .btn.shopify-payment-button__button--unbranded:hover, .collection-btn .btn.spr-summary-actions-newreview:hover {
    background: #707070;
    color: #fff; }
  .collection-btn .btn.btn-theme.product-card-quick-view, .collection-btn .shopify-payment-button .btn.product-card-quick-view.shopify-payment-button__button--unbranded, .shopify-payment-button .collection-btn .btn.product-card-quick-view.shopify-payment-button__button--unbranded, .collection-btn .btn.product-card-quick-view.spr-summary-actions-newreview {
    background: #f3bf91;
    border-left: 0; }
    @media (max-width: 750px) {
      .collection-btn .btn.btn-theme.product-card-quick-view, .collection-btn .shopify-payment-button .btn.product-card-quick-view.shopify-payment-button__button--unbranded, .shopify-payment-button .collection-btn .btn.product-card-quick-view.shopify-payment-button__button--unbranded, .collection-btn .btn.product-card-quick-view.spr-summary-actions-newreview {
        width: auto; } }
    .collection-btn .btn.btn-theme.product-card-quick-view:hover, .collection-btn .shopify-payment-button .btn.product-card-quick-view.shopify-payment-button__button--unbranded:hover, .shopify-payment-button .collection-btn .btn.product-card-quick-view.shopify-payment-button__button--unbranded:hover, .collection-btn .btn.product-card-quick-view.spr-summary-actions-newreview:hover {
      background: #707070;
      color: #fff; }

.home-btn .product-card-quick-view {
  border: 2px solid #707070;
  color: #707070;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50%; }
  @media (max-width: 750px) {
    .home-btn .product-card-quick-view {
      width: auto; } }
  .home-btn .product-card-quick-view:hover {
    background: #707070;
    color: #fff; }

.nav-products .btn-theme, .nav-products .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .nav-products .shopify-payment-button__button--unbranded, .nav-products .spr-summary-actions-newreview {
  background: none;
  color: #707070; }
  .nav-products .btn-theme:hover, .nav-products .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .nav-products .shopify-payment-button__button--unbranded:hover, .nav-products .spr-summary-actions-newreview:hover {
    color: #f3bf91; }

/*================ Sidebar ================*/
.sidebar [data-toggle='collapse'] {
  cursor: pointer;
  position: relative; }
  .sidebar [data-toggle='collapse']:after {
    position: absolute;
    content: "\44";
    width: 30px;
    text-align: center;
    right: 0;
    top: 4px;
    bottom: 0;
    font-family: "dlumiere" !important;
    font-size: 13px; }
.sidebar [aria-expanded='false']:after {
  content: "\42";
  font-family: "dlumiere" !important; }

.collection {
  margin-bottom: 30px; }
  .collection:last-child {
    margin-bottom: 0; }

#shopbyvendor li, #shopbytype li, #categories_block li {
  text-transform: capitalize;
  padding: 6px 0; }
  #shopbyvendor li.active, #shopbytype li.active, #categories_block li.active {
    font-weight: bold; }
    #shopbyvendor li.active a, #shopbytype li.active a, #categories_block li.active a {
      color: var(--g-main); }

.advanced-filter a {
  margin: 0;
  line-height: 0; }
  #ul_catalog_color .advanced-filter a {
    margin: 0; }

.collection-sidebar .active-filter a {
  font-weight: 600; }

.collection-sidebar a {
  color: #666666;
  font-size: 16px; }
.collection-sidebar > div {
  padding: 15px 0 5px 0; }
  .collection-sidebar > div::last-child {
    border-bottom: none; }
  .collection-sidebar > div .title_block {
    text-transform: uppercase;
    margin: 0;
    font-size: 18px; }
.collection-sidebar #js-fillter {
  padding-top: 0;
  border-bottom: none; }
  .collection-sidebar #js-fillter .catalog_filters {
    padding: 15px 0 5px 0; }

/*================ Collection card ================*/
@media (max-width: 990px) {
  .collection-1 .collection-card {
    min-height: 300px; } }

.collection-card {
  position: relative;
  box-sizing: content-box;
  display: block;
  background-color: #f4efe9;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0;
  height: 100%;
  z-index: 1; }
  .collection-card:focus {
    z-index: 2; }
  .collection-card:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.25;
    z-index: 1;
    transition: opacity 0.2s ease; }
  .collection-card:hover:after, .collection-card:focus:after {
    opacity: 0.6; }

.collection-card__meta {
  display: block;
  position: absolute;
  bottom: var(--g-gutter);
  left: 0;
  margin-right: var(--g-hgutter);
  z-index: 2; }
  .rtl .collection-card__meta {
    right: 0;
    left: auto; }
  @media only screen and (min-width: 750px) {
    .collection-card__meta {
      bottom: 40px; } }

.collection-card__title {
  display: inline;
  background-color: var(--g-main);
  color: white;
  margin-bottom: var(--g-hgutter);
  padding: 2px var(--g-hgutter);
  letter-spacing: 0;
  font-size: 1.85714em;
  line-height: 1.4;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  @media only screen and (min-width: 990px) {
    .collection-card__title {
      font-size: 2.28571em; } }

.collection-card__subtext {
  font-size: var(--g-font-size);
  font-weight: bold;
  margin: var(--g-hgutter) 0 0 var(--g-hgutter);
  font-size: 0.92857em;
  color: #fff; }

/*================ Social sharing icons ================*/
.social-sharing .icon, .social-sharing [class^=icon-] {
  width: 16px;
  height: 16px;
  font-size: 16px;
  fill: currentColor; }

@media only screen and (max-width: 749px) {
  .social-sharing__title {
    display: inline-block;
    margin-bottom: 10px; } }
.social-sharing__link {
  color: #666666;
  opacity: 0.7; }
  .social-sharing__link:hover, .social-sharing__link:focus {
    opacity: 1;
    color: var(--g-main); }
  .social-sharing__link + .social-sharing__link {
    margin-left: 10px; }
    .rtl .social-sharing__link + .social-sharing__link {
      margin-right: 10px;
      margin-left: inherit; }

/*================ Cart ================*/
.cart-table {
  background-color: #f4efe9;
  border: 0;
  margin-bottom: 40px; }
  .cart-table td,
  .cart-table th {
    border: 0; }
    @media only screen and (min-width: 750px) {
      .cart-table td,
      .cart-table th {
        padding: 15px; } }

.btn-cart-checkout {
  padding: 10px 50px; }

/*================ Cart cells ================*/
@media only screen and (min-width: 750px) {
  .cart__cell--image {
    width: 180px; }

  .cart__cell--quantity {
    width: 130px; }

  .cart__cell--total {
    width: 200px;
    text-align: right; }
    .rtl .cart__cell--total {
      text-align: left; } }
/*================ Cart cell responsive labels ================*/
@media only screen and (max-width: 749px) {
  .cart-table th,
  .cart-table td {
    text-align: center; }
  .cart-table td:before {
    display: none; } }
/*================ Cart items ================*/
.cart__image {
  display: inline-block;
  max-width: 120px;
  margin: var(--g-hgutter) auto; }
  @media only screen and (max-width: 749px) {
    .cart__image img {
      max-height: 120px; } }

.cart__quantity-label {
  display: block;
  text-align: center; }

.cart__cell--quantity .js-qty {
  max-width: 120px;
  margin: 0 auto; }

.cart__quantity {
  display: none; }
  .no-js .cart__quantity {
    display: block; }

.cart__item-total {
  font-size: 1.2em; }
  @media only screen and (min-width: 750px) {
    .cart__item-total {
      padding-right: 20px; }
      .rtl .cart__item-total {
        padding-left: 20px;
        padding-right: inherit; } }

.cart__subtotal {
  margin: 35px 0 0; }
  @media only screen and (min-width: 750px) {
    .cart__subtotal {
      margin-top: var(--g-gutter); } }

.cart__note {
  width: 100%;
  background-color: #f4efe9;
  border: 1px solid black; }
  @media only screen and (max-width: 749px) {
    .cart__note {
      min-height: 50px; } }

.cart__buttons .btn {
  margin-bottom: var(--g-hgutter); }
  @media only screen and (max-width: 749px) {
    .cart__buttons .btn {
      display: block;
      width: 100%; } }

.update-cart {
  display: none; }
  .no-js .update-cart {
    display: inline-block; }

/*================ Cart discounts ================*/
.cart-item__original-price,
.cart-item__discount {
  font-size: 80% !important;
  margin-bottom: 0 !important; }

/*================ Empty cart ================*/
.cart--no-cookies .cart--empty-message {
  display: none; }

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

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

/*================ Quantity selector ================*/
.js-qty {
  position: relative; }

.product-form__item .js-qty__input {
  border: 1px solid var(--g-color-heading); }

.js-qty--is-loading {
  opacity: 0.6; }

.js-qty__input {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center; }

.js-qty__adjust {
  position: absolute;
  top: 2px;
  bottom: 2px;
  text-align: center;
  width: 50px;
  padding: 0;
  background: none;
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 0;
  transition: background-color 0.03s ease-in; }
  .js-qty__adjust:hover, .js-qty__adjust:focus {
    background-color: #f2f2f2;
    transition-duration: 0.08s; }
  .js-qty__adjust .icon, .js-qty__adjust [class^=icon-] {
    width: 8px;
    height: 8px;
    font-size: 9px;
    fill: #222;
    font-weight: 600; }

.js-qty__adjust--minus {
  left: 2px; }
  .rtl .js-qty__adjust--minus {
    right: 2px;
    left: auto; }

.js-qty__adjust--plus {
  right: 2px; }
  .rtl .js-qty__adjust--plus {
    left: 2px;
    right: auto; }

/*================ Alert ================*/
#js-global-alert {
  position: fixed;
  top: 7%;
  right: 4%;
  width: 270px;
  transition: all ease .45s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999; }
  #js-global-alert .alert-content {
    font-size: calc(var(--g-font-size) - 1px); }
  #js-global-alert.active {
    top: 9%;
    opacity: 1;
    visibility: visible; }

/*================ Notification bar ================*/
.notification {
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: top 0.25s, visibility 0.25s, opacity 0.15s;
  transition-timing-function: cubic-bezier(0.33, 0.59, 0.14, 1);
  z-index: 100; }

.notification--promo {
  position: static;
  display: none; }

.notification--active {
  display: block;
  visibility: visible;
  /*   top: 100%; */
  opacity: 1; }

.notification__link {
  display: block;
  padding: var(--g-hgutter) 0; }
  .notification-adapt .notification__link {
    padding: 0; }
  .notification__link:hover u {
    text-decoration: none; }

.notification__inner {
  position: relative;
  overflow: visible;
  padding: var(--g-hgutter) 0; }
  .notification-adapt .notification__inner {
    padding: 0; }

.notification__inner--has-link {
  padding: 0; }

.notification__message {
  display: block;
  padding: 0 60px;
  text-align: center;
  font-weight: bold; }
  .notification-adapt .notification__message {
    background-color: var(--g-main);
    padding: 10px 60px; }
  .notification__message span {
    text-decoration: underline;
    white-space: nowrap; }

.notification--success,
.notification--promo {
  background-color: #28a745;
  color: white; }
  .notification--success a,
  .notification--promo a {
    color: white; }

.notification--success.notification-adapt,
.notification--promo.notification-adapt {
  background-color: transparent; }

.notification--error {
  color: #fff; }
  .notification--error a {
    color: #fff; }

.notification--wishlist, .notification--compare {
  background-color: #28a745; }

.notification--max {
  background-color: #dc3545; }

.notification__close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  padding: 0 var(--g-hgutter);
  color: inherit; }
  .rtl .notification__close {
    left: 20px;
    right: auto; }
  .notification__close .icon, .notification__close [class^=icon-] {
    fill: currentColor; }

/*================ Modals ================*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #666666;
  z-index: 999999;
  transition: all ease-in-out 0.2s; }
  .modal.modal--is-active {
    display: block;
    opacity: 1; }
  .template-password .modal {
    background-color: black; }
  .modal .modal-content {
    border: none;
    border-radius: 0; }

.modal-body {
  padding: 0 15px 15px; }

.modal-header {
  border: none; }
  .modal-header .close {
    z-index: 10;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    background-color: transparent;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-shadow: none; }
    .modal-header .close i {
      font-size: 12px;
      width: 12px;
      height: 12px;
      font-weight: 900; }
    .modal-header .close:hover {
      opacity: 1 !important; }

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 1140px; }
    .modal-dialog.modal-dialog--compare {
      max-width: 1140px; }
    .modal-dialog.modal-dialog--newsletter {
      max-width: 940px; } }

@media (min-width: 992px) {
  #shopify-section-pnewsletter-3 .modal-dialog.modal-dialog--newsletter {
    max-width: 650px; } }

@media (min-width: 992px) {
  .pnewsletter-2 .modal-dialog.modal-dialog--newsletter {
    max-width: 750px; } }

@media (max-width: 767px) {
  .bg-newsletter {
    min-height: 220px; } }

@media (min-width: 992px) {
  .popup-newsletter--content {
    min-height: 500px; } }

body.modal--is-active {
  overflow: hidden; }

.modal__inner {
  height: 100%;
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all ease-in-out 0.2s; }
  .modal--is-active .modal__inner {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.modal__centered {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .modal__centered .no-csstransforms {
    top: 20%; }

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: var(--g-gutter); }
  .rtl .modal__close {
    left: 0;
    right: auto; }
  .modal__close .icon, .modal__close [class^=icon-] {
    font-size: 20px;
    width: 40px;
    height: 40px;
    color: #fff; }

/*================ Featured collection card ================*/
.featured-card {
  display: block;
  position: relative;
  height: 100%;
  text-align: center;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px;
  background-color: #f4efe9;
  padding: 0 40px; }
  .featured-card:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.06);
    opacity: 0;
    transition: opacity 0.15s ease-in;
    z-index: 1; }
  .featured-card:hover:before {
    opacity: 1; }
  @media only screen and (min-width: 750px) {
    .medium-up--one-quarter .featured-card {
      height: 470px; } }
  @media only screen and (min-width: 750px) {
    .medium-up--one-third .featured-card {
      height: 530px; } }
  @media only screen and (min-width: 750px) {
    .medium-up--one-half .featured-card {
      height: 650px; } }
  .no-js .featured-card {
    height: 625px; }

@media only screen and (max-width: 749px) {
  .featured-card--contain {
    height: 100% !important; } }

.featured-card--cover {
  height: 380px !important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-width: 0; }

.featured-card__image-container {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 749px) {
    .featured-card--contain .featured-card__image-container {
      height: 100% !important;
      margin-bottom: 40px; } }

.featured-card__blank-image-container {
  position: relative;
  width: 100%;
  margin: 0 auto 40px; }
  .featured-card__blank-image-container .featured-card__image {
    position: relative; }
    @media only screen and (max-width: 749px) {
      .featured-card__blank-image-container .featured-card__image {
        max-width: 290px; } }

.featured-card__image {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  .no-js .featured-card__image {
    opacity: 1; }

.featured-card__header {
  padding: 30px 5% 10px;
  z-index: 1; }
  .featured-card--cover .featured-card__header {
    position: relative;
    display: inline-block; }
  @media only screen and (max-width: 749px) {
    .featured-card--contain .featured-card__header {
      height: 100% !important; } }

.featured-card__header--background {
  background-color: #f4efe9; }

.featured-card__title {
  font-size: 2em;
  margin-bottom: 0;
  color: var(--g-color-heading); }

.featured-card__action {
  font-size: var(--g-font-size);
  font-weight: bold;
  font-size: 0.92857em;
  color: var(--g-main); }
  .featured-card:hover .featured-card__action {
    color: inherit; }

.section-block {
  position: relative; }

.section-block--padding {
  padding: 30px; }

.section-block__header {
  margin-bottom: 30px; }

.section-block__header--padded {
  padding-top: 30px; }

.section-block__title,
.section-block__subtext {
  margin-bottom: 0; }

.section-abt-banner > {
  position: relative; }
  .section-abt-banner > img {
    width: 100%; }
  .section-abt-banner > .abt-bnr {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

/*================ Link block CTA ================*/
.link-block {
  position: relative;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 150px 20px;
  text-align: center;
  flex: 1;
  background-size: cover;
  background-position: top center; }
  .link-block:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.1;
    transition: opacity 0.2s ease;
    z-index: 1; }
  .link-block:hover:after {
    opacity: 0.3; }

.link-block__cta {
  word-break: break-word;
  z-index: 2;
  position: relative; }

.link-block-no-js {
  position: relative;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  flex: 1; }

/*================ Quote slider ================*/
.quotes-wrapper .quote__slide-wrapper {
  padding: 20px 10px; }

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

.author-avatar {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 20px; }

.quote-wrap {
  padding: 50px 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  text-align: center; }

/*================ Image content section ================*/
.image-content__image-container {
  position: relative; }

.image-content__image-wrapper {
  display: block;
  margin: 0 auto; }
  .image-content__image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }

/*================ Featured product section ================*/
.featured-product__text {
  margin-top: 5px; }
  @media only screen and (max-width: 749px) {
    .featured-product__text {
      text-align: center;
      position: relative;
      top: -50px;
      margin-bottom: -50px; } }

.featured-product__prices {
  margin-top: 10px; }

.featured-product__prices--policy-enabled {
  margin-bottom: 10px; }

@media only screen and (max-width: 749px) {
  .featured-product__image {
    text-align: center; } }

.featured-product__full-details {
  display: inline-block;
  margin-top: 20px;
  padding: 0 5px; }

/*================ Featured articles ================*/
.article-block {
  display: block;
  text-align: center; }
  @media only screen and (max-width: 749px) {
    .article-block {
      padding: 20px 0; } }

.article-block__image {
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (max-width: 749px) {
    .article-block__image {
      padding-bottom: 50%; } }

.article-block__info {
  padding: 20px 10px; }

.article-block__date {
  display: block;
  font-size: 0.875em;
  color: #666666; }

.article-block__date,
.article-block__title {
  margin-bottom: 5px; }

/*================ Featured content ================*/
.featured-content {
  position: relative;
  padding: 120px 20px 40px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 750px) {
    .featured-content {
      padding: 80px; } }

/*================ Parallax banner ================*/
.parallax-banner__wraper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat; }
  .parallax-banner__wraper.txt-left .parallax-banner__meta {
    margin-left: 10%; }
  .parallax-banner__wraper.txt-center {
    text-align: center; }
  .parallax-banner__wraper.txt-right {
    text-align: right; }
    .parallax-banner__wraper.txt-right .parallax-banner__meta {
      margin-right: 10%; }

.parallax-banner__title {
  font-size: 40px; }
  @media (max-width: 767px) {
    .parallax-banner__title {
      font-size: 30px; } }

@media (min-width: 992px) {
  .parallax-banner__wraper--has-background {
    background-size: cover; } }
.parallax-banner__meta {
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10;
  padding: 30px; }
  @media (min-width: 992px) {
    .parallax-banner__meta {
      padding: 60px; } }
  .parallax-banner__meta:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    content: "";
    z-index: -1; }

/*============================================================================
  Styles columns.liquid and gallery.liquid
    - Background images and positioning are handled with theme settings
==============================================================================*/
@media only screen and (max-width: 749px) {
  .column-flex {
    -webkit-flex-direction: column;
    flex-direction: column; } }

.column-flex__image {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  @media only screen and (min-width: 750px) {
    .column-flex__image {
      height: 380px; } }

.column-flex__image--tall {
  height: 300px; }
  @media only screen and (min-width: 750px) {
    .column-flex__image--tall {
      height: 520px; } }

.column-flex__content {
  padding: var(--g-gutter); }

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto; }

/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center; }

.align--top-right {
  text-align: right; }
  .rtl .align--top-right {
    text-align: left; }

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center; }

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right; }
  .rtl .align--middle-right {
    text-align: left; }

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center; }

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right; }
  .rtl .align--bottom-right {
    text-align: left; }

/*================ Video section ================*/
body.video-playing {
  overflow: hidden; }

.video-section {
  height: 200px; }
  @media only screen and (min-width: 750px) {
    .video-section {
      height: 380px; } }
  .video-section.video-section--tall {
    height: 300px; }
    @media only screen and (min-width: 750px) {
      .video-section.video-section--tall {
        height: 600px; } }

.video-section__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out; }
  .rtl .video-section__modal {
    right: 50%;
    left: auto; }
  @media only screen and (min-width: 750px) {
    .video-section__modal {
      width: 1170px; } }
  .video-section--loaded .video-section__modal {
    opacity: 1;
    pointer-events: auto;
    z-index: 16; }

.video-section__body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out; }
  .rtl .video-section__body-overlay {
    right: 0;
    left: auto; }
  .video-section--loaded .video-section__body-overlay {
    opacity: 1;
    pointer-events: auto;
    z-index: 15; }

.video-section__player,
.video-section__player iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden; }
  .rtl .video-section__player, .rtl
  .video-section__player iframe {
    right: 0;
    left: auto; }
  .video-section--loaded .video-section__player, .video-section--loaded
  .video-section__player iframe {
    z-index: 16;
    visibility: visible; }

.video-section__player-close {
  display: none;
  position: absolute;
  right: 20px;
  top: var(--g-gutter);
  width: 50px;
  height: 50px;
  line-height: 54px;
  background-color: #fff;
  border-radius: 50%;
  border: 0; }
  .rtl .video-section__player-close {
    left: 20px;
    right: auto; }
  .video-section__player-close:hover {
    opacity: 0.5; }
  .video-section--loaded .video-section__player-close {
    z-index: 17; }
  .video-section__player-close .icon, .video-section__player-close [class^=icon-] {
    fill: #000;
    width: 25px;
    height: 25px; }
  @media only screen and (max-width: 749px) {
    .video-section__player-close {
      top: var(--g-hgutter);
      left: 10px; }
      .rtl .video-section__player-close {
        right: 10px;
        left: auto; } }

.video-section__cover {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  transition: all 0.25s ease-out;
  z-index: 2; }
  .rtl .video-section__cover {
    right: 0;
    left: auto; }

.video-section__cover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.25s ease-out; }
  .rtl .video-section__cover-background {
    right: 0;
    left: auto; }

.video-section__cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .rtl .video-section__cover-overlay {
    right: 0;
    left: auto; }

.video-section__cover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 13px;
  text-align: center;
  opacity: 1;
  transition: opacity 0.25s ease-out;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.video-section__load-player-button {
  border: 0;
  line-height: 1;
  padding: var(--g-hgutter);
  background-color: var(--g-main);
  text-transform: uppercase;
  transition: all 0.25s ease;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  .video-section__load-player-button:hover {
    background-color: #eea463; }
  .video-section__load-player-button.video-section__load-player-button--large {
    padding: 0;
    background: none; }

.video-section__error {
  display: none;
  position: absolute;
  bottom: -40px;
  width: 50vw;
  min-width: 340px;
  left: 50%;
  color: #fff;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .rtl .video-section__error {
    right: 50%;
    left: auto; }
  .video-section--error .video-section__error {
    display: block; }

.video-section__load-player-text {
  margin-left: 10px;
  display: inline-block;
  letter-spacing: 0;
  font-size: 1.85714em;
  line-height: 1.2;
  color: white;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }
  .rtl .video-section__load-player-text {
    margin-right: 10px;
    margin-left: inherit; }
  @media only screen and (min-width: 990px) {
    .video-section__load-player-text {
      font-size: 2.28571em; } }

.video-section__load-player-icon {
  position: relative;
  top: 2px;
  margin: 0 auto;
  height: 20px;
  width: 20px;
  padding: 0;
  display: inline-block;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 750px) {
    .video-section__load-player-icon {
      top: 0; } }
  .video-section__load-player-button--large .video-section__load-player-icon {
    width: 60px;
    height: 60px; }

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1; }

  100% {
    transform: scale(2.5);
    opacity: 0; } }

.video-section__load-player-mark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .video-section__load-player-mark .anim-mark::before, .video-section__load-player-mark .anim-mark:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: pulse-border 2s ease-out infinite; }
  .video-section__load-player-mark .anim-mark:after {
    animation-delay: .75s; }
  .video-section__load-player-mark .anim-mark2:before {
    animation-delay: 1.5s; }
  .video-section__load-player-mark .anim-mark2:after {
    animation-delay: .75s; }

.video-section__load-player-button-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #f3bf91;
  border-bottom: 5px solid transparent;
  -ms-transform: translate(-34%, -50%);
  -webkit-transform: translate(-34%, -50%);
  transform: translate(-34%, -50%); }
  .rtl .video-section__load-player-button-triangle {
    right: 50%;
    left: auto; }
  .rtl .video-section__load-player-button-triangle {
    border-right: 7px solid #f3bf91;
    border-left: inherit; }
  .video-section__load-player-button--large .video-section__load-player-button-triangle {
    border-top: 10px solid transparent;
    border-left: 18px solid black;
    border-bottom: 10px solid transparent; }
    .rtl .video-section__load-player-button--large .video-section__load-player-button-triangle {
      border-right: 18px solid black;
      border-left: inherit; }

.video-section__load-player-button-circle {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  height: 20px;
  width: 20px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  transition: all 0.25s ease-out; }
  .rtl .video-section__load-player-button-circle {
    right: 0;
    left: auto; }
  .video-section__load-player-button--large .video-section__load-player-button-circle {
    background-color: #fff;
    width: 60px;
    height: 60px; }
  .video-section__load-player-button--large:hover .video-section__load-player-button-circle, .video-section__load-player-button--large:focus .video-section__load-player-button-circle {
    transform: scale(1.2); }

/*================ Global Product video ================*/
.js-play-button {
  position: absolute;
  bottom: 20px;
  left: 15px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: all ease .45s; }
  .product-card .js-play-button {
    left: 20px;
    top: auto;
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .js-play-button:hover {
    opacity: 0.6; }
  .js-play-button .icon-play {
    padding-left: 3px; }
    .rtl .js-play-button .icon-play {
      padding-right: 3px;
      padding-left: inherit; }
  .js-play-button .icon-pause {
    display: none; }
  .js-play-button.active .icon-play {
    display: none; }
  .js-play-button.active .icon-pause {
    display: inline-block; }

.js-product-video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all ease .45s;
  pointer-events: none; }
  .js-product-video.active {
    opacity: 1;
    z-index: 1; }

/*================ Global Wishlist ================*/
.js-wishlist-item {
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  height: 100%; }
  .js-wishlist-item img {
    width: 130px; }
  .js-wishlist-item h5 {
    font-size: 14px;
    margin: 15px 0 2px; }

.js-remove-wishlist {
  position: absolute;
  top: 17px;
  right: 20px;
  padding: 6px;
  line-height: 1;
  border-radius: 50%;
  font-size: 9px; }
  .js-remove-wishlist i {
    font-size: 12px;
    width: 12px;
    height: 12px; }

/*================ Global Recently viewed ================*/
/*================ Global Compare ================*/
.js-compare-content {
  text-align: center; }
  .js-compare-content .compare-item + .compare-item {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .rtl .js-compare-content .compare-item + .compare-item {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-left: inherit; }
  .js-compare-content .compare-item svg {
    width: 14px;
    height: 14px; }
  .js-compare-content span[class^="alert-"] {
    padding: 0 5px; }

.js-btn-compare span {
  margin-left: 5px; }
  .rtl .js-btn-compare span {
    margin-right: 5px;
    margin-left: inherit; }
@media (max-width: 991px) {
  .js-btn-compare {
    display: none; } }
.js-btn-compare [class^=svg-] + [class^=icon-] {
  display: none; }
.js-btn-compare.added [class^=svg-] {
  display: none; }
  .js-btn-compare.added [class^=svg-] + [class^=icon-] {
    display: inline-block; }
.product-single .js-btn-compare {
  cursor: pointer; }
  .product-single .js-btn-compare [class^=icon-] {
    width: 16px; }

.js-compare-content a {
  color: #222;
  text-decoration: underline; }

/*================ Low stocks alert ================*/
.js-hurrify {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }
  .js-hurrify .progress {
    height: 9px; }
  .js-hurrify .progress-bar {
    background: #dc3545;
    background: -webkit-gradient(linear, left top, right top, from(#dc3545), to(#ffc107));
    background: -o-linear-gradient(left, #dc3545, #ffc107);
    background: linear-gradient(to right, #dc3545, #ffc107); }

/*================ Global Countdown ================*/
.product-card .js-countdown {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  transition: all ease .45s; }
  @media (max-width: 991px) {
    .product-card .js-countdown {
      display: none; } }
.site-nav .js-countdown {
  display: none !important; }
.product-card:hover .js-countdown {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

.js-countdown--1 {
  padding-top: 20px; }
  .js-countdown--1 li {
    padding: 10px;
    width: 55px;
    text-align: center;
    color: white;
    background-color: #F7F8FA;
    color: #000;
    border-radius: 4px;
    margin: 0px 5px;
    font-size: calc(var(--g-font-size) - 1px); }
    .js-countdown--1 li:fisrt-child {
      margin-left: 0; }
    .product-card .js-countdown--1 li {
      font-size: calc(var(--g-font-size) - 2px); }
  .js-countdown--1 .countdown-time {
    display: block;
    font-weight: bold; }
    .product-card .js-countdown--1 .countdown-time {
      font-size: var(--g-font-size); }

.countdownhtml {
  background-repeat: no-repeat;
  background-position: center; }
  .countdownhtml .title-countdown {
    font-size: 40px;
    position: relative;
    padding-bottom: 46px; }
    .countdownhtml .title-countdown:before {
      position: absolute;
      content: "";
      bottom: 0;
      width: 60px;
      height: 2px;
      background-color: var(--g-main);
      left: 50%;
      transform: translateX(-50%); }

.js-countdown--2 li {
  text-align: center;
  color: var(--g-color-heading);
  background: white;
  text-align: center;
  font-size: 46px;
  line-height: 24px;
  padding: 10px 30px;
  position: relative;
  background-color: transparent; }
  .js-countdown--2 li:before {
    content: ":";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px; }
  .js-countdown--2 li:last-child:before {
    content: ""; }
.js-countdown--2 .countdown-text {
  font-size: 16px; }
.js-countdown--2 .countdown-time {
  display: block;
  font-weight: 500; }
  .js-countdown--2 .countdown-time b {
    font-weight: 500; }
  .product-card .js-countdown--2 .countdown-time {
    font-size: var(--g-font-size); }

/*================ Global Swatch in grid item ================*/
.product-card__swatch {
  padding: 20px 0;
  width: 100%;
  left: 0;
  bottom: 0; }
  .product-card__swatch li {
    cursor: pointer;
    display: inline-block;
    margin: 0 3px 10px;
    vertical-align: middle; }
    .product-card__swatch li img {
      border: 2px solid transparent;
      width: 35px; }
    .product-card__swatch li.active img {
      border-color: var(--g-main); }
  .site-nav .product-card__swatch {
    display: none; }

.close-notifi {
  background-color: var(--g-cta-button);
  color: white; }

/*================ Global Review ================*/
.review {
  margin-bottom: 10px;
  display: inline-block; }
  .review .spr-badge-starrating {
    margin-right: 8px; }
  .review .jdgm-prev-badge__stars {
    color: #666;
    font-size: calc(var(--g-font-size) - 2px); }
    .review .jdgm-prev-badge__stars .jdgm-star {
      color: #f3bf91; }
  .review .jdgm-preview-badge {
    color: #666;
    font-size: calc(var(--g-font-size) - 2px); }
    .review .jdgm-preview-badge .jdgm-star {
      color: #f3bf91; }
  .review .jdgm-prev-badge__text {
    display: none; }
  .review .spr-badge {
    color: #666;
    font-size: calc(var(--g-font-size) - 2px); }
    .review .spr-badge .spr-badge-caption {
      position: relative;
      top: 1px; }
    .review .spr-badge .spr-icon {
      font-size: calc(var(--g-font-size) - 4px);
      opacity: 1;
      color: #666; }
    .review .spr-badge .spr-icon-star, .review .spr-badge .spr-icon-star-half-alt {
      color: #fab000 !important; }
  .photos__item--main .review {
    position: absolute;
    top: 15px;
    left: 15px; }

.spr-container {
  padding: 0;
  border: none; }

.spr-summary-actions-newreview {
  padding: 7px 15px;
  font-size: 12px;
  margin-top: -5px; }
  @media (max-width: 576px) {
    .spr-summary-actions-newreview {
      margin-top: 15px; } }

/*================ Global Free shipping ================*/
.mini-cart-total {
  margin-top: 20px;
  padding: 15px 0px 0px;
  border-top: 1px solid #e9e9e9;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 600; }
  .mini-cart-total .js-cart-total {
    float: right; }

.js-free-shipping {
  position: relative;
  height: 30px;
  margin: 15px 0;
  background: #343a40;
  border-radius: 0;
  font-size: val(--g-font-size); }
  #jsCrosssell .js-free-shipping {
    margin-bottom: 0; }
    #jsCrosssell .js-free-shipping .progress-bar {
      -webkit-animation: none;
      animation: none; }
  .mini-cart-content .js-free-shipping .progress-bar {
    -webkit-animation: none;
    animation: none; }

.mini-cart-content .js-free-shipping-text {
  font-size: calc(val(--g-font-size) - 2px); }

.free-shipping-content {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: white;
  font-weight: bold;
  left: 0; }
  .free-shipping-content .svg, .free-shipping-content [class^=svg-] {
    margin: -2px 10px 0 0; }

/*================ Global Collection ================*/
.slider-range-wr {
  margin: 0; }

#js-slider-range {
  margin-bottom: 20px;
  height: 2px;
  margin-left: 7px;
  margin-right: 7px;
  border-color: #000; }
  #js-slider-range .ui-slider-handle {
    border-radius: 50%;
    top: -9px;
    border: none;
    background-color: #000; }

.slider-range-wr .amount {
  text-align: center;
  color: var(--g-color-heading); }

.js-col {
  transition: all ease .45s; }

.js-btn-view {
  border: 1px solid gainsboro;
  width: 36px;
  height: 35px;
  position: relative;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  text-align: center;
  font-size: 0;
  vertical-align: middle;
  margin-right: -1px;
  z-index: 1; }
  .js-btn-view:before {
    box-shadow: 13px 0 0 gainsboro;
    background: gainsboro;
    content: "";
    top: 13px;
    position: absolute;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%; }
  .js-btn-view.active {
    border-color: var(--g-main);
    z-index: 2; }
    .js-btn-view.active:before {
      background-color: var(--g-main);
      box-shadow: 13px 0 0 var(--g-main); }

.btn-view-3 {
  width: 49px; }
  .btn-view-3:before {
    box-shadow: 13px 0 0 gainsboro, 26px 0 0 gainsboro; }
  .btn-view-3.active:before {
    box-shadow: 13px 0 0 #f3bf91, 26px 0 0 #f3bf91; }

.btn-view-4 {
  width: 62px; }
  .btn-view-4:before {
    box-shadow: 13px 0 0 gainsboro, 26px 0 0 gainsboro, 39px 0 0 gainsboro; }
  .btn-view-4.active:before {
    box-shadow: 13px 0 0 #f3bf91, 26px 0 0 #f3bf91, 39px 0 0 #f3bf91; }

.btn-view-5 {
  width: 74px; }
  .btn-view-5:before {
    box-shadow: 13px 0 0 gainsboro, 26px 0 0 gainsboro, 39px 0 0 gainsboro, 52px 0 0 gainsboro; }
  .btn-view-5.active:before {
    box-shadow: 13px 0 0 #f3bf91, 26px 0 0 #f3bf91, 39px 0 0 #f3bf91, 52px 0 0 #f3bf91; }

.btn-view-6 {
  width: 67px; }
  .btn-view-6:before {
    box-shadow: 10px 0 0 gainsboro, 20px 0 0 gainsboro, 30px 0 0 gainsboro, 40px 0 0 gainsboro, 50px 0 0 gainsboro; }
  .btn-view-6.active:before {
    box-shadow: 10px 0 0 #f3bf91, 20px 0 0 #f3bf91, 30px 0 0 #f3bf91, 40px 0 0 #f3bf91, 50px 0 0 #f3bf91; }

.js-toggle-filter {
  width: 200px;
  height: 44px;
  background-color: var(--g-color-heading);
  color: #fff; }

/*================ Fixed swatch variant & crollsell popup ================*/
.single-option-radio {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative; }
  .single-option-radio input {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }
  .single-option-radio label {
    position: relative;
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    margin: 3px 8px 7px 0;
    background-color: #fff;
    border: 2px solid #fff;
    color: var(--g-color-heading);
    background-position: center;
    background-size: cover;
    min-width: 40px;
    text-align: center;
    height: 40px;
    vertical-align: middle; }
    .single-option-radio label.disabled:before {
      position: absolute;
      content: "";
      left: 50%;
      top: 0;
      bottom: 0;
      border-left: 1px solid;
      border-color: var(--g-main);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .single-option-radio input[type=radio]:checked + label {
    border-color: var(--g-main); }
  .single-option-radio input[type=radio]:focus + label {
    background-color: #f2f2f2; }

.js-cross-select {
  margin: 10px 0; }
  .js-cross-select option[disabled] {
    color: #dedfdc; }

.block-cross-sell {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .block-cross-sell h4 {
    margin-bottom: 30px;
    font-weight: 600; }

.row-crosssell {
  text-align: center; }
  .row-crosssell > div {
    padding-bottom: 15px; }

.js-contact-soldout .btn-waitlist, .js-contact-soldout .shopify-payment-button .shopify-payment-button__button, .shopify-payment-button .js-contact-soldout .shopify-payment-button__button {
  line-height: 58px;
  padding: 0px 20px; }
.js-contact-soldout input {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0; }

.cross-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  max-width: 250px; }
  @media (max-width: 767px) {
    .cross-item {
      -webkit-flex: 0 0 50%;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%; } }

.cross-item-money > span {
  color: var(--g-main);
  font-weight: 700; }

.cross-item-title {
  font-weight: 700;
  color: #000;
  margin: 10px 0 0; }

.cross-item-image {
  display: inline-block;
  width: 100%;
  position: relative; }
  .cross-item-image svg, .cross-item-image i {
    width: 100%;
    left: 0;
    fill: #fff;
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    transition: all ease .45s;
    margin-top: -17px;
    font-size: 24px;
    line-height: 34px; }
    @media (max-width: 991px) {
      .cross-item-image svg, .cross-item-image i {
        opacity: 1;
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
  .cross-item-image:before {
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    content: "";
    position: absolute;
    opacity: 0;
    transition: all ease .45s;
    opacity: 0.5; }
  .cross-item-image:hover svg, .cross-item-image:hover i {
    opacity: 1;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.js-cross-added img {
  max-height: 130px; }
.js-cross-added h5 {
  margin-top: 10px; }
.js-cross-added .alert {
  font-size: calc(val(--g-font-size) + 1px);
  padding: 5px; }

.cross-cart-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .cross-cart-wrap h4 {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px solid rgba(0, 0, 0, 0.1); } }

@media (min-width: 576px) and (max-width: 991px) {
  .modal-dialog--crosssell {
    max-width: calc(100% - 30px); } }
@media (min-width: 992px) {
  .modal-dialog--crosssell {
    max-width: 920px; } }

.cross-cart-items {
  max-height: 270px;
  overflow-y: scroll;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: rgba(128, 128, 128, 0.1); }
  @media (max-width: 991px) {
    .cross-cart-items {
      display: none; } }

/*================ Menu video ================*/
.js-menu-video, .js-video {
  position: relative;
  cursor: pointer;
  background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3RENGREQ4QjY2QTExRTlCQ0VBQUY5QTM4NjMzMUU1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ3RENGREQ5QjY2QTExRTlCQ0VBQUY5QTM4NjMzMUU1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDdEQ0ZERDZCNjZBMTFFOUJDRUFBRjlBMzg2MzMxRTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDdEQ0ZERDdCNjZBMTFFOUJDRUFBRjlBMzg2MzMxRTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQEBAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAEsAhwDAREAAhEBAxEB/8QAiAABAAMAAwEBAQAAAAAAAAAAAAYHCAMEBQkCAQEBAAAAAAAAAAAAAAAAAAAAABAAAQQBAwIEAwMHCQYEBwAAAQACAwQFEQYHIRIxQRMIUSIUYXEVgTJCI3S0FpFSYoKyszV1N3IzNlZ2ONGTFxihotJD04SVEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwD7sICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIM08n82bp433IcRPtandx1qMWMTkjNKz1oj0cCO0gPY7oRr8D5oL+2/nKG5cLjM9i5PVoZWuyeuT4gOHVjgPBzTq0jyIQZ65B9wk+2N4T7U27gYc/JTMdezM6R4cbjz1hjawHu7dWt+PdqPJBozEyZKbGUZcxBDVyksLX3qtdxfHFI4aljXHq7t8NfNB6KAgICAgICAgztf5syVPliPjluDrPqPyVaicmZX+p2zsY8u7NNNR36eKDRKAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICCr+W+PoOQ9p2cdG1jc1Q1tYGy46ds4HWNx/myD5T9uh8kGQeNeYr3HG2927YvV5XXY2ySbchlaT9Pec4RSxytJBa0H5yOnVrh4uQTD248fS5vL2ORc8x1iChM9uHM2rnT3XdZLBJ/O9PU6H+edfFqC5+YOaIOOfp8PiqceU3Pdi9ZkMxPoVonEta+UMIc4uIOjAR06kjpqFOXuTvcPt+jHufM7fjiwbwx7mT0WiJjX6aeqI3iaMHw+cjx+OiDRfFvJ2N5Lw0tyCD6DLY5zI8vjC7v9NzwSyRjuhLH6HTUeII8tSFWZLmHdlTmiPYEUWP/AnZWrTL3QvNj05o43O+f1NNdXHT5UFw8qboyWzNhZ3cmIbC7I436X6dthpfH+utQwu7mhzSfledOvigj3CO+83yFtTIZrPMqsuVctLSjFSN0bPTZBBINQ5zzrrIfNBQ933IbwxW6dw4uzj6F2lj7V6njK8MDxK+WN74q/e71DqAQC7QanwGiC0eE97ckbtym46+9KjatTGwQSQskpOqTNksOd2Nbr26s7WO8Wk+HX4holB86+Q84zbXPuUz767rbcRlKlr6Vh7TIY68RDQTrpqfPRBPtwcqe4DCwN3RkNtQ4bbsrmmOtJUD4mMefkEx7/WaTqBq4t1Php4INI8Y8h0OSNuNzFeH6O9Wk+my+PJ7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pp4IIBkOXeZ85gnbVi2ZdqZq1GKtnM1qduK0R4Oc1gAEb3ebh0HXQN6aBo3iPb28cJtg/wAdZq3lszkXiU1Lk5smpEG6NiL3F2rj1LupHl5IM3ZjYfIXDO9bG6tiYyTNYCd0giigidY0rSuDnVrMUfzgNIGj29OgOoOoQdDdec5c5tlx+Ar7PsYjEwTNlkiEU0UHq6FoksWJg0aMDjo0fyOOiDXvHOyq+wNp47bsMoszw902RtgaCazL1kcB8B0a37AEE5QEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQf/9k=") no-repeat center; }
  .js-menu-video video, .js-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }

/*================ Loading color ================*/
.spinner-grow, .spinner-border {
  color: #6c757d; }

/*================ Banners ================*/
.g-banner:after {
  content: '';
  display: table;
  clear: both; }

.g-banner figure {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
  margin: 0; }

.g-banner figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.g-banner figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.g-banner figure figcaption::after,
.g-banner figure figcaption::before {
  pointer-events: none; }

.g-banner figure figcaption,
.g-banner figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.g-banner figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.g-banner figure h2 {
  font-weight: 300;
  font-size: calc(val(--g-font-size) + 10px); }

.g-banner figure h2 span {
  font-weight: 800; }

.g-banner figure h2,
.g-banner figure p {
  margin: 0;
  color: white; }

.g-banner figure p {
  font-size: 15px;
  text-transform: none;
  line-height: 1.7; }

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 1;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

figure.effect-lily figcaption {
  text-align: left; }

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%; }

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform .35s;
  transition: transform 0.35s; }

figure.effect-lily p {
  opacity: 0;
  -webkit-transition: opacity .2s, -webkit-transform .35s;
  transition: opacity 0.2s, transform 0.35s; }

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 0.7; }

figure.effect-lily:hover h2,
figure.effect-lily:hover img,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-lily:hover p {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
  -webkit-transition-duration: .35s;
  transition-duration: 0.35s; }

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #000;
  -webkit-transition: -webkit-transform .35s, color .35s;
  transition: transform .35s, color .35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

figure.effect-sadie p {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0); }

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0, #05abe0 100%); }

figure.effect-roxy img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0); }

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0); }

figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left; }

figure.effect-roxy h2 {
  padding: 30% 0 10px 0; }

figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

figure.effect-roxy:hover img {
  opacity: .7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-bubba {
  background: black; }

figure.effect-bubba img {
  opacity: .7;
  -webkit-transition: opacity .35s;
  transition: opacity 0.35s; }

figure.effect-bubba:hover img {
  opacity: 0.4; }

figure.effect-bubba figcaption::after,
figure.effect-bubba figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }

figure.effect-bubba h2 {
  padding-top: 15%;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0); }

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-bubba:hover figcaption::after,
figure.effect-bubba:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

figure.effect-romeo img {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-romeo:hover img {
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 200px);
  transform: translate3d(0, 0, 200px); }

figure.effect-romeo figcaption::after,
figure.effect-romeo figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

figure.effect-romeo:hover figcaption::before {
  opacity: .5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg); }

figure.effect-romeo:hover figcaption::after {
  opacity: .5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

figure.effect-romeo h2,
figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .35s;
  transition: transform 0.35s; }

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0); }

figure.effect-romeo p {
  padding: .25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0); }

figure.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0); }

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0); }

figure.effect-layla {
  background: black; }

figure.effect-layla figcaption {
  padding: 30px; }

figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before {
  position: absolute;
  content: '';
  opacity: 0; }

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

figure.effect-layla h2 {
  padding-top: 12%;
  -webkit-transition: -webkit-transform .35s;
  transition: transform 0.35s; }

figure.effect-layla p {
  padding: .5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

figure.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-layla figcaption::after,
figure.effect-layla figcaption::before,
figure.effect-layla img,
figure.effect-layla p {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-layla:hover img {
  opacity: .7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover img,
figure.effect-layla:hover p {
  -webkit-transition-delay: .15s;
  transition-delay: 0.15s; }

figure.effect-honey {
  background: black; }

figure.effect-honey img {
  opacity: .9;
  -webkit-transition: opacity .35s;
  transition: opacity 0.35s; }

figure.effect-honey:hover img {
  opacity: 0.5; }

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform .35s;
  transition: transform 0.35s; }

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0, #9b4a1b 40%, #3a342a 100%); }

figure.effect-oscar img {
  opacity: .9;
  -webkit-transition: opacity .35s;
  transition: opacity 0.35s; }

figure.effect-oscar figcaption {
  padding: 30px;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color .35s;
  transition: background-color 0.35s; }

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: ""; }

figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: scale(0);
  transform: scale(0); }

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0); }

figure.effect-oscar:hover img {
  opacity: 0.4; }

figure.effect-marley figcaption {
  text-align: right; }

figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0; }

figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-ruby {
  background-color: black; }

figure.effect-ruby img {
  opacity: .7;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }

figure.effect-ruby:hover img {
  opacity: .5;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-ruby h2 {
  margin-top: 4%;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0); }

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1); }

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

figure.effect-milo {
  background: black; }

figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-milo:hover img {
  opacity: .5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em; }

figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-dexter {
  background: -webkit-linear-gradient(top, #258dc8 0, #683c13 100%);
  background: linear-gradient(to bottom, #258dc8 0, #683c13 100%); }

figure.effect-dexter img {
  -webkit-transition: opacity .35s;
  transition: opacity 0.35s; }

figure.effect-dexter:hover img {
  opacity: 0.4; }

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left; }

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0); }

figure.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-sarah {
  background: black; }

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-sarah:hover img {
  opacity: .4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-sarah figcaption {
  text-align: left; }

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0; }

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #000;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

figure.effect-zoe h2 {
  float: left;
  color: black; }

figure.effect-zoe p {
  color: black; }

figure.effect-zoe p.icon-links a {
  float: right;
  color: #000;
  font-size: 1.4em; }

figure.effect-zoe:hover p.icon-links a:focus,
figure.effect-zoe:hover p.icon-links a:hover {
  color: black; }

figure.effect-zoe p.description {
  position: absolute;
  bottom: 100%;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
  -webkit-backface-visibility: hidden; }

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: feathericons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

figure.effect-zoe h2 {
  display: inline-block; }

figure.effect-zoe:hover p.description {
  opacity: 1; }

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms; }

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: .1s;
  transition-delay: 0.1s; }

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: .15s;
  transition-delay: 0.15s; }

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: .2s;
  transition-delay: 0.2s; }

figure.effect-chico img {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: scale(1);
  transform: scale(1); }

figure.effect-chico:hover img {
  opacity: .5;
  -webkit-transform: scale(1.12);
  transform: scale(1.12); }

figure.effect-chico figcaption {
  padding: 3em; }

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-chico h2 {
  padding: 20% 0 20px 0; }

figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

@media screen and (max-width: 767px) {
  .content {
    padding: 0 10px;
    text-align: center;
    font-size: 12px; }

  .g-banner figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%; } }
/*================ 3 images Hover Banners ================*/
.hover-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40vh; }
  .hover-banners .layout-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    transition: ease .5s;
    margin: 0;
    line-height: 0;
    position: relative; }
    .hover-banners .layout-box img {
      width: 200%;
      height: calc(100%);
      -o-object-fit: cover;
      object-fit: cover;
      transition: ease .5s; }
    .hover-banners .layout-box span {
      font-size: 3.8vh;
      display: block;
      text-align: center;
      height: 10vh;
      line-height: 2.6;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      color: white; }
  .hover-banners .layout-box:hover {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
  .hover-banners .layout-box:hover img {
    width: 100%;
    height: 100%; }

/*================ Split banner ================*/
.split-banner-1 {
  background: white;
  display: inline-block;
  padding: 15px; }
  .split-banner-1:before {
    position: absolute;
    width: 50%;
    top: calc(50% - 8px);
    height: 15px;
    line-height: 15px;
    content: "";
    background: white;
    text-align: center; }
  .split-banner-1:after {
    position: absolute;
    width: 50%;
    content: "";
    right: 0;
    height: 100%;
    top: 0;
    border-width: 0 0 0 15px;
    border-style: solid;
    border-color: white; }

/*================ Masonry banner ================*/
.js-masonry .grid-sizer {
  width: 1%; }
.js-masonry .grid-item {
  padding: 0 10px; }
  @media (max-width: 991px) {
    .js-masonry .grid-item {
      width: 50% !important; } }
  @media (max-width: 767px) {
    .js-masonry .grid-item {
      width: 100% !important; } }

/*================ Instagram ================*/
.instagram .instagram-item {
  position: relative;
  display: block; }
  .instagram .instagram-item:hover:after {
    opacity: 1; }
  .instagram .instagram-item:after {
    font-family: 'icomoon';
    content: "\e929";
    font-size: 18px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    opacity: 0;
    transition: all ease .45s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }

/*================ Lookbook ================*/
.lookbook__dot {
  position: absolute;
  z-index: 100;
  width: 15px;
  height: 15px;
  border-radius: 10px; }
  .lookbook__dot:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: inherit;
    border-radius: 25px;
    opacity: .3;
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-animation: pulse 2.5s linear;
    animation: pulse 2.5s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .lookbook__dot:after {
    content: "";
    width: 25px;
    height: 25px;
    background-color: inherit;
    border-radius: 25px;
    opacity: .3;
    position: absolute;
    top: -5px;
    left: -5px; }

.lookbooks-item img {
  width: 100%; }

.lookbook__slide .product-card {
  height: auto;
  width: 100%; }

.lookbook__instagram {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 7px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

  70% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2; }

  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

  70% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2; }

  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0; } }

/*================ Pricing Plan ================*/
.pricing-plan--1 {
  position: relative;
  overflow: hidden;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url(//cdn.shopify.com/s/files/1/0266/5745/6207/files/pricing-plan.svg?5609);
  mask-image: url(//cdn.shopify.com/s/files/1/0266/5745/6207/files/pricing-plan.svg?5609);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }
  @media (min-width: 1500px) {
    .pricing-plan--1:after {
      content: "";
      position: absolute;
      bottom: 133px;
      left: 0;
      width: 100%;
      display: block;
      z-index: 999;
      height: 1px;
      background-size: 10px 3px;
      background-image: linear-gradient(90deg, #e5e5e5, #e5e5e5 75%, transparent 75%, transparent 100%); } }
  .pricing-plan--1:hover {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  .pricing-plan--1 .plan-title {
    letter-spacing: .2rem; }
  .pricing-plan--1 .plan-price {
    font-size: 60px;
    font-weight: 500;
    color: black;
    line-height: normal; }
  .pricing-plan--1.pricing-plan--special .plan-price {
    color: white; }
  .pricing-plan--1.pricing-plan--special .plan-link {
    background-color: white;
    color: black;
    background-image: none !important; }

/*================ Schedule ================*/
.schedule-day:after {
  position: absolute;
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 15px solid var(--g-main); }

.schedule-speaker {
  border-bottom: 1px dashed #e5e5e5; }
  .schedule-speaker .media-meta {
    width: 200px;
    padding-right: 30px; }
    .rtl .schedule-speaker .media-meta {
      padding-left: 30px;
      padding-right: inherit; }

.body-theme.template-index.body-announcement-bar .site-header--transparent.site-header--sticky.active {
  top: 0; }

#yReplayBox {
  display: none !important; }

.tooltip-inner {
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  border-radius: 0; }

.text-primary {
  color: var(--g-main) !important; }

.text-primary2 {
  color: var(--g-main-2) !important; }

/*! locomotive-scroll v3.3.2 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }

.c-scrollbar:hover {
  transform: scaleX(1.45); }

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1; }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.site-footer .site-footer__section-title {
  font-size: 18px;
  margin-bottom: 12px; }

a.qv-view-product {
  color: var(--g-color-heading);
  text-decoration: underline; }

.footer-email .form-control {
  border-width: 0 0 2px 0;
  border-radius: 0;
  background: transparent;
  border-bottom-color: #4c4c4c;
  padding: 0;
  outline: none;
  box-shadow: none;
  color: var(--footer-title) !important;
  flex: unset;
  width: 100%; }
  .footer-email .form-control:active, .footer-email .form-control:focus {
    border-bottom-color: #fff;
    box-shadow: none; }
.footer-email .btn-underline {
  color: var(--g-main) !important;
  border-bottom-color: var(--g-main) !important;
  visibility: hidden; }

.btn-border {
  border: 2px solid var(--g-cta-button) !important;
  padding: 8px 40px;
  color: var(--g-cta-button) !important;
  text-transform: uppercase; }
  .btn-border:hover {
    background: var(--g-main-2) !important; }

.btn-underline {
  text-transform: uppercase;
  border-width: 0 0 2px 0;
  border-bottom-color: var(--g-cta-button) !important;
  color: var(--g-cta-button) !important;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  font-weight: 600; }
  .btn-underline:hover {
    color: var(--g-main-2) !important;
    border-bottom-color: var(--g-main-2) !important; }

.btn-underline-primary {
  color: var(--g-main) !important;
  border-bottom-color: var(--g-main) !important; }

.btn-underline-white {
  color: #fff !important;
  border-bottom-color: #fff !important; }
  .btn-underline-white:hover {
    color: #fff !important;
    border-bottom-color: #fff !important; }

.site-footer__copyright a {
  color: var(--g-main) !important; }

#jsQuickview .qv-product-description p {
  font-size: 13px;
  line-height: 24px; }
#jsQuickview .qv-product-price .money {
  font-size: 24px; }

.template-404 .main-content {
  padding: 0 !important; }
.template-404 .breadcrumb {
  display: none; }
.template-404 .page-404 {
  min-height: 750px; }

.page_404 {
  background-color: #f4efe9; }

.parallax-container {
  overflow: hidden; }
  .parallax-container .simpleParallax {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    .parallax-container .simpleParallax img {
      object-fit: cover;
      object-position: 50% 50%;
      width: 100%;
      width: 100%;
      max-width: max-content;
      height: 100%; }

.services-section .media-body svg {
  height: 50px;
  width: 50px; }
.services-section .media-body h6 {
  font-weight: 400; }

.bg-herovideo .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .bg-herovideo .hero-video video {
    position: relative;
    object-fit: cover;
    object-position: 50% 20%;
    font-family: "object-fit: cover";
    width: 100%;
    height: 100%;
    pointer-events: none; }
.bg-herovideo.txt-left .parallax-banner__meta {
  margin-left: 10%; }
.bg-herovideo.txt-center {
  text-align: center; }
.bg-herovideo.txt-right {
  text-align: right; }
  .bg-herovideo.txt-right .parallax-banner__meta {
    margin-right: 10%; }

.form-group .form-control, .form-group .form-control-area {
  border-radius: 0;
  background: transparent;
  border: 1px solid #e3e7e8;
  padding: 0;
  outline: none;
  box-shadow: none;
  color: var(--g-color-heading);
  height: 50px;
  line-height: 48px;
  padding: 10px; }
  .form-group .form-control:active, .form-group .form-control:focus, .form-group .form-control-area:active, .form-group .form-control-area:focus {
    border-color: var(--g-color-heading);
    box-shadow: none; }
  .form-group .form-control::placeholder, .form-group .form-control-area::placeholder {
    color: #000;
    opacity: 1; }
.form-group .form-control-area {
  height: 140px;
  border: 1px solid #e3e7e8;
  line-height: 28px; }

.js-ab-close i {
  font-size: 14px; }

.list-styled li {
  line-height: 28px; }

.nav-tab-info-vertical .card {
  border: none;
  background-color: transparent; }
  .nav-tab-info-vertical .card .card-header {
    padding: 12px 0px 12px 0;
    background-color: transparent;
    border-bottom: 1px solid #f3bf91;
    text-transform: uppercase;
    font-weight: 600; }
    .nav-tab-info-vertical .card .card-header i {
      margin-right: 0px;
      font-size: 14px;
      transition: transform 0.2s ease;
      float: right;
      color: #f3bf91; }
    .nav-tab-info-vertical .card .card-header .card-link {
      color: var(--g-color-heading); }
    .nav-tab-info-vertical .card .card-header.active-acc .card-link i {
      transform: rotate(180deg); }

.FaqSummary .FaqSummary__Item {
  list-style: none; }
  .FaqSummary .FaqSummary__Item .FaqSummary__Link {
    display: block;
    color: #707070;
    font-size: 16px;
    padding-bottom: 20px;
    text-transform: uppercase; }
  .FaqSummary .FaqSummary__Item.is-active .FaqSummary__Link {
    text-decoration: underline; }

.faqs-content .Heading {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px; }
.faqs-content .Faq__Item--lastOfSection {
  margin-bottom: 30px; }
.faqs-content .Faq__Item .Faq__Question {
  display: block;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 7px 0;
  margin-bottom: 5px;
  color: #000;
  padding-left: 20px;
  position: relative; }
  .faqs-content .Faq__Item .Faq__Question:before {
    content: "\73";
    font-family: "dlumiere" !important;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 13px; }
  .faqs-content .Faq__Item .Faq__Question.ques_show:before {
    content: "\74"; }
.faqs-content .Faq__Item .Faq__AnswerWrapper {
  display: none;
  padding-left: 20px;
  padding-bottom: 15px;
  padding-top: 5px; }

.reviews .jdgm-rev-widg {
  padding: 0;
  border: none; }
.reviews .jdgm-rev {
  border-top-color: #f3bf91;
  padding-bottom: 15px; }
  .reviews .jdgm-rev:last-child {
    border-bottom: 1px solid #f3bf91; }
.reviews .jdgm-star {
  color: #f3bf91 !important; }
.reviews .jdgm-rev-widg__title {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px; }
.reviews .jdgm-rev__author-wrapper {
  margin-top: 5px;
  display: block; }
.reviews .jdgm-rev__content .jdgm-rev__title {
  margin-bottom: 5px; }
.reviews .jdgm-write-rev-link {
  background: #f3bf91;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }
  .reviews .jdgm-write-rev-link:hover {
    background: #707070; }
.reviews .jdgm-submit-rev {
  background: #f3bf91;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px; }
  .reviews .jdgm-submit-rev:hover {
    background: #707070; }

#shopify-product-reviews .spr-container {
  padding: 0;
  border: none; }
  #shopify-product-reviews .spr-container .spr-review-header-title {
    font-size: 14px;
    margin-bottom: 10px; }
  #shopify-product-reviews .spr-container .spr-review-header-byline {
    font-style: normal;
    font-size: 12px;
    font-size: 12px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 1; }
  #shopify-product-reviews .spr-container .spr-review-content-body {
    line-height: 28px; }
  #shopify-product-reviews .spr-container .spr-summary .spr-icon {
    font-size: 14px; }
  #shopify-product-reviews .spr-container .spr-summary .spr-icon-star, #shopify-product-reviews .spr-container .spr-summary .spr-icon-star-half-alt {
    color: #fab000; }
#shopify-product-reviews .spr-reviews .spr-icon {
  font-size: 12px; }
#shopify-product-reviews .spr-reviews .spr-icon-star, #shopify-product-reviews .spr-reviews .spr-icon-star-half-alt {
  color: #fab000; }
#shopify-product-reviews .spr-form-title {
  margin-bottom: 50px; }
#shopify-product-reviews .spr-form-contact {
  margin-right: calc(0px - var(--g-hgutter));
  margin-left: calc(0px - var(--g-hgutter)); }
  #shopify-product-reviews .spr-form-contact .spr-form-contact-name, #shopify-product-reviews .spr-form-contact .spr-form-contact-email {
    padding: 0 calc(var(--g-hgutter));
    float: left;
    width: 50%;
    margin-bottom: 40px; }
  #shopify-product-reviews .spr-form-contact .spr-form-label {
    display: none; }
  #shopify-product-reviews .spr-form-contact .spr-form-input {
    border-width: 0 0 2px 0;
    border-radius: 0;
    background: transparent;
    border-bottom-color: #222;
    padding: 0;
    outline: none;
    box-shadow: none;
    color: var(--g-color-heading);
    height: 38px;
    line-height: 38px;
    border-style: solid; }
    #shopify-product-reviews .spr-form-contact .spr-form-input ::-webkit-input-placeholder {
      color: var(--g-color-heading); }
    #shopify-product-reviews .spr-form-contact .spr-form-input ::-moz-placeholder {
      color: var(--g-color-heading); }
    #shopify-product-reviews .spr-form-contact .spr-form-input ::-ms-input-placeholder {
      color: var(--g-color-heading); }
    #shopify-product-reviews .spr-form-contact .spr-form-input ::-ms-input-placeholder {
      color: var(--g-color-heading); }
    #shopify-product-reviews .spr-form-contact .spr-form-input:active, #shopify-product-reviews .spr-form-contact .spr-form-input:focus {
      border-bottom-color: var(--g-color-heading);
      box-shadow: none; }
#shopify-product-reviews .spr-form-review-rating a, #shopify-product-reviews .spr-form-review-rating a:hover {
  opacity: 1;
  color: #fab000;
  font-size: 14px; }
#shopify-product-reviews .spr-form-review .spr-form-review-rating {
  margin-bottom: 40px;
  display: flex;
  align-items: center; }
  #shopify-product-reviews .spr-form-review .spr-form-review-rating .spr-form-label {
    margin: 0 15px 0 0; }
  #shopify-product-reviews .spr-form-review .spr-form-review-rating .spr-form-label, #shopify-product-reviews .spr-form-review .spr-form-review-rating .spr-form-input {
    display: inline-block; }
#shopify-product-reviews .spr-form-review .spr-form-review-title {
  margin-bottom: 40px; }
  #shopify-product-reviews .spr-form-review .spr-form-review-title .spr-form-label {
    display: none; }
  #shopify-product-reviews .spr-form-review .spr-form-review-title .spr-form-input {
    border-width: 0 0 2px 0;
    border-radius: 0;
    background: transparent;
    border-bottom-color: #222;
    padding: 0;
    outline: none;
    box-shadow: none;
    color: var(--g-color-heading);
    height: 38px;
    line-height: 38px;
    border-style: solid; }
    #shopify-product-reviews .spr-form-review .spr-form-review-title .spr-form-input:active, #shopify-product-reviews .spr-form-review .spr-form-review-title .spr-form-input:focus {
      border-bottom-color: var(--g-color-heading);
      box-shadow: none; }
#shopify-product-reviews .spr-form-review-body {
  margin-bottom: 40px; }
  #shopify-product-reviews .spr-form-review-body .spr-form-label {
    display: none; }
  #shopify-product-reviews .spr-form-review-body .spr-form-input-textarea {
    height: 90px;
    border-width: 0 0 2px 0;
    border-radius: 0;
    background: transparent;
    border-bottom-color: #222;
    padding: 0;
    outline: none;
    box-shadow: none;
    color: var(--g-color-heading);
    line-height: 28px;
    border-style: solid; }
    #shopify-product-reviews .spr-form-review-body .spr-form-input-textarea:active, #shopify-product-reviews .spr-form-review-body .spr-form-input-textarea:focus {
      border-bottom-color: var(--g-color-heading);
      box-shadow: none; }
#shopify-product-reviews .spr-form-actions .spr-button {
  float: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px; }

.modal-backdrop.show {
  display: none !important; }

.categories_block .ul_list_categories li {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  background: none; }
  .categories_block .ul_list_categories li a {
    padding: 20px 20px;
    background-color: #f4efe9;
    color: var(--g-color-heading); }
    .categories_block .ul_list_categories li a .apolloQty {
      line-height: normal;
      display: inline-block; }
      .categories_block .ul_list_categories li a .apolloQty:before, .categories_block .ul_list_categories li a .apolloQty:after {
        display: none; }
    .categories_block .ul_list_categories li a:hover {
      background-color: #f1f1f1; }
.categories_block.has-bg .ul_list_categories li {
  background-position: center center;
  border-radius: 8px;
  margin-bottom: 10px;
  background-size: cover; }
  .categories_block.has-bg .ul_list_categories li a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 35px 40px;
    display: block;
    border-radius: 8px;
    transition: background-color 0.3s ease; }
    .categories_block.has-bg .ul_list_categories li a:hover {
      background-color: rgba(0, 0, 0, 0.2); }

.humbergerbar {
  overflow-y: scroll; }

.pro__ser .pro__ser--box img {
  width: 45px;
  margin-bottom: 15px; }

.pro__ser_1 .pro__ser--box {
  background-color: #fff;
  padding: 0px 15px; }

.pro__ser_2 .pro__ser--box {
  border: 2px solid #fff;
  padding: 25px 15px; }

.rte blockquote {
  padding: 10px 10px 10px 30px;
  margin: 30px 0 30px 60px;
  border: none;
  color: #222;
  text-align: left;
  position: relative;
  border-left: 2px solid #eb7025; }

.text-decoration {
  text-decoration: underline; }

.f-90 {
  font-size: 40px; }
  @media (min-width: 991px) {
    .f-90 {
      font-size: 70px; } }

.f-55 {
  font-size: 34px; }
  @media (min-width: 991px) {
    .f-55 {
      font-size: 55px; } }

@media (min-width: 991px) {
  .col-md-2-5 {
    flex-basis: 20% !important;
    width: 20% !important;
    padding-left: var(--g-hgutter);
    padding-right: var(--g-hgutter); } }

@media only screen and (max-width: 749px) {
  .header--acount {
    display: none; } }

/*================ jGrowl - alert ================*/
.alert--cart img {
  width: 70px; }

#growls-bc,
#growls-bl,
#growls-br,
#growls-cc,
#growls-cl,
#growls-cr,
#growls-default,
#growls-tc,
#growls-tl,
#growls-tr,
.ontop {
  z-index: 1000000;
  position: fixed; }

#growls-default {
  top: 120px;
  right: 10px; }

#growls-tl {
  top: 10px;
  left: 10px; }

#growls-tr {
  top: 10px;
  right: 10px; }

#growls-bl {
  bottom: 10px;
  left: 10px; }

#growls-br {
  bottom: 10px;
  right: 10px; }

#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px; }

#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px; }

#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px; }

#growls-cl {
  top: 50%;
  left: 10px; }

#growls-cr {
  top: 50%;
  right: 10px; }

#growls-bc .growl,
#growls-tc .growl {
  margin-left: auto;
  margin-right: auto; }

.growl {
  position: relative;
  border-radius: 4px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.growl.growl-incoming {
  opacity: 0; }

.growl.growl-outgoing {
  opacity: 0; }

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px; }

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px; }

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px; }

.growl.growl-default,
.growl.growl-notice {
  color: var(--g-alert);
  background-color: var(--g-alert-bg);
  border: 1px solid var(--g-alert-bd); }

.growl.growl-error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb; }

.growl.growl-warning {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba; }

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400; }

.growl .growl-title {
  font-size: 12px;
  line-height: 24px; }

.growl .growl-message {
  font-size: 14px;
  line-height: 18px; }

.growl .growl-message i {
  font-size: 10px; }

@media (max-width: 767px) {
  .growl {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
.marsonry-2columns .grid-item:nth-child(3n+1) {
  padding-left: 80px; }
.marsonry-2columns .grid-item:nth-child(3n+2) {
  padding-right: 60px;
  padding-left: 0 !important; }
.marsonry-2columns .grid-item:nth-child(4n+1) {
  padding-left: 80px; }

.p-tab2 .section-title-1 {
  text-align: left !important; }
.p-tab2 .nav-tabs {
  margin: 15px 0 !important; }
.p-tab2 .p-tab2--text {
  bottom: 0; }

@media (min-width: 991px) {
  .layout2 .layout2-flex {
    padding-left: 100px; } }
@media (min-width: 991px) {
  .layout2 .layout2-flex-left {
    padding-right: 100px; } }

.colgrid {
  padding: 96px 0px;
  position: relative;
  overflow: hidden;
  height: 100vh; }
  @media (max-width: 1400px) {
    .colgrid {
      padding-left: 30px;
      padding-right: 30px; } }
  .colgrid .colgrid-col {
    height: 50%;
    padding-top: 10px;
    padding-bottom: 10px; }
  .colgrid .colgrid__box {
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 50px;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: top center; }
    @media (min-width: 768px) {
      .colgrid .colgrid__box {
        background-image: none !important; } }
    @media (max-width: 767px) {
      .colgrid .colgrid__box {
        border: none; } }
    .colgrid .colgrid__box .colgrid__box--tit {
      margin: 0 0 15px;
      font-weight: 500;
      font-size: 26px;
      text-transform: capitalize;
      color: #fff; }
      @media (max-width: 1400px) {
        .colgrid .colgrid__box .colgrid__box--tit {
          font-size: 22px; } }
    .colgrid .colgrid__box .colgrid__boxtop {
      display: none !important;
      opacity: 0;
      visibility: hidden; }
    .colgrid .colgrid__box:hover .colgrid__boxtop {
      display: flex !important;
      opacity: 1;
      visibility: visible; }
    .colgrid .colgrid__box:hover .colgrid__boxbottom {
      display: none !important;
      opacity: 0;
      visibility: hidden; }
    .colgrid .colgrid__box:hover .colgrid__box--link .colgrid--child {
      opacity: 1;
      transition: transform 0.4s ease; }
  .colgrid .colgrid__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .colgrid .colgrid__bg:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.25);
      z-index: 1; }
    .colgrid .colgrid__bg .colgrid__bg--full {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      opacity: 0 !important;
      transition: transform 7.5s cubic-bezier(0.37, 0.31, 0.2, 0.85), opacity 0.5s ease;
      will-change: opacity,transform;
      backface-visibility: hidden; }
      .colgrid .colgrid__bg .colgrid__bg--full:first-child {
        opacity: 1 !important; }
      .colgrid .colgrid__bg .colgrid__bg--full.active {
        opacity: 1 !important; }

.htmlhero-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .htmlhero-video video {
    position: relative;
    object-fit: cover;
    object-position: 50% 20%;
    font-family: "object-fit: cover";
    width: 100%;
    height: 100%;
    pointer-events: none; }

.template-product.product-hide-breadcrumb .page-container > .breadcrumb {
  display: none; }

.template-collection .section-header .section-header__title {
  text-transform: uppercase; }

#insta-feed {
  padding: 0 !important; }
  #insta-feed h2 {
    margin-bottom: 20px !important; }

.products_menu .dots-negative {
  /* the parent */ }
  .products_menu .dots-negative .slick-slide {
    margin: 0 10px; }
    .products_menu .dots-negative .slick-slide .product-card__info {
      display: none; }
    .products_menu .dots-negative .slick-slide .product-card-quick-view {
      border: none;
      width: auto; }
      .products_menu .dots-negative .slick-slide .product-card-quick-view:hover {
        background: transparent;
        color: var(--g-main); }
  .products_menu .dots-negative .slick-list {
    margin: 0 -10px; }

.dropdown-toggle::after {
  display: none; }

.shipping-return h2 {
  color: #454545;
  text-decoration: underline;
  font-size: 24px;
  margin-bottom: 20px; }
.shipping-return h5 {
  font-size: 18px; }
.shipping-return p {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px; }
.shipping-return .mn-back {
  margin-bottom: 5px;
  margin-right: 20px; }
  .shipping-return .mn-back div {
    display: block;
    overflow: hidden; }
  .shipping-return .mn-back img {
    float: left;
    margin-right: 15px; }

@media (max-width: 767px) {
  .testimonial-container h2.pb-4 {
    padding-bottom: 0 !important; } }
.testimonial-container .ttm__sidebar {
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .testimonial-container .ttm__sidebar {
      margin-bottom: 20px; } }
  .testimonial-container .ttm__sidebar a {
    color: #454545;
    font-size: 18px;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .testimonial-container .ttm__sidebar a {
        padding-bottom: 5px; } }
    .testimonial-container .ttm__sidebar a:hover, .testimonial-container .ttm__sidebar a.is__active {
      text-decoration: underline; }
.testimonial-container .ttm__content .ttm__item {
  margin-bottom: 20px; }
  .testimonial-container .ttm__content .ttm__item .ttm__wrap {
    border: 1px solid #B5B5B5;
    background-color: #F9F8F0; }
    .testimonial-container .ttm__content .ttm__item .ttm__wrap a {
      color: #454545;
      padding-top: 15px;
      display: block;
      text-decoration: underline; }
    .testimonial-container .ttm__content .ttm__item .ttm__wrap .text__wrap {
      padding: 35px 40px;
      padding-bottom: 45px; }
      @media (max-width: 767px) {
        .testimonial-container .ttm__content .ttm__item .ttm__wrap .text__wrap {
          padding: 25px;
          padding-bottom: 30px; } }
      .testimonial-container .ttm__content .ttm__item .ttm__wrap .text__wrap img {
        width: 100%; }
      .testimonial-container .ttm__content .ttm__item .ttm__wrap .text__wrap .item__title {
        font-size: 15px;
        padding-bottom: 3px; }
        .testimonial-container .ttm__content .ttm__item .ttm__wrap .text__wrap .item__title strong {
          font-weight: 700;
          color: #000;
          font-size: 17px; }
    .testimonial-container .ttm__content .ttm__item .ttm__wrap .item__review {
      display: flex;
      float: right;
      position: absolute;
      right: 30px;
      top: auto;
      bottom: 20px; }
      @media (max-width: 767px) {
        .testimonial-container .ttm__content .ttm__item .ttm__wrap .item__review {
          bottom: 15px; } }
      .testimonial-container .ttm__content .ttm__item .ttm__wrap .item__review img {
        display: block;
        object-fit: contain;
        max-width: 15px;
        max-height: 15px; }
.testimonial-container .ttm__content:not(.show__more) .ttm__item {
  display: none; }
  .testimonial-container .ttm__content:not(.show__more) .ttm__item:nth-child(1), .testimonial-container .ttm__content:not(.show__more) .ttm__item:nth-child(2), .testimonial-container .ttm__content:not(.show__more) .ttm__item:nth-child(3), .testimonial-container .ttm__content:not(.show__more) .ttm__item:nth-child(4), .testimonial-container .ttm__content:not(.show__more) .ttm__item:nth-child(5), .testimonial-container .ttm__content:not(.show__more) .ttm__item:nth-child(6) {
    display: block; }
.testimonial-container .ttm__content:not(.show__more) .view__less {
  display: none; }
.testimonial-container .ttm__content.show__more .view__more {
  display: none; }
.testimonial-container .ttm__content .btn-view__more {
  text-align: center;
  padding-top: 40px; }
  .testimonial-container .ttm__content .btn-view__more a {
    color: #454545;
    font-size: 18px;
    text-decoration: underline;
    /*
    &:hover {
      text-decoration: underline;
    }
    */ }

#footer-newsletter ._form_element._x92100557 ._form-title {
  font-size: 18px !important;
  margin-bottom: 12px !important;
  font-family: 'din_alternatebold' !important; }
#footer-newsletter ._form_element._x75538079 p {
  color: #151515 !important;
  font-family: 'din_alternatebold' !important; }
#footer-newsletter form._form._form_23 {
  display: block !important;
  padding: 0 !important;
  margin-top: 0 !important; }
#footer-newsletter ._form_element._x44757351 {
  margin-top: 10px !important; }
  #footer-newsletter ._form_element._x44757351 ._form-label {
    display: none !important; }
  #footer-newsletter ._form_element._x44757351 ._field-wrapper #email {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-width: 0 0 2px 0;
    border-radius: 0;
    background: 0 0;
    border-bottom-color: #4c4c4c;
    padding: 0;
    outline: 0;
    box-shadow: none;
    flex: unset;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-family: 'din_alternatebold' !important; }
#footer-newsletter ._button-wrapper {
  margin-top: 10px !important; }

@media (max-width: 767px) {
  #shopify-section-page-contact .contact-info {
    justify-content: flex-start;
    text-align: left; }
  #shopify-section-page-contact .list-unstyled.contact-page__info.text-center {
    text-align: left !important; }

  #shopify-section-collection-template #js-product-ajax .collection-btn > span.btn {
    padding-left: 0;
    padding-right: 0; }
    #shopify-section-collection-template #js-product-ajax .collection-btn > span.btn span {
      white-space: pre-line; }

  .parallax-banner__title {
    font-size: 19px;
    line-height: 22px; }

  .flex-footer > div:first-child {
    display: none; }

  #insta-feed .instafeed-container {
    width: 50% !important;
    padding-top: 50% !important; } }
@media (max-width: 767px) {
  .index-section--slideshow [data-section-type="slideshow-section"] {
    position: relative; }
    .index-section--slideshow [data-section-type="slideshow-section"] #SlideshowWrapper-slideshow > .slideshow {
      min-height: 60vh; }
    .index-section--slideshow [data-section-type="slideshow-section"] .slideshow__text-wrap.slideshow__text-wrap--mobile {
      position: absolute;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0; }
      .index-section--slideshow [data-section-type="slideshow-section"] .slideshow__text-wrap.slideshow__text-wrap--mobile .slideshow__text-content {
        display: block;
        margin: 0; }
        .index-section--slideshow [data-section-type="slideshow-section"] .slideshow__text-wrap.slideshow__text-wrap--mobile .slideshow__text-content .container {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }

  .parallax-banner__wraper.txt-left .parallax-banner__meta {
    margin-left: 5%;
    margin-right: 5%; } }
._form-thank-you {
  color: #151515 !important; }
