/***************** COMMON CSS STARTS *****************/
.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
==============================================================================*/
*, *:before, *:after {
  box-sizing: border-box; }

*:focus {
  outline: none; }

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: black;
  background-color: white;
  padding: var(--g-hgutter);
  z-index: 10000;
  transition: none; }

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

@media (min-width: 1500px) {
  .container {
    max-width: 1500px; } }

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

@media only screen and (max-width: 989px) {
  .container {
    padding: 0 20px; } }

/*.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 20px; }
  .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: #420202; }

.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: #420202 !important;
    color: white !important;
    border-color: #420202 !important;
    box-shadow: none !important; }

.btn-theme, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-summary-actions-newreview {
  z-index: 1; }

.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: 16px 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;
  line-height: 18px;
  font-weight: 600;
  background-color: #420202;
  color: white;
  position: relative;
  border: none;
}
  .btn-theme.btn-white, .shopify-payment-button .btn-white.shopify-payment-button__button--unbranded, .btn-white.spr-summary-actions-newreview,
  .rte .btn-theme.btn-white,
  .rte .shopify-payment-button .btn-white.shopify-payment-button__button--unbranded,
  .shopify-payment-button .rte .btn-white.shopify-payment-button__button--unbranded,
  .rte .btn-white.spr-summary-actions-newreview {
    background-color: #fff;
    color: var(--g-cta-button); }
  .btn-theme:before, .shopify-payment-button .shopify-payment-button__button--unbranded:before, .spr-summary-actions-newreview:before,
  .rte .btn-theme:before,
  .rte .shopify-payment-button .shopify-payment-button__button--unbranded:before,
  .shopify-payment-button .rte .shopify-payment-button__button--unbranded:before,
  .rte .spr-summary-actions-newreview:before {
    content: '';
    background: #3e7e75;
    height: 100%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    top: 0;
    left: auto;
    right: 0;
    z-index: -1; }
  .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 {
    color: white; }
    .btn-theme:hover:before, .shopify-payment-button .shopify-payment-button__button--unbranded:hover:before, .spr-summary-actions-newreview:hover:before,
    .rte .btn-theme:hover:before,
    .rte .shopify-payment-button .shopify-payment-button__button--unbranded:hover:before,
    .shopify-payment-button .rte .shopify-payment-button__button--unbranded:hover:before,
    .rte .spr-summary-actions-newreview:hover:before {
      width: 100%;
      right: auto;
      left: 0; }
  .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: #3e7e75;
    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: #757575;
    background-color: #d5d5d5; }
    .btn-theme[disabled]:before, .shopify-payment-button [disabled].shopify-payment-button__button--unbranded:before, [disabled].spr-summary-actions-newreview:before,
    .rte .btn-theme[disabled]:before,
    .rte .shopify-payment-button [disabled].shopify-payment-button__button--unbranded:before,
    .shopify-payment-button .rte [disabled].shopify-payment-button__button--unbranded:before,
    .rte [disabled].spr-summary-actions-newreview:before {
      display: none; }
  .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%, #420202 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #420202));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, black 0%, #420202 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, black 0%, #420202 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, black 0%, #420202 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, black 0%, #420202 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; }

/*================ 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;
  font-family: 'Neutra Text TF';
  }

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: #d5d5d5;
    border-color: #757575; }

/*================ 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("/cdn/shop/t/2/assets/ico-select.svg?v=129994824024037061191683618633");
  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-body {
  color: black !important; }

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

.text-theme-50 {
  color: rgba(79, 160, 149, 0.5) !important; }

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

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

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

.bg-theme-50 {
  background-color: rgba(79, 160, 149, 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: 'Raleway', sans-serif;
}

.font-family-2, .btn-theme, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-summary-actions-newreview,
.rte .btn-theme,
.rte .spr-summary-actions-newreview {
  font-family: 'Raleway', sans-serif;
}

.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;
    margin-right: 6px;
    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 figcaption div > * {
    transition-delay: 0.25s; }
  @media only screen and (min-width: 750px) {
    .banner-theme:hover img {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); } }
  .banner-theme:hover .bg-des:before {
    width: 100%;
    right: auto;
    left: 0; }
  .banner-theme:hover figcaption div > * {
    color: #fff !important;
  }

figcaption {
  position: relative; }
  figcaption .bg-des {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    figcaption .bg-des:before {
      content: '';
      background: #b6813c;
      height: 100%;
      width: 0;
      position: absolute;
      transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      top: 0;
      left: auto;
      right: 0;
      z-index: -1; }
  .banner-theme figcaption {
    position: absolute;
    width: 90%;
    max-width: 155px;
    align-items: center;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
  }
    @media only screen and (max-width: 989px) {
      .banner-theme figcaption {
        position: static;
        width: 100%;
        transform: translateY(0) !important;
        min-width: 100%; }
        .banner-theme figcaption .btn-underline-white {
          border-bottom-color: var(--g-cta-button) !important;
          color: var(--g-cta-button) !important; } }
  .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%;
    }
  .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 li {
    padding: .5rem 1rem; }
  .nav-tabs.nav-tabs-1 .nav-link {
    color: var(--g-color-heading);
    border: none;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    opacity: 0.3;
    padding: 0; }
    .nav-tabs.nav-tabs-1 .nav-link:focus, .nav-tabs.nav-tabs-1 .nav-link:hover, .nav-tabs.nav-tabs-1 .nav-link.active {
      opacity: 1;
      border-bottom-color: var(--g-color-heading); }

/*================ Section heading ================*/
.section-title-1 {
  font-size: 30px;
  font-weight: 500;
  font-size: 55px;
  line-height: 120%; }
  @media only screen and (max-width: 749px) {
    .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-itembox 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-itembox 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) - 5px);
  color: var(--g-label-text);
  transition: all ease .45s;
  text-transform: uppercase;
  font-weight: 600;
  right: 0px;
  font-family: var(--g-font-2); }

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

.site-nav .dropdown-toggle::after {
  display: none !important; }

#NavDrawer .menu-label,
.site-nav__dropdown .menu-label {
  position: static;
  font-size: calc(var(--g-font-size) - 5px);
  padding: 2px 4px;
  margin-left: 5px;
  font-weight: 600;
  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: var(--g-font-2);
  color: black;
  line-height: 1.8;
  font-weight: var(--g-font-weight-body); }

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, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--g-color-heading);
  font-family: var(--g-font-2); }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a, .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, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
    margin-bottom: 0; }

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

.subtop {
  font-family: var(--g-font-2);
  font-weight: var(--g-font-weight-subtop);
  font-size: var(--g-font-size-subtop);
  line-height: 26px;
  letter-spacing: var(--g-font-spacing-subtop);
  text-transform: uppercase;
  color: var(--g-font-color-subtop); }

h1, .h1 {
  font-weight: 500;
  font-size: 68px;
  line-height: 120%; }
  @media only screen and (max-width: 749px) {
    h1, .h1 {
      font-size: 50px; } }

h2, .h2 {
  font-weight: 500;
  font-size: 55px;
  line-height: 120%; }
  @media only screen and (max-width: 749px) {
    h2, .h2 {
      font-size: 40px; } }

h3, .h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px; }
  @media only screen and (max-width: 749px) {
    h3, .h3 {
      font-size: 30px;
      line-height: 36px; } }

h4, .h4 {
  font-weight: 500;
  font-size: 18px; }

h5, .h5 {
  font-weight: 500;
  font-size: 16px; }

h6, .h6 {
  font-weight: 500;
  font-size: 14px; }

