/*============================================================================
  Diva | Built with Shopify Slate

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - You cannot use native CSS/Sass @imports in this file without a build script

/*================ SASS HELPERS ================*/
/*============================================================================
  Convert pixels to ems
  eg. for a relational value of 12px write em(12) when the parent is 16px
  if the parent is another value say 24px write em(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Strips the unit from a number.
  @param {Number (With Unit)} $value
  @example scss - Usage
    $dimension: strip-units(10em);
  @example css - CSS Output
    $dimension: 10;
  @return {Number (Unitless)}
  based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*================ #Mixins ================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES =======================================
    - Do not change the variable names
====================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/* ===========================================================
   Color Variables
 * ===========================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================ $svg-select-icon: //cdn.shopify.com/s/files/1/0416/9898/4091/t/2/assets/ico-select.svg?149; */
/*================ Drawers ================*/
/*================ Hero ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ VENDOR ====================================
  Slick Slider 1.6.0
==============================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  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:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
  background: white url(//web.archive.org/web/20220308000926im_/https://cdn.shopify.com/s/files/1/0416/9898/4091/t/2/assets/ajax-loader.gif) center center no-repeat; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  z-index: 9;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  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; }
  .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: "Adorn-Icons";
    font-size: 22px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\ea46"; }
    [dir="rtl"] .slick-prev:before {
      content: "\ea47"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\ea47"; }
    [dir="rtl"] .slick-next:before {
      content: "\ea46"; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "adorn-icons";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

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

html {
  overflow-x: hidden; }

body {
  margin: 0; }

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

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

select {
  -webkit-appearance: none; }

a {
  background-color: transparent;
  color: #2b2b2b; }

b, strong {
  font-weight: 700; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

.mb0 {
  margin-bottom: 0 !important; }

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

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

/*============================================================================
  Fast Tap - enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a, img {
  outline: none !important;
  border: 0; }

a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/* ===========================================================
   Grid Breakpoints
*  ===========================================================*/
/* ===========================================================
   Grid Setup
 * ===========================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .grid {
      margin-left: -15px; } }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .grid__item {
      padding-left: 15px; } }
  .grid__item[class*="--push"] {
    position: relative; }

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

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

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

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

.two-thirds {
  width: 66.66667%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (min-width: 768px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up--eleven-twelfths {
    width: 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--one-eighth:nth-child(8n+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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-up--eleven-twelfths {
    width: 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--one-eighth:nth-child(8n+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; }

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

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

  .large-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1200px) {
  /* Whole */
  .widescreen--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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--one-eighth:nth-child(8n+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; }

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

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

  .small--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 639px) {
  /* Whole */
  .xsmall--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xsmall--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 479px) {
  /* Whole */
  .mobile--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 767px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 768px) {
  /* 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%; } }
/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

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

.visibility-hidden {
  visibility: hidden; }

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

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

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

/* ===========================================================
   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: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none; }

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

.page-width {
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

.main-content {
  display: block; }

.template-index .main-content {
  padding-top: 18px; }
  @media only screen and (min-width: 768px) {
    .template-index .main-content {
      padding-top: 36px; } }

.section-header {
  position: relative;
  margin-bottom: 18px; }
  @media only screen and (min-width: 768px) {
    .section-header {
      margin-bottom: 36px; } }
  @media only screen and (max-width: 991px) {
    .section-header {
      padding: 0 20px; } }
  .section-header.home h2, .section-header.home .h2 {
    position: relative; }
  .section-header p {
    font-size: 16px;
    line-height: 1.3; }
    @media only screen and (max-width: 767px) {
      .section-header p br {
        display: none; } }

.collection-tabs-home .section-header {
  margin-bottom: 18px; }

blockquote {
  font-size: 1.28571em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
  .rte blockquote {
    border-color: #e8e9eb;
    border-width: 1px 0;
    border-style: solid;
    padding: 30px 0;
    margin-bottom: 15px; }
  blockquote p + cite {
    margin-top: 15px; }
  blockquote cite {
    display: block;
    font-size: 0.85em;
    font-weight: 400; }
    blockquote cite::before {
      content: '\2014 \0020'; }

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

pre {
  overflow: auto; }

body {
  font-size: 14px;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  line-height: 1.8;
  color: #2b2b2b; }

input, textarea, button, select {
  font-size: 14px;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  color: black;
  line-height: 1.5; }

@media only screen and (max-width: 991px) {
  input, textarea, select, button {
    font-size: 14px; } }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 9px;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: black;
  text-transform: uppercase; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h1, .h1 {
  font-size: 1.71429em; }
  @media only screen and (max-width: 767px) {
    h1, .h1 {
      font-size: 1.57143em; } }

h2, .h2 {
  font-size: 1.28571em; }
  @media only screen and (max-width: 767px) {
    h2, .h2 {
      font-size: 1em; } }

h3, .h3 {
  font-size: 1.07143em; }
  @media only screen and (max-width: 767px) {
    h3, .h3 {
      font-size: 0.85714em; } }

h4, .h4 {
  font-size: 1em; }
  @media only screen and (max-width: 767px) {
    h4, .h4 {
      font-size: 0.78571em; } }

h5, .h5 {
  font-size: 0.85714em; }
  @media only screen and (max-width: 767px) {
    h5, .h5 {
      font-size: 0.64286em; } }

h6, .h6 {
  font-size: 0.71429em; }
  @media only screen and (max-width: 767px) {
    h6, .h6 {
      font-size: 0.57143em; } }

.rte {
  color: #2b2b2b;
  margin-bottom: 18px; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
    margin-top: 30px;
    margin-bottom: 15px; }
    .rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
      margin-top: 0; }
  .rte li {
    margin-bottom: 4px;
    list-style: inherit; }
    .rte li:last-child {
      margin-bottom: 0; }

.rte-setting {
  margin-bottom: 10px; }
  .rte-setting:last-child {
    margin-bottom: 0; }

p {
  margin: 0 0 10px; }
  p:last-child {
    margin-bottom: 0; }

li {
  list-style: none; }

.fine-print {
  font-size: 1em;
  font-style: italic; }

.txt--minor {
  font-size: 80%; }

.txt--emphasis {
  font-style: italic; }

.address {
  margin-bottom: 30px; }

.mega-title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.1; }
  @media only screen and (min-width: 768px) {
    .mega-title {
      font-size: 40px; } }
  @media only screen and (min-width: 992px) {
    .mega-title {
      font-size: 50px; } }

.mega-title--large {
  font-size: 24px; }
  @media only screen and (min-width: 768px) {
    .mega-title--large {
      font-size: 40px; } }
  @media only screen and (min-width: 992px) {
    .mega-title--large {
      font-size: 50px; } }
  @media only screen and (min-width: 1200px) {
    .mega-title--large {
      font-size: 65px; } }

.mega-subtitle {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 16px; }
  .mega-subtitle p {
    color: inherit; }
  @media only screen and (min-width: 768px) {
    .mega-subtitle {
      font-size: 18px;
      line-height: 1.3;
      margin: 0 0 25px; } }

.mega-subtitle--large {
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .mega-subtitle--large {
      font-size: 22px; } }

.wrap-caption.text-small .mega-small-title, .wrap-caption.text-small .mega-subtitle, .wrap-caption.text-small .mega-subtitle--large {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0; }
  @media only screen and (max-width: 767px) {
    .wrap-caption.text-small .mega-small-title, .wrap-caption.text-small .mega-subtitle, .wrap-caption.text-small .mega-subtitle--large {
      font-size: 14px; } }

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

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

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

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

ol {
  list-style: decimal; }

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

/* ===========================================================
   Rich Text Editor
 * ===========================================================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 9px 18px; }
  .rte ul.list--inline,
  .rte ol.list--inline {
    margin-left: 0; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }
.rte a:not(.btn) {
  padding-bottom: 1px; }

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

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    opacity: 1; }
  a.classic-link {
    text-decoration: underline; }

.btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  padding: 0 15px;
  border: 0;
  color: white;
  background-color: #222222;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  line-height: 33px;
  font-size: 14px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media only screen and (min-width: 768px) {
    .btn {
      padding: 0 20px;
      height: 40px;
      line-height: 38px; } }
  .btn:hover, .btn:focus {
    background-color: black;
    opacity: 0.9;
    color: white; }
  .btn .icon-arrow-right,
  .btn .icon-arrow-left {
    height: 9px; }
  .btn[disabled] {
    cursor: default;
    opacity: 0.5;
    background-color: #222222;
    color: white; }
  @media only screen and (max-width: 479px) {
    .btn {
      font-size: 12px; } }

.border-btn-1 {
  color: white;
  background-color: transparent;
  border: 1px solid white; }
  .border-btn-1:hover, .border-btn-1:focus {
    color: #222222;
    background-color: white; }

.border-btn-2 {
  color: #120303;
  background-color: transparent;
  border: 1px solid #120303; }
  .border-btn-2:hover, .border-btn-2:focus {
    color: white;
    background-color: #120303; }

.btn--small {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  padding: 0 10px;
  font-size: 0.85714em;
  line-height: 28px;
  height: auto; }

@media only screen and (min-width: 768px) {
  .btn--large {
    padding: 0 25px;
    height: 42px;
    line-height: 40px; } }

.btn-view-all {
  margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px; } }
.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: black;
  text-align: left;
  outline: none !important;
  box-shadow: none !important; }
  .btn--link:hover, .btn--link:focus {
    opacity: 1; }
  .btn--link .icon {
    vertical-align: middle; }

.btn--narrow {
  padding-left: 15px;
  padding-right: 15px; }

.btn--disabled {
  opacity: 0.5;
  cursor: default; }
  .btn--disabled:hover, .btn--disabled:focus {
    opacity: 0.5; }

.btn--has-icon-after .icon {
  margin-left: 10px; }

.btn--has-icon-before .icon {
  margin-right: 10px; }

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

.return-link-wrapper {
  margin: 45px 0; }
  @media only screen and (max-width: 767px) {
    .return-link-wrapper {
      margin-bottom: -37px; }
      .return-link-wrapper .btn {
        display: block; } }

table {
  margin-bottom: 15px; }

th {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

th,
td {
  text-align: left;
  border: 1px solid #e8e9eb;
  padding: 10px 14px; }

/* ===========================================================
   Responsive tables - defined with .responsive-table on table element
 * ===========================================================*/
@media only screen and (max-width: 767px) {
  .responsive-table thead {
    display: none; }
  .responsive-table tr {
    display: block; }
  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%; }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: 10px 15px;
    border: 0;
    margin: 0; }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px; }

  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 30px; }
    .responsive-table__row + .responsive-table__row::after,
    tfoot > .responsive-table__row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #e8e9eb; } }
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%; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #e8e9eb;
  margin: 0 0 30px;
  padding: 15px; }

legend {
  border: 0;
  padding: 0; }

button {
  cursor: pointer; }

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

label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  @media only screen and (max-width: 767px) {
    label {
      font-size: 0.85714em; } }
  [type="radio"] + label, [type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 0; }
  label[for] {
    cursor: pointer; }

input, select, button {
  height: 36px; }
  @media only screen and (max-width: 479px) {
    input, select, button {
      height: auto; } }

input,
textarea,
select {
  border: 1px solid #e8e9eb;
  background-color: white;
  color: #333333;
  max-width: 100%;
  width: 100%;
  line-height: 1.2;
  border-radius: 0;
  margin-bottom: 10px; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #cdcfd3; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
  input.input--error::-webkit-input-placeholder,
  textarea.input--error::-webkit-input-placeholder,
  select.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-moz-placeholder,
  textarea.input--error::-moz-placeholder,
  select.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error:-ms-input-placeholder,
  textarea.input--error:-ms-input-placeholder,
  select.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-ms-input-placeholder,
  textarea.input--error::-ms-input-placeholder,
  select.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1; }
  input.hidden-placeholder::-webkit-input-placeholder,
  textarea.hidden-placeholder::-webkit-input-placeholder,
  select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-moz-placeholder,
  textarea.hidden-placeholder::-moz-placeholder,
  select.hidden-placeholder::-moz-placeholder {
    color: transparent; }
  input.hidden-placeholder:-ms-input-placeholder,
  textarea.hidden-placeholder:-ms-input-placeholder,
  select.hidden-placeholder:-ms-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-ms-input-placeholder,
  textarea.hidden-placeholder::-ms-input-placeholder,
  select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1; }

textarea {
  min-height: 100px; }

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//web.archive.org/web/20220308000926im_/https://cdn.shopify.com/s/files/1/0416/9898/4091/t/2/assets/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  @media only screen and (min-width: 768px) {
    select {
      padding-top: 6px;
      padding-left: 20px;
      padding-bottom: 8px; } }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

optgroup {
  font-weight: 700; }

option {
  color: black;
  background-color: white; }

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

.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial; }

::-webkit-input-placeholder {
  color: #333333;
  opacity: 0.6; }

::-moz-placeholder {
  color: #333333;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: #333333;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: #333333;
  opacity: 1; }

.label--error {
  color: #d20000; }

input,
textarea {
  padding: 8px 15px; }
  @media only screen and (min-width: 768px) {
    input,
    textarea {
      padding: 10px 20px; } }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  height: auto;
  width: auto; }

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

.note,
.form--success,
.errors {
  padding: 8px;
  margin: 0 0 15px; }
  @media only screen and (min-width: 768px) {
    .note,
    .form--success,
    .errors {
      padding: 10px; } }

