@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Montserrat:wght@400;600;700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Lora|Rubik:400,400i,500);@import url(https://fonts.googleapis.com/css?family=Lora|Rubik:400,400i,500);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";
/* ============
css_shop.scss
Main SASS file
============ */
/* ============
Style Lint

For more information about warnings and errors: https://stylelint.io/user-guide/rules/
============ */
/* ============
BEM Rules

BEM will be enforced using Styleline
More information will be provided when implemented
============ */
/* ============
CSS Property Order

To order properties we'll be using stylelint-order
More information will be provided when implemented
============ */
/* ============
Normalize
============ */
/* ============
Theme Variables
============ */
/* ============
Theme Variables
============ */
/* ============
_animations.scss
Theme dependent animations
============ */
/* ============
_breakpoints.scss
Theme dependent breakpoints
============ */

/* ============
_colors.scss
Theme dependent colors
============ */
/* ============
_fonts.scss
Font imports and declerations
============ */
/* ============
_functions.scss
Theme dependent functions
============ */
/* ============
_icons.scss
Theme icons via Iconmoon

Please place your icon files in src/scss/icons and rename them to glyphs.*
============ */
@font-face {
  font-family: 'glyphs';
  src: url(../assets/glyphs.eot);
  src: url(../assets/glyphs.eot#iefix) format("embedded-opentype"), url(../assets/glyphs.ttf) format("truetype"), url(../assets/glyphs.woff) format("woff"), url(../assets/glyphs.svg#glyphs) format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, blockquote::before, .checkbox__element:checked::before, .default-address__checkbox input:checked::before, .select::before, .slick-arrow::before {
  font-family: 'glyphs', serif !important;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon.icon--bag-empty::before, blockquote.icon--bag-empty::before, .icon--bag-empty.checkbox__element:checked::before, .default-address__checkbox input.icon--bag-empty:checked::before, .icon--bag-empty.select::before, .icon--bag-empty.slick-arrow::before {
    content: "\E900"; }
  .icon.icon--bag-full::before, blockquote.icon--bag-full::before, .icon--bag-full.checkbox__element:checked::before, .default-address__checkbox input.icon--bag-full:checked::before, .icon--bag-full.select::before, .icon--bag-full.slick-arrow::before {
    content: "\E901"; }
  .icon.icon--bird::before, blockquote.icon--bird::before, .icon--bird.checkbox__element:checked::before, .default-address__checkbox input.icon--bird:checked::before, .icon--bird.select::before, .icon--bird.slick-arrow::before {
    content: "\E902"; }
  .icon.icon--box::before, blockquote.icon--box::before, .icon--box.checkbox__element:checked::before, .default-address__checkbox input.icon--box:checked::before, .icon--box.select::before, .icon--box.slick-arrow::before {
    content: "\E903"; }
  .icon.icon--checkmark::before, blockquote.icon--checkmark::before, .checkbox__element:checked::before, .default-address__checkbox input:checked::before, .icon--checkmark.select::before, .icon--checkmark.slick-arrow::before {
    content: "\E904"; }
  .icon.icon--chevron-down::before, blockquote.icon--chevron-down::before, .icon--chevron-down.checkbox__element:checked::before, .default-address__checkbox input.icon--chevron-down:checked::before, .default-address__checkbox input.select:checked::before, .checkbox__element.select:checked::before, .select::before, .icon--chevron-down.slick-arrow::before {
    content: "\E905"; }
  .icon.icon--chevron-left::before, blockquote.icon--chevron-left::before, blockquote.slick-prev::before, .icon--chevron-left.checkbox__element:checked::before, .default-address__checkbox input.icon--chevron-left:checked::before, .default-address__checkbox input.slick-prev:checked::before, .checkbox__element.slick-prev:checked::before, .icon--chevron-left.select::before, .select.slick-prev::before, .icon--chevron-left.slick-arrow::before, .slick-arrow.slick-prev::before, .icon.slick-prev::before {
    content: "\E906"; }
  .icon.icon--chevron-right::before, blockquote.icon--chevron-right::before, blockquote.slick-next::before, .icon--chevron-right.checkbox__element:checked::before, .default-address__checkbox input.icon--chevron-right:checked::before, .default-address__checkbox input.slick-next:checked::before, .checkbox__element.slick-next:checked::before, .icon--chevron-right.select::before, .select.slick-next::before, .icon--chevron-right.slick-arrow::before, .slick-arrow.slick-next::before, .icon.slick-next::before {
    content: "\E907"; }
  .icon.icon--chevron-up::before, blockquote.icon--chevron-up::before, .icon--chevron-up.checkbox__element:checked::before, .default-address__checkbox input.icon--chevron-up:checked::before, .icon--chevron-up.select::before, .icon--chevron-up.slick-arrow::before {
    content: "\E908"; }
  .icon.icon--cross::before, blockquote.icon--cross::before, .icon--cross.checkbox__element:checked::before, .default-address__checkbox input.icon--cross:checked::before, .icon--cross.select::before, .icon--cross.slick-arrow::before {
    content: "\E909"; }
  .icon.icon--dash::before, blockquote.icon--dash::before, .icon--dash.checkbox__element:checked::before, .default-address__checkbox input.icon--dash:checked::before, .icon--dash.select::before, .icon--dash.slick-arrow::before {
    content: "\2014"; }
  .icon.icon--diamond::before, blockquote.icon--diamond::before, .icon--diamond.checkbox__element:checked::before, .default-address__checkbox input.icon--diamond:checked::before, .icon--diamond.select::before, .icon--diamond.slick-arrow::before {
    content: "\E90A"; }
  .icon.icon--exclamation::before, blockquote.icon--exclamation::before, .icon--exclamation.checkbox__element:checked::before, .default-address__checkbox input.icon--exclamation:checked::before, .icon--exclamation.select::before, .icon--exclamation.slick-arrow::before {
    content: "\E90B"; }
  .icon.icon--eye::before, blockquote.icon--eye::before, .icon--eye.checkbox__element:checked::before, .default-address__checkbox input.icon--eye:checked::before, .icon--eye.select::before, .icon--eye.slick-arrow::before {
    content: "\E90C"; }
  .icon.icon--flower::before, blockquote.icon--flower::before, .icon--flower.checkbox__element:checked::before, .default-address__checkbox input.icon--flower:checked::before, .icon--flower.select::before, .icon--flower.slick-arrow::before {
    content: "\E90D"; }
  .icon.icon--leaf::before, blockquote.icon--leaf::before, .icon--leaf.checkbox__element:checked::before, .default-address__checkbox input.icon--leaf:checked::before, .icon--leaf.select::before, .icon--leaf.slick-arrow::before {
    content: "\E90E"; }
  .icon.icon--lion::before, blockquote.icon--lion::before, .icon--lion.checkbox__element:checked::before, .default-address__checkbox input.icon--lion:checked::before, .icon--lion.select::before, .icon--lion.slick-arrow::before {
    content: "\E90F"; }
  .icon.icon--mail::before, blockquote.icon--mail::before, .icon--mail.checkbox__element:checked::before, .default-address__checkbox input.icon--mail:checked::before, .icon--mail.select::before, .icon--mail.slick-arrow::before {
    content: "\E910"; }
  .icon.icon--minus::before, blockquote.icon--minus::before, .icon--minus.checkbox__element:checked::before, .default-address__checkbox input.icon--minus:checked::before, .icon--minus.select::before, .icon--minus.slick-arrow::before {
    content: "\E911"; }
  .icon.icon--phone::before, blockquote.icon--phone::before, .icon--phone.checkbox__element:checked::before, .default-address__checkbox input.icon--phone:checked::before, .icon--phone.select::before, .icon--phone.slick-arrow::before {
    content: "\E912"; }
  .icon.icon--play::before, blockquote.icon--play::before, .icon--play.checkbox__element:checked::before, .default-address__checkbox input.icon--play:checked::before, .icon--play.select::before, .icon--play.slick-arrow::before {
    content: "\E913"; }
  .icon.icon--plus::before, blockquote.icon--plus::before, .icon--plus.checkbox__element:checked::before, .default-address__checkbox input.icon--plus:checked::before, .icon--plus.select::before, .icon--plus.slick-arrow::before {
    content: "\E914"; }
  .icon.icon--question::before, blockquote.icon--question::before, .icon--question.checkbox__element:checked::before, .default-address__checkbox input.icon--question:checked::before, .icon--question.select::before, .icon--question.slick-arrow::before {
    content: "\E915"; }
  .icon.icon--quote::before, blockquote::before, .icon--quote.checkbox__element:checked::before, blockquote.checkbox__element:checked::before, .default-address__checkbox input.icon--quote:checked::before, .icon--quote.select::before, blockquote.select::before, .icon--quote.slick-arrow::before, blockquote.slick-arrow::before {
    content: "\E916"; }
  .icon.icon--recycle::before, blockquote.icon--recycle::before, .icon--recycle.checkbox__element:checked::before, .default-address__checkbox input.icon--recycle:checked::before, .icon--recycle.select::before, .icon--recycle.slick-arrow::before {
    content: "\E917"; }
  .icon.icon--search::before, blockquote.icon--search::before, .icon--search.checkbox__element:checked::before, .default-address__checkbox input.icon--search:checked::before, .icon--search.select::before, .icon--search.slick-arrow::before {
    content: "\E918"; }
  .icon.icon--share::before, blockquote.icon--share::before, .icon--share.checkbox__element:checked::before, .default-address__checkbox input.icon--share:checked::before, .icon--share.select::before, .icon--share.slick-arrow::before {
    content: "\E919"; }
  .icon.icon--smiley::before, blockquote.icon--smiley::before, .icon--smiley.checkbox__element:checked::before, .default-address__checkbox input.icon--smiley:checked::before, .icon--smiley.select::before, .icon--smiley.slick-arrow::before {
    content: "\E91A"; }
  .icon.icon--social-facebook::before, blockquote.icon--social-facebook::before, .icon--social-facebook.checkbox__element:checked::before, .default-address__checkbox input.icon--social-facebook:checked::before, .icon--social-facebook.select::before, .icon--social-facebook.slick-arrow::before {
    content: "\E91B"; }
  .icon.icon--social-google::before, blockquote.icon--social-google::before, .icon--social-google.checkbox__element:checked::before, .default-address__checkbox input.icon--social-google:checked::before, .icon--social-google.select::before, .icon--social-google.slick-arrow::before {
    content: "\E91C"; }
  .icon.icon--social-instagram::before, blockquote.icon--social-instagram::before, .icon--social-instagram.checkbox__element:checked::before, .default-address__checkbox input.icon--social-instagram:checked::before, .icon--social-instagram.select::before, .icon--social-instagram.slick-arrow::before {
    content: "\E91D"; }
  .icon.icon--social-pinterest::before, blockquote.icon--social-pinterest::before, .icon--social-pinterest.checkbox__element:checked::before, .default-address__checkbox input.icon--social-pinterest:checked::before, .icon--social-pinterest.select::before, .icon--social-pinterest.slick-arrow::before {
    content: "\E91E"; }
  .icon.icon--social-twitter::before, blockquote.icon--social-twitter::before, .icon--social-twitter.checkbox__element:checked::before, .default-address__checkbox input.icon--social-twitter:checked::before, .icon--social-twitter.select::before, .icon--social-twitter.slick-arrow::before {
    content: "\E91F"; }
  .icon.icon--star-empty::before, blockquote.icon--star-empty::before, .icon--star-empty.checkbox__element:checked::before, .default-address__checkbox input.icon--star-empty:checked::before, .icon--star-empty.select::before, .icon--star-empty.slick-arrow::before {
    content: "\E920"; }
  .icon.icon--star-full::before, blockquote.icon--star-full::before, .icon--star-full.checkbox__element:checked::before, .default-address__checkbox input.icon--star-full:checked::before, .icon--star-full.select::before, .icon--star-full.slick-arrow::before {
    content: "\E921"; }
  .icon.icon--star-half::before, blockquote.icon--star-half::before, .icon--star-half.checkbox__element:checked::before, .default-address__checkbox input.icon--star-half:checked::before, .icon--star-half.select::before, .icon--star-half.slick-arrow::before {
    content: "\E922"; }
  .icon.icon--thumbs-down::before, blockquote.icon--thumbs-down::before, .icon--thumbs-down.checkbox__element:checked::before, .default-address__checkbox input.icon--thumbs-down:checked::before, .icon--thumbs-down.select::before, .icon--thumbs-down.slick-arrow::before {
    content: "\E923"; }
  .icon.icon--thumbs-up::before, blockquote.icon--thumbs-up::before, .icon--thumbs-up.checkbox__element:checked::before, .default-address__checkbox input.icon--thumbs-up:checked::before, .icon--thumbs-up.select::before, .icon--thumbs-up.slick-arrow::before {
    content: "\E924"; }
  .icon.icon--tree::before, blockquote.icon--tree::before, .icon--tree.checkbox__element:checked::before, .default-address__checkbox input.icon--tree:checked::before, .icon--tree.select::before, .icon--tree.slick-arrow::before {
    content: "\E925"; }
  .icon.icon--user::before, blockquote.icon--user::before, .icon--user.checkbox__element:checked::before, .default-address__checkbox input.icon--user:checked::before, .icon--user.select::before, .icon--user.slick-arrow::before {
    content: "\E926"; }

/* ============
_media-queries.scss
Theme dependent media query mixins
============ */
/* ============
_mixins.scss
Theme dependent mixins
============ */
/* ============
Core Modules
============ */
/* ============
Core Modules
============ */
/* ============
_form.scss
Forms
============ */
form fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

/* ============
_global.scss
Global elements
============ */
html {
  box-sizing: border-box;
  padding-bottom: 0 !important;
}

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

hr {
  margin: 1rem 0;
  border: solid 0.03125rem #d0d0d0; }

img {
  max-width: 100%; }

table {
  border-spacing: 0; }

.save-wave-banner {
  overflow: hidden; }
  .save-wave-banner img {
    margin-bottom: -3px;
    height: 40px;
    max-width: unset; }
    @media (min-width: 768px) {
      .save-wave-banner img {
        height: 55px; } }
    @media (min-width: 1360px) {
      .save-wave-banner img {
        width: 100%; } }

.promo-banner {
  padding: 0.625rem 5px;
  background: #190d33; }
  .promo-banner p, .promo-banner .article__content ul, .article__content .promo-banner ul,
  .promo-banner .article__content ol, .article__content .promo-banner ol, .promo-banner .page, .promo-banner .page ul, .page .promo-banner ul,
  .promo-banner .page ol, .page .promo-banner ol {
    margin: 0;
    color: #190d33;
    font-size: 14px; }

.promo-banner-bogo {
  padding: 0.625rem 5px;
  background: #190d33; }
  .promo-banner-bogo p, .promo-banner-bogo .article__content ul, .article__content .promo-banner-bogo ul,
  .promo-banner-bogo .article__content ol, .article__content .promo-banner-bogo ol, .promo-banner-bogo .page, .promo-banner-bogo .page ul, .page .promo-banner-bogo ul,
  .promo-banner-bogo .page ol, .page .promo-banner-bogo ol {
    margin: 0;
    color: #fff;
    font-size: 18px; }
/* ============
_grid.scss
Grid implementation

Our media queries are taken from Bootstrap. If you wish to change your media queries and breakpoints you'll need to import Bootstrap settings and reconfigure it
============ */
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1360px) {
    .container {
      max-width: 1320px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1360px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1320px; } }

.row, .cart #nudge-offer.multi.stack .offer-collection {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .cart #nudge-offer.multi.stack .offer-collection .no-gutters > .product-wrapper,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .cart #nudge-offer.multi.stack .offer-collection .product-wrapper,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col, .cart #nudge-offer.multi.stack .offer-collection .product-wrapper {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1360px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1360px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1360px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1360px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/* ============
_list.scss
ol, ul, Li
============ */
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ol li,
  ul li {
    margin: 0;
    padding: 0; }

/* ============
_typography.scss
Type
============ */
body {
  /*font-family: "Montserrat", sans-serif;*/
  font-family: 'Suisse Int\'l';
  font-weight:400;
  font-size: 1rem;
  line-height: 1; }

h1, .section__title,
h2,
.section__title--md,
h3,
.section__title--sm,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  color: #190d33;
  /*font-family: "DM Serif Display", serif;*/
  font-family: 'Romana BT';
  font-weight: 400;
  line-height: 1; }

h1, .section__title {
  font-size: 1.875rem; }
  @media (min-width: 992px) {
    h1, .section__title {
      font-size: 2.5rem; } }


h2,
.section__title--md {
  font-size: 1.625rem; }
  @media (min-width: 992px) {
    
    h2,
    .section__title--md {
      font-size: 2rem; } }


h3,
.section__title--sm {
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    
    h3,
    .section__title--sm {
      font-size: 1.75rem; } }

h4 {
  font-size: 1.375rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }
  @media (min-width: 992px) {
    h6 {
      font-size: 1.125rem; } }

a {
  color: black;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); }

p, .article__content ul,
.article__content ol, .page, .page ul,
.page ol {
  margin: 0 0 1rem;
  color: #000;
  line-height: 1.5; }
  p a, .article__content ul a, .article__content ol a, .page a {
    border-bottom: solid thin #bed2e7; }
    p a:focus, .article__content ul a:focus, .article__content ol a:focus, .page a:focus {
      outline: none;
      background: #f4f4f2; }
  

blockquote {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem;
  font-size: 2rem;
  line-height: 1.5; }
  blockquote::before {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -1.75rem;
    z-index: -1;
    height: 3.5rem;
    width: 3.5rem;
    margin-right: -0.625rem;
    border-radius: 50%;
    background: #f4f4f2;
    font-size: 1rem;
    transform: translateY(-0.5rem); }

.fig-caption {
  color: #d0d0d0;
  font-size: 0.75rem; }

/* ============
_utility.scss
Utility Classes

Imported directly from Bootstrap
https://getbootstrap.com/docs/4.1/utilities
============ */
.align-baseline {
  vertical-align: baseline !important; }

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

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: white !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: white !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1360px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1360px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1360px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1360px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1360px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: white !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: white;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: white;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1359.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.section__title {
  margin-bottom: 1.875rem;
  line-height: 2.25rem; }
  @media (min-width: 768px) {
    .section__title {
      line-height: 3.0625rem; } }
  @media (min-width: 768px) {
    .section__title--md {
      line-height: 3.0625rem; } }
  .section__title--sm {
    line-height: 2.125rem;
    letter-spacing: -0.00625rem; }
  .section__title--no-margin {
    margin-bottom: 0; }

.section__subtitle {
  margin-bottom: 0.625rem;
  color: #190d33;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 1.375rem;
  text-transform: uppercase; }

.section__copy {
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .section__copy--indent {
      padding-left: 1.875rem; } }
  @media (min-width: 992px) {
    .section__copy--negative-indent {
      margin-left: -1.875rem; } }
  @media (min-width: 768px) {
    .section__copy--offset {
      margin-right: -1.875rem; } }
  .section__copy--grey {
    color: #190d33; }
  .section__copy--alert {
    color: #d40031;
    font-weight: 500; }
  .section__copy--padding {
    padding-left: 1rem;
    padding-right: 1rem; }
  .section__copy--padding-top {
    padding-top: 1.25rem; }

.section__container, .causes {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  .section__container--lg {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem; }
  .section__container--top {
    padding-bottom: 0; }
  .section__container--bottom {
    padding-top: 0; }

@media (min-width: 992px) {
  .section__columns {
    column-count: 2;
    column-gap: 1.875rem; } }

@media (min-width: 992px) {
  .section__columns--3 {
    column-count: 3;
    column-gap: 1.875rem; } }

@media (min-width: 992px) {
  .section__columns--4 {
    column-count: 4;
    column-gap: 1.875rem; } }

.section__no-margin {
  margin: 0 !important; }

/* ============
Sections
============ */
/* ============
Sections
============ */
.companies-banner {
  display: flex;
  background-color: black;
  padding: 6px; }
  .companies-banner .company-logo {
    display: inline-block;
    padding: 0 12px;
    border-right: 1px solid #190d33; }
    .companies-banner .company-logo__selected {
      background-color: #190d33; }
    .companies-banner .company-logo img {
      height: 30px; }
  .companies-banner span {
    color: white; }
  .companies-banner .section__subtitle {
    margin: 5px 0 0 23px; }

.article__content {
  padding: 3.75rem 0; }
  .article__content ul,
  .article__content ol {
    padding: 0 1.875rem;
    margin-bottom: 1.875rem; }
    .article__content ul li,
    .article__content ol li {
      margin-bottom: 0.625rem; }
  .article__content ul {
    list-style-type: disc; }
  .article__content ol {
    list-style-type: decimal; }

.article__sharing {
  margin-bottom: 7.5rem;
  padding: 1.875rem;
  background: #f4f4f2; }
  .article__sharing-label {
    margin-right: 0.4375rem;
    color: #190d33;
    font-size: 1rem;
    font-weight: 500; }

.article__sharing-label,
.article__sharing .social-sharing {
  display: inline-block;
  vertical-align: middle; }

.blog__title {
  margin-bottom: 3.125rem; }

.blog__pagination {
  padding-top: 1.875rem; }
  .blog__pagination .page {
    margin: 0 0.625rem; }

.featured-collection.blue-light-feature {
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0; }
  .featured-collection.blue-light-feature::before {
    background: none; }
  .featured-collection.blue-light-feature .container {
    padding: 20px;
    background-color: #f4f4f2; }
    @media (min-width: 768px) {
      .featured-collection.blue-light-feature .container {
        padding: 40px; } }
  .featured-collection.blue-light-feature .section__subtitle {
    padding-bottom: 10px;
    margin: 0 0 0.625rem;
    color: black; }
  .featured-collection.blue-light-feature .row, .featured-collection.blue-light-feature .cart #nudge-offer.multi.stack .offer-collection, .cart #nudge-offer.multi.stack .featured-collection.blue-light-feature .offer-collection {
    text-align: left; }
    .featured-collection.blue-light-feature .row > div, .featured-collection.blue-light-feature .cart #nudge-offer.multi.stack .offer-collection > div, .cart #nudge-offer.multi.stack .featured-collection.blue-light-feature .offer-collection > div {
      padding-top: 15px; }
      @media (min-width: 992px) {
        .featured-collection.blue-light-feature .row > div, .featured-collection.blue-light-feature .cart #nudge-offer.multi.stack .offer-collection > div, .cart #nudge-offer.multi.stack .featured-collection.blue-light-feature .offer-collection > div {
          padding-top: 0; } }
    .featured-collection.blue-light-feature .row .col-lg-6:first-child, .featured-collection.blue-light-feature .cart #nudge-offer.multi.stack .offer-collection .col-lg-6:first-child, .cart #nudge-offer.multi.stack .featured-collection.blue-light-feature .offer-collection .col-lg-6:first-child {
      padding: 0 15px; }
  .featured-collection.blue-light-feature .blue-light-feature-button {
    vertical-align: middle;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    border: none;
    background: none;
    font-size: 1.25rem;
    text-align: center;
    line-height: 2.5rem;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .featured-collection.blue-light-feature .blue-light-feature-button .icon--play {
      color: black;
      padding-left: 5px; }
    .featured-collection.blue-light-feature .blue-light-feature-button .feature-icon {
      height: 40px;
      min-width: 40px;
      margin: 0 15px 0 0;
      border: 0.125rem solid black;
      border-radius: 50%;
      display: inline-block; }
      .featured-collection.blue-light-feature .blue-light-feature-button .feature-icon > span {
        display: inline-block; }
    .featured-collection.blue-light-feature .blue-light-feature-button .section__subtitle {
      margin-bottom: 0;
      padding-bottom: 0;
      text-align: left; }

.cart__header, .cart__items, .cart__summary {
  display: block; }
  .cart__header td, .cart__items td, .cart__summary td {
    display: block; }

.cart__header {
  margin-bottom: 1.25rem;
  font-weight: bold; }

.cart__title {
  margin-bottom: 1.125rem; }
  @media (min-width: 992px) {
    .cart__title {
      margin-bottom: 0.625rem; } }

.cart__form {
  padding: 1.25rem 0 5rem; }
  @media (min-width: 992px) {
    .cart__form {
      padding: 2.5rem 0 5.625rem; } }

.cart__table {
  padding: 0.625rem 0;
  vertical-align: top;
  color: #190d33; }
  .cart__table .cart__item-remove {
    visibility: visible; }

.cart__items {
  display: block; }
  .cart__items .cart__item:first-of-type {
    border-top: 0.125rem solid black; }

.cart__buttons .button, .cart__buttons .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal .cart__buttons .yotpo-lightbox-product-button {
  width: 100%;
  margin: 0.625rem; }
  .cart__buttons .button:first-of-type, .cart__buttons .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button:first-of-type, .yotpo-lightbox.yotpo .yotpo-modal .cart__buttons .yotpo-lightbox-product-button:first-of-type {
    margin-left: 0; }
  .cart__buttons .button:last-of-type, .cart__buttons .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button:last-of-type, .yotpo-lightbox.yotpo .yotpo-modal .cart__buttons .yotpo-lightbox-product-button:last-of-type {
    margin-right: 0; }

.cart__continue {
  padding-top: 1.25rem; }
  @media (min-width: 992px) {
    .cart__continue {
      padding: 0; } }

.cart__note {
  padding: 1.25rem 0 0 0; }
  .cart__note .textarea__label {
    color: #190d33;
    font-size: 0.875rem;
    font-weight: 500; }
  .cart__note .textarea__element {
    font-size: 0.875rem; }

.cart__empty-message {
  margin-bottom: 2.5rem;
  font-size: 0.875rem; }

.cart-promo {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  padding: 1.25rem 0;
  background: white;
  box-shadow: 0 -0.5rem 3.75rem 0 rgba(0, 0, 0, 0.1);
  z-index: 20;
  transition: all 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .cart-promo {
      transition: none; } }
  @media (min-width: 992px) {
    .cart-promo {
      padding-bottom: 2.5rem; } }
  .cart-promo--active {
    bottom: 0; }
    .cart-promo--active + .overlay--hide {
      display: block;
      z-index: 15; }
  .cart-promo__close {
    position: absolute;
    top: -5.5rem;
    left: 50%;
    height: 2.375rem;
    width: 2.375rem;
    border: 0.0625rem solid #d0d0d0;
    border-radius: 50%;
    background: white;
    color: black;
    line-height: 2.375rem;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer; }
    .cart-promo__close:focus {
      outline: none; }
  .cart-promo__copy .section__copy {
    padding: 0.625rem 0; }
  .cart-promo__copy p:last-of-type, .cart-promo__copy .article__content ul:last-of-type, .article__content .cart-promo__copy ul:last-of-type,
  .cart-promo__copy .article__content ol:last-of-type, .article__content .cart-promo__copy ol:last-of-type, .cart-promo__copy .page:last-of-type, .cart-promo__copy .page ul:last-of-type, .page .cart-promo__copy ul:last-of-type,
  .cart-promo__copy .page ol:last-of-type, .page .cart-promo__copy ol:last-of-type {
    margin-bottom: 0; }
  .cart-promo__title {
    font-size: 1rem;
    line-height: 1.5625rem; }
    @media (min-width: 992px) {
      .cart-promo__title {
        font-size: inherit;
        line-height: inherit; } }
  .cart-promo__image {
    display: block;
    max-height: 15rem;
    width: auto;
    margin: auto; }
    .cart-promo__image--mobile {
      position: absolute;
      top: 0;
      left: 1.25rem;
      max-height: 7.5rem;
      width: auto;
      z-index: -1;
      transform: translateY(-25%); }

.page--choose-phone .section__container, .page--choose-phone .causes {
  padding-top: 2.5rem; }

.page--choose-phone .accordion--choose-phone {
  padding: 0;
  margin-bottom: 0.625rem;
  list-style-type: none; }
  .page--choose-phone .accordion--choose-phone .choose-phone__trigger {
    position: relative;
    padding: 0.5rem 0; }
    .page--choose-phone .accordion--choose-phone .choose-phone__trigger .icon, .page--choose-phone .accordion--choose-phone .choose-phone__trigger blockquote::before, .page--choose-phone .accordion--choose-phone .choose-phone__trigger .checkbox__element:checked::before, .page--choose-phone .accordion--choose-phone .choose-phone__trigger .default-address__checkbox input:checked::before, .default-address__checkbox .page--choose-phone .accordion--choose-phone .choose-phone__trigger input:checked::before, .page--choose-phone .accordion--choose-phone .choose-phone__trigger .select::before, .page--choose-phone .accordion--choose-phone .choose-phone__trigger .slick-arrow::before {
      position: absolute;
      top: 31px;
      right: 4px;
      float: none; }
    .page--choose-phone .accordion--choose-phone .choose-phone__trigger:hover {
      padding-left: 0;
      border-color: #e2e2e2; }
      @media (min-width: 768px) {
        .page--choose-phone .accordion--choose-phone .choose-phone__trigger:hover {
          border-color: #190d33; } }
    @media (min-width: 768px) {
      .page--choose-phone .accordion--choose-phone .choose-phone__trigger[aria-expanded=true] {
        border-bottom: 0.0625rem solid #e2e2e2; } }
    .page--choose-phone .accordion--choose-phone .choose-phone__trigger:focus {
      padding-left: 0; }
  .page--choose-phone .accordion--choose-phone .choose-phone__trigger-image {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 60px; }
  .page--choose-phone .accordion--choose-phone .choose-phone__trigger-text {
    line-height: 60px;
    font-size: 1rem; }
  .page--choose-phone .accordion--choose-phone .choose-phone__content {
    padding-left: 0.625rem;
    padding-top: 0.25rem; }
    .page--choose-phone .accordion--choose-phone .choose-phone__content .desktop {
      display: none; }
    .page--choose-phone .accordion--choose-phone .choose-phone__content .mobile {
      display: block; }
    @media (min-width: 992px) {
      .page--choose-phone .accordion--choose-phone .choose-phone__content {
        padding-left: 1.25rem; } }
    @media (min-width: 768px) {
      .page--choose-phone .accordion--choose-phone .choose-phone__content .desktop {
        display: block; }
      .page--choose-phone .accordion--choose-phone .choose-phone__content .mobile {
        display: none; } }
    .page--choose-phone .accordion--choose-phone .choose-phone__content .item .phone-icon {
      transition: all 0.2s ease-in-out;
      width: 50px; }
    .page--choose-phone .accordion--choose-phone .choose-phone__content .item a {
      display: block;
      border-bottom: 0;
      padding: 0.5rem 0; }
      @media (min-width: 768px) {
        .page--choose-phone .accordion--choose-phone .choose-phone__content .item a {
          width: 60%;
          margin: 0 auto; } }
      .page--choose-phone .accordion--choose-phone .choose-phone__content .item a:hover .phone-icon {
        transform: scale(1.1); }

.page--choose-phone .get-notified {
  margin-bottom: 1.875rem; }

.careers-page .flex-container {
  display: flex;
  align-items: center; }

.careers-page .button-container {
  padding: 1.25rem 0; }

.careers-page .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  @media (min-width: 1360px) {
    .careers-page .video-container {
      padding-bottom: 40%; } }

.careers-page .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.careers-page .tab {
  opacity: 0.4;
  transition: none; }
  .careers-page .tab.active {
    font-weight: bold;
    opacity: 1;
    border-bottom: 1px solid #190d33; }
  .careers-page .tab:hover {
    opacity: 1; }

.careers-page .tabs {
  border-bottom: 1px solid #dee2e6;
  text-align: center; }
  .careers-page .tabs a {
    border-bottom: 0;
    display: inline-block;
    padding: 1.875rem;
    cursor: pointer; }

.careers-page .tab-panes .tab-pane {
  display: none; }

.careers-page .tab-panes .active {
  display: block; }

.careers-page .culture-container {
  padding: 1.25rem 0; }

.careers-page .creativity-container {
  padding: 1.25rem 0; }

.careers-page .awarness-container {
  padding: 2.5rem 0;
  background: #f4f4f2; }
  .careers-page .awarness-container ul {
    list-style: none; }

.careers-page .posting-header {
  margin-bottom: 2.5rem; }

@media (min-width: 768px) {
  .clearance__mobile-banner {
    display: none; } }

.clearance__desktop-banner {
  display: none; }
  @media (min-width: 768px) {
    .clearance__desktop-banner {
      display: block; } }

.clearance .section__title {
  display: none; }

.causes {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 992px) {
    .causes {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-bottom: 5rem; } }
  .causes__info {
    padding: 0 0.9375rem; }
    @media (min-width: 992px) {
      .causes__info {
        padding: 0; } }
  .causes__title {
    display: block;
    max-width: 14.75rem;
    margin: 0 auto 0.9375rem; }
  .causes__copy {
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .causes__copy {
        margin-bottom: 3.125rem; } }
  .causes__dots {
    display: none;
    padding-top: 5rem; }
    @media (min-width: 992px) {
      .causes__dots {
        display: block; } }
  .causes__carousel-image {
    position: relative;
    height: 19.75rem;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 992px) {
      .causes__carousel-image {
        height: 0;
        padding-top: 100%; } }
    .causes__carousel-image::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      background: -moz-linear-gradient(top, rgba(74, 74, 74, 0) 0%, #4a4a4a 100%);
      background: -webkit-linear-gradient(top, rgba(74, 74, 74, 0) 0%, #4a4a4a 100%);
      background: linear-gradient(to bottom, rgba(74, 74, 74, 0) 0%, #4a4a4a 100%);
      opacity: 0;
      z-index: 0;
      transition: opacity 0.3s; }
      @media (prefers-reduced-motion: reduce) {
        .causes__carousel-image::before {
          transition: none; } }
  .causes__carousel-link:focus {
    outline: 0; }
  .causes__carousel-link:hover .causes__carousel-image::before, .causes__carousel-link:focus .causes__carousel-image::before {
    opacity: 1; }
  .causes__carousel-icon {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    max-width: 6.875rem;
    transform: translateX(-50%);
    z-index: 2; }
  .causes__carousel-content {
    padding: 0 0.9375rem; }
  .causes__carousel-title {
    margin-bottom: 0.625rem;
    color: black;
    font-family: 'Romana BT';
    font-size: 1.25rem;
    letter-spacing: -0.0125rem;
    line-height: 1.5rem; }
  .causes__carousel-description {
    max-width: 13.75rem;
    margin: 0 auto 1.875rem;
    line-height: 1.25rem; }
    @media (min-width: 992px) {
      .causes__carousel-description {
        margin-bottom: 0; } }
    .causes__carousel-description div,
    .causes__carousel-description span,
    .causes__carousel-description p,
    .causes__carousel-description .article__content ul,
    .article__content .causes__carousel-description ul,
    .causes__carousel-description .article__content ol,
    .article__content .causes__carousel-description ol,
    .causes__carousel-description .page,
    .causes__carousel-description .page ul,
    .page .causes__carousel-description ul,
    .causes__carousel-description .page ol,
    .page .causes__carousel-description ol {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      text-align: inherit; }
  .causes__carousel .slick-slide {
    min-width: 17.5rem; }
    @media (min-width: 992px) {
      .causes__carousel .slick-slide {
        min-width: 0; } }
  .causes__carousel .slick-arrow {
    visibility: hidden;
    top: 34%; }
    @media (min-width: 992px) {
      .causes__carousel .slick-arrow {
        visibility: visible; } }

/* ============
_collection.scss
Collection Section
============ */
.collection { }
  @media (min-width: 768px) {
    .collection {
      padding: 0; } }
  .collection__hero {
    height: 500px;
    padding: 1.375rem;
    background-position: center;
    background-size: cover;
    color: black; }
    @media (min-width: 768px) {
      .collection__hero {
        padding: 0; } }
    .collection__hero-title {
      margin-bottom: 0.625rem; }
    .collection__hero-description {
      padding-top: 0.625rem; }
  .collection__hero-container {
    position: relative;
    height: 100%; }
  @media (min-width: 768px) {
    .collection__hero-container-inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      max-width: 500px; } }
  .collection__item {
    position: relative;
    border-top: 0.0625rem solid #e2e2e2;
    padding: 2.25rem 0 3.5rem; }
    @media (min-width: 768px) {
      .collection__item {
        padding: 2.25rem 0 4.125rem; } }
    .collection__item::before {
      content: attr(data-number);
      position: absolute;
      top: -0.375rem;
      left: 50%;
      height: 0.625rem;
      width: 1.875rem;
      background: white;
      color: #190d33;
      font-family: "Montserrat", sans-serif;
      font-size: 0.875rem;
      transform: translateX(-50%);
      text-align: center; }
      @media (min-width: 768px) {
        .collection__item::before {
          text-align: left; } }
      @media (min-width: 768px) {
        .collection__item::before {
          left: 0;
          transform: none; } }
    .collection__item-icon {
      display: block;
      height: auto;
      max-width: 2.5rem;
      margin: 0 auto 0.625rem; }
      @media (min-width: 768px) {
        .collection__item-icon {
          margin: 0 0 0.625rem 1.875rem; } }
    .collection__item-title {
      max-width: 23.75rem;
      text-align: center; }
      @media (min-width: 768px) {
        .collection__item-title {
          text-align: left; } }
    .collection__item-description, .collection__item-link {
      color: #190d33;
      font-family: "Montserrat", sans-serif;
      font-size: 0.875rem;
      line-height: 1.25rem; }
    .collection__item-description {
      text-align: center; }
      @media (min-width: 768px) {
        .collection__item-description {
          text-align: left; } }
      @media (min-width: 768px) {
        .collection__item-description {
          max-width: 20rem; } }
      .collection__item-description span,
      .collection__item-description div,
      .collection__item-description p,
      .collection__item-description .article__content ul,
      .article__content .collection__item-description ul,
      .collection__item-description .article__content ol,
      .article__content .collection__item-description ol,
      .collection__item-description .page,
      .collection__item-description .page ul,
      .page .collection__item-description ul,
      .collection__item-description .page ol,
      .page .collection__item-description ol {
        color: inherit;
        font-size: inherit;
        line-height: inherit; }
    .collection__item-link {
      font-weight: 500; }

.collection-promo-badge {
  margin-top: 10px;
  padding: 0 0.875rem;
  background: #190d33;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center; }

/* ============
_collection-image-banner.scss
Collection Image Banner
============ */
.collection-image-banner .d-table {
  height: 100%; }
  .collection-image-banner .d-table .d-table-cell {
    vertical-align: middle; }

.collection-image-banner .row > div, .collection-image-banner .cart #nudge-offer.multi.stack .offer-collection > div, .cart #nudge-offer.multi.stack .collection-image-banner .offer-collection > div {
  padding-top: 15px; }
  @media (min-width: 768px) {
    .collection-image-banner .row > div, .collection-image-banner .cart #nudge-offer.multi.stack .offer-collection > div, .cart #nudge-offer.multi.stack .collection-image-banner .offer-collection > div {
      padding-top: 30px; } }

@media (min-width: 768px) {
  .collection-image-banner .row > div:last-child, .collection-image-banner .cart #nudge-offer.multi.stack .offer-collection > div:last-child, .cart #nudge-offer.multi.stack .collection-image-banner .offer-collection > div:last-child {
    padding-left: 62px; } }

/* ============
_collection-limited.scss
Collection Limited Edition
============ */
.collection-limited__info {
  padding: 0 0 2.5rem 0; }
  @media (min-width: 992px) {
    .collection-limited__info {
      padding: 3.125rem 0 3.75rem 0; } }

.collection-limited__title {
  margin-bottom: 1.25rem; }

.collection-limited__icon {
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  height: auto;
  max-width: 2.5rem;
  margin: 0 0 0.5rem;
  transform: translateY(-25%); }
  @media (min-width: 992px) {
    .collection-limited__icon {
      position: relative;
      top: auto;
      right: auto;
      margin: 0 0 1.625rem; } }

.collection-limited__image {
  margin-bottom: 2.5rem; }
  @media (min-width: 992px) {
    .collection-limited__image {
      margin: 0; } }
  .collection-limited__image img {
    width: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .collection-limited__image img {
        width: auto; } }

.collection-limited__cta {
  max-width: 12.5rem;
  padding-top: 1.875rem; }

/* ============
_collection-limited-promo.scss
Collection Limited Promo Section
============ */
.collection-limited__promo-image-container {
  overflow: hidden;
  max-width: 82.5rem;
  margin: auto; }
  .collection-limited__promo-image-container img {
    max-width: 130%;
    margin-left: -15%; }
    @media (min-width: 768px) {
      .collection-limited__promo-image-container img {
        width: 100%;
        max-width: 100%;
        margin: auto; } }

@media (min-width: 768px) {
  .collection-limited__promo-title {
    margin-left: -1.875rem; } }

.collection-limited__promo-copy {
  padding: 0 0 3.75rem; }

.collection-limited__promo-grid img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.875rem; }

.collection-limited__promo-grid .col-md:last-of-type img {
  margin: 0; }

/* ============
_collection-sunglasses.scss
Collection Sunglasses
============ */
.sunglasses-collection {
  padding: 0; }
  .sunglasses-collection .collection__item {
    padding: 2.25rem 0 3.5rem; }
    @media (min-width: 768px) {
      .sunglasses-collection .collection__item {
        padding: 2.25rem 0 0.9375rem; } }
  .sunglasses-collection .collection__hero-title {
    max-width: 53.125rem;
    margin: auto; }
  .sunglasses-collection .collection__hero-description {
    padding-top: 1rem;
    max-width: 40.625rem;
    margin: auto; }
  .sunglasses-collection .collection__item-title {
    max-width: 100%; }
    .sunglasses-collection .collection__item-title span .collection__item-icon {
      display: none; }
      @media (min-width: 768px) {
        .sunglasses-collection .collection__item-title span .collection__item-icon {
          display: inline-block;
          position: relative;
          top: 0.75rem;
          right: -0.125rem;
          max-width: 3.125rem;
          margin: 0; } }
  .sunglasses-collection .collection__item-description {
    max-width: 100%; }
  .sunglasses-collection__item-copy {
    margin-bottom: 1.875rem;
    padding: 0 1.875rem; }
    @media (min-width: 768px) {
      .sunglasses-collection__item-copy {
        margin-bottom: 0;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }

.collection-sunglasses-promo-block {
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid #e2e2e2;
  border-top: 0.0625rem solid #e2e2e2; }

.featured-collection-sunglasses {
  padding: 5rem 0; }
  .featured-collection-sunglasses h3.section__subtitle, .featured-collection-sunglasses .section__subtitle.section__title--sm {
    margin-bottom: 2.5rem; }

.pela-vision-eco-friendly-sunglasses #MainContent {
  overflow-x: hidden; }

button.button.member-voucher-button, .yotpo-lightbox.yotpo .yotpo-modal button.member-voucher-button.yotpo-lightbox-product-button {
  background: #8fbe00;
  color: white; }
  button.button.member-voucher-button::before, .yotpo-lightbox.yotpo .yotpo-modal button.member-voucher-button.yotpo-lightbox-product-button::before {
    background: #8fbe00; }

.featured-collection__icon {
  height: 2.375rem;
  width: 2.375rem;
  margin-bottom: 1.25rem; }

.featured-collection__title {
  margin-bottom: 1.25rem; }

@media (min-width: 992px) {
  .featured-collection__subtitle {
    padding-left: 1.875rem;
    margin-right: -1.875rem; } }

@media (min-width: 992px) {
  .featured-collection__description {
    padding-left: 1.875rem;
    margin-right: -1.875rem;
    max-width: 550px; } }

.featured-collection__carousel {
  padding: 0; }

.featured-collection .slick-slide {
  padding: 0 0.9375rem; }

.featured-collection p, .featured-collection .article__content ul, .article__content .featured-collection ul,
.featured-collection .article__content ol, .article__content .featured-collection ol, .featured-collection .page, .featured-collection .page ul, .page .featured-collection ul,
.featured-collection .page ol, .page .featured-collection ol {
  margin-bottom: 1.875rem; }

@media (min-width: 768px) {
  .featured-collection .featured-button-2 {
    margin-left: 10px; } }

/* ============
_featured-collections.scss
Featured Collections Section
============ */
.featured-collections {
  padding: 3.75rem 0; }
  .featured-collections__title {
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .featured-collections__title {
        margin-bottom: 3.125rem; } }
  .featured-collections__item {
    position: relative;
    padding: 0 0.125rem; }
    .featured-collections__item-image {
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      margin-bottom: 1.25rem; }
      .featured-collections__item-image-gradient {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), black); }
      .featured-collections__item-image-wrap {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 9.375rem;
        width: 9.375rem;
        margin: auto; }
        .featured-collections__item-image-wrap img {
          margin: auto; }
      .featured-collections__item-image::after {
        content: '';
        display: block;
        padding-bottom: 100%; }
    .featured-collections__item-text {
      margin: 0 1.25rem; }
      .featured-collections__item-text__title {
        font-size: 1.375rem;
        line-height: 1.875rem;
        margin-bottom: 0.625rem; }
      .featured-collections__item-text__description {
        margin: 0;
        font-size: 0.875rem;
        line-height: 1.25rem; }
    @media (min-width: 768px) {
      .featured-collections__item {
        padding: 0; } }
  .featured-collections .button, .featured-collections .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal .featured-collections .yotpo-lightbox-product-button {
    margin: 1.875rem 0 0; }
    @media (min-width: 768px) {
      .featured-collections .button, .featured-collections .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal .featured-collections .yotpo-lightbox-product-button {
        margin: 2.5rem 0 0; } }

/* ============
_featured-product.scss
Featured Product Section
============ */
.featured-product {
  padding: 2.5rem 0; }
  .featured-product__inner {
    padding: 2.5rem 0;
    background-color: #f4f4f2; }
    @media (min-width: 768px) {
      .featured-product__inner {
        padding: 3.75rem 0; } }
  .featured-product__icon {
    height: 2.375rem;
    width: auto;
    margin-bottom: 1.5625rem; }
  .featured-product__title {
    margin-bottom: 1.375rem; }
  .featured-product__description {
    display: block;
    margin-bottom: 2rem; }
  .featured-product__image {
    height: auto;
    max-height: 17.5rem;
    width: auto;
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .featured-product__image {
        height: auto;
        max-height: 100%;
        margin: 0 1.875rem; } }
  .featured-product .button, .featured-product .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal .featured-product .yotpo-lightbox-product-button {
    margin: 0; }
  @media (min-width: 768px) {
    .featured-product {
      padding: 3.75rem 0; } }

.footer {
  background: #190d33;
  color: #fff; }
  @media (min-width: 768px) {
    .footer__links {
      margin-bottom: 2.875rem; } }
  .footer__logos {
    display: flex;
    justify-content: center; }
    .footer__logos img {
      height: 85px;
      max-width: none;
      margin-top: 10px;
      margin-bottom: 30px; }
    .footer__logos a:nth-child(2) img {
      margin-left: 20px; }
    @media (min-width: 768px) {
      .footer__logos {
        justify-content: flex-end;
        padding-right: 0; }
        .footer__logos img {
          height: 110px;
          margin-top: 15px;
          margin-bottom: 0; } }

.template-gift_card #header,
.template-gift_card #footer {
  display: none; }

.gift-card__logo {
  margin-bottom: 1.875rem; }

.gift-card__image {
  margin-bottom: 0.625rem; }

.gift-card__code {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  border: 1px dashed #d0d0d0;
  background: #f4f4f2;
  font-size: 1.5rem; }

.guarantee {
  padding: 3.125rem 0 2.5rem; }
  @media (min-width: 768px) {
    .guarantee {
      padding: 4.375rem 0 4.0625rem; } }
  .template-cart .guarantee {
    padding: 5.625rem 1.5625rem;
    background: #f4f4f2; }

.guarantee__title {
  margin-bottom: 2.5rem; }

.guarantee__list {
  list-style-type: none; }

.guarantee__item {
  margin-bottom: 0.9375rem; }
  .template-cart .guarantee__item {
    flex: 0 0 100%;
    max-width: 100%; }

.guarantee__icon {
  display: block;
  max-height: 1.875rem;
  margin: 0 auto 0.9375rem; }

.guarantee__item-title {
  color: #190d33;
  font-weight: 500; }

.guarantee__link {
  color: black;
  font-weight: 500; }

/* ============
_header.scss
Header Element
============ */
.header {
      box-shadow: 0 4px 2px -2px rgb(0 0 0 / 16%);
  display: block;
  position: relative;
  width: 100%;
  background: white;
  z-index: 10; }
  .header__masthead {
    background: white; }
  .header__inner {
    padding: 5px 15px; }
  .header__content {
    width: 100%; }
  .header__logo {
    text-align: center; }
    @media (min-width: 992px) {
      .header__logo {
        text-align: left; } }
  
  .header__links.order-3 {
    width: 6.875rem; }
  .header__links .header-tools__account {
    display: none; }
    @media (min-width: 992px) {
      .header__links .header-tools__account {
        display: block; } }
  .header__minicart {
    font-size: 1.375rem; }

.hero-banner {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 21.875rem;
  margin: 0 -0.9375rem; }
  .hero-banner__title {
    position: relative;
    margin: 0 2.5rem;
    color: rgba(0, 0, 0, 0.25);
    font-family: "Rubik", sans-serif;
    font-size: 300%;
    font-weight: 500;
    letter-spacing: -0.03125rem;
    line-height: 1.1; }
  .hero-banner__image {
    max-width: 10.9375rem;
    margin: 3.125rem auto 1.875rem;
    z-index: 0; }
    @media (min-width: 768px) {
      .hero-banner__image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        width: 30%;
        max-width: 16.25rem;
        margin: auto; } }
  .hero-banner__header {
    position: relative;
    padding: 0rem 0.9375rem;
    margin-bottom: 1.375rem; }
    @media (min-width: 576px) {
      .hero-banner__header {
        padding: 0rem; } }
  .hero-banner__description {
    display: block;
    padding: 0rem 0.9375rem;
    margin-bottom: 2rem; }
    @media (min-width: 576px) {
      .hero-banner__description {
        padding: 0rem; } }
  .hero-banner__gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 21.875rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, white 60%); }
    @media (min-width: 768px) {
      .hero-banner__gradient {
        bottom: 0;
        height: auto; } }
  .hero-banner.no-image {
    padding-top: 45%; }
    @media (min-width: 768px) {
      .hero-banner.no-image {
        padding-top: 0; } }
  .hero-banner .row, .hero-banner .cart #nudge-offer.multi.stack .offer-collection, .cart #nudge-offer.multi.stack .hero-banner .offer-collection {
    position: relative;
    height: 100%;
    margin: 0; }
    @media (min-width: 768px) {
      .hero-banner .row, .hero-banner .cart #nudge-offer.multi.stack .offer-collection, .cart #nudge-offer.multi.stack .hero-banner .offer-collection {
        margin: 0 -0.9375rem; } }
  @media (min-width: 576px) {
    .hero-banner {
      margin: 0; } }
  @media (min-width: 768px) {
    .hero-banner {
      background-position: center;
      background-size: cover;
      height: 46.25rem;
      padding: 3.75rem 0; } }

/* ============
_hero-banner-sunglasses.scss
Hero Banner Sunglasses
============ */
#hero-banner-sunglasses .container {
  max-width: none; }
  #hero-banner-sunglasses .container .row, #hero-banner-sunglasses .container .cart #nudge-offer.multi.stack .offer-collection, .cart #nudge-offer.multi.stack #hero-banner-sunglasses .container .offer-collection {
    align-items: center; }
    #hero-banner-sunglasses .container .row .col > div, #hero-banner-sunglasses .container .cart #nudge-offer.multi.stack .offer-collection .col > div, .cart #nudge-offer.multi.stack #hero-banner-sunglasses .container .offer-collection .col > div, .cart #nudge-offer.multi.stack .offer-collection #hero-banner-sunglasses .container .row .product-wrapper > div, #hero-banner-sunglasses .container .cart #nudge-offer.multi.stack .offer-collection .product-wrapper > div, .cart #nudge-offer.multi.stack #hero-banner-sunglasses .container .offer-collection .product-wrapper > div {
      padding: 20px 0;
      margin: auto; }
      @media (min-width: 768px) {
        #hero-banner-sunglasses .container .row .col > div, #hero-banner-sunglasses .container .cart #nudge-offer.multi.stack .offer-collection .col > div, .cart #nudge-offer.multi.stack #hero-banner-sunglasses .container .offer-collection .col > div, .cart #nudge-offer.multi.stack .offer-collection #hero-banner-sunglasses .container .row .product-wrapper > div, #hero-banner-sunglasses .container .cart #nudge-offer.multi.stack .offer-collection .product-wrapper > div, .cart #nudge-offer.multi.stack #hero-banner-sunglasses .container .offer-collection .product-wrapper > div {
          padding: 30px; } }

#hero-banner-sunglasses .hero-text-container {
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    #hero-banner-sunglasses .hero-text-container {
      top: 24%; } }
  @media (min-width: 1360px) {
    #hero-banner-sunglasses .hero-text-container {
      top: 24%; } }

#hero-banner-sunglasses .text-background-image {
  /*height: 375px;*/ }
  @media (min-width: 768px) {
    #hero-banner-sunglasses .text-background-image {
      background-size: cover;
      background-position: center;
      height: calc(40vh); } }
  @media (min-width: 992px) {
    #hero-banner-sunglasses .text-background-image {
      background-size: cover;
      background-position: center;
      height: calc(75vh); } }

#hero-banner-sunglasses .collection__hero-title {
  margin-bottom: 20px;
  font-size: 30px;
  color: #190d33;
  line-height: inherit; }
  @media (min-width: 768px) {
    #hero-banner-sunglasses .collection__hero-title {
      font-size: 40px; } }