/*================ 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; }
.price_box p{
    font-size: 24px;
}
.price_box p del{
    font-size: 17px;
}
.sku-details p {
  font-family: 'Neutra Text TF';
}
.rte-setting {
  margin-bottom: var(--g-hgutter); }
  .rte-setting:last-child {
    margin-bottom: 0; }

/*================ Paragraph styles ================*/
p {
  margin: 0 0 10px;
  line-height: 1.8; }
  p:last-child {
    margin-bottom: 0;
        font-family: 'Neutra Text TF'; }

/*================ 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 {
  padding: 20px;
  background-color: #fff; }

.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 a:hover {
  color: var(--g-main); }

.blog__item--5 .article__photo-wrapper {
  position: relative;
  height: 450px;
  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(0, 0, 0, 0.7); }
    .blog__item--5 .article__photo-wrapper:hover .blog__tags * {
      color: #fff; }
  .blog__item--5 .article__photo-wrapper:hover .btn-underline {
    color: #fff !important;
    border-bottom-color: #fff !important; }

.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: 300px;
      opacity: 0.65; }
.collection-card-2 .collection-card__meta {
  bottom: 0;
  left: 0;
  pointer-events: none; }
  .collection-card-2 .collection-card__meta a {
    font-size: 30px; }
@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; }

.txtcollection {
  list-style: none;
  padding: 0;
  margin: 0; }
  .txtcollection .item__collection {
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 0px 20px; }
    .txtcollection .item__collection .img {
      position: absolute;
      width: 300px;
      height: 400px;
      object-fit: cover;
      transform: translateX(-50%) translateY(-50%);
      top: 50%;
      left: 50%;
      z-index: -10;
      opacity: 0;
      visibily: hidden;
      pointer-events: none; }
    .txtcollection .item__collection .item__collection-name {
      position: relative; }
      .txtcollection .item__collection .item__collection-name:before {
        transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        transform-origin: left;
        height: 2px;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        background: #000;
        transform: scaleX(0);
        margin-right: .15em;
        bottom: 0px; }
    .txtcollection .item__collection .item__collection-sub {
      -webkit-text-stroke: 0px black;
      color: black;
      font-size: 12px;
      font-weight: 500;
      line-height: normal;
      transform: translateX(-1rem);
      transition: transform 0.3s, opacity 0.3s;
      opacity: 0; }
    .txtcollection .item__collection:hover .item__collection-sub {
      opacity: 1;
      transform: translateX(0); }
    .txtcollection .item__collection:hover .item__collection-name:before {
      transform: scaleX(1); }

.collection-card-5 .collection-card__image:hover img {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08); }

/*================ 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: black;
  opacity: 0.6; }

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

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

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

input,
textarea,
select {
  background-color: #f4f4f4;
  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: white; }

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

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

.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: #420202;
    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: black;
  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;
  font-family: var(--g-font-2); }
  .return-link .icon, .return-link [class^=icon-] {
    fill: currentColor;
    margin: 0 3px; }

.placeholder-svg {
  fill: #404040;
  background-color: #8c8c8c;
  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-] {
    margin-right: 8px;
    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: #3e7e75; }

.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: white;
  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: white;
    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: white;
  color: black;
  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 black;
    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: white;
    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;
  margin-left: auto;
  margin-right: auto;
  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(/cdn/shop/t/2/assets/ajax-loader.gif?v=41356863302472015721667108124) center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  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;
  position: absolute;
  left: -10px;
  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 #000;
      background: transparent;
      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); }

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

.product-single__info-wrapper #nav-tab-info .nav-tabs {
  justify-content: start; }
  .product-single__info-wrapper #nav-tab-info .nav-tabs .nav-item {
    margin: 0 3rem -2px 0; }

#nav-tab-info .tab-content {
  padding: 40px 0px; }
#nav-tab-info .spr-icon {
  font-size: 100%; }
#nav-tab-info .nav-item {
  font-family: var(--g-font-2);
  font-weight: normal;
  font-size: 18px;
  line-height: 23px; }
  @media only screen and (max-width: 989px) {
    #nav-tab-info .nav-item {
      margin: 0 1.5rem -2px 0 !important; } }
  #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%; }
  .product-card .second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    opacity: 0; }
  .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: black;
    outline: none; }
  .product-card:focus {
    z-index: 2; }
  .product-card:hover .first-image {
    opacity: 0; }
  .product-card:hover .second-image {
    opacity: 1; }

/*================ 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;
  z-index: 10; }
  .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: 38px;
  background: var(--g-cta-button);
  border-radius: 50%;
  overflow: hidden; }
  .product-card__overlay-btn.js-btn-wishlist {
    font-size: 0; }
    .product-card__overlay-btn.js-btn-wishlist svg {
      margin-top: 3px; }
  .product-card__overlay-btn > span {
    display: none; }
  .product-card__overlay-btn:hover {
    background: --g-main; }

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

.product-card__image {
  position: relative;
  margin: 0 auto;
  display: block; }
  .product-card__image:after {
    display: none;
    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: 20px 0;
  margin-bottom: var(--g-gutter); }

.product-card__name {
  color: var(--g-color-heading);
  font-weight: 500;
  line-height: 23px;
  font-size: calc(var(--g-font-size) + 2px);
  text-align: center;
  text-transform: uppercase;
  font-family: var(--g-font-2); }

.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: #0d0d0d;
  margin-left: 5px; }
  .rtl .product-card__regular-price {
    margin-right: 5px;
    margin-left: inherit; }

.product-card__price {
  margin-top: 3px;
  font-weight: 400;
  font-size: calc(var(--g-font-size) + 3px);
  font-family: var(--g-font-2); }
  .product-card__price > .money {
    font-weight: 400;
    color: var(--g-main-2); }

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

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

/*================ 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 {
  color: var(--g-main);
  font-family: var(--g-font-2);
  font-weight: 500;
  font-size: 24px; }

[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: 600;
  color: #43B02A;
  text-transform: uppercase; }

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

/*================ Product form ================*/
.product-form.product-form--featured-product {
  margin-top: 30px;
  text-align: left; }
.product-form .selector-wrapper > label {
  font-weight: 500;
  font-size: 14px; }
.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 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px; }

.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 {
    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: 0px;
  margin-left: 20px !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%;
  padding: 8px; }

.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;
    background-color: var(--g-main); }
    .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
      background-color: var(--g-main-2) !important; }
  .shopify-payment-button .shopify-payment-button__more-options {
    margin: 16px 0 10px 0;
    font-size: var(--g-font-size);
    color: #420202;
    text-decoration: underline;
    display: none; }
    .shopify-payment-button .shopify-payment-button__more-options:hover {
      color: #3e7e75; }

.product-single__title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
  font-weight: 500; }
  @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: 11px 6px;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px; }