.note {
  border: 1px solid #e8e9eb; }

.form--success {
  border: 1px solid #19a340;
  background-color: #f8fff9;
  color: #19a340; }

.errors {
  border: 1px solid #d20000;
  background-color: #fff8f8;
  color: #d20000; }
  .errors ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .errors a {
    color: #d20000;
    text-decoration: underline; }

.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate; }
  .form-vertical .input-group {
    margin-bottom: 30px; }

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

.input-group__field,
.input-group__btn .btn {
  height: 35px;
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .input-group__field,
    .input-group__btn .btn {
      height: 40px; } }

.input-group__field {
  width: 100%;
  border-right: 0;
  border-radius: 2px 0 0 2px; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__btn {
  white-space: nowrap;
  width: 1%; }
  .input-group__btn .btn {
    border-radius: 0 2px 2px 0;
    white-space: nowrap; }

.page-width {
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    .page-width {
      padding-left: 15px;
      padding-right: 15px; } }

.page-container {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  position: relative;
  overflow: hidden;
  width: 100%; }

hr {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #e8e9eb; }

.hr--small {
  padding: 10px 0;
  margin: 0; }

.hr--invisible {
  border-bottom: 0; }

.border-bottom {
  border-bottom: 1px solid #e8e9eb; }

.border-top {
  border-top: 1px solid #e8e9eb; }

.empty-page-content {
  padding: 125px 30px; }
  @media only screen and (max-width: 767px) {
    .empty-page-content {
      padding-left: 15px;
      padding-right: 15px; } }

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

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

.grid--half-gutters {
  margin-left: -15px; }
  .grid--half-gutters > .grid__item {
    padding-left: 15px; }

.grid--double-gutters {
  margin-left: -60px; }
  .grid--double-gutters > .grid__item {
    padding-left: 60px; }

.grid--flush-bottom {
  margin-bottom: -36px;
  overflow: auto; }
  .grid--flush-bottom > .grid__item {
    margin-bottom: 36px; }

/* ===========================================================
   Animation Classes and Keyframes
 * ===========================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

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

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

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

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

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

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

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

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

.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 110;
  background-color: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .drawer input[type="text"],
  .drawer textarea {
    background-color: white;
    color: black; }

.drawer--top {
  width: 100%; }
  .js-drawer-open-top .drawer--top {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: block; }

.drawer-page-content::after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 109;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .js-drawer-open .drawer-page-content::after {
    visibility: visible;
    opacity: 1; }

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

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: 1.28571em; }
  .drawer__close-button:active, .drawer__close-button:focus {
    background-color: rgba(0, 0, 0, 0.75); }

.grid-view-item {
  margin: 0 auto 25px;
  text-align: center; }
  .custom__item .grid-view-item {
    margin-bottom: 0; }
  .grid-view-item .grid-view-item__title {
    color: #000;
    margin-bottom: 0; }
    .grid-view-item .grid-view-item__title.h4 {
      text-align: center;
      font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
      font-size: 12px;
      letter-spacing: 0.08em;
      line-height: 20px;
      font-weight: 500;
      text-transform: uppercase;
      text-transform: capitalize;
      font-size: 13px;
      letter-spacing: 0.5px; }
  .grid-view-item .grid-view-item__meta {
    margin-top: 5px; }
  @media only screen and (max-width: 767px) {
    .grid-view-item .grid-view-item__title, .grid-view-item .grid-view-item__meta {
      font-size: 0.92857em; } }
  .grid-view-item .product-price__price {
    display: inline-block;
    color: #2b2b2b;
    font-weight: 500; }
  .grid-view-item .product-price__sale {
    padding-right: 0;
    color: #ed1313; }
  .grid-view-item .grid-view-item__vendor {
    margin-top: 4px;
    text-transform: uppercase; }
  .grid-view-item .grid-view_image {
    margin: 0 auto 15px; }
    .grid-view-item .grid-view_image .grid-view-item__link {
      display: block;
      white-space: nowrap; }
      .grid-view-item .grid-view_image .grid-view-item__link:after {
        content: "";
        display: inline-block;
        width: 0px;
        height: 100%;
        vertical-align: middle; }
    .grid-view-item .grid-view_image .grid-view-item__image {
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      -ms-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .grid-view-item--sold-out .grid-view-item .grid-view_image .grid-view-item__image {
        opacity: 0.5; }
    .grid-view-item .grid-view_image .hover, .grid-view-item .grid-view_image .variantImg {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    @media only screen and (min-width: 992px) {
      .grid-view-item .grid-view_image:hover .primary {
        opacity: 0; } }
    .grid-view-item .grid-view_image:hover .hover, .grid-view-item .grid-view_image:hover .variantImg {
      opacity: 1;
      visibility: visible; }
    @media only screen and (max-width: 991px) {
      .grid-view-item .grid-view_image .hover:not(.variantImg) {
        display: none; } }
    .grid-view-item .grid-view_image .loading {
      display: none; }
    .grid-view-item .grid-view_image .showLoading .loading {
      font-size: 24px;
      display: block;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 50; }
    .grid-view-item .grid-view_image .showVariantImg img {
      opacity: 0; }
    .grid-view-item .grid-view_image .showVariantImg .variantImg {
      visibility: visible;
      opacity: 1; }

.list-view-item {
  display: table;
  table-layout: fixed;
  margin-bottom: 15px;
  width: 100%; }
  .list-view-item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .list-view-item {
      border-bottom: 1px solid #e8e9eb;
      padding-bottom: 15px; }
      .list-view-item:last-child {
        padding-bottom: 0;
        border-bottom: 0; } }

.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 230px; }
  @media only screen and (max-width: 767px) {
    .list-view-item__image-column {
      width: 85px; } }

.list-view-item__image-wrapper {
  position: relative;
  margin-right: 18px; }
  @media only screen and (max-width: 767px) {
    .list-view-item__image-wrapper {
      margin-right: 9px; } }

.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle; }

.list-view-item__title {
  color: black;
  font-size: 1.14286em;
  min-width: 100px; }
  .list-view-item__title a {
    color: black; }
  @media only screen and (max-width: 767px) {
    .list-view-item__title {
      font-size: 0.92857em; } }

.list-view-item__sold-out {
  font-size: 0.92857em; }

.list-view-item__on-sale {
  color: #ed1313;
  font-size: 0.92857em; }
  @media only screen and (max-width: 767px) {
    .list-view-item__on-sale {
      display: none; } }

.list-view-item__vendor-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%; }

.list-view-item__vendor {
  font-size: 0.92857em;
  font-style: italic; }
  @media only screen and (max-width: 767px) {
    .list-view-item__vendor {
      font-size: 0.85714em; } }

.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: 1.07143em; }
  @media only screen and (max-width: 767px) {
    .list-view-item__price-column {
      font-size: 0.92857em; } }
  .list-view-item__price-column .product-price__sale {
    display: block; }
  .list-view-item__price-column .product-price__sale-label,
  .list-view-item__price-column .product-price__sold-out {
    display: none; }

.list-view-item__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-view-item__price--reg {
  color: #ed1313; }
  @media only screen and (max-width: 767px) {
    .list-view-item__price--reg {
      display: block; } }

@media only screen and (max-width: 767px) {
  .list-view-item__price--sale {
    display: block; } }

/* ===========================================================
   Slick slider overrides
 * ===========================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slider .slick-dots {
  margin: 0;
  width: auto; }
  .slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 6px; }
    .slick-slider .slick-dots li:first-of-type {
      margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .slick-slider .slick-dots li {
        width: 12px;
        height: 12px;
        margin-left: 8px; } }
    .slick-slider .slick-dots li button {
      position: relative;
      padding: 0;
      width: 10px;
      height: 10px; }
      @media only screen and (min-width: 768px) {
        .slick-slider .slick-dots li button {
          width: 12px;
          height: 12px; } }
    .slick-slider .slick-dots li button::before {
      text-indent: -9999px;
      background-color: transparent;
      border-radius: 100%;
      background-color: currentColor;
      width: 10px;
      height: 10px;
      opacity: 0.4;
      transition: all 0.2s; }
      @media only screen and (min-width: 768px) {
        .slick-slider .slick-dots li button::before {
          width: 12px;
          height: 12px; } }
    .slick-slider .slick-dots li.slick-active button::before {
      opacity: 1; }
    .slick-slider .slick-dots li button:active::before {
      opacity: 0.7; }

/* ===========================================================
   Index sections
 * ===========================================================*/
.index-section {
  padding-top: 18px;
  padding-bottom: 18px; }
  @media only screen and (min-width: 768px) {
    .index-section {
      padding-top: 36px;
      padding-bottom: 36px; } }
  .index-section:first-child {
    padding-top: 0;
    border-top: 0; }
  .index-section:last-child {
    padding-bottom: 0; }

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

@media only screen and (min-width: 768px) {
  [class*="index-section--flush"] + [class*="index-section--flush"] {
    margin-top: -72px; } }

.index-section--flush:first-child {
  margin-top: -18px; }

@media only screen and (min-width: 768px) {
  [class*="index-section--flush"]:first-child {
    margin-top: -36px; } }

.index-section--flush:last-child {
  margin-bottom: -18px; }
  @media only screen and (min-width: 768px) {
    .index-section--flush:last-child {
      margin-bottom: -36px; } }

@media only screen and (max-width: 767px) {
  .index-section--featured-product:first-child {
    margin-top: -12px; } }
.placeholder-svg {
  display: block;
  fill: rgba(43, 43, 43, 0.35);
  background-color: rgba(43, 43, 43, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(43, 43, 43, 0.2); }

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

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

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0; }

/* ===========================================================
   TEMPLATES
 * ===========================================================*/
.template-password {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #ffffff; }
  .template-password .modal--is-active {
    background: none; }
  .template-password.modal--is-active .password-page {
    display: none; }
  .template-password .site-header__logo-image {
    margin: 0 auto 30px auto;
    display: block; }
    .template-password .site-header__logo-image img {
      display: block;
      margin: 0 auto; }
  .template-password .password__title {
    font-size: 3em;
    letter-spacing: 5px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px; }
  .template-password .password-main p, .template-password .password-main a {
    color: #000000; }
  .template-password .ad-times-r {
    color: #000;
    font-size: 25px; }
  .template-password .modal a, .template-password .modal p,
  .template-password .modal p.password__form-heading {
    color: #000000; }

.password-page-wrap {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px; }

.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #000000; }
  .ie9 .password-page {
    height: auto; }
  .password-page .errors,
  .password-page .form--success {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .password-page h2, .password-page .h2, .password-page p, .password-page .social-sharing span {
    color: #000000; }

.password-header {
  height: 85px;
  display: table-row; }

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

.password-login {
  padding: 0 30px;
  text-align: right; }

.password-logo .logo {
  color: black;
  font-weight: 700;
  max-width: 100%; }

.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 30px; }

.password-message {
  max-width: 500px;
  margin: 45px auto 15px; }

.password__input-group {
  max-width: 340px;
  margin: 0 auto 30px; }

.password__title {
  margin-bottom: 30px; }

.password__form-heading {
  margin-bottom: 30px;
  font-size: 18px;
  color: black;
  font-weight: 400; }

.password-powered-by {
  margin-top: 45px; }

h1.product-single__title, .product-single__title.h1 {
  margin-bottom: 0; }

.product-single__price {
  color: #2b2b2b;
  font-size: 1.14286em;
  font-weight: 500;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .product-single__price {
      display: block;
      font-size: 1.14286em; } }
  .product-single__price .product-price__price-product-template {
    font-size: 1.42857em; }

.product-single__vendor {
  color: #2b2b2b;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px; }

.product-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  width: auto;
  margin: 0 -5px -10px; }

.product-form__item {
  -webkit-flex: 1 1 200px;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  margin-bottom: 10px;
  padding: 5px; }
  .product-form__item label {
    display: block; }
    .product-form--hide-variant-labels .product-form__item label {
      position: absolute !important;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }

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

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

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

.hidedropdown .selector-wrapper {
  display: none; }

.product-form .swatch {
  margin-bottom: 20px; }
  .product-form .swatch label {
    display: block;
    text-transform: uppercase;
    font-weight: 600; }
  .product-form .swatch .swatch-element {
    display: inline-block;
    margin-right: 4px;
    position: relative; }
    .product-form .swatch .swatch-element.soldout {
      opacity: 0.3; }
      .product-form .swatch .swatch-element.soldout .swatchLbl {
        text-decoration: line-through; }
    .product-form .swatch .swatch-element.white .ad-check-r {
      color: #000 !important; }
    .product-form .swatch .swatch-element.white label {
      border: 2px solid #ddd !important; }
  .product-form .swatch .swatchInput {
    display: none; }
    .product-form .swatch .swatchInput + .swatchLbl {
      color: #333;
      font-size: 12px;
      font-weight: 400;
      line-height: 28px;
      text-transform: capitalize;
      position: relative;
      display: inline-block;
      margin: 0;
      min-width: 30px;
      height: 30px;
      overflow: hidden;
      text-align: center;
      background-color: #f9f9f9;
      padding: 0 10px;
      border: 2px solid #fff;
      box-shadow: 0 0 0 1px #ddd;
      border-radius: 0;
      -ms-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .product-form .swatch .swatchInput + .swatchLbl.rounded {
        border-radius: 20px; }
      .product-form .swatch .swatchInput + .swatchLbl.rounded_rectangle {
        border-radius: 7px; }
      .product-form .swatch .swatchInput + .swatchLbl.color {
        width: 30px;
        padding: 0;
        height: 30px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100% auto; }
        .product-form .swatch .swatchInput + .swatchLbl.color .ad-check-r {
          display: none;
          color: #fff;
          font-size: 14px;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .product-form .swatch .swatchInput + .swatchLbl.color.medium {
          width: 50px;
          height: 50px; }
        .product-form .swatch .swatchInput + .swatchLbl.color.large {
          width: 70px;
          height: 70px; }
        .product-form .swatch .swatchInput + .swatchLbl.color.rounded {
          border-radius: 50%; }
    .product-form .swatch .swatchInput:checked + .swatchLbl {
      box-shadow: 0 0 0 2px #333; }
      .product-form .swatch .swatchInput:checked + .swatchLbl .ad-check-r {
        display: block; }
  .product-form .swatch .tooltip-label {
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    background: #000;
    color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    letter-spacing: 0.2px;
    white-space: nowrap;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%); }
    .product-form .swatch .tooltip-label:before {
      content: "";
      border: 5px solid transparent;
      border-top: 5px solid #000;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -5px; }
  .product-form .swatch .swatch-element:hover .tooltip-label {
    opacity: 1;
    bottom: 110%;
    visibility: visible; }
  .product-form .swatch .swatch-element.soldout .swatchLbl:hover {
    opacity: 1; }
  .product-form .swatch .product-form__item {
    margin-bottom: 0;
    padding: 0; }

.swatchLbl.sizes + .tooltip-label {
  display: none; }

.social-sharing .ad {
  vertical-align: middle;
  padding-right: 2px;
  font-size: 14px; }
.social-sharing .ad-facebook-f {
  color: #1f519b; }
.social-sharing .ad-twitter {
  color: #27aae1; }
.social-sharing .ad-pinterest-p {
  color: #be1e2d; }

.product-single__thumbnail {
  display: block;
  margin: 0 0 6px;
  opacity: 0.6;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .product-single__thumbnail.active-thumb {
    opacity: 1; }

.product-single__thumbnail-image {
  display: block; }

.product-featured-img {
  display: block;
  margin: 0 auto; }

.zoomImg {
  background-color: white; }

@media only screen and (max-width: 767px) {
  .product-single__photos {
    margin-bottom: 30px; }

  .product-single__photo--has-thumbnails {
    margin-bottom: 0; } }
.product-single__photos--full {
  margin-bottom: 30px; }

.product-single__photo {
  min-height: 1px; }

@media only screen and (max-width: 767px) {
  .template-product .main-content {
    padding-top: 0; }

  .thumbnails-slider--active .product-single__thumbnails {
    display: none; }
    .thumbnails-slider--active .product-single__thumbnails.slick-initialized, .ie9 .thumbnails-slider--active .product-single__thumbnails {
      display: block;
      margin: 0 auto; }

  .product-single__photos {
    position: relative; }

  .thumbnails-wrapper {
    position: relative;
    text-align: center; }

  .thumbnails-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

  .thumbnails-slider__prev {
    left: -20px;
    height: auto; }

  .thumbnails-slider__next {
    right: -20px;
    height: auto; }

  .product-single__thumbnails-item {
    display: inline-block;
    padding-bottom: 10px;
    width: 72px;
    float: none;
    vertical-align: middle; }
    .slick-slider .product-single__thumbnails-item {
      float: left; }
    .thumbnails-slider--active .product-single__thumbnails-item {
      padding: 5px 0; }

  .product-single__thumbnail {
    margin: 0 auto; } }
.collection-hero {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .collection-hero {
      margin-bottom: 18px; } }
  @media only screen and (max-width: 479px) {
    .collection-hero h1.collection-hero__title, .collection-hero .collection-hero__title.h1 {
      font-size: 18px; } }

.collection-description {
  margin: 15px auto;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .collection-description {
      margin-bottom: 18px auto; } }

.collection-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  opacity: 1; }
  @media only screen and (max-width: 1199px) {
    .collection-hero__image {
      height: 160px; } }
  @media only screen and (max-width: 479px) {
    .collection-hero__image {
      height: 80px; } }

.collection-hero__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.35; }

.collection-hero__title {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  text-transform: uppercase;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 768px) {
    .collection-hero__title {
      font-size: 1.71429em; } }

.template-blog .social-sharing {
  margin-bottom: 9px; }

.blog--list-view .pagination {
  padding-top: 0; }

.cart th,
.cart td {
  border: 0;
  text-align: center; }
  .cart th.cart__meta,
  .cart td.cart__meta {
    text-align: left; }
.cart td {
  padding: 15px 15px; }
  .cart td.cart__image-wrapper {
    padding-left: 12px;
    position: relative; }
  @media only screen and (max-width: 479px) {
    .cart td {
      padding: 20px 5px; } }
.cart th {
  font-weight: 700;
  padding: 10px 0 8px;
  background: #f9f9f9;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px; }
.cart .cart__meta {
  padding-right: 15px; }
.cart .qtyField {
  margin: 0 auto; }
.cart .remove-large {
  position: absolute;
  left: 0;
  top: 10px; }
.cart .style2 .cart__footer {
  padding-top: 0; }
.cart .style2 .cart-note .solid-border {
  margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
  .cart .qtyField a {
    height: 30px;
    width: 30px;
    line-height: 26px; }
  .cart .qtyField .cart__qty-input {
    height: 30px;
    width: 40px;
    float: left;
    margin: 0; } }
@media only screen and (max-width: 767px) {
  .cart .cart__qty {
    height: 30px; }
  .cart .qtyField {
    width: 105px;
    max-width: 100%;
    display: inline-block; }
    .cart .qtyField .minus {
      position: relative;
      float: left;
      border: 0;
      border-right: 1px solid gainsboro; }
    .cart .qtyField .cart__qty-input {
      padding: 0; }
    .cart .qtyField .plus {
      position: relative;
      float: right;
      border-left: 1px solid gainsboro; } }

.cart__meta-text {
  padding: 5px 0;
  font-size: 13px;
  font-style: italic; }

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

.cart__qty-input {
  text-align: center;
  width: 60px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0; }
  @media only screen and (max-width: 767px) {
    .cart__qty-input {
      padding-top: 2px;
      padding-bottom: 2px; } }

.cart__edit {
  margin-top: 10px; }

.cart__edit--active .cart__edit-text--cancel {
  display: none; }

.cart__edit-text--edit {
  display: none; }
  .cart__edit--active .cart__edit-text--edit {
    display: block; }

.cart__edit-text--cancel,
.cart__edit-text--edit {
  pointer-events: none; }

.cart__row {
  position: relative; }
  .cart__row p {
    margin-bottom: 0; }
    .cart__row p + p {
      margin-top: 10px; }

.cart__subtotal-title {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 700;
  color: #000;
  letter-spacing: 0.02em; }

.cart__subtotal {
  padding-left: 15px;
  font-weight: 700;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .cart__subtotal {
      padding-left: 15px;
      display: inline-block; } }

.cart__savings {
  padding-top: 18px; }

.cart__savings-amount {
  padding-left: 15px; }
  @media only screen and (min-width: 768px) {
    .cart__savings-amount {
      padding-left: 30px;
      min-width: 150px;
      display: inline-block; } }

.solid-border {
  border: 1px solid #e8e9eb; }

.cart__footer {
  padding-top: 15px; }
  .cart__footer .solid-border {
    padding: 20px; }
  .cart__footer h5, .cart__footer .h5, .cart__footer h5 label, .cart__footer .h5 label, .cart__footer .cart__subtotal-title {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
    letter-spacing: 0.02em; }
  .cart__footer .cart-update, .cart__footer .checkout {
    width: 100%; }
  .cart__footer .cart-update {
    margin-bottom: 20px; }
  .cart__footer .cart-note__label {
    font-weight: 500; }

.cart__update--large {
  margin-right: 10px; }

.cart__shipping {
  font-style: italic;
  font-size: 13px;
  padding: 12px 0 20px; }

.cart-note__label,
.cart-note__input {
  display: block; }
  @media only screen and (max-width: 767px) {
    .cart-note__label,
    .cart-note__input {
      margin: 0 auto; } }

.cart-note__label {
  margin-bottom: 15px; }

.cart-note__input {
  min-height: 50px;
  width: 100%;
  height: 144px; }
  @media only screen and (max-width: 767px) {
    .cart-note__input {
      margin-bottom: 40px; } }
  .cart-note__input.style1 {
    height: 92px; }

.cart__image-wrapper a {
  display: block; }

@media only screen and (min-width: 768px) {
  .cart__image-wrapper {
    width: 120px; }

  .cart__meta {
    max-width: 300px; }

  .cart__remove {
    margin-top: 4px;
    font-size: 15px;
    padding: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px; }
    .cart__remove .ad {
      margin-right: -2px; }

  .cart__qty {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .cart table {
    display: block;
    width: 100%; }
  .cart thead {
    display: none; }
  .cart tr,
  .cart tbody {
    width: 100%; }
  .cart tbody {
    display: block; }
  .cart .cart__update-wrapper {
    display: none;
    padding-top: 0;
    padding-bottom: 15px; }

  .cart__update--show td {
    padding-bottom: 10px; }
  .cart__update--show .cart__update-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .cart-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }

  .cart-flex-item {
    display: block;
    min-width: 0;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

  .cart__meta {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; }

  .cart__image-wrapper {
    -webkit-flex: 0 0 85px;
    -moz-flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px; }

  .cart__price-wrapper {
    -webkit-flex: 0 1 24%;
    -moz-flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    text-align: right; }

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

  .cart-message {
    padding-top: 20px; }

  .cart__qty {
    padding: 0 10px; }

  .cart__update {
    margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .cart td.cart__image-wrapper,
  .cart__update--show .cart__update-wrapper {
    padding-left: 0; } }
.additional-checkout-buttons {
  margin-top: 15px; }
  .additional-checkout-buttons input[type="image"] {
    padding: 0;
    border: 0;
    background: transparent; }

/* ===========================================================
   MODULES
 * ===========================================================*/
.site-header {
  width: 100%;
  background-color: white;
  position: relative;
  border-bottom: 1px solid #eeeeee; }
  @media only screen and (max-width: 767px) {
    .site-header {
      border-bottom: 1px solid #e8e9eb;
      padding: 0; } }
  .site-header .site-header__logo {
    margin: 5px 0; }
  .site-header .site-header__logo-link {
    display: inline-block;
    word-break: break-word;
    font-weight: 700; }
  .site-header .site-header__logo-image {
    display: block;
    text-align: center; }
    .site-header .site-header__logo-image img {
      display: block;
      margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .site-header .site-header__logo-image {
        margin: 0 auto; } }

.site-header__icons {
  position: relative;
  white-space: nowrap; }
  @media only screen and (max-width: 767px) {
    .site-header__icons .btn--link,
    .site-header__icons .site-header__cart {
      font-size: 1em; } }

.site-header__cart,
.site-header__search,
.site-header__account {
  position: relative;
  text-decoration: none !important; }
  .site-header__cart:hover, .site-header__cart:focus,
  .site-header__search:hover,
  .site-header__search:focus,
  .site-header__account:hover,
  .site-header__account:focus {
    opacity: 1; }

.site-header__cart-count {
  display: inline-block;
  vertical-align: baseline;
  font-family: arial;
  font-size: 12px; }
  @media only screen and (max-width: 767px) {
    .site-header__cart-count {
      top: 14px;
      left: 22px;
      border-radius: 11px;
      min-width: 10px; }
      .site-header__cart-count span {
        padding: 4px 6px;
        font-size: 12px; } }

.site-header__menu {
  display: none; }
  @media only screen and (max-width: 991px) {
    .site-header__menu {
      display: block;
      padding-left: 0px; } }

.notification-bar {
  text-align: center;
  position: relative;
  z-index: 5;
  display: none; }
  .notification-bar .notification-bar__message {
    display: block;
    padding: 10px 15px; }
    @media only screen and (min-width: 768px) {
      .notification-bar .notification-bar__message {
        padding: 10px 30px; } }
    @media only screen and (max-width: 767px) {
      .notification-bar .notification-bar__message {
        padding: 5px 30px; } }

.article--listing {
  padding-top: 30px;
  margin-bottom: 30px; }

.article__title {
  margin-bottom: 7.5px; }

.article__author {
  margin-right: 10px; }

.article__author,
.article__date {
  display: inline-block;
  margin-bottom: 10px; }
  .template-article .article__author, .template-article
  .article__date {
    margin-bottom: 0; }

.article__tags {
  margin-bottom: 18px; }

.article__tags--list {
  font-style: italic; }

/* ===========================================================
   Blog article grid
 * ===========================================================*/
.grid--blog {
  margin-bottom: -16px;
  overflow: auto; }

.article__grid-tag {
  margin-right: 10px; }

.article__grid-excerpt {
  margin-bottom: 9px;
  line-height: 1.3; }

.article__grid-image {
  display: block;
  clear: both;
  margin-bottom: 18px; }
  .article__grid-image img {
    display: block; }

.article__list-image {
  margin: 0 auto; }

.sidebar {
  margin-top: 40px; }

.sidebar__list {
  list-style: none;
  margin-bottom: 30px; }
  .sidebar__list li {
    margin-bottom: 10px; }

.infinitpagin {
  clear: both;
  padding-top: 15px;
  text-align: center; }

.pagination {
  width: 100%;
  text-align: center;
  list-style: none;
  font-size: 1.07143em;
  padding: 20px 0; }
  .pagination li {
    display: inline-block; }
    .pagination li a {
      font-size: 12px;
      color: #777777;
      height: 35px;
      width: 35px;
      line-height: 31px;
      display: inline-block;
      border: 2px solid #e8e9eb; }
  .pagination li.active a {
    border: 2px solid #636871;
    color: #2b2b2b; }
  .pagination .ad {
    font-size: 18px;
    vertical-align: sub; }

.pagination__text {
  padding: 0 15px; }

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

.comment__content {
  margin-bottom: 5px; }

.comment__meta-item {
  margin-right: 10px;
  font-size: 1em; }
  .comment__meta-item:first-child::before {
    content: '\2014 \0020'; }

.btn--share {
  margin-right: 5px;
  margin-bottom: 10px; }

.share-title {
  display: inline-block;
  vertical-align: middle; }

.search-bar {
  padding: 20px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 999999;
  background: none;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .search-bar .search-header {
    padding: 10px;
    position: relative;
    background-color: #ffffff; }
  .search-bar .ad {
    font-size: 25px;
    vertical-align: middle;
    margin-top: 4px; }
  .search-bar .search__input {
    font-size: 20px;
    padding: 20px 40px;
    height: auto;
    margin: 0;
    border: 0 none; }
  .search-bar .search__submit {
    position: absolute;
    top: 21px;
    left: 10px; }
  .search-bar .search-bar__close {
    position: absolute;
    top: 40px;
    right: 35px; }
  @media only screen and (max-width: 767px) {
    .search-bar {
      padding: 10px; }
      .search-bar .ad {
        font-size: 20px; }
      .search-bar .search__input {
        padding: 10px 30px; }
      .search-bar .search__submit {
        top: 18px;
        left: 5px; }
      .search-bar .search-bar__close {
        top: 29px;
        right: 20px; } }

body.js-drawer-open {
  position: relative; }
  body.js-drawer-open .search-bar {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.search-results {
  list-style-type: none;
  width: 100%;
  max-height: 400px;
  margin: 0;
  padding: 0 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap; }
  .search-results li {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 5px;
    padding: 7px;
    border: 1px solid #e8e9eb; }
    .search-results li:hover {
      background-color: #f6f6f6; }
    .search-results li.more {
      text-align: center;
      padding-top: 20px;
      background-color: #f6f6f6; }
      .search-results li.more:hover {
        background-color: #eee; }
  .search-results a {
    display: table;
    width: 100%; }
    .search-results a .disc {
      padding-left: 10px;
      display: table-cell;
      text-align: left;
      vertical-align: middle; }
    .search-results a .title {
      line-height: 1.2;
      display: block; }
    .search-results a .thumbnail {
      display: table-cell;
      width: 50px;
      text-align: center; }
      .search-results a .thumbnail img {
        display: block; }
  @media only screen and (max-width: 767px) {
    .search-results {
      padding: 0 7px 7px; }
      .search-results li {
        width: 159px;
        padding: 5px; }
        .search-results li.more {
          padding: 7px; }
      .search-results a {
        display: table;
        width: 100%; }
        .search-results a .title {
          line-height: 1.1; }
        .search-results a .thumbnail {
          width: 35px; } }

/* ===========================================================
   Mobile Site Nav
 * ===========================================================*/
.mobile-nav {
  display: block;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .sub-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .third-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-200%, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }

/* ===========================================================
   Modals
 * ===========================================================*/
#LoginModal {
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  max-width: 100%; }

.modalsCenter, .loadingBox, .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modalOverly {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  -ms-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.loadingBox {
  display: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 11; }

.loading .loadingBox {
  display: block;
  position: fixed; }

.showOverly .modalOverly, .loading .modalOverly {
  display: block; }

.modal {
  padding: 20px;
  display: none;
  overflow: hidden;
  z-index: 11;
  width: 80%;
  max-width: 440px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  bottom: inherit; }
  .modal p {
    margin-bottom: 10px; }
  .modal .modal-prod-img {
    max-width: 100px; }
  .modal .modal-prod-name {
    color: #000;
    font-size: 14px;
    padding-right: 20px; }
  .modal .buttonSet {
    padding-top: 5px; }
  .modal .prod-img {
    float: left;
    margin: 0; }
  .modal .prod-detail {
    text-align: left;
    padding: 0 0 0 120px; }
  .modal .buttonSet .btn {
    margin-right: 8px; }
  @media only screen and (max-width: 639px) {
    .modal {
      max-width: 95%;
      width: 100%; }
      .modal .buttonSet .btn {
        font-size: 11px;
        margin: 0 0 5px 0; }
      .modal .modal-prod-img {
        max-width: 70px; }
      .modal .prod-detail {
        padding-left: 90px; } }

.modal--is-active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden; }

.modal__inner {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%; }

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

.modal__close {
  border: 0;
  padding: 30px;
  position: fixed;
  top: 0;
  right: 5px; }
  .modal__close .icon {
    font-size: 1.42857em; }

.closeDrawer {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #000;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 1.28571em; }
  .closeDrawer:hover {
    color: #fff;
    opacity: 0.75; }

/* ===========================================================
    Hero slider
 * ===========================================================*/
.slideshow {
  overflow: hidden;
  height: 300px;
  margin-bottom: 0; }
  .slideshow.slideshow--medium {
    height: 450px; }
  .slideshow.slideshow--large {
    height: 450px; }
  .slideshow.slideshow--fullScreen {
    height: 600px; }
  @media only screen and (min-width: 992px) {
    .slideshow {
      height: 350px; }
      .slideshow.slideshow--medium {
        height: 550px; }
      .slideshow.slideshow--large {
        height: 650px; }
      .slideshow.slideshow--fullScreen {
        height: 800px; } }
  @media only screen and (min-width: 1200px) {
    .slideshow {
      height: 450px; }
      .slideshow.slideshow--medium {
        height: 650px; }
      .slideshow.slideshow--large {
        height: 750px; }
      .slideshow.slideshow--fullScreen {
        height: 900px; } }
  .slideshow .slideshow__slide, .slideshow .slick-list, .slideshow .slick-track {
    height: 100%; }
  .slideshow .slick-arrow {
    opacity: 0;
    -ms-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2); }
    .slideshow .slick-arrow:hover {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
    @media only screen and (max-width: 767px) {
      .slideshow .slick-arrow {
        margin-top: -15px;
        width: 30px;
        height: 30px;
        opacity: 1; } }
  .slideshow .slick-prev {
    left: 30px; }
  .slideshow .slick-next {
    right: 30px; }
  .slideshow:hover .slick-arrow {
    opacity: 1; }
  .slideshow .slick-dots {
    bottom: 15px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
    .slideshow .slick-dots li button::before {
      color: white; }

.video-is-playing .slick-dots {
  display: none !important; }

.slideshow__pause:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: white;
  background-color: #222222;
  padding: 15px;
  z-index: 10000;
  transition: none; }
  .video-is-playing .slideshow__pause:focus {
    display: none; }

.slideshow__pause-stop {
  display: block; }
  .is-paused .slideshow__pause-stop {
    display: none; }

.slideshow__pause-play {
  display: none; }
  .is-paused .slideshow__pause-play {
    display: block; }

.slideshow__slide {
  position: relative;
  overflow: hidden; }

.slideshow__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .slideshow__link:active, .slideshow__link:focus {
    opacity: 1; }

.slideshow__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  z-index: 3; }

.slideshow__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1; }
  .slick-initialized .slideshow__image, .no-js .slideshow__image {
    opacity: 1; }
  .slideshow__slide--background-video .slideshow__image {
    opacity: 0; }
  .no-autoplay .slideshow__image {
    opacity: 1; }

.ie9 .slideshow__slide {
  z-index: 1 !important; }
.ie9 .slick-dots {
  z-index: 2; }

.slideshow__text-wrap {
  height: 100%; }
  .slideshow__link .slideshow__text-wrap {
    cursor: inherit; }
  .slideshow__slide--has-background-video .slideshow__text-wrap {
    padding-top: 90px; }
  .video-is-playing .slideshow__text-wrap {
    display: none; }
  .slideshow__slide.video-is-paused .slideshow__text-wrap {
    display: none; }

.slideshow__text-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(1, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  z-index: 3; }
  .slick-active .slideshow__text-content, .no-js .slideshow__text-content {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1; }
  .slideshow__text-content::after {
    content: '';
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -moz-animation: spin 0.65s infinite linear;
    -o-animation: spin 0.65s infinite linear;
    -webkit-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    opacity: 1;
    transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
    bottom: -30px;
    left: 50%; }
  .slick-initialized .slideshow__text-content::after, .no-js .slideshow__text-content::after {
    opacity: 0;
    visibility: hidden;
    content: none; }
  .slideshow__text-content .page-width > div {
    text-align: center; }
    .slideshow__text-content .page-width > div.left {
      margin-left: -5%;
      max-width: 65%; }
    .slideshow__text-content .page-width > div.right {
      margin-right: -5%;
      max-width: 65%;
      float: right; }
    .slideshow__text-content .page-width > div.center {
      margin: 0 auto; }
  @media only screen and (max-width: 1199px) {
    .slideshow__text-content .page-width > div.left {
      margin-left: 5%; }
    .slideshow__text-content .page-width > div.right {
      margin-right: 5%; } }
  @media only screen and (max-width: 991px) {
    .slideshow__text-content {
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }

.layout-boxed .sticky-header {
  max-width: 1400px;
  margin: 0 auto;
  right: 0; }
@media only screen and (min-width: 992px) {
  .layout-boxed .slideshow__text-content .page-width > div.left {
    margin-left: 2%; }
  .layout-boxed .slideshow__text-content .page-width > div.right {
    margin-right: 2%; } }

.slideshow__subtitle {
  display: block; }

.slideshow__slide--has-background-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.slideshow__video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.slideshow__video--background {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in; }
  .autoplay .slideshow__video--background.video-is-loaded {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__slide--background-video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.slideshow__video--chrome {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in; }
  .ie9 .slideshow__video--chrome {
    display: block; }
  .slideshow__slide.video-is-playing .slideshow__video--chrome, .slideshow__slide.video-is-paused .slideshow__video--chrome {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 5px;
  z-index: 4;
  transition: all 0.1s ease-out; }
  .slideshow__video-control .ad {
    font-size: 50px; }
  .slideshow__video-control:hover, .slideshow__video-control:focus {
    opacity: 0.7; }

.video-loader {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px solid white;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  transition: all 0.1s ease-out 0.5s;
  z-index: 4;
  top: 50%;
  left: 50%; }
  .ie9 .video-loader, .video-is-loaded .video-loader, .video-is-playing .video-loader, .video-is-paused .video-loader, .autoplay .video-loader, .no-autoplay .video-loader {
    content: none;
    display: none; }
  .video-is-loading .video-loader, .autoplay .video-is-loading .video-loader, .no-autoplay .video-is-loading .video-loader {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__video-control--play-wrapper {
  height: 30px; }
  @media only screen and (min-width: 768px) {
    .slideshow__video-control--play-wrapper {
      height: 45px; } }

@media only screen and (min-width: 768px) {
  .slideshow__video-control--play-wrapper--push {
    margin-top: 30px; } }
.slideshow__video-control--play {
  opacity: 0;
  color: #ffffff;
  position: relative;
  margin: 0 auto; }
  .slideshow__video-control--play .slideshow__video--background {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .video-is-loaded .slideshow__video-control--play {
    display: block;
    visibility: visible;
    opacity: 1; }
  .video-is-loading .slideshow__video-control--play, .video-is-playing .slideshow__video-control--play, .slideshow__slide.video-is-paused .slideshow__video-control--play {
    display: none;
    visibility: hidden;
    opacity: 0; }
  .slideshow__video-control--play .icon {
    width: 42px;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .slideshow__video-control--play .icon {
        width: 65px; } }

.slideshow__video-control--close {
  top: 10px;
  right: 10px;
  background-color: white;
  color: black; }
  .video-is-playing .slideshow__video-control--close, .slideshow__slide.video-is-paused .slideshow__video-control--close {
    display: block;
    visibility: visible;
    opacity: 1; }
  .slideshow__video-control--close .icon {
    display: block;
    width: 20px;
    height: 20px; }

.slideshow-wrapper {
  position: relative; }
  @media only screen and (max-width: 991px) {
    .slideshow-wrapper .slideshow .slick-next {
      right: 10px; }
    .slideshow-wrapper .slideshow .slick-prev {
      left: 10px; } }
  @media only screen and (max-width: 639px) {
    .slideshow-wrapper .slideshow {
      height: 250px; }
      .slideshow-wrapper .slideshow .slideshow__text-content .page-width > div {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        text-align: center !important;
        float: none; }
      .slideshow-wrapper .slideshow .mega-small-title, .slideshow-wrapper .slideshow .mega-subtitle {
        font-size: 14px;
        text-transform: capitalize;
        letter-spacing: 1px; } }

.product-price__price {
  color: #222222;
  font-size: 15px;
  letter-spacing: normal; }

.product-price__sale--single {
  padding-left: 2px; }

.product-price__sale,
.product__price--sale {
  color: #ed1313; }

.product-price__sale-label {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.92857em; }

.product-price__sold-out {
  white-space: nowrap; }

s.product-price__price {
  font-size: 13px;
  opacity: 0.8; }

/* ===========================================================
   Module | Filters and Sort toolbar and selection
 * ===========================================================*/
.filters-toolbar-wrapper {
  border-bottom: 1px solid #e8e9eb;
  border-top: 1px solid #e8e9eb;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .filters-toolbar-wrapper {
      margin-bottom: 36px; } }
  .filters-toolbar-wrapper .filterBtn {
    display: inline-block; }

.filters-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.filters-toolbar__item {
  min-width: 33%;
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%; }
  .no-flexbox .filters-toolbar__item {
    text-align: left !important; }
  .filters-toolbar__item select {
    border: 1px solid #eee; }

.filters-toolbar__item--count {
  min-width: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .filters-toolbar__item--count {
      display: none; } }

.no-flexbox .filters-toolbar select {
  width: 100% !important; }

.filters-toolbar__input {
  -ms-transition: all ease-out 0.15s;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
  background-color: white;
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: 35px;
  opacity: 1; }
  @media only screen and (max-width: 767px) {
    .filters-toolbar__input {
      height: 30px; } }
  .filters-toolbar__input.hidden {
    opacity: 0; }
  .filters-toolbar__input option {
    text-overflow: ellipsis;
    overflow: hidden; }

.filters-toolbar__input--sort {
  margin: 0; }
  .no-flexbox .filters-toolbar__input--sort {
    margin: 0; }

.filters-toolbar__input--filter {
  margin-left: -15px; }
  .no-flexbox .filters-toolbar__input--filter {
    margin: 0; }

.filters-toolbar__product-count {
  font-size: 0.92857em;
  line-height: 35px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 767px) {
    .filters-toolbar__product-count {
      font-size: 0.85714em;
      line-height: 30px; } }

.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

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

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

.feature-row__text {
  padding-top: 18px;
  padding-bottom: 18px; }
  @media only screen and (max-width: 767px) {
    .feature-row__text {
      order: 2; } }

@media only screen and (min-width: 768px) {
  .featured-row__subtext {
    font-size: 1.14286em; } }
@media only screen and (max-width: 991px) {
  .feature-row {
    display: block; }
    .feature-row .feature-row__text {
      padding-bottom: 20px; }
    .feature-row .row-text {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }
    .feature-row .large-up--hide .large-up--show {
      display: block !important; } }
.hero {
  position: relative;
  height: 200px;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed; }
  .hero .mega-title {
    text-transform: uppercase; }
  .hero .mega-subtitle {
    margin: 0 auto 25px;
    max-width: 750px; }
  @media only screen and (max-width: 991px) {
    .hero {
      background-attachment: inherit !important;
      background-position: 50% 50% !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero--x-small {
    height: 125px; }

  .hero--small {
    height: 300px; }

  .hero--medium {
    height: 375px; }

  .hero--large {
    height: 550px; }

  .hero--x-large {
    height: 650px; } }
@media only screen and (min-width: 992px) {
  .hero--x-small {
    height: 125px; }

  .hero--small {
    height: 300px; }

  .hero--medium {
    height: 475px; }

  .hero--large {
    height: 650px; }

  .hero--x-large {
    height: 775px; } }
.hero__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.4;
  z-index: 1; }

.hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 36px 0;
  color: white;
  z-index: 2; }
  .hero__inner h2, .hero__inner .h2, .hero__inner p {
    color: white; }
  .hero__inner span {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block; }
  .hero__inner .btn {
    border: 2px solid white;
    color: white; }
    .hero__inner .btn:hover {
      background: white;
      color: #fff; }

.quote-icon {
  display: block;
  margin: 0 auto 20px; }

.quotes-slider__text {
  font-size: 1.125em;
  font-weight: 400;
  font-style: normal;
  padding: 0 15px; }
  .quotes-slider__text cite {
    font-size: 0.77778em;
    font-style: normal; }
  .quotes-slider__text p {
    margin-bottom: 30px; }
    .quotes-slider__text p + cite {
      margin-top: 0; }

.slick-dotted.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 36px; }
  .quotes-wrapper .slick-dots li button::before {
    color: black;
    opacity: 0.2; }

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

.logo-bar {
  text-align: center;
  margin-bottom: -18px;
  margin-left: -17px;
  margin-right: -17px; }
  @media only screen and (max-width: 767px) {
    .logo-bar {
      margin-bottom: 0; } }
  .logo-bar .slick-track {
    margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .logo-bar--large {
    margin-bottom: -36px; } }
.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 18px 0;
  opacity: 0.8; }
  .logo-bar__item:hover {
    opacity: 1; }

@media only screen and (min-width: 768px) {
  .logo-bar__item--large {
    margin-bottom: 36px; } }
.logo-bar__image {
  display: block;
  margin: 0 auto; }

.logo-bar__link {
  display: block; }

.map-section {
  position: relative;
  height: 650px;
  width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .map-section {
      height: 500px; } }
  .map-section .page-width {
    height: 100%; }

.map-section--load-error {
  height: auto; }

.map-section__overlay-wrapper {
  position: relative;
  text-align: center;
  height: 100%; }

.map-section__overlay {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 18px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  z-index: 3; }
  @media only screen and (min-width: 768px) {
    .map-section__overlay {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
      width: 33.33333%; }
      .ie9 .map-section__overlay {
        top: 10%; } }
  .map-section--load-error .map-section__overlay {
    position: static;
    transform: translateY(0); }

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.map-section__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  margin-bottom: -50%; }
  @media only screen and (min-width: 768px) {
    .map-section__container {
      width: 130%;
      height: 100%;
      margin: 0 -30% 0 0; } }

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden; }

@media only screen and (max-width: 767px) {
  .image-bar {
    margin: 0 auto; } }
.image-bar__item {
  display: block;
  position: relative; }
  .image-bar__item img {
    display: block;
    margin: 0 auto; }

.image-bar__link:focus .image-bar__content {
  border-color: black; }

.image-bar__content {
  position: absolute; }
  .image-bar__content h3 span, .image-bar__content .h3 span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.4px; }
  .image-bar__content span {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: block; }
    .image-bar__content span .ad {
      font-size: 17px;
      vertical-align: sub; }
  .image-bar--x-small .image-bar__content {
    height: 94px; }
  .image-bar--small .image-bar__content {
    height: 225px; }
  .image-bar--medium .image-bar__content {
    height: 357px; }
  .image-bar--large .image-bar__content {
    height: 488px; }
  .image-bar--x-large .image-bar__content {
    height: 582px; }
  @media only screen and (min-width: 768px) {
    .image-bar--x-small .image-bar__content {
      height: 125px; }
    .image-bar--small .image-bar__content {
      height: 300px; }
    .image-bar--medium .image-bar__content {
      height: 475px; }
    .image-bar--large .image-bar__content {
      height: 650px; }
    .image-bar--x-large .image-bar__content {
      height: 775px; } }
  .image-bar__content.lefttop {
    left: 50px;
    top: 50px;
    text-align: left; }
  .image-bar__content.leftmiddle {
    left: 50px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left; }
  .image-bar__content.righttop {
    right: 50px;
    top: 50px;
    text-align: right; }
  .image-bar__content.rightmodel {
    right: 50px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right; }
  .image-bar__content.center {
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.image-bar__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.4; }

.collection-grid-item {
  position: relative;
  width: 100%;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .collection-grid-item {
      margin-bottom: 30px; } }

.collection-grid-item__title {
  text-align: center;
  font-size: 20px;
  width: 100%;
  color: #fff;
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .collection-grid-item__title span {
    display: block;
    font-size: 16px;
    font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .collection-grid-item__title {
      font-size: 16px; } }

.collection-grid-item__link {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute; }

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.collection-grid-item__title-wrapper {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%; }
  .collection-grid-item__title-wrapper .title-wrapper {
    margin-top: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .collection-grid-item__title-wrapper .btn {
    margin-top: 14px;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap; }
  .collection-grid-item__title-wrapper:hover {
    background: rgba(0, 0, 0, 0.6); }
    .collection-grid-item__title-wrapper:hover .title-wrapper {
      margin-top: 0; }
    .collection-grid-item__title-wrapper:hover .btn {
      opacity: 1;
      visibility: visible; }

.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;
  margin-bottom: -30px;
  margin-left: -30px; }
  @media only screen and (max-width: 767px) {
    .custom-content {
      margin-bottom: -15px;
      margin-left: -15px; } }

.custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .custom__item {
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-left: 15px;
      margin-bottom: 15px; }
      .custom__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
  .custom__item .collection-grid-item {
    margin-bottom: 0;
    text-align: center; }

.custom__item-inner {
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 100%; }
  .custom__item-inner.custom__item-inner--product {
    width: 100%; }
  .custom__item-inner .rte-setting {
    margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .custom__item-inner {
      text-align: center; } }

.image_with_text {
  margin-bottom: 15px; }

.align--center .custom__item-inner {
  text-align: center; }

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
  display: block; }

.align--top-middle {
  text-align: center; }

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

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

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

.newsletter-section {
  padding: 36px 0; }
  @media only screen and (max-width: 991px) {
    .newsletter-section .display-table-cell {
      display: block;
      width: 100%; }
    .newsletter-section .footer-social {
      text-align: center !important;
      margin-top: 25px; } }
  @media only screen and (max-width: 639px) {
    .newsletter-section {
      padding: 20px 0; }
      .newsletter-section .section-header {
        display: block;
        margin: 0 0 15px 0;
        float: none; }
        .newsletter-section .section-header span {
          display: inline; }
      .newsletter-section .btn {
        padding: 8px 10px 8px;
        font-size: 12px; } }

.index-section--newsletter-background {
  background-color: #f9f9f9;
  border: 1px solid #e8e9eb; }

/* ===========================================================
   Diva - style
 * ===========================================================*/
@-webkit-keyframes ad-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.ad-spin {
  animation: ad-spin 2s infinite linear;
  -webkit-animation: ad-spin 2s infinite linear; }

@keyframes scaleimg {
  0%,100% {
    transform: scale(1); }

  50% {
    transform: scale(1.2); } }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w70 {
  width: 70%; }

.w80 {
  width: 80%; }

.w100 {
  width: 100%; }

.row {
  display: table;
  clear: both;
  width: 100%; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 !important; }

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

.b-gutter-size {
  padding: 0 65px; }
  @media only screen and (max-width: 1199px) {
    .b-gutter-size {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (max-width: 767px) {
    .b-gutter-size {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 479px) {
    .b-gutter-size {
      padding-left: 10px;
      padding-right: 10px; } }

.store-info h5, .store-info .h5 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; }

a {
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.no-border {
  border: 0; }

.no-text-underline {
  text-decoration: none !important; }

.bredcrumbWrap {
  background: #f5f5f5;
  margin: 0 0 36px;
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee; }
  .bredcrumbWrap h1, .bredcrumbWrap .h1 {
    color: #000000;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 15px 10px; }
    @media only screen and (max-width: 767px) {
      .bredcrumbWrap h1, .bredcrumbWrap .h1 {
        font-size: 16px;
        letter-spacing: normal; } }

.breadcrumbs {
  padding: 10px 0;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0; }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 11px;
    line-height: 18px;
    display: inline-block;
    padding: 0 3px 0 0;
    margin-right: 3px;
    color: #1a1a1a; }
    .breadcrumbs a:first-child,
    .breadcrumbs span:first-child {
      padding-left: 0; }
  .breadcrumbs .title-bold {
    color: #000000;
    font-weight: 700; }

.layout-boxed {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background: #fff; }
  .layout-boxed .page-width {
    max-width: 100%; }
  .layout-boxed .b-gutter-size {
    padding-left: 15px;
    padding-right: 15px; }

#site-scroll {
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  right: 30px;
  position: fixed;
  border-radius: 3px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  bottom: 50px;
  z-index: 444;
  display: none;
  background: #000;
  border-radius: 50%;
  border: 2px solid #fff; }
  #site-scroll .ad {
    vertical-align: unset;
    font-size: 22px; }

.spr-badge-caption {
  display: none; }

.spr-starrating .spr-icon,
.spr-starratings .spr-icon {
  height: 20px !important;
  font-size: 10px !important;
  opacity: 1 !important;
  color: #ea7612 !important;
  margin: 0 1px; }

.spr-starrating .spr-icon.spr-icon-star-empty,
.spr-starratings .spr-icon.spr-icon-star-empty {
  opacity: 1; }

.notification-bar {
  background-color: #eeeeee; }

.notification-bar__message {
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px; }
  .notification-bar__message:hover {
    color: #000000;
    text-decoration: none; }

.close-announcement {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  right: 40px;
  top: 8px;
  height: 25px;
  width: 25px;
  line-height: 22px;
  color: #000000; }
  @media only screen and (max-width: 767px) {
    .close-announcement {
      right: 10px; } }

.top-header {
  line-height: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff;
  height: 38px; }
  .top-header .currency-picker {
    display: inline;
    margin-right: 8px;
    position: relative;
    z-index: 555; }
    .top-header .currency-picker .ad.ad-caret-down {
      vertical-align: middle; }
  .top-header p, .top-header a, .top-header select, .top-header span.selected-currency, .top-header .currency-picker .ad {
    color: #000000;
    font-size: 12px;
    margin-bottom: 0;
    text-decoration: none;
    letter-spacing: 0.05em; }
  .top-header select {
    padding: 0;
    border: 0;
    background-color: none !important;
    padding-right: 10px; }
  .top-header .top-header_left-text {
    display: inline;
    white-space: nowrap; }
  .top-header .social-icons li {
    padding: 0 5px; }
    .top-header .social-icons li .ad {
      font-size: 14px;
      color: #000000;
      height: auto;
      vertical-align: top; }
  .top-header .icon-login .ad, .top-header .icon-wishlist .ad, .top-header .site-cart .ad, .top-header .ad {
    font-size: 16px;
    color: #000000; }
  .top-header .selected-currency {
    width: 26px; }
  @media only screen and (max-width: 1199px) {
    .top-header p, .top-header a, .top-header select {
      letter-spacing: normal; } }
  @media only screen and (max-width: 991px) {
    .top-header .left-text {
      width: 100%;
      text-align: center; }
    .top-header .right-social-set, .top-header .middle-text {
      display: none; }
    .top-header .currency-picker, .top-header .top-header_left-text {
      float: left; }
    .top-header .user-links {
      float: right;
      cursor: pointer;
      padding: 0 10px; }
    .top-header .ad-user-al, .top-header .ad-search-l {
      color: #000000; }
    .top-header .customer-links {
      top: 38px;
      right: 0; }
      .top-header .customer-links li {
        padding: 5px 10px; }
    .top-header .site-header__search {
      float: right; }
      .top-header .site-header__search .btn--link {
        font-size: inherit;
        height: auto;
        line-height: inherit;
        padding: 0 10px; } }

.currency-picker .icon {
  width: 8px; }
.currency-picker .selected-currency {
  display: inline-block;
  cursor: pointer; }

#currencies {
  top: 25px;
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #f5f5f5;
  padding: 10px 0;
  left: -5px;
  z-index: 333; }
  #currencies li {
    font-size: 12px;
    cursor: pointer;
    padding: 5px 15px; }
    #currencies li:hover {
      background: #f5f5f5; }

.site-nav--centered {
  padding: 0;
  margin-bottom: 0;
  border-top: 1px solid #e8e9eb; }
  .site-nav--centered .site-nav__link {
    padding: 15px; }

.site-header {
  background: #ffffff;
  padding: 10px 0;
  color: #000000; }
  .site-header a.site-header__cart, .site-header a.icon-wishlist, .site-header a.icon-login {
    color: #000000; }
  .site-header .site-header__icons .ad {
    color: #000000;
    font-size: 18px; }
  .site-header .user-menu {
    margin-right: 15px;
    display: inline-block;
    cursor: pointer; }
  .site-header .site-header__search {
    position: relative;
    background: #ffffff;
    border: 1px solid #dddddd; }
    .site-header .site-header__search .search__input {
      color: #000000;
      padding: 10px 30px 10px 10px;
      margin: 0;
      border: 0;
      background: none; }
      .site-header .site-header__search .search__input::-webkit-input-placeholder {
        color: #000000; }
      .site-header .site-header__search .search__input::-moz-placeholder {
        color: #000000; }
      .site-header .site-header__search .search__input:-ms-input-placeholder {
        color: #000000; }
      .site-header .site-header__search .search__input::-ms-input-placeholder {
        opacity: 1; }
    .site-header .site-header__search .search__submit {
      position: absolute;
      top: 9px;
      right: 9px;
      padding: 0; }
    .site-header .site-header__search .ad {
      color: #000000; }
  .site-header .site-search {
    color: #000000; }
    .site-header .site-search .ad {
      color: #000000; }
  .site-header .site-cart, .site-header .site-header__search {
    display: inline-block; }
    .site-header .site-cart button, .site-header .site-header__search button {
      height: auto; }
  .site-header .site-cart {
    position: relative;
    margin-right: 15px; }
  @media only screen and (max-width: 991px) {
    .site-header {
      background: #ffffff;
      padding: 0; }
      .site-header .site-header__logo-image {
        margin: 0 auto; }
      .site-header .b-gutter-size {
        padding: 0; }
      .site-header .ad-bag-l, .site-header .ad-search-l, .site-header .ad-bars-l, .site-header .ad-times-l {
        color: #000000 !important;
        vertical-align: middle; }
      .site-header .site-header__cart {
        color: #000000 !important; }
      .site-header .site-header__search {
        background: none;
        border: 0; }
      .site-header .site-cart {
        margin: 0 35px 0 5px;
        position: static; }
        .site-header .site-cart #CartCount {
          vertical-align: sub;
          font-weight: 700;
          padding-left: 3px; }
      .site-header .site-header__menu {
        margin-left: 35px; }
      .site-header #header-cart {
        top: 100%; } }
  @media only screen and (max-width: 767px) {
    .site-header .site-cart {
      margin-right: 20px; }
    .site-header .site-header__menu {
      margin-left: 20px; } }
  @media only screen and (max-width: 479px) {
    .site-header .site-cart {
      margin-right: 10px; }
    .site-header .site-header__menu {
      margin-left: 12px; } }

.customer-links {
  background: #fff;
  border: 1px solid #e8e9eb;
  z-index: 222;
  padding: 10px;
  display: none;
  position: absolute;
  right: -10px;
  margin: 0;
  top: 54px;
  background: #fff; }
  .customer-links li {
    display: block;
    padding: 0 15px;
    text-align: left; }
    .customer-links li a {
      text-transform: uppercase;
      color: #2b2b2b !important; }
      .customer-links li a:hover {
        opacity: 0.8; }

@media only screen and (min-width: 992px) {
  .template-index .classic-style .site-header {
    background: none;
    position: absolute;
    z-index: 222;
    border: none; }
    .template-index .classic-style .site-header .site-header__icons .search__input {
      color: #fff; }
  .template-index .classic-style .site-search, .template-index .classic-style .site-header a, .template-index .classic-style .site-header .ad {
    color: #fff; }
  .template-index .classic-style .search-results li a {
    color: #2b2b2b; }
  .template-index .classic-style #AccessibleNav {
    background: none; }
  .template-index .classic-style #siteNav > li > a {
    color: #fff; }
  .template-index .classic-style #siteNav > li:hover > a, .template-index .classic-style #siteNav > li > a:hover, .template-index .classic-style #siteNav > li a.active {
    opacity: 0.7;
    background: none !important; }
  .template-index .classic-style .sticky-header #siteNav > li > a {
    color: #444 !important; }
  .template-index .classic-style.header-3 .site-header__search, .template-index .classic-style.header-4 .site-header__search {
    border: 1px solid #fff; }
    .template-index .classic-style.header-3 .site-header__search .search__input, .template-index .classic-style.header-4 .site-header__search .search__input {
      color: #fff; }
    .template-index .classic-style.header-3 .site-header__search .search__input::-webkit-input-placeholder, .template-index .classic-style.header-4 .site-header__search .search__input::-webkit-input-placeholder {
      color: white; }
    .template-index .classic-style.header-3 .site-header__search .search__input::-moz-placeholder, .template-index .classic-style.header-4 .site-header__search .search__input::-moz-placeholder {
      color: white; }
    .template-index .classic-style.header-3 .site-header__search .search__input:-ms-input-placeholder, .template-index .classic-style.header-4 .site-header__search .search__input:-ms-input-placeholder {
      color: white; }
    .template-index .classic-style.header-3 .site-header__search .search__input:-moz-placeholder, .template-index .classic-style.header-4 .site-header__search .search__input:-moz-placeholder {
      color: white; } }
  @media only screen and (min-width: 992px) and (max-width: 991px) {
    .template-index .classic-style .site-header {
      position: relative; } }
.icon-base #CartCount {
  vertical-align: sub;
  font-weight: 700;
  padding-left: 3px; }

.icon-text #CartCount {
  font-weight: 700;
  font-size: 13px; }

.bredcrumbWrap .page-width {
  position: relative; }

.logout-store {
  position: absolute;
  right: 0;
  top: 13px;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 0;
  color: #000;
  border-bottom: 1px solid #000; }
  @media only screen and (max-width: 1199px) {
    .logout-store {
      right: 20px; } }

.header-1 .site-header__logo-image {
  margin: 0; }
  .header-1 .site-header__logo-image img {
    margin: 0; }

.header-2 .site-header__logo-image {
  text-align: center; }

.header-3 .site-header__search {
  z-index: 444; }
.header-3 .site-header__logo {
  text-align: left; }
.header-3 .site-header__logo-image {
  margin: 0; }
  .header-3 .site-header__logo-image img {
    margin: 0; }
.header-3 .top-header .ad {
  vertical-align: bottom;
  margin-top: 1px; }
.header-3 .top-header #header-cart {
  top: 38px;
  right: 2px; }
  .header-3 .top-header #header-cart .btn {
    margin: 0; }

.header-4 .site-header__search {
  z-index: 444; }
.header-4 .site-header__logo-image {
  text-align: center; }
.header-4 .top-header .ad {
  vertical-align: bottom;
  margin-top: 1px; }
.header-4 .top-header #header-cart {
  top: 38px;
  right: 2px; }
  .header-4 .top-header #header-cart .btn {
    margin: 0; }

.header-3 .site-cart, .header-4 .site-cart, .header-5 .site-cart, .header-6 .site-cart, .header-7 .site-cart {
  float: right;
  margin-right: 20px; }
  .header-3 .site-cart a, .header-4 .site-cart a, .header-5 .site-cart a, .header-6 .site-cart a, .header-7 .site-cart a {
    display: block; }
  .header-3 .site-cart .ad, .header-4 .site-cart .ad, .header-5 .site-cart .ad, .header-6 .site-cart .ad, .header-7 .site-cart .ad {
    vertical-align: sub; }
  .header-3 .site-cart span, .header-4 .site-cart span, .header-5 .site-cart span, .header-6 .site-cart span, .header-7 .site-cart span {
    vertical-align: bottom; }
.header-3 .site-header .ad, .header-4 .site-header .ad, .header-5 .site-header .ad, .header-6 .site-header .ad, .header-7 .site-header .ad {
  vertical-align: text-top; }
.header-3 .icon-login, .header-4 .icon-login, .header-5 .icon-login, .header-6 .icon-login, .header-7 .icon-login {
  float: right; }
.header-3 .icon-wishlist, .header-4 .icon-wishlist, .header-5 .icon-wishlist, .header-6 .icon-wishlist, .header-7 .icon-wishlist {
  float: right;
  margin-right: 20px; }
.header-3 .site-header__search, .header-4 .site-header__search, .header-5 .site-header__search, .header-6 .site-header__search, .header-7 .site-header__search {
  border-radius: 3px;
  position: relative;
  width: 300px; }
  .header-3 .site-header__search .search-site, .header-4 .site-header__search .search-site, .header-5 .site-header__search .search-site, .header-6 .site-header__search .search-site, .header-7 .site-header__search .search-site {
    position: absolute;
    right: 10px;
    top: 9px; }
  .header-3 .site-header__search:focus, .header-4 .site-header__search:focus, .header-5 .site-header__search:focus, .header-6 .site-header__search:focus, .header-7 .site-header__search:focus {
    background: rgba(255, 255, 255, 0.8); }
@media only screen and (max-width: 1199px) {
  .header-3 .site-cart, .header-3 .icon-wishlist, .header-4 .site-cart, .header-4 .icon-wishlist, .header-5 .site-cart, .header-5 .icon-wishlist, .header-6 .site-cart, .header-6 .icon-wishlist, .header-7 .site-cart, .header-7 .icon-wishlist {
    margin-right: 11px; }
  .header-3 .site-header__search, .header-4 .site-header__search, .header-5 .site-header__search, .header-6 .site-header__search, .header-7 .site-header__search {
    width: 260px; } }

.header-5 .site-header__search {
  width: 400px;
  z-index: 444; }
  .header-5 .site-header__search .ad-search-l {
    font-size: 18px; }
.header-5 .site-header__logo-image {
  text-align: left;
  margin: 0; }
  .header-5 .site-header__logo-image img {
    margin: 0; }
.header-5 .megamenu {
  max-width: 1200px; }
.header-5 .site-nav.center .megamenu {
  margin: 0 auto;
  right: 0; }

.header-6 .site-header__search {
  width: 300px;
  z-index: 444; }
.header-6 .site-header__search .ad-search-l {
  font-size: 18px; }
.header-6 .megamenu {
  max-width: 1200px; }
.header-6 .site-nav.center .megamenu {
  margin: 0 auto;
  right: 0; }

.header-7 .site-header__logo-image {
  margin: 0;
  text-align: left; }
  .header-7 .site-header__logo-image img {
    margin: 0; }
.header-7 .site-search {
  float: right;
  height: auto; }
  .header-7 .site-search .ad {
    vertical-align: baseline;
    font-size: 17px;
    margin-top: 2px; }
.header-7 .icon-login {
  margin-right: 10px; }
@media only screen and (max-width: 1199px) {
  .header-7 .site-search {
    font-size: 0px; } }

.header-3 .search-results, .header-4 .search-results, .header-5 .search-results, .header-6 .search-results {
  padding: 0 5px 5px; }
  .header-3 .search-results li, .header-4 .search-results li, .header-5 .search-results li, .header-6 .search-results li {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #e8e9eb;
    background: none !important; }
    .header-3 .search-results li a .thumbnail, .header-4 .search-results li a .thumbnail, .header-5 .search-results li a .thumbnail, .header-6 .search-results li a .thumbnail {
      width: 42px; }

.slideshow-image-only .slideshow {
  height: auto !important; }
  .slideshow-image-only .slideshow .slideshow__link {
    position: relative; }

.slideshow-parallax h2.slideshow__title, .slideshow-parallax .slideshow__title.h2, .slideshow-parallax span.mega-subtitle, .slideshow-parallax p {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif; }
.slideshow-parallax h2.slideshow__title, .slideshow-parallax .slideshow__title.h2 {
  letter-spacing: 4px; }
.slideshow-parallax .slideshow__image, .slideshow-parallax .slideshow__text-content {
  opacity: 1; }
.slideshow-parallax .slideshow__text-content:after {
  display: none; }
.slideshow-parallax .mega-small-title {
  letter-spacing: 6px; }
.slideshow-parallax .mega-subtitle:last-child {
  margin-bottom: 0; }
.slideshow-parallax .slideshow__image {
  background-attachment: fixed; }
@media only screen and (max-width: 991px) {
  .slideshow-parallax .slideshow {
    height: 400px !important; }
  .slideshow-parallax .slideshow__image {
    background-attachment: unset;
    background-position: 50% 50% !important; } }
@media only screen and (max-width: 639px) {
  .slideshow-parallax .slideshow {
    height: 250px !important; }
  .slideshow-parallax .slideshow__text-content .page-width > div {
    max-width: 100%; }
  .slideshow-parallax .wrap-caption {
    padding: 10px; } }

.slideshow-style-2 .btn {
  font-weight: 400 !important; }
.slideshow-style-2 .slick-active .mega-title {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInDown; }
.slideshow-style-2 .slick-active .mega-subtitle {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInDown; }
.slideshow-style-2 .slick-active .btn {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInUp; }
.slideshow-style-2 .slick-active .slideshow__image {
  animation: 60s ease 0s normal none infinite running scaleimg; }
.slideshow-style-2 .slideshow__text-content {
  animation: none !important;
  transition: none !important; }
.slideshow-style-2 .slideshow__text-content .page-width > div.left,
.slideshow-style-2 .slideshow__text-content .page-width > div.right {
  text-align: left; }

#header-cart {
  z-index: 333;
  padding: 15px;
  width: 320px;
  display: none;
  background-color: white;
  border: 1px solid #e8e9eb;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 555;
  border-radius: 0; }
  #header-cart hr {
    margin: 20px 0; }
  #header-cart .btn {
    margin: 0 3px; }
  #header-cart #cart-title {
    text-align: left;
    margin-bottom: 0; }
    #header-cart #cart-title strong {
      color: #000; }

.mini-products-list li {
  padding-bottom: 10px;
  line-height: normal; }
  .mini-products-list li .pName {
    white-space: normal;
    letter-spacing: normal;
    font-size: 13px;
    text-decoration: none;
    display: block;
    line-height: 20px;
    color: black; }
  .mini-products-list li .product-details {
    padding-left: 15px;
    text-align: left; }
  .mini-products-list li .remove {
    float: right;
    margin-left: 7px; }
  .mini-products-list li .priceRow {
    margin: 10px 0  0; }
    .mini-products-list li .priceRow .prodMulti {
      display: inline-block;
      font-size: 10px; }
    .mini-products-list li .priceRow .product-price {
      display: inline-block; }
    .mini-products-list li .priceRow .qtyField {
      display: inline-block; }
      .mini-products-list li .priceRow .qtyField a {
        display: none; }
      .mini-products-list li .priceRow .qtyField span {
        display: inline-block;
        padding: 0;
        border: 0; }
  .mini-products-list li.total {
    position: relative;
    margin: 10px 0;
    padding: 8px 0;
    border-top: 1px solid #e8e9eb;
    border-bottom: 1px solid #e8e9eb;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-weight: 500; }
    .mini-products-list li.total .product-price {
      position: absolute;
      right: 0;
      top: 9px;
      font-size: 14px; }
    .mini-products-list li.total label {
      float: left;
      line-height: 24px;
      text-transform: uppercase; }
  .mini-products-list li:first-child {
    padding: 0; }
  .mini-products-list li.buttonSet {
    padding-bottom: 0; }
    .mini-products-list li.buttonSet .btn {
      width: 48%;
      display: inline-block; }
.mini-products-list .ad-times-square {
  color: black !important; }
.mini-products-list .prodMulti {
  vertical-align: baseline; }

.slideshow .mega-small-title {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 15px; }
  @media only screen and (max-width: 767px) {
    .slideshow .mega-small-title {
      font-size: 13px; } }
.slideshow .slideshow__link {
  text-decoration: none; }
.slideshow .slideshow__title,
.slideshow .slideshow__subtitle {
  font-family: "Roboto";
  font-weight: 700;
  text-transform: uppercase; }
.slideshow .mega-subtitle {
  letter-spacing: 0.4px;
  font-weight: 400; }
.slideshow a:hover {
  opacity: 1; }
.slideshow .btn {
  background: none;
  border: 2px solid; }
  .slideshow .btn:hover {
    opacity: 0.7; }
.slideshow .text-shadow .slideshow__title,
.slideshow .text-shadow .slideshow__subtitle,
.slideshow .text-shadow .mega-small-title {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

.wrap-caption {
  display: inline-block;
  padding: 30px;
  position: relative; }
  .wrap-caption > * {
    position: relative;
    z-index: 2; }
  .wrap-caption:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.template-index .collection-box {
  width: 100%;
  clear: both; }
  .template-index .collection-box .grid {
    margin-left: -2px; }
  .template-index .collection-box .grid__item {
    padding-left: 2px;
    clear: none !important;
    overflow: hidden; }
    .template-index .collection-box .grid__item img {
      margin: 0 auto;
      display: block;
      -ms-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .template-index .collection-box .grid__item:hover img {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .template-index .collection-box .collection-grid-item {
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden; }
  .template-index .collection-box .collection-grid-item__title {
    display: block;
    width: auto;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0; }
  .template-index .collection-box .slick-prev {
    left: 10px; }
  .template-index .collection-box .slick-next {
    right: 10px; }

.collection-box .grid__item img {
  margin: 0 auto;
  display: block; }

.custom-collection img {
  margin: 0 auto;
  display: block;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%; }
.custom-collection .collection-grid-item {
  overflow: hidden; }
  .custom-collection .collection-grid-item:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
.custom-collection .collection-grid-item__title span {
  letter-spacing: 1px; }
@media only screen and (min-width: 768px) {
  .custom-collection {
    margin-bottom: -30px; } }

.index-section--flush + .index-section--flush .collection-box h2, .index-section--flush + .index-section--flush .collection-box .h2 {
  padding-top: 30px; }

@media only screen and (min-width: 768px) {
  .diva-slideshow + .index-section .custom-collection {
    margin-top: -30px; } }

.custom-content-section .section-header {
  margin: 0; }
.custom-content-section h2, .custom-content-section .h2 {
  margin: 0;
  padding-bottom: 20px; }

.collection-tabs {
  border: 0;
  text-align: center;
  margin-bottom: 30px; }
  .collection-tabs li {
    float: none;
    display: inline-block;
    margin: 0 2px; }
    .collection-tabs li a {
      padding: 5px 10px;
      background: rgba(0, 0, 0, 0);
      border: 0 !important;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #000000;
      font-weight: 600;
      font-size: 15px; }
      .collection-tabs li a:hover, .collection-tabs li a:focus {
        color: #f05e5e;
        background: rgba(0, 0, 0, 0); }
    .collection-tabs li.active a {
      color: #f05e5e;
      background: rgba(0, 0, 0, 0); }
  @media only screen and (max-width: 767px) {
    .collection-tabs {
      display: none; } }

.tabs-listing .tab-container .tab-content {
  display: none; }
.tabs-listing .slick-arrow {
  z-index: 222; }
.tabs-listing .item {
  padding-left: 30px; }
@media only screen and (max-width: 767px) {
  .tabs-listing .item {
    padding-left: 15px; }
  .tabs-listing .tab-content {
    padding: 20px 0; } }

.productSlider {
  margin-bottom: -25px; }
  .productSlider .slick-list {
    margin-left: -15px; }
  @media only screen and (min-width: 768px) {
    .productSlider .slick-list {
      margin-left: -30px; } }

.col-2 {
  width: 50%; }

.col-3 {
  width: 33.33%; }

.col-4 {
  width: 25%; }

.col-5 {
  width: 20%; }

.wd-30 {
  width: 30%; }

.wd-40 {
  width: 40%; }

.wd-50 {
  width: 50%; }

.wd-60 {
  width: 60%; }

.wd-70 {
  width: 70%; }

.wd-80 {
  width: 80%; }

.wd-90 {
  width: 90%; }

.grid-banners.full .grid {
  margin: 0 6px; }
.grid-banners .grid-item-block {
  position: absolute;
  text-align: left;
  padding: 10px 30px;
  width: max-content; }
  .grid-banners .grid-item-block.text-center {
    text-align: center; }
  .grid-banners .grid-item-block.lefttop {
    left: 5%;
    top: 5%; }
  .grid-banners .grid-item-block.leftcenter {
    left: 5%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .grid-banners .grid-item-block.leftbottom {
    left: 5%;
    bottom: 5%; }
  .grid-banners .grid-item-block.centertop {
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 5%; }
  .grid-banners .grid-item-block.centercenter {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .grid-banners .grid-item-block.centerbottom {
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5%; }
  .grid-banners .grid-item-block.righttop {
    right: 5%;
    top: 5%; }
  .grid-banners .grid-item-block.rightcenter {
    right: 5%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .grid-banners .grid-item-block.rightbottom {
    right: 5%;
    bottom: 5%; }
.grid-banners .collection-grid-item__link {
  position: relative;
  display: block; }
.grid-banners img {
  width: 100%;
  display: block; }
.grid-banners .grid-item-block h3, .grid-banners .grid-item-block .h3 {
  font-size: 20px;
  margin: 0;
  line-height: 26px; }
.grid-banners .grid-item-block p {
  font-size: 15px; }
.grid-banners .btn {
  height: 35px;
  line-height: 34px; }

.collection-columns .column-ttl {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px; }
.collection-columns .product-labels {
  left: 0;
  right: auto; }
  .collection-columns .product-labels .lbl {
    font-size: 10px;
    padding: 1px 3px; }
.collection-columns .grid-view_image {
  float: left;
  width: 33%;
  max-width: 100px;
  margin: 0; }
.collection-columns .grid-view-item {
  display: flex;
  box-shadow: none; }
  .collection-columns .grid-view-item .details {
    padding: 0 0 0 15px;
    text-align: left; }
  .collection-columns .grid-view-item .product-review {
    margin-bottom: 0; }

.stFeatures {
  padding-top: 10px;
  padding-bottom: 10px; }

.store-features .store-info h5, .store-features .store-info .h5 {
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 600; }
.store-features .store-info li {
  padding: 15px;
  text-align: center; }
.store-features .store-info li + li {
  border-left: 1px dotted #dedbdb; }
.store-features .store-info p {
  color: #555; }
@media only screen and (max-width: 767px) {
  .store-features .store-info li {
    display: block;
    padding: 10px;
    border: 0 !important; } }
.store-features .style1 .image, .store-features .style2 .image {
  vertical-align: bottom;
  margin-bottom: 15px; }
  .store-features .style1 .image img, .store-features .style2 .image img {
    display: block;
    margin: 0 auto; }

.map-section__overlay {
  background: rgba(255, 255, 255, 0.8); }

.quote-wraper {
  background: #222222;
  padding: 60px 0;
  background-size: cover; }
  .quote-wraper h2, .quote-wraper .h2 {
    color: #ffffff; }

.quotes-slider {
  font-size: 16px; }
  .quotes-slider .slick-list {
    max-width: 700px;
    margin: 0 auto; }
  .quotes-slider blockquote {
    border: 0;
    margin: 0 auto;
    line-height: 26px; }
  .quotes-slider .authour {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 18px; }
    .quotes-slider .authour span {
      display: block;
      letter-spacing: 0.03em;
      font-size: 11px;
      font-weight: 400; }
  .quotes-slider .slick-arrow {
    opacity: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    -ms-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s; }
    .quotes-slider .slick-arrow.slick-prev {
      left: 30px; }
    .quotes-slider .slick-arrow.slick-next {
      right: 30px; }
    .quotes-slider .slick-arrow:hover {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  .quotes-slider:hover .slick-arrow {
    opacity: 1; }
  .quotes-slider p {
    color: #ffffff; }
  .quotes-slider .rte-setting {
    margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .quote-wraper {
    padding: 20px 10px; }
    .quote-wraper .quotes-slider blockquote {
      font-size: 13px;
      line-height: 23px; }
    .quote-wraper .slick-prev {
      left: -27px; }
    .quote-wraper .slick-next {
      right: -30px; } }
.row-text {
  width: 80%;
  margin: 0 auto; }
  .row-text h2, .row-text .h2, .row-text .featured-row__subtext {
    margin-bottom: 20px; }

.latest-blog .grid__item {
  margin-bottom: 25px; }
.latest-blog .article__title {
  text-transform: uppercase;
  margin-bottom: 0; }
.latest-blog .article__date {
  font-size: 12px;
  color: #666; }
.latest-blog .btn:hover {
  opacity: 0.8; }
@media only screen and (max-width: 991px) {
  .latest-blog .grid__item {
    margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  .latest-blog .wrap-blog .article__grid-image, .latest-blog .wrap-blog .article__grid-meta {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0; }
  .latest-blog .wrap-blog .wrap-blog-inner {
    margin: 0;
    padding: 0; }
  .latest-blog .wrap-blog .article__grid-image img {
    margin: 0 auto; } }

.site-footer {
  margin-top: 36px;
  background: #111111;
  border-top: 1px solid #111111;
  padding: 0; }
  .site-footer .top-footer {
    line-height: 22px;
    padding-top: 36px;
    padding-bottom: 25px;
    color: #eeeeee; }
    .site-footer .top-footer h5, .site-footer .top-footer .h5 {
      color: #eeeeee;
      font-size: 14px; }
    .site-footer .top-footer p {
      color: #eeeeee; }
    .site-footer .top-footer ul li {
      line-height: 26px; }
      .site-footer .top-footer ul li a {
        color: #eeeeee; }
    .site-footer .top-footer .addressFooter .ad {
      padding-right: 12px;
      color: #eeeeee;
      float: left;
      font-size: 17px;
      margin-top: 4px; }
    .site-footer .top-footer .addressFooter li {
      padding-bottom: 8px; }
      .site-footer .top-footer .addressFooter li p {
        padding-left: 25px; }
    .site-footer .top-footer .custom-block .text {
      padding-right: 15px;
      line-height: 26px; }
    .site-footer .top-footer .social-icons + h5, .site-footer .top-footer .social-icons + .h5 {
      margin-top: 25px; }
    .site-footer .top-footer .payment-icons .ad {
      font-size: 20px;
      padding: 0 2px;
      color: #eeeeee; }
    .site-footer .top-footer .newsletter .input-group__field {
      border-radius: 0;
      margin-bottom: 8px;
      color: #222222;
      background: #fff;
      border: 1px solid #222; }
    .site-footer .top-footer .newsletter .input-group__btn {
      display: block; }
      .site-footer .top-footer .newsletter .input-group__btn .btn {
        background: none;
        color: #eeeeee;
        border: 1px solid #eeeeee; }
        .site-footer .top-footer .newsletter .input-group__btn .btn:hover {
          color: #111111;
          background: #eeeeee; }
    @media only screen and (max-width: 991px) {
      .site-footer .top-footer {
        padding-top: 18px; }
        .site-footer .top-footer .grid__item {
          width: 100%; }
        .site-footer .top-footer .footer-links {
          width: 100%; }
          .site-footer .top-footer .footer-links h5, .site-footer .top-footer .footer-links .h5 {
            position: relative;
            padding: 10px 0;
            margin: 0;
            cursor: pointer;
            border-bottom: 1px dotted #eeeeee; }
            .site-footer .top-footer .footer-links h5:after, .site-footer .top-footer .footer-links .h5:after {
              content: "\ea45";
              color: #eeeeee;
              font-size: 20px;
              font-family: "Adorn-Icons";
              position: absolute;
              top: 7px;
              right: 15px; }
            .site-footer .top-footer .footer-links h5.active:After, .site-footer .top-footer .footer-links .active.h5:After {
              content: "\ea48"; }
          .site-footer .top-footer .footer-links ul {
            display: none;
            padding: 10px 0; }
        .site-footer .top-footer .contact-box {
          margin: 20px 0 -5px; }
        .site-footer .top-footer .custom-block, .site-footer .top-footer .newsletter, .site-footer .top-footer .socialPayment {
          margin: 20px 0 10px; } }
  .site-footer .middle-footer {
    background: rgba(0, 0, 0, 0);
    border-top: 1px solid #e8e8e8;
    color: #eeeeee;
    padding: 15px 0; }
    .site-footer .middle-footer .social-icons-wrap h3, .site-footer .middle-footer .social-icons-wrap .h3 {
      padding-right: 20px;
      color: #eeeeee;
      line-height: 15px;
      vertical-align: middle; }
    .site-footer .middle-footer .social-icons-wrap h3, .site-footer .middle-footer .social-icons-wrap .h3, .site-footer .middle-footer .social-icons-wrap .social-icons {
      display: inline;
      margin: 0; }
    .site-footer .middle-footer .social-icons-wrap .ad {
      font-size: 15px;
      vertical-align: initial;
      height: auto; }
    .site-footer .middle-footer .social-icons-wrap li {
      font-size: 0px; }
    .site-footer .middle-footer .payment-icons {
      font-size: 0px; }
      .site-footer .middle-footer .payment-icons li {
        padding: 0 3px; }
      .site-footer .middle-footer .payment-icons .ad {
        font-size: 25px; }
    @media only screen and (min-width: 768px) {
      .site-footer .middle-footer .icon_image img {
        display: block;
        float: right; } }
    @media only screen and (max-width: 991px) {
      .site-footer .middle-footer {
        padding: 15px 0; }
        .site-footer .middle-footer .social-icons-wrap h3, .site-footer .middle-footer .social-icons-wrap .h3 {
          padding-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .site-footer .middle-footer .social-icons-wrap {
        margin-bottom: 10px; }
      .site-footer .middle-footer .social-icons-wrap, .site-footer .middle-footer .text-right {
        text-align: center !important; }
      .site-footer .middle-footer .ad {
        font-size: 18px; } }
  .site-footer .footer-bottom {
    padding: 20px 0;
    color: #ffffff;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0);
    border-top: 1px solid #111111; }
    .site-footer .footer-bottom ul li {
      display: inline;
      padding: 0 8px; }
      .site-footer .footer-bottom ul li a {
        color: #ffffff; }
    @media only screen and (max-width: 991px) {
      .site-footer .footer-bottom {
        padding: 15px 0; }
        .site-footer .footer-bottom .text-left, .site-footer .footer-bottom .text-right {
          text-align: center !important; }
        .site-footer .footer-bottom .copyright {
          padding-bottom: 10px; } }
  @media only screen and (max-width: 991px) {
    .site-footer {
      margin-top: 18px; } }
  .site-footer .social-icons .ad-facebook-f {
    color: #ffffff; }
  .site-footer .social-icons .ad-twitter {
    color: #ffffff; }
  .site-footer .social-icons .ad-pinterest-p {
    color: #ffffff; }
  .site-footer .social-icons .ad-instagram {
    color: #ffffff; }
  .site-footer .social-icons .ad-tumblr {
    color: #ffffff; }
  .site-footer .social-icons .ad-youtube {
    color: #ffffff; }
  .site-footer .social-icons .ad-vimeo-v {
    color: #ffffff; }

.social-icons li {
  padding: 0 8px; }
  @media only screen and (max-width: 991px) {
    .social-icons li {
      padding: 0 5px; } }
.social-icons .icon {
  width: 16px; }

.wishlist-btn {
  display: inline-block; }
  .wishlist-btn .ad-spin, .wishlist-btn .btn.added-wishlist, .wishlist-btn .btn span {
    display: none; }

.grid-products .product-review {
  margin-top: 5px; }
.grid-products a {
  text-decoration: none !important; }
.grid-products .slick-arrow {
  margin-top: -30px;
  opacity: 0;
  transition: all 0.3s ease-in 0s; }
.grid-products:hover .slick-arrow {
  opacity: 1; }
.grid-products .grid-view_image .product-detail-on-hover {
  opacity: 0;
  -ms-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); }
  .grid-products .grid-view_image .product-detail-on-hover .wrap-details {
    position: absolute;
    top: 40%;
    -ms-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    transform: translateY(-50%);
    width: 100%; }
.grid-products .grid-view_image:hover .product-detail-on-hover {
  opacity: 1; }
  .grid-products .grid-view_image:hover .product-detail-on-hover .wrap-details {
    top: 50%; }
.grid-products .product-detail.ipad {
  display: none; }
@media only screen and (max-width: 991px) {
  .grid-products .product-detail.ipad {
    display: block; }
  .grid-products .product-detail-on-hover {
    display: none; }
  .grid-products .slick-arrow {
    opacity: 1; } }

.product-rows {
  margin-bottom: -18px; }

.button-set {
  z-index: 333;
  width: 100%;
  display: table;
  text-align: center;
  position: absolute;
  bottom: -70px;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .button-set > * {
    display: inline-block;
    width: 40px;
    margin-right: 3px; }
  .button-set .btn {
    color: #ffffff;
    border: 0;
    background-color: #222222;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0; }
    .button-set .btn:hover {
      color: #222222;
      background-color: #ffffff; }
  .button-set .ad {
    font-size: 16px; }
  @media only screen and (max-width: 991px) {
    .button-set {
      bottom: 5px; } }
  @media only screen and (max-width: 767px) {
    .button-set {
      bottom: 5px;
      left: 5px; }
      .button-set .quick-view, .button-set .variants.add {
        display: none; }
      .button-set .wishlist-btn {
        position: absolute;
        left: 0;
        bottom: 0; }
        .button-set .wishlist-btn .btn {
          height: 30px;
          width: 30px;
          line-height: 30px; } }

.sold-out {
  border-radius: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 6px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 3;
  background: #ff708e; }
  .sold-out span {
    letter-spacing: 0.2px;
    text-transform: uppercase;
    letter-spacing: 1px; }

.product-labels {
  text-align: right;
  position: absolute;
  top: 1px;
  right: 5px;
  z-index: 4; }
  .product-labels .lbl {
    margin-bottom: 0;
    border-radius: 0;
    letter-spacing: 1px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 1px 6px; }
  .product-labels .on-sale {
    background-color: #ef2727; }
  .product-labels .pr-label1 {
    background-color: #f5a100; }
  .product-labels .pr-label2 {
    background-color: #0097c5; }
  .product-labels .pr-label3 {
    background-color: #00799d; }

.grid-view_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px; }
  .grid-view_image .grid-view-item__link {
    width: 100%;
    vertical-align: middle; }
    .grid-view_image .grid-view-item__link:hover {
      text-decoration: none; }
  .grid-view_image:hover .button-set {
    bottom: 0; }
  .grid-view_image .grid-view-item__image {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .grid-view_image:hover .button-set {
      bottom: 5px; } }

.static-banner-block {
  margin-bottom: 20px; }

.fullwidth-filter {
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  width: 240px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: -240px;
  z-index: 99;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .fullwidth-filter .closeFilter {
    display: block; }
  .fullwidth-filter > .sidebar_widget:not(.filters),
  .fullwidth-filter .static-banner-block {
    display: none; }

.fullwidth-filter.active {
  left: 0;
  opacity: 1;
  visibility: visible; }
  .fullwidth-filter.active .closeFilter {
    float: right;
    padding: 2px 7px;
    margin: -5px -8px 0 0;
    cursor: pointer; }
  .fullwidth-filter.active .filters {
    margin-bottom: 0; }

.filters-toolbar-wrapper {
  border: 0;
  margin: 0 0 20px 0; }
  .filters-toolbar-wrapper select {
    font-size: 12px;
    height: auto; }
  .filters-toolbar-wrapper .change-view {
    font-size: 20px;
    line-height: 1;
    width: 30px;
    height: 30px;
    background: none;
    opacity: 0.6;
    border: 0;
    padding: 5px; }
  .filters-toolbar-wrapper .change-view--active {
    opacity: 1; }
  .filters-toolbar-wrapper .filters {
    font-size: 20px;
    line-height: 1;
    width: 30px;
    height: 30px;
    background: none;
    border: 0;
    opacity: 0.6;
    display: inline-block;
    padding: 5px; }
  .filters-toolbar-wrapper .filters.active {
    opacity: 1; }

.template-collection .collection-header {
  margin-bottom: 30px;
  background: #f5f5f5; }
  @media only screen and (max-width: 991px) {
    .template-collection .collection-header {
      margin-bottom: 15px; } }
  .template-collection .collection-header .section-header {
    padding-left: 0;
    padding-right: 0; }
.template-collection .collection-hero {
  margin-bottom: 0; }
.template-collection .catBanners {
  margin-bottom: 10px; }
  .template-collection .catBanners .slideshow__slide img {
    width: 100%; }

.imageSlideshow {
  margin-bottom: 20px; }

.page.section-header {
  margin-bottom: 20px; }
  .page.section-header h1, .page.section-header .h1 {
    margin-bottom: 0;
    text-transform: uppercase; }
  .page.section-header .rte {
    margin: 10px 0; }
  @media only screen and (max-width: 479px) {
    .page.section-header {
      padding: 0; }
      .page.section-header h1, .page.section-header .h1 {
        padding: 20px 0;
        font-size: 18px; } }

.main-col.right {
  float: right; }

.list-view-items .grid-view-item__title {
  margin-bottom: 5px;
  text-align: left; }
.list-view-items .list-view-item {
  text-decoration: none; }

.sidebar {
  margin-top: 0;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .sidebar .closeFilter {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    height: 30px;
    width: 30px;
    text-align: center;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: -30px;
    background-color: #000;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .sidebar .sidebar_widget {
    margin-bottom: 10px;
    clear: both; }
    .sidebar .sidebar_widget .sidebar-products li {
      padding-bottom: 10px; }
    .sidebar .sidebar_widget .sidebar-products .grid-view-item__link {
      float: left;
      margin-right: 10px; }
    .sidebar .sidebar_widget .sidebar-products .product-price__price {
      display: block; }
    .sidebar .sidebar_widget .widget-title {
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .sidebar .sidebar_widget .widget-content {
      margin-bottom: 20px; }
    .sidebar .sidebar_widget.categories .widget-content ul.sidebar_cate .grid__item {
      float: none; }
    .sidebar .sidebar_widget.categories .widget-content ul.sidebar_cate li {
      padding: 4px 0; }
    .sidebar .sidebar_widget.categories .widget-content ul.sidebar_cate ul {
      margin: 0 0 0 15px; }
    .sidebar .sidebar_widget.static-banner {
      border: 0 none; }
    .sidebar .sidebar_widget.filterBox ul.twoColl {
      column-count: 2;
      column-gap: 10px; }
    .sidebar .sidebar_widget.filterBox ul:not(.filter-color) li {
      padding: 3px 0;
      line-height: 1.2; }
      .sidebar .sidebar_widget.filterBox ul:not(.filter-color) li label {
        font-weight: 400;
        font-size: 12px;
        text-transform: none; }
    .sidebar .sidebar_widget.filterBox ul:not(.filter-color) input[type=checkbox] {
      display: none; }
    .sidebar .sidebar_widget.filterBox ul:not(.filter-color) input[type=checkbox] + label {
      display: inline-block;
      line-height: 1.5em; }
    .sidebar .sidebar_widget.filterBox ul:not(.filter-color) input[type=checkbox] + label > span {
      display: inline-block;
      width: 13px;
      height: 13px;
      margin: 0.25em 0.5em 0.25em 0.25em;
      border: 1px solid #d0d0d0;
      vertical-align: bottom; }
    .sidebar .sidebar_widget.filterBox ul:not(.filter-color) input[type=checkbox]:checked + label > span:before {
      content: '\ea7f';
      display: block;
      width: 12px;
      color: #000;
      font-size: 9px;
      line-height: 11px;
      text-align: center;
      font-family: "Adorn-Icons"; }
    .sidebar .sidebar_widget.filterBox .filter-color li {
      display: inline-block;
      padding: 0;
      margin: 0 5px 5px 0; }
      .sidebar .sidebar_widget.filterBox .filter-color li label {
        position: relative; }
      .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] {
        display: none; }
        .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] + label.color {
          display: block;
          height: 20px;
          width: 30px; }
          .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] + label.color span {
            display: block;
            height: 20px;
            width: 30px;
            border-radius: 3px; }
          .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"] + label.color.white span {
            border: 1px solid #ddd; }
        .sidebar .sidebar_widget.filterBox .filter-color li input[type="checkbox"]:checked + label.color:before {
          position: absolute;
          content: "";
          left: -3px;
          top: -3px;
          bottom: -3px;
          right: -3px;
          border: 1px solid #ccc;
          border-radius: 3px; }
  .sidebar.popup {
    width: 300px;
    height: 100%;
    padding: 15px;
    position: fixed;
    top: 0;
    left: -310px;
    z-index: 335;
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    .sidebar.popup .sidebar_widget:not(.filterBox) {
      display: none; }
    .sidebar.popup.active {
      left: 0; }
      .sidebar.popup.active .closeFilter {
        visibility: visible;
        left: 100%; }
  @media only screen and (max-width: 991px) {
    .sidebar.popup, .sidebar.filterbar {
      width: 250px;
      height: 100%;
      padding: 0;
      position: fixed;
      top: 0;
      left: -260px;
      z-index: 335;
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      .sidebar.popup .sidebar_tags, .sidebar.filterbar .sidebar_tags {
        padding: 10px;
        height: 100%;
        overflow: auto; }
      .sidebar.popup .sidebar_widget:not(.filterBox), .sidebar.filterbar .sidebar_widget:not(.filterBox) {
        display: none; }
      .sidebar.popup.active, .sidebar.filterbar.active {
        left: 0; }
        .sidebar.popup.active .closeFilter, .sidebar.filterbar.active .closeFilter {
          visibility: visible;
          left: 100%; } }

.sidebar-products-list .grid {
  margin: 0; }
  .sidebar-products-list .grid .grid__item {
    padding: 0; }
.sidebar-products-list .h4.grid-view-item__title {
  text-align: left; }
.sidebar-products-list .grid-view-item {
  text-align: left;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  box-shadow: none; }
.sidebar-products-list .grid-view-item__link {
  height: auto !important; }
.sidebar-products-list .grid-view_image {
  float: left;
  width: 37%;
  margin-right: 15px; }
.sidebar-products-list .button-set, .sidebar-products-list .product-labels {
  display: none; }
.sidebar-products-list .btn {
  height: 32px;
  line-height: 32px;
  margin: 20px 0; }

.sidebar-products-slider .grid {
  margin: 0; }
  .sidebar-products-slider .grid .grid__item {
    padding: 0; }
  .sidebar-products-slider .grid > .grid__item:not(:first-child) {
    display: none; }
.sidebar-products-slider .slick-prev {
  left: -12px; }
.sidebar-products-slider .slick-next {
  right: -12px; }
.sidebar-products-slider .btn {
  height: 32px;
  line-height: 32px; }

.grid-view_image:hover .saleTime {
  display: none; }

.saleTime {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 111; }
  .saleTime span > span {
    font-weight: 700;
    min-width: 30px;
    padding: 5px;
    line-height: 15px;
    display: inline-block;
    margin: 0 1px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    color: #444; }
    .saleTime span > span span {
      display: block;
      font-size: 10px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 10px; }

.timermobile {
  margin: 0 -10px; }
  .timermobile .saleTime {
    position: relative;
    margin-top: 20px; }
    @media only screen and (max-width: 479px) {
      .timermobile .saleTime span > span {
        margin: 0;
        min-width: 0;
        font-size: 10px;
        float: left; }
        .timermobile .saleTime span > span span {
          font-size: 9px;
          display: block;
          float: none; } }

/* ===========================================================
   Product Detail Page
 * ===========================================================*/
.save-label {
  vertical-align: text-bottom; }

.qtyField {
  position: relative;
  max-width: 80px;
  border: 1px solid gainsboro; }
  .qtyField input {
    padding: 5px 30px 5px 6px;
    width: 80px;
    text-align: center;
    height: 42px;
    margin: 0;
    border: 0 none; }
  .qtyField a {
    background-color: #f5f5f5;
    color: #000;
    border-left: 1px solid gainsboro;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 50%;
    text-align: center; }
    .qtyField a.minus {
      top: 50%;
      border-top: 1px solid gainsboro; }
    .qtyField a:hover {
      background-color: #c2c2c2; }
    .qtyField a .ad {
      font-size: 10px;
      vertical-align: middle; }

@keyframes iconmove {
  0% {
    opacity: 100%; }

  25% {
    opacity: 0; }

  100% {
    opacity: 50%; } }

.orderMsg {
  color: #f03c07;
  font-size: 15px; }
  .orderMsg svg {
    animation: iconmove 0.8s infinite;
    vertical-align: top;
    margin-right: 3px; }

.userViewMsg {
  margin-bottom: 15px;
  font-size: 14px; }
  .userViewMsg .uersView {
    min-width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    background: #f03c07;
    color: #fff;
    padding: 2px 8px;
    margin-right: 5px; }

h1.product-single__title, .product-single__title.h1 {
  text-transform: capitalize;
  font-size: 26px;
  margin-bottom: 5px;
  padding-right: 60px;
  color: #000; }

.product-single__photos .wishlist {
  background: none;
  color: #000;
  text-transform: capitalize;
  width: auto;
  text-align: left;
  padding: 5px;
  line-height: inherit;
  height: auto; }
  .product-single__photos .wishlist .ad {
    font-size: 16px; }
  .product-single__photos .wishlist span {
    font-size: 14px;
    font-weight: 400;
    display: inline-block; }
  .product-single__photos .wishlist:hover, .product-single__photos .wishlist:focus {
    text-decoration: none;
    opacity: 0.8; }

.product-template__container .product-single__meta {
  position: relative; }
.product-template__container .product-single {
  margin-bottom: 40px; }
.product-template__container .spr-badge {
  margin-bottom: 10px; }
.product-template__container .product-action {
  width: 100%;
  display: table; }
.product-template__container .product-form__item--quantity {
  display: table-cell;
  width: 90px;
  padding-right: 10px; }
.product-template__container .product-form__item--submit {
  display: table-cell;
  vertical-align: top; }
.product-template__container .product-form__cart-submit {
  font-size: 17px;
  width: 100%;
  height: 44px;
  background: #222222;
  color: #ffffff; }
.product-template__container .selector-wrapper {
  margin-bottom: 20px;
  padding: 0 10px 0 0; }
.product-template__container .product-nav {
  position: absolute;
  right: 0;
  top: 0; }
  .product-template__container .product-nav .ad {
    vertical-align: middle;
    font-size: 20px; }
  .product-template__container .product-nav .prev, .product-template__container .product-nav .next {
    font-size: 18px;
    display: block;
    line-height: 22px;
    text-align: center;
    height: 20px;
    width: 20px;
    padding: 0;
    color: #000; }
  .product-template__container .product-nav .prev {
    float: left; }
  .product-template__container .product-nav .next {
    float: right; }
.product-template__container .section-header {
  margin-bottom: 40px; }
.product-template__container .product-single__meta .spr-badge-caption {
  display: inline-block;
  font-size: 12px;
  padding-left: 5px; }
.product-template__container .swatch {
  width: 100%; }
.product-template__container .sizelink {
  font-size: 12px;
  margin-left: 40px;
  font-weight: 500;
  text-transform: none; }
  .product-template__container .sizelink .ad {
    font-size: 10px; }
.product-template__container #quantity_message {
  font-size: 14px;
  font-weight: 500;
  color: #f05e5e;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px; }
.product-template__container #countdown {
  display: block;
  margin-bottom: 15px; }
  .product-template__container #countdown > span {
    text-align: center;
    background: #e8e5e5;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 1px;
    padding: 10px;
    min-width: 70px;
    line-height: 1;
    color: #000; }
    .product-template__container #countdown > span span {
      font-size: 12px;
      font-weight: 400;
      display: block;
      text-transform: uppercase; }
.product-template__container .product-style-2 {
  text-align: center; }
  .product-template__container .product-style-2 h1.product-single__title, .product-template__container .product-style-2 .product-single__title.h1 {
    padding: 0 35px;
    font-size: 22px; }
  .product-template__container .product-style-2 .product-info p span {
    position: static;
    padding-left: 5px; }
  .product-template__container .product-style-2 .product-form__item {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .product-template__container .product-style-2 .hidedropdown .selector-wrapper {
    display: none; }
  @media only screen and (max-width: 1199px) {
    .product-template__container .product-style-2 .product-single .product-single__meta .display-table-cell {
      text-align: center !important; } }
.product-template__container .sidebar .filters, .product-template__container .sidebar .tag-filter {
  display: none; }
.product-template__container .sidebar .sidebar_widget {
  text-align: left; }
.product-template__container .main-col .product-tab-wrap {
  padding-left: 25px;
  padding-right: 25px; }
@media only screen and (max-width: 1199px) {
  .product-template__container .product-single .product-single__meta .display-table-cell {
    display: block;
    margin-bottom: 15px;
    text-align: left !important; }
  .product-template__container .product-form__cart-submit {
    padding: 0 62px; } }
@media only screen and (max-width: 991px) {
  .product-template__container h1.product-single__title, .product-template__container .product-single__title.h1,
  .product-template__container .product-single__title.h1 {
    font-size: 16px; }
  .product-template__container .product-nav {
    right: -15px; }
  .product-template__container .product-form__cart-submit {
    padding: 0 25px; }
  .product-template__container .selector-wrapper {
    margin-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .product-template__container .product-single {
    margin-bottom: 20px; }
  .product-template__container .product-nav {
    right: 0; }
  .product-template__container .product-row {
    margin: 0 -20px; }
  .product-template__container .main-col .product-tab-wrap {
    padding-left: 0;
    padding-right: 0; }
  .product-template__container .main-col .accordion-style {
    padding-left: 15px;
    padding-right: 15px; } }
.product-template__container .wishlist-sharing {
  padding: 15px 0; }

#sizechart {
  background: #fff;
  margin: 0 auto;
  padding: 35px 20px 20px;
  max-width: 800px;
  position: relative; }
  #sizechart .mfp-close {
    right: 15px;
    opacity: 1;
    top: 10px;
    color: #000;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background: #000;
    color: #fff;
    border-radius: 50%; }
  @media only screen and (max-width: 639px) {
    #sizechart {
      overflow-x: scroll; }
      #sizechart table {
        width: 480px;
        overflow-x: scroll; } }

.product-info {
  margin-bottom: 20px;
  font-weight: 700; }
  .product-info p {
    margin-bottom: 0;
    position: relative;
    line-height: 20px; }
    .product-info p span {
      padding-left: 10px;
      font-weight: 400;
      text-transform: capitalize; }
      .product-info p span.instock {
        color: #447900; }
      .product-info p span.outstock {
        color: #e06900; }

.prod-large-img {
  float: right;
  position: relative;
  z-index: 0;
  width: 83.5%;
  padding-left: 5px; }
  .prod-large-img .pimg-loading {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: url(//web.archive.org/web/20220308000926im_/https://cdn.shopify.com/s/files/1/0416/9898/4091/t/2/assets/ajax-loader.gif) no-repeat 50% 50% rgba(255, 255, 255, 0.8); }
  .prod-large-img .video-attr {
    position: absolute;
    right: 6px;
    bottom: 6px; }
    .prod-large-img .video-attr .btn {
      padding: 0 8px;
      display: block;
      margin-top: 4px;
      height: 35px;
      line-height: 35px; }
      .prod-large-img .video-attr .btn .ad-caret-l-right {
        font-size: 27px;
        margin-left: 1px; }
      .prod-large-img .video-attr .btn .ad-expand-l-arrows {
        font-size: 20px; }
  .prod-large-img.full-width-gallery {
    width: 100%;
    padding: 0; }
  @media only screen and (max-width: 767px) {
    .prod-large-img {
      width: 100%;
      float: none;
      padding: 0; } }

.prod-thumbs {
  width: 16%;
  padding-right: 0; }
  .prod-thumbs.verticle {
    float: left; }
  .prod-thumbs .ad.mobile {
    display: none; }
  .prod-thumbs.full-width-gallery {
    width: 100%;
    clear: both;
    padding: 5px 0 0 0; }
    .prod-thumbs.full-width-gallery .grid {
      margin-left: -5px; }
      .prod-thumbs.full-width-gallery .grid .grid__item {
        clear: none !important;
        padding-left: 5px;
        width: 112px; }
    .prod-thumbs.full-width-gallery .ad.desktop {
      display: none; }
    .prod-thumbs.full-width-gallery .ad.mobile {
      display: block; }
    .prod-thumbs.full-width-gallery .thumbnails-wrapper .thumbnails-slider__btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: auto;
      bottom: auto;
      border: 0 !important; }
    .prod-thumbs.full-width-gallery .thumbnails-wrapper .thumbnails-slider__next {
      right: 0; }
    .prod-thumbs.full-width-gallery .thumbnails-wrapper .thumbnails-slider__prev {
      left: 0; }
  .prod-thumbs .grid__item {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .prod-thumbs .grid__item {
        padding: 5px 2px;
        width: 72px; } }
  @media only screen and (max-width: 767px) {
    .prod-thumbs {
      width: 100%;
      float: none;
      padding: 0; }
      .prod-thumbs .ad.desktop {
        display: none; }
      .prod-thumbs .ad.mobile {
        display: block; } }

.product-action + div {
  margin-top: 10px;
  width: 100%; }

.sub-heading {
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }

.template-product .product-tab-wrap {
  padding: 20px 0 50px;
  background: rgba(0, 0, 0, 0);
  margin-bottom: 40px; }
  .template-product .product-tab-wrap .tab-container {
    padding: 30px 0;
    text-align: left; }
  .template-product .product-tab-wrap .product-tabs {
    border-bottom: 1px solid #e8e9eb;
    width: 100%; }
    .template-product .product-tab-wrap .product-tabs li {
      float: none;
      display: inline-block; }
    .template-product .product-tab-wrap .product-tabs a {
      border-bottom: 1px solid transparent;
      margin-bottom: -1px;
      letter-spacing: 1px;
      display: block;
      border: none;
      padding: 15px 25px;
      background: none !important;
      text-transform: uppercase;
      font-weight: 600;
      border-radius: 0;
      outline: none;
      color: #2e2d2d; }
      @media only screen and (max-width: 1199px) {
        .template-product .product-tab-wrap .product-tabs a {
          padding: 15px 10px; } }
      .template-product .product-tab-wrap .product-tabs a:hover {
        text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .template-product .product-tab-wrap .product-tabs {
        display: none; } }
    .template-product .product-tab-wrap .product-tabs li.active a,
    .template-product .product-tab-wrap .product-tabs li.active a:focus {
      text-decoration: none;
      border: none;
      color: #000;
      border-bottom: 1px solid #000;
      opacity: 1; }
  .template-product .product-tab-wrap .tab-content {
    color: #333; }
    .template-product .product-tab-wrap .tab-content h4, .template-product .product-tab-wrap .tab-content .h4, .template-product .product-tab-wrap .tab-content p, .template-product .product-tab-wrap .tab-content li, .template-product .product-tab-wrap .tab-content a {
      color: #333; }
    .template-product .product-tab-wrap .tab-content table th {
      background: #444;
      color: #fff;
      text-align: center; }
    .template-product .product-tab-wrap .tab-content table tr:nth-child(even) {
      background: #f5f5f5; }
    .template-product .product-tab-wrap .tab-content table tr:nth-child(odd) {
      background: #fff; }
    @media only screen and (max-width: 767px) {
      .template-product .product-tab-wrap .tab-content {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .template-product .product-tab-wrap.accordion-style {
    padding: 0;
    margin-top: 15px; }
    .template-product .product-tab-wrap.accordion-style .product-tabs {
      display: none; }
    .template-product .product-tab-wrap.accordion-style .tab-container {
      padding: 0; }
    .template-product .product-tab-wrap.accordion-style .acor-ttl {
      display: block; }
    .template-product .product-tab-wrap.accordion-style .page-width {
      padding: 0 10px; }
    .template-product .product-tab-wrap.accordion-style .tab-content {
      padding-top: 15px; }
  .template-product .product-tab-wrap.default-style .product-tabs {
    display: none; }
  .template-product .product-tab-wrap.default-style .tab-container {
    padding: 0; }
    .template-product .product-tab-wrap.default-style .tab-container .acor-ttl, .template-product .product-tab-wrap.default-style .tab-container .grid-products {
      display: block !important; }
  .template-product .product-tab-wrap.default-style .grid-products {
    padding: 20px 0; }
@media only screen and (max-width: 767px) {
  .template-product .tabs-listing .tab-container {
    margin-bottom: 20px;
    padding-top: 0; }
  .template-product .bredcrumbWrap {
    margin-bottom: 0; }
  .template-product .size-chart {
    width: 100;
    overflow-x: scroll; }
    .template-product .size-chart table {
      width: 480px;
      overflow-x: scroll; } }

.product-description ul li, .product-single__description ul li {
  position: relative;
  padding-left: 20px;
  list-style: none; }
  .product-description ul li:before, .product-single__description ul li:before {
    content: "\ea7f";
    position: absolute;
    left: 0;
    font-family: "Adorn-Icons";
    color: #f5a100;
    text-align: left; }

.spr-header-title {
  display: none; }

.spr-container {
  padding: 0 !important;
  border: 0 !important; }
  .spr-container .spr-review {
    position: relative;
    padding-bottom: 10px; }
  .spr-container .spr-review-footer {
    position: absolute;
    top: 24px;
    right: 0; }

.spr-form-title {
  font-weight: 400;
  letter-spacing: 1px; }

.spr-form-label {
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: uppercase; }

.spr-summary-actions-newreview {
  background: #222222;
  color: white !important;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px 8px 30px;
  ext-transform: uppercase;
  position: relative; }
  .spr-summary-actions-newreview:before {
    content: "\ebd9";
    position: absolute;
    left: 10px;
    font-family: "Adorn-Icons"; }
  .spr-summary-actions-newreview:hover, .spr-summary-actions-newreview:focus {
    opacity: 1;
    color: #fff; }
  @media only screen and (max-width: 479px) {
    .spr-summary-actions-newreview {
      display: block;
      margin: 10px 0;
      font-weight: 400; } }

.spr-review-header-byline {
  font-style: normal !important;
  opacity: 0.7 !important; }
  .spr-review-header-byline strong {
    font-weight: 400 !important; }

.related-product {
  margin-bottom: 30px; }
  .related-product .product-review {
    display: none; }
  .related-product .grid--view-items {
    overflow: visible; }
  .related-product .grid-products .slick-prev {
    left: 0; }
  .related-product .grid-products .slick-next {
    right: -30px; }
  @media only screen and (max-width: 1199px) {
    .related-product .grid-products .slick-next {
      right: -25px; } }

.thumbnails-wrapper {
  position: relative; }
  .thumbnails-wrapper .btn--link {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 444;
    opacity: 0;
    padding: 5px 10px;
    background: none; }
  .thumbnails-wrapper .ad {
    color: #222222;
    font-size: 20px; }
  .thumbnails-wrapper .thumbnails-slider__prev {
    top: 0; }
  .thumbnails-wrapper .thumbnails-slider__next {
    bottom: 10px; }
  .thumbnails-wrapper:hover .btn--link {
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .thumbnails-wrapper {
      position: relative;
      text-align: center; }
      .thumbnails-wrapper .thumbnails-slider__btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        bottom: auto;
        border: 0 !important;
        opacity: 1; }
      .thumbnails-wrapper .thumbnails-slider__prev {
        left: 0; }
      .thumbnails-wrapper .thumbnails-slider__next {
        right: 0; } }

.product-form-product-template {
  padding-bottom: 30px; }
  .product-form-product-template label {
    font-weight: 600;
    text-transform: uppercase; }

.shopify-payment-button__more-options {
  display: none !important; }

/* ===========================================================
   Wishlist Page
 * ===========================================================*/
.shopify-challenge__container {
  padding: 50px 0; }

.rte .wishlist-product {
  margin: 20px 0 0 0; }

.wishlist-product .product_name a {
  color: #000; }

.wishlist-product li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  list-style: none;
  padding: 15px 0;
  display: table;
  font-size: 12px;
  width: 100%;
  margin: 0; }

.wishlist-product li > div {
  display: table-cell;
  vertical-align: middle; }

.wishlist-product li:first-child {
  font-weight: 700;
  padding: 10px 0 8px;
  background: #f9f9f9;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
  border: none; }

#wishlist-email-link {
  padding-top: 20px;
  display: block; }
  #wishlist-email-link a {
    color: #000; }

.wishlist-product .btn-remove-wishlist {
  line-height: 19px;
  font-size: 16px;
  height: 34px;
  padding: 6px 15px; }

.panel-group .panel {
  border-radius: 0; }

.wishlist-product .product_img {
  width: 10%;
  padding: 0 15px 0 0; }
.wishlist-product .product_name {
  width: 40%;
  text-align: left; }
  .wishlist-product .product_name a {
    border: none; }
.wishlist-product .product_price {
  width: 15%;
  text-align: center; }
  .wishlist-product .product_price p {
    margin-bottom: 0; }
.wishlist-product .product_stock {
  width: 10%;
  text-align: center; }
.wishlist-product .product_add {
  width: 20%;
  text-align: center; }
.wishlist-product .product_remove {
  width: 5%;
  text-align: center; }
.wishlist-product .product_price span {
  display: inline;
  padding: 0; }
@media only screen and (max-width: 991px) {
  .wishlist-product .product_price {
    width: 10%; }
  .wishlist-product .product_add {
    width: 24%; } }
@media only screen and (max-width: 639px) {
  .wishlist-product {
    text-align: center; }
    .wishlist-product > li > div {
      width: auto !important; }
    .wishlist-product .product_img {
      padding: 0 10px 0 0; }
    .wishlist-product li.first div:not(.product_name) {
      display: none; }
    .wishlist-product li > div {
      display: inline-block;
      padding: 0 10px; }
    .wishlist-product .product_name {
      display: block;
      text-align: center;
      margin: 10px; } }
@media only screen and (max-width: 479px) {
  .wishlist-product .product_stock {
    display: block;
    padding-bottom: 15px; } }

.home-instagram .instagram-des {
  margin-bottom: 25px; }
.home-instagram .instafeed {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0px; }
  .home-instagram .instafeed .instagram-image {
    color: #fff; }
  .home-instagram .instafeed .counter {
    font-size: 13px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: center;
    align-items: center; }
    .home-instagram .instafeed .counter .ad {
      margin-right: 3px; }
    .home-instagram .instafeed .counter span {
      padding: 0 5px; }
  .home-instagram .instafeed .insta-img {
    padding: 0;
    float: left; }
    .home-instagram .instafeed .insta-img a {
      position: relative;
      padding-bottom: 100%;
      display: block;
      overflow: hidden; }
    .home-instagram .instafeed .insta-img img {
      display: block;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .home-instagram .instafeed .insta-img {
    padding: 0 5px 10px;
    display: inline-block;
    float: none; }
  .home-instagram .instafeed .insta-img:hover a, .home-instagram .instafeed .insta-img:hover .counter {
    opacity: 1; }
  .home-instagram .instafeed.im150 .insta-img {
    width: 12.5%; }
  .home-instagram .instafeed.im320 .insta-img {
    width: 20%; }
  .home-instagram .instafeed.im640 .insta-img {
    width: 25%; }
  @media only screen and (max-width: 767px) {
    .home-instagram .instafeed.mob-2 .insta-img {
      width: 50% !important; }
    .home-instagram .instafeed.mob-3 .insta-img {
      width: 33.33% !important; }
    .home-instagram .instafeed.mob-4 .insta-img {
      width: 25% !important; }
    .home-instagram .instafeed.mob-5 .insta-img {
      width: 20% !important; }
    .home-instagram .instafeed.mob-6 .insta-img {
      width: 16.16% !important; }
    .home-instagram .instafeed .counter {
      display: none; } }
.home-instagram .followus {
  text-align: center;
  margin-top: 25px;
  display: inline-block;
  width: 100%; }
  .home-instagram .followus .btn {
    position: relative;
    z-index: 555; }

@media only screen and (min-width: 1200px) {
  .fullwidth-insta #instafeed.imthumbnail .insta-img {
    width: 9%; } }

.prod-instagram {
  clear: both; }

#content_quickview {
  max-width: 800px;
  margin: 50px auto;
  background-color: #fff;
  position: relative;
  padding: 25px; }
  #content_quickview .product-photos {
    position: relative; }
    #content_quickview .product-photos .grid {
      margin: 0; }
      #content_quickview .product-photos .grid .grid__item {
        padding: 0; }
    #content_quickview .product-photos .product-single__thumbnail {
      opacity: 1; }
  #content_quickview .product-template__container .product-single__title {
    font-size: 18px;
    margin-bottom: 10px; }
  #content_quickview .product-info, #content_quickview .product-single__price {
    margin-bottom: 15px; }
  #content_quickview .mfp-close {
    top: 5px;
    right: 5px; }
  #content_quickview .product-single__description {
    margin-top: 0; }
  #content_quickview .product-form__cart-submit {
    padding: 0 25px;
    width: auto;
    background: #222222;
    color: #ffffff; }
  #content_quickview #ProductSection-product-template .product-single {
    margin: 0; }
    #content_quickview #ProductSection-product-template .product-single .product-single__thumbnail {
      margin: 0; }
  #content_quickview .slick-prev {
    left: 15px;
    z-index: 999; }
  #content_quickview .slick-next {
    right: 15px; }
  #content_quickview .product-price__price {
    font-size: 1.4em; }
  #content_quickview .product-single .product-single__photos {
    padding: 0;
    cursor: crosshair; }
  #content_quickview .wishlist-btn {
    vertical-align: top; }
    #content_quickview .wishlist-btn .wishlist {
      height: 52px;
      line-height: 50px; }
      #content_quickview .wishlist-btn .wishlist .ad {
        font-size: 20px; }
  #content_quickview .product-form {
    margin: 0; }
    #content_quickview .product-form .swatch {
      margin-bottom: 10px; }
  #content_quickview .product-action {
    margin: 10px 0; }
  #content_quickview hr {
    margin: 10px 0; }
  #content_quickview .sizelink {
    display: none; }

.newsletter-wrap {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 999; }

#newsletter-modal {
  display: none;
  max-width: 550px;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  background: #fafafa;
  margin: 20px auto;
  z-index: 444;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  #newsletter-modal .row-cell.first {
    width: 65%;
    text-align: center; }
  #newsletter-modal .row-cell.last {
    width: 35%;
    text-align: right; }
  #newsletter-modal .closepopup {
    display: block;
    font-size: 19px;
    height: 30px;
    line-height: 17px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 333; }
    #newsletter-modal .closepopup:hover {
      opacity: 0.8; }
  #newsletter-modal .width40 {
    width: 40%; }
    #newsletter-modal .width40 img {
      display: block;
      margin: 0 auto; }
  #newsletter-modal .width60 {
    width: 60%; }
  @media only screen and (max-width: 767px) {
    #newsletter-modal {
      margin: 20px; }
      #newsletter-modal .width40 {
        display: none; } }

.newsletter-left {
  padding: 40px 30px; }
  .newsletter-left h1, .newsletter-left .h1 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    color: #000000;
    letter-spacing: normal; }
  .newsletter-left .input-group__field {
    border-right: 1px solid #e8e9eb; }
  .newsletter-left .input-group {
    display: block;
    margin: 0 auto 20px;
    position: relative;
    width: 100%; }
    .newsletter-left .input-group input {
      width: 100%;
      margin: 0 0 10px 0; }
  .newsletter-left .social-icons {
    margin: 10px 0 0; }
    .newsletter-left .social-icons li {
      display: inline-block;
      margin: 0 5px;
      list-style: none; }
      @media only screen and (max-width: 767px) {
        .newsletter-left .social-icons li {
          margin: 0 2px; } }
    .newsletter-left .social-icons a {
      border-radius: 50%;
      color: #141515;
      display: inline-block;
      font-size: 18px;
      height: 30px;
      line-height: 20px;
      padding: 5px;
      text-align: center;
      width: 30px; }
  .newsletter-left #Subscribe {
    width: 100%;
    height: auto;
    padding: 0 20px; }
    .newsletter-left #Subscribe:hover {
      background: !important; }

/* ===========================================================
   Site Nav and Dropdowns 
 * ===========================================================*/
#shopify-section-megamenu {
  width: 100%;
  display: inline-block; }

#AccessibleNav {
  background: #111111; }
  @media only screen and (max-width: 767px) {
    #AccessibleNav.border-top {
      border: none; } }

.site-navigation {
  position: relative; }

.belowlogo .site-navigation {
  max-width: 1000px;
  margin: 0 auto; }

@media only screen and (min-width: 992px) {
  #siteNav .ad-angle-down-l {
    font-size: 18px;
    vertical-align: sub; }
  #siteNav li.parent.dropdown {
    position: relative; }
  #siteNav.hidearrow .ad-angle-down-l {
    display: none; }
  #siteNav.left {
    text-align: left; }
  #siteNav.center {
    text-align: center; }
  #siteNav.right {
    text-align: right; }
  #siteNav a {
    text-decoration: none;
    display: block;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em; }
  #siteNav > li {
    display: inline-block;
    text-align: left; }
    #siteNav > li:hover > a {
      color: #000000;
      background-color: #e8e9eb; }
    #siteNav > li > a {
      font-weight: 500;
      font-size: 13px;
      letter-spacing: 0.04em;
      color: #ffffff;
      padding: 0 18px;
      text-transform: uppercase;
      position: relative;
      line-height: 40px; }
      #siteNav > li > a:hover, #siteNav > li > a.active {
        color: #000000;
        background-color: #e8e9eb; }
      #siteNav > li > a .navLbl {
        white-space: nowrap;
        color: #ffffff;
        background-color: #cf371a;
        font-size: 10px;
        font-weight: 400;
        line-height: normal;
        display: inline-block;
        padding: 0 5px;
        border-radius: 0;
        position: absolute;
        top: -9px;
        left: 50%; }
        #siteNav > li > a .navLbl:after {
          content: " ";
          display: block;
          width: 0;
          height: 0;
          border: 4px solid transparent;
          border-top-color: #cf371a;
          border-left-color: #cf371a;
          position: absolute;
          bottom: -4px;
          left: 0; }
    #siteNav > li .megamenu {
      opacity: 0;
      visibility: hidden;
      padding: 25px 25px 0;
      width: 100%;
      position: absolute;
      top: 59px;
      left: 0;
      z-index: 999;
      background-color: #fff;
      box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
      pointer-events: none;
      -ms-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      border: 1px solid #eee; }
      #siteNav > li .megamenu li.lvl-1 {
        margin-bottom: 25px; }
        #siteNav > li .megamenu li.lvl-1 a.lvl-1 {
          text-transform: uppercase;
          color: #000;
          padding: 0 0 8px;
          font-weight: 600; }
          #siteNav > li .megamenu li.lvl-1 a.lvl-1:hover {
            color: #000; }
          #siteNav > li .megamenu li.lvl-1 a.lvl-1 .title {
            display: block; }
        #siteNav > li .megamenu li.lvl-1 li .site-nav {
          color: #000;
          padding: 3px 0;
          font-weight: 400; }
          #siteNav > li .megamenu li.lvl-1 li .site-nav:before {
            content: "";
            display: inline-block;
            width: 0px;
            height: 2px;
            vertical-align: middle;
            background-color: #000;
            -ms-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          #siteNav > li .megamenu li.lvl-1 li .site-nav:hover {
            color: #000; }
            #siteNav > li .megamenu li.lvl-1 li .site-nav:hover:before {
              width: 5px;
              margin-right: 3px; }
      #siteNav > li .megamenu .productCol {
        text-align: center; }
        #siteNav > li .megamenu .productCol .grid-view-item {
          margin-bottom: 0; }
          #siteNav > li .megamenu .productCol .grid-view-item .grid-view-item__link {
            margin: 0 0 10px; }
        #siteNav > li .megamenu .productCol > h5, #siteNav > li .megamenu .productCol > .h5 {
          color: #000;
          padding: 5px 0; }
        #siteNav > li .megamenu .productCol .prodImg {
          margin-bottom: 10px;
          max-height: 190px; }
        #siteNav > li .megamenu .productCol .btn, #siteNav > li .megamenu .productCol .spr-badge {
          display: none; }
      #siteNav > li .megamenu .grid__item {
        margin-bottom: 0; }
      #siteNav > li .megamenu.style3 .grid__item .lvl-1 img {
        margin-bottom: 10px; }
      #siteNav > li .megamenu.style4 {
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: 100% 100%; }
      #siteNav > li .megamenu .imageCol {
        padding-bottom: 15px; }
    #siteNav > li:hover > .megamenu {
      top: 40px;
      opacity: 1;
      visibility: visible;
      pointer-events: visible; }
    #siteNav > li .dropdown, #siteNav > li .dropdown ul {
      border: 1px solid #eeeeee;
      opacity: 0;
      visibility: hidden;
      width: 220px;
      position: absolute;
      top: 59px;
      left: 0;
      z-index: 999;
      box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
      -ms-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #siteNav > li:hover > .dropdown, #siteNav > li .dropdown li:hover > ul {
      top: 40px;
      opacity: 1;
      visibility: visible; }
    #siteNav > li ul.dropdown li {
      border-top: 1px solid #eeeeee;
      position: relative; }
      #siteNav > li ul.dropdown li:first-child {
        border: 0 none; }
      #siteNav > li ul.dropdown li a {
        color: #000;
        font-weight: 400;
        padding: 8px 12px;
        background-color: #fff; }
        #siteNav > li ul.dropdown li a:hover {
          color: #000;
          background-color: #eee;
          padding-left: 17px; }
        #siteNav > li ul.dropdown li a .ad {
          position: absolute;
          right: 10px;
          top: 12px; }
      #siteNav > li ul.dropdown li ul {
        top: 20px;
        left: 100%; }
      #siteNav > li ul.dropdown li:hover > ul {
        top: 0; }

  .mobile-nav-wrapper {
    display: none; } }
@media only screen and (max-width: 1199px) {
  #siteNav > li > a {
    padding: 0 14px; } }
@media only screen and (max-width: 991px) {
  html {
    overflow-x: hidden; }

  body {
    position: relative;
    left: 0;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  body.menuOn {
    left: 270px; }

  .js-mobile-nav-toggle .ad {
    display: none;
    font-size: 21px; }
  .js-mobile-nav-toggle.mobile-nav--open .ad-bars-l, .js-mobile-nav-toggle.mobile-nav--close .ad-times-l {
    display: inline-block; }

  .mobile-nav-wrapper {
    width: 270px;
    height: 100%;
    position: fixed;
    left: -270px;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .mobile-nav-wrapper.active {
      left: 0;
      opacity: 1;
      visibility: visible; }
    .mobile-nav-wrapper .closemobileMenu {
      color: #000;
      font-size: 13px;
      padding: 8px 10px;
      background-color: #eee;
      cursor: pointer; }
      .mobile-nav-wrapper .closemobileMenu .closemenu {
        font-size: 16px;
        color: #000 !important; }

  #MobileNav {
    height: 100%;
    overflow: auto; }
    #MobileNav li {
      border-top: 1px solid #eeeeee;
      position: relative; }
      #MobileNav li.grid__item {
        float: none;
        padding: 0; }
      #MobileNav li a {
        color: #333333;
        text-decoration: none;
        display: block;
        padding: 10px 45px 10px 10px;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        #MobileNav li a .plus {
          color: #333333;
          display: block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          position: absolute;
          right: 0;
          top: 0;
          text-align: center; }
      #MobileNav li ul {
        display: none;
        background-color: #f2f2f2; }
      #MobileNav li li a {
        padding-left: 20px; }
      #MobileNav li li li a {
        padding-left: 30px; }
      #MobileNav li li li li a {
        padding-left: 40px; } }
.form-border {
  border: 1px solid #e8e9eb;
  padding: 20px;
  margin-bottom: 20px; }
  .form-border h2, .form-border .h2 {
    margin-bottom: 15px; }
  .form-border label {
    font-weight: 400; }

/* ===========================================================
   About Page
 * ===========================================================*/
.about-us {
  margin: -36px 0; }
  .about-us.page-width {
    margin: 0 auto; }
  .about-us .row-text {
    text-align: center; }

.about-style-2 .placeholder-svg {
  max-height: 300px;
  margin-bottom: 35px; }
.about-style-2 .about_us_image, .about-style-2 .about-details {
  margin-bottom: 35px; }
.about-style-2 .team-bio {
  letter-spacing: 1px;
  text-transform: uppercase; }
  .about-style-2 .team-bio img {
    margin-bottom: 20px; }
  .about-style-2 .team-bio p {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .about-style-2 .team-bio .grid__item {
      margin-bottom: 20px; } }

/* ===========================================================
   Contact Page
 * ===========================================================*/
.contact-template {
  margin-top: 0; }
  .contact-template .section-header {
    margin-bottom: 20px;
    padding-left: 0; }
  .contact-template .map {
    height: 350px; }
  .contact-template .map-section__overlay-wrapper {
    position: static;
    text-align: left; }
  .contact-template .map-section__overlay {
    left: auto;
    width: 300px; }
    .contact-template .map-section__overlay h3, .contact-template .map-section__overlay .h3 {
      margin-bottom: 10px; }
  @media only screen and (max-width: 479px) {
    .contact-template .map {
      height: 250px; }
    .contact-template .map-section__overlay {
      display: none; } }

#shopify-section-contact-template .bredcrumbWrap {
  margin-top: 0; }
#shopify-section-contact-template .form-vertical {
  padding-right: 30px; }
  #shopify-section-contact-template .form-vertical textarea {
    height: 120px; }
#shopify-section-contact-template .follow-us li {
  display: inline-block;
  margin: 0 5px; }
  #shopify-section-contact-template .follow-us li a {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 17px; }
#shopify-section-contact-template label {
  font-weight: 400; }
#shopify-section-contact-template .contact-page-2 {
  margin-bottom: -36px; }
  #shopify-section-contact-template .contact-page-2 .map {
    height: 650px; }
  #shopify-section-contact-template .contact-page-2 .contact-form.form-vertical {
    padding: 50px 80px 20px; }
    #shopify-section-contact-template .contact-page-2 .contact-form.form-vertical label {
      text-align: left; }
  #shopify-section-contact-template .contact-page-2 .follow-us {
    margin-bottom: 30px; }
  #shopify-section-contact-template .contact-page-2 .map-section__overlay {
    transform: none;
    top: 30px; }
  @media only screen and (max-width: 991px) {
    #shopify-section-contact-template .contact-page-2 {
      margin-bottom: -18px; } }
  @media only screen and (max-width: 639px) {
    #shopify-section-contact-template .contact-page-2 .map {
      height: 260px; }
    #shopify-section-contact-template .contact-page-2 .map-section__overlay {
      top: 0; }
    #shopify-section-contact-template .contact-page-2 .contact-form.form-vertical {
      padding: 30px 30px 20px; } }
@media only screen and (max-width: 991px) {
  #shopify-section-contact-template .form-vertical {
    padding-right: 0; }
  #shopify-section-contact-template .contact-page-2 .contact-form.form-vertical {
    padding: 20px; } }

.open-hours {
  margin-bottom: 20px; }
  .open-hours strong {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #000; }

.contact-address {
  margin-bottom: 20px; }
  .contact-address li {
    display: table;
    padding: 5px 0; }
  .contact-address .ad {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    width: 30px; }
  .contact-address p {
    display: table-cell;
    vertical-align: middle; }

.template-404 h1, .template-404 .h1 {
  font-size: 40px;
  text-transform: none; }
  @media only screen and (max-width: 767px) {
    .template-404 h1, .template-404 .h1 {
      font-size: 25px; } }

/* ===========================================================
   FAQs Page
 * ===========================================================*/
#faq {
  border-radius: 0;
  border: none;
  margin-bottom: 12px;
  box-shadow: none; }
  #faq .panel-title {
    color: #2b2b2b;
    cursor: pointer;
    font-weight: 700;
    font-size: 105%;
    text-transform: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: none;
    padding: 12px 15px 12px 40px;
    margin: 0;
    border-top: 1px solid #000;
    position: relative; }
    #faq .panel-title:before {
      position: absolute;
      content: "\eafb";
      font-family: "Adorn-Icons";
      left: 15px;
      font-size: 14px; }
    #faq .panel-title.active {
      color: black; }
      #faq .panel-title.active:before {
        content: "\ead8"; }
    #faq .panel-title:hover, #faq .panel-title:focus {
      text-decoration: none; }
  #faq .panel-content {
    padding: 15px; }
  #faq .faq-body + .faq-body .panel-content {
    display: none; }