#hero-banner-sunglasses .hero-banner-img {
  background-size: cover;
  background-position: center;
  height: 260px; }
  @media (min-width: 768px) {
    #hero-banner-sunglasses .hero-banner-img {
      height: calc(40vh); } }
  @media (min-width: 992px) {
    #hero-banner-sunglasses .hero-banner-img {
      height: calc(75vh); } }

#hero-banner-sunglasses .hero-banner-icon {
  max-width: 250px;
  width: 40%; }
  @media (min-width: 768px) {
    #hero-banner-sunglasses .hero-banner-icon {
      width: 100%; } }

#hero-banner-sunglasses p.section__copy, #hero-banner-sunglasses .article__content ul.section__copy, .article__content #hero-banner-sunglasses ul.section__copy,
#hero-banner-sunglasses .article__content ol.section__copy, .article__content #hero-banner-sunglasses ol.section__copy, #hero-banner-sunglasses .section__copy.page, #hero-banner-sunglasses .page ul.section__copy, .page #hero-banner-sunglasses ul.section__copy,
#hero-banner-sunglasses .page ol.section__copy, .page #hero-banner-sunglasses ol.section__copy {
  color: #190d33; }

.button {
  cursor: pointer;
    padding: 0.875rem 1.625rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: #fbf6ef;
  border-radius: 10px;
  border: 2px solid black;
  box-shadow: 4px 4px #190d33;
  color: #190d33;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
transition: all .3s cubic-bezier(0, 0, .5, 1); 
}
.button:hover {
box-shadow: none !important;
}