@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--style4 .product-card__overlaytop {
  padding: 15px; }
  .product-card--style4 .product-card__overlaytop .btn {
    background-color: #fff;
    color: var(--header-text); }
    .product-card--style4 .product-card__overlaytop .btn:hover {
      color: #fff; }
  @media (max-width: 991px) {
    .product-card--style4 .product-card__overlaytop {
      position: absolute; }
      .product-card--style4 .product-card__overlaytop .btn {
        margin: 0; } }
.product-card--style4 .product-card__overlaybottom {
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  padding: 0; }
  .product-card--style4 .product-card__overlaybottom .btn {
    width: 50%;
    border-radius: 0;
    margin: 0; }
    @media (max-width: 991px) {
      .product-card--style4 .product-card__overlaybottom .btn {
        width: 100%; } }
    .product-card--style4 .product-card__overlaybottom .btn:last-child {
      border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .product-card--style4 .product-card__overlaybottom .btn > span {
      display: inline-block;
      font-size: 11px;
      margin-right: 5px; }

.product-card--style5 .product-tag {
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding: 0;
  z-index: 11; }
.product-card--style5 .product-card__overlaytop {
  opacity: 1;
  visibility: visible;
  padding: 15px; }
  .product-card--style5 .product-card__overlaytop .btn {
    background-color: #fff;
    color: var(--header-text);
    box-shadow: 0 2px 4px 0 rgba(76, 76, 75, 0.1);
    line-height: 40px;
    margin: 0; }
    .product-card--style5 .product-card__overlaytop .btn:hover {
      color: #fff; }
  @media (max-width: 991px) {
    .product-card--style5 .product-card__overlaytop {
      position: absolute; }
      .product-card--style5 .product-card__overlaytop .btn {
        margin: 0; } }
.product-card--style5 .product-card__overlaybottom {
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  padding: 10px; }
  @media (max-width: 991px) {
    .product-card--style5 .product-card__overlaybottom {
      display: none !important; } }
  .product-card--style5 .product-card__overlaybottom .btn {
    width: 100%;
    border-radius: 0;
    margin: 0;
    background-color: #fff;
    color: var(--header-text); }
    .product-card--style5 .product-card__overlaybottom .btn > span {
      display: inline-block;
      font-size: 12px;
      margin-left: 2px; }
    .product-card--style5 .product-card__overlaybottom .btn svg {
      width: 11px;
      height: 11px;
      font-size: 11px; }
    .product-card--style5 .product-card__overlaybottom .btn:hover {
      color: #fff; }

.product-card--style6 .product-tag {
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding: 0;
  z-index: 11; }
.product-card--style6 .product-card__overlay {
  left: 0;
  bottom: 0;
  top: auto;
  visibility: visible;
  opacity: 1; }
  @media (max-width: 991px) {
    .product-card--style6 .product-card__overlay {
      padding-bottom: 0; } }
  .product-card--style6 .product-card__overlay .btn {
    margin: 0 3px;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s ease; }
    @media (max-width: 991px) {
      .product-card--style6 .product-card__overlay .btn {
        opacity: 1;
        transform: translateY(0); } }
  .product-card--style6 .product-card__overlay .js-btn-wishlist {
    transition-delay: 0.1s; }
  .product-card--style6 .product-card__overlay .js-btn-quickview {
    transition-delay: 0.15s; }
  .product-card--style6 .product-card__overlay .js-btn-compare {
    transition-delay: 0.2s; }
  .product-card--style6 .product-card__overlay .js-grid-cart {
    transition-delay: 0.25s; }
.product-card--style6:hover .product-card__overlay .btn {
  transform: translateY(0);
  opacity: 1; }

.product-card--style2 {
  overflow: hidden;
  transition: box-shadow .4s,background-color .3s;
  margin-bottom: 40px;
  height: auto;
  background-color: #fff; }
  .product-card--style2 .js-countdown {
    text-align: center; }
  .product-card--style2 .product-card__info {
    z-index: 10;
    padding: 20px;
    background-color: #fff;
    margin: 0;
    transition: transform .3s;
    position: relative; }
    .product-card--style2 .product-card__info .product-card__name {
      font-size: 18px;
      line-height: 23px;
      font-weight: 500; }
  @media (min-width: 991px) {
    .product-card--style2 .product-form__item--submit {
      margin-top: 10px;
      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 .product-card__overlay-2 .product-card__overlay-btn.js-btn-wishlist svg {
      width: 14px;
      height: 14px;
      font-size: 14px;
      margin-top: 3px; }
  .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;
    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 .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: 20px; }

.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(/cdn/shop/t/2/assets/upsell_image.png?v=16294308632117874681667108126) 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 .btn-decline:hover {
      color: #fff; }
  .modal-dialog--upsell .upsell-image {
    padding: 0 15px;
    margin-bottom: 30px; }

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

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

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

/*================ 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-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) - 2px);
  background-color: var(--g-label-hot);
  color: var(--g-label-text);
  padding: 2px 6px;
  border-radius: 0px;
  font-family: var(--g-font-2);
  font-weight: 600; }

.product-tag--absolute {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 2px 12px;
  border-radius: 12px; }
  .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;
    min-height: 36px;
    margin: 0 2px;
    line-height: 36px;
    text-align: center;
    min-width: 36px;
    display: inline-block;
    cursor: pointer; }
  .pagination a {
    color: black;
    padding: 0px 10px; }
    .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: white;
  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; }
  @media only screen and (max-width: 749px) {
    .drawer--left {
      width: 300px;
      left: -300px; } }
  .js-drawer-open-left .drawer--left {
    display: block;
    -ms-transform: translateX(350px);
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    opacity: 1;
    visibility: visible; }
    @media only screen and (max-width: 749px) {
      .js-drawer-open-left .drawer--left {
        -ms-transform: translateX(300px);
        -webkit-transform: translateX(300px);
        transform: translateX(300px); } }
    .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; }
    .js-drawer-open-left .page-element.is-transitioning {
      z-index: 101; }

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

.apolloQty {
  color: #999; }

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

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

#shopbyvendor li, #shopbytype li, #categories_block li {
  text-transform: capitalize;
  padding: 8px 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: black;
  font-size: 14px; }
.collection-sidebar > div {
  padding: 25px 0;
  border-bottom: 1px solid #e9e9e9; }
  .collection-sidebar > div::last-child {
    border-bottom: none; }
  .collection-sidebar > div .title_block {
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500; }
.collection-sidebar #js-fillter {
  padding-top: 0;
  border-bottom: none; }
  .collection-sidebar #js-fillter .catalog_filters {
    padding: 25px 0;
    border-bottom: 1px solid #e9e9e9; }

/*================ 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: white;
  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: 14px;
  height: 14px;
  font-size: 14px;
  fill: currentColor; }

@media only screen and (max-width: 749px) {
  .social-sharing__title {
    display: inline-block;
    margin-bottom: 10px; } }
.social-sharing__link {
  color: black; }
  .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: white;
  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: white;
  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-bottom: 2px solid #ddd;
  background: #fff;
  height: 50px; }

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

.js-qty__input {
  width: 100%;
  padding-left: 0; }

.js-qty__adjust {
  position: absolute;
  top: 8px;
  bottom: 2px;
  text-align: center;
  width: 20px;
  height: 15px;
  line-height: 13px;
  padding: 0;
  background: none;
  border-style: solid;
  border-color: #e7e7e7;
  border-width: 0;
  transition: background-color 0.03s ease-in; }
  .js-qty__adjust:hover, .js-qty__adjust:focus {
    background-color: #f1f1f1;
    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 {
  right: 0px;
  top: auto;
  bottom: 10px; }
  .rtl .js-qty__adjust--minus {
    left: 0px;
    right: auto; }

.js-qty__adjust--plus {
  right: 0px; }
  .rtl .js-qty__adjust--plus {
    left: 0px;
    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: black;
  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: 20px;
    right: 20px;
    opacity: 1;
    background-color: transparent;
    color: black;
    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: 14px;
      width: 14px;
      height: 14px; }
    .modal-header .close:hover {
      opacity: 1 !important; }

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

@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: 550px; } }

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

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

/*================ 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: 0px 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: 0px 20px; }

.quotes-2.quotes-wrapper .quote__slide-wrapper {
  padding: 0; }
.quotes-2 .quote-wrap {
  padding: 0;
  text-align: left; }
.quotes-2 .slick-prev, .quotes-2 .slick-next {
  top: auto;
  bottom: 50px; }
  .quotes-2 .slick-prev:before, .quotes-2 .slick-next:before {
    font-size: 16px; }
.quotes-2 .slick-prev {
  left: 0%; }
.quotes-2 .slick-next {
  left: 3%; }
.quotes-2 .slick-slider {
  margin-bottom: 0; }

.carousel-title {
  font-size: 130px;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
  color: #fff;
  line-height: normal;
  white-space: nowrap; }
  @media only screen and (max-width: 989px) {
    .carousel-title {
      font-size: 40px;
      padding: 0 10px; } }

.carousel-wrapper {
  margin-top: -65px; }
  @media only screen and (max-width: 989px) {
    .carousel-wrapper {
      margin-top: 0; } }
  .carousel-wrapper .slick-prev, .carousel-wrapper .slick-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    bottom: -25px;
    top: auto; }
    .carousel-wrapper .slick-prev:before, .carousel-wrapper .slick-next:before {
      line-height: 50px;
      font-size: 18px; }
  .carousel-wrapper .slick-next {
    right: 33.79%; }
    @media only screen and (max-width: 989px) {
      .carousel-wrapper .slick-next {
        right: 0; } }
  .carousel-wrapper .slick-prev {
    left: 58.6%; }
    @media only screen and (max-width: 989px) {
      .carousel-wrapper .slick-prev {
        left: auto;
        right: 50px; } }

@media only screen and (min-width: 750px) {
  .carousel__slide-wrapper .sub-title {
    position: absolute;
    top: -30px;
    right: 96%;
    white-space: nowrap;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-block; } }
@media only screen and (min-width: 750px) {
  .carousel__slide-wrapper .carousel-wrap--content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; } }

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

.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: 36px;
  font-weight: 500;
  line-height: 46px; }
  @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__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;
  transition: all 0.25s ease-out;
  z-index: 2; }
  .rtl .video-section__cover {
    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: #3e7e75; }
  .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: 100px;
    height: 100px; }

@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 #420202;
  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 #420202;
    border-left: inherit; }
  .video-section__load-player-button--large .video-section__load-player-button-triangle {
    border-top: 10px solid transparent;
    border-left: 18px solid white;
    border-bottom: 10px solid transparent; }
    .rtl .video-section__load-player-button--large .video-section__load-player-button-triangle {
      border-right: 18px solid white;
      border-left: inherit; }

.video-section__load-player-button-circle {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  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 {
    border: 2px solid #fff;
    width: 100px;
    height: 100px; }
  .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.1); }

/*================ 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-itembox {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  height: 100%; }
  .js-wishlist-itembox img {
    width: 100px; }
  .js-wishlist-itembox h5 {
    font-size: 14px;
    margin: 15px 0 2px; }

.js-remove-wishlist {
  position: absolute;
  top: 20px;
  right: 40px;
  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: #F8EDE7;
    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: 12px;
      line-height: normal; }
  .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 {
  width: 100%;
  left: 0;
  bottom: 0; }
  .product-card__swatch li {
    padding: 10px 0 0;
    cursor: pointer;
    display: inline-block;
    margin: 0 3px 0px;
    vertical-align: middle; }
    @media (max-width: 576px) {
      .product-card__swatch li {
        margin: 0 3px 10px; } }
    .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 .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: var(--g-font-size);
      opacity: 1;
      color: #666;
      margin-right: 2px; }
    .review .spr-badge .spr-icon-star, .review .spr-badge .spr-icon-star-half-alt {
      color: var(--g-main) !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: 0 0 15px;
  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); }

.mini-cart-content .js-free-shipping {
  margin-top: 15px; }

.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;
    cursor: pointer; }

.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: 2px; }
  .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 #420202, 26px 0 0 #420202; }

.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 #420202, 26px 0 0 #420202, 39px 0 0 #420202; }

.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 #420202, 26px 0 0 #420202, 39px 0 0 #420202, 52px 0 0 #420202; }

.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 #420202, 20px 0 0 #420202, 30px 0 0 #420202, 40px 0 0 #420202, 50px 0 0 #420202; }

.js-toggle-filter {
  width: 200px;
  height: 40px;
  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: 38px;
    padding: 0 10px;
    margin: 3px 8px 7px 0;
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
    color: var(--g-color-heading);
    background-position: center;
    background-size: cover;
    min-width: 38px;
    text-align: center;
    height: 38px;
    vertical-align: middle;
    overflow: hidden; }
    .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 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 {
  color: #000;
  margin: 10px 0 5px; }

.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(var(--g-font-size) - 2px);
  padding: 2px 8px; }

.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: 960px; } }
.modal-dialog--crosssell .modal-body {
  padding: 0 25px 15px; }

.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(var(--g-font-size) + 25px); }

.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 h3 {
  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 h3 {
  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; }

  .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-primary:hover, .text-primary:focus, .text-primary:active {
    color: var(--g-main-2) !important; }

a.text-primary {
  color: var(--g-main) !important; }
  a.text-primary:hover, a.text-primary:focus, a.text-primary:active {
    color: var(--g-main-2) !important; }

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

.site-footer .site-footer__section-title {
  text-transform: uppercase;
  margin-bottom: 45px; }

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

.btn-underline {
  text-transform: uppercase;
  padding-bottom: 3px;
  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;
  font-family: var(--g-font-2); }
  .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: 14px;
  line-height: 24px; }
#jsQuickview .qv-product-price .money {
  font-size: 24px;
  font-weight: 400; }

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

.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 {
  margin-bottom: 1.5rem; }
  .form-group .form-control, .form-group .form-control-area {
    border-width: 0 0 2px 0;
    border-radius: 0;
    background: transparent;
    border-bottom-color: #e3e7e8;
    padding: 0;
    outline: none;
    box-shadow: none;
    color: var(--g-color-heading);
    height: 50px;
    line-height: 50px; }
    .form-group .form-control:active, .form-group .form-control:focus, .form-group .form-control-area:active, .form-group .form-control-area:focus {
      border-bottom-color: var(--g-color-heading);
      box-shadow: none; }
  .form-group .form-control-area {
    height: 100px;
    border-style: inset;
    border-bottom-width: 2px;
    border-bottom-color: #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: 18px 18px 18px 0;
    background-color: transparent;
    border-bottom: 1px solid #d7d7d7;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    font-family: var(--g-font-2); }
    .nav-tab-info-vertical .card .card-header i {
      margin-right: 20px;
      font-size: 14px;
      transition: transform 0.2s ease; }
    .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 {
      color: var(--g-main); }
      .nav-tab-info-vertical .card .card-header.active-acc .card-link i {
        transform: rotate(90deg); }

#shopify-product-reviews .spr-container {
  padding: 0;
  border: none; }
  #shopify-product-reviews .spr-container .spr-review-header-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
    margin-top: 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: var(--g-main); }
#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: var(--g-main); }
#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: 34px;
  margin-bottom: 15px; }

.pro__ser_1 .pro__ser--box {
  background-color: #fff;
  padding: 25px 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: 50000;
  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: 120px; } }
@media (min-width: 991px) {
  .layout2 .layout2-flex-left {
    padding-right: 120px; } }

.colgrid {
  padding: 96px 0px;
  position: relative;
  overflow: hidden;
  height: 100vh; }
  @media (max-width: 1400px) {
    .colgrid {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 768px) {
    .colgrid {
      height: auto; } }
  .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; }

.grid__item-inner--bgvideo {
  position: relative;
  width: 100%;
  height: 100%; }
  @media (max-width: 767px) {
    .grid__item-inner--bgvideo {
      height: 400px; } }

.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-article .social-sharing .col-title {
  display: none; }

.drawer__nav-item .block_currencies #currencies {
  position: static !important;
  box-shadow: none !important;
  padding: 0; }

.mtm-220 {
  margin-top: 0; }
  @media only screen and (min-width: 750px) {
    .mtm-220 {
      margin-top: -220px; } }

@media only screen and (min-width: 750px) {
  .layout-dynamic .col-title {
    margin-top: 0 !important; }
  .layout-dynamic .layout-dynamic--item {
    display: block;
    width: 35%;
    margin-top: 9rem; }
    .layout-dynamic .layout-dynamic--item:nth-child(2) {
      margin-top: 0 !important; }
    .layout-dynamic .layout-dynamic--item:nth-child(2n+1) {
      float: left;
      clear: left; }
    .layout-dynamic .layout-dynamic--item:nth-child(2n+2) {
      float: right;
      clear: right; }
    .layout-dynamic .layout-dynamic--item:nth-child(4n+3) {
      margin-top: 14rem;
      margin-right: 10%;
      margin-left: 0; }
    .layout-dynamic .layout-dynamic--item:nth-child(4n+2) {
      margin-right: 10%; }
    .layout-dynamic .layout-dynamic--item:nth-child(4n+5) {
      margin-left: 10%; } }

.text-line {
  border-bottom: 2px solid var(--g-color-heading);
  display: inline; }

@media (min-width: 992px) {
  .col-1-5 {
    flex: 0 0 20%;
    max-width: 20%; } }
@media screen and (max-width: 992px) {
  .meganav {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    padding-bottom: 100px;
    height: 100vh;
    overflow-y: hidden;
    z-index: 100;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translate(-100%); }

  .collapse.show {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 350px; }

  .meganav__link {
    color: #420202; }

  .drawer__nav-has-sublist.active-acc {
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translate(-100%); }

  .drawer__nav-has-sublist.active-acc {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }

  .drawer__nav-has-sublist.active-acc a {
    z-index: 999;
    position: fixed;
    top: 0;
    color: #fff;
    width: 100%;
    left: 0;
    background-color: #420202;
    text-align: center;
    z-index: 1;
    font-weight: 600;
    font-size: 15px;
    padding-top: 12px;
    text-transform: uppercase; }

  .drawer__nav-toggle--close {
    position: fixed;
    z-index: 2;
    color: #000;
    width: 20px;
    display: inline-block;
    font-size: 19px;
    position: absolute;
    top: 13px; }

  .collapsed > .drawer__nav-toggle--open:after {
    content: "\f105";
    font-family: "Fontawesome";
    font-weight: 500;
    position: absolute;
    right: -11px;
    font-size: 11px; }

  .drawer__nav-has-sublist.active-acc button .drawer__nav-toggle--close {
    visibility: visible;
    display: block;
    z-index: 3; }

  .grid__item.meganav__list .drawer__nav-has-sublist.active-acc button.drawer__nav-toggle-btn--small .drawer__nav-toggle--close {
    visibility: visible;
    display: block;
    z-index: 4;
    position: absolute;
    top: 15px;
    left: 0; }

  .drawer__nav-has-sublist.active-acc .drawer__nav-toggle-btn {
    visibility: visible;
    z-index: 2; }

  .grid__item.meganav__list .drawer__nav-has-sublist.active-acc .drawer__nav-toggle-btn--small {
    visibility: visible;
    z-index: 3; }

  .grid__item.meganav__list .collapse.show {
    z-index: 2; }

  .drawer__nav-has-sublist .drawer__nav-toggle--close {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    height: 50px;
    width: 100%;
    bottom: 0;
    background: #fff; }

  .drawer__nav-has-sublist .drawer__nav-toggle--close i {
    left: 5px;
    position: absolute; }

  .drawer__nav-has-sublist.active-acc button .drawer__nav-toggle--close {
    visibility: visible;
    display: block;
    z-index: 3;
    background: none; } }
@media only screen and (max-width: 749px) {
  .collapse.show {
    width: 300px; }
}

.header-head {
    background: #4fb195;
    border-bottom: 1px solid rgba(121,121,121,.1);
    color: #ffffff;
    font-family: 'Neutra Text TF';
}

.mini-cart-content {
    color: #666;
    width: 350px;
    padding: 23px 20px 23px;
    background: #fff;
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 999;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}
.meganav {
    display: block;
    visibility: hidden;
    opacity: 0;
    background-color: var(--header-menudropbg);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border-radius: 0 0 3px 3px;
}

.site-nav__link {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #000;
    padding: 20px 25px;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Neutra Text TF';
    transition: padding 0.3s ease;
}
.site-nav__item {
    text-align: left;
}
.site-nav__item-mega--custom {
    position: relative;
}
.site-nav li {
    display: inline-block;
}
.site-nav {
    border-top:1px solid #D3D3D3;
    white-space: nowrap;
    font-family: var(--g-font-1);
}
@font-face {
    font-family: 'Neutra Text TF';
    src: url('../fonts/Neutra-Text-TF-Book.eot');
    src: url('../fonts/Neutra-Text-TF-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Neutra-Text-TF-Book.woff2') format('woff2'),
         url('../fonts/Neutra-Text-TF-Book.woff') format('woff'),
         url('../fonts/Neutra-Text-TF-Book.ttf')  format('truetype'),
         url('../fonts/Neutra-Text-TF-Book.svg#Neutra Text TF') format('svg');
}



.site-nav__dropdown-container:hover>.site-nav__dropdown,
.site-nav__item:hover>.site-nav__dropdown {
    opacity: 1;
    visibility: visible;
    display: block;
}
.site-nav__item-mega .site-nav__dropdown {
    padding: 30px 30px;
    width: 100%;
}
.site-nav__item .meganav {
    right: auto;
    min-width: 280px;
    color: #000;
    font-family: var(--g-font-2);
}
.meganav {
    display: block;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border-radius: 0 0 3px 3px;
}
.site-nav__dropdown {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 5;
    border: 1px solid #f1f1f1;
    webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.site-header__logo img {
    width: 90px;

}
.site-header__logo img {
    transition: all ease .3s;
}
.site-header__logo.has-logo {
    font-size: 0;
    line-height: 0;
}
@media(min-width: 992px){
.pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important;
}
}

a, .link-accent-color {
    color: #000;
    transition: 0.3s ease-in;
}
.link-accent-color {
    color: #fcdc2d;
}
.site-header__search-wrap #form-search-header {
    position: fixed !important;
    width: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.site-header__search-wrap #form-search-header.active {
    visibility: visible;
    opacity: 1;
}
.site-header__search {
    position: absolute;
    right: 0;
    z-index: 999;
    width: 0;
    background: #fff;
    padding: 0;
}
.site-header__search-wrap .overlay.active {
    visibility: visible;
    opacity: 1;
}
.site-header__search-wrap .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}
.site-header__search-wrap {
    position: relative;
}
.text-muted {
    color: #6c757d!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.site-header__search-input {
    height: 40px;
    background-color: transparent;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    color: var(--header-text);
    padding: 0;
    font-size: 26px;
    width: 100%;
}
.site-header__link {
    display: inline-block;
    color: #4fb195;
    padding: 10px;
    line-height: 1;
    position: relative;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.header-top__right .header--acount {
    font-family: 'Neutra Text TF';
}
.header-top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top__right {
    text-align: right;
}
.site-header__search-pop .svg-search {
    width: 24px;
    height: 24px;
}
.site-header__cart .js-toggle-cart {
    display: flex;
    align-items: center;
    position: relative;
}
.site-header__cart .svg-cart {
    width: 24px;
    height: 24px;
}
.site-header {
    background-color: #fff;
    color: #420202;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    z-index: 999;
}
.header-top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-nav__dropdown li {
    display: block;
}
.site-nav__item-mega .site-nav__dropdown .nav-links a {
    padding: 7px 0;
    display: inline-block;
}
.site-nav__item .meganav li a {
    color: var(--header-menudroptext);
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
    font-size: 14px;
}
.header-top__left a{
    color: #4fb195;
    font-family: 'Neutra Text TF' !important;
}
.slider .owl-theme .owl-nav.disabled+.owl-dots{
  display: none;
}
#pro_sld .slick-slide{
  display: block;
}
#pro_sld div {
    text-align: center;
}
#shopify-section-e7db2e60-5c81-4ca7-8334-9b497aad2308 .bg-des {
    background-color: #000000;
    opacity: 0.6;
}
figcaption .bg-des:before {
    content: '';
    background: #b6813c;
    height: 100%;
    width: 0;
    position: absolute;
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
}
figcaption .bg-des {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#shopify-section-e7db2e60-5c81-4ca7-8334-9b497aad2308 figcaption div>* {
    color: #d0a500;
}
#shopify-section-e7db2e60-5c81-4ca7-8334-9b497aad2308 {
    margin-top: 40px;
}
#pro_sld1 .slick-slide{
    display: block;
}
#pro_sld1 p{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}
#pro_sld1 h3{
    margin-bottom: 10px;
    margin-top: 20px;
}
#pro_sld1 .mt-4.text-uppercase.font-weight-bold {
    font-family: 'Raleway', sans-serif;
    font-weight: 600 !important;
    font-size: 15px;
    margin-top: 5px !important;
}
#shopify-section-1590595440196 .section-block {
    border-top: 2px solid;
    margin-top: 50px;
}
#shopify-section-1590595440196 .section-block h6{
  font-weight: 500;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
}
#brand_slider .owl-nav{
  display: block !important;
}
#brand_slider .owl-next {
    position: absolute;
    right: -30px;
    top: 45px;
}
#brand_slider .owl-next span,
#brand_slider .owl-prev span{
    font-size: 40px;
}
#brand_slider .owl-prev {
    position: absolute;
    left: -30px;
    top: 45px;
}
#brand_slider.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent !important;
    color: #000;
}
#our-brand-logo{
    margin-top: 50px;
    margin-bottom: 60px;
}
footer.site-footer{
    background: #f3f3f3;
}
footer.site-footer img{
    max-height: 150px;
    float: left;
}
footer.site-footer .site-footer__list li{
  list-style: none;
  text-align: left;
  margin-bottom: 9px;
}
footer.site-footer .col-lg-3{
  margin-top: 40px;
}
footer.site-footer .col-lg-3 h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
    font-family: 'Neutra Text TF';
    color: #000;
    font-size: 24px;
}
footer.site-footer .site-footer__list li a{
    font-family: 'Neutra Text TF';
}

@media(max-width: 767px){
.header-head .col-md-6 .text-sm-center.text-center  {
    display: none;
}
#hebottom .d-block.d-lg-none.toggle-menu-mobile.col-3 {
    display: none !important;
}
.site-header__logo img {
    width: 90px;
    float: left;
}
#hebottom .col-sm-12.col-md-4.col-6.d-flex.align--center.col-logo {
    padding-left: 0px;
    justify-content: left !important;
    flex: 0 0 30%;
    max-width: 30%;
}
#hebottom .header--acount.d-none.d-lg-inline-block.font-family-1 {
    display: block !important;
}
#hebottom .col-sm-3.col-md-4.col-3.header-top__right {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 0px;
}
.site-header__cart .svg-cart,
.site-header__search-pop .svg-search {
    width: 18px;
    height: 18px;
}
.site-header__link{
    padding: 6px;
    font-size: 14px;
}
.site-header__link.mr-3 {
    margin-right: 8px !important;
}

}


.site-header--sticky.active .site-nav__link {
    font-size: 13px;
    padding: 10px 10px;
}
.site-header--sticky.active {
    box-shadow: 0 0 1px rgb(0 0 0 / 20%);
    transition: all ease .3s;
    position: fixed;
    width: 100%;
    top: 0px;
}
.site-header--sticky.active .site-header__logo img {
    width: 80px;
}
.show_search {
  opacity: 1 !important;
  visibility: visible !important;
}
#total_records1 {
    list-style: none;
    padding-left: 0px;
    float: left;
    width: 100%;
    text-align: left;
}
#total_records1 li{
  padding: 10px 10px;
}
.bredcrum ul {
    list-style: none;
    display: inline-flex;
    font-family: 'Neutra Text TF' !important;
}
.bredcrum {
    margin-top: 15px;
}
.details-main .col-lg-6 {
    margin-top: 40px;
}
.details-main #gal1 li {
    list-style: none;
    width: 25%;
    float: left;
    padding: 5px;
}
.details-main .details-heading h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Neutra Text TF';
}
.short_description h6{
    color: #420202;
    font-weight: 600;
}
.new_products.rel_pro h2 {
    text-align: center;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: 'Neutra Text TF';
}
.new_products.rel_pro {
    margin-bottom: 50px;
}
#category-list .txt h6 {
    text-transform: uppercase;
    line-height: 23px;
    color: #000;
    margin-bottom: 2px !important;
    text-align: center;
    font-family: 'Neutra Text TF';
    font-size: 16px;
}
#category-list .txt p{
    font-size: 19px;
    font-family: 'Neutra Text TF';
    text-align: center;
}
#category-list .txt p del {
    font-size: 15px;
}
#category-list .col-lg-3.col-md-4 {
    margin-bottom: 30px;
}
#shopify-section-fe6bcce1-2f9d-4582-8c9b-ae9595642841 {
    margin-top: 20px;
}
.sku-details p b {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.sku-details .socl-share {
    list-style: none;
}
.sku-details .socl-share li {
    float: left;
}
.sku-details a {
    color: #9b9b9b;
}
.sku-details .socl-share li i {
    width: 32px;
    line-height: 28px;
    border: 2px solid #eaeaea;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 13px;
}
.add-to-cart {
    margin-top: 25px;
}
.add-to-cart input {
    max-width: 140px;
    border-bottom: 2px solid #000;
}
.add-to-cart button {
    background: #420202;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin-left: 10px;
    padding: 16px 40px;
}
.add-to-cart button:hover {
  background: #420202;
  color: #fff;
}
.prod_des {
    display: none;
    padding-top: 40px;
}
.prod_des.active {
    display: block;
}
.bakix-details-tab ul.nav.tabs.wc-tabs{
    margin-top: 50px;
    display: block;
    text-align: center;
}
.bakix-details-tab ul.nav.tabs.wc-tabs li{
    display: inline-block;
}
.bakix-details-tab ul.nav.tabs.wc-tabs li a {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.bakix-details-tab ul.nav.tabs.wc-tabs li a.active{
  color: #420202;
}
.review tr td .fa-star {
    color: #000;
}
.review tr td {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    font-family: 'Raleway', sans-serif;
    border: 0px;
}
.pbar {
    background: #E0E0E0;
    width: 160px;
}
.pbar .bar {
    background: #ffc107;
    padding: 4px;
}
.review .txt-box p {
    font-size: 18px;
    font-weight: 600;
}
.review .txt-box p i,
.review #revbox a i {
    color: #ffc107;
}
label.star {
    padding: 0px 1px;
    font-size: 17px;
    color: #444;
    transition: all .2s;
    float: right;
}
label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}
input.star {
    display: none;
}
label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}
input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}
input.star-1:checked ~ label.star:before {
    color: #F62;
}

.stars {
    display: inline-flex;
}

.stars span{
    line-height: 42px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.review h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding-bottom: 20px;
    font-size: 16px;
}
.review h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 26px;
}

.review tr td .fa-star {
    color: #000;
}
.review textarea{
    resize: none;
}
.review label {
    font-family: 'Raleway', sans-serif;
    padding-top: 6px;
    font-weight: 500;
}

.review input[type="file"] {
    padding: 0px;
    height: 32px;
    border: 1px solid #CCCCCC;
    outline: none;
}
.review textarea {
    padding: 0px;
    height: 130px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 10px;
    outline: none;

}
.review button {
    background: #420202;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 40px 10px 40px;
    border-radius: 0px;
    font-weight: 500;
}
.review .col-md-2 img{
    border-radius: 50%;
}
.review .col-md-10 .fa-star,
.review .col-md-10 .fa-star-o {
    color: #ffc107;
    margin-right: 2px;
}
.review .col-md-10 p{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
#tab-ingredients img{
    max-width: 80px;
}
#tab-ingredients li{
    list-style: none;
    float: left;
    width: 16.5%;
    text-align: center;
}
#tab-ingredients li h6{
    font-weight: 600;
}
.social-icons a,
.header-head .text-sm-left a {
    color: #ffffff;
}

.short_description,
.short_description span,
.short_description p {
  font-family: 'Neutra Text TF' !important;
}
p {
    font-family: 'Neutra Text TF';
}
.bredcrum .container ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
}
.bredcrum .container {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 7px;
    padding-bottom: 7px;
}
.bredcrum .container ul li {
    display: contents;
}
.sign_up.signing {
    margin-top: 45px;
    margin-bottom: 45px;
}
.sign_up.signing .col-md-4 {
    background: #f8f8f8;
    border: 3px solid #4fb195;
}
.sign_up.signing h1 {
    text-align: center;
    font-weight: 600;
    margin-top: 25px;
    font-size: 24px;
    font-family: 'Neutra Text TF';
}
.sign_up.signing h5 {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Neutra Text TF';
}
.sign_up.signing .col-md-12 {
    padding: 20px;
}
.sign_up.signing .sign_box input {
    width: 100%;
    padding: 8px;
    height: 40px;
    border: 1px solid;
    background: #fff;
    font-size: 14px;
}
.sign_up.signing .form-group {
    margin-bottom: 30px;
}
.sign_up.signing .sign_box input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #4fb195;
    border: 0px;
    color: #fff;
    line-height: 22px;
}
.forgot-password {
    margin: 50px 0;
}
.forgot-password button.btn.text-uppercase{
    background: #420203;
    color: #fff;
    padding: 7px 25px;
    margin-top: 10px;
    font-size: 15px;
}
.forgot-password .account-orders label{
    font-family: 'Neutra Text TF';
    font-size: 18px;
    font-weight: 600;
}
.header_sub-menu {
    display: none;
    position: absolute;
    text-align: left;
    background: #fff;
    padding: 10px;
    width: 145px;
    left: 0;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.4);
    top: 42px;
    z-index: 9999;
}
.header--acount ul {
    list-style: none;
}
.header--acount ul li i{
    margin-right: 5px;
}
.header-top__right .header--acount li:hover .header_sub-menu{
    display: block !important;
}
.header_sub-menu li {
    border-bottom: 1px dotted;
    padding-bottom: 4px;
    padding-top: 4px;
}
.header_sub-menu li a{
  font-size: 14px;
}
.cart-main {
    margin: 50px 0;
}
.cart-main h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: 'Neutra Text TF';
}
.total_c {
    border: 1px solid #420202;
    color: #000;
    padding: 20px;
}
.total_c p span {
    float: right;
}
.total_c a {
    background: #420202;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 6px 17px;
    border-radius: 21px;
    margin-top: 15px;
    font-family: 'Neutra Text TF';
}
.qty-box .btn-inc {
    background: #e9ecef;
    border: 0px;
    height: 38px;
    font-weight: 600;
    border: 1px solid #888;
}
.cart-count {
    webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 20px;
    position: absolute;
    left: 40px;
    top: -4px;
    width: 20px;
    background: #4fb195;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
}
#dform label {
    font-weight: 600;
    color: #000;
}



#dform .col-md-6,
#dform .col-md-12 {
    margin-bottom: 15px;
}

#dform {
    margin-top: 20px;
}
#dform input,
#dform select,
#dform textarea {
    width: 100%;
    border: 1px solid #000;
}
#ship-to-different-address-checkbox {
    float: left;
    width: 20px !important;
    height: 20px;
    margin-right: 8px;
    margin-top: 3px;
}
.card-form label{
    width: 100%;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 14px;
}
.card-form input {
    width: 100%;
    height: 38px;
    border: 1px solid #000;
    padding: 10px;
}
.card-formp {
    font-size: 15px;
    color: #000;
    margin-top: 5px;
}
.card-form .col-md-12 {
    margin-bottom: 15px;
}
.card-form select {
    font-size: 14px;
    height: 42px;
    min-width: 60px;
    border: 1px solid #000;
    max-width: 85px;
}
.payment_btn{
    background: #420202;
    color: #fff;
    border: 0px;
    margin-top: 20px;
    margin-bottom: 12px;
    padding: 10px 40px;
    font-size: 17px;
    font-weight: 500;
}
.order-sucesful .col-md-4,
.order-sucesful .col-md-8 {
    margin-top: 40px;
}
.order-sucesful .col-md-8 h5 {
    box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
    padding: 15px 15px;
    font-weight: 400;
    font-size: 18px;
    padding-left: 14px;
    color: #51B346;
}
.thanku-right{
    margin-right: 8px;
}
.order-sucesful .col-md-8 p{
    color: #000;
    padding-top: 13px;
}
.order-sucesful .col-md-8 h2 {
    color: #5B5B5B;
    font-weight: 500;
    font-size: 26px;
    padding-bottom: 10px;
    padding-top: 7px;
    font-family: 'Neutra Text TF';
}
.order-sucesful .col-md-8 h2 span{
    color: #420202;
}
.order-sucesful .col-md-8 h4{
    font-weight: 400;
    color: #5B5B5B;
    font-size: 20px;
}
.myorders .txt-box .hd h4 {
    background-color: #420202;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-bottom: 2px solid #d2a11d;
}
.myorders .txt-box .account-orders {
    padding: 15px 15px 15px 15px;
}
.myorders .txt-box .account-orders .text-uppercase.text-center {
    background: #f3f3f3;
}
.myorders .txt-box .account-orders table th p {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 400;
}
.order-sucesful .col-md-8 h4 span{
    color: #51B346;
}
.myorders .txt-box .account-orders table {
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}
.order-info img {
    max-width: 90px;
}
.myorders .txt-box .account-orders table th,
.myorders .txt-box .account-orders table td {
    vertical-align: middle;
    border-bottom: 1px solid #d9d9d9;
}
.myorders .delivery-info a,
.myorders .total-info a {
    background: #848484;
    color: #fff;
    width: 140px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 5px;
    padding: 6px 0;
    text-align: center;
    margin: 3px 0;
    font-weight: 300;
    font-size: 14px;
}
.order-sucesful .col-md-8 h3 {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.order-sucesful .col-md-8 h6 {
    padding-top: 30px;
    color: #000;
}
.order-sucesful .col-md-8 a{
    background: #420202;
    color: #fff;
    padding: 10px 20px;
    float: left;
    margin-top: 10px;
    border-radius: 8px;
}
.order-sucesful {
    padding-bottom: 50px;
    background: #fbfbfb;
}
.order-sucesful .col-md-4 img.thanku-img {
    max-height: 60px;
    margin: 30px 0;
}
.order-sucesful .col-md-4 {
    text-align: center;
}
.change_pasw .txt-box {
    margin-top: 30px;
}
.change_pasw .txt-box .col-xl-12 {
    margin-bottom: 15px;
}
.change_pasw .txt-box .col-xl-12 label {
    margin-bottom: 2px;
}
.change_pasw .txt-box .col-xl-12 .btn.text-uppercase {
    background: #420202 !important;
    color: #fff;
    padding: 7px 25px;
    font-weight: 500;
}
.change_pasw .txt-box .col-xl-12 input {
    border: 1px solid #000;
    width: 100%;
    font-size: 14px;
    height: 39px;
}
.myorders h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 35px;
}
.myorders .txt-box .account-orders svg {
    width: 20px;
}
.myorders .txt-box .account-orders nav .flex.justify-between.flex-1,
.myorders .txt-box .account-orders nav p.text-sm.text-gray-700.leading-5 {
    display: none;
}
.myorders .txt-box .account-orders nav {
    text-align: center;
    margin-top: 20px;
}
.order-details h4 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}
.order-details {
    padding: 40px 0;
}
.od_detail h6 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
}
.od_detail p {
    color: #212529;
}
.order-details .deliver-box .table.table-bordered p {
    color: #212529;
    font-weight: 300;
}
.order-details .deliver-box .table.table-bordered {
    border: 1px solid #d9d9d9;
    margin-top: 40px;
}
.od_detail {
    border: 1px solid #d9d9d9;
    padding: 20px;
}
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 21%;
    padding: 30px 0px;
}
ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 56px;
}
ol.progtrckr li {
    width: 240px !important;
    margin: 0 auto 20px auto;
}
ol.progtrckr li:before {
    position: relative;
    bottom: -65px;
    float: left;
    left: 50%;
    line-height: 1em;
    transform: translate(-50%, 0%);
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: none;
    border-radius: 40px;
}
ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 40px;
    bottom: -65px;
}
#order-track {
    text-align: center;
}
.profile-main .txt-box {
    box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
    border-radius: 20px;
    padding: 30px;
    margin: 0 auto;
}
.profile-main {
    margin-bottom: 40px;
    margin-top: 40px;
}
.profile-main .txt-box h3 {
    text-align: center;
    color: #420202;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.profile-main .btn.gray.text-uppercase:hover,
.profile-main .btn.gold.text-uppercase:hover {
    background: #420202;
    color: #fff;
}
.profile-main .btn.gray.text-uppercase,
.profile-main .btn.gold.text-uppercase {
    background: #E3E3E3;
    color: #484848;
    font-family: 'Poppins', sans-serif;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 6px;
}
footer .footer-area {
    background: #f3f3f3;
}
.readonly_f input,
.readonly_f select {
    background: transparent;
    border: 0px;
    padding: 0px;
    height: 26px;
    margin-top: 0px;
    color: #000;
    font-size: 16px;
    background: transparent !important;
}
.profile-main .form-group label {
    color: #420202;
    font-size: 16px;
}
.image-box.text-center input {
    text-align: center;
    max-width: 84px;
    font-size: 13px;
}
#myTabContent .col-xl-3.cl-lg-3.col-md-6{
    margin-top: 35px;
}
#new_products_related {
    margin-bottom: 20px;
}
.cart-main {
    margin-bottom: 30px;
}
.place-us table {
    width: 100%;
    border: 2px solid #000;
}
.place-us {
    margin-top: 50px;
    margin-bottom: 120px;
}
.place-us th{
    background: #420202;
    padding: 10px;
    border: 1px solid #000;
    color: #fff;
    font-weight: normal;
}
.place-us td{
    padding: 10px;
    border: 1px solid;
}
.place-us h3{
    color: #420202;
    margin-bottom: 15px;
}
.place-us input[type="submit"]{
    background: #420202;
    color: #fff;
    float: right;
    margin-top: 30px;
    display: block;
    border: 0px;
    padding: 9px 35px;
    font-weight: 500;
}
.aad-address-main input,
.aad-address-main select {
    border: 1px solid #000;
    height: 42px;
}
.checkout-page.manage-address-main h2{
    font-size: 22px;
    margin-bottom: 25px;
}
.shipping-page .manage-address-main{
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}
.user_addresse_box h6 {
    color: #000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.user_addresse_box {
    background: #F8F8F8;
    position: relative;
    padding: 25px 30px 15px 50px;
    border-left: 10px solid #420202;
    border-radius: 12px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    margin-bottom: 25px;
    min-height: 153px;
}
.user_addresse_box p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.address_del {
    position: absolute;
    right: 15px;
    top: 15px;
}
.address_del i {
    font-size: 20px;
    color: #555;
}
.address_edit {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.user_addresse_box input[type='radio'] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 62px;
    outline: none;
}
.user_addresse_box input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #420202;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #420202;
    padding: 4px;
}
.deliver_address {
    background: #420202;
    color: #fff;
    border: 0px;
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 8px;
    font-size: 17px;
}
.top40 {
    margin-top: 50px;
}
.checkout-page {
  font-family: 'Neutra Text TF';
}
.aad-address-main h2 {
    font-size: 23px;
    margin-bottom: 25px;
    font-family: 'Neutra Text TF';
}
.aad-address-main input,
.aad-address-main select {
    border: 1px solid #000;
    height: 42px;
    margin-bottom: 20px;
}
#submitButtonId {
    background: #420202;
    color: #fff;
    border: 0px;
    padding: 8px 38px;
    margin-bottom: 50px;
    font-family: 'Neutra Text TF';
}
.check_products {
    list-style: none;
    padding-left: 0px;
    float: left;
    width: 100%;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.image-box.text-center input {
    text-align: center;
    max-width: 84px;
    font-size: 13px;
    background-color: transparent;
}
.product-listing-panel {
    margin-top: 45px;
}
.aad-address-main {
    margin-top: 30px;
    font-family: 'Neutra Text TF';
}
.contact-main {
    margin: 50px 0;
}
.contact-main h4 {
    font-family: 'Neutra Text TF';
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 15px;
}
.contact-main input {
    margin-bottom: 20px;
    border: 1px solid;
    outline: none;
    height: 45px;
}
.contact-main textarea {
    border: 1px solid;
    resize: none;
    margin-bottom: 10px;
}
.send-message {
    float: right;
    background: #420202;
    color: #fff;
    border: 0px;
    padding: 7px 43px;
    font-family: 'Neutra Text TF';
}
.about-us {
    margin: 50px 0;
}


