.faq-style1 .faq-title {
  display: none; }

.faq-style2 #faq .faq-body {
  padding: 20px; }
.faq-style2 #faq .faq-body .panel-content {
  display: block !important; }
.faq-style2 #faq .panel-title {
  color: black;
  cursor: default; }
  .faq-style2 #faq .panel-title:before {
    content: "\ead8"; }
.faq-style2 h3, .faq-style2 .h3 {
  color: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #eee;
  margin-top: 15px;
  background: #1b1111; }

/* ===========================================================
   Lookbook Page
 * ===========================================================*/
.lookbook {
  color: #fff;
  position: relative; }
  .lookbook .grid-lookbook, .lookbook .grid-sizer {
    width: 50%; }
  .lookbook .gutter-sizer {
    width: 0px; }
  .lookbook > div:hover {
    transition-duration: 0.5s; }
    .lookbook > div:hover .overlay {
      opacity: 0.1; }
    .lookbook > div:hover .btn {
      opacity: 1; }
    .lookbook > div:hover h2, .lookbook > div:hover .h2 {
      opacity: 0; }
  .lookbook .caption {
    transition-duration: 0.5s;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    top: 50%;
    z-index: 333; }
  .lookbook h2, .lookbook .h2 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.03em;
    transition-duration: 0.5s;
    margin-bottom: -20px; }
  .lookbook .btn {
    transition-duration: 0.3s;
    opacity: 0;
    margin-top: -20px;
    position: relative;
    z-index: 555;
    padding: 0 60px; }
    .lookbook .btn .ad {
      font-size: 20px;
      vertical-align: middle; }
  .lookbook .overlay {
    z-index: 222;
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2; }
  @media only screen and (max-width: 991px) {
    .lookbook h2, .lookbook .h2, .lookbook .h2 {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .lookbook .grid-lookbook, .lookbook .grid-sizer {
      width: 100%; }
    .lookbook .btn {
      padding: 0 35px;
      margin-top: -10px; } }

.lookbook-1 {
  margin: -36px 0;
  padding: 5px 2px 0; }
  .lookbook-1:after {
    content: '';
    display: block;
    clear: both; }
  .lookbook-1 img {
    display: block;
    width: 100%; }
  .lookbook-1 .grid-lookbook {
    float: left;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
    min-height: 200px; }
  @media only screen and (max-width: 767px) {
    .lookbook-1 {
      margin: -18px 0; } }

.lookbook2 {
  margin-top: 25px; }
  .lookbook2 .grid-lookbook, .lookbook2 .grid-sizer {
    width: 49%; }
  .lookbook2 .gutter-sizer {
    width: 2%; }
  .lookbook2 .grid-lookbook {
    margin-bottom: 20px;
    position: relative; }
    .lookbook2 .grid-lookbook:hover .btn {
      opacity: 1; }
  .lookbook2 h2, .lookbook2 .h2 {
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    transition-duration: 0.5s;
    position: absolute;
    text-align: center;
    bottom: 7px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 12px 18px; }
  .lookbook2 .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    font-size: 16px;
    border: 0;
    letter-spacing: 0.08em;
    padding: 12px 10px; }
    .lookbook2 .btn:hover {
      background: #222222;
      color: white; }
  @media only screen and (max-width: 1199px) {
    .lookbook2 h2, .lookbook2 .h2, .lookbook2 .h2 {
      font-size: 16px; } }
  @media only screen and (max-width: 479px) {
    .lookbook2 .grid-lookbook, .lookbook2 .grid-sizer {
      width: 100%; } }