/* ============
_hero-banner-two-image.scss
Hero Banner Two Image
============ */
.hero-banner-sunglasses .hero-banner-two-image.container {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .hero-banner-sunglasses .hero-banner-two-image.container {
      margin-top: 60px; } }

.hero-banner-sunglasses .hero-banner-two-image .col-md-6:first-child {
  padding: 0 15px; }
  @media (min-width: 768px) {
    .hero-banner-sunglasses .hero-banner-two-image .col-md-6:first-child {
      padding: 0 15px 30px 15px; } }
  @media (min-width: 992px) {
    .hero-banner-sunglasses .hero-banner-two-image .col-md-6:first-child {
      padding: 0 30px 60px 15px; } }

.hero-banner-sunglasses .hero-banner-two-image .col-md-6:last-child {
  padding: 15px; }
  @media (min-width: 768px) {
    .hero-banner-sunglasses .hero-banner-two-image .col-md-6:last-child {
      padding: 0 15px 30px 15px; } }
  @media (min-width: 992px) {
    .hero-banner-sunglasses .hero-banner-two-image .col-md-6:last-child {
      padding: 0 15px 60px 30px; } }

.hero-banner-sunglasses .hero-banner-two-image .col-md-6 > div {
  position: relative; }

.hero-banner-sunglasses .hero-banner-two-image .hero-banner {
  height: 18rem;
  background-position: center;
  background-size: cover;
  padding: 0; }
  @media (min-width: 768px) {
    .hero-banner-sunglasses .hero-banner-two-image .hero-banner {
      height: 345px; } }
  @media (min-width: 992px) {
    .hero-banner-sunglasses .hero-banner-two-image .hero-banner {
      height: 450px; } }
  @media (min-width: 1360px) {
    .hero-banner-sunglasses .hero-banner-two-image .hero-banner {
      height: 600px; } }

.hero-banner-sunglasses .hero-banner-two-image .two-image-gradient {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
  position: absolute;
  z-index: 1; }

.hero-banner-sunglasses .hero-banner-two-image .hero-banner-buttons {
  position: absolute;
  bottom: 16%;
  transition: bottom 0.2s;
  width: 100%;
  display: inline-block;
  padding: 40px 10px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: white;
  z-index: 2; }
  @media (min-width: 768px) {
    .hero-banner-sunglasses .hero-banner-two-image .hero-banner-buttons {
      font-size: 18px;
      bottom: 16%; } }
  @media (min-width: 992px) {
    .hero-banner-sunglasses .hero-banner-two-image .hero-banner-buttons {
      bottom: 23%; } }
  @media (min-width: 1360px) {
    .hero-banner-sunglasses .hero-banner-two-image .hero-banner-buttons {
      bottom: 30%; } }

.hero-banner-sunglasses .hero-banner-two-image .button, .hero-banner-sunglasses .hero-banner-two-image .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal .hero-banner-sunglasses .hero-banner-two-image .yotpo-lightbox-product-button {
  max-width: 150px;
  margin: 30px auto 0;
  background-color: black;
  color: white;
  transition: all 0.3s; }
  @media (min-width: 768px) {
    .hero-banner-sunglasses .hero-banner-two-image .button, .hero-banner-sunglasses .hero-banner-two-image .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal .hero-banner-sunglasses .hero-banner-two-image .yotpo-lightbox-product-button {
      opacity: 0;
      height: 0;
      line-height: 0; } }

@media (min-width: 768px) {
  .hero-banner-sunglasses .hero-banner-two-image a:hover .two-image-gradient {
    background-color: rgba(0, 0, 0, 0); } }

@media (min-width: 768px) {
  .hero-banner-sunglasses .hero-banner-two-image a:hover .hero-banner-buttons {
    bottom: 20%; } }

@media (min-width: 992px) {
  .hero-banner-sunglasses .hero-banner-two-image a:hover .hero-banner-buttons {
    bottom: 27%; } }

@media (min-width: 1360px) {
  .hero-banner-sunglasses .hero-banner-two-image a:hover .hero-banner-buttons {
    bottom: 34%; } }

.hero-banner-sunglasses .hero-banner-two-image a:hover .button, .hero-banner-sunglasses .hero-banner-two-image a:hover .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal .hero-banner-sunglasses .hero-banner-two-image a:hover .yotpo-lightbox-product-button {
  opacity: 1;
  height: 46px;
  line-height: 1; }

/* ============
_instagram.scss
Instagram Section
============ */
.instagram {
  padding: 3.75rem 0; }
  .instagram__title {
    margin-bottom: 1.375rem; }
  .instagram__description {
    display: block;
    margin-bottom: 0.9375rem;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .instagram__description {
        margin-bottom: 2rem; } }
  .instagram__feed {
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .instagram__feed {
        margin: 0; } }
  @media (min-width: 768px) {
    .instagram__shop {
      padding: 1rem 0 1.875rem; } }

.page ul,
.page ol {
  padding: 0 1.875rem;
  margin-bottom: 1.875rem; }
  .page ul li,
  .page ol li {
    margin-bottom: 0.625rem; }

.page ul {
  list-style-type: disc; }

.page ol {
  list-style-type: decimal; }

.pela360 .mobile {
  display: block; }
  @media (min-width: 768px) {
    .pela360 .mobile {
      display: none; } }

.pela360 .desktop {
  display: none; }
  @media (min-width: 768px) {
    .pela360 .desktop {
      display: block; } }

.pela360 .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin-bottom: 120px; }

.pela360 .row, .pela360 .cart #nudge-offer.multi.stack .offer-collection, .cart #nudge-offer.multi.stack .pela360 .offer-collection {
  margin: 0; }

.pela360 .col-md-6,
.pela360 .col-12 {
  padding: 0 !important; }

.pela360 h3, .pela360 .section__title--sm,
.pela360 h5 {
  color: #143951;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.5625rem; }

.pela360 select {
  width: 100%;
  max-width: 400px;
  margin: 1.25rem 0;
  padding: 0.3125rem; }

.pela360__header {
  color: #143951;
  font-family: "Montserrat", sans-serif;
  font-size: 2.75rem;
  font-weight: bold; }
  @media (min-width: 768px) {
    .pela360__header {
      font-size: 2.6875rem; } }
  @media (min-width: 992px) {
    .pela360__header {
      font-size: 4.25rem; } }
  .pela360__header span {
    font-size: 32px; }

.pela360 h2.pela-360__header, .pela360 .pela-360__header.section__title--md {
  font-size: 2.125rem;
  text-align: center; }
  @media (min-width: 768px) {
    .pela360 h2.pela-360__header, .pela360 .pela-360__header.section__title--md {
      font-size: 2.6875rem; } }
  @media (min-width: 992px) {
    .pela360 h2.pela-360__header, .pela360 .pela-360__header.section__title--md {
      font-size: 4.25rem;
      text-align: left; } }

.pela360 .flex-centered {
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .pela360 .flex-centered {
      justify-content: center; } }

.pela360 .flex-image-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left; }

.pela360 .flex-image-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right; }