.lookbook3 {
  /* ---- .grid-item ---- */ }
  .lookbook3:after {
    content: '';
    display: block;
    clear: both; }
  .lookbook3 .grid-sizer,
  .lookbook3 .grid-lookbook {
    width: 33.333%;
    margin: 0;
    position: relative; }
  .lookbook3 .grid-lookbook {
    float: left;
    overflow: hidden; }
    .lookbook3 .grid-lookbook:hover .caption {
      opacity: 1; }
    .lookbook3 .grid-lookbook img {
      display: block;
      width: 100%;
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -ms-transition: all 0.5s linear;
      -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .lookbook3 .grid-lookbook:hover img {
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
  .lookbook3 .caption {
    -ms-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    text-align: center; }
    .lookbook3 .caption h2, .lookbook3 .caption .h2 {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff;
      text-align: center;
      width: 100%; }
  @media only screen and (max-width: 991px) {
    .lookbook3 .grid-lookbook, .lookbook3 .grid-sizer {
      width: 50%; }
    .lookbook3 .caption {
      opacity: 1;
      height: auto;
      bottom: 0;
      top: auto; }
      .lookbook3 .caption h2, .lookbook3 .caption .h2 {
        font-size: 1em;
        bottom: auto;
        transform: initial;
        margin: 0;
        position: relative;
        top: auto;
        padding: 10px 0; } }
  @media only screen and (max-width: 479px) {
    .lookbook3 .grid-lookbook, .lookbook3 .grid-sizer {
      width: 100%; } }

/* ===========================================================
   Blog Page
 * ===========================================================*/
.blog-right.right {
  float: right; }

.sidebar-blog-post li {
  padding-bottom: 15px; }
.sidebar-blog-post .article-img {
  float: left;
  margin-right: 10px; }
.sidebar-blog-post .article-name {
  line-height: 17px;
  display: block;
  margin-bottom: 5px; }
.sidebar-blog-post .article__date {
  display: block;
  color: #5e5e5e;
  margin: 0; }

.sidebar_widget .sidebar-products li + li {
  padding-top: 15px; }
.sidebar_widget .sidebar-products .grid-view-item__link {
  float: left;
  margin-right: 10px; }
.sidebar_widget .sidebar-products .grid-view-item__image {
  margin: 0; }
.sidebar_widget .sidebar-products .item-title {
  line-height: 17px;
  display: block;
  margin-bottom: 5px; }
.sidebar_widget .sidebar-products .product-price__price {
  display: block;
  margin: 0; }

.custom-search {
  margin-bottom: 20px; }
  .custom-search .search {
    border: 1px solid #e5e5e5;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0;
    display: table;
    width: 100%; }
  .custom-search .search:focus {
    border: 1px solid #ccc; }
  .custom-search .search__input {
    border: none;
    display: table-cell;
    width: 100%;
    margin: 0; }
  .custom-search .input-group-btn {
    display: table-cell;
    width: 40px; }
  .custom-search .btnSearch {
    border: none;
    background: none;
    color: #000; }

.article_featured-image img {
  margin-bottom: 20px; }

.publish-detail {
  margin: 0 0 10px 0; }
  .publish-detail li {
    list-style: none;
    display: inline-block;
    margin-right: 10px; }
    .publish-detail li .ad {
      font-size: 16px; }

.inline-tags span {
  display: none; }

.inline-tags a {
  display: inline-block;
  padding: 1px 8px;
  color: #000;
  background: #f4f4f4; }

.inline-tags hr {
  margin: 15px 0; }

.comment-form h2, .comment-form .h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: arial; }
@media only screen and (max-width: 767px) {
  .comment-form {
    margin-bottom: 20px; } }

.blog-nav {
  margin: 0 0 40px; }

.blog-nav .ad {
  font-size: 16px;
  vertical-align: middle; }

.blog-nav a {
  color: #000; }

.comment-box {
  margin-bottom: 0; }

.comment-box li {
  padding-bottom: 0;
  margin-bottom: 15px; }

.user-comment {
  background: #fafafa;
  font-weight: 700;
  margin: 0 -15px 0;
  padding: 8px 15px; }

.user-comment .ad {
  font-size: 16px; }

.blog-right .social-sharing {
  margin-bottom: 20px; }

h2.sub-title, .sub-title.h2 {
  font-size: 14px;
  font-weight: 700;
  background: #f5f5f5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #eee; }

#comments .comment {
  margin-bottom: 20px;
  border: 1px solid #e8e9eb;
  padding: 20px; }
#comments .comment__meta {
  margin-top: 30px;
  position: relative; }
#comments .authour {
  font-weight: 700;
  text-transform: uppercase; }
  #comments .authour:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: -10px;
    content: " "; }
#comments .time {
  color: #5e5e5e; }

#comment_form {
  padding: 20px 20px 0;
  border: 1px solid #e8e9eb;
  background: #f5f5f5; }

.blog-category li {
  padding: 2px 0; }

.social-sharing {
  margin: 0 -10px 0 0; }
  .social-sharing .btn {
    color: #2b2b2b !important;
    padding: 0 5px;
    margin-bottom: 0;
    background: none !important;
    border: 0;
    letter-spacing: normal;
    text-transform: capitalize; }

.acor-ttl {
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px solid #e8e9eb;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
  margin: 0;
  display: none;
  font-size: 12px; }
  .acor-ttl a {
    display: block;
    padding: 15px 0; }
    .acor-ttl a:hover, .acor-ttl a:focus {
      text-decoration: none; }
  .acor-ttl.active {
    border-bottom: 1px solid #000; }
  @media only screen and (max-width: 767px) {
    .acor-ttl {
      display: block;
      cursor: pointer; } }

.sticky-header {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  display: none;
  padding: 10px 50px;
  background-color: #ffffff; }
  .sticky-header.fadeInDown {
    display: block; }
  .sticky-header .site-header__logo img {
    display: block; }
  .sticky-header #siteNav > li > a {
    color: #444; }
  .sticky-header .site-cart {
    display: inline-block;
    color: #444;
    margin-right: 10px;
    float: none; }
    .sticky-header .site-cart .ad {
      font-size: 20px;
      vertical-align: middle;
      color: #444; }
  .sticky-header .site-header__search {
    vertical-align: middle;
    display: inline-block;
    margin-top: 4px;
    width: auto; }
    .sticky-header .site-header__search .ad {
      font-size: 20px;
      color: #444444; }
    .sticky-header .site-header__search .search-site {
      position: static; }
  .sticky-header #header-cart {
    top: 50px;
    right: 25px; }
  .sticky-header #CartCount {
    vertical-align: sub;
    font-weight: 700;
    padding: 0 2px; }
  .sticky-header #AccessibleNav {
    background: none; }

.template-search .main-content .section-header {
  margin-top: 35px; }
.template-search .main-content .search__submit {
  border: 0;
  background: #222222;
  color: #ffffff; }

#prodNotify {
  width: auto;
  max-width: 300px;
  text-align: left;
  padding: 5px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  position: fixed;
  left: 10px;
  bottom: -200px;
  z-index: 999;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #eee;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  #prodNotify img {
    float: left;
    max-width: 60px;
    max-height: 80px;
    width: auto; }
  #prodNotify .details {
    margin: 0 0 0 65px;
    padding: 5px; }
  #prodNotify .closeNotify {
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0; }
  #prodNotify p {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 5px; }
  #prodNotify .msg {
    margin-right: 15px; }
  #prodNotify .pname {
    font-size: 12px;
    font-weight: 700; }
  #prodNotify.active {
    visibility: visible;
    opacity: 1;
    bottom: 10px; }
  #prodNotify .location {
    font-weight: 700; }

.grid-view-item .swatches {
  margin-top: 10px; }
  .grid-view-item .swatches li {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 2px;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: 0 0 1px 1px #bbb;
    position: relative; }
    .grid-view-item .swatches li.rounded {
      border-radius: 50%; }
    .grid-view-item .swatches li.rounded_rectangle {
      border-radius: 4px; }
    .grid-view-item .swatches li.flat {
      box-shadow: none; }
    .grid-view-item .swatches li.medium {
      height: 25px;
      width: 25px; }
    .grid-view-item .swatches li.large {
      height: 35px;
      width: 35px; }
    .grid-view-item .swatches li:hover, .grid-view-item .swatches li.active {
      box-shadow: 0 0 0 2px #bbb; }
    .grid-view-item .swatches li .ad {
      display: none;
      color: #fff;
      font-size: 9px;
      left: 40%;
      position: absolute;
      top: 40%; }
    .grid-view-item .swatches li.active .ad {
      display: block; }
  .grid-view-item .swatches .white {
    border: 1px solid #ddd; }
    .grid-view-item .swatches .white .ad {
      color: #000; }
  .grid-view-item .swatches .tooltip-label {
    z-index: 2;
    -ms-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #000;
    color: #fff;
    border-radius: 3px;
    padding: 0 6px;
    white-space: nowrap;
    font-size: 11px;
    top: -38px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
    .grid-view-item .swatches .tooltip-label:before {
      content: "";
      border: 5px solid transparent;
      border-top: 5px solid #000;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -5px; }
  .grid-view-item .swatches .swatch {
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-position: 50% 0; }
    .grid-view-item .swatches .swatch:hover .tooltip-label {
      opacity: 1;
      top: -28px;
      visibility: visible; }

.list-sidebar-products ul.swatches {
  display: none; }
.list-sidebar-products .grid-view-item {
  margin-bottom: 0; }

.showVariantImg img {
  opacity: 0; }
.showVariantImg .variantImg {
  visibility: visible;
  opacity: 1; }

.account-box .box {
  width: 36%;
  margin: 0 7%;
  float: left; }
  .account-box .box h2, .account-box .box .h2 {
    margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
  .account-box .box {
    width: 100%;
    float: none;
    margin: 0 0 20px 0; } }

@media only screen and (max-width: 991px) {
  .index-section--flush.image-with-text {
    padding-bottom: 50px; }

  .slick-arrow,
  .quotes-slider .slick-arrow {
    padding: 0;
    opacity: 1;
    height: 30px;
    width: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    text-align: center; }

  .slick-prev, .quotes-slider .slick-prev {
    left: 10px !important; }

  .slick-next, .quotes-slider .slick-next {
    right: 10px  !important; } }
.diva #preview-bar-iframe {
  display: none; }

/*
     FILE ARCHIVED ON 00:09:26 Mar 08, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:57:14 Oct 29, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.432
  exclusion.robots: 0.012
  exclusion.robots.policy: 0.006
  esindex: 0.007
  cdx.remote: 27.211
  LoadShardBlock: 227.483 (3)
  PetaboxLoader3.datanode: 242.117 (4)
  load_resource: 140.238
  PetaboxLoader3.resolve: 79.277
*/