.pela360 .hero-banner {
  height: 18.75rem;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .pela360 .hero-banner {
      height: 46.25rem;
      margin-bottom: 20px; } }
  .pela360 .hero-banner .hero-banner-content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
    width: 92%;
    text-align: center; }
    @media (min-width: 768px) {
      .pela360 .hero-banner .hero-banner-content {
        width: 98%; } }
    .pela360 .hero-banner .hero-banner-content h1, .pela360 .hero-banner .hero-banner-content .section__title {
      color: white;
      font-family: "Montserrat", sans-serif;
      font-size: 1.5625rem;
      font-weight: bold;
      text-shadow: 1px 1px 2px #636363; }
      @media (min-width: 768px) {
        .pela360 .hero-banner .hero-banner-content h1, .pela360 .hero-banner .hero-banner-content .section__title {
          font-size: 2.5rem; } }
    .pela360 .hero-banner .hero-banner-content .hero-header {
      font-size: 4.375rem; }
      @media (min-width: 768px) {
        .pela360 .hero-banner .hero-banner-content .hero-header {
          font-size: 6.25rem; } }

.pela360__info-container {
  width: 100%;
  padding: 1.25rem 1rem;
  text-align: center; }
  @media (min-width: 768px) {
    .pela360__info-container {
      padding: 2.5rem;
      text-align: left; }
      .pela360__info-container p, .pela360__info-container .article__content ul, .article__content .pela360__info-container ul,
      .pela360__info-container .article__content ol, .article__content .pela360__info-container ol, .pela360__info-container .page, .pela360__info-container .page ul, .page .pela360__info-container ul,
      .pela360__info-container .page ol, .page .pela360__info-container ol {
        max-width: 600px; } }
  @media (min-width: 992px) {
    .pela360__info-container {
      width: 75%; } }
  .pela360__info-container h5 {
    margin: 1.25rem 0; }

.pela360__steps-header {
  margin: 2.5rem 0 !important;
  padding: 0.625rem; }
  @media (min-width: 768px) {
    .pela360__steps-header {
      margin: 5rem 0 !important; } }

.pela360__choose-phone.button, .yotpo-lightbox.yotpo .yotpo-modal .pela360__choose-phone.yotpo-lightbox-product-button {
  display: block;
  width: 100%;
  border: 0;
  background: #7aa006;
  color: #fff; }
  .pela360__choose-phone.button::before, .yotpo-lightbox.yotpo .yotpo-modal .pela360__choose-phone.yotpo-lightbox-product-button::before {
    background: #556f04;
    color: #fff; }
  .pela360__choose-phone.button:hover, .yotpo-lightbox.yotpo .yotpo-modal .pela360__choose-phone.yotpo-lightbox-product-button:hover {
    border: 0;
    background: #556f04;
    color: #fff; }
  .pela360__choose-phone.button:focus, .yotpo-lightbox.yotpo .yotpo-modal .pela360__choose-phone.yotpo-lightbox-product-button:focus {
    background: #556f04;
    color: #fff; }

.pela360__step-container .pela360__info-container {
  padding: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .pela360__step-container .pela360__info-container {
      width: 90%; } }

.pela360__step-container .flex-centered {
  align-items: flex-start; }

.pela360__step-container h5 {
  font-size: 1.875rem; }
  @media (min-width: 768px) {
    .pela360__step-container h5 {
      font-size: 1.25rem; } }

.pela360__step-container .step-description {
  font-size: 1.25rem;
  font-weight: normal; }

.pela360__step-container .step-image {
  width: 40%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .pela360__step-container .step-image {
      width: 70%; } }

.pela360__faq-container {
  padding: 20px 0;
  border-bottom: 1px solid #190d33; }
  .pela360__faq-container p, .pela360__faq-container .article__content ul, .article__content .pela360__faq-container ul,
  .pela360__faq-container .article__content ol, .article__content .pela360__faq-container ol, .pela360__faq-container .page, .pela360__faq-container .page ul, .page .pela360__faq-container ul,
  .pela360__faq-container .page ol, .page .pela360__faq-container ol {
    margin-bottom: 0; }

.pela360 .main-image {
  width: 80%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .pela360 .main-image {
      width: 100%; } }

.pela360 .centered {
  margin: 0 auto; }

.pela360 .arrow-container {
  text-align: center; }
  @media (min-width: 768px) {
    .pela360 .arrow-container {
      position: absolute;
      top: 100px;
      right: -55px; } }
  @media (min-width: 992px) {
    .pela360 .arrow-container {
      position: absolute;
      top: 185px;
      right: -55px; } }
  .pela360 .arrow-container img {
    width: 15%; }
    @media (min-width: 768px) {
      .pela360 .arrow-container img {
        width: 20%;
        transform: rotate(270deg); } }
    @media (min-width: 992px) {
      .pela360 .arrow-container img {
        width: 30%;
        transform: rotate(270deg); } }

.product-promo {
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .product-promo {
      color: white; } }

.product-promo__background {
  background-position-x: center;
  background-position-y: center;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-size: cover;
  max-width: 100%; }
  .product-promo__background::before {
    content: "";
    display: block;
    padding-top: 17.5rem; }
    @media (min-width: 768px) {
      .product-promo__background::before {
        content: none; } }
  @media (min-width: 768px) {
    .product-promo__background {
      position: absolute;
      z-index: -1;
      height: 100%;
      width: 100%; } }

.product-promo__content {
  padding-top: 1.875rem;
  padding-bottom: 5rem; }
  @media (min-width: 768px) {
    .product-promo__content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-top: 6.25rem;
      padding-bottom: 5rem; } }
  @media (min-width: 992px) {
    .product-promo__content {
      padding-top: 12.5rem;
      padding-bottom: 11.875rem;
      max-width: 700px; } }
  @media (min-width: 768px) {
    .product-promo__content::before {
      content: "";
      display: block;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1; } }

.product-promo__desc {
  color: #190d33;
  font-size: 0.875rem;
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
    .product-promo__desc {
      color: white;
      margin-bottom: 2.5rem; } }

.product-promo__subtitle {
  color: black; }
  @media (min-width: 768px) {
    .product-promo__subtitle {
      color: white; } }

.product-promo__title {
  color: black; }
  @media (min-width: 768px) {
    .product-promo__title {
      color: white; } }

.button.product-promo__btn, .yotpo-lightbox.yotpo .yotpo-modal .product-promo__btn.yotpo-lightbox-product-button {
  min-width: 12.5rem; }
  @media (min-width: 768px) {
    .button.product-promo__btn, .yotpo-lightbox.yotpo .yotpo-modal .product-promo__btn.yotpo-lightbox-product-button {
      border-color: rgba(255, 255, 255, 0.3);
      background: none;
      color: white;
      font-weight: 500; }
      .button.product-promo__btn::before, .yotpo-lightbox.yotpo .yotpo-modal .product-promo__btn.yotpo-lightbox-product-button::before {
        background: white; }
      .button.product-promo__btn:hover, .yotpo-lightbox.yotpo .yotpo-modal .product-promo__btn.yotpo-lightbox-product-button:hover {
        border-color: white; }
        .button.product-promo__btn:hover::before, .yotpo-lightbox.yotpo .yotpo-modal .product-promo__btn.yotpo-lightbox-product-button:hover::before {
          background: rgba(255, 255, 255, 0.1); } }

/* ============
_product-sunglasses.scss
Sunglasses Product Template
============ */
.shopify-section-our-glasswear {
  padding: 3.125rem 0 3.75rem; }
  @media (min-width: 768px) {
    .shopify-section-our-glasswear {
      border-bottom: 0.0625rem solid #e2e2e2;
      border-top: 0.0625rem solid #e2e2e2;
      padding: 6.25rem 0 5rem; } }
  .shopify-section-our-glasswear .guarantee__icon {
    max-height: 3.125rem; }

.sunglasses-video .video-player {
  padding-top: 18vh; }

.sunglasses-quote {
  padding: 6.25rem 0 7.5rem;
  margin-top: 3.75rem;
  background-color: #f4f4f2; }
  .sunglasses-quote img {
    max-height: 4.375rem; }
  .sunglasses-quote h2, .sunglasses-quote .section__title--md {
    margin-top: 0.625rem; }
  .sunglasses-quote h3, .sunglasses-quote .section__title--sm {
    max-width: 62.5rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
    font-size: 1.5625rem; }
    @media (min-width: 576px) {
      .sunglasses-quote h3, .sunglasses-quote .section__title--sm {
        font-size: 2.1875rem; } }

.sunglasses-details .tabpanel {
  padding: 5rem 0 5rem; }

.sunglasses-details .tablist {
  width: 100%;
  text-align: center;
  border-bottom: 0.0625rem solid #e2e2e2; }
  .sunglasses-details .tablist button {
    margin: 0 1.125rem;
    padding: 1.5625rem 0;
    border: none;
    background: none;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer; }
    @media (min-width: 768px) {
      .sunglasses-details .tablist button {
        margin: 0 1.25rem;
        font-size: 0.875rem; } }
    .sunglasses-details .tablist button:focus {
      outline: none; }

.sunglasses-details__fit img {
  padding-top: 1.25rem; }

.sunglasses-details__fit .fit-gallery {
  margin-top: 3.75rem; }
  .sunglasses-details__fit .fit-gallery__wrapper {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .sunglasses-details__fit .fit-gallery__wrapper {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }

.sunglasses-details .section__subtitle,
.sunglasses-details .section__title,
.sunglasses-details .section__copy {
  text-align: center; }
  @media (min-width: 768px) {
    .sunglasses-details .section__subtitle,
    .sunglasses-details .section__title,
    .sunglasses-details .section__copy {
      text-align: left; } }

.sunglasses-lifestyle {
  margin: 3.75rem 0; }
  .sunglasses-lifestyle .first-col {
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .sunglasses-lifestyle .first-col {
        margin-bottom: 0; } }

.sunglasses-instagram {
  margin-top: 3.75rem;
  padding: 2.5rem 0 1.25rem; }

/* ============
_product-recommendations.scss
product-recommendations.liquid section
============ */
.section-product-recommendations {
  padding: 1.25rem 0 5.625rem; }
  .section-product-recommendations .section__subtitle {
    margin-bottom: 0.3125rem; }

/* ============
_promo-block.scss
Promo Block Section
============ */
.promo-block {
  border-radius: 10px !important;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .promo-block__inner {
    display: flex;
    position: relative;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 2.5rem 0; }
    .promo-block__inner .row, .promo-block__inner .cart #nudge-offer.multi.stack .offer-collection, .cart #nudge-offer.multi.stack .promo-block__inner .offer-collection {
      width: 100%;
      margin: 0; }
    .promo-block__inner::after {
      content: '';
      display: block;
      padding-bottom: calc(100% - 80px); }
    @media (min-width: 1360px) {
      .promo-block__inner {
        position: absolute;
        padding: 3.75rem 0; }
        .promo-block__inner::after {
          content: none; } }
  .promo-block__title {
    display: block;
    color: inherit;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 1360px) {
      .promo-block__title {
        font-size: 2rem;
        line-height: 2.4375rem;
        margin-bottom: 1.875rem; } }
    .promo-block__title-large {
      display: block;
      line-height: 5.1875rem;
      margin: 0 0 0 -1.25rem;
      font-family: "Montserrat", sans-serif;
      font-size: 4rem; }
      @media (min-width: 1360px) {
        .promo-block__title-large {
          line-height: 6.6875rem;
          font-size: 5.625rem; } }
    .promo-block__title-medium {
      display: block;
      line-height: 2.5rem;
      margin: 0 0 25px -1.25rem;
      font-family: "Montserrat", sans-serif;
      font-size: 2.5rem; }
  .promo-block .button, .promo-block .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal .promo-block .yotpo-lightbox-product-button {
    margin: 0; }
  .promo-block__white {
    color: white; }
  .promo-block__black {
    color: black; }
  @media (min-width: 1360px) {
    .promo-block::after {
      content: '';
      display: block;
      padding-bottom: 100%; } }

.question {
  position: relative;
  border-bottom: 1px solid;
  color: #190d33;
  margin: 0;
  padding: 1rem 0rem 1rem 3rem;
  display: block;
  width: 100%;
  cursor: pointer; }

/* ============
_promo-block-2-col.scss
Promo Block 2 Col Section
============ */
.promo-block-2-col__column {
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  .promo-block-2-col__column:last-of-type {
    padding-top: 1.875rem; }
  @media (min-width: 768px) {
    .promo-block-2-col__column {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .promo-block-2-col__column:last-of-type {
        padding-top: 0; } }

.promo-block-2-col__image {
  width: 100%; }

.promo-block-2-col__container {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 500px;
  padding: 50px; }
  .promo-block-2-col__container h2, .promo-block-2-col__container .section__title--md {
    color: white; }
  .promo-block-2-col__container p, .promo-block-2-col__container .article__content ul, .article__content .promo-block-2-col__container ul,
  .promo-block-2-col__container .article__content ol, .article__content .promo-block-2-col__container ol, .promo-block-2-col__container .page, .promo-block-2-col__container .page ul, .page .promo-block-2-col__container ul,
  .promo-block-2-col__container .page ol, .page .promo-block-2-col__container ol {
    color: white; }

/* ============
_promo-block-as-seen.scss
Promo Block As Seen Section
============ */
.as-seen {
  margin: 1.25rem 0;
  padding: 4.375rem 0 5rem;
  background-color: #f4f4f2; }
  .as-seen__title {
    margin-bottom: 1.875rem; }
  .as-seen__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .as-seen__list {
        flex-wrap: nowrap; } }
  .as-seen__item {
    width: 50%;
    max-width: 12.5rem;
    padding: 1.25rem 2.5rem; }
    @media (min-width: 768px) {
      .as-seen__item {
        width: auto; } }
  .as-seen__logo {
    max-width: 100%; }

/* ============
_promo-block-featured-product.scss
Promo Block Featured Product Section
============ */
@media (min-width: 992px) {
  .promo-block-featured-product__column {
    padding-top: 0; } }

/* ============
_promo-block-featured-collection.scss
Promo Block Featured Collection Section
============ */
.promo-block-featured-collection {
  margin: 1.25rem 0; }
  .promo-block-featured-collection__img-col {
    position: relative;
    margin-bottom: 1.5625rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      .promo-block-featured-collection__img-col {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
  .promo-block-featured-collection__image.image.lazyloaded {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 7.5rem; }
    @media (min-width: 576px) {
      .promo-block-featured-collection__image.image.lazyloaded {
        max-width: 9.375rem; } }
    @media (min-width: 768px) {
      .promo-block-featured-collection__image.image.lazyloaded {
        max-width: 11.25rem; } }
    @media (min-width: 992px) {
      .promo-block-featured-collection__image.image.lazyloaded {
        top: 50%;
        left: -7.1875rem;
        bottom: initial;
        transform: translateY(-50%);
        max-width: none; } }
  .promo-block-featured-collection__gradient {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, white 60%); }
    @media (min-width: 992px) {
      .promo-block-featured-collection__gradient {
        display: none; } }
  .promo-block-featured-collection__background {
    width: 100%; }
  .promo-block-featured-collection__icon {
    display: none;
    padding-left: 0;
    width: 70px; }
    @media (min-width: 992px) {
      .promo-block-featured-collection__icon {
        display: block;
        padding-left: 1.25rem;
        margin-bottom: 0.625rem; } }

/* ============
_reviews.scss
Reviews Section
============ */
.reviews { }
  .reviews__title {
    margin-bottom: 2.5rem; }

/* ============
_reviews-carousel.scss
Reviews Carousel Section
============ */
.reviews-carousel {
  padding: 3.75rem 0 0 0; }
  .reviews-carousel__title {
    max-width: 30rem;
    margin: 0 auto 1.25rem auto; }
    @media (min-width: 992px) {
      .reviews-carousel__title {
        margin-bottom: 1.875rem; } }
  .reviews-carousel__item {
    margin-bottom: 0.625rem; }
    .reviews-carousel__item__floating {
      display: inline-block;
      position: relative; }
      .reviews-carousel__item__floating__rating {
        margin-bottom: 0.625rem; }
      .reviews-carousel__item__floating-wrapper {
        margin: auto; }
        @media (min-width: 992px) {
          .reviews-carousel__item__floating-wrapper {
            margin: 0; } }
      .reviews-carousel__item__floating__author {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.25rem; }
      .reviews-carousel__item__floating__location {
        display: block;
        color: #190d33;
        font-size: 0.875rem;
        line-height: 1.25rem; }
      @media (min-width: 992px) {
        .reviews-carousel__item__floating {
          margin-left: 0;
          margin-bottom: 0; } }
    .reviews-carousel__item__image {
      display: block;
      margin: 0 auto !important;
      width: 100%;
      border-radius: 50%; }
    .reviews-carousel__item__description {
      display: block;
      max-width: 32.5rem;
      margin: 15px auto 0; }
    @media (min-width: 1360px) {
      .reviews-carousel__item {
        margin-bottom: 3.125rem; } }
  .reviews-carousel .d-flex {
    align-items: center; }
  .reviews-carousel .icon, .reviews-carousel blockquote::before, .reviews-carousel .checkbox__element:checked::before, .reviews-carousel .default-address__checkbox input:checked::before, .default-address__checkbox .reviews-carousel input:checked::before, .reviews-carousel .select::before, .reviews-carousel .slick-arrow::before {
    height: 0.9375rem;
    width: 0.9375rem;
    color: #dab595; }
  .reviews-carousel .button, .reviews-carousel .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal .reviews-carousel .yotpo-lightbox-product-button {
    margin: 0; }
  .reviews-carousel .product-gallery-featured .slick-dots button:focus {
    outline: 0;
    box-shadow: inset 0 0 0 1px black; }
  @media (min-width: 992px) {
    .reviews-carousel .product-gallery-featured .slick-dots {
      margin: 0;
      padding: 0.625rem 0; } }
  @media (min-width: 768px) {
    .reviews-carousel {
      padding: 0; } }
  @media (min-width: 992px) {
    .reviews-carousel {
      position: relative; } }

.review-carousel-outer {
  align-items: center; }
  .review-carousel-outer > div {
    margin: auto; }

.product-specifics {
  counter-reset: specifics__number;
}
  @media (min-width: 768px) {
    .product-specifics {
      padding: 3.75rem 0; } }

.specifics__item {
  margin-top: 1.875rem; }
  @media (min-width: 768px) {
    .specifics__item {
      position: relative;
      margin: 3.125rem 0 5rem;
      padding: 0; }
      .specifics__item:last-child {
        margin-bottom: 0; } }

.specifics__count {
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
  color: #190d33;
  text-align: center; }
  @media (min-width: 768px) {
    .specifics__count {
      width: calc(43% - 50px); } }
  @media (min-width: 1360px) {
    .specifics__count {
      width: calc(43% - 120px); } }
  .specifics__count::before {
    content: "";
    display: none;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    height: 0.0625rem;
    width: 100%;
    background-color: #e2e2e2; }
  @media (min-width: 768px) {
    .specifics__item--odd .specifics__count {
      position: absolute;
      top: 0;
      right: 0;
      text-align: right; } }
  @media (min-width: 768px) {
    .specifics__item--even .specifics__count {
      position: absolute;
      top: 0;
      left: 0;
      text-align: left; } }

.specifics__number {
  background-color: white;
  padding: 0.625rem; }
  .specifics__number::before {
    content: counter(specifics__number, decimal-leading-zero);
    display: inline-block;
    color: #190d33;
    font-size: 0.875rem;
    counter-increment: specifics__number; }
  @media (min-width: 768px) {
    .specifics__item--odd .specifics__number {
      padding: 0 0 0 1.875rem; } }
  @media (min-width: 768px) {
    .specifics__item--even .specifics__number {
      padding: 0 1.875rem 0 0; } }

.specifics__img {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .specifics__img {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .specifics__item--even .specifics__img {
      order: 2; } }

@media (min-width: 768px) {
  .specifics__item--odd .specifics__content {
    padding: 3.125rem 0 0 2.5rem; } }

@media (min-width: 1360px) {
  .specifics__item--odd .specifics__content {
    padding: 3.125rem 0 0 7.5rem; } }

@media (min-width: 768px) {
  .specifics__item--even .specifics__content {
    order: 1;
    padding: 3.125rem 2.5rem 0 0; } }

@media (min-width: 1360px) {
  .specifics__item--even .specifics__content {
    padding: 3.125rem 7.5rem 0 0; } }

@media (min-width: 768px) {
  .specifics__copy {
    padding-left: 1.25rem; } }

/* ============
_style_guide.scss
Style Guide
============ */
.style-guide .row, .style-guide .cart #nudge-offer.multi.stack .offer-collection, .cart #nudge-offer.multi.stack .style-guide .offer-collection {
  margin-bottom: 1rem; }

.style-guide .icon-example {
  text-align: center; }
  .style-guide .icon-example p, .style-guide .icon-example .article__content ul, .article__content .style-guide .icon-example ul,
  .style-guide .icon-example .article__content ol, .article__content .style-guide .icon-example ol, .style-guide .icon-example .page, .style-guide .icon-example .page ul, .page .style-guide .icon-example ul,
  .style-guide .icon-example .page ol, .page .style-guide .icon-example ol {
    margin-top: 0.25rem; }

/* ============
_text-cta.scss
Text CTA Section
============ */
.text-cta {
  padding: 3.75rem 0; }
  .text-cta__title {
    margin-bottom: 1.375rem; }
  .text-cta__description {
    display: block;
    margin-bottom: 2rem; }
  .text-cta__buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .text-cta__buttons .button, .text-cta__buttons .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal .text-cta__buttons .yotpo-lightbox-product-button {
      margin: 0 0.4375rem 0.9375rem;
      min-width: 9.375rem; }
      @media (min-width: 768px) {
        .text-cta__buttons .button, .text-cta__buttons .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal .text-cta__buttons .yotpo-lightbox-product-button {
          margin: 0 0.3125rem;
          min-width: 11.25rem; } }

.two-image-text__outer {
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .two-image-text__outer {
      padding: 70px 50px; } }
  .two-image-text__outer.text-outer-1 {
    margin: 20px 0; }
    @media (min-width: 768px) {
      .two-image-text__outer.text-outer-1 {
        margin-top: 30px; } }
  .two-image-text__outer:not(.text-outer-1) {
    margin: 20px 0; }
    @media (min-width: 768px) {
      .two-image-text__outer:not(.text-outer-1) {
        margin-bottom: 30px;
        margin-top: -60px; } }
  .two-image-text__outer p, .two-image-text__outer .article__content ul, .article__content .two-image-text__outer ul,
  .two-image-text__outer .article__content ol, .article__content .two-image-text__outer ol, .two-image-text__outer .page, .two-image-text__outer .page ul, .page .two-image-text__outer ul,
  .two-image-text__outer .page ol, .page .two-image-text__outer ol {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .two-image-text__outer p, .two-image-text__outer .article__content ul, .article__content .two-image-text__outer ul,
      .two-image-text__outer .article__content ol, .article__content .two-image-text__outer ol, .two-image-text__outer .page, .two-image-text__outer .page ul, .page .two-image-text__outer ul,
      .two-image-text__outer .page ol, .page .two-image-text__outer ol {
        max-width: 400px;
        margin: auto; } }

.minicart__upsell .addtocart {
  cursor:pointer;
  padding: 5px 8px;
  border: 1px solid #d0d0d0;
  background: white;
  font-weight: 700;
  margin-bottom: 5px;
  cursor: pointer; }
  .minicart__upsell .addtocart:focus, .minicart__upsell .addtocart:hover {
    border-bottom: solid thin black; }
  .minicart__upsell .addtocart:focus {
    outline: none;
    background: #f4f4f2; }

.minicart__upsell .minicart__col--3 {
  width: 70px; }

.minicart-upsell__feature-image {
  padding-top: 0.625rem; }

.minicart-upsell__title {
  margin-bottom: 0.75rem; }

.minicart-upsell__subtitle {
  margin-bottom: 1.875rem;
  font-size: 0.875rem; }

/* ============
Theme Variables
============ */
/* ============
_animations.scss
Theme dependent animations
============ */
/* ============
_breakpoints.scss
Theme dependent breakpoints
============ */

/* ============
_colors.scss
Theme dependent colors
============ */
/* ============
_fonts.scss
Font imports and declerations
============ */
/* ============
_functions.scss
Theme dependent functions
============ */
/* ============
_icons.scss
Theme icons via Iconmoon

Please place your icon files in src/scss/icons and rename them to glyphs.*
============ */
@font-face {
  font-family: 'glyphs';
  src: url(../assets/glyphs.eot);
  src: url(../assets/glyphs.eot#iefix) format("embedded-opentype"), url(../assets/glyphs.ttf) format("truetype"), url(../assets/glyphs.woff) format("woff"), url(../assets/glyphs.svg#glyphs) format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, blockquote::before, .checkbox__element:checked::before, .default-address__checkbox input:checked::before, .select::before, .slick-arrow::before {
  font-family: 'glyphs', serif !important;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon.icon--bag-empty::before, blockquote.icon--bag-empty::before, .icon--bag-empty.checkbox__element:checked::before, .default-address__checkbox input.icon--bag-empty:checked::before, .icon--bag-empty.select::before, .icon--bag-empty.slick-arrow::before {
    content: "\E900"; }
  .icon.icon--bag-full::before, blockquote.icon--bag-full::before, .icon--bag-full.checkbox__element:checked::before, .default-address__checkbox input.icon--bag-full:checked::before, .icon--bag-full.select::before, .icon--bag-full.slick-arrow::before {
    content: "\E901"; }
  .icon.icon--bird::before, blockquote.icon--bird::before, .icon--bird.checkbox__element:checked::before, .default-address__checkbox input.icon--bird:checked::before, .icon--bird.select::before, .icon--bird.slick-arrow::before {
    content: "\E902"; }
  .icon.icon--box::before, blockquote.icon--box::before, .icon--box.checkbox__element:checked::before, .default-address__checkbox input.icon--box:checked::before, .icon--box.select::before, .icon--box.slick-arrow::before {
    content: "\E903"; }
  .icon.icon--checkmark::before, blockquote.icon--checkmark::before, .checkbox__element:checked::before, .default-address__checkbox input:checked::before, .icon--checkmark.select::before, .icon--checkmark.slick-arrow::before {
    content: "\E904"; }
  .icon.icon--chevron-down::before, blockquote.icon--chevron-down::before, .icon--chevron-down.checkbox__element:checked::before, .default-address__checkbox input.icon--chevron-down:checked::before, .default-address__checkbox input.select:checked::before, .checkbox__element.select:checked::before, .select::before, .icon--chevron-down.slick-arrow::before {
    content: "\E905"; }
  .icon.icon--chevron-left::before, blockquote.icon--chevron-left::before, blockquote.slick-prev::before, .icon--chevron-left.checkbox__element:checked::before, .default-address__checkbox input.icon--chevron-left:checked::before, .default-address__checkbox input.slick-prev:checked::before, .checkbox__element.slick-prev:checked::before, .icon--chevron-left.select::before, .select.slick-prev::before, .icon--chevron-left.slick-arrow::before, .slick-arrow.slick-prev::before, .icon.slick-prev::before {
    content: "\E906"; }
  .icon.icon--chevron-right::before, blockquote.icon--chevron-right::before, blockquote.slick-next::before, .icon--chevron-right.checkbox__element:checked::before, .default-address__checkbox input.icon--chevron-right:checked::before, .default-address__checkbox input.slick-next:checked::before, .checkbox__element.slick-next:checked::before, .icon--chevron-right.select::before, .select.slick-next::before, .icon--chevron-right.slick-arrow::before, .slick-arrow.slick-next::before, .icon.slick-next::before {
    content: "\E907"; }
  .icon.icon--chevron-up::before, blockquote.icon--chevron-up::before, .icon--chevron-up.checkbox__element:checked::before, .default-address__checkbox input.icon--chevron-up:checked::before, .icon--chevron-up.select::before, .icon--chevron-up.slick-arrow::before {
    content: "\E908"; }
  .icon.icon--cross::before, blockquote.icon--cross::before, .icon--cross.checkbox__element:checked::before, .default-address__checkbox input.icon--cross:checked::before, .icon--cross.select::before, .icon--cross.slick-arrow::before {
    content: "\E909"; }
  .icon.icon--dash::before, blockquote.icon--dash::before, .icon--dash.checkbox__element:checked::before, .default-address__checkbox input.icon--dash:checked::before, .icon--dash.select::before, .icon--dash.slick-arrow::before {
    content: "\2014"; }
  .icon.icon--diamond::before, blockquote.icon--diamond::before, .icon--diamond.checkbox__element:checked::before, .default-address__checkbox input.icon--diamond:checked::before, .icon--diamond.select::before, .icon--diamond.slick-arrow::before {
    content: "\E90A"; }
  .icon.icon--exclamation::before, blockquote.icon--exclamation::before, .icon--exclamation.checkbox__element:checked::before, .default-address__checkbox input.icon--exclamation:checked::before, .icon--exclamation.select::before, .icon--exclamation.slick-arrow::before {
    content: "\E90B"; }
  .icon.icon--eye::before, blockquote.icon--eye::before, .icon--eye.checkbox__element:checked::before, .default-address__checkbox input.icon--eye:checked::before, .icon--eye.select::before, .icon--eye.slick-arrow::before {
    content: "\E90C"; }
  .icon.icon--flower::before, blockquote.icon--flower::before, .icon--flower.checkbox__element:checked::before, .default-address__checkbox input.icon--flower:checked::before, .icon--flower.select::before, .icon--flower.slick-arrow::before {
    content: "\E90D"; }
  .icon.icon--leaf::before, blockquote.icon--leaf::before, .icon--leaf.checkbox__element:checked::before, .default-address__checkbox input.icon--leaf:checked::before, .icon--leaf.select::before, .icon--leaf.slick-arrow::before {
    content: "\E90E"; }
  .icon.icon--lion::before, blockquote.icon--lion::before, .icon--lion.checkbox__element:checked::before, .default-address__checkbox input.icon--lion:checked::before, .icon--lion.select::before, .icon--lion.slick-arrow::before {
    content: "\E90F"; }
  .icon.icon--mail::before, blockquote.icon--mail::before, .icon--mail.checkbox__element:checked::before, .default-address__checkbox input.icon--mail:checked::before, .icon--mail.select::before, .icon--mail.slick-arrow::before {
    content: "\E910"; }
  .icon.icon--minus::before, blockquote.icon--minus::before, .icon--minus.checkbox__element:checked::before, .default-address__checkbox input.icon--minus:checked::before, .icon--minus.select::before, .icon--minus.slick-arrow::before {
    content: "\E911"; }
  .icon.icon--phone::before, blockquote.icon--phone::before, .icon--phone.checkbox__element:checked::before, .default-address__checkbox input.icon--phone:checked::before, .icon--phone.select::before, .icon--phone.slick-arrow::before {
    content: "\E912"; }
  .icon.icon--play::before, blockquote.icon--play::before, .icon--play.checkbox__element:checked::before, .default-address__checkbox input.icon--play:checked::before, .icon--play.select::before, .icon--play.slick-arrow::before {
    content: "\E913"; }
  .icon.icon--plus::before, blockquote.icon--plus::before, .icon--plus.checkbox__element:checked::before, .default-address__checkbox input.icon--plus:checked::before, .icon--plus.select::before, .icon--plus.slick-arrow::before {
    content: "\E914"; }
  .icon.icon--question::before, blockquote.icon--question::before, .icon--question.checkbox__element:checked::before, .default-address__checkbox input.icon--question:checked::before, .icon--question.select::before, .icon--question.slick-arrow::before {
    content: "\E915"; }
  .icon.icon--quote::before, blockquote::before, .icon--quote.checkbox__element:checked::before, blockquote.checkbox__element:checked::before, .default-address__checkbox input.icon--quote:checked::before, .icon--quote.select::before, blockquote.select::before, .icon--quote.slick-arrow::before, blockquote.slick-arrow::before {
    content: "\E916"; }
  .icon.icon--recycle::before, blockquote.icon--recycle::before, .icon--recycle.checkbox__element:checked::before, .default-address__checkbox input.icon--recycle:checked::before, .icon--recycle.select::before, .icon--recycle.slick-arrow::before {
    content: "\E917"; }
  .icon.icon--search::before, blockquote.icon--search::before, .icon--search.checkbox__element:checked::before, .default-address__checkbox input.icon--search:checked::before, .icon--search.select::before, .icon--search.slick-arrow::before {
    content: "\E918"; }
  .icon.icon--share::before, blockquote.icon--share::before, .icon--share.checkbox__element:checked::before, .default-address__checkbox input.icon--share:checked::before, .icon--share.select::before, .icon--share.slick-arrow::before {
    content: "\E919"; }
  .icon.icon--smiley::before, blockquote.icon--smiley::before, .icon--smiley.checkbox__element:checked::before, .default-address__checkbox input.icon--smiley:checked::before, .icon--smiley.select::before, .icon--smiley.slick-arrow::before {
    content: "\E91A"; }
  .icon.icon--social-facebook::before, blockquote.icon--social-facebook::before, .icon--social-facebook.checkbox__element:checked::before, .default-address__checkbox input.icon--social-facebook:checked::before, .icon--social-facebook.select::before, .icon--social-facebook.slick-arrow::before {
    content: "\E91B"; }
  .icon.icon--social-google::before, blockquote.icon--social-google::before, .icon--social-google.checkbox__element:checked::before, .default-address__checkbox input.icon--social-google:checked::before, .icon--social-google.select::before, .icon--social-google.slick-arrow::before {
    content: "\E91C"; }
  .icon.icon--social-instagram::before, blockquote.icon--social-instagram::before, .icon--social-instagram.checkbox__element:checked::before, .default-address__checkbox input.icon--social-instagram:checked::before, .icon--social-instagram.select::before, .icon--social-instagram.slick-arrow::before {
    content: "\E91D"; }
  .icon.icon--social-pinterest::before, blockquote.icon--social-pinterest::before, .icon--social-pinterest.checkbox__element:checked::before, .default-address__checkbox input.icon--social-pinterest:checked::before, .icon--social-pinterest.select::before, .icon--social-pinterest.slick-arrow::before {
    content: "\E91E"; }
  .icon.icon--social-twitter::before, blockquote.icon--social-twitter::before, .icon--social-twitter.checkbox__element:checked::before, .default-address__checkbox input.icon--social-twitter:checked::before, .icon--social-twitter.select::before, .icon--social-twitter.slick-arrow::before {
    content: "\E91F"; }
  .icon.icon--star-empty::before, blockquote.icon--star-empty::before, .icon--star-empty.checkbox__element:checked::before, .default-address__checkbox input.icon--star-empty:checked::before, .icon--star-empty.select::before, .icon--star-empty.slick-arrow::before {
    content: "\E920"; }
  .icon.icon--star-full::before, blockquote.icon--star-full::before, .icon--star-full.checkbox__element:checked::before, .default-address__checkbox input.icon--star-full:checked::before, .icon--star-full.select::before, .icon--star-full.slick-arrow::before {
    content: "\E921"; }
  .icon.icon--star-half::before, blockquote.icon--star-half::before, .icon--star-half.checkbox__element:checked::before, .default-address__checkbox input.icon--star-half:checked::before, .icon--star-half.select::before, .icon--star-half.slick-arrow::before {
    content: "\E922"; }
  .icon.icon--thumbs-down::before, blockquote.icon--thumbs-down::before, .icon--thumbs-down.checkbox__element:checked::before, .default-address__checkbox input.icon--thumbs-down:checked::before, .icon--thumbs-down.select::before, .icon--thumbs-down.slick-arrow::before {
    content: "\E923"; }
  .icon.icon--thumbs-up::before, blockquote.icon--thumbs-up::before, .icon--thumbs-up.checkbox__element:checked::before, .default-address__checkbox input.icon--thumbs-up:checked::before, .icon--thumbs-up.select::before, .icon--thumbs-up.slick-arrow::before {
    content: "\E924"; }
  .icon.icon--tree::before, blockquote.icon--tree::before, .icon--tree.checkbox__element:checked::before, .default-address__checkbox input.icon--tree:checked::before, .icon--tree.select::before, .icon--tree.slick-arrow::before {
    content: "\E925"; }
  .icon.icon--user::before, blockquote.icon--user::before, .icon--user.checkbox__element:checked::before, .default-address__checkbox input.icon--user:checked::before, .icon--user.select::before, .icon--user.slick-arrow::before {
    content: "\E926"; }

/* ============
_media-queries.scss
Theme dependent media query mixins
============ */
/* ============
_mixins.scss
Theme dependent mixins
============ */
.product__content {
  padding-bottom: 3.125rem; }
  @media (min-width: 768px) {
    .product__content {
      padding-bottom: 2.5rem; } }

.product-form .product__chat {
  color: #190d33;
  font-size: 0.875rem; }
  .product-form .product__chat > * {
    padding-top: 1.25rem; }

.product-gallery__image {
  max-height: 30rem;
  width: auto; }
  @media (min-width: 992px) {
    .product-gallery__image {
      max-height: 42.25rem; } }
  .product-gallery__image:focus {
    outline: none; }

.product-gallery__slide {
  display: block !important; }
  .product-gallery__slide:focus {
    outline: none; }

.product-gallery-featured {
  margin-bottom: 1.875rem; }
  @media (min-width: 992px) {
    .product-gallery-featured {
      margin: 0; } }
  .product-gallery-featured .slick-slide {
    padding: 0; }
    @media (min-width: 992px) {
      .product-gallery-featured .slick-slide {
        padding: 0 0.9375rem; } }
    .product-gallery-featured .slick-slide img {
      margin: auto; }
      .product-gallery-featured .slick-slide img:focus {
        outline: none; }
  .product-gallery-featured .slick-dots {
    margin-bottom: 1.875rem;
    padding-top: 0.625rem; }

.product-gallery-nav .slick-slide {
  float: initial;
  max-width: 5rem;
  margin: 0 auto 1.25rem;
  padding: 0;
  cursor: pointer;
  transition: border 0.3s 0.3s cubic-bezier(0, 0, 0.5, 1); }
  .product-gallery-nav .slick-slide:focus {
    outline: none; }

.product-gallery-nav .slick-current {
  border-bottom: 0.125rem solid black; }

.product-form {
  margin-bottom: 1.875rem; }
  .product-form .button--submit {
    width: 100%;
    margin: 0; }
    @media (min-width: 768px) {
      .product-form .button--submit {
        height: 2.875rem; } }
  .product-form .input__label,
  .product-form .input__element {
    display: inline-block;
    line-height: 0.0625rem;
    vertical-align: baseline; }
  .product-form .input__label {
    margin-right: 0.625rem;
    padding: 0;
    color: #190d33;
    font-size: 0.625rem;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    transform: none; }
    @media (min-width: 768px) {
      .product-form .input__label {
        min-width: 0; } }
  .product-form .input__element {
    height: 3rem;
    color: #190d33;
    font-size: 0.875rem;
    text-align: center; }
    @media (min-width: 768px) {
      .product-form .input__element {
        height: 2.875rem;
        max-width: 8.125rem;
        min-width: 0; } }
  .product-form .input--product-quantity {
    margin: 0; }
    .product-form .input--product-quantity .input__increment {
      display: inline-block;
      position: relative; }
      .product-form .input--product-quantity .input__increment-button {
        position: absolute;
        top: 50%;
        padding: 0;
        border: none;
        background: none;
        transform: translateY(-50%);
        cursor: pointer; }
      .product-form .input--product-quantity .input__increment-decrease {
        left: 0.75rem; }
      .product-form .input--product-quantity .input__increment-increase {
        right: 0.75rem; }
      .product-form .input--product-quantity .input__increment .icon, .product-form .input--product-quantity .input__increment blockquote::before, .product-form .input--product-quantity .input__increment .checkbox__element:checked::before, .product-form .input--product-quantity .input__increment .default-address__checkbox input:checked::before, .default-address__checkbox .product-form .input--product-quantity .input__increment input:checked::before, .product-form .input--product-quantity .input__increment .select::before, .product-form .input--product-quantity .input__increment .slick-arrow::before {
        font-size: 0.75rem; }
  .product-form__stock-empty {
    padding-top: 0.625rem;
    color: #d40031;
    font-size: 0.75rem;
    text-transform: uppercase; }

.template-product .zEWidget-launcher {
  bottom: 4.6875rem !important; }
  @media (min-width: 992px) {
    .template-product .zEWidget-launcher {
      bottom: 0 !important; } }

@media (min-width: 992px) {
  .product-information {
    padding-top: 5.625rem; } }

.product-information__badges {
  display: none;
  position: absolute;
  top: 0;
  left: -4.375rem; }
  @media (min-width: 992px) {
    .product-information__badges {
      display: block; } }
  .product-information__badges .badges {
    position: relative;
    left: auto;
    bottom: auto; }

.product-information__title {
  position: relative;
  margin-bottom: 0.625rem; }

.product-information__reviews {
  margin-bottom: 1.875rem; }
  .product-information__reviews-item {
    display: inline-block;
    margin-right: 0.3125rem;
    vertical-align: middle; }

.product-information__ask-question {
  color: #190d33;
  font-size: 0.625rem;
  letter-spacing: 0.03125rem;
  line-height: 0.8125rem;
  text-transform: uppercase; }
  .product-information__ask-question > span {
    display: inline-block;
    margin-right: 0.125rem;
    vertical-align: middle; }
    .product-information__ask-question > span:last-of-type {
      margin: 0; }
  .product-information__ask-question .icon, .product-information__ask-question blockquote::before, .product-information__ask-question .checkbox__element:checked::before, .product-information__ask-question .default-address__checkbox input:checked::before, .default-address__checkbox .product-information__ask-question input:checked::before, .product-information__ask-question .select::before, .product-information__ask-question .slick-arrow::before {
    font-size: 0.875rem; }

.product-information__description {
  margin-bottom: 1.875rem;
  color: #190d33;
  font-size: 0.875rem;
  line-height: 1.25rem; }

.product-model {
  color: black;
  font-weight: 500; }

.product-notice {
  padding-top: 0.625rem;
  margin-bottom: 0.625rem;
  color: #190d33;
  font-size: 0.625rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  line-height: 0.8125rem; }

.product-option {
  margin-bottom: 1.125rem; }
  .product-option__legend, .product-option__values {
    display: inline-block;
    float: left; }
  .product-option__legend {
    width: 6.25rem;
    margin: 0 0.75rem 0 0;
    color: #190d33;
    font-family: "Montserrat", sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    line-height: 2.25rem; }
    @media (min-width: 768px) {
      .product-option__legend {
        line-height: 1.5rem; } }
    .product-option__legend.legend-frame {
      margin-top: 6px; }
  .product-option__values {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    max-width: calc(100% - 62px); }
  .product-option #phone-model-select {
    margin-bottom: 10px;
    background-color: white;
    border: 2px solid #d0d0d0;
    color: #190d33;
    height: 36px;
    padding: 5px;
    width: 130px; }
  .product-option .radio {
    margin: 0 1rem 0.625rem 0; }
    .product-option .radio .radio__label--product-option {
      height: 2.25rem;
      width: 2.25rem;
      margin: 0;
      border: thin solid #d0d0d0;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .product-option .radio .radio__label--product-option {
          height: 1.5rem;
          width: 1.5rem; } }
      .product-option .radio .radio__label--product-option-link {
        display: block;
        height: 100%;
        width: 100%;
        transition: none; }
    .product-option .radio .radio__element--product-option {
      display: none; }
      .product-option .radio .radio__element--product-option:checked + .radio__label--product-option, .product-option .radio .radio__element--product-option:hover + .radio__label--product-option, .product-option .radio .radio__element--product-option:focus + .radio__label--product-option {
        border: 0.375rem solid white;
        box-shadow: 0 0 0 0.0625rem black; }
        @media (min-width: 768px) {
          .product-option .radio .radio__element--product-option:checked + .radio__label--product-option, .product-option .radio .radio__element--product-option:hover + .radio__label--product-option, .product-option .radio .radio__element--product-option:focus + .radio__label--product-option {
            border: 0.25rem solid white; } }
        .product-option .radio .radio__element--product-option:checked + .radio__label--product-option .radio__label--product-option-link, .product-option .radio .radio__element--product-option:hover + .radio__label--product-option .radio__label--product-option-link, .product-option .radio .radio__element--product-option:focus + .radio__label--product-option .radio__label--product-option-link {
          height: 150%;
          width: 150%;
          margin: -25% 0 0 -25%; }

.product-options--hide {
  display: none; }

.product-price {
  display: block;
  line-height: 1.875rem; }
  .product-price--regular {
    font-size: 1.375rem;
    letter-spacing: -0.0125rem; }
  .product-form .product-price--sale {
    font-size: 1.375rem;
    letter-spacing: -0.0125rem; }
  .product-price--strikethrough {
    color: #d0d0d0;
    font-size: 1.15rem;
    letter-spacing: -0.00937rem;
    line-height: 1;
    text-decoration: line-through; }
  .product-price__container {
    margin-bottom: 1.5rem; }

.product-thumbnail {
  position: relative;
  margin: 0.625rem auto;
  box-shadow: 0 5px 10px #e2e2e2; }
  @media (min-width: 768px) {
    .product-thumbnail {
      margin: 1rem auto;
      box-shadow: none; } }
  .product-thumbnail__image {
    width: 100%;
    margin: auto; }
  .product-thumbnail__details {
    text-align: center;
    padding-bottom: 10px; }
  .product-thumbnail__image_new{ position:relative; overflow: hidden; z-index: 0;     border-radius: 5px 5px 0 0; }
  .product-thumbnail .img-thumbnail-hover-behind {
    /*display: none;*/ position:absolute; left:0; top:0; right:0; bottom:0; width:100%; height:100%; object-fit:cover; object-position:center; }
  .product-thumbnail .img-thumbnail-hover {
    display: block; position: relative; z-index: 2; } 
  @media (min-width: 768px) {
    .product-thumbnail:hover .img-thumbnail-hover, .product-thumbnail:focus .img-thumbnail-hover {
      opacity:0; }
    .product-thumbnail:hover .img-thumbnail-hover-behind, .product-thumbnail:focus .img-thumbnail-hover-behind {
      display: block; } 
  }
  .product-thumbnail__title {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 20px;
    color: black;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.125; }
  .product-thumbnail__out-of-stock {
    margin-top: -1.25rem;
    color: #d40031;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 768px) {
      .product-thumbnail__out-of-stock {
        position: absolute;
        right: 0.9375rem;
        bottom: 0.9375rem;
        color: #190d33;
        font-weight: 500;
        text-align: right; } }
  .product-thumbnail__add-to-cart {
     
    height: 50px; }
@media (min-width: 768px) {
       .product-thumbnail__add-to-cart {padding: 0 15px 25px !important;}}
  .product-thumbnail .product-price {
    color: #628e7b;
    font-size: 1rem;
   }
  .product-thumbnail__add-to-cart .product-price {
    color: #628e7b;
    font-size: 1rem;
   }

  .product-thumbnail__add-to-cart .product-price {
    color: #628e7b;
    font-size: 1rem;
   }
    .product-thumbnail .product-price--strikethrough {
      color: #d0d0d0; }
  .product-thumbnail a:focus {
    outline: 0; }

/* ============
Snippets
============ */
/* ============
Snippets
============ */
/* ============
_accordion.scss
Accordion
============ */
.accordion__trigger {
  display: block;
  width: 100%;
  padding: 1rem 0;
  border: none;
  border-bottom: 0.0625rem solid #e2e2e2;
  outline: none;
  background: none;
  color: black;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); }
  .accordion__trigger:hover, .accordion__trigger:focus {
    padding-left: 1rem; }
  .accordion__trigger:hover {
    border-color: #190d33; }
  .accordion__trigger .icon, .accordion__trigger blockquote::before, .accordion__trigger .checkbox__element:checked::before, .accordion__trigger .default-address__checkbox input:checked::before, .default-address__checkbox .accordion__trigger input:checked::before, .accordion__trigger .select::before, .accordion__trigger .slick-arrow::before {
    float: right;
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); }
  .accordion__trigger[aria-expanded=true] {
    border-bottom: 0.0625rem solid white; }
    .accordion__trigger[aria-expanded=true]:focus {
      padding-left: 0; }
    .accordion__trigger[aria-expanded=true] .icon, .accordion__trigger[aria-expanded=true] blockquote::before, .accordion__trigger[aria-expanded=true] .checkbox__element:checked::before, .accordion__trigger[aria-expanded=true] .default-address__checkbox input:checked::before, .default-address__checkbox .accordion__trigger[aria-expanded=true] input:checked::before, .accordion__trigger[aria-expanded=true] .select::before, .accordion__trigger[aria-expanded=true] .slick-arrow::before {
      transform: rotate(90deg); }
  .collection-limited__products .accordion__trigger {
    font-weight: 500; }

.accordion__content {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #e2e2e2; }
  .accordion__content:last-of-type {
    border-bottom: none; }

/* ============
_Arrow.scss
Arrow
============ */
.arrow {
  display: inline-block;
  position: relative;
  width: 4.125rem; }
  .arrow::before, .arrow::after {
    content: '';
    position: absolute;
    top: 42%;
    height: 0.125rem;
    width: 3.125rem;
    border-radius: 0.0625rem;
    background: #190d33; }
  .arrow--left::before, .arrow--left::after, .arrow--right::before, .arrow--right::after {
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); }
  .arrow--left::before, .arrow--left::after {
    left: 0.125rem; }
  .arrow--right {
    text-align: right; }
    .arrow--right::before, .arrow--right::after {
      right: 0.125rem; }
  .arrow .icon, .arrow blockquote::before, .arrow .checkbox__element:checked::before, .arrow .default-address__checkbox input:checked::before, .default-address__checkbox .arrow input:checked::before, .arrow .select::before, .arrow .slick-arrow::before {
    color: #190d33;
    font-size: 1.5rem; }
  .arrow:hover::before, .arrow:hover::after {
    background: black; }
  .arrow:hover .icon, .arrow:hover blockquote::before, .arrow:hover .checkbox__element:checked::before, .arrow:hover .default-address__checkbox input:checked::before, .default-address__checkbox .arrow:hover input:checked::before, .arrow:hover .select::before, .arrow:hover .slick-arrow::before {
    color: black; }

/* ============
_badge.scss
Product Badges
============ */
.badge {
  width: 100%;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center; }

/* ============
_badges.scss
Product Badges
============ */
.badges {
  position: absolute;
  left: 0.5rem;
  top: 0.9rem;
  margin: 0;
  padding: 0;
  z-index: 1; }
  .badges__item {
    display: flex;
    align-items: center;
    height: 3.375rem;
    width: 3.375rem;
    margin: 0 0 0.125rem;
    border-radius: 50%;
    background: #f4f4f2;
    list-style: none; }
    .badges__item:last-of-type {
      margin: 0; }

.blog__item {
  margin-bottom: 1.875rem; }
  .blog__item-date {
    margin-bottom: 0.625rem;
    color: #190d33;
    font-size: 0.75rem;
    line-height: 1.25rem; }

/* ============
_breadcrumbs.scss
Site Breadcrumbs
============ */
.breadcrumbs {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  top: 50%;
  left: -1.25rem;
  height: 1.25rem;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: top left;
  line-height: 1.25rem; }
  @media (min-width: 992px) {
    .breadcrumbs {
      visibility: visible; } }
  .breadcrumbs__list {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap; }
  .breadcrumbs__item {
    margin: 0 0.375rem 0 0;
    color: #d0d0d0;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-weight: 400; }
    .breadcrumbs__item a {
      color: inherit;
      font-family: inherit;
      font-weight: inherit; }
    .breadcrumbs__item:last-of-type {
      margin-right: 0;
      color: black; }
      .breadcrumbs__item:last-of-type span[itemprop=name] {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        max-width: 7.5rem;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .breadcrumbs__separator {
    margin-right: 0.375rem;
    color: #d0d0d0;
    font-weight: 400; }
  .breadcrumbs__container {
    position: relative; }

.bundle {
  padding: 0; }
  .bundle .label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer; }
  .bundle input {
    position: absolute;
    height: 0;
    width: 0;
    cursor: pointer;
    opacity: 0; }
  .bundle__total-container {
    margin-top: 1.25rem; }
    .bundle__total-container .addtocart {
      cursor: pointer;
      width: 100%; }

.product-upsell {
  padding: 15px;
  border: 1px solid #f4f4f2;
  cursor: pointer;
  background-color: #f4f4f2; }
  .product-upsell:hover {
    border: 1px solid #8fbe00; }
    .product-upsell:hover div.product-upsell__circle {
      border: 1px solid #8fbe00; }
  .product-upsell__title {
    margin: 6px 0;
    font-size: 14px;
    border-bottom: 1px solid #8fbe00;
    font-weight: 500; }
  .product-upsell__subtitle {
    color: #190d33;
    font-size: 13px; }
  .product-upsell .d-table {
    height: 100%; }
    .product-upsell .d-table .d-table-cell {
      vertical-align: middle; }
  .product-upsell .product-price--strikethrough {
    margin-top: 5px;
    font-size: 13px; }
  .product-upsell .row, .product-upsell .cart #nudge-offer.multi.stack .offer-collection, .cart #nudge-offer.multi.stack .product-upsell .offer-collection {
    height: 100%; }
    .product-upsell .row > div, .product-upsell .cart #nudge-offer.multi.stack .offer-collection > div, .cart #nudge-offer.multi.stack .product-upsell .offer-collection > div {
      padding: 3px; }
  .product-upsell__image {
    width: 84%;
    padding-top: 0;
    margin: 0; }
  .product-upsell__circle {
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    background-color: white; }
  .product-upsell button.addtocart {
    padding: 0;
    border: none;
    font-size: 13px;
    border-bottom: 1px solid #8fbe00;
    font-weight: 500;
    cursor: pointer; }
  .product-upsell .product-option__values {
    max-width: none; }
  .product-upsell .product-option {
    margin-bottom: 0; }
    .product-upsell .product-option .radio {
      margin-bottom: 0;
      margin-top: 5px; }
      .product-upsell .product-option .radio .radio__label--product-option {
        height: 20px;
        width: 20px; }
      .product-upsell .product-option .radio .radio__element--product-option:checked + .radio__label--product-option {
        border: 0.25rem solid white; }

#product-upsell-bundle:checked ~ label.product-upsell {
  border: 1px solid #8fbe00; }
  #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle {
    border: 1px solid #8fbe00;
    background-color: #8fbe00; }
    #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle .icon.icon--plus, #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle blockquote.icon--plus::before, #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle .icon--plus.checkbox__element:checked::before, #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle .default-address__checkbox input.icon--plus:checked::before, .default-address__checkbox #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle input.icon--plus:checked::before, #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle .icon--plus.select::before, #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle .icon--plus.slick-arrow::before {
      color: white; }
      #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle .icon.icon--plus::before, #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle blockquote.icon--plus::before, #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle .icon--plus.checkbox__element:checked::before, #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle .default-address__checkbox input.icon--plus:checked::before, .default-address__checkbox #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle input.icon--plus:checked::before, #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle .icon--plus.select::before, #product-upsell-bundle:checked ~ label.product-upsell div.product-upsell__circle .icon--plus.slick-arrow::before {
        content: "\E904";
        font-size: 12px; }

/* ============
_button.scss
Button
============ */

.button-text-link {
  padding: 0 1rem 0 0;
  border: none;
  background: none;
  text-decoration: underline; }
  .button-text-link:hover, .button-text-link:focus {
    text-decoration: none; }

.button-quickadd {
  width: 100%;
  padding: .875rem 0.1rem;
border: 2px solid black;
  text-transform: uppercase;
font-size: 11px;
  margin-bottom: 0; 
line-height: 1rem !important;
}

.cart__item-price{
padding-left: 10px;}
.cart__item {
  vertical-align: top;
  padding: 0.625rem 0; }
  .cart__item td {
    padding-bottom: 0.625rem; }
  .cart__item-image {
    display: block;
    height: auto;
    width: 100%;
    max-width: 5.625rem;
    margin: auto;
    padding-top: 0.625rem; }
  .cart__item-info {
    padding-left: 0.625rem; }
    @media (min-width: 992px) {
      .cart__item-info {
        padding-top: 1.5rem;
        padding-right: 3.75rem; } }
  .cart__item-title, .cart__item-variant, .cart__item-properties {
    display: block;
    margin-bottom: 0.25rem; }
  .cart__item-title {
    margin-bottom: 0.5rem;
    color: black;
    font-size: 1rem;
    font-weight: 500; }
  .cart__item .input--cart-quantity {
    margin: 0;
    padding-top: 0.75rem; }
    .cart__item .input--cart-quantity .input__increment {
      width: 100%; }
  @media (min-width: 992px) {
    .cart__item-price, .cart__item-price-discount {
      padding-right: 1.25rem; } }
  .cart__item-price {
    font-size: 1rem;
    font-weight: 500; }
    @media (min-width: 576px) {
      .cart__item-price {
        padding-top: 1.4375rem; } }
  .cart__item-price-discount {
    color: #d0d0d0;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: -0.00937rem;
    text-decoration: line-through; }
  .cart__item-discount {
    display: inline-block;
    margin-top: 0.1875rem;
    margin-bottom: 0.375rem;
    padding-top: 0.25rem;
    border-top: 0.0625rem solid #e2e2e2; }
  .cart__item-remove {
    color: black;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); }
    .cart__item-remove .icon, .cart__item-remove blockquote::before, .cart__item-remove .checkbox__element:checked::before, .cart__item-remove .default-address__checkbox input:checked::before, .default-address__checkbox .cart__item-remove input:checked::before, .cart__item-remove .select::before, .cart__item-remove .slick-arrow::before {
      color: #d0d0d0;
      font-size: 1rem;
      font-weight: normal;
      transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); }
    .cart__item-remove:hover .icon, .cart__item-remove:hover blockquote::before, .cart__item-remove:hover .checkbox__element:checked::before, .cart__item-remove:hover .default-address__checkbox input:checked::before, .default-address__checkbox .cart__item-remove:hover input:checked::before, .cart__item-remove:hover .select::before, .cart__item-remove:hover .slick-arrow::before {
      color: black; }
    .cart__form .cart__item-remove {
      float: right;
      padding-right: 0.9375rem; }
      @media (min-width: 576px) {
        .cart__form .cart__item-remove {
          float: none;
          padding-right: 0;
          position: absolute;
          top: 1.625rem;
          right: -1.5625rem; } }
      @media (min-width: 768px) {
        .cart__form .cart__item-remove {
          right: -2.5rem; } }

/*
* Overriding the styles of a custom app and CSS structure not within our control.
* This is not designed, merely cleanup as it was quite ugly.
*/
.cart #nudge-offer {
  width: 100%;
  border-radius: 0;
  text-align: left; }
  .cart #nudge-offer.custom {
    background-color: rgba(0, 0, 0, 0);
    padding: 2.5rem 0 0 0;
    color: #190d33; }
  .cart #nudge-offer.space_below {
    margin: 0 auto; }
  .cart #nudge-offer.multi .offer-text {
    margin: 0 0 0.875rem;
    padding: 0 0 0.375rem;
    border-bottom: 0.0625rem solid #d0d0d0;
    color: #190d33;
    font-size: 0.9375rem;
    font-weight: 500; }
  .cart #nudge-offer.multi.stack .offer-collection {
    text-align: center; }
    .cart #nudge-offer.multi.stack .offer-collection .product-wrapper .product-image-wrapper {
      display: block;
      width: 100%;
      padding: 0; }
      .cart #nudge-offer.multi.stack .offer-collection .product-wrapper .product-image-wrapper img {
        margin: 0 auto;
        padding: 0; }
    .cart #nudge-offer.multi.stack .offer-collection .product-wrapper .details {
      display: block;
      width: 100%;
      margin: auto; }
      .cart #nudge-offer.multi.stack .offer-collection .product-wrapper .details .product-title {
        margin: 0.75rem 0 0 0;
        padding: 0 0.625rem;
        color: #190d33;
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.25rem; }
      .cart #nudge-offer.multi.stack .offer-collection .product-wrapper .details .variants .bttn.product-price {
        margin: 0.375rem 0 0.75rem;
        padding: 0;
        border-radius: 0;
        border-bottom: solid thin #8fbe00;
        background: none;
        color: black;
        font-size: 0.875rem;
        font-weight: 500; }
        @media (min-width: 768px) {
          .cart #nudge-offer.multi.stack .offer-collection .product-wrapper .details .variants .bttn.product-price {
            margin: 0.75rem 0; } }
        .cart #nudge-offer.multi.stack .offer-collection .product-wrapper .details .variants .bttn.product-price:focus {
          outline: none;
          background: #f4f4f2; }
        .cart #nudge-offer.multi.stack .offer-collection .product-wrapper .details .variants .bttn.product-price:focus, .cart #nudge-offer.multi.stack .offer-collection .product-wrapper .details .variants .bttn.product-price:hover {
          color: #8fbe00; }

.cart__summary {
  border-top: 0.0625rem solid #e2e2e2; }
  .cart__summary-label, .cart__summary-total, .cart__summary-discount {
    line-height: 1.875rem; }
  .cart__summary-label {
    font-weight: 500; }
  .cart__summary-total {
    padding-top: 1.25rem;
    color: black;
    font-size: 1.375rem;
    letter-spacing: -0.0125rem; }
  .cart__summary-shipping {
    padding: 0.75rem 0 1.25rem; }
    .cart__summary-shipping.text-right {
      color: #8fbe00; }

.product-thumbnail .chatkit-starter,
.product-form .chatkit-starter {
  display: none; }

.product__chat .chatkit-starter {
  display: block; }

/* ============
_checkbox.scss
Input type checkbox element
============ */
.checkbox {
  display: flex;
  align-items: center;
  margin: 0 0 0.5rem; }
  .checkbox__label {
    display: block;
    color: black;
    font-family: "Rubik", sans-serif;
    font-size: 0.75rem;
    cursor: pointer; }
  .checkbox__element, .default-address__checkbox input {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0.5rem;
    border: solid thin #d0d0d0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.15s cubic-bezier(0, 0, 0.5, 1); }
    .checkbox__element:focus, .default-address__checkbox input:focus {
      border: solid thin black;
      outline: none; }
    .checkbox__element:checked, .default-address__checkbox input:checked {
      background: white; }
      .checkbox__element:checked::before, .default-address__checkbox input:checked::before {
        font-size: 0.625rem; }
    .checkbox__element--disabled {
      border: solid thin rgba(0, 0, 0, 0);
      background: #d0d0d0;
      cursor: not-allowed; }

/* ============
_colophon.scss
The bottom sectiom of the footer
============ */
.colophon {
  margin-bottom: 2.5rem;
  text-align: center; }
  @media (min-width: 768px) {
    .colophon {
      display: flex;
      flex-direction: row-reverse;
      text-align: left; } }
  .colophon__copyright {
    flex: 1 auto; }
  .colophon__links {
    display: flex;
    justify-content: space-around; }
    @media (min-width: 768px) {
      .colophon__links {
        text-align: right; } }
  .colophon__link {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .colophon__link {
        margin-bottom: 0; }
        .colophon__link:first-child {
          margin-right: 2.875rem; } }
    .colophon__link:focus {
      outline: none;
      background: #f4f4f2; }

.dropdown .container {
  border-top: 0.0625rem solid #e2e2e2; }

.dropdown__submenu {
  display: inline-flex;
  width: 100%;
  padding: 1.875rem 0.75rem 3.125rem; }
  .dropdown__submenu--vertical {
    flex-direction: column; }

.dropdown__list {
  margin: 0;
  padding: 0; }
  .dropdown__list--1 {
    display: flex;
    align-items: stretch;
    justify-content: center; }
  .dropdown__list--2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    text-align: left; }
  .dropdown__list--3 {
    margin-bottom: 0.625rem; }
  .dropdown__list--columns {
    display: block;
    column-count: 2;
    column-gap: 1.875rem; }
  .dropdown__list.dropdown--active {
    display: block; }

.dropdown__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap; }
  .dropdown__item--1 {
    text-align: center; }
  .dropdown__item--2.dropdown__block, .dropdown__item--2.dropdown__item--parent {
    flex-grow: 1; }

.dropdown__block {
  display: inline-flex;
  width: 30%;
  padding: 1.5625rem 0.75rem 3.125rem; }
  .dropdown__block--left {
    float: left; }
  .dropdown__block--right {
    float: right; }
  .dropdown__block + .dropdown__submenu {
    width: 70%; }

.dropdown__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.5;
  z-index: -1; }

.dropdown-item--text, .dropdown-item--link {
  display: inline-block;
  color: #190d33; }

.dropdown-item--1 {
  padding: 1.375rem 2.875rem;
  color: black;
  font-weight: bold; }
  @media (min-width: 992px) {
    .dropdown-item--1 {
      padding: 1.375rem 1.25rem; } }
  @media (min-width: 1360px) {
    .dropdown-item--1 {
      padding: 1.375rem 2.875rem; } }

.dropdown-item--2 {
   font-weight:bold;
  margin-bottom: 0.625rem;
  font-size: 0.875rem; }
  .dropdown__item--parent > .dropdown-item--2 {
    font-size: 1rem; }
  .dropdown-item--2:focus, .dropdown-item--2:hover {
    color: #87B09F; }

.dropdown-item--3 {
  font-weight:bold;
  padding-right: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.6875rem; }
  .dropdown-item--3:focus, .dropdown-item--3:hover {
    color: #87B09F; }

.dropdown-item.dropdown-item--active.dropdown-item--2, .dropdown-item.dropdown-item--active.dropdown-item--3 {
  position: relative;
  color: #87B09F;
  font-weight: 300; }
  .dropdown-item.dropdown-item--active.dropdown-item--2::before, .dropdown-item.dropdown-item--active.dropdown-item--3::before {
    display: inline-block;
    position: absolute;
    left: -0.875rem;
    width: 0.625rem; }

.dropdown-item.dropdown--active.dropdown-item--2[href="#"], .dropdown-item.dropdown--active.dropdown-item--3[href="#"] {
  position: relative;
  color: black;
  pointer-events: none;
  font-weight: 500; }
  .dropdown-item.dropdown--active.dropdown-item--2[href="#"]::before, .dropdown-item.dropdown--active.dropdown-item--3[href="#"]::before {
    display: inline-block;
    position: absolute;
    left: -0.875rem;
    width: 0.625rem; }

/* ============
_colour-palette.scss
Generic colour palette
============ */
.colour-palette {
  margin-bottom: 1rem;
  border: solid thin #d0d0d0; }
  .colour-palette__colour {
    height: 50px;
    width: 100%;
    padding-bottom: 50%; }
  .colour-palette__information {
    display: flex;
    flex-direction: column;
    padding: 0.5rem; }
  .colour-palette__title {
    margin-bottom: 0.5rem; }
  .colour-palette__variable {
    margin-bottom: 0.25rem; }
  .colour-palette__variable, .colour-palette__hex {
    font-size: 0.875rem; }

.customer-address__item {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #d0d0d0; }

.customer__login {
  margin-bottom: 1.875rem;
  padding: 1.875rem;
  background: #f4f4f2; }

.customer__reset-password, .customer__create-account {
  padding: 1.875rem; }

.customer__reset-password + .customer__create-account {
  display: none; }

.customer__reset-password.d-none + .customer__create-account {
  display: block; }

.customer-order {
  width: 100%; }

/* ============
_copyright.scss
Copyright
============ */
.copyright {
  font-size: 0.625rem; }
  @media (min-width: 992px) {
    .copyright {
      font-size: 0.875rem; } }

#membership-voucher-popup.modal-popup,
#fit-popup.modal-popup {
  position: fixed;
  z-index: 10000000000001;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: initial; }

#membership-voucher-popup .modal-popup-content,
#fit-popup .modal-popup-content {
  text-align: center;
  background-color: white;
  width: 90%;
  max-width: 520px;
  margin: 15% auto;
  padding: 15px; }

#membership-voucher-popup .modal-content-inner,
#fit-popup .modal-content-inner {
  padding: 24px; }
  @media (min-width: 768px) {
    #membership-voucher-popup .modal-content-inner,
    #fit-popup .modal-content-inner {
      padding: 40px; } }

#membership-voucher-popup h3, #membership-voucher-popup .section__title--sm,
#fit-popup h3,
#fit-popup .section__title--sm {
  line-height: 34px; }

#membership-voucher-popup .modal-close,
#membership-voucher-popup .membership-modal-close,
#membership-voucher-popup .fit-modal-close,
#fit-popup .modal-close,
#fit-popup .membership-modal-close,
#fit-popup .fit-modal-close {
  color: #e2e2e2;
  float: right;
  font-size: 40px;
  font-weight: 200;
  line-height: 22px;
  cursor: pointer; }

#membership-voucher-popup .modal-close:hover,
#membership-voucher-popup .modal-close:focus,
#membership-voucher-popup .membership-modal-close:hover,
#membership-voucher-popup .membership-modal-close:focus,
#membership-voucher-popup .fit-modal-close:hover,
#membership-voucher-popup .fit-modal-close:focus,
#fit-popup .modal-close:hover,
#fit-popup .modal-close:focus,
#fit-popup .membership-modal-close:hover,
#fit-popup .membership-modal-close:focus,
#fit-popup .fit-modal-close:hover,
#fit-popup .fit-modal-close:focus {
  color: black;
  text-decoration: none; }

#membership-voucher-popup .button, #membership-voucher-popup .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button, .yotpo-lightbox.yotpo .yotpo-modal #membership-voucher-popup .yotpo-lightbox-product-button,
#fit-popup .button,
#fit-popup .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button,
.yotpo-lightbox.yotpo .yotpo-modal #fit-popup .yotpo-lightbox-product-button {
  margin: 50px 0 0; }

#membership-voucher-popup #member-voucher-form-submit,
#fit-popup #member-voucher-form-submit {
  background-color: #8fbe00;
  color: white;
  border-width: 0;
  padding: 4px 13px;
  border-radius: 3px; }

#membership-voucher-popup #member-voucher,
#fit-popup #member-voucher {
  max-width: 40%; }

.footer-navigation {
  text-align: center;
  padding: 1.25rem 0; }
  @media (min-width: 768px) {
    .footer-navigation {
      display: flex;
      height: 100%;
      padding: 2.5rem 0 1.25rem;
      align-items: center; } }
  .footer-navigation__link {
    display: block;
    margin-bottom: 1.25rem;
    color: #fff;
    font-weight: 700; }
    @media (min-width: 768px) {
      .footer-navigation__link {
        margin: 0 1.875rem 0 0; }
        .footer-navigation__link:last-child {
          margin: 0; } }
    @media (min-width: 992px) {
      .footer-navigation__link {
        margin: 0 2.875rem 0 0; } }
    .footer-navigation__link:focus {
      outline: none;
      background: #f4f4f2; }
  .footer-navigation p, .footer-navigation .article__content ul, .article__content .footer-navigation ul,
  .footer-navigation .article__content ol, .article__content .footer-navigation ol, .footer-navigation .page, .footer-navigation .page ul, .page .footer-navigation ul,
  .footer-navigation .page ol, .page .footer-navigation ol {
    color: #fff; }

/* ============
_header-tools.scss
Header Tools
============ */
.header-tools__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none; }

.header-tools__item {
  margin: 0 0.875rem;
  color: #190d33;
  font-size: 1.25rem; }
  @media (min-width: 992px) {
    .header-tools__item {
      margin: 0 0.5rem; } }
  @media (min-width: 1360px) {
    .header-tools__item {
      margin: 0 0.75rem; } }
  .header-tools__item:first-of-type {
    margin-left: 0; }
  .header-tools__item:last-of-type {
    margin-right: 0; }
  .header-tools__item a {
    color: inherit;
    cursor: pointer; }
  .header-tools__item .icon--user {
    position: relative;
    top: 0.0625rem; }

/* ============
_header-info.scss
Header Info
============ */
.header-info {
  display: flex;
  align-items: flex-end;
  line-height: 1.375rem;
  color: #190d33;
  font-weight: 500; }
  .header-info__image {
    max-width: 2.8125rem; }

.klaviyo_field_group {
  font-size: 0; }

.klaviyo .input--klaviyo,
.klaviyo .klaviyo_form_actions {
  display: inline-block;
  vertical-align: bottom; }

.klaviyo__messages {
  margin: 1rem 0; }

.klaviyo__message {
  font-size: 0.875rem; }
  .klaviyo__message--error {
    color: #d40031; }
  .klaviyo__message--success {
    color: #8fbe00; }

.image.lazyload, .image.lazyloading {
  opacity: 0;
  transform: scale(0.9); }

.image.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 0.15s; }

.input {
  margin: 0 0 1rem; }
  .input__label {
    display: block;
    margin: 0 0 0.5rem;
    padding: 0 0 0 0.625rem;
    color: black;
    font-size: 0.875rem;
    text-align: left;
    transform: translateY(2.25rem);
    pointer-events: none;
    transition: all 0.15s cubic-bezier(0, 0, 0.5, 1); }
    .input__label--secondary {
      padding: 0;
      font-size: 1.125rem;
      transform: translateY(2.375rem); }
  .input__element {
    display: block;
    height: 2.5rem;
    width: 100%;
    padding: 0 0.625rem;
    border: solid thin #d0d0d0;
    font-size: 0.875rem;
    line-height: 1;
    transition: all 0.15s cubic-bezier(0, 0, 0.5, 1); }
    .input__element::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0); }
    .input__element::-moz-placeholder {
      color: rgba(0, 0, 0, 0); }
    .input__element:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0); }
    .input__element:-moz-placeholder {
      color: rgba(0, 0, 0, 0); }
    .input__element--secondary {
      padding: 0.625rem 0.625rem 0.625rem 0;
      border: solid thin rgba(0, 0, 0, 0);
      border-bottom: solid thin black;
      font-size: 1.125rem; }
  .input--active .input__label {
    transform: translateY(0); }
  .input--active .input__element {
    border: solid thin black;
    outline: none; }
    .input--active .input__element::-webkit-input-placeholder {
      color: #d0d0d0; }
    .input--active .input__element::-moz-placeholder {
      color: #d0d0d0; }
    .input--active .input__element:-ms-input-placeholder {
      color: #d0d0d0; }
    .input--active .input__element:-moz-placeholder {
      color: #d0d0d0; }
    .input--active .input__element--secondary {
      border: solid thin rgba(0, 0, 0, 0);
      border-bottom: solid thin black; }
  .input--secondary {
    font-family: 'Romana BT'; }
  .input--klaviyo {
    flex: 1;
    max-width: 17.5rem;
    margin: 0; }

@keyframes onAutoFillStart {
  from {
    line-height: 1; }
  to {
    line-height: 1; } }

input:-webkit-autofill {
  animation-name: onAutoFillStart; }

.input__increment {
  display: inline-block;
  position: relative; }
  .input__increment-button {
    position: absolute;
    top: 50%;
    height: 1.25rem;
    width: 1.25rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: none;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); }
    .input__increment-button:focus {
      outline: 0;
      background: #f4f4f2; }
  .input__increment-decrease {
    left: 0.75rem; }
  .input__increment-increase {
    right: 0.75rem; }
  .input__increment .icon, .input__increment blockquote::before, .input__increment .checkbox__element:checked::before, .input__increment .default-address__checkbox input:checked::before, .default-address__checkbox .input__increment input:checked::before, .input__increment .select::before, .input__increment .slick-arrow::before {
    font-size: 0.75rem; }
  .input__increment .input__element {
    text-align: center; }
    .input__increment .input__element[type=number] {
      -moz-appearance: textfield; }
      .input__increment .input__element[type=number]::-webkit-inner-spin-button, .input__increment .input__element[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none; }
  .input--cart-quantity .input__increment .input__element {
    border: none;
    color: #190d33; }
  .input--cart-quantity .input__increment .input__increment-button {
    color: #190d33; }

.minicart {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  max-width: 31.25rem;
  background: #f4f4f2;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); }
  .minicart--active {
    right: 0;
    z-index: 10000000000000; }
    .minicart--active + .overlay--hide {
      display: block;
      z-index: 10; }
  .minicart__container {
    position: relative; }
  .minicart__col--1 {
    width: 3.75rem; }
  .minicart__col--2 {
    width: auto;
    padding: 0.625rem 0.625rem 0; }
  .minicart__col--3 {
    width: 3.125rem;
    padding-top: 0.625rem; }
  .minicart__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 1.5625rem 2.5rem 0.625rem 0;
       box-shadow: 0 4px 2px -2px rgb(0 0 0 / 16%);
    background: #f9f9f9;
    cursor: pointer;
    text-align: right;
    z-index: 2; }
    @media (min-width: 576px) {
      .minicart__close {
        padding: 3.25rem 2.5rem 0.625rem 0; } }
  .minicart__content {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5rem 2.5rem 0 1.25rem;
    background: white; }
    @media (min-width: 768px) {
      .minicart__content {
        padding: 6rem 6.25rem 0 3.75rem; } }
  .minicart__divider {
    height: 0.0625rem;
    margin: 0 0.9375rem 1.25rem;
    border: 0;
    background: #e2e2e2; }
    @media (min-width: 768px) {
      .minicart__divider {
        margin: 0 0 1.25rem 0; } }
  .minicart__summary {
    padding: 0 1.25rem 0.9375rem;
    background: white; }
    @media (min-width: 768px) {
      .minicart__summary {
        padding: 0 6.25rem 2.5rem 3.75rem; } }
  .minicart__subtotal {
    color: black;
    font-size: 1rem;
    font-weight: 500; }
    .minicart__subtotal-label {
      color: #190d33;
      font-size: 1rem;
      font-weight: 500; }
    .minicart__subtotal-count {
      color: #190d33;
      font-size: 0.875rem; }
  .minicart__footer {
    padding: 0rem 1.25rem 1.75rem 1.25rem;
    background-color: white; }
    @media (min-width: 768px) {
      .minicart__footer {
        padding: 0rem 2.5rem 2.5rem; } }
    .minicart__footer--grey {
      background-color: #f4f4f2; }

.minicart__item {
  vertical-align: top; }
  .minicart__item td {
    padding-bottom: 1.875rem;
    border: none; }
  .minicart__item-image {
    display: block;
    height: auto;
    width: 100%;
    max-width: 3.75rem; }
  .minicart__item-title {
    color: #190d33;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem; }
  .minicart__item-info-item {
    color: #190d33;
    font-size: 0.75rem;
    line-height: 1.125rem; }
  .minicart__item-quantity {
    height: 1.375rem;
    width: 1.375rem;
    float: right;
    border-radius: 50%;
    background: #f4f4f2;
    color: black;
    font-size: 0.75rem;
    line-height: 1.375rem;
    text-align: center; }
  @media (min-width: 768px) {
    .minicart__item-price {
      position: absolute;
      right: 0;
      bottom: 1.9375rem; } }
  .minicart__item-remove {
    position: absolute;
    right: 3.125rem;
    bottom: 3.125rem; }
    @media (min-width: 768px) {
      .minicart__item-remove {
        top: 0;
        right: -3.75rem;
        padding: 0.75rem 1.875rem 0.625rem 1rem;
        visibility: hidden;
        cursor: pointer; } }
  @media (min-width: 768px) {
    .minicart__item:hover .minicart__item-remove {
      visibility: visible; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .minicart__item-ie-container {
      min-height: 4.375rem; } }
  .minicart__item .product-price--strikethrough {
    color: black; }

#shopify-section-minicart-upsell .minicart-price--regular {
  color: #d40031;
  font-size: 1.1rem; }

.minicart-price {
  display: inline-block;
  padding-top: 0.5rem;
  color: black;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem; }
  @media (min-width: 768px) {
    .minicart-price {
      padding: 0; } }
  .minicart-price--strikethrough {
    color: #d0d0d0;
    font-size: 0.75rem;
    font-weight: normal;
    text-decoration: line-through; }

.minicart__toggle {
  position: relative;
  cursor: pointer; }
  .minicart__toggle-icon {
    position: absolute;
    top: -1px;
    right: 0;
    width: 100%;
    max-width: 1.25rem;
    color: white;
    font-size: 0.65rem;
    text-align: center;
    line-height: 1.75rem; }

.overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.5;
  z-index: 0; }
  .overlay--hide {
    display: none; }

.pagination {
  text-align: center; }

/* ============
_radio.scss
Input type checkbox element
============ */
.radio {
  display: flex;
  align-items: center;
  margin: 0 0 0.5rem; }
  .radio__label {
    display: block;
    color: black;
    font-family: "Rubik", sans-serif;
    font-size: 0.75rem;
    cursor: pointer; }
  .radio__element {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0.5rem;
    padding: 0.1875rem;
    border: solid thin #d0d0d0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.15s cubic-bezier(0, 0, 0.5, 1); }
    .radio__element::before {
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0);
      pointer-events: none;
      transition: all 0.15s cubic-bezier(0, 0, 0.5, 1); }
    .radio__element:focus {
      border: solid thin black;
      outline: none; }
    .radio__element:checked::before {
      background: black; }
    .radio__element--disabled {
      border: solid thin rgba(0, 0, 0, 0);
      background: #d0d0d0;
      cursor: not-allowed; }

/* ============
_ribbon.scss
Ribbon Element
============ */
.ribbon {
  padding: 0.5rem 0;
  background: #190d33; }
  .ribbon__text {
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #f4f4f2;
    font-family: "Rubik", sans-serif;
    font-size: 0.75rem;
    font-weight: 100;
    letter-spacing: 0.0625rem; }
    .ribbon__text:hover {
      color: #f4f4f2; }
  .ribbon .row, .ribbon .cart #nudge-offer.multi.stack .offer-collection, .cart #nudge-offer.multi.stack .ribbon .offer-collection {
    margin-bottom: 0; }

/* ============
_select.scss
Select element
============ */
.select {
  position: relative;
  margin: 0 0 1rem; }
  .select::before {
    position: absolute;
    top: 2.375rem;
    right: 0.75rem;
    font-size: 0.5rem;
    pointer-events: none; }
  .select__label {
    display: block;
    margin: 0 0 0.5rem;
    color: black;
    font-size: 0.875rem; }
  .select__element {
    display: block;
    height: 2.5rem;
    width: 100%;
    padding: 0 0.625rem;
    border: solid thin #d0d0d0;
    border-radius: 0;
    background: white;
    font-size: 0.875rem;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.15s cubic-bezier(0, 0, 0.5, 1); }
    .select__element:focus {
      border: solid thin black;
      outline: none; }
  [class*="col"] .select::before {
    right: 2.3125rem; }

.sign-up {
  margin-bottom: 2rem;
  text-align: center; }
  @media (min-width: 768px) {
    .sign-up {
      text-align: left; } }
  .sign-up__opt-out {
    font-size: 0.625rem; }
  .sign-up__privacy-policy {
    color: #fff;
    font-weight: 700; }
  .sign-up__text {
    color: #fff;
    font-size: 0.875rem; }
  .sign-up__title {
    margin-bottom: 0.75rem;
    font-family: 'Romana BT'; }
    @media (min-width: 768px) {
      .sign-up__title {
        font-size: 1.125rem; } }

.slick-slide {
  padding: 0 0.1875rem; }
  @media (min-width: 992px) {
    .slick-slide {
      padding: 0 0.9375rem; } }
  .slick-slide:focus {
    outline: none; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0 0.3125rem; }
    .slick-dots li:first-of-type {
      margin-left: 0; }
    .slick-dots li:last-of-type {
      margin-right: 0; }
  .slick-dots button:not(.button-quickadd) {
    height: 0.625rem;
    width: 0.625rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #e2e2e2;
    text-indent: -624.9375rem;
    cursor: pointer; }

.slick-active button:not(.button-quickadd) {
  background: black; }
  .slick-active button:not(.button-quickadd):focus {
    outline: none; }

.slick-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 2.8125rem;
  width: 2.8125rem;
  border: none;
  border-radius: 50%;
  background: white;
  color: #190d33;
  text-align: center;
  text-indent: -624.9375rem;
  overflow: hidden;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  transition: background 0.15s 0.3s cubic-bezier(0, 0, 0.5, 1); }
  .slick-arrow::before {
    position: relative;
    left: 50%;
    float: left;
    text-indent: 0;
    transform: translateX(-50%); }
  .slick-arrow:hover, .slick-arrow:focus {
    outline: 0;
    background: #f4f4f2; }

.slick-prev {
  left: -0.75rem; }

.slick-next {
  right: -0.75rem; }

.social-links {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center; }
  @media (min-width: 768px) {
    .social-links {
      margin-bottom: 0;
      text-align: right; } }
  .social-links__link {
    display: inline-block;
    margin: 0 0.5rem;
    color: #fff; }
    @media (min-width: 768px) {
      .social-links__link:last-child {
        margin-right: 0; } }
    .social-links__link:hover {
      color: black; }

.social-sharing {
  line-height: 1.375rem; }
  .social-sharing .icon, .social-sharing blockquote::before, .social-sharing .checkbox__element:checked::before, .social-sharing .default-address__checkbox input:checked::before, .default-address__checkbox .social-sharing input:checked::before, .social-sharing .select::before, .social-sharing .slick-arrow::before {
    margin: 0 0.4375rem;
    color: #190d33;
    font-size: 1.125rem;
    line-height: inherit; }

.responsive-table {
  width: 100%; }

@media only screen and (max-width: 768px) {
  .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;
    margin: 0;
    padding: 0.625rem; }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    padding-right: 0.625rem;
    text-align: center;
    line-height: 1.5; }
  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 0.625rem;
    padding-top: 0.625rem; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0.625rem;
      right: 0.625rem;
      border-bottom: 0.0625rem solid #d0d0d0; } }

.textarea {
  margin: 0 0 1rem; }
  .textarea__label {
    display: block;
    margin: 0 0 0.5rem;
    color: black;
    font-size: 1rem; }
  .textarea__element {
    display: block;
    width: 100%;
    padding: 0.5rem;
    border: solid thin #d0d0d0;
    line-height: 1; }
    .textarea__element::-webkit-input-placeholder {
      color: #e2e2e2; }
    .textarea__element::-moz-placeholder {
      color: #e2e2e2; }
    .textarea__element:-ms-input-placeholder {
      color: #e2e2e2; }
    .textarea__element:-moz-placeholder {
      color: #e2e2e2; }

.upsell__icon {
  margin-right: 0.625rem;
  color: #190d33;
  font-size: 1.5rem; }

.upsell__message {
  color: #d0d0d0;
  font-size: 0.75rem;
  line-height: 1.25rem; }
  @media (min-width: 576px) {
    .upsell__message {
      color: #190d33;
      font-size: 0.875rem; } }
  .minicart .upsell__message {
    color: black; }

.upsell__link {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0);
  color: black;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); }
  .upsell__link:hover, .upsell__link:focus {
    border-color: #d0d0d0; }
  .upsell__link:focus {
    outline: 0; }

.minicart .upsell {
  margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .minicart .upsell {
      margin-bottom: 2.5rem; } }

/* ============
_video.scss
Video Player
============ */
.video__container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  height: 0; }

.video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.video-player {
  position: relative;
  min-height: 50vh;
  max-height: 53.125rem;
  margin: 3.75rem 0;
  padding: 3.125rem 0 6.25rem;
  background-position: center center;
  background-size: cover;
  color: white; }
  @media (min-width: 992px) {
    .video-player {
      height: 85vh;
      min-height: 0;
      padding: 6.25rem 0; } }
  .video-player::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0.25) 100%); }
    @media (min-width: 992px) {
      .video-player::before {
        display: none; } }
  .video-player__play, .video-player__close {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0;
    border: 0.125rem solid white;
    border-radius: 50%;
    font-size: 1.25rem;
    text-align: center;
    line-height: 2.5rem;
    cursor: pointer; }
  .video-player__play {
    margin: 0 auto 1.25rem;
    background: none;
    color: inherit; }
    @media (min-width: 992px) {
      .video-player__play {
        display: inline-block;
        position: absolute;
        top: 0.3125rem;
        left: -2.5rem;
        margin: 0; }
        .video-player__play:focus {
          outline: 0;
          background: rgba(255, 255, 255, 0.2); } }
    .video-player__play .icon, .video-player__play blockquote::before, .video-player__play .checkbox__element:checked::before, .video-player__play .default-address__checkbox input:checked::before, .default-address__checkbox .video-player__play input:checked::before, .video-player__play .select::before, .video-player__play .slick-arrow::before {
      display: inline-block;
      transform: translateX(12%); }
  .video-player__close {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -3.75rem;
    background: white;
    color: black;
    transform: translateX(-50%);
    z-index: 2; }
  .video-player__title {
    margin-bottom: 1.25rem;
    font-weight: 500; }
    @media (min-width: 992px) {
      .video-player__title {
        margin-bottom: 3.125rem; } }
  .video-player__copy {
    font-family: 'Romana BT';
    font-size: 1.375rem;
    letter-spacing: -0.0125rem;
    line-height: 1.875rem; }
    @media (min-width: 992px) {
      .video-player__copy {
        max-width: 18.875rem; } }
  .video-player__video {
    position: relative;
    max-width: 54.625rem;
    margin: auto;
    padding: 0 1.25rem;
    z-index: 2; }
    @media (min-width: 768px) {
      .video-player__video {
        padding: 0; } }
    .video-player__video-overlay {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.75);
      z-index: 1; }
  .video-player__toggle {
    display: block;
    position: fixed;
    top: 15%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100; }
    .video-player__toggle + .video-player__description {
      display: none; }
    .video-player__toggle--active {
      display: none; }
      .video-player__toggle--active + .video-player__description {
        display: block; }
  .video-player .section__subtitle {
    margin: 0 0 0.25rem;
    color: inherit; }
  .video-player--dark {
    color: black; }
    .video-player--dark .video-player__play {
      border-color: black; }
      .video-player--dark .video-player__play:focus {
        background: rgba(0, 0, 0, 0.2); }

/* ============
_yotpo-instagram.scss
Yotpo Instagram Widget
============ */
/* ============
Generic
============ */
.yotpo.yotpo--modified .yotpo-single-image-container .yotpo-hover-icon .yotpo-icon-insta {
  color: #190d33; }

/* ============
Pictures Widget
============ */
.yotpo.yotpo--modified.yotpo-pictures-widget {
  margin: 0; }
  .yotpo.yotpo--modified.yotpo-pictures-widget .yotpo-single-image-container .y-image-wrapper .yotpo-image {
    transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
    border-radius: 0; }
  .yotpo.yotpo--modified.yotpo-pictures-widget .yotpo-single-image-container .y-image-wrapper .y-image-overlay {
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
    border-radius: 0; }
  .yotpo.yotpo--modified.yotpo-pictures-widget .yotpo-single-image-container .y-image-wrapper .yotpo-hover-icon {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); }
  .yotpo.yotpo--modified.yotpo-pictures-widget .yotpo-single-image-container .y-image-wrapper:hover .yotpo-image {
    transform: scale3d(0.95, 0.95, 1); }
  .yotpo.yotpo--modified.yotpo-pictures-widget .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon {
    opacity: 1; }

/* ============
Lightbox
============ */
.yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-slider-container {
  position: initial !important; }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-container {
  transform: scale(0.98);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.5, 1), transform 0.3s cubic-bezier(0, 0, 0.5, 1); }
  .yotpo-modal-active .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-container {
    transform: scale(1); }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button {
  min-width: 9.0625rem !important;
  height: auto !important;
  border: solid thin #d0d0d0 !important;
  border-radius: 0 !important;
  color: black !important;
  font-family: "Rubik", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1 !important; }
  .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button:hover {
    color: white !important; }
    .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-button:hover::before {
      left: 0 !important;
      right: 0 !important;
      height: 100% !important; }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-main-image {
  border: none !important; }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-left-arrow-thin::before,
.yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-right-arrow-thin::before,
.yotpo-lightbox.yotpo .yotpo-modal .yotpo-icon.yotpo-icon-cross {
  display: block;
  height: 2.1875rem !important;
  width: 2.1875rem !important;
  padding: 0 !important;
  border-radius: 50%;
  background: white;
  color: #190d33;
  text-align: center;
  line-height: 2.1875rem;
  font-size: 1.125rem;
  font-weight: 300; }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-icon.yotpo-icon-cross {
  color: #4f5057 !important;
  font-size: 1.0625rem !important; }
  @media (min-width: 768px) {
    .yotpo-lightbox.yotpo .yotpo-modal .yotpo-icon.yotpo-icon-cross {
      transform: translateX(50%);
      transform-origin: center;
      transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
      opacity: 1 !important; } }
  .yotpo-lightbox.yotpo .yotpo-modal .yotpo-icon.yotpo-icon-cross::before {
    content: "\E909" !important;
    font-family: 'glyphs', serif !important; }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows {
  z-index: 10000 !important; }
  .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-left-arrow-thin,
  .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-right-arrow-thin {
    height: 2.1875rem !important;
    width: 2.1875rem !important;
    padding: 0 !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1); }
  .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-left-arrow-thin {
    left: -2.65625rem; }
    .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-left-arrow-thin::before {
      content: "\E906" !important;
      font-family: 'glyphs', serif !important;
      text-indent: -0.25rem; }
    .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-left-arrow-thin:hover {
      transform: scale(1.1); }
  .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-right-arrow-thin {
    right: -2.40625rem; }
    @media (min-width: 1280px) {
      .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-right-arrow-thin {
        right: -1.65625rem; } }
    .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-right-arrow-thin::before {
      content: "\E907" !important;
      font-family: 'glyphs', serif !important;
      text-indent: 0.25rem; }
    .yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-right-arrow-thin:hover {
      transform: scale(1.1); }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-label.yotpo-small-box {
  display: none !important; }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product a {
  max-width: 100%; }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-lightbox-product-name {
  color: #4f5057 !important;
  font-family: "Rubik", sans-serif !important;
  font-weight: 700 !important; }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-instagram .yotpo-regular-box {
  border: none !important; }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-instagram .yotpo-instagram-username,
.yotpo-lightbox.yotpo .yotpo-modal .yotpo-instagram .yotpo-instagram-hashtag,
.yotpo-lightbox.yotpo .yotpo-modal .yotpo-instagram .yotpo-regular-box {
  color: #4f5057 !important;
  font-family: "Rubik", sans-serif !important; }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-instagram .yotpo-instagram-username {
  font-weight: 700 !important; }

.yotpo-lightbox.yotpo .yotpo-modal .yotpo-instagram .yotpo-icon-profile {
  background: #4f5057 !important; }

.yotpo-lightbox.yotpo .yotpo-modal .vote-btn .yotpo-icon-thumbs-up,
.yotpo-lightbox.yotpo .yotpo-modal .vote-btn .yotpo-icon-thumbs-down {
  color: black;
  font-size: 0.90625rem; }

/* ============
_yotpo-global.scss
Yotpo Global Overrides
============ */
.yotpo.yotpo--modified div {
  font-family: "Rubik", sans-serif;
  font-size: 0.875rem; }

.yotpo.yotpo--modified .yotpo-icon-btn.yotpo-default-button:not([data-network]),
.yotpo.yotpo--modified input[type=button].yotpo-default-button:not([data-network]) {
  height: 3rem;
  min-width: 12.5rem;
  margin: 0 0 1rem;
  padding: 0 1.625rem;
  border: solid thin #d0d0d0;
  background: white;
  color: black;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 500 !important;
  line-height: 3rem;
  cursor: pointer;
  transition: all 0.15s cubic-bezier(0, 0, 0.5, 1); }
  .yotpo.yotpo--modified .yotpo-icon-btn.yotpo-default-button:not([data-network]) .yotpo-icon-button-text,
  .yotpo.yotpo--modified input[type=button].yotpo-default-button:not([data-network]) .yotpo-icon-button-text {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
  .yotpo.yotpo--modified .yotpo-icon-btn.yotpo-default-button:not([data-network]):hover,
  .yotpo.yotpo--modified input[type=button].yotpo-default-button:not([data-network]):hover {
    border: solid thin black; }
  .yotpo.yotpo--modified .yotpo-icon-btn.yotpo-default-button:not([data-network]) .yotpo-icon,
  .yotpo.yotpo--modified input[type=button].yotpo-default-button:not([data-network]) .yotpo-icon {
    display: none; }

.yotpo.yotpo--modified .yotpo-animation-slide {
  transition: height 0.15s ease-in-out 0.3s cubic-bezier(0, 0, 0.5, 1); }

.yotpo.yotpo--modified .y-label:not(.vote-sum) {
  display: block;
  margin: 0 0 0.5rem;
  padding: 0 0 0 0.625rem;
  color: black;
  font-size: 0.875rem;
  text-align: left; }

.yotpo.yotpo--modified .y-input:not(.vote-sum) {
  display: block;
  height: 2.5rem;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0 0.625rem;
  border: solid thin #d0d0d0;
  font-size: 0.875rem;
  line-height: 1; }

.yotpo.yotpo--modified .y-input.yotpo-text-box {
  height: auto;
  padding: 0.9375rem 0.625rem; }

/* ============
_yotpo-reviews.scss
Yotpo Reviews Widget
============ */
.yotpo-main-widget.yotpo--modified .main-widget > .yotpo-label,
.yotpo-main-widget.yotpo--modified .yotpo-grouping-reference,
.yotpo-main-widget.yotpo--modified .yotpo-review .yotpo-icon-seperator {
  display: none !important; }

.yotpo-main-widget.yotpo--modified .yotpo-regular-box.yotpo-bottomline,
.yotpo-main-widget.yotpo--modified .yotpo-star-distribution {
  border: none !important; }

.yotpo-main-widget.yotpo--modified .write-question-button.pull-right {
  top: 5.5rem !important; }

.yotpo-main-widget.yotpo--modified .write-question-button.pull-right,
.yotpo-main-widget.yotpo--modified .write-review-button.pull-right {
  text-transform: capitalize;
  z-index: 1; }

.yotpo-main-widget.yotpo--modified .write-review {
  margin-top: 3.125rem; }
  .yotpo-main-widget.yotpo--modified .write-review .y-label {
    padding: 0; }
  .yotpo-main-widget.yotpo--modified .write-review .socialize-wrapper .yotpo-or {
    margin-top: 2rem; }

.yotpo-main-widget.yotpo--modified .yotpo-nav li.yotpo-nav-tab {
  padding-right: 1.25rem; }
  .yotpo-main-widget.yotpo--modified .yotpo-nav li.yotpo-nav-tab.yotpo-active {
    font-weight: normal; }
  .yotpo-main-widget.yotpo--modified .yotpo-nav li.yotpo-nav-tab .yotpo-nav-wrapper {
    padding-bottom: 0.625rem; }

.yotpo-main-widget.yotpo--modified .yotpo-first-review-content {
  margin-bottom: 2.5rem; }

.yotpo-main-widget.yotpo--modified .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes {
  min-height: 7.5rem; }

.yotpo-main-widget.yotpo--modified .yotpo-regular-box.yotpo-bottomline .yotpo-bottomline-box-1 {
  position: absolute;
  top: -1.875rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }
  .yotpo-main-widget.yotpo--modified .yotpo-regular-box.yotpo-bottomline .yotpo-bottomline-box-1 .yotpo-stars {
    margin: 0;
    padding: 0; }
    .yotpo-main-widget.yotpo--modified .yotpo-regular-box.yotpo-bottomline .yotpo-bottomline-box-1 .yotpo-stars .rating-star {
      margin-right: 0.625rem; }
      .yotpo-main-widget.yotpo--modified .yotpo-regular-box.yotpo-bottomline .yotpo-bottomline-box-1 .yotpo-stars .rating-star:last-of-type {
        margin-right: 0; }
  .yotpo-main-widget.yotpo--modified .yotpo-regular-box.yotpo-bottomline .yotpo-bottomline-box-1 .yotpo-sum-reviews {
    display: block;
    padding: 0.625rem 0 0 0;
    font-size: 0.875rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1; }
    .yotpo-main-widget.yotpo--modified .yotpo-regular-box.yotpo-bottomline .yotpo-bottomline-box-1 .yotpo-sum-reviews span {
      margin: 0;
      padding: 0;
      color: #190d33; }
  .yotpo-main-widget.yotpo--modified .yotpo-regular-box.yotpo-bottomline .yotpo-bottomline-box-1 .questions {
    display: none; }

.yotpo-main-widget.yotpo--modified .yotpo-regular-box.yotpo-bottomline .yotpo-bottomline-box-2 {
  float: left; }
  @media (min-width: 768px) {
    .yotpo-main-widget.yotpo--modified .yotpo-regular-box.yotpo-bottomline .yotpo-bottomline-box-2 .yotpo-star-distribution {
      margin-left: 0 !important;
      padding-left: 0 !important; } }

.yotpo-main-widget.yotpo--modified .yotpo-reviews {
  padding-top: 1.875rem; }

.yotpo-main-widget.yotpo--modified .yotpo-review.yotpo-regular-box {
  border-top: none !important;
  border-bottom: 0.0625rem solid #e2e2e2; }
  @media (min-width: 992px) {
    .yotpo-main-widget.yotpo--modified .yotpo-review.yotpo-regular-box {
      margin: 0 6.875rem; } }
  .yotpo-main-widget.yotpo--modified .yotpo-review.yotpo-regular-box .content-title {
    font-size: 1rem;
    font-weight: 500; }
  .yotpo-main-widget.yotpo--modified .yotpo-review.yotpo-regular-box .yotpo-icon {
    color: black;
    font-size: 0.875rem; }
  .yotpo-main-widget.yotpo--modified .yotpo-review.yotpo-regular-box .yotpo-helpful .y-label,
  .yotpo-main-widget.yotpo--modified .yotpo-review.yotpo-regular-box .yotpo-action[data-target=share-review] .y-label,
  .yotpo-main-widget.yotpo--modified .yotpo-review.yotpo-regular-box .share-options .y-label .social-link .share {
    font-size: 0.625rem; }
  .yotpo-main-widget.yotpo--modified .yotpo-review.yotpo-regular-box .yotpo-action[data-target=share-review] .y-label {
    margin-right: 1.25rem; }
  .yotpo-main-widget.yotpo--modified .yotpo-review.yotpo-regular-box .content-review {
    margin-bottom: 1.25rem; }

.yotpo-main-widget.yotpo--modified .yotpo-pager {
  margin: 1.875rem 0 0 0;
  padding: 1.875rem;
  background: #f4f4f2; }
  .yotpo-main-widget.yotpo--modified .yotpo-pager .yotpo-page-element {
    display: inline-block;
    height: 1.75rem;
    width: 1.75rem;
    margin: 0;
    color: black;
    font-family: "Rubik", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.75rem; }
    .yotpo-main-widget.yotpo--modified .yotpo-pager .yotpo-page-element.yotpo-active {
      border-radius: 50%;
      background: black;
      color: white; }

.yotpo-main-widget.yotpo--modified .yotpo-thank-you {
  margin-top: 2.5rem; }
  .yotpo-main-widget.yotpo--modified .yotpo-thank-you .yotpo-thankyou-footer .yotpo-icon-btn.yotpo-default-button {
    line-height: 2.1875rem; }
    .yotpo-main-widget.yotpo--modified .yotpo-thank-you .yotpo-thankyou-footer .yotpo-icon-btn.yotpo-default-button .yotpo-icon {
      display: inline-block;
      color: #190d33; }
    .yotpo-main-widget.yotpo--modified .yotpo-thank-you .yotpo-thankyou-footer .yotpo-icon-btn.yotpo-default-button .yotpo-icon-button-text {
      display: none; }

.yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper {
  margin-bottom: 5rem;
  padding-top: 3.75rem; }
  @media (min-width: 768px) {
    .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper {
      margin-bottom: 0; } }
  .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
    border-bottom: 0.0625rem solid #e2e2e2;
    padding-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
        padding-bottom: 0; } }
    .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
      color: black;
      font-family: 'Romana BT';
      font-size: 1.375rem;
      font-weight: 300;
      letter-spacing: -0.0125rem;
      line-height: 1.875rem;
      text-align: center; }
      @media (min-width: 992px) {
        .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
          text-align: left; } }
    .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line {
      float: none;
      padding-top: 0.375rem; }
      @media (min-width: 1360px) {
        .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line {
          float: right; } }
    .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .yotpo-num-of-reviews {
      color: #190d33;
      font-size: 0.625rem;
      letter-spacing: 0.03125rem;
      text-transform: uppercase; }
    .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
      padding-top: 0 !important; }
      .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon {
        display: inline-block;
        height: 2rem;
        width: 2rem !important;
        margin: 0 !important;
        border-radius: 50%;
        color: #4a4a4a;
        font-size: 1rem;
        text-align: center;
        line-height: 2rem;
        transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); }
        .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon:focus, .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon:hover {
          background: #f4f4f2; }
        .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon:focus {
          outline: 0; }
        .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon.yotpo-icon-left-arrow-thin::before, .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon.yotpo-icon-right-arrow-thin::before {
          font-family: 'glyphs', serif !important; }
        .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon.yotpo-icon-left-arrow-thin {
          margin-right: 0.3125rem;
          text-indent: -0.125rem; }
          .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon.yotpo-icon-left-arrow-thin::before {
            content: "\E906"; }
        .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon.yotpo-icon-right-arrow-thin {
          margin-left: 0.3125rem;
          text-indent: 0.125rem; }
          .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon.yotpo-icon-right-arrow-thin::before {
            content: "\E907"; }
  .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-review-stars .yotpo-icon-star,
  .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-stars .yotpo-icon-star {
    font-size: 0.9375rem !important;
    line-height: 1.25rem !important; }
  .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .product-image-container .y-carousel-product-image {
    border: none !important; }
  .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .product-image-container .product-name {
    display: none; }
  .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-title {
    margin: 0 0 0.3125rem 0;
    color: #190d33;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem; }
  .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-date {
    color: #190d33;
    font-size: 0.625rem;
    font-style: initial !important;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    line-height: 1; }
  .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-body {
    margin: 0;
    color: #190d33;
    font-size: 0.875rem;
    font-style: initial !important;
    line-height: 1.25rem; }
  .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-review-author {
    color: black;
    font-family: 0.75rem;
    font-weight: 500;
    line-height: 0.875rem; }
  .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .carousel-read-more {
    display: none; }
  .yotpo--modified.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-label.yotpo-small-box {
    display: none; }

.yotpo--modified.yotpo-pictures-widget .yotpo-slider-title-wrapper {
  padding-top: 3.75rem; }

.yotpo--modified.yotpo-pictures-widget .yotpo-slider-title {
  margin-bottom: 0.625rem;
  color: black;
  font-family: "Rubik", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.3125rem;
  line-height: 1.375rem;
  text-align: center;
  text-transform: uppercase; }

/* ============
_yotpo-stars.scss
Yotpo Stars Widget
============ */
.yotpo--modified.bottomLine .yotpo-stars {
  margin-right: 0.3125rem; }

.yotpo--modified.bottomLine .text-m {
  color: #190d33;
  font-size: 0.625rem;
  letter-spacing: 0.03125rem;
  line-height: 0.8125rem;
  text-transform: uppercase; }

/* ============
Templates
============ */
/* ============
_breakpoints.scss
Theme dependent breakpoints
============ */
@charset "UTF-8";
/* ============
Theme Variables
============ */
/* ============
_animations.scss
Theme dependent animations
============ */
/* ============
_breakpoints.scss
Theme dependent breakpoints
============ */

/* ============
_colors.scss
Theme dependent colors
============ */
/* ============
_fonts.scss
Font imports and declerations
============ */
/* ============
_functions.scss
Theme dependent functions
============ */
/* ============
_icons.scss
Theme icons via Iconmoon

Please place your icon files in src/scss/icons and rename them to glyphs.*
============ */
@font-face {
  font-family: 'glyphs';
  src: url(../assets/glyphs.eot);
  src: url(../assets/glyphs.eot#iefix) format("embedded-opentype"), url(../assets/glyphs.ttf) format("truetype"), url(../assets/glyphs.woff) format("woff"), url(../assets/glyphs.svg#glyphs) format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, .accordion-menu-item--trigger::after {
  font-family: 'glyphs', serif !important;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon.icon--bag-empty::before {
    content: "\E900"; }
  .icon.icon--bag-full::before {
    content: "\E901"; }
  .icon.icon--bird::before {
    content: "\E902"; }
  .icon.icon--box::before {
    content: "\E903"; }
  .icon.icon--checkmark::before {
    content: "\E904"; }
  .icon.icon--chevron-down::before {
    content: "\E905"; }
  .icon.icon--chevron-left::before {
    content: "\E906"; }
  .icon.icon--chevron-right::before {
    content: "\E907"; }
  .icon.icon--chevron-up::before {
    content: "\E908"; }
  .icon.icon--cross::before {
    content: "\E909"; }
  .icon.icon--dash::before {
    content: "\2014"; }
  .icon.icon--diamond::before {
    content: "\E90A"; }
  .icon.icon--exclamation::before {
    content: "\E90B"; }
  .icon.icon--eye::before {
    content: "\E90C"; }
  .icon.icon--flower::before {
    content: "\E90D"; }
  .icon.icon--leaf::before {
    content: "\E90E"; }
  .icon.icon--lion::before {
    content: "\E90F"; }
  .icon.icon--mail::before {
    content: "\E910"; }
  .icon.icon--minus::before {
    content: "\E911"; }
  .icon.icon--phone::before {
    content: "\E912"; }
  .icon.icon--play::before {
    content: "\E913"; }
  .icon.icon--plus::before {
    content: "\E914"; }
  .icon.icon--question::before {
    content: "\E915"; }
  .icon.icon--quote::before {
    content: "\E916"; }
  .icon.icon--recycle::before {
    content: "\E917"; }
  .icon.icon--search::before {
    content: "\E918"; }
  .icon.icon--share::before {
    content: "\E919"; }
  .icon.icon--smiley::before {
    content: "\E91A"; }
  .icon.icon--social-facebook::before {
    content: "\E91B"; }
  .icon.icon--social-google::before {
    content: "\E91C"; }
  .icon.icon--social-instagram::before {
    content: "\E91D"; }
  .icon.icon--social-pinterest::before {
    content: "\E91E"; }
  .icon.icon--social-twitter::before {
    content: "\E91F"; }
  .icon.icon--star-empty::before {
    content: "\E920"; }
  .icon.icon--star-full::before {
    content: "\E921"; }
  .icon.icon--star-half::before {
    content: "\E922"; }
  .icon.icon--thumbs-down::before {
    content: "\E923"; }
  .icon.icon--thumbs-up::before {
    content: "\E924"; }
  .icon.icon--tree::before {
    content: "\E925"; }
  .icon.icon--user::before {
    content: "\E926"; }

/* ============
_media-queries.scss
Theme dependent media query mixins
============ */
/* ============
_mixins.scss
Theme dependent mixins
============ */
/* ============
_accordion-menu.scss
Accordion Menu
============ */
.accordion-menu {
  transition: left 0.3s cubic-bezier(0, 0, 0.5, 1);
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 3.5rem 1.875rem;
  background: white;
  list-style: none;
  text-align: left;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
  z-index: 1; }
  .accordion-menu[data-hidden=true] {
    left: -100%; }
  .accordion-menu__item {
    margin: 0;
    list-style: none; }
    .accordion-menu__item--1 {
      padding: 1.125rem 0;
      border-bottom: 0.0625rem solid #e2e2e2; }
      .accordion-menu__item--1:last-of-type {
        border: none; }
    .accordion-menu__item--show-all .accordion-menu-item {
      display: block;
      padding: 0.75rem 0;
      color: #190d33;
      font-size: 0.875rem; }
      .accordion-menu__item--show-all .accordion-menu-item:focus {
        outline: none;
        background: #e2e2e2; }
  .accordion-menu__list {
    margin: 0;
    padding: 0; }
    .accordion-menu__list--2 {
      padding-top: 0.625rem; }
  .accordion-menu__block {
    padding: 1.25rem 0 1.875rem 0; }

/* ============
_accordion-menu-item.scss
Accordion Menu Items
============ */
.accordion-menu-item--trigger, .accordion-menu-item {
  display: block;
  padding: 0.75rem 0;
  color: #190d33;
  font-size: 0.875rem; }

.accordion-menu-item--1 {
  color: black;
  font-size: 1rem;
  font-weight: 500; }

.accordion-menu-item--2 {
  padding-left: 10px; }

.accordion-menu-item--3 {
  padding-left: 20px; }

.accordion-menu-item--trigger {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: black;
  font-weight: 500; }
  .accordion-menu-item--trigger[aria-expanded=true]::after {
    content: "\E911";
    color: black; }
  .accordion-menu-item--trigger[aria-expanded=false]::after {
    content: "\E914";
    color: #e2e2e2; }

.accordion-menu-item--trigger:focus, .accordion-menu-item--link:focus {
  outline: none; }

.accordion-menu-item--active {
  position: relative;
  color: #8fbe00; }
  .accordion-menu-item--active::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -0.75rem;
    height: 0.125rem;
    width: 0.625rem;
    background: black;
    transform: translateY(-50%); }

/* ============
_accordion-menu-open.scss
Accordion Menu Open
============ */
.accordion-menu-open {
  display: inline-block;
  float: left;
  position: relative;
  padding: 1.5rem;
  cursor: pointer; }
  @media (min-width: 992px) {
    .accordion-menu-open {
      display: none; } }
  .accordion-menu-open__line {
    left: 0;
    background-color: rgba(0, 0, 0, 0); }
  .accordion-menu-open__line::before, .accordion-menu-open__line::after, .accordion-menu-open__line {
    content: '';
    display: block;
    position: absolute;
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
    height: 0.125rem;
    width: 1.625rem;
    border-radius: 0.625rem;
    background: #190d33;
    cursor: pointer; }
  .accordion-menu-open__line::before {
    top: -0.5rem; }
  .accordion-menu-open__line::after {
    bottom: -0.5rem; }
/* Slider */
.slick-slider {
  margin-top: 15px;
  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;
  margin-left: auto;
  margin-right: auto; }
  .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; }
@charset "UTF-8";
/* ============
Theme Variables
============ */
/* ============
_animations.scss
Theme dependent animations
============ */
/* ============
_breakpoints.scss
Theme dependent breakpoints
============ */

/* ============
_colors.scss
Theme dependent colors
============ */
/* ============
_fonts.scss
Font imports and declerations
============ */
/* ============
_functions.scss
Theme dependent functions
============ */
/* ============
_icons.scss
Theme icons via Iconmoon

Please place your icon files in src/scss/icons and rename them to glyphs.*
============ */
@font-face {
  font-family: 'glyphs';
  src: url(../assets/glyphs.eot);
  src: url(../assets/glyphs.eot#iefix) format("embedded-opentype"), url(../assets/glyphs.ttf) format("truetype"), url(../assets/glyphs.woff) format("woff"), url(../assets/glyphs.svg#glyphs) format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: 'glyphs', serif !important;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon.icon--bag-empty::before {
    content: "\E900"; }
  .icon.icon--bag-full::before {
    content: "\E901"; }
  .icon.icon--bird::before {
    content: "\E902"; }
  .icon.icon--box::before {
    content: "\E903"; }
  .icon.icon--checkmark::before {
    content: "\E904"; }
  .icon.icon--chevron-down::before {
    content: "\E905"; }
  .icon.icon--chevron-left::before {
    content: "\E906"; }
  .icon.icon--chevron-right::before {
    content: "\E907"; }
  .icon.icon--chevron-up::before {
    content: "\E908"; }
  .icon.icon--cross::before {
    content: "\E909"; }
  .icon.icon--dash::before {
    content: "\2014"; }
  .icon.icon--diamond::before {
    content: "\E90A"; }
  .icon.icon--exclamation::before {
    content: "\E90B"; }
  .icon.icon--eye::before {
    content: "\E90C"; }
  .icon.icon--flower::before {
    content: "\E90D"; }
  .icon.icon--leaf::before {
    content: "\E90E"; }
  .icon.icon--lion::before {
    content: "\E90F"; }
  .icon.icon--mail::before {
    content: "\E910"; }
  .icon.icon--minus::before {
    content: "\E911"; }
  .icon.icon--phone::before {
    content: "\E912"; }
  .icon.icon--play::before {
    content: "\E913"; }
  .icon.icon--plus::before {
    content: "\E914"; }
  .icon.icon--question::before {
    content: "\E915"; }
  .icon.icon--quote::before {
    content: "\E916"; }
  .icon.icon--recycle::before {
    content: "\E917"; }
  .icon.icon--search::before {
    content: "\E918"; }
  .icon.icon--share::before {
    content: "\E919"; }
  .icon.icon--smiley::before {
    content: "\E91A"; }
  .icon.icon--social-facebook::before {
    content: "\E91B"; }
  .icon.icon--social-google::before {
    content: "\E91C"; }
  .icon.icon--social-instagram::before {
    content: "\E91D"; }
  .icon.icon--social-pinterest::before {
    content: "\E91E"; }
  .icon.icon--social-twitter::before {
    content: "\E91F"; }
  .icon.icon--star-empty::before {
    content: "\E920"; }
  .icon.icon--star-full::before {
    content: "\E921"; }
  .icon.icon--star-half::before {
    content: "\E922"; }
  .icon.icon--thumbs-down::before {
    content: "\E923"; }
  .icon.icon--thumbs-up::before {
    content: "\E924"; }
  .icon.icon--tree::before {
    content: "\E925"; }
  .icon.icon--user::before {
    content: "\E926"; }

/* ============
_media-queries.scss
Theme dependent media query mixins
============ */
/* ============
_mixins.scss
Theme dependent mixins
============ */
.product__content {
  padding-bottom: 3.125rem; }
  @media (min-width: 768px) {
    .product__content {
      padding-bottom: 2.5rem; } }

.product-form .product__chat {
  color: #190d33;
  font-size: 0.875rem; }
  .product-form .product__chat > * {
    padding-top: 1.25rem; }

.product-gallery__image {
  max-height: 30rem;
  width: auto; }
  @media (min-width: 992px) {
    .product-gallery__image {
      max-height: 42.25rem; } }
  .product-gallery__image:focus {
    outline: none; }

.product-gallery__slide {
  display: block !important; }
  .product-gallery__slide:focus {
    outline: none; }

.product-gallery-featured {
  margin-bottom: 1.875rem; }
  @media (min-width: 992px) {
    .product-gallery-featured {
      margin: 0; } }
  .product-gallery-featured .slick-slide {
    padding: 0; }
    @media (min-width: 992px) {
      .product-gallery-featured .slick-slide {
        padding: 0 0.9375rem; } }
    .product-gallery-featured .slick-slide img {
      margin: auto; }
      .product-gallery-featured .slick-slide img:focus {
        outline: none; }
  .product-gallery-featured .slick-dots {
    margin-bottom: 1.875rem;
    padding-top: 0.625rem; }

.product-gallery-nav .slick-slide {
  float: initial;
  max-width: 5rem;
  margin: 0 auto 1.25rem;
  padding: 0;
  cursor: pointer;
  transition: border 0.3s 0.3s cubic-bezier(0, 0, 0.5, 1); }
  .product-gallery-nav .slick-slide:focus {
    outline: none; }

.product-gallery-nav .slick-current {
  border-bottom: 0.125rem solid black; }

.product-form {
  margin-bottom: 1.875rem; }
  .product-form .button--submit {
    width: 100%;
    margin: 0; }
    @media (min-width: 768px) {
      .product-form .button--submit {
        height: 2.875rem; } }
  .product-form .input__label,
  .product-form .input__element {
    display: inline-block;
    line-height: 0.0625rem;
    vertical-align: baseline; }
  .product-form .input__label {
    margin-right: 0.625rem;
    padding: 0;
    color: #190d33;
    font-size: 0.625rem;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    transform: none; }
    @media (min-width: 768px) {
      .product-form .input__label {
        min-width: 0; } }
  .product-form .input__element {
    height: 3rem;
    color: #190d33;
    font-size: 0.875rem;
    text-align: center; }
    @media (min-width: 768px) {
      .product-form .input__element {
        height: 2.875rem;
        max-width: 8.125rem;
        min-width: 0; } }
  .product-form .input--product-quantity {
    margin: 0; }
    .product-form .input--product-quantity .input__increment {
      display: inline-block;
      position: relative; }
      .product-form .input--product-quantity .input__increment-button {
        position: absolute;
        top: 50%;
        padding: 0;
        border: none;
        background: none;
        transform: translateY(-50%);
        cursor: pointer; }
      .product-form .input--product-quantity .input__increment-decrease {
        left: 0.75rem; }
      .product-form .input--product-quantity .input__increment-increase {
        right: 0.75rem; }
      .product-form .input--product-quantity .input__increment .icon {
        font-size: 0.75rem; }
  .product-form__stock-empty {
    padding-top: 0.625rem;
    color: #d40031;
    font-size: 0.75rem;
    text-transform: uppercase; }

.template-product .zEWidget-launcher {
  bottom: 4.6875rem !important; }
  @media (min-width: 992px) {
    .template-product .zEWidget-launcher {
      bottom: 0 !important; } }

@media (min-width: 992px) {
  .product-information {
    padding-top: 5.625rem; } }

.product-information__badges {
  display: none;
  position: absolute;
  top: 0;
  left: -4.375rem; }
  @media (min-width: 992px) {
    .product-information__badges {
      display: block; } }
  .product-information__badges .badges {
    position: relative;
    left: auto;
    bottom: auto; }

.product-information__title {
  position: relative;
  margin-bottom: 0.625rem; }

.product-information__reviews {
  margin-bottom: 1.875rem; }
  .product-information__reviews-item {
    display: inline-block;
    margin-right: 0.3125rem;
    vertical-align: middle; }

.product-information__ask-question {
  color: #190d33;
  font-size: 0.625rem;
  letter-spacing: 0.03125rem;
  line-height: 0.8125rem;
  text-transform: uppercase; }
  .product-information__ask-question > span {
    display: inline-block;
    margin-right: 0.125rem;
    vertical-align: middle; }
    .product-information__ask-question > span:last-of-type {
      margin: 0; }
  .product-information__ask-question .icon {
    font-size: 0.875rem; }

.product-information__description {
  margin-bottom: 1.875rem;
  color: #190d33;
  font-size: 0.875rem;
  line-height: 1.25rem; }

.product-model {
  color: black;
  font-weight: 500; }

.product-notice {
  padding-top: 0.625rem;
  margin-bottom: 0.625rem;
  color: #190d33;
  font-size: 0.625rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  line-height: 0.8125rem; }

.product-option {
  margin-bottom: 1.125rem; }
  .product-option__legend, .product-option__values {
    display: inline-block;
    float: left; }
  .product-option__legend {
    width: 6.25rem;
    margin: 0 0.75rem 0 0;
    color: #190d33;
    font-family: "Rubik", sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    line-height: 2.25rem; }
    @media (min-width: 768px) {
      .product-option__legend {
        line-height: 1.5rem; } }
    .product-option__legend.legend-frame {
      margin-top: 6px; }
  .product-option__values {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    max-width: calc(100% - 62px); }
  .product-option #phone-model-select {
    margin-bottom: 10px;
    background-color: white;
    border: 2px solid #d0d0d0;
    color: #190d33;
    height: 36px;
    padding: 5px;
    width: 130px; }
  .product-option .radio {
    margin: 0 1rem 0.625rem 0; }
    .product-option .radio .radio__label--product-option {
      height: 2.25rem;
      width: 2.25rem;
      margin: 0;
      border: thin solid #d0d0d0;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .product-option .radio .radio__label--product-option {
          height: 1.5rem;
          width: 1.5rem; } }
      .product-option .radio .radio__label--product-option-link {
        display: block;
        height: 100%;
        width: 100%;
        transition: none; }
    .product-option .radio .radio__element--product-option {
      display: none; }
      .product-option .radio .radio__element--product-option:checked + .radio__label--product-option, .product-option .radio .radio__element--product-option:hover + .radio__label--product-option, .product-option .radio .radio__element--product-option:focus + .radio__label--product-option {
        border: 0.375rem solid white;
        box-shadow: 0 0 0 0.0625rem black; }
        @media (min-width: 768px) {
          .product-option .radio .radio__element--product-option:checked + .radio__label--product-option, .product-option .radio .radio__element--product-option:hover + .radio__label--product-option, .product-option .radio .radio__element--product-option:focus + .radio__label--product-option {
            border: 0.25rem solid white; } }
        .product-option .radio .radio__element--product-option:checked + .radio__label--product-option .radio__label--product-option-link, .product-option .radio .radio__element--product-option:hover + .radio__label--product-option .radio__label--product-option-link, .product-option .radio .radio__element--product-option:focus + .radio__label--product-option .radio__label--product-option-link {
          height: 150%;
          width: 150%;
          margin: -25% 0 0 -25%; }

.product-options--hide {
  display: none; }

.product-price {
  display: block;
  line-height: 1.875rem; }
  .product-price--regular {
    font-size: 1.375rem;
    letter-spacing: -0.0125rem; }
  .product-form .product-price--sale {
    font-size: 1.375rem;
    letter-spacing: -0.0125rem; }
  .product-price--strikethrough {
    color: #d0d0d0;
    font-size: 1.15rem;
    letter-spacing: -0.00937rem;
    line-height: 1;
    text-decoration: line-through; }
  .product-price__container {
    margin-bottom: 1.5rem; }

.product-thumbnail {
  position: relative;
  margin: 0.625rem auto;
  box-shadow: 0 5px 10px #e2e2e2; }
  @media (min-width: 768px) {
    .product-thumbnail {
      margin: 1rem auto;
      box-shadow: none; } }
  .product-thumbnail__image {
    width: 100%;
    margin: auto; }
  .product-thumbnail__details {
    text-align: center;
    padding-bottom: 10px; }
  /*.product-thumbnail .img-thumbnail-hover-behind {
    display: none; }
  .product-thumbnail .img-thumbnail-hover {
    display: block; }*/
  @media (min-width: 768px) {
    .product-thumbnail:hover .img-thumbnail-hover, .product-thumbnail:focus .img-thumbnail-hover {
      opacity:0; }
    .product-thumbnail:hover .img-thumbnail-hover-behind, .product-thumbnail:focus .img-thumbnail-hover-behind {
      display: block; }
  }
  .product-thumbnail__title {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 20px;
    color: black;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125; }
  .product-thumbnail__out-of-stock {
    margin-top: -1.25rem;
    color: #d40031;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 768px) {
      .product-thumbnail__out-of-stock {
        position: absolute;
        right: 0.9375rem;
        bottom: 0.9375rem;
        color: #190d33;
        font-weight: 500;
        text-align: right; } }
  .product-thumbnail__add-to-cart {
    height: 50px; }
  .product-thumbnail .product-price {
    color: #628e7b;
    font-size: 0.9rem;
    font-weight: 600;
     margin-bottom: 3px;
    
  letter-spacing: .1rem;
  }

.product-thumbnail__add-to-cart .product-price{
    color: #628e7b;
    font-size: 0.9rem;
    font-weight: 600;
   
  letter-spacing: .1rem;
  margin-bottom: 3px;
  }
    .product-thumbnail .product-price--strikethrough {
      color: #d0d0d0; }
  .product-thumbnail a:focus {
    outline: 0; }

.checkout--button {width: 100%;
margin-top: 1.2rem;
padding: 1.5rem;}

.button--white{
    background: white;
    color: black;
    border: 1px black solid;
}

.about-us .row, .about-us .cart #nudge-offer.multi.stack .offer-collection, .cart #nudge-offer.multi.stack .about-us .offer-collection {
  display: flex;
  align-items: center; }

.about-us .about-hero {
  background-position: center;
  width: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh; }

.about-us .col-md-6 h6 {
  margin-bottom: 5px; }

.about-us .about-hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh; }
  .about-us .about-hero-content h1, .about-us .about-hero-content .section__title {
    color: #fff; }
  .about-us .about-hero-content h6 {
    color: #fff;
    max-width: 60%;
    margin: 15px auto;
    line-height: 23px;
    font-size: 18px; }

.about-us .top-row-container {
  margin-top: 40px; }
  @media (min-width: 992px) {
    .about-us .top-row-container {
      margin-top: 60px; } }

.about-us .content-container {
  margin: 40px 0; }
  @media (min-width: 992px) {
    .about-us .content-container {
      margin: 60px 0; } }

.about-us .awarness-container {
  margin: 20px 0 40px 0; }
  .about-us .awarness-container ul {
    list-style-type: none; }

  
  [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #223b59;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
 @media screen and (max-width: 992px) {
 
   .floater-button {width: 100%;
  bottom: 0px;
     right: 0px !important;}
 }

 @media screen and (min-width: 992px) {
 
   .floater-button {width: 250px !important;
 }
 }
  
  .floater-button {

    font-size:1rem;
  display: inline-block;
  background-color: #bed2e7;
    padding: 1.2rem 1.625rem;
    color: white;
    font-weight: 500;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 0px;
  right: 100px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.floater-button::after {
  color: #fff;
}
.floater-button:hover {
  cursor: pointer;
  background-color: #276E80;
}
.floater-button:active {
  background-color: #276E80;
}
.floater-button.show {
  opacity: 1;
  visibility: visible;
}

 @media screen and (max-width: 700px) {
  .product-thumbnail {
   box-shadow: 0 0px 0px !important; }
   
   .companies-banner {display: none !important;}
}

.story-container {margin-bottom:4px;}

.product-card {}

@font-face {
    font-family: 'Majesty';
    src: url('Majesty.woff2') format('woff2'),
        url('Majesty.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.majesty {font-family: Majesty;}

 .or-pay-less {
    color: #647a57;
    font-size: 0.8em;
   font-weight: bold;
  }

  
  @media (max-width: 700px) {
    .flexy-column { flex-direction: column;
  
    }
      .category{
flex-basis: 50%;
      }
    
    }
    
  }
   @media (min-width: 701px) {
    .flexy-column {  flex-direction: row !important; }
   }
  
  .flexy-column{ display:flex;
    }
  .category {padding: 15px;
  border-radius: 10px;}
 .category img {
  border-radius: 10px;}

  .hover-effect {
  transition: all 0.3s ease-in-out;
  }
  
  .hover-effect::after {
  border-radius: 10px;
  transition: opacity 0.3s ease-in-out;
}

.hover-effect:hover {
  transform: scale(0.98, 0.98);

}

.hover-effect:hover::after {
  opacity: 1;
}
  
  .category h2 {margin-top: 15px;}

/*a.button {line-height: 4rem;}*/


#content__customers__request-invite .col-md-6 {
    display: block;
    margin: auto;
    margin-top: 40px;
  margin-bottom: 40px;}

#shopify-section-home-guarantee {margin-top: 40px;}


.bottomLine {display:block !important;}
   .best-for-desc {padding: 10px 0px 0px 0px;
    font-size: 0.7rem;
   margin-bottom: 0px !important;}
  
  .variant-title-desc {padding: 5px 0px 0px 0px;
   margin-bottom: 0px !important;}

 @media (min-width: 701px) {
   .best-for-desc {font-size: 0.8rem;
   
   padding: 8px 4px 0px 4px;

   }
 }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.product-card {
  margin-bottom: 5.5rem !important; }

.okeReviews-reviewsSummary {font-size: 0.75rem;}

/*.cart__summary-shipping {display: none;}*/

/*.product-form {
    display: none !important;
}

.product-thumbnail__add-to-cart {
    display: none  !important;

}*/

/*#shopify-section-hair-quiz{
    display: none  !important;

}*/

/*
.header__minicart {
    display: none  !important;
}
*/

/*.floater-button.show {
    display: none  !important;
}*/


@media (min-width: 0px) and (max-width:767px) {
  .hide_for_mobile{ display:none; }
}


.metafield-option input {
  display: none !important;
}
.metafield-option label:after, .metafield-option label:before {
  content: none !important;
}
.metafield_options {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.metafield_options:last-child{ margin-bottom:0; }
.metafield-option label {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin-right: 10px;
  display:flex;
}
.metafield-options-widget > label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.metafield-option input:checked ~ label {
  border: 1px solid #000;
}
.metafield-option-value-label {
  font-weight: 600;
}
.template-product .variant-select {
  display: none;
}

@media(min-width:0px) and (max-width:767px){
  .metafield_options{ flex-wrap:wrap; }
  .metafield-option label { height: 24px; width: 24px; padding-left:0 !important;     display: flex !important; }
  .metafield_options .variant_name_2_new{ padding-left:0; }
} 