@charset "UTF-8";
/*! 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 {
  margin: 0.67em 0;
  font-size: 2em; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  overflow: visible;
  /* 2 */
  height: 0;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */ }

/**
   * 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 */
  -webkit-text-decoration: underline dotted;
          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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  /* 2 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */ }

/**
   * 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 {
  padding: 0;
  border-style: none; }

/**
   * 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 {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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'] {
  -webkit-box-sizing: border-box;
          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; }

/* stylelint-disable */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0); }

.overlay-search {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: visibility 0.3s, opacity 1s ease;
  transition: visibility 0.3s, opacity 1s ease; }
  .overlay-search.hide {
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 1s ease;
    transition: visibility 0.3s, opacity 1s ease;
    visibility: hidden; }

.hide {
  display: none; }

.show-for-small,
.hide-for-large,
.hide-for-medium {
  display: block !important; }

.show-for-small-flex,
.hide-for-medium-flex,
.hide-for-large-flex {
  display: none !important; }

.show-for-large,
.show-for-medium,
.hide-for-small {
  display: none !important; }

.show-for-small-inline,
.hide-for-large-inline,
.hide-for-medium-inline {
  display: inline-block !important; }

.show-for-large-inline,
.show-for-medium-inline,
.hide-for-small-inline {
  display: none !important; }

@media screen and (min-width: 768px) {
  .show-for-medium,
  .hide-for-large,
  .hide-for-small {
    display: block !important; }
  .show-for-medium-flex,
  .hide-for-small-flex,
  .hide-for-large-flex {
    display: none !important; }
  .show-for-large,
  .show-for-small,
  .hide-for-medium {
    display: none !important; }
  .show-for-medium-inline,
  .hide-for-large-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-large-inline,
  .show-for-small-inline,
  .hide-for-medium-inline {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .show-for-large,
  .hide-for-medium,
  .hide-for-small {
    display: block !important; }
  .show-for-large-flex,
  .hide-for-small,
  .hide-for-medium {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .show-for-medium,
  .show-for-small,
  .hide-for-large {
    display: none !important; }
  .show-for-large-inline,
  .hide-for-medium-inline,
  .hide-for-small-inline {
    display: inline-block !important; }
  .show-for-medium-inline,
  .show-for-small-inline,
  .hide-for-large-inline {
    display: none !important; } }

.group::before, .group::after,
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table; }

.group::after,
.clearfix::after {
  clear: both; }

.clear {
  clear: both; }

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

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

.reset-border {
  border: none !important; }

.hidden {
  display: none !important; }

.relative {
  position: relative; }

.no-styling-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.overflow-hidden {
  overflow: hidden; }

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

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  position: relative;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  overflow-x: hidden;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease; }

/* stylelint-disable property-no-vendor-prefix */
a {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  cursor: pointer;
  -webkit-text-decoration-color: #7d7d7d;
          text-decoration-color: #7d7d7d;
  text-underline-position: under;
  -webkit-transition: color 0.3s ease, text-decoration-color 0.3s ease;
  -webkit-transition: color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
  transition: color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
  transition: color 0.3s ease, text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease; }
  a:hover {
    color: #429642;
    -webkit-text-decoration-color: #429642;
            text-decoration-color: #429642; }
  a:active {
    outline: none; }
  a:focus {
    outline: none; }

h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
  line-height: 1.08; }

h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
  line-height: 1.09; }

h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
  line-height: 1.56; }

.campaign-h1 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-family: 'Arsenal', 'sans-serif';
  font-weight: 700;
  line-height: 1.06; }

.campaign-h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-family: 'Arsenal', 'sans-serif';
  font-weight: 700;
  line-height: 1.08; }

.campaign-h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: 'Arsenal', 'sans-serif';
  font-weight: 700;
  line-height: 1.11; }

picture {
  display: block;
  line-height: 0; }

img {
  border: 0; }

button,
.button {
  font-size: 1.6rem;
  line-height: 1.2;
  max-width: 100%;
  padding: 1.5rem 4.5rem;
  border: none;
  background-color: #429642;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  button.button--small,
  .button.button--small {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0.9rem 2.2rem; }
  button.button--black,
  .button.button--black {
    padding: 1.5rem 5.6rem;
    background-color: #000; }
    button.button--black:hover,
    .button.button--black:hover {
      background-color: #7d7d7d; }
  button.button--ghost,
  .button.button--ghost {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 1.1rem 1.5rem;
    border: #7d7d7d solid 0.1rem;
    background-color: transparent;
    border-radius: 0.3rem;
    color: #000;
    font-weight: 500; }
    button.button--ghost:hover,
    .button.button--ghost:hover {
      border-color: #000;
      background-color: transparent;
      color: #429642; }
  button:hover,
  .button:hover {
    background-color: #37b700;
    cursor: pointer; }
  button:active, button:focus, button.button--active,
  .button:active,
  .button:focus,
  .button.button--active {
    outline: 0; }

p {
  font-size: 1.6rem;
  line-height: 1.2;
  line-height: 1.5; }

table {
  width: 100%;
  border-collapse: collapse; }
  table thead {
    background-color: #d3e6f1; }
    table thead th {
      font-size: 1.4rem;
      line-height: 1.2;
      padding: 1rem;
      font-weight: 500;
      text-align: left;
      word-break: break-word; }
  table tbody {
    background-color: #eef5fa; }
    table tbody tr {
      border-top: 0.1rem solid #fff; }
    table tbody td {
      font-size: 1.6rem;
      line-height: 1.2;
      padding: 1rem;
      text-align: left;
      word-break: break-word; }

b,
strong {
  font-weight: 500; }

hr {
  margin: 0; }

@media screen and (min-width: 768px) {
  html {
    font-size: 15px; } }

@media screen and (min-width: 1024px) {
  html {
    font-size: 10px; }
  a {
    font-size: 1.6rem;
    line-height: 1.2; }
  h1 {
    font-size: 3.6rem;
    line-height: 1.2;
    line-height: 1.11; }
  h2 {
    font-size: 2.6rem;
    line-height: 1.2;
    line-height: 1.15; }
  h3 {
    font-size: 2rem;
    line-height: 1.2;
    line-height: 1.4; }
  button {
    font-size: 1.6rem;
    line-height: 1.2;
    max-width: 100%;
    padding: 1.5rem 4.5rem; }
    button.button--small {
      font-size: 1.4rem;
      line-height: 1.2;
      padding: 0.9rem 2.2rem; }
    button.button--black {
      background-color: #000; } }

html,
body {
  background-color: #fff;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html::before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s, z-index 0.2s step-end;
  transition: opacity 0.2s, z-index 0.2s step-end; }

.page {
  padding-top: calc(3.5rem + 5rem * 2); }
  .page.checkout {
    padding-top: 0;
    background-color: #f0f0f0; }

.container {
  width: 100%;
  margin: 0 auto; }

.wrapper {
  position: relative;
  width: 100%;
  padding: 0 1.8rem;
  margin: 0 auto; }

.account-user-logged-in {
  padding-bottom: 0.5rem;
  border-bottom: 0.4rem solid #37b700; }

.content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.screen-size-indicator {
  position: absolute;
  top: -999em;
  left: -999em; }
  .screen-size-indicator::before {
    content: 'small'; }

@media screen and (min-width: 768px) {
  .screen-size-indicator::before {
    content: 'medium'; } }

@media screen and (min-width: 1024px) {
  .screen-size-indicator::before {
    content: 'large'; } }

.no-touchevents .scrollable {
  overflow: auto; }

.touchevents .scrollable {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }

.scrollable::-webkit-scrollbar {
  display: none; }

.product__image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%; }

.lazyload,
.lazyloading,
.lazyloaded {
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1; }

input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* rest */ }

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none; }

input[type='search']::-moz-search-cancel-button {
  -moz-appearance: none;
       appearance: none; }

.no-styling-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.unfoldable {
  display: none; }

.unfold-link {
  display: block;
  margin: 0.6rem 0 0.2rem 0; }

.fold-link {
  display: none;
  margin: 0.6rem 0 0.2rem 0; }

@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0 1.8rem; } }

@media screen and (min-width: 1024px) {
  .page {
    padding-top: calc(4rem + 8rem + 5rem); }
    .page.checkout {
      padding-top: 0; }
  .container {
    max-width: 144rem; }
  .wrapper {
    padding: 0 9rem; }
    .wrapper-header {
      padding: 0 2.4rem; }
  .account-user-logged-in {
    padding-bottom: 1.5rem; }
  header.sticky .account-user-logged-in {
    padding-bottom: 0.2rem; } }

/* stylelint-disable */
.zEWidget-launcher.zEWidget-launcher--active,
.zEWidget-webWidget.zEWidget-webWidget--active {
  z-index: 99 !important; }

.grecaptcha-badge {
  left: 100%;
  visibility: hidden; }

.back-to-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  max-width: 30rem;
  height: 6rem;
  padding: 0;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  text-decoration: none; }
  .back-to-homepage:hover {
    background-color: #37b700;
    color: #fff; }

.slick-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.slick-product-carousel,
.slick-content-carousel,
.slick-blog-carousel {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  visibility: hidden; }

.slick-product-carousel.slick-initialized,
.slick-content-carousel.slick-initialized,
.slick-blog-carousel.slick-initialized {
  opacity: 1;
  visibility: visible; }

.slick-product-carousel .slick-item,
.slick-content-carousel .slick-item,
.slick-blog-carousel .slick-item {
  visibility: hidden; }

.slick-product-carousel .slick-item:first-child,
.slick-content-carousel .slick-item:first-child,
.slick-blog-carousel .slick-item:first-child {
  display: block;
  visibility: hidden; }

.slick-product-carousel.slick-initialized .slick-item,
.slick-content-carousel.slick-initialized .slick-item,
.slick-blog-carousel.slick-initialized .slick-item {
  display: block;
  visibility: visible !important; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%; }
  .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);
  transform: translate3d(0, 0, 0); }

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

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left; }
  [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 {
  position: absolute;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  font-size: 1.6rem; }
  .slick-arrow::before {
    position: absolute;
    top: 0.6rem;
    left: 0.5rem; }
  .slick-arrow.slick-hidden {
    display: none; }
  .slick-arrow.icon-point-right {
    right: 0; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem 0;
  margin: 0 0.55rem 0 0;
  list-style-type: none; }
  .slick-dots li {
    margin: 0 0.25rem; }
  .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    text-indent: -999rem; }
  .slick-dots li.slick-active button {
    background-color: #429642; }

.state-container {
  position: fixed;
  z-index: 16;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.3s ease 0.3s;
  transition: -webkit-transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s;
  transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s; }

.state-container__header {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .state-container__header .cancel-states-trigger {
    float: right; }

.state-container__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  -webkit-box-shadow: -4.7rem 0 4.7rem -4.7rem rgba(0, 0, 0, 0.93);
          box-shadow: -4.7rem 0 4.7rem -4.7rem rgba(0, 0, 0, 0.93);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.state-container--loading::before, .state-container--loading::after {
  opacity: 1 !important;
  -webkit-transition: opacity 0.2s ease, z-index 0.2s step-start;
  transition: opacity 0.2s ease, z-index 0.2s step-start; }

.state-container--loading::before {
  z-index: 2 !important; }

.state-container--loading::after {
  z-index: 1 !important; }

.state-container__scroll-message {
  display: none; }

.overlay {
  position: fixed;
  z-index: 3;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, top 0.3s step-end;
  transition: opacity 0.3s ease, top 0.3s step-end; }

.csstransforms .state-container--menu {
  -webkit-transform: translateX(110%);
          transform: translateX(110%); }

.csstransforms3d .state-container--menu {
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0); }

.no-csstransforms .state-container--menu {
  right: -110%;
  left: 110%; }

.csstransforms .state-container--wishlist {
  -webkit-transform: translateX(110%);
          transform: translateX(110%); }

.csstransforms3d .state-container--wishlist {
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0); }

.no-csstransforms .state-container--wishlist {
  right: -110%;
  left: 110%; }

.state-container--wishlist .state-container__content {
  background-color: #fff; }

.csstransforms .state-container--refinements {
  -webkit-transform: translateX(110%);
          transform: translateX(110%); }

.csstransforms3d .state-container--refinements {
  -webkit-transform: translate3d(110%, 0, 0);
          transform: translate3d(110%, 0, 0); }

.no-csstransforms .state-container--refinements {
  right: -110%;
  left: 110%; }

.csstransforms .state--menu .state-container--menu {
  -webkit-transform: translateX(30%);
          transform: translateX(30%); }

.csstransforms3d .state--menu .state-container--menu {
  -webkit-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0); }

.no-csstransforms .state--menu .state-container--menu {
  right: 0;
  left: 30%; }

.state--menu .state-container--menu .menu--item-link {
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.csstransforms .state--refinements .state-container--refinements {
  -webkit-transform: translateX(10%);
          transform: translateX(10%); }

.csstransforms3d .state--refinements .state-container--refinements {
  -webkit-transform: translate3d(10%, 0, 0);
          transform: translate3d(10%, 0, 0); }

.no-csstransforms .state--refinements .state-container--refinements {
  right: 0;
  left: 10%; }

.state--refinements .state-container--refinements .menu--item-link {
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.csstransforms .state--wishlist .state-container--wishlist {
  -webkit-transform: translateX(5%);
          transform: translateX(5%); }

.csstransforms3d .state--wishlist .state-container--wishlist {
  -webkit-transform: translate3d(5%, 0, 0);
          transform: translate3d(5%, 0, 0); }

.no-csstransforms .state--wishlist .state-container--wishlist {
  right: 0;
  left: 5%; }

.state--cart .overlay,
.state--menu .overlay,
.state--wishlist .overlay {
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, top 0.3s step-start;
  transition: opacity 0.3s ease, top 0.3s step-start; }

.state--cart .product-box__ribbon,
.state--menu .product-box__ribbon,
.state--wishlist .product-box__ribbon {
  opacity: 0; }

.state--cart,
.state--menu,
.state--country-dropdown,
.state--wishlist,
.state--search,
.state--quickview,
.state--country-selector,
.state--refinements {
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: auto; }
  .state--cart .state-container__header,
  .state--menu .state-container__header,
  .state--country-dropdown .state-container__header,
  .state--wishlist .state-container__header,
  .state--search .state-container__header,
  .state--quickview .state-container__header,
  .state--country-selector .state-container__header,
  .state--refinements .state-container__header {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s; }
  .state--cart .header__button-group,
  .state--menu .header__button-group,
  .state--country-dropdown .header__button-group,
  .state--wishlist .header__button-group,
  .state--search .header__button-group,
  .state--quickview .header__button-group,
  .state--country-selector .header__button-group,
  .state--refinements .header__button-group {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .state--cart .state-container,
  .state--menu .state-container,
  .state--country-dropdown .state-container,
  .state--wishlist .state-container,
  .state--search .state-container,
  .state--quickview .state-container,
  .state--country-selector .state-container,
  .state--refinements .state-container {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.state--country-dropdown {
  overflow: auto; }

html.country-dropdown-selector {
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: auto; }

.collapsible {
  border-top: #e4e4e7 solid 0.1rem;
  border-bottom: #e4e4e7 solid 0.1rem;
  margin: -0.1rem 0; }
  .collapsible-header {
    cursor: pointer; }
  .collapsible-header > .title {
    font-size: 1.6rem;
    line-height: 1.2;
    position: relative;
    display: block;
    padding: 1.5rem 2rem 1.5rem 0;
    color: #000;
    text-decoration: none; }
    .collapsible-header > .title::after {
      content: '\61';
      position: absolute;
      top: 50%;
      right: 0;
      font-family: 'bodystore-icons' !important;
      font-size: 1.6rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-style: normal !important;
      font-variant: normal !important;
      font-weight: normal !important;
      speak: none;
      text-transform: none !important;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .collapsible-content {
    font-size: 1.6rem;
    line-height: 1.2;
    overflow: hidden;
    height: 0;
    line-height: 1.5;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out; }
  .collapsible.active {
    border-top-color: #429642; }
    .collapsible.active > .collapsible-header > .title {
      font-weight: 500; }
      .collapsible.active > .collapsible-header > .title::after {
        content: '\77'; }
    .collapsible.active > .collapsible-content {
      height: auto;
      padding-bottom: 1.5rem; }

.dropdown__container {
  position: relative;
  height: 5rem; }

.dropdown {
  position: relative;
  border: #7d7d7d solid 0.1rem;
  background-color: #fff; }
  .dropdown-header {
    background-color: #fff;
    cursor: pointer; }
  .dropdown-header > .title {
    font-size: 1.6rem;
    line-height: 1.2;
    position: relative;
    display: block;
    padding: 0.55rem 4.4rem 0.55rem 0;
    margin: 0 1.5rem;
    color: #000;
    line-height: 2.18;
    text-decoration: none; }
    .dropdown-header > .title:hover {
      text-decoration: none; }
    .dropdown-header > .title::after {
      content: '\70';
      position: absolute;
      right: 0;
      padding-left: 1.3rem;
      border-left: solid 0.1rem rgba(125, 125, 125, 0.2);
      font-family: 'bodystore-icons' !important;
      font-size: 1.9rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-style: normal !important;
      font-variant: normal !important;
      font-weight: normal !important;
      line-height: 1.78;
      speak: none;
      text-transform: none !important; }
  .dropdown-content {
    display: none; }
  .dropdown-content > .item {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin: 0;
    cursor: pointer; }
  .dropdown-rectangle {
    position: relative;
    display: block;
    width: 100%;
    height: 0.3rem;
    background-color: #37b700; }
  .dropdown.active {
    z-index: 100;
    -webkit-box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.2); }
    .dropdown.active .dropdown-header > .title {
      border-bottom: #7d7d7d solid 0.1rem; }
    .dropdown.active .dropdown-content {
      position: relative;
      z-index: 1;
      display: block;
      padding: 0;
      background-color: #fff; }
    .dropdown.active .dropdown-content > .item {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin: 0; }

@media screen and (min-width: 1024px) {
  .dropdown__container {
    height: 6rem; }
  .dropdown-header > .title {
    font-size: 2rem;
    line-height: 1.2;
    padding: 1.55rem 5rem 1.55rem 0; }
    .dropdown-header > .title::after {
      top: 0.9rem;
      font-size: 2.8rem;
      line-height: 1.38; } }

.menu-main-container {
  position: fixed;
  z-index: 100;
  top: 3.5rem;
  left: -100%;
  width: 100%;
  height: calc(100vh - 3.5rem);
  padding: 1.8rem;
  background-color: #fcffed;
  overflow-x: hidden; }
  .menu-main-container.active {
    left: 0; }

.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-align: stretch;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .menu-main a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    position: relative;
    font-size: 1.6rem;
    text-decoration: none; }
    .menu-main a .icon-arrow-right {
      height: 1.6rem;
      margin-left: auto; }
    .menu-main a.hide-brands-container {
      display: none; }

.menu-category-list {
  position: relative;
  width: 100%; }

.menu-category-level-1, .menu-category-level-2, .menu-category-level-3, .menu-pages-list, .menu-service-links {
  display: block;
  padding: 0;
  margin: 0; }
  .menu-category-level-1 > li, .menu-category-level-2 > li, .menu-category-level-3 > li, .menu-pages-list > li, .menu-service-links > li {
    list-style-type: none; }
    .menu-category-level-1 > li a, .menu-category-level-2 > li a, .menu-category-level-3 > li a, .menu-pages-list > li a, .menu-service-links > li a {
      padding: 1.8rem 0; }
      .menu-category-level-1 > li a::after, .menu-category-level-2 > li a::after, .menu-category-level-3 > li a::after, .menu-pages-list > li a::after, .menu-service-links > li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% + 1.8rem);
        height: 0.2rem;
        background-color: rgba(63, 63, 63, 0.14); }
      .menu-category-level-1 > li a.menu-parent-category, .menu-category-level-2 > li a.menu-parent-category, .menu-category-level-3 > li a.menu-parent-category, .menu-pages-list > li a.menu-parent-category, .menu-service-links > li a.menu-parent-category {
        position: absolute;
        top: -3.8rem;
        right: 0;
        padding: 0; }
      .menu-category-level-1 > li a.menu-parent-category::after, .menu-category-level-2 > li a.menu-parent-category::after, .menu-category-level-3 > li a.menu-parent-category::after, .menu-pages-list > li a.menu-parent-category::after, .menu-service-links > li a.menu-parent-category::after {
        display: none; }

.menu-service-links {
  margin: 4rem 0 5rem; }

.menu-level-1-container {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease; }
  .menu-level-1-container.level-2-active {
    left: -100vw; }
  .menu-level-1-container.level-3-active {
    left: -200vw; }

.menu-level-1-wrapper {
  padding: 0; }

.menu-level-1-content {
  margin: 0; }

.menu-level-2-container {
  position: absolute;
  top: 0;
  left: 100vw;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease; }

.menu-level-3-container {
  position: absolute;
  top: 0;
  left: 100vw;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease; }

.menu-active-container {
  display: block; }

.menu-mobile-active {
  position: relative;
  overflow: hidden; }

.menu-state-trigger i {
  color: #fff; }
  .menu-state-trigger i.icon-close {
    color: #000;
    font-size: 1.9rem; }

.menu-state-trigger {
  text-transform: uppercase; }

.menu-actions {
  position: relative;
  padding-bottom: 1.8rem; }
  .menu-actions .menu-back-action {
    display: none;
    margin-top: 1.5rem;
    color: #000;
    font-size: 1.6rem; }
    .menu-actions .menu-back-action.show-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
              align-items: center;
      -ms-flex-align: center; }
  .menu-actions::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 1.8rem);
    height: 0.2rem;
    background-color: #3f3f3f; }

.menu-back-text {
  margin-left: 1rem;
  line-height: 2rem; }

.menu-pages-container {
  margin-top: 4.8rem; }

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 3.5rem;
  background-color: #1c331c; }
  .header-top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between; }
  .header-top-usps-links {
    padding: 0;
    margin: 0; }
  .header-top-icon-list {
    display: none;
    margin-right: 1rem; }
    .header-top-icon-list.show-for-mobile {
      display: inline-block; }
  .header-top-icon {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0.1rem 0.7rem 0 0;
    color: #37b700; }
  .header-top-link-name {
    border-bottom: 0.2rem solid transparent; }
  .header-top-text {
    font-size: 1.2rem;
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .header-top-customer-service {
    font-size: 1.2rem;
    line-height: 1.2;
    border-bottom: 0.2rem solid transparent;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .header-top-customer-service:hover {
      border-color: #dee499;
      color: #dee499; }

.price-header {
  font-size: 1rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  height: 1.9rem;
  color: #fff; }
  .price-header.empty-cart {
    display: none; }

@-webkit-keyframes fadeOutIn {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOutIn {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.header.fixed {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: top 0.35s linear;
  transition: top 0.35s linear; }

.header.scroll-down {
  top: -13.5rem; }

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  position: relative;
  height: 5rem;
  background-color: #234023; }

.header-main-container {
  display: block;
  padding: 1.8rem 0; }

.header-menu-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  margin-left: 0;
  color: #fff; }

.header-logo-small {
  width: 11.3rem;
  height: 2.3rem; }

.header-logo-big {
  margin-right: 0; }

.header-logo-image {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-object-fit: contain;
     object-fit: contain; }

.header-hamburger-menu-icon {
  margin-right: 2rem;
  font-size: 2.3rem; }
  .header-hamburger-menu-icon .icon-menu {
    height: 2.3rem; }

.header-user-icon {
  position: relative;
  height: 1.9rem;
  margin-left: auto; }
  .header-user-icon .icon-wishlist {
    position: absolute;
    top: -0.8rem;
    left: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #37b700;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    line-height: 1.7;
    text-align: center; }
    .header-user-icon .icon-wishlist.fade-out-in {
      -webkit-animation: fadeOutIn 0.3s ease;
              animation: fadeOutIn 0.3s ease; }
    .header-user-icon .icon-wishlist.fade-out-hide {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .header-user-icon .icon-wishlist::before {
      line-height: 1.7; }

.header-login-link {
  color: #fff;
  font-size: 1.9rem;
  text-decoration: none; }

.header-cart-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.9rem;
  margin-left: 2rem;
  font-size: 1.9rem; }

.header-login-link, .header-cart-icon {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .header-login-link:hover, .header-cart-icon:hover {
    color: #dee499;
    cursor: pointer; }

.header-container-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 5rem;
  background-color: #fff; }
  .header-container-search .icon-search {
    position: absolute;
    top: 1.3rem;
    left: 1.8rem;
    font-size: 2.2rem; }

.header-site-search {
  position: relative;
  width: 100%; }

.header-search-form {
  position: relative;
  width: 100%; }
  .header-search-form input[type='search'] {
    height: 5rem;
    padding: 0;
    border-color: #37b700;
    text-align: center; }
  .header-search-form ::-webkit-input-placeholder {
    color: #000; }
  .header-search-form ::-moz-placeholder {
    color: #000; }
  .header-search-form ::-ms-input-placeholder {
    color: #000; }
  .header-search-form ::placeholder {
    color: #000; }

.header-menu-container {
  background-color: transparent; }
  .header-menu-container .wrapper {
    position: unset;
    padding: 0; }

@media screen and (min-width: 768px) {
  .header-top-icon-list {
    display: inline-block; } }

@media screen and (min-width: 1024px) {
  .menu {
    height: 5rem; }
    .menu-open-overlay {
      position: fixed;
      z-index: 20;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.35); }
    .menu-main-container {
      position: static;
      overflow: hidden;
      width: 100%;
      height: 100%;
      padding: 0;
      background-color: transparent; }
    .menu-main a {
      display: unset;
      color: #363636;
      text-decoration: none; }
      .menu-main a:hover {
        color: #429642; }
    .menu-actions {
      display: none; }
    .menu-category-list {
      position: static; }
    .menu-category-level-1, .menu-category-level-2, .menu-pages-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu-category-level-1 li a::after, .menu-category-level-2 li a::after, .menu-pages-list li a::after {
        content: none; }
    .menu-category-level-1 > li, .menu-pages-list > li {
      position: static;
      padding-right: 1.8rem; }
      .menu-category-level-1 > li:last-child, .menu-pages-list > li:last-child {
        padding-right: 0; }
    .menu-level-1-content, .menu-category-level-1 {
      height: 100%; }
    .menu-pages-list {
      height: 100%;
      margin-left: 3rem; }
      .menu-pages-list > .menu-page-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
                align-items: center;
        -ms-flex-align: center; }
        .menu-pages-list > .menu-page-item > .menu-page-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          padding: 0;
          font-size: 1.4rem;
          -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease; }
          .menu-pages-list > .menu-page-item > .menu-page-link::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 0.2rem;
            background-color: transparent;
            -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease; }
          .menu-pages-list > .menu-page-item > .menu-page-link:hover {
            color: #37b700; }
          .menu-pages-list > .menu-page-item > .menu-page-link:hover::before {
            background-color: #37b700; }
      .menu-pages-list > .menu-page-item:first-child > .menu-page-link {
        position: relative;
        padding-right: 1.8rem; }
        .menu-pages-list > .menu-page-item:first-child > .menu-page-link::before {
          width: calc(100% - 1.8rem); }
        .menu-pages-list > .menu-page-item:first-child > .menu-page-link::after {
          content: '';
          position: absolute;
          top: 50%;
          right: -0.1rem;
          /* minus half of width in order to center separator */
          left: auto;
          width: 0.2rem;
          height: 2.4rem;
          background-color: #ccc;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .menu-category-level-1 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu-category-level-1 > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
                align-items: center;
        -ms-flex-align: center;
        white-space: nowrap; }
        .menu-category-level-1 > li.selected > a {
          color: #37b700; }
          .menu-category-level-1 > li.selected > a::after {
            background-color: #37b700; }
        .menu-category-level-1 > li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          padding: 0;
          font-weight: 500;
          -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease; }
          .menu-category-level-1 > li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 0.2rem;
            background-color: transparent;
            -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease; }
          .menu-category-level-1 > li a:hover {
            color: #37b700; }
          .menu-category-level-1 > li a:hover::after {
            background-color: #37b700; }
    .menu-level-1-container {
      position: static;
      padding: 0;
      margin: 0;
      -webkit-transition: left 0.3s ease;
      transition: left 0.3s ease; }
    .menu-level-1-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
              align-items: center;
      -ms-flex-align: center;
      height: 5rem; }
    .menu-level-1-content {
      margin: 0; }
    .menu-level-2-container {
      position: absolute;
      z-index: 1;
      top: 5rem;
      left: 0;
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0;
      background-color: #fff;
      -webkit-transition: height 0.3s ease;
      transition: height 0.3s ease; }
    .menu-level-2-wrapper {
      position: relative; }
    .menu-level-2-item.selected > a {
      color: #37b700; }
      .menu-level-2-item.selected > a::after {
        background-color: #37b700; }
    .menu-level-2-inner-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 2.8rem 6.8rem; }
      .menu-level-2-inner-wrapper li a {
        display: block;
        padding: 1.5rem 0;
        border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
        color: #000;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.4rem; }
        .menu-level-2-inner-wrapper li a.hide-brands-container {
          display: none; }
      .menu-level-2-inner-wrapper li:last-child a {
        border-bottom: none; }
      .menu-level-2-inner-wrapper li.menu-view-brands-page > a {
        color: rgba(0, 0, 0, 0.8);
        font-weight: normal;
        text-decoration: underline;
        -webkit-text-decoration-color: rgba(0, 0, 0, 0.35) !important;
                text-decoration-color: rgba(0, 0, 0, 0.35) !important;
        /* stylelint-disable */
        /* stylelint-enable */ }
        .menu-level-2-inner-wrapper li.menu-view-brands-page > a:hover {
          color: #37b700;
          -webkit-text-decoration-color: #37b700 !important;
                  text-decoration-color: #37b700 !important; }
          .menu-level-2-inner-wrapper li.menu-view-brands-page > a:hover::after {
            display: none; }
      .menu-level-2-inner-wrapper .menu-category-level-2 {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .menu-level-2-inner-wrapper .menu-category-level-2 li a {
          font-size: 1.8rem; }
    .menu-level-2-content, .menu-dropdown-content, .menu-brands-content, .menu-blocks-content {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      -webkit-box-flex: 0 0 25%;
      -moz-box-flex: 0 0 25%;
      padding: 0 1.25rem;
      margin: 0; }
    .menu-level-2-content {
      padding-left: 0; }
    .menu-blocks-content {
      padding-right: 0; }
    .menu-active-container {
      display: block; }
    .menu-pages-container {
      height: 100%;
      margin-top: 0;
      margin-left: auto; }
      .menu-pages-container .content-asset {
        height: 100%; }
    .menu-content-list, .menu-brands-list {
      padding: 0;
      margin: 0; }
      .menu-content-list li, .menu-brands-list li {
        list-style-type: none; }
    .menu-dropdown-labels {
      padding: 1.8rem 0 3.6rem;
      border-top: 0.1rem solid rgba(0, 0, 0, 0.35);
      color: #7d7d7d;
      font-size: 1.4rem; }
    .menu-content-blocks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -ms-flex-pack: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu-content-blocks > *:first-child {
        position: relative;
        width: 100%;
        padding-bottom: 2.6rem; }
        .menu-content-blocks > *:first-child .text-on-image {
          font-size: 2.6rem;
          line-height: 1.2;
          position: absolute;
          top: 50%;
          left: 0;
          text-align: center;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .menu-content-blocks > *:first-child::after {
          display: none; }
      .menu-content-blocks > *:not(:first-child) {
        -ms-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        position: relative;
        width: 50%;
        padding: 0; }
        .menu-content-blocks > *:not(:first-child) .text-on-image {
          font-size: 1.8rem;
          line-height: 1.2;
          position: absolute;
          top: 50%;
          text-align: center;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .menu-content-blocks > *:not(:first-child)::after {
          display: none; }
      .menu-content-blocks > *:nth-child(2) {
        padding-right: 1.3rem; }
        .menu-content-blocks > *:nth-child(2) .text-on-image {
          left: -0.65rem; }
      .menu-content-blocks > *:nth-child(3) {
        padding-left: 1.3rem; }
        .menu-content-blocks > *:nth-child(3) .text-on-image {
          left: 0.65rem; }
      .menu-content-blocks > * > * {
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .menu-category-level-1 > li.active a {
    color: #37b700; }
    .menu-category-level-1 > li.active a::after {
      background-color: #37b700; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu-level-2-inner-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media screen and (min-width: 1024px) {
  .header-top {
    height: 4rem; }
    .header-top-container {
      padding: 0; }
    .header-top-icon-list {
      display: inline-block;
      margin-right: 2.5rem; }
  .price-header {
    font-size: 1.6rem;
    line-height: 1.2; } }

@media screen and (min-width: 1024px) {
  .header.scroll-down {
    top: -17rem; }
  .header.sticky .header-top {
    display: none; }
  .header.sticky .header-search-dropdown {
    top: 5rem; }
  .header.sticky .clear-search {
    top: 1.1rem; }
  .header.sticky .header-main,
  .header.sticky .header-container-search,
  .header.sticky .header-search-form input[type='search'] {
    height: 5rem; }
  .header.sticky .header-search-form ::-webkit-input-placeholder {
    font-size: 1.8rem; }
  .header.sticky .header-search-form ::-moz-placeholder {
    font-size: 1.8rem; }
  .header.sticky .header-search-form ::-ms-input-placeholder {
    font-size: 1.8rem; }
  .header.sticky .header-search-form ::placeholder {
    font-size: 1.8rem; }
  .header.sticky .header-logo-big {
    height: 2.5rem; }
  .header.sticky .header-logo-image {
    width: auto;
    height: 100%; }
  .header.sticky .header-container-search .icon-search {
    top: 1rem;
    font-size: 2.6rem; }
  .header-main {
    height: 8rem; }
  .header-main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    padding: 0; }
  .header-menu-icons {
    width: 21rem;
    margin-left: auto; }
  .header-logo-big {
    width: 17.4rem;
    height: 3.7rem;
    margin-right: auto; }
  .header-user-icon {
    height: 3.3rem; }
    .header-user-icon .icon-wishlist {
      top: -0.4rem;
      left: 1.5rem;
      width: 1.6rem;
      height: 1.6rem;
      font-size: 1.1rem; }
  .header-login-link {
    font-size: 2.6rem; }
  .header-cart-icon {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    height: 3.3rem;
    margin-left: 2rem;
    font-size: 2.6rem; }
  .header-container-search {
    position: relative;
    width: 68rem;
    height: 8rem; }
    .header-container-search .icon-search {
      top: 1.8rem;
      font-size: 4.1rem; }
  .header-search-form input[type='search'] {
    font-size: 2rem;
    line-height: 1.2;
    height: 8rem; }
  .header-search-form ::-webkit-input-placeholder {
    color: #666;
    font-size: 2.5rem; }
  .header-search-form ::-moz-placeholder {
    color: #666;
    font-size: 2.5rem; }
  .header-search-form ::-ms-input-placeholder {
    color: #666;
    font-size: 2.5rem; }
  .header-search-form ::placeholder {
    color: #666;
    font-size: 2.5rem; }
  .header-menu-container {
    position: relative;
    background-color: rgba(0, 0, 0, 0.05); }
    .header-menu-container .wrapper {
      position: static;
      padding: 0 2.4rem; }
  .remove-link-events .menu-category-level-1 > li {
    pointer-events: none; }
  .remove-link-events .menu-pages-list > li {
    pointer-events: none; }
  .remove-link-events .menu-page-link {
    pointer-events: none; } }

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .header-logo-big {
    width: 13.7rem;
    height: 2.7rem; } }

.tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 50%;
  left: 50%;
  overflow: auto;
  width: 100vw;
  border-bottom: #ccc solid 0.1rem;
  margin: 0.9rem -50vw;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
  .tabs-header::-webkit-scrollbar {
    display: none; }

.tabs-header > .item {
  font-size: 1.5rem;
  line-height: 1.2;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1.8rem;
  color: #7d7d7d;
  cursor: pointer; }
  .tabs-header > .item.active {
    color: #000;
    font-weight: 500; }

.tabs-header > .item > .rectangle {
  display: none; }

.tabs-header > .item.active > .rectangle {
  display: block;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.9rem;
  background-color: #429642; }

.tabs-content > .item {
  font-size: 1.6rem;
  line-height: 1.2;
  display: none;
  line-height: 1.5; }
  .tabs-content > .item.active {
    display: block; }

@media screen and (min-width: 1024px) {
  .tabs-header {
    right: 0;
    left: 0;
    width: 100%;
    margin: 0; }
  .tabs-header > .item {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 0;
    margin-right: 3rem; } }

.form-group {
  position: relative;
  margin-bottom: 1.8rem; }
  .form-group-header {
    margin-bottom: 0.8rem; }
  .form-group .form-control-label {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #7d7d7d; }
  .form-group .required-indicator::before {
    content: '*'; }
  .form-group .invalid-feedback {
    font-size: 1.4rem;
    line-height: 1.2;
    display: none;
    margin-top: 0.6rem;
    color: #cd0000; }
  .form-group .form-control-checkbox-title {
    font-size: 1.4rem;
    line-height: 1.2;
    display: table-cell;
    height: 2.8rem;
    padding-left: 4.3rem;
    color: #000;
    vertical-align: middle; }
  .form-group .form-control-radio-title {
    font-size: 1.4rem;
    line-height: 1.2;
    display: table-cell;
    height: 2.2rem;
    padding-left: 3.2rem;
    color: #000;
    vertical-align: middle; }

.form-error-message {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1.8rem;
  color: #cd0000; }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='time'],
input[type='week'],
textarea,
select {
  font-size: 1.6rem;
  line-height: 1.2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 0;
  border-top: none;
  border-right: none;
  border-bottom: #429642 solid 0.3rem;
  border-left: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }
  input[type='email']::-ms-expand,
  input[type='number']::-ms-expand,
  input[type='password']::-ms-expand,
  input[type='search']::-ms-expand,
  input[type='tel']::-ms-expand,
  input[type='text']::-ms-expand,
  input[type='url']::-ms-expand,
  input[type='color']::-ms-expand,
  input[type='date']::-ms-expand,
  input[type='datetime']::-ms-expand,
  input[type='datetime-local']::-ms-expand,
  input[type='month']::-ms-expand,
  input[type='time']::-ms-expand,
  input[type='week']::-ms-expand,
  textarea::-ms-expand,
  select::-ms-expand {
    display: none; }
  input[type='email']:active, input[type='email']:focus, input[type='email'].input--active,
  input[type='number']:active,
  input[type='number']:focus,
  input[type='number'].input--active,
  input[type='password']:active,
  input[type='password']:focus,
  input[type='password'].input--active,
  input[type='search']:active,
  input[type='search']:focus,
  input[type='search'].input--active,
  input[type='tel']:active,
  input[type='tel']:focus,
  input[type='tel'].input--active,
  input[type='text']:active,
  input[type='text']:focus,
  input[type='text'].input--active,
  input[type='url']:active,
  input[type='url']:focus,
  input[type='url'].input--active,
  input[type='color']:active,
  input[type='color']:focus,
  input[type='color'].input--active,
  input[type='date']:active,
  input[type='date']:focus,
  input[type='date'].input--active,
  input[type='datetime']:active,
  input[type='datetime']:focus,
  input[type='datetime'].input--active,
  input[type='datetime-local']:active,
  input[type='datetime-local']:focus,
  input[type='datetime-local'].input--active,
  input[type='month']:active,
  input[type='month']:focus,
  input[type='month'].input--active,
  input[type='time']:active,
  input[type='time']:focus,
  input[type='time'].input--active,
  input[type='week']:active,
  input[type='week']:focus,
  input[type='week'].input--active,
  textarea:active,
  textarea:focus,
  textarea.input--active,
  select:active,
  select:focus,
  select.input--active {
    border-color: #37b700;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0; }
    input[type='email']:active.is-invalid,
    .form-group.is-invalid input[type='email']:active, input[type='email']:focus.is-invalid,
    .form-group.is-invalid input[type='email']:focus, input[type='email'].input--active.is-invalid,
    .form-group.is-invalid input[type='email'].input--active,
    input[type='number']:active.is-invalid,
    .form-group.is-invalid
    input[type='number']:active,
    input[type='number']:focus.is-invalid,
    .form-group.is-invalid
    input[type='number']:focus,
    input[type='number'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='number'].input--active,
    input[type='password']:active.is-invalid,
    .form-group.is-invalid
    input[type='password']:active,
    input[type='password']:focus.is-invalid,
    .form-group.is-invalid
    input[type='password']:focus,
    input[type='password'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='password'].input--active,
    input[type='search']:active.is-invalid,
    .form-group.is-invalid
    input[type='search']:active,
    input[type='search']:focus.is-invalid,
    .form-group.is-invalid
    input[type='search']:focus,
    input[type='search'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='search'].input--active,
    input[type='tel']:active.is-invalid,
    .form-group.is-invalid
    input[type='tel']:active,
    input[type='tel']:focus.is-invalid,
    .form-group.is-invalid
    input[type='tel']:focus,
    input[type='tel'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='tel'].input--active,
    input[type='text']:active.is-invalid,
    .form-group.is-invalid
    input[type='text']:active,
    input[type='text']:focus.is-invalid,
    .form-group.is-invalid
    input[type='text']:focus,
    input[type='text'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='text'].input--active,
    input[type='url']:active.is-invalid,
    .form-group.is-invalid
    input[type='url']:active,
    input[type='url']:focus.is-invalid,
    .form-group.is-invalid
    input[type='url']:focus,
    input[type='url'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='url'].input--active,
    input[type='color']:active.is-invalid,
    .form-group.is-invalid
    input[type='color']:active,
    input[type='color']:focus.is-invalid,
    .form-group.is-invalid
    input[type='color']:focus,
    input[type='color'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='color'].input--active,
    input[type='date']:active.is-invalid,
    .form-group.is-invalid
    input[type='date']:active,
    input[type='date']:focus.is-invalid,
    .form-group.is-invalid
    input[type='date']:focus,
    input[type='date'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='date'].input--active,
    input[type='datetime']:active.is-invalid,
    .form-group.is-invalid
    input[type='datetime']:active,
    input[type='datetime']:focus.is-invalid,
    .form-group.is-invalid
    input[type='datetime']:focus,
    input[type='datetime'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='datetime'].input--active,
    input[type='datetime-local']:active.is-invalid,
    .form-group.is-invalid
    input[type='datetime-local']:active,
    input[type='datetime-local']:focus.is-invalid,
    .form-group.is-invalid
    input[type='datetime-local']:focus,
    input[type='datetime-local'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='datetime-local'].input--active,
    input[type='month']:active.is-invalid,
    .form-group.is-invalid
    input[type='month']:active,
    input[type='month']:focus.is-invalid,
    .form-group.is-invalid
    input[type='month']:focus,
    input[type='month'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='month'].input--active,
    input[type='time']:active.is-invalid,
    .form-group.is-invalid
    input[type='time']:active,
    input[type='time']:focus.is-invalid,
    .form-group.is-invalid
    input[type='time']:focus,
    input[type='time'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='time'].input--active,
    input[type='week']:active.is-invalid,
    .form-group.is-invalid
    input[type='week']:active,
    input[type='week']:focus.is-invalid,
    .form-group.is-invalid
    input[type='week']:focus,
    input[type='week'].input--active.is-invalid,
    .form-group.is-invalid
    input[type='week'].input--active,
    textarea:active.is-invalid,
    .form-group.is-invalid
    textarea:active,
    textarea:focus.is-invalid,
    .form-group.is-invalid
    textarea:focus,
    textarea.input--active.is-invalid,
    .form-group.is-invalid
    textarea.input--active,
    select:active.is-invalid,
    .form-group.is-invalid
    select:active,
    select:focus.is-invalid,
    .form-group.is-invalid
    select:focus,
    select.input--active.is-invalid,
    .form-group.is-invalid
    select.input--active {
      border-color: #cd0000;
      -webkit-box-shadow: none;
              box-shadow: none; }
    input[type='email']:active.is-valid,
    .form-group.is-valid input[type='email']:active, input[type='email']:focus.is-valid,
    .form-group.is-valid input[type='email']:focus, input[type='email'].input--active.is-valid,
    .form-group.is-valid input[type='email'].input--active,
    input[type='number']:active.is-valid,
    .form-group.is-valid
    input[type='number']:active,
    input[type='number']:focus.is-valid,
    .form-group.is-valid
    input[type='number']:focus,
    input[type='number'].input--active.is-valid,
    .form-group.is-valid
    input[type='number'].input--active,
    input[type='password']:active.is-valid,
    .form-group.is-valid
    input[type='password']:active,
    input[type='password']:focus.is-valid,
    .form-group.is-valid
    input[type='password']:focus,
    input[type='password'].input--active.is-valid,
    .form-group.is-valid
    input[type='password'].input--active,
    input[type='search']:active.is-valid,
    .form-group.is-valid
    input[type='search']:active,
    input[type='search']:focus.is-valid,
    .form-group.is-valid
    input[type='search']:focus,
    input[type='search'].input--active.is-valid,
    .form-group.is-valid
    input[type='search'].input--active,
    input[type='tel']:active.is-valid,
    .form-group.is-valid
    input[type='tel']:active,
    input[type='tel']:focus.is-valid,
    .form-group.is-valid
    input[type='tel']:focus,
    input[type='tel'].input--active.is-valid,
    .form-group.is-valid
    input[type='tel'].input--active,
    input[type='text']:active.is-valid,
    .form-group.is-valid
    input[type='text']:active,
    input[type='text']:focus.is-valid,
    .form-group.is-valid
    input[type='text']:focus,
    input[type='text'].input--active.is-valid,
    .form-group.is-valid
    input[type='text'].input--active,
    input[type='url']:active.is-valid,
    .form-group.is-valid
    input[type='url']:active,
    input[type='url']:focus.is-valid,
    .form-group.is-valid
    input[type='url']:focus,
    input[type='url'].input--active.is-valid,
    .form-group.is-valid
    input[type='url'].input--active,
    input[type='color']:active.is-valid,
    .form-group.is-valid
    input[type='color']:active,
    input[type='color']:focus.is-valid,
    .form-group.is-valid
    input[type='color']:focus,
    input[type='color'].input--active.is-valid,
    .form-group.is-valid
    input[type='color'].input--active,
    input[type='date']:active.is-valid,
    .form-group.is-valid
    input[type='date']:active,
    input[type='date']:focus.is-valid,
    .form-group.is-valid
    input[type='date']:focus,
    input[type='date'].input--active.is-valid,
    .form-group.is-valid
    input[type='date'].input--active,
    input[type='datetime']:active.is-valid,
    .form-group.is-valid
    input[type='datetime']:active,
    input[type='datetime']:focus.is-valid,
    .form-group.is-valid
    input[type='datetime']:focus,
    input[type='datetime'].input--active.is-valid,
    .form-group.is-valid
    input[type='datetime'].input--active,
    input[type='datetime-local']:active.is-valid,
    .form-group.is-valid
    input[type='datetime-local']:active,
    input[type='datetime-local']:focus.is-valid,
    .form-group.is-valid
    input[type='datetime-local']:focus,
    input[type='datetime-local'].input--active.is-valid,
    .form-group.is-valid
    input[type='datetime-local'].input--active,
    input[type='month']:active.is-valid,
    .form-group.is-valid
    input[type='month']:active,
    input[type='month']:focus.is-valid,
    .form-group.is-valid
    input[type='month']:focus,
    input[type='month'].input--active.is-valid,
    .form-group.is-valid
    input[type='month'].input--active,
    input[type='time']:active.is-valid,
    .form-group.is-valid
    input[type='time']:active,
    input[type='time']:focus.is-valid,
    .form-group.is-valid
    input[type='time']:focus,
    input[type='time'].input--active.is-valid,
    .form-group.is-valid
    input[type='time'].input--active,
    input[type='week']:active.is-valid,
    .form-group.is-valid
    input[type='week']:active,
    input[type='week']:focus.is-valid,
    .form-group.is-valid
    input[type='week']:focus,
    input[type='week'].input--active.is-valid,
    .form-group.is-valid
    input[type='week'].input--active,
    textarea:active.is-valid,
    .form-group.is-valid
    textarea:active,
    textarea:focus.is-valid,
    .form-group.is-valid
    textarea:focus,
    textarea.input--active.is-valid,
    .form-group.is-valid
    textarea.input--active,
    select:active.is-valid,
    .form-group.is-valid
    select:active,
    select:focus.is-valid,
    .form-group.is-valid
    select:focus,
    select.input--active.is-valid,
    .form-group.is-valid
    select.input--active {
      border-color: #429642;
      -webkit-box-shadow: none;
              box-shadow: none; }
  input[type='email']:disabled,
  input[type='email'] [disabled='disabled'],
  input[type='number']:disabled,
  input[type='number'] [disabled='disabled'],
  input[type='password']:disabled,
  input[type='password'] [disabled='disabled'],
  input[type='search']:disabled,
  input[type='search'] [disabled='disabled'],
  input[type='tel']:disabled,
  input[type='tel'] [disabled='disabled'],
  input[type='text']:disabled,
  input[type='text'] [disabled='disabled'],
  input[type='url']:disabled,
  input[type='url'] [disabled='disabled'],
  input[type='color']:disabled,
  input[type='color'] [disabled='disabled'],
  input[type='date']:disabled,
  input[type='date'] [disabled='disabled'],
  input[type='datetime']:disabled,
  input[type='datetime'] [disabled='disabled'],
  input[type='datetime-local']:disabled,
  input[type='datetime-local'] [disabled='disabled'],
  input[type='month']:disabled,
  input[type='month'] [disabled='disabled'],
  input[type='time']:disabled,
  input[type='time'] [disabled='disabled'],
  input[type='week']:disabled,
  input[type='week'] [disabled='disabled'],
  textarea:disabled,
  textarea [disabled='disabled'],
  select:disabled,
  select [disabled='disabled'] {
    padding: 0.3rem 0;
    border-bottom-color: #000;
    opacity: 0.5; }
  input[type='email'].is-invalid,
  .form-group.is-invalid input[type='email'],
  input[type='number'].is-invalid,
  .form-group.is-invalid
  input[type='number'],
  input[type='password'].is-invalid,
  .form-group.is-invalid
  input[type='password'],
  input[type='search'].is-invalid,
  .form-group.is-invalid
  input[type='search'],
  input[type='tel'].is-invalid,
  .form-group.is-invalid
  input[type='tel'],
  input[type='text'].is-invalid,
  .form-group.is-invalid
  input[type='text'],
  input[type='url'].is-invalid,
  .form-group.is-invalid
  input[type='url'],
  input[type='color'].is-invalid,
  .form-group.is-invalid
  input[type='color'],
  input[type='date'].is-invalid,
  .form-group.is-invalid
  input[type='date'],
  input[type='datetime'].is-invalid,
  .form-group.is-invalid
  input[type='datetime'],
  input[type='datetime-local'].is-invalid,
  .form-group.is-invalid
  input[type='datetime-local'],
  input[type='month'].is-invalid,
  .form-group.is-invalid
  input[type='month'],
  input[type='time'].is-invalid,
  .form-group.is-invalid
  input[type='time'],
  input[type='week'].is-invalid,
  .form-group.is-invalid
  input[type='week'],
  textarea.is-invalid,
  .form-group.is-invalid
  textarea,
  select.is-invalid,
  .form-group.is-invalid
  select {
    border-color: #cd0000; }
    input[type='email'].is-invalid + .error,
    .form-group.is-invalid input[type='email'] + .error,
    input[type='number'].is-invalid + .error,
    .form-group.is-invalid
    input[type='number'] + .error,
    input[type='password'].is-invalid + .error,
    .form-group.is-invalid
    input[type='password'] + .error,
    input[type='search'].is-invalid + .error,
    .form-group.is-invalid
    input[type='search'] + .error,
    input[type='tel'].is-invalid + .error,
    .form-group.is-invalid
    input[type='tel'] + .error,
    input[type='text'].is-invalid + .error,
    .form-group.is-invalid
    input[type='text'] + .error,
    input[type='url'].is-invalid + .error,
    .form-group.is-invalid
    input[type='url'] + .error,
    input[type='color'].is-invalid + .error,
    .form-group.is-invalid
    input[type='color'] + .error,
    input[type='date'].is-invalid + .error,
    .form-group.is-invalid
    input[type='date'] + .error,
    input[type='datetime'].is-invalid + .error,
    .form-group.is-invalid
    input[type='datetime'] + .error,
    input[type='datetime-local'].is-invalid + .error,
    .form-group.is-invalid
    input[type='datetime-local'] + .error,
    input[type='month'].is-invalid + .error,
    .form-group.is-invalid
    input[type='month'] + .error,
    input[type='time'].is-invalid + .error,
    .form-group.is-invalid
    input[type='time'] + .error,
    input[type='week'].is-invalid + .error,
    .form-group.is-invalid
    input[type='week'] + .error,
    textarea.is-invalid + .error,
    .form-group.is-invalid
    textarea + .error,
    select.is-invalid + .error,
    .form-group.is-invalid
    select + .error {
      display: block; }
    input[type='email'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid input[type='email'] ~ .invalid-feedback,
    input[type='number'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='number'] ~ .invalid-feedback,
    input[type='password'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='password'] ~ .invalid-feedback,
    input[type='search'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='search'] ~ .invalid-feedback,
    input[type='tel'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='tel'] ~ .invalid-feedback,
    input[type='text'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='text'] ~ .invalid-feedback,
    input[type='url'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='url'] ~ .invalid-feedback,
    input[type='color'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='color'] ~ .invalid-feedback,
    input[type='date'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='date'] ~ .invalid-feedback,
    input[type='datetime'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='datetime'] ~ .invalid-feedback,
    input[type='datetime-local'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='datetime-local'] ~ .invalid-feedback,
    input[type='month'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='month'] ~ .invalid-feedback,
    input[type='time'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='time'] ~ .invalid-feedback,
    input[type='week'].is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    input[type='week'] ~ .invalid-feedback,
    textarea.is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    textarea ~ .invalid-feedback,
    select.is-invalid ~ .invalid-feedback,
    .form-group.is-invalid
    select ~ .invalid-feedback {
      display: block; }
  input[type='email'].is-valid,
  .form-group.is-valid input[type='email'],
  input[type='number'].is-valid,
  .form-group.is-valid
  input[type='number'],
  input[type='password'].is-valid,
  .form-group.is-valid
  input[type='password'],
  input[type='search'].is-valid,
  .form-group.is-valid
  input[type='search'],
  input[type='tel'].is-valid,
  .form-group.is-valid
  input[type='tel'],
  input[type='text'].is-valid,
  .form-group.is-valid
  input[type='text'],
  input[type='url'].is-valid,
  .form-group.is-valid
  input[type='url'],
  input[type='color'].is-valid,
  .form-group.is-valid
  input[type='color'],
  input[type='date'].is-valid,
  .form-group.is-valid
  input[type='date'],
  input[type='datetime'].is-valid,
  .form-group.is-valid
  input[type='datetime'],
  input[type='datetime-local'].is-valid,
  .form-group.is-valid
  input[type='datetime-local'],
  input[type='month'].is-valid,
  .form-group.is-valid
  input[type='month'],
  input[type='time'].is-valid,
  .form-group.is-valid
  input[type='time'],
  input[type='week'].is-valid,
  .form-group.is-valid
  input[type='week'],
  textarea.is-valid,
  .form-group.is-valid
  textarea,
  select.is-valid,
  .form-group.is-valid
  select {
    border-color: #429642; }
    input[type='email'].is-valid + .is-valid,
    .form-group.is-valid input[type='email'] + .is-valid,
    input[type='number'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='number'] + .is-valid,
    input[type='password'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='password'] + .is-valid,
    input[type='search'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='search'] + .is-valid,
    input[type='tel'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='tel'] + .is-valid,
    input[type='text'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='text'] + .is-valid,
    input[type='url'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='url'] + .is-valid,
    input[type='color'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='color'] + .is-valid,
    input[type='date'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='date'] + .is-valid,
    input[type='datetime'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='datetime'] + .is-valid,
    input[type='datetime-local'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='datetime-local'] + .is-valid,
    input[type='month'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='month'] + .is-valid,
    input[type='time'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='time'] + .is-valid,
    input[type='week'].is-valid + .is-valid,
    .form-group.is-valid
    input[type='week'] + .is-valid,
    textarea.is-valid + .is-valid,
    .form-group.is-valid
    textarea + .is-valid,
    select.is-valid + .is-valid,
    .form-group.is-valid
    select + .is-valid {
      display: block; }

.form-input-sample {
  line-height: 2; }

.select-dropdown {
  padding: 0.6rem 0;
  background-color: transparent;
  cursor: pointer; }
  .select-dropdown + .select-dropdown-icon {
    position: absolute;
    top: 2.8rem;
    right: 0;
    font-size: 1.6rem;
    pointer-events: none; }

input[type='checkbox'] {
  display: none; }
  input[type='checkbox'] + .form-control-label {
    position: relative;
    display: table;
    cursor: pointer; }
    input[type='checkbox'] + .form-control-label .checkbox-icon {
      display: none; }
    input[type='checkbox'] + .form-control-label::before {
      content: '';
      position: absolute;
      width: 2.8rem;
      height: 2.8rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: #7d7d7d solid 0.1rem;
      background-color: transparent;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
  input[type='checkbox']:checked + .form-control-label .checkbox-icon {
    position: absolute;
    top: 0.7rem;
    left: 0.6rem;
    display: block;
    color: #fff;
    font-size: 1.5rem; }
  input[type='checkbox']:checked + .form-control-label::before {
    border: none;
    background-color: #429642;
    opacity: 1; }
  input[type='checkbox']:disabled + .form-control-label {
    cursor: initial;
    opacity: 0.5;
    pointer-events: none; }
    input[type='checkbox']:disabled + .form-control-label::before {
      opacity: 0.5; }

input[type='radio'] {
  display: none; }
  input[type='radio'] + .form-control-label {
    position: relative;
    display: block;
    cursor: pointer; }
    input[type='radio'] + .form-control-label::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 2.2rem;
      height: 2.2rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: #7d7d7d solid 0.1rem;
      background-color: #fff;
      border-radius: 100%;
      color: #000;
      line-height: 2rem;
      text-align: center;
      vertical-align: middle; }
  input[type='radio']:checked + .form-control-label::before {
    border: #429642 solid 0.1rem;
    background-color: #429642;
    -webkit-box-shadow: inset 0 0 0 0.4rem #fff;
            box-shadow: inset 0 0 0 0.4rem #fff; }
  input[type='radio']:disabled + .form-control-label {
    cursor: initial;
    opacity: 0.5;
    pointer-events: none; }
    input[type='radio']:disabled + .form-control-label::before {
      opacity: 0.5; }

.quantity-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center; }
  .quantity-form .quantity {
    font-size: 1.6rem;
    line-height: 1.2;
    width: 4.4rem;
    height: 4rem;
    padding: 0.6rem;
    border: 0.05rem solid #7d7d7d;
    margin: 0 0.8rem;
    color: #000;
    font-weight: 500;
    text-align: center; }
    .quantity-form .quantity::-webkit-outer-spin-button, .quantity-form .quantity::-webkit-inner-spin-button {
      margin: 0;
      -webkit-appearance: none;
              appearance: none; }
  .quantity-form .quantity-icon {
    padding: 0.7rem 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.4rem; }
    .quantity-form .quantity-icon::before {
      display: inline-block;
      padding: 0.6rem;
      background-color: #7d7d7d;
      border-radius: 100%; }
    .quantity-form .quantity-icon.icon--disabled {
      opacity: 0.5; }
    .quantity-form .quantity-icon.increase-quantity:hover::before {
      background-color: #37b700; }

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

@media screen and (min-width: 1024px) {
  .quantity-form .quantity {
    font-size: 2rem;
    line-height: 1.2;
    width: 6rem;
    height: 5.4rem;
    padding: 1.6rem 1.2rem; }
  .quantity-form .quantity-icon {
    padding: 1.2rem 0;
    font-size: 1.6rem; }
    .quantity-form .quantity-icon::before {
      padding: 0.7rem; } }

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

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

.icon-camera::before {
  content: '\63'; }

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

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

.icon-point::before {
  content: '\64'; }

.icon-price-tag::before {
  content: '\65'; }

.icon-return::before {
  content: '\66'; }

.icon-bonus::before {
  content: '\67'; }

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

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

.icon-star::before {
  content: '\6a'; }

.icon-check::before {
  content: '\6b'; }

.icon-close::before {
  content: '\6c'; }

.icon-thumb::before {
  content: '\6d'; }

.icon-trash::before {
  content: '\6e'; }

.icon-delivery::before {
  content: '\6f'; }

.icon-droparrow::before {
  content: '\70'; }

.icon-user::before {
  content: '\71'; }

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

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

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

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

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

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

.icon-point-up::before {
  content: '\64'; }

.icon-point-down::before {
  content: '\64'; }

.icon-point-right::before {
  content: '\64'; }

.icon-arrow-up::before {
  content: '\62'; }

.icon-arrow-down::before {
  content: '\62'; }

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

.icon-point-up,
.icon-arrow-up {
  display: block;
  float: left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.icon-point-down,
.icon-arrow-down {
  display: block;
  float: left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.icon-point-right,
.icon-arrow-right {
  display: block;
  float: left;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.header-search {
  position: relative; }

.clear-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #d8d8d8;
  border-radius: 50%;
  cursor: pointer; }
  .clear-search.hide {
    display: none; }
  .clear-search-close {
    font-size: 1.2rem;
    line-height: 1.2;
    height: 1.2rem; }

.view-more-products {
  width: 100%;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #e4e4e7;
  text-align: center; }
  .view-more-products-link {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    line-height: 2.5;
    text-decoration: underline; }

.header-search-dropdown {
  max-height: calc(100vh - 15.5rem);
  padding: 2rem 1rem;
  margin: 0.8rem;
  background: #fff;
  -webkit-box-shadow: 0 0 1.1rem 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 1.1rem 0 rgba(0, 0, 0, 0.23);
  overflow-y: auto; }
  .header-search-dropdown-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse; }
  .header-search-dropdown-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    width: 100%; }
    .header-search-dropdown-categories-results-list {
      padding: 0;
      margin: 0;
      list-style: none; }
      .header-search-dropdown-categories-results-list-li > .link-item {
        font-size: 1.6rem;
        line-height: 1.2;
        font-weight: 500;
        -webkit-text-decoration-color: #979797;
                text-decoration-color: #979797; }
      .header-search-dropdown-categories-results-list-li-link {
        font-size: 1.6rem;
        line-height: 1.2;
        display: block;
        margin-top: 1rem;
        color: #000;
        font-weight: 500;
        -webkit-text-decoration-color: #979797;
                text-decoration-color: #979797; }
    .header-search-dropdown-categories-title {
      font-size: 1.2rem;
      line-height: 1.2;
      margin-bottom: 0.5rem;
      color: #7d7d7d;
      font-weight: 500;
      text-transform: uppercase; }
  .header-search-dropdown-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    width: 100%; }
    .header-search-dropdown-products-wrapper > .header-search-dropdown-product .product {
      border-top: none;
      border-bottom: 0.1rem solid #e4e4e7; }
    .header-search-dropdown-products-wrapper:last-of-type {
      margin-bottom: 0; }
  .header-search-dropdown-title {
    font-size: 1.2rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #7d7d7d;
    font-weight: 500;
    text-transform: uppercase; }
    .header-search-dropdown-title .view-more-products-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: none;
      margin-left: auto;
      line-height: 1; }

.header-search-dropdown-categories-item {
  width: 100%;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #e4e4e7; }
  .header-search-dropdown-categories-item:last-of-type {
    padding-bottom: 0;
    border: none; }
    .header-search-dropdown-categories-item:last-of-type:first-child {
      padding: 0; }

.header-search-dropdown-categories-results-paragraph {
  margin: 1rem 0 0 0; }
  .header-search-dropdown-categories-results-paragraph > .results-link {
    font-size: 1.6rem;
    line-height: 1.2;
    -webkit-text-decoration-color: #979797;
            text-decoration-color: #979797; }
    .header-search-dropdown-categories-results-paragraph > .results-link > .name {
      font-weight: 500; }
    .header-search-dropdown-categories-results-paragraph > .results-link.block {
      display: block; }

.header-search-dropdown-products-description {
  position: relative;
  width: calc(100% - 9.2rem);
  margin-left: 1rem; }
  .header-search-dropdown-products-description-top-seller {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000; }
    .header-search-dropdown-products-description-top-seller > .rabat {
      margin-left: 0.3rem;
      color: #cd0000; }
  .header-search-dropdown-products-description .price {
    font-size: 2.2rem;
    line-height: 1.2;
    position: absolute;
    top: 0;
    right: 0;
    color: #cd0000;
    font-weight: 500; }
    .header-search-dropdown-products-description .price-old {
      font-size: 1.2rem;
      line-height: 1.2;
      display: block;
      color: #7d7d7d;
      line-height: 1.71;
      text-align: right;
      text-decoration: line-through; }
  .header-search-dropdown-products-description .header-search-dropdown-products-description-title {
    font-size: 1.5rem;
    line-height: 1.2;
    max-width: calc(100% - 10rem);
    margin: 0.8rem 0 0.14rem 0;
    color: #000;
    font-weight: 500; }
    .header-search-dropdown-products-description .header-search-dropdown-products-description-title > .link {
      font-size: 1.5rem;
      line-height: 1.2;
      text-decoration: none; }
  .header-search-dropdown-products-description .header-search-dropdown-products-description-category {
    font-size: 1.2rem;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.5); }
  .header-search-dropdown-products-description .add-to-basket {
    position: absolute;
    right: 0;
    bottom: 0; }

.popular-search {
  -webkit-transition: visibility 0.3s, opacity 0.3s ease;
  transition: visibility 0.3s, opacity 0.3s ease; }
  .popular-search.hide {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s ease;
    transition: visibility 0.3s, opacity 0.3s ease;
    visibility: hidden; }

.popular-search-dropdown {
  width: 100%; }
  .popular-search-dropdown-links {
    padding-bottom: 0;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2); }
  .popular-search-dropdown-title {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #7d7d7d;
    font-weight: 500;
    text-transform: uppercase; }
  .popular-search-dropdown-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none; }
    .popular-search-dropdown-list-li {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      padding-bottom: 1rem; }
      .popular-search-dropdown-list-li > .suggestion-item {
        font-size: 1.6rem;
        line-height: 1.2;
        color: #000;
        font-weight: 500;
        -webkit-text-decoration-color: #979797;
                text-decoration-color: #979797; }
  .popular-search-dropdown-help {
    padding-top: 1.5rem; }
    .popular-search-dropdown-help-title {
      font-size: 1.2rem;
      line-height: 1.2;
      margin-bottom: 1.5rem;
      color: #7d7d7d;
      font-weight: 500;
      text-transform: uppercase; }
    .popular-search-dropdown-help-list {
      padding: 0;
      margin: 0;
      list-style: none; }
      .popular-search-dropdown-help-list-li {
        padding-bottom: 1rem; }
        .popular-search-dropdown-help-list-li > .suggestion-item {
          font-size: 1.6rem;
          line-height: 1.2;
          color: #000;
          font-weight: 500;
          -webkit-text-decoration-color: #979797;
                  text-decoration-color: #979797; }

@media screen and (min-width: 1024px) {
  .clear-search {
    top: 2.7rem;
    right: 1.5rem; }
  .popular-search-dropdown-links {
    padding-bottom: 2rem; }
  .popular-search-dropdown-title {
    font-size: 1.4rem;
    line-height: 1.2;
    text-transform: none; }
  .popular-search-dropdown-list-li {
    -ms-flex: none;
    flex: none;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    margin-right: 3rem; }
    .popular-search-dropdown-list-li > .suggestion-item {
      font-size: 1.6rem;
      line-height: 1.2; }
  .popular-search-dropdown-help-title {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #000;
    text-transform: none; }
  .popular-search-dropdown-help-list-li {
    padding-bottom: 0.5rem; }
    .popular-search-dropdown-help-list-li > .suggestion-item {
      font-size: 1.6rem;
      line-height: 1.2;
      border-bottom: none;
      text-decoration: none; }
  .header-search-dropdown {
    position: absolute;
    z-index: 99;
    top: 8rem;
    left: 50%;
    width: 104.3rem;
    padding: 2rem;
    margin: 0;
    margin-left: -52rem; }
    .header-search-dropdown-results {
      -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap; }
    .header-search-dropdown-title {
      font-size: 1.4rem;
      line-height: 1.2;
      margin-bottom: 1.5rem;
      text-transform: none; }
      .header-search-dropdown-title .view-more-products-link {
        display: block; }
    .header-search-dropdown .header-search-dropdown-products-description .add-to-basket {
      font-size: 1.6rem;
      line-height: 1.2;
      padding: 0.9rem 4.9rem; }
    .header-search-dropdown-categories {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; }
      .header-search-dropdown-categories-title {
        font-size: 1.4rem;
        line-height: 1.2;
        text-transform: none; }
      .header-search-dropdown-categories-item {
        padding: 1.5rem 0; }
        .header-search-dropdown-categories-item:first-child {
          padding-top: 0; }
      .header-search-dropdown-categories-results-list-li {
        line-height: 1.57; }
        .header-search-dropdown-categories-results-list-li > .link-item {
          text-decoration: none; }
    .header-search-dropdown-products {
      margin-left: 6rem; }
    .header-search-dropdown-products-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 2rem;
      border-bottom: 0.1rem solid #e4e4e7;
      margin: 0 -1rem; }
      .header-search-dropdown-products-wrapper > .header-search-dropdown-product {
        -ms-flex: 0 1 33.33333%;
        flex: 0 1 33.33333%;
        -webkit-box-flex: 0 1 33.33333%;
        -moz-box-flex: 0 1 33.33333%;
        padding: 0 1rem; }
        .header-search-dropdown-products-wrapper > .header-search-dropdown-product .product {
          height: 100%;
          padding-bottom: 2rem;
          border-bottom: none; }
        .header-search-dropdown-products-wrapper > .header-search-dropdown-product .product-tile {
          padding-bottom: 0; }
    .header-search-dropdown-categories-results-list-li-link {
      text-decoration: none; }
  .header-search-dropdown-categories-results-paragraph > .results-link {
    text-decoration: none; } }

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .header-search-dropdown {
    left: 50%;
    width: 90rem;
    margin: 0;
    margin-left: -45rem; } }

.breadcrumb .breadcrumb-item a {
  text-decoration: none; }

.checkout .header-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  height: 6.4rem;
  background-color: #fff; }

.checkout .header-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 0; }

.checkout .header-back-to-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 1.9rem;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.checkout .header-back-to-shop-text {
  margin-left: 0.5rem; }

.checkout .header-logo-big {
  position: absolute;
  right: 1.9rem;
  height: 2.1rem; }

.checkout .header-logo-image {
  width: auto;
  height: 2.1rem; }

.checkout .order-total-summary p {
  margin: 0; }

.checkout .product-line-item-details .icon-trash {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 1.4rem; }

.checkout .product-line-item-details .line-item-name {
  padding-left: 1.5rem; }

.checkout .line-item-name span {
  display: block; }

.checkout .line-item-name-brand {
  color: #7d7d7d; }

.checkout .price-non-adjusted {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #7d7d7d;
  text-decoration: line-through; }

.checkout .discount-code-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  padding-top: 0; }
  .checkout .discount-code-container .discount-code-form {
    display: none; }
  .checkout .discount-code-container .promo-code-submit {
    margin: 0; }
  .checkout .discount-code-container .promo-code-btn {
    width: 100%; }
  .checkout .discount-code-container.active {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .checkout .discount-code-container.active .discount-code-header {
      display: none; }
    .checkout .discount-code-container.active .discount-code-form {
      display: block; }
    .checkout .discount-code-container.active input[type='text'] {
      border-bottom: 0; }
  .checkout .discount-code-container input[type='text'] {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 1.6rem; }
  .checkout .discount-code-container .form-control-label {
    font-size: 1.4rem;
    line-height: 1.2;
    display: block;
    padding: 0 0 0.5rem;
    color: #000; }
  .checkout .discount-code-container .coupon-close-form {
    text-align: left; }

.checkout .coupon-close-form span {
  position: relative; }
  .checkout .coupon-close-form span::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000; }

.checkout .discount-code-header span {
  position: relative; }
  .checkout .discount-code-header span::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000; }

.checkout .coupon-line-item {
  position: relative;
  overflow: visible; }

.checkout .coupons-actions {
  position: absolute;
  top: 0.5rem;
  left: -7.5rem;
  width: 7.5rem; }

.checkout [data-checkout-step='totals'] .coupons-actions {
  display: none; }

.checkout .coupon-badge-added {
  font-size: 1.2rem;
  line-height: 1.2;
  width: 6rem;
  height: 2rem;
  background: #000;
  color: #fff;
  line-height: 1.8;
  text-align: center; }
  .checkout .coupon-badge-added::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0.5rem;
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid #000; }

.checkout .coupon-remove-coupon {
  font-size: 1.3rem;
  line-height: 1.2;
  display: block; }
  .checkout .coupon-remove-coupon span {
    position: relative; }
    .checkout .coupon-remove-coupon span::after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #000; }

.checkout .order-total-summary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79%;
          flex: 0 0 79%; }

.checkout .order-summary {
  margin-top: 2.5rem; }

.checkout .line-item-unit-price {
  text-align: left; }

.checkout .line-item-price-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.checkout .checkout-cart-container {
  margin: 0 auto; }

.checkout .cart-body .product-summary-block {
  margin: 0; }

.checkout-title-wrapper {
  margin: 1.5rem;
  text-align: center; }

.checkout-container {
  width: 100%;
  max-width: 82.9rem;
  padding: 0;
  margin: 0 auto; }
  .checkout-container .valid-cart-error {
    display: block;
    margin-top: 2rem;
    background: #fff;
    color: #cd0000;
    font-weight: 500;
    text-align: center; }

.checkout .next-step-button {
  position: static;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

.checkout-cart-container {
  width: 100%;
  max-width: 82.9rem;
  margin: 0 auto; }

.checkout .error-message {
  margin: 3rem 2rem; }
  .checkout .error-message-text {
    color: #cd0000;
    text-align: center; }

.checkout .unifaun-error-message {
  margin: -1.5rem 0 1.5rem 0; }
  .checkout .unifaun-error-message-text {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #cd0000;
    text-align: left; }

.checkout-step-block {
  position: relative;
  width: 100%;
  background-color: #fff; }
  .checkout-step-block::before {
    content: '';
    position: absolute;
    top: -22px;
    right: 0;
    left: 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    border: solid 5px #fff;
    margin-right: auto;
    margin-left: auto;
    background-color: #7d7d7d;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1); }
  .checkout-step-block fieldset {
    max-width: 40.2rem;
    padding: 0;
    border: none;
    margin: 0 auto; }

.checkout-step-number {
  font-size: 1.6rem;
  line-height: 1.2;
  position: absolute;
  top: -3px;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.checkout .modal {
  position: fixed;
  z-index: 9;
  top: 30%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: none;
  width: 100%;
  max-width: 37.5rem;
  background: #fff;
  outline: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .checkout .modal-dialog {
    padding: 2rem;
    margin: 0; }
  .checkout .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 0 2rem 0;
    border: none; }
  .checkout .modal-body {
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 0 0 1rem 0; }
    .checkout .modal-body .coupon-to-remove,
    .checkout .modal-body .product-to-remove {
      padding-bottom: 1rem;
      text-align: center; }
  .checkout .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0;
    border-top: 0; }
    .checkout .modal-footer .cart-delete-confirmation-btn {
      min-width: 10rem;
      padding: 1.5rem 0;
      background-color: #429642;
      color: #fff; }
    .checkout .modal-footer .cart-cancel-button {
      min-width: 10rem;
      padding: 1.5rem 0; }

.checkout .modal-content {
  border: none; }

.checkout .payment-methods {
  display: none;
  margin-top: 5.1rem; }
  .checkout .payment-methods fieldset {
    max-width: 61.4rem; }

.checkout .payment-options .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 0 1.2rem 1rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  margin: 0; }
  .checkout .payment-options .nav-item.active {
    border-left: solid 4px #429642; }

.checkout .payment-options .label {
  width: 100%;
  padding: 1rem 0 1rem 3.2rem;
  line-height: 2rem; }
  .checkout .payment-options .label::before {
    top: inherit; }
  .checkout .payment-options .label-no-padding {
    padding: 0; }

.checkout .payment-options .payment-option {
  margin-left: 1rem; }

.checkout .payment-options .tab-pane {
  display: none;
  width: 100%; }
  .checkout .payment-options .tab-pane.gift-certificate-content {
    max-width: 40.2rem;
    margin: 0 auto; }

.checkout .payment-options .form-control-radio-description {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  color: #000;
  font-weight: 500; }

.checkout .payment-options .form-control-radio-sub-description {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-weight: 500; }

.checkout .payment-options .form-control-radio-image {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  margin-left: 3%; }

.checkout .payment-options .form-control-radio-price {
  font-size: 1.6rem;
  line-height: 1.2;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  font-weight: 500;
  text-align: right; }

.checkout .payment-options .form-control-radio-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between; }

.checkout .payment-options .form-control-radio-sub-title {
  margin-bottom: 1rem; }

.checkout .payment-qliro-customer-identification {
  display: block;
  max-width: 40.2rem;
  margin: 0 auto; }

.checkout .payment-qliro-option {
  display: none; }

.checkout .payment-qliro-legal {
  font-size: 1.4rem;
  line-height: 1.2;
  padding-top: 2rem;
  color: #7d7d7d; }
  .checkout .payment-qliro-legal a {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #000; }

.checkout .totals-submit-container {
  display: none; }
  .checkout .totals-submit-container .card {
    padding: 0 2rem 1rem; }
  .checkout .totals-submit-container .order-total-summary.bottom {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0; }

.checkout .footer-disclaimers {
  max-width: 61.5rem;
  padding-top: 5rem;
  margin: 0 auto;
  text-align: center; }

.checkout .footer-checkout-legal {
  font-size: 1.6rem;
  line-height: 1.2; }

.checkout .footer-checkout-support {
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 5.5rem; }
  .checkout .footer-checkout-support h4 {
    margin: 0; }
  .checkout .footer-checkout-support p {
    margin-bottom: 1rem; }

.checkout-button {
  max-width: 61.4rem;
  padding-top: 2.8rem;
  margin: 0 auto; }

.checkout .data-checkout-stage[data-checkout-stage] button.place-order {
  display: block;
  width: 100%; }

.checkout .sub-total {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500; }

.checkout .grand-total-sum {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #429642;
  font-weight: 500; }

.checkout .order-discount-total,
.checkout .order-lineitem-discount-total,
.checkout .product-discount-total {
  color: #cd0000; }

.checkout button:disabled {
  opacity: 0.5; }

.checkout [data-checkout-stage='customerIdentificationContent'] .checkout-step-customerIdentificationContent-content {
  display: block; }

.checkout [data-checkout-stage='customerIdentificationContent'] .checkout-step-customerIdentificationContent-summary {
  display: none; }

.checkout [data-checkout-stage='customerIdentificationContent'] .checkout-customerIdentificationContent-step-block::before {
  background-color: #000; }

.checkout [data-checkout-stage='customerIdentificationContent'] .checkout-step-shippingaddress-content {
  display: block; }

.checkout [data-checkout-stage='customerIdentificationContent'] .checkout-step-shippingaddress-summary {
  display: none; }

.checkout [data-checkout-stage='shippingAddress'] .checkout-step-shippingaddress-content {
  display: block; }

.checkout [data-checkout-stage='shippingAddress'] .checkout-step-shippingaddress-summary {
  display: none; }

.checkout [data-checkout-stage='shippingAddress'] .checkout-step-customerIdentificationContent-content {
  display: block; }

.checkout [data-checkout-stage='shippingAddress'] .checkout-step-customerIdentificationContent-summary {
  display: none; }

.checkout [data-checkout-stage='shippingAddress'] .checkout-shippingaddress-step-block::before {
  background-color: #000; }

.checkout [data-checkout-stage='shippingMethods'] .checkout-step-shippingmethod-content {
  display: block; }

.checkout [data-checkout-stage='shippingMethods'] .checkout-step-shippingmethod-summary {
  display: none; }

.checkout [data-checkout-stage='shippingMethods'] .checkout-shippingmethod-step-block::before {
  background-color: #000; }

.checkout [data-checkout-stage='payment'] .checkout-step-paymentmethod-content,
.checkout [data-checkout-stage='totals'] .checkout-step-paymentmethod-content {
  display: block; }

.checkout [data-checkout-stage='payment'] .checkout-step-paymentmethod-summary,
.checkout [data-checkout-stage='totals'] .checkout-step-paymentmethod-summary {
  display: none; }

.checkout [data-checkout-stage='payment'] .checkout-paymentmethod-step-block::before,
.checkout [data-checkout-stage='totals'] .checkout-paymentmethod-step-block::before {
  background-color: #000; }

.checkout [data-checkout-stage='payment'] .checkout-placeorder-step-block,
.checkout [data-checkout-stage='totals'] .checkout-placeorder-step-block {
  display: block; }

.checkout [data-summary-method-icon] .unifaun-icon {
  max-width: 7.5rem;
  margin: 1rem 0 0 0; }

.checkout-step-content {
  display: none; }

.checkout-step-summary {
  position: relative;
  display: block;
  max-width: 40.2rem;
  padding-bottom: 1rem;
  margin: 0 auto; }

.checkout-step-customerIdentificationContent-summary .checkout-step-summary-wrapper:last-child, .checkout-step-shippingmethod-summary .checkout-step-summary-wrapper:last-child {
  margin: 0 auto;
  text-align: center; }

.checkout-step-paymentmethod-summary .checkout-step-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.checkout-step-paymentmethod-summary .checkout-step-summary-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 auto 2rem;
  text-align: center; }

.checkout-step-paymentmethod-summary .checkout-step-summary-wrapper:last-child {
  text-align: center; }

.checkout-step-paymentmethod-summary .checkout-step-summary-content {
  margin-bottom: 1rem; }

.checkout-step-summary-wrapper:last-child {
  text-align: right; }

.checkout-step-payment-summary {
  padding-bottom: 0; }
  .checkout-step-payment-summary .checkout-step-summary-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }

.checkout-step-summary-gift-certificate-wrapper {
  display: none; }

.checkout-step-action {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.checkout-step-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem; }

.checkout-step-summary-title {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #3f3f3f;
  text-transform: uppercase; }

.checkout-step-summary-content {
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 0.5rem 0;
  color: #7d7d7d; }

.checkout-payment-options {
  padding: 0; }

.checkout-payment-description {
  font-size: 1.6rem;
  line-height: 1.2; }

.checkout-shippingaddress-step-block {
  margin-top: 5.1rem; }

.checkout-installment-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  margin: 1rem 0 0; }
  .checkout-installment-detail-info .checkout-step-summary-title {
    font-size: 1rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    padding: 0.5rem;
    margin: 0.1rem 0 0;
    background: #f0f0f0;
    text-align: center;
    text-transform: none; }
    .checkout-installment-detail-info .checkout-step-summary-title .checkout-step-summary-title-head {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .checkout-installment-detail-info .checkout-step-summary-title .checkout-step-summary-title-val {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      font-weight: 600; }

.confirmation.page {
  padding-top: 0; }

.confirmation .header-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  height: 6.4rem; }

.confirmation .header-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 0; }

.confirmation .header-back-to-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  position: absolute;
  left: 1.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.confirmation .header-back-to-shop-icon {
  display: none; }

.confirmation .header-back-to-shop-text {
  margin-left: 0.5rem; }

.confirmation .header-logo-big {
  position: absolute;
  right: 1.9rem;
  height: 2.1rem; }

.confirmation .header-logo-image {
  width: auto;
  height: 2.1rem; }

.confirmation .line-item-unit-price {
  display: none; }

.confirmation-message {
  max-width: 82.8rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  text-align: center; }
  .confirmation-message .order-thank-you-msg {
    padding: 4rem 0 0.8rem 0; }
    .confirmation-message .order-thank-you-msg.check-order-title {
      margin-bottom: 0; }
  .confirmation-message .order-thank-you-email-msg {
    max-width: 40.2rem;
    padding: 1.5rem 0 3.2rem 0;
    margin: 0 auto; }

.confirmation-summary {
  max-width: 82.8rem;
  padding-bottom: 3.7rem;
  margin: 0 auto; }
  .confirmation-summary .confirm-details {
    margin-top: 1.2rem; }
  .confirmation-summary .order-number {
    font-weight: 500; }

.confirmation .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between; }
  .confirmation .card-body .product-summary-block {
    width: 100%;
    margin-bottom: 0; }
  .confirmation .card-body .product-summary-header-block {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2); }
  .confirmation .card-body .product-summary-header-product {
    display: none; }
  .confirmation .card-body .product-summary-header-items {
    display: none; }

.confirmation .card-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  padding: 3rem 0; }

.confirmation .card .remove-product {
  display: none !important; }

.confirmation .card .line-item-quantity {
  display: none; }

.confirmation .card .unit-price-label {
  display: none; }

.confirmation .card .order-line-item-quantity-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.confirmation .product-line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  padding: 1.8rem 0;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1); }
  .confirmation .product-line-item .product-card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    max-width: 25.3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: auto; }
  .confirmation .product-line-item .line-item-total-price-amount {
    margin-left: 0; }
  .confirmation .product-line-item .align-items-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 29.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 1.1rem; }

.confirmation .product-line-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  .confirmation .product-line-item-details .line-item-name {
    font-size: 1.4rem;
    line-height: 1.2;
    max-width: 25.3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    margin-left: auto;
    font-weight: 500; }

.confirmation .product-line-image-container {
  width: 6.7rem; }
  .confirmation .product-line-image-container .item-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
  .confirmation .product-line-image-container img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; }

.confirmation .order-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.5rem; }

.confirmation .order-end-lines span {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500; }

.confirmation .discount-code {
  margin-left: 0.5rem;
  color: #cd0000; }

.confirmation .order-discount .order-start-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center; }

.confirmation .order-total-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 25.3rem;
  margin-left: auto; }
  .confirmation .order-total-summary .cart-total-container {
    width: 29.5rem; }
  .confirmation .order-total-summary .sub-total {
    color: #000; }
  .confirmation .order-total-summary .grand-total-sum {
    color: #429642; }
  .confirmation .order-total-summary .subtotal-item,
  .confirmation .order-total-summary .order-discount,
  .confirmation .order-total-summary .shipping-item,
  .confirmation .order-total-summary .shipping-discount,
  .confirmation .order-total-summary .sales-tax-item,
  .confirmation .order-total-summary .grand-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    font-weight: 400; }
  .confirmation .order-total-summary .coupon-line-item {
    padding: 0.4rem 0; }
  .confirmation .order-total-summary .coupons-and-promos {
    width: 100%; }
  .confirmation .order-total-summary .order-discount-total,
  .confirmation .order-total-summary .product-discount-total {
    color: #cd0000; }
  .confirmation .order-total-summary p {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0.8rem 0; }
  .confirmation .order-total-summary .sales-tax-item {
    border-bottom: none; }
  .confirmation .order-total-summary .grand-total {
    border-top: 0.1rem solid #000; }
  .confirmation .order-total-summary .order-summary-last {
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1); }

.confirmation .checkout-registration {
  width: 100%; }
  .confirmation .checkout-registration .form-group {
    margin-bottom: 3.2rem; }
  .confirmation .checkout-registration input {
    border-bottom: 0.3rem solid #7d7d7d; }
    .confirmation .checkout-registration input:focus {
      border-bottom: 0.3rem solid #37b700; }
  .confirmation .checkout-registration .btn {
    width: 100%;
    margin-top: 0.5rem; }

.confirmation .widget-article-grid {
  padding: 0; }

.confirmation .order-confirm-create-account-wrapper {
  display: none;
  width: 100%;
  padding: 3.5rem 0 4.5rem 0;
  margin-bottom: 1rem; }

.confirmation .order-confirm-create-account {
  position: relative;
  width: 100%;
  max-width: 50rem;
  padding: 1rem 0;
  margin: 0 auto; }
  .confirmation .order-confirm-create-account .card-header {
    margin-bottom: 1.7rem; }
  .confirmation .order-confirm-create-account .card-header-custom {
    text-align: left; }
  .confirmation .order-confirm-create-account .card-subheader-custom {
    color: #429642;
    text-align: left; }

.confirmation .order-confirm-slot {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  margin-top: 2rem; }

.confirmation .order-confirm-footer {
  width: 100%;
  margin-bottom: 1rem; }
  .confirmation .order-confirm-footer a {
    color: #fff;
    text-decoration: none; }

.confirmation .order-confirm-tracking-button {
  background-color: transparent;
  color: inherit;
  text-decoration: none; }

.confirmation .order-confirm-button {
  position: relative;
  width: 100%;
  max-width: 50rem;
  padding: 1rem 0;
  margin: 0 auto; }
  .confirmation .order-confirm-button .btn {
    width: 100%;
    margin-top: 0.5rem; }

.confirmation .account-content .shipping-phone,
.confirmation .account-content .order-summary-phone,
.confirmation .account-content .order-summary-email {
  display: none; }

.confirmation-steps {
  max-width: 82.8rem;
  margin: 0 auto; }
  .confirmation-steps-content {
    width: 100%;
    padding: 2rem 1rem;
    background-color: #f0f0f0; }
  .confirmation-steps-content-header {
    border-bottom: none;
    text-align: center; }
  .confirmation-steps-content-header-text {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #7d7d7d; }
  .confirmation-steps-content-header-title {
    margin-bottom: 2rem;
    font-family: 'Arsenal', 'sans-serif'; }
  .confirmation-steps-content-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .confirmation-steps-content-body {
    padding-top: 4.2rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
    margin: 1.7rem auto 0; }
  .confirmation-steps-content-body-text, .confirmation-steps-content-list-item {
    font-size: 1.4rem;
    line-height: 1.2; }
  .confirmation-steps-content-body-text {
    margin-bottom: 1.7rem; }
  .confirmation-steps .first-item::before {
    content: '1';
    position: absolute; }
  .confirmation-steps .second-item::before {
    content: '2';
    position: absolute; }
  .confirmation-steps .third-item::before {
    content: '3';
    position: absolute; }
  .confirmation-steps .fourth-item::before {
    content: '4';
    position: absolute; }
  .confirmation-steps .fifth-item::before {
    content: '5';
    position: absolute; }
  .confirmation-steps-content-list-item {
    position: relative;
    min-height: 3rem;
    margin: 0 0 1.2rem 3.9rem; }
    .confirmation-steps-content-list-item::before {
      top: 0;
      right: 0;
      left: -3.9rem;
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: #234023;
      border-radius: 50%;
      color: #fff;
      line-height: 3rem;
      text-align: center; }
    .confirmation-steps-content-list-item:last-child {
      margin-bottom: 0; }

.gift-certificate-use-form {
  display: none; }

.gift-certificate-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem; }
  .gift-certificate-information-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 1.2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%; }
  .gift-certificate-information-content-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding-bottom: 1rem;
    font-weight: 500; }
  .gift-certificate-information-content-decription {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }

.gift-certificate-masked {
  font-size: 1.1rem;
  line-height: 1.2; }

.gift-certificate-remove {
  margin: 2rem 0; }

.gift-certificate-remove-action {
  font-size: 1.4rem;
  line-height: 1.2; }

.gift-certificate-used-data {
  display: none; }

.gift-certificate-used-amount {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-right: 1rem;
  color: #cd0000;
  font-weight: 600; }

.gift-certificate-change-amount {
  font-size: 1.4rem;
  line-height: 1.2; }

.gift-certificate-place-order {
  display: none; }

.order-details-wrapper .check-order-page {
  display: none; }

.order-details-wrapper .summary-container {
  padding-bottom: 1rem; }

.order-details-wrapper .summary-section-label {
  font-size: 1.6rem;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  font-weight: 500; }
  .order-details-wrapper .summary-section-label.order-number-label {
    font-weight: 400; }

.order-details-wrapper .address-summary .address-summary-text {
  font-size: 1.4rem;
  line-height: 1.2;
  line-height: 1.5; }

.checkout__unifaun-wrapper input[type='checkbox'] {
  display: inline-block; }

.unifaun-checkout-option0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 61.6rem;
  padding-top: 1.4rem !important;
  padding-bottom: 0.6rem !important;
  padding-left: 1rem !important;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2) !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  margin: 0 auto !important;
  border-radius: 0; }
  .unifaun-checkout-option0 .unifaun-checkout-option-agents-wrapper::after {
    content: '\70';
    font-family: 'bodystore-icons' !important;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 0.1rem solid #7d7d7d !important;
    z-index: 1; }
  .unifaun-checkout-option0 select {
    padding: 1rem 4rem 1rem 1rem;
    border: 0.1rem solid #7d7d7d !important;
    position: relative;
    z-index: 2; }

.unifaun-checkout-top-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 61.6rem;
  padding: 1.4rem 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
  margin: 0 auto; }

.unifaun-checkout-option-sub-options {
  padding: 0.5rem 0;
  border: none !important;
  background: #fff !important; }

.unifaun-checkout-option-header0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  border: none !important;
  margin-left: 0; }
  .unifaun-checkout-option-header0::before {
    content: '';
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #7d7d7d solid 0.1rem;
    background-color: #fff;
    border-radius: 100%;
    color: #000;
    line-height: 2rem;
    text-align: center;
    vertical-align: middle; }
  .unifaun-checkout-option-header0 label {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    text-transform: uppercase; }

.unifaun-checkout-option-radio {
  width: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.unifaun-checkout-option-prefix-icon {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.unifaun-checkout-option-no-icons-spacer {
  width: 0; }

.unifaun-checkout-option-columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding-left: 3.7rem;
  margin-top: 0.5rem; }

.unifaun-checkout-option-price {
  font-size: 1.6rem;
  line-height: 1.2;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  -webkit-box-flex: 0 0 40%;
  -moz-box-flex: 0 0 40%;
  width: auto !important;
  font-weight: 500;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.unifaun-checkout-option-agent-info {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  padding: 1rem 0; }

.unifaun-checkout-option-agent-opening-hours {
  margin-top: 1rem; }

.unifaun-checkout-option-column1 .image-exists::before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.unifaun-checkout-selected0 {
  border-left: solid 4px #429642 !important; }
  .unifaun-checkout-selected0 .unifaun-checkout-option-header0::before {
    border: #429642 solid 0.1rem;
    background-color: #429642;
    -webkit-box-shadow: inset 0 0 0 0.4rem #fff;
            box-shadow: inset 0 0 0 0.4rem #fff; }

@media screen and (min-width: 1024px) {
  .unifaun-checkout-option-price {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    -webkit-box-flex: 0 0 44%;
    -moz-box-flex: 0 0 44%; } }

@media screen and (min-width: 1024px) {
  .checkout .header-checkout {
    height: 6.2rem; }
  .checkout .header-logo-big {
    position: relative;
    right: 0;
    width: auto;
    height: 2.1rem;
    margin: auto; }
  .checkout-step {
    width: 82.9rem; }
  .checkout .order-summary {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .checkout .line-item-unit-price {
    text-align: right; }
  .checkout [data-checkout-step='totals'] .order-total-summary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .checkout .order-total-summary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.5rem;
            flex: 0 0 29.5rem; }
  .checkout .discount-code-container.active {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45rem;
            flex: 0 0 45rem; }
  .checkout .discount-code-container.active .discount-code-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .checkout .discount-code-container.active input[type='text'] {
    border-bottom: 3px solid #37b700; }
  .checkout .discount-code-container .form-control-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .checkout .discount-code-container input[type='text'] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.1rem;
            flex: 0 0 19.1rem; }
  .checkout .discount-code-container .coupon-close-form {
    text-align: right; }
  .checkout-step-block {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); }
  .checkout-installment-detail-info .checkout-step-summary-title {
    font-size: 1.3rem;
    line-height: 1.2; }
  .confirmation .header-checkout {
    height: 6.2rem; }
  .confirmation .header-logo-big {
    position: relative;
    right: 0;
    width: auto;
    height: 2.1rem;
    margin: auto; }
  .confirmation .header-back-to-shop-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0.8; }
  .confirmation-message .order-thank-you-email-msg {
    padding: 1.5rem 0 3.8rem 0; }
  .confirmation-message .order-thank-you-msg.check-order-title {
    margin-bottom: 2rem; }
  .confirmation-summary .confirm-details {
    margin-top: 2.5rem; }
  .confirmation .card-body .product-summary-header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .confirmation .card-body .product-summary-header-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #7d7d7d; }
  .confirmation .card-body .product-summary-header-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 29.5rem;
    margin-left: auto;
    color: #7d7d7d; }
  .confirmation .card-body span {
    font-size: 1.4rem;
    line-height: 1.2;
    width: 8.3rem;
    padding-bottom: 0.5rem;
    text-align: center; }
  .confirmation .card-body .order-number-label,
  .confirmation .card-body .order-number {
    font-size: 1.6rem;
    line-height: 1.2; }
  .confirmation .product-line-item {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    height: 11.5rem;
    padding: 1.1rem 0; }
    .confirmation .product-line-item .remove-product {
      font-size: 1.4rem;
      line-height: 1.2;
      position: absolute;
      top: 4.4rem;
      left: -2rem; }
    .confirmation .product-line-item .product-card-footer {
      max-width: none;
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
    .confirmation .product-line-item .align-items-start {
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
              align-items: center;
      -ms-flex-align: center;
      margin-left: auto; }
  .confirmation .product-line-item-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .confirmation .product-line-item-details .line-item-name {
      font-size: 1.6rem;
      line-height: 1.2;
      max-width: 29.4rem;
      padding-left: 2.6rem;
      margin-left: 0; }
  .confirmation .product-line-image-container {
    width: 8.2rem; }
    .confirmation .product-line-image-container .item-image {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 87%; }
    .confirmation .product-line-image-container img {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .confirmation .order-summary {
    padding-top: 2rem; }
  .confirmation .order-total-summary {
    max-width: 29.5rem; }
  .confirmation .order-confirm-create-account-wrapper {
    padding: 6rem 0 4rem 0; }
  .confirmation .order-confirm-create-account .card-header-custom {
    text-align: center; }
  .confirmation .order-confirm-create-account .card-subheader-custom {
    text-align: center; }
  .confirmation .order-confirm-tracking-button {
    font-size: 2.1rem;
    line-height: 1.2; }
  .confirmation-steps-content {
    padding: 3rem 1rem 3rem; }
  .confirmation-steps-content-body-text, .confirmation-steps-content-list-item {
    font-size: 1.6rem;
    line-height: 1.2; }
  .confirmation-steps-content-list-item {
    line-height: 3rem; }
  .confirmation-steps-content-body {
    width: 75%; } }

.newsletter-container {
  background-color: #f8ed99; }

.newsletter-container > .newsletter {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem; }

.newsletter-description-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center; }

.newsletter-description-icon {
  height: 3rem;
  color: #429642;
  font-size: 3rem; }

.newsletter-description-title {
  font-size: 2rem;
  line-height: 1.2;
  margin-left: 1rem;
  font-weight: 500; }

.newsletter-description-text {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 0.6rem; }

.newsletter-input-container {
  position: relative;
  margin-top: 1.2rem;
  background-color: #fff; }
  .newsletter-input-container .newsletter-input {
    height: 5rem;
    padding: 0 1.3rem; }

.newsletter-subscribe {
  width: 100%;
  margin-top: 1.8rem; }

.footer-wrapper-content-li {
  font-size: 1.4rem;
  line-height: 1.2;
  line-height: 1.9; }

.footer-wrapper-content-link {
  color: #fff;
  text-decoration: none; }
  .footer-wrapper-content-link:hover, .footer-wrapper-content-link:active, .footer-wrapper-content-link:focus {
    color: #dee499;
    text-decoration: none; }

.footer-wrapper-collapsible .footer-wrapper-title .title {
  color: #fff;
  cursor: pointer;
  font-weight: 500; }

footer .footer-flags-img,
footer .footer-social-media-img,
footer .footer-cards-img,
footer .footer-logo-img {
  position: static;
  width: auto;
  height: auto;
  -o-object-position: initial;
     object-position: initial; }

footer .footer-wrapper {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8rem 0rem;
  border: none;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1); }
  footer .footer-wrapper__padd-bot-0 {
    padding-top: 0;
    padding-bottom: 0; }
  footer .footer-wrapper .footer-wrapper-section {
    width: 100%; }
  footer .footer-wrapper.no-padd {
    padding: 0; }
  footer .footer-wrapper-collapsible {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    border: none;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1); }
    footer .footer-wrapper-collapsible:last-of-type {
      border-bottom: none; }
  footer .footer-wrapper.footer-cards {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center; }
  footer .footer-wrapper .footer-cards-img {
    position: static;
    max-height: 3.5rem;
    vertical-align: middle; }
  footer .footer-wrapper .footer-cards-link {
    margin: 0 1.2rem 1.2rem 0; }
    footer .footer-wrapper .footer-cards-link:last-of-type {
      margin-right: 0; }
  footer .footer-wrapper__flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -webkit-box-align: baseline;
            align-items: baseline;
    -ms-flex-align: baseline;
    padding-bottom: 0;
    border-bottom: none; }
    footer .footer-wrapper__flags .footer-copyright {
      font-size: 1.1rem;
      line-height: 1.2;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -ms-flex-pack: flex-start;
      padding-top: 1.8rem;
      color: #fff; }

footer .newsletter .newsletter-message {
  position: absolute;
  left: 0;
  background-color: #f8ed99; }

footer .newsletter .newsletter-success-message {
  font-size: 1.4rem;
  line-height: 1.2;
  display: block;
  padding-top: 0.5rem;
  background-color: #f8ed99;
  color: #429642; }

footer .newsletter .newsletter-error-message {
  display: block;
  padding-top: 0.5rem;
  background-color: #f8ed99;
  color: #cd0000; }

.footer-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .footer-social-media .footer-social-media__box {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center; }
    .footer-social-media .footer-social-media__box.footer-social-media__box-logo {
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      -webkit-box-flex: 0 0 40%;
      -moz-box-flex: 0 0 40%; }
      .footer-social-media .footer-social-media__box.footer-social-media__box-logo .footer-logo {
        width: 10.3rem;
        height: 2.1rem; }
    .footer-social-media .footer-social-media__box-span {
      font-size: 1.4rem;
      line-height: 1.2;
      display: inline-block;
      margin-right: 1.6rem;
      color: rgba(255, 255, 255, 0.6);
      line-height: 1.71; }
    .footer-social-media .footer-social-media__box .footer-social-media-link {
      display: inline-block;
      width: 2.4rem;
      height: 2.4rem; }
      .footer-social-media .footer-social-media__box .footer-social-media-link.facebook {
        margin-right: 1.3rem; }

.footer-wrapper__flags .footer-flags {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1); }
  .footer-wrapper__flags .footer-flags-link {
    display: inline-block;
    padding-bottom: 1.8rem;
    margin-right: 2rem; }
    .footer-wrapper__flags .footer-flags-link.active {
      border-bottom: 0.3rem solid #fff; }
    .footer-wrapper__flags .footer-flags-link:last-of-type {
      margin-right: 0; }
  .footer-wrapper__flags .footer-flags-img {
    height: 2rem; }

.footer {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  background-color: #234023;
  color: #fff; }

@media screen and (min-width: 1024px) {
  .newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem; }
    .newsletter-description {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%; }
    .newsletter-input-container {
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
      margin: 0; }
      .newsletter-input-container .newsletter-input {
        height: 6rem; }
    .newsletter .newsletter-subscribe {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      padding: 2.05rem 5.6rem;
      margin: 0; }
  .footer-wrapper-collapsible .footer-wrapper-content.height-auto-lg {
    height: auto;
    padding-right: 2rem;
    padding-bottom: 0; }
  .footer-wrapper-title {
    padding-right: 2rem; }
  .footer-wrapper-content-li {
    line-height: 1.9; }
  .footer-wrapper-content-link {
    color: rgba(255, 255, 255, 0.6); }
  .footer-wrapper-collapsible .footer-wrapper-title .title {
    font-size: 1.8rem;
    line-height: 1.2;
    padding-right: 0;
    cursor: default; }
    .footer-wrapper-collapsible .footer-wrapper-title .title::after {
      display: none; }
  footer .footer-wrapper {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding-top: 1.8rem; }
    footer .footer-wrapper .footer-cards-img {
      height: auto;
      max-height: 2.5rem; }
    footer .footer-wrapper.footer-cards {
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -ms-flex-pack: flex-start; }
      footer .footer-wrapper.footer-cards-link {
        margin: 0;
        margin-right: 1.2rem; }
        footer .footer-wrapper.footer-cards-link:last-of-type {
          margin-right: 0; }
    footer .footer-wrapper-collapsible {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      -webkit-box-flex: 0 0 25%;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
      max-width: 31rem;
      padding-bottom: 1.8rem;
      border-bottom: none; }
      footer .footer-wrapper-collapsible:last-of-type {
        margin-right: 0; }
  footer .newsletter .newsletter-success-message,
  footer .newsletter .newsletter-error-message {
    font-size: 1.6rem;
    line-height: 1.2; }
  footer .footer-flags-img,
  footer .footer-social-media-img,
  footer .footer-cards-img,
  footer .footer-logo-img {
    position: static;
    width: auto;
    height: 3rem;
    -o-object-position: initial;
       object-position: initial; }
  .footer-wrapper.footer-wrapper__flags {
    padding-bottom: 0;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1); }
    .footer-wrapper.footer-wrapper__flags .footer-flags {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      border-bottom: none; }
    .footer-wrapper.footer-wrapper__flags .footer-copyright {
      font-size: 1.2rem;
      line-height: 1.2;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -webkit-box-pack: end;
              justify-content: flex-end;
      -ms-flex-pack: flex-end;
      padding: 0;
      color: rgba(255, 255, 255, 0.6); }
  .footer {
    padding-top: 3.2rem;
    padding-bottom: 5rem; }
  .footer-social-media .footer-social-media__box-span {
    line-height: 1.2; }
  .footer-social-media .footer-social-media__box .footer-social-media-link {
    width: auto;
    height: auto; } }

.static-page {
  margin: 2rem 0; }
  .static-page-menu-container, .static-page-body-container {
    width: 100%; }
  .static-page-body-container {
    margin-top: 3rem; }
  .static-page-menu-content {
    padding: 0; }
  .static-page-menu-content-item {
    display: block;
    padding: 1rem 0;
    text-decoration: none; }

@media screen and (min-width: 1024px) {
  .static-page {
    margin: 6rem 0 10rem; }
    .static-page-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -ms-flex-pack: space-between;
      padding: 0 9rem; }
    .static-page-menu-container {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      -webkit-box-flex: 0 0 20%;
      -moz-box-flex: 0 0 20%;
      padding: 0; }
    .static-page-body-container {
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      -webkit-box-flex: 0 0 70%;
      -moz-box-flex: 0 0 70%;
      max-width: 70%;
      margin: 0; }
      .static-page-body-container .wrapper {
        padding: 0; }
    .static-page-menu-item-content {
      padding: 0;
      margin: 0;
      list-style: none; }
    .static-page-menu-sub-item {
      padding: 2rem 0;
      border-top: 0.1rem solid rgba(0, 0, 0, 0.1); }
      .static-page-menu-sub-item.active {
        border-color: #429642;
        font-weight: 500; }
    .static-page-menu-link {
      text-decoration: none; }
  -menu-sub-item {
    padding: 2rem 0;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1); }
    -menu-sub-item.active {
      border-color: #429642;
      font-weight: 500; } }

.dynamic-message-banner {
  position: relative;
  background-color: #f9ee9a; }
  .dynamic-message-banner .content-wrapper {
    padding: 1.15rem 4.5rem;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center; }
    .dynamic-message-banner .content-wrapper p,
    .dynamic-message-banner .content-wrapper a {
      margin: 0;
      font-size: 1.6rem;
      line-height: 1.2; }
  .dynamic-message-banner.hide {
    display: none; }
  .dynamic-message-banner .close-banner-icon {
    position: absolute;
    top: 50%;
    right: 1.8rem;
    height: 1.6rem;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .dynamic-message-banner .icon-close {
    color: #000;
    font-size: 1.6rem; }

@media screen and (min-width: 1024px) {
  .dynamic-message-banner .content-wrapper {
    padding: 1.05rem 8rem;
    font-weight: 500; }
  .dynamic-message-banner .close-banner-icon {
    right: 3rem;
    height: 1.8rem; }
  .dynamic-message-banner .icon-close {
    font-size: 1.8rem; } }

.cookie-message-banner {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  padding: 0 1.8rem;
  background-color: #191919; }
  .cookie-message-banner .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative; }
  .cookie-message-banner .message-banner {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 1.8rem 0;
    color: #f4f4f4;
    line-height: 1.5;
    text-align: center; }
    .cookie-message-banner .message-banner p,
    .cookie-message-banner .message-banner a {
      font-size: 1.6rem;
      line-height: 1.2;
      margin: 0;
      color: #f4f4f4;
      line-height: 1.5; }
  .cookie-message-banner.hide {
    display: none; }
  .cookie-message-banner .close-banner-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    margin: 0 auto 2rem auto;
    color: #f4f4f4;
    cursor: pointer; }
  .cookie-message-banner .close-icon-text {
    margin: 0; }
  .cookie-message-banner .icon-close {
    height: 1.6rem;
    padding-left: 1rem;
    color: #fff;
    font-size: 1.6rem; }

@media screen and (min-width: 1024px) {
  .cookie-message-banner {
    padding: 1.8rem 0; }
    .cookie-message-banner .content-wrapper {
      display: block; }
    .cookie-message-banner .message-banner {
      padding: 0 18rem; }
    .cookie-message-banner .close-banner-icon {
      position: absolute;
      top: 50%;
      right: 2.4rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.error-page-wrapper {
  max-width: 80rem;
  padding: 0 1.8rem 4.8rem 1.8rem;
  margin: 3.2rem auto 0 auto;
  text-align: center; }
  .error-page-wrapper .page-img {
    margin-top: 1rem; }
  .error-page-wrapper .page-text-content {
    margin-top: 2rem;
    font-size: 1.8rem; }
  .error-page-wrapper .page-title {
    font-size: 2.2rem;
    line-height: 1.2; }
    .error-page-wrapper .page-title.csrf-message {
      margin-bottom: 3rem; }

.error-product-recommendations {
  margin-bottom: 10rem; }
  .error-product-recommendations .product-recommendation-calloutmsg {
    padding-top: 1.2rem;
    border-top: 0.1rem solid #e4e4e7; }

.product {
  border-top: 0.1rem solid #e4e4e7; }
  .product-item {
    height: 100%; }

.product-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 1rem 0; }
  .product-tile-image__container {
    position: relative;
    width: 8.2rem;
    height: 8.2rem;
    background-color: #f0f0f0; }
    .product-tile-image__container:hover + .product-tile-description .link {
      color: #429642; }
  .product-tile-image {
    width: 8.2rem;
    min-width: 8.2rem;
    height: 8.2rem;
    text-indent: -9999px; }
  .product-tile-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 0.5rem 0 1rem; }
  .product-tile-promotions {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0.4rem; }
    .product-tile-promotions .promotion {
      font-size: 1.2rem;
      line-height: 1.2;
      display: inline-block;
      padding-right: 0.3rem;
      border-right: 0.1rem solid rgba(0, 0, 0, 0.2);
      margin-right: 0.1rem; }
      .product-tile-promotions .promotion.sale {
        background-color: #fff;
        color: #cd0000; }
      .product-tile-promotions .promotion:last-child {
        border: none; }
    .product-tile-promotions.hide-for-large .custom,
    .product-tile-promotions.hide-for-large .topseller {
      background-color: transparent !important;
      color: #000 !important; }
  .product-tile .link {
    text-decoration: none; }
  .product-tile-name {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
    font-weight: 500; }
  .product-tile-brand {
    font-size: 1.2rem;
    line-height: 1.2;
    opacity: 0.5;
    text-decoration: none; }
  .product-tile-rating {
    margin-top: 0.3rem; }
  .product-tile-CTA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
    -ms-flex-align: flex-end; }
    .product-tile-CTA .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column nowrap;
      -webkit-align-self: flex-start;
      -ms-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
      text-align: right;
      white-space: nowrap; }
      .product-tile-CTA .price .price-adjusted {
        font-size: 2.2rem;
        line-height: 1.2;
        color: #cd0000;
        font-weight: 500; }
      .product-tile-CTA .price .price-non-adjusted {
        font-size: 1.2rem;
        line-height: 1.2;
        width: 100%;
        color: #7d7d7d;
        text-decoration: line-through; }
      .product-tile-CTA .price .price-sales {
        font-size: 2.2rem;
        line-height: 1.2;
        font-weight: 500; }
    .product-tile-CTA .product-tile-buy {
      padding: 0.9rem 3.1rem;
      text-decoration: none; }
      .product-tile-CTA .product-tile-buy:hover {
        color: #fff; }

.promotion * {
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.2; }

@media screen and (min-width: 1024px) {
  .product {
    border: none; }
  .product-tile {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    position: relative;
    height: 100%;
    padding: 0 0 4.2rem 0; }
    .product-tile-promotions {
      position: absolute;
      z-index: 1;
      top: 0.5rem; }
      .product-tile-promotions .promotion {
        display: block;
        min-width: 7.5rem;
        padding: 0.4rem 1rem;
        border-right: none;
        margin-bottom: 0.4rem;
        text-align: center; }
        .product-tile-promotions .promotion.new {
          background-color: #fff;
          color: #429642; }
        .product-tile-promotions .promotion.custom, .product-tile-promotions .promotion.topseller {
          background-color: #000;
          color: #fff; }
    .product-tile-rating {
      position: absolute;
      z-index: 1;
      top: 0.75rem;
      right: 0.75rem;
      height: 1.4rem;
      margin: 0; }
    .product-tile-image__container {
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
    .product-tile-image {
      width: 100%;
      height: auto; }
    .product-tile-description {
      margin: 0.3rem 0 0 0; }
    .product-tile-brand {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .product-tile-name {
      font-size: 1.8rem;
      line-height: 1.2; }
    .product-tile-CTA {
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      margin-top: 0.6rem; }
      .product-tile-CTA .price {
        text-align: left; }
        .product-tile-CTA .price .price-adjusted {
          color: #cd0000; }
        .product-tile-CTA .price .price-non-adjusted {
          font-size: 1.2rem;
          line-height: 1.2;
          width: 100%; }
      .product-tile-CTA .product-tile-buy {
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 0.9rem 3.1rem; } }

@supports (-ms-ime-align: auto) {
  .product-tile-image__container {
    height: auto;
    padding-bottom: 0; } }

.overlay-minicart {
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: visibility 0.3s, opacity 1s ease;
  transition: visibility 0.3s, opacity 1s ease; }
  .overlay-minicart.hide {
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 1s ease;
    transition: visibility 0.3s, opacity 1s ease;
    visibility: hidden; }

.overflow-hidden {
  overflow: hidden; }

.valid-cart-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.2;
  position: relative;
  padding: 1.2rem 3.6rem 1.2rem 1rem;
  margin-bottom: 1rem;
  background: rgba(205, 0, 0, 0.25);
  color: #000; }
  .valid-cart-error .close {
    font-size: 2.1rem;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    height: 2.1rem;
    padding: 0;
    background: none;
    color: #000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .valid-cart-error .close .icon-close {
      font-size: 2.1rem;
      line-height: 1.2; }

.cart-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 1rem; }
  .cart-box-item-icon {
    font-size: 1rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    -webkit-box-flex: 0 0 2.5rem;
    -moz-box-flex: 0 0 2.5rem;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    width: 2.5rem;
    height: 2.5rem;
    background: #429642;
    border-radius: 50%;
    color: #fff; }
  .cart-box-item-title {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-left: 1.5rem;
    color: #000;
    line-height: 1.5; }
    .cart-box-item-title-name {
      font-weight: 500; }
    .cart-box-item-title-name-msg {
      margin-left: 0.5rem; }

.cart-box-items {
  margin-bottom: 1rem; }

.added-to-cart-box {
  position: absolute;
  z-index: 10;
  top: 5.8rem;
  right: 0;
  display: none;
  width: 30rem;
  min-height: 20rem;
  padding: 2rem 1.2rem;
  background: #fff;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.23); }
  .added-to-cart-box .msg-bonus-product {
    display: none; }
  .added-to-cart-box-content {
    height: 100%;
    overflow-y: auto; }
  .added-to-cart-box .arrow {
    position: absolute;
    top: -1.6rem;
    right: 3rem;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0rem 0.3rem; }
    .added-to-cart-box .arrow::before {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      border-width: 0rem 1rem 1.5rem;
      border-style: solid;
      border-color: transparent;
      border-bottom-color: rgba(0, 0, 0, 0.1); }
    .added-to-cart-box .arrow::after {
      content: '';
      position: absolute;
      top: 0.1rem;
      display: block;
      border-width: 0rem 1rem 1.5rem;
      border-style: solid;
      border-color: transparent;
      border-bottom-color: #fff; }
  .added-to-cart-box .checkout-continue {
    padding-top: 2rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
    margin-top: 1.5rem; }

.empty-cart-box {
  font-size: 1.6rem;
  line-height: 1.2;
  position: absolute;
  z-index: 10;
  top: 5.8rem;
  right: 0;
  display: none;
  width: 30rem;
  padding: 2rem 1.2rem;
  background: #fff;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.23);
  color: #000; }
  .empty-cart-box .arrow {
    position: absolute;
    top: -1.6rem;
    right: 0.8rem;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0rem 0.3rem; }
    .empty-cart-box .arrow::before {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      border-width: 0rem 1rem 1.5rem;
      border-style: solid;
      border-color: transparent;
      border-bottom-color: rgba(0, 0, 0, 0.1); }
    .empty-cart-box .arrow::after {
      content: '';
      position: absolute;
      top: 0.1rem;
      display: block;
      border-width: 0rem 1rem 1.5rem;
      border-style: solid;
      border-color: transparent;
      border-bottom-color: #fff; }

.minicart {
  position: relative; }
  .minicart-quantity {
    font-size: 1.1rem;
    line-height: 1.2;
    position: relative;
    top: -0.8rem;
    left: -0.9rem;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #37b700;
    border-radius: 50%;
    color: #fff;
    line-height: 1.6;
    text-align: center; }
    .minicart-quantity.empty-cart {
      display: none; }
  .minicart-wrapper {
    position: fixed;
    z-index: 9;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    max-width: 37.5rem;
    background: #fff;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.23);
            box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.23);
    color: #000;
    cursor: default;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .minicart-wrapper.show {
      right: 0;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .minicart-wrapper .cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column;
      height: 100%; }
  .minicart-products {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 1.5rem 2rem;
    border-top: 0.1rem solid #e4e4e7; }
    .minicart-products .quantity-form {
      margin-top: 1rem; }
    .minicart-products .quantity-form .quantity {
      font-size: 1.4rem;
      line-height: 1.2;
      width: 2.2rem;
      height: 2.4rem;
      padding: 0;
      margin: 0rem 0.6rem;
      cursor: initial; }
      .minicart-products .quantity-form .quantity:focus {
        border-color: initial; }
    .minicart-products .quantity-form .quantity-icon {
      font-size: 1rem;
      line-height: 1.2;
      padding: 0; }
  .minicart-content {
    height: 100%;
    overflow-y: auto; }
    .minicart-content .product {
      border: none; }
    .minicart-content-header {
      padding: 1.5rem 2rem; }
    .minicart-content-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
              align-items: center;
      -ms-flex-align: center;
      font-size: 2.2rem;
      line-height: 1.2;
      color: #000;
      font-weight: 500; }
  .minicart-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 37.5rem;
    padding: 1.3rem 1.8rem 1rem 1.8rem;
    background: #f1efe2; }
    .minicart-footer-bottom {
      font-size: 1.3rem;
      line-height: 1.2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
              align-items: center;
      -ms-flex-align: center;
      padding-top: 0.8rem; }
      .minicart-footer-bottom .icon-footer {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-right: 0.8rem;
        color: #234023;
        vertical-align: middle; }
    .minicart-footer-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
              align-items: center;
      -ms-flex-align: center;
      padding-right: 1.5rem;
      border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
      margin-right: 1.5rem; }
      .minicart-footer-img .footer-cards-img {
        margin-right: 0.5rem; }
    .minicart-footer-return {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
              align-items: center;
      -ms-flex-align: center; }
  .minicart .product-tile {
    padding: 1rem 0;
    border-top: none;
    border-bottom: 0.1rem solid #e4e4e7; }
    .minicart .product-tile-remove {
      font-size: 1.6rem;
      line-height: 1.2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
              align-items: center;
      -ms-flex-align: center;
      width: 1.6rem;
      height: 8.2rem;
      margin-right: 0.5rem; }
    .minicart .product-tile-image-wrapper {
      width: 8.2rem; }
      .minicart .product-tile-image-wrapper .product-tile-image {
        min-width: auto; }
    .minicart .product-tile.bonus-tile-product {
      padding-top: 2rem; }
  .minicart-total-saving {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 1.5rem; }
    .minicart-total-saving-amount {
      margin-left: auto;
      color: #cd0000; }
  .minicart-messages {
    padding: 0 2rem; }

.close-minicart {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-left: auto;
  cursor: pointer; }

.cart-delete-confirmation-btn {
  padding: 0;
  margin: 0;
  background: none;
  color: #000; }
  .cart-delete-confirmation-btn:hover, .cart-delete-confirmation-btn:focus {
    background: none; }

.sub-total-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  color: #000; }

.sub-total {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-left: auto;
  color: #429642;
  font-weight: 500;
  text-align: right; }

.checkout-btn {
  font-size: 2rem;
  line-height: 1.2;
  display: block;
  width: 100%;
  padding: 1.4rem 2rem;
  background: #429642;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none; }
  .checkout-btn:hover {
    color: #fff; }

.minicart-product-tile-price {
  font-size: 1.5rem;
  line-height: 1.2;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-align: flex-end;
  height: 100%;
  margin-top: 2rem; }
  .minicart-product-tile-price .price .price-non-adjusted {
    text-align: left; }
  .minicart-product-tile-price .price .price-adjusted,
  .minicart-product-tile-price .price .price-sales {
    font-size: 1.6rem;
    line-height: 1.2; }
  .minicart-product-tile-price .price .price-sales {
    color: #000; }

.line-item-pricing-info {
  font-size: 1.4rem;
  line-height: 1.2;
  padding-top: 2px;
  color: #7d7d7d; }

.line-item-total-price-amount {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-left: 0.5rem;
  color: #000;
  font-weight: 500; }

.line-item-total-price.have-discount {
  height: 3.3rem; }

.line-item-unit-price,
.line-item-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.line-item-name {
  font-size: 1.4rem;
  line-height: 1.2; }

.line-item-link {
  text-decoration: none; }

.line-item-brand,
.line-item-included-products {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #7d7d7d;
  font-weight: normal; }

.bonus-tile {
  font-size: 1.2rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 4.3rem;
  height: 2rem;
  background: #429642;
  color: #fff; }

.minicart-message {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1.2rem 1rem;
  margin-bottom: 1rem;
  color: #000; }
  .minicart-message.bonus-banner-hidden {
    display: none; }

.msg-error {
  background: rgba(205, 0, 0, 0.5);
  color: #fff; }

.msg-bonus-product {
  background: rgba(222, 228, 153, 0.5); }
  .msg-bonus-product .link {
    font-size: 1.4rem;
    line-height: 1.2; }

.msg-free-delivery {
  background: rgba(249, 238, 154, 0.5); }

.qty-card-quantity-label,
.qty-card-quantity-count {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #7d7d7d; }

@media screen and (min-width: 1024px) {
  .added-to-cart-box {
    width: 33rem; }
  .minicart-quantity {
    top: -1.2rem;
    left: -0.8rem;
    width: 1.6rem;
    height: 1.6rem; }
  .minicart-wrapper {
    max-width: 40rem; }
  .minicart-products .product-tile-description {
    margin: 0 0.5rem 0 1rem; }
  .minicart-products .product-tile {
    -ms-flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row; }
  .minicart-content-title {
    font-size: 2.6rem;
    line-height: 1.2; }
  .minicart-footer {
    position: relative;
    max-width: 40rem;
    padding: 1rem 1.8rem 1.7rem 1.8rem; }
    .minicart-footer-bottom {
      padding-top: 1.8rem; }
  .close-minicart {
    font-size: 1.6rem;
    line-height: 1.2; }
  .sub-total-label {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 1.2rem; }
  .sub-total {
    font-size: 2rem;
    line-height: 1.2; } }

/* stylelint-disable */
.product-recommendation {
  margin: 3rem 0; }
  .product-recommendation-calloutmsg {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 500; }
  .product-recommendation .product:first-child {
    border-top: none; }

@media screen and (min-width: 1024px) {
  .product-recommendation-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin: 0 -1rem; }
    .product-recommendation-grid .product {
      width: 20%;
      padding: 0 1rem; } }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

/* stylelint-disable */
/* By using percentage, it will calculate the padding 
                                                to use based on the width of the element. 
                                                In our example, we want to keep the ratio of 56.26% (height 9 ÷ width 16) 
                                                because this is the default ratio for YouTube videos/ */
.choose-bonus-product-modal {
  width: 100%;
  max-width: none; }
  .choose-bonus-product-modal-dialog {
    max-width: 800px; }
  .choose-bonus-product-modal-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.8rem; }
    .choose-bonus-product-modal-header-title {
      font-size: 2.4rem; }
  .choose-bonus-product-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.8rem; }
    @media screen and (max-width: 768px) {
      .choose-bonus-product-modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .choose-bonus-product-modal-body .product-detail,
    .choose-bonus-product-modal-body .product-detail .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .choose-bonus-product-modal-body .attribute > label {
      display: block;
      margin-bottom: 0.9rem; }
    .choose-bonus-product-modal-body .bonus-quantity {
      margin-top: 1.2rem; }
      .choose-bonus-product-modal-body .bonus-quantity > label {
        display: block;
        margin-bottom: 0.9rem; }
    .choose-bonus-product-modal-body .bonus-product-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 22%;
              flex: 0 0 22%; }
      @media screen and (max-width: 768px) {
        .choose-bonus-product-modal-body .bonus-product-item {
          margin-bottom: 4rem; } }
      @media screen and (max-width: 1024px) {
        .choose-bonus-product-modal-body .bonus-product-item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 30%;
                  flex: 0 0 30%; } }
      .choose-bonus-product-modal-body .bonus-product-item .product-name {
        font-size: 1.8rem; }
      .choose-bonus-product-modal-body .bonus-product-item .primary-images {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .choose-bonus-product-modal-body .bonus-product-item .swatch {
        margin: 1.2rem 0; }
      .choose-bonus-product-modal-body .bonus-product-item .select-bonus-product {
        width: 100%;
        padding: 1rem 3rem; }
    .choose-bonus-product-modal-body .carousel-item {
      text-align: center; }
      .choose-bonus-product-modal-body .carousel-item img {
        width: 100%; }
        @media screen and (max-width: 768px) {
          .choose-bonus-product-modal-body .carousel-item img {
            width: 50%; } }
  .choose-bonus-product-modal-footer {
    padding: 1.8rem; }
    .choose-bonus-product-modal-footer .selected-pid.row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      .choose-bonus-product-modal-footer .selected-pid.row .remove-selected-bonus-product {
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 0.5rem 1.3rem; }
    .choose-bonus-product-modal-footer .bonus-summary,
    .choose-bonus-product-modal-footer .bonus-product-name {
      margin: 0 1.5rem 1rem 0;
      font-size: 1.8rem; }
    .choose-bonus-product-modal-footer .add-bonus-products {
      max-width: 50%;
      padding: 1rem 3rem; }
      @media screen and (max-width: 768px) {
        .choose-bonus-product-modal-footer .add-bonus-products {
          width: 100%;
          max-width: none; } }

.go-back {
  display: none; }

.breadcrumb {
  margin-top: 0.9rem; }
  .breadcrumb-item {
    opacity: 0.5;
    text-decoration: none; }

.product-detail .hr-line-one {
  border: 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1); }

.product-detail .hr-line-two {
  display: block;
  border: 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1); }

.product-detail .hr-line-three {
  border: 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1); }

.product-detail .hr-line-four {
  border: 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1); }

.product-name {
  margin-top: 1rem; }

.brand-link {
  display: block;
  margin: 0 0.6rem 0 0; }

.product-swatch-images {
  display: none; }

.product-images {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 1.1rem; }
  .product-images.mobile {
    position: relative;
    z-index: 0;
    opacity: 1;
    visibility: visible; }
  .product-images.desktop {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden; }
  .product-images .slick-product-carousel {
    background-color: #f0f0f0; }
  .product-images .product-image {
    width: 100%; }
  .product-images .promotions-right {
    position: absolute;
    z-index: 1;
    top: 0.8rem; }
  .product-images .promotion {
    font-size: 1.2rem;
    line-height: 1.2;
    display: block;
    min-width: 7rem;
    padding: 0.3rem 1rem;
    margin-bottom: 0.4rem;
    background-color: #000;
    color: #fff;
    text-align: center; }
    .product-images .promotion.new {
      background-color: #fff;
      color: #429642; }
    .product-images .promotion.hide {
      display: none; }
    .product-images .promotion.sale {
      background-color: #fff;
      color: #cd0000; }

.product-rating {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  white-space: nowrap; }

.prices-and-availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-align: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 1rem; }
  .prices-and-availability .prices .price-adjusted {
    font-size: 3rem;
    line-height: 1.2;
    color: #cd0000;
    font-weight: 500; }
  .prices-and-availability .prices .price-non-adjusted {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #7d7d7d;
    text-decoration: line-through; }
  .prices-and-availability .prices .price-sales {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500; }

.product-availability {
  white-space: nowrap; }
  .product-availability .availability-msg .item {
    font-size: 1.5rem;
    line-height: 1.2; }
    .product-availability .availability-msg .item::before {
      content: '';
      display: inline-block;
      width: 1rem;
      height: 1rem;
      margin-right: 0.3rem; }
    .product-availability .availability-msg .item.in-stock {
      color: #429642; }
      .product-availability .availability-msg .item.in-stock::before {
        background-color: #429642; }
    .product-availability .availability-msg .item.low-stock {
      color: #cd9300; }
      .product-availability .availability-msg .item.low-stock::before {
        background-color: #cd9300; }
    .product-availability .availability-msg .item.out-of-stock {
      color: #cd0000; }
      .product-availability .availability-msg .item.out-of-stock::before {
        background-color: #cd0000; }

.variation-dropdown,
.set-product-dropdown {
  margin-top: 1rem; }
  .variation-dropdown .variations,
  .set-product-dropdown .variations {
    padding: 0; }
    .variation-dropdown .variations > .variation-item,
    .variation-dropdown .variations > .set-product-item,
    .set-product-dropdown .variations > .variation-item,
    .set-product-dropdown .variations > .set-product-item {
      padding: 1rem 1.5rem;
      cursor: pointer; }
      .variation-dropdown .variations > .variation-item:hover,
      .variation-dropdown .variations > .set-product-item:hover,
      .set-product-dropdown .variations > .variation-item:hover,
      .set-product-dropdown .variations > .set-product-item:hover {
        background: rgba(222, 228, 153, 0.3); }
    .variation-dropdown .variations .variation-span,
    .set-product-dropdown .variations .variation-span {
      font-size: 1.4rem;
      line-height: 1.2; }
      .variation-dropdown .variations .variation-span.unselectable,
      .set-product-dropdown .variations .variation-span.unselectable {
        color: #7d7d7d; }
    .variation-dropdown .variations .orange,
    .set-product-dropdown .variations .orange {
      color: #cd5500; }
  .variation-dropdown .no-inventory.hide,
  .set-product-dropdown .no-inventory.hide {
    display: none; }
  .variation-dropdown-rectangle.greyed-out,
  .set-product-dropdown-rectangle.greyed-out {
    background-color: #7d7d7d; }

.product-variations .product-variation-info {
  display: none; }

.product-variations .dropdown__container .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.product-variations .dropdown__container .dropdown-content {
  overflow: auto;
  max-height: 25rem; }

.quantity-and-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  margin-top: 1rem; }
  .quantity-and-add-to-cart .quantity-form {
    margin-right: 1.3rem; }
  .quantity-and-add-to-cart .cart-and-ipay {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .quantity-and-add-to-cart .cart-and-ipay .add-to-cart,
    .quantity-and-add-to-cart .cart-and-ipay .notify-me {
      width: 100%;
      padding: 1.5rem; }
      .quantity-and-add-to-cart .cart-and-ipay .add-to-cart.hide,
      .quantity-and-add-to-cart .cart-and-ipay .notify-me.hide {
        display: none; }
      .quantity-and-add-to-cart .cart-and-ipay .add-to-cart:disabled,
      .quantity-and-add-to-cart .cart-and-ipay .notify-me:disabled {
        background-color: #7d7d7d; }

.product-outofstock-popup__container {
  position: relative; }
  .product-outofstock-popup__container.hide {
    display: none; }
  .product-outofstock-popup__container .product-outofstock-popup {
    position: absolute;
    z-index: 1;
    top: -12rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.1rem 0 rgba(0, 0, 0, 0.23);
            box-shadow: 0 0 1.1rem 0 rgba(0, 0, 0, 0.23); }
    .product-outofstock-popup__container .product-outofstock-popup-cancel {
      -webkit-text-decoration-color: #7d7d7d;
              text-decoration-color: #7d7d7d; }
    .product-outofstock-popup__container .product-outofstock-popup-wrapper {
      padding: 1rem 1.8rem; }
    .product-outofstock-popup__container .product-outofstock-popup-close {
      position: absolute;
      right: 1.8rem;
      cursor: pointer;
      font-size: 1.6rem; }
    .product-outofstock-popup__container .product-outofstock-popup-question {
      font-size: 1.6rem;
      line-height: 1.2;
      margin-right: 3rem; }
    .product-outofstock-popup__container .product-outofstock-popup-email-form {
      margin-top: 1.8rem; }
      .product-outofstock-popup__container .product-outofstock-popup-email-form-label {
        font-size: 1.1rem;
        line-height: 1.2; }
    .product-outofstock-popup__container .product-outofstock-popup-submit {
      width: 100%; }
    .product-outofstock-popup__container .product-outofstock-popup-email-submit {
      font-size: 1.6rem;
      line-height: 1.2;
      padding: 2.5rem 0;
      color: #7d7d7d; }
    .product-outofstock-popup__container .product-outofstock-popup-consent {
      font-size: 1.6rem;
      line-height: 1.2;
      margin: 2.5rem 0; }
      .product-outofstock-popup__container .product-outofstock-popup-consent-link {
        font-size: 1.6rem;
        line-height: 1.2;
        -webkit-text-decoration-color: #7d7d7d;
                text-decoration-color: #7d7d7d; }

.back-in-stock__success.hide,
.product-outofstock-disclaimer.hide,
.product-promotion-boxes.hide {
  display: none; }

.back-in-stock__error {
  display: block;
  padding: 0.3rem 0;
  color: #cd0000; }

.back-in-stock__success {
  display: none; }

.product-outofstock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  padding: 1.3rem 1.7rem;
  margin-top: 1.5rem;
  background-color: #e4e4e7; }
  .product-outofstock-circle {
    font-size: 1.7rem;
    line-height: 1.2;
    display: table-cell;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    background: #fff;
    border-radius: 50%;
    color: #cd0000;
    line-height: 4rem;
    text-align: center;
    vertical-align: middle; }
  .product-outofstock-text {
    font-size: 1.3rem;
    line-height: 1.2;
    display: inline-block;
    margin: 0 1.6rem;
    font-weight: 500; }

.product-promotion-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  height: 6.6rem;
  padding: 1rem 1.5rem;
  margin-top: 1.5rem;
  background: rgba(249, 238, 154, 0.5);
  color: #1c331c;
  font-weight: 500; }
  .product-promotion-boxes .promotions {
    position: relative;
    margin-right: 2rem; }
    .product-promotion-boxes .promotions .promotion {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-box-pack: center;
              justify-content: center;
      -ms-flex-pack: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
              align-items: center;
      -ms-flex-align: center;
      width: 4rem;
      height: 4rem;
      background: #429642;
      border-radius: 50%;
      color: #fff; }

.promotion-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  padding: 1.3rem 1.7rem;
  margin-top: 1.5rem;
  background-color: rgba(249, 238, 154, 0.5); }
  .promotion-box-circle {
    font-size: 1.7rem;
    line-height: 1.2;
    display: table-cell;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    background: #429642;
    border-radius: 50%;
    color: #fff;
    line-height: 4rem;
    text-align: center;
    vertical-align: middle; }
  .promotion-box-text {
    font-size: 1.3rem;
    line-height: 1.2;
    display: inline-block;
    margin: 0 1.6rem;
    font-weight: 500; }

.product-usps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  padding: 1rem 0; }
  .product-usps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center; }
    .product-usps-item:not(:last-child) {
      padding-right: 1.6rem;
      border-right: 0.1rem solid rgba(0, 0, 0, 0.1); }
    .product-usps-item:not(:first-child) {
      padding-left: 1.6rem; }
  .product-usps-item > i {
    height: 2.1rem;
    font-size: 2.1rem; }
  .product-usps-text {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-left: 1rem; }

.product-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 1rem; }

.product-sku {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #7d7d7d; }

.product-short-description {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 1.6rem;
  line-height: 1.4; }
  .product-short-description h1,
  .product-short-description h2,
  .product-short-description h3,
  .product-short-description h4,
  .product-short-description h5,
  .product-short-description h6 {
    font-size: 1.6rem;
    line-height: 1.2; }
  .product-short-description ul {
    padding-left: 1.8rem; }
  .product-short-description ul > li {
    font-size: 1.3rem;
    line-height: 1.2;
    position: relative;
    line-height: 1.85;
    list-style: none; }
    .product-short-description ul > li::before {
      content: '\2022';
      position: absolute;
      margin-top: -1.5rem;
      margin-left: -1.6rem;
      font-size: 3rem; }

.brand .brand-logo {
  max-width: 7rem; }

.product-tabs {
  padding: 4rem 0 3.5rem 0; }
  .product-tabs .columns h1,
  .product-tabs .columns h2,
  .product-tabs .columns h3,
  .product-tabs .columns h4,
  .product-tabs .columns h5,
  .product-tabs .columns h6 {
    font-size: 1.6rem;
    line-height: 1.2; }
  .product-tabs .master-product-long-descriptions,
  .product-tabs .master-product-nutrition-and-ingredients {
    margin-top: 2rem; }
  .product-tabs .tabs-content {
    margin-top: 3rem; }
  .product-tabs .nutrition-and-ingredients {
    overflow: auto; }
  .product-tabs .tabs-header > .item {
    padding: 0 1rem; }
    .product-tabs .tabs-header > .item:first-child {
      padding-left: 1.8rem; }
  .product-tabs .item {
    color: rgba(0, 0, 0, 0.8); }
    .product-tabs .item p {
      color: rgba(0, 0, 0, 0.8); }
  .product-tabs table {
    color: #000; }
    .product-tabs table tr {
      border-top: 0.1rem solid #fff; }
  .product-tabs .video-block-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.26%; }
    .product-tabs .video-block-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }

.hr-line-one,
.hr-line-two,
.hr-line-three,
.hr-line-four {
  width: 100%; }

.hr-line-one {
  margin-top: 0.8rem; }

.hr-line-two {
  margin-top: 0.6rem; }

.hr-line-three {
  margin-top: 1.8rem; }

.hr-line-four {
  margin-top: 0.8rem; }

@media screen and (min-width: 1024px) {
  .product-promotion-boxes {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 2rem;
    font-weight: 500; }
    .product-promotion-boxes .promotions .promotion {
      width: 4.5rem;
      height: 4.5rem; }
  .breadcrumb-item {
    font-size: 1.4rem;
    line-height: 1.2; }
  .go-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    padding: 1rem 0; }
    .go-back-link {
      text-decoration: none; }
    .go-back-icon {
      position: relative;
      top: 0.2rem;
      padding-right: 0.5rem;
      cursor: pointer;
      font-size: 1.4rem;
      opacity: 0.5; }
    .go-back-text {
      font-size: 1.4rem;
      line-height: 1.2;
      position: relative;
      top: 0.1rem;
      cursor: pointer;
      opacity: 0.5; }
    .go-back .back-button {
      border: none; }
  .product-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between; }
  .product-images {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    margin-top: 0; }
    .product-images.desktop {
      position: relative;
      z-index: 0;
      opacity: 1;
      visibility: visible; }
    .product-images.mobile {
      position: absolute;
      z-index: -1;
      opacity: 0;
      visibility: hidden; }
    .product-images .promotions-right {
      top: 2.5rem; }
    .product-images .promotions {
      top: 2.5rem; }
    .product-images .promotion {
      font-size: 1.4rem;
      line-height: 1.2;
      min-width: 9rem;
      padding: 0.4rem 1rem;
      margin-bottom: 0.5rem; }
  .product-swatch-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    position: relative; }
    .product-swatch-images .swatch {
      position: relative;
      margin: 1.4rem 1.4rem 0 0;
      background-color: #f0f0f0;
      cursor: pointer; }
      .product-swatch-images .swatch-image {
        height: 7.5rem; }
      .product-swatch-images .swatch-rectangle {
        display: none; }
      .product-swatch-images .swatch.active .swatch-rectangle {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 0.3rem;
        background-color: #429642; }
      .product-swatch-images .swatch + .wishlist-wrapper {
        bottom: 10rem; }
    .product-swatch-images .wishlist-wrapper {
      bottom: 1rem; }
  .product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%; }
    .product-detail .hr-line-two,
    .product-detail .hr-line-one,
    .product-detail .hr-line-three,
    .product-detail .hr-line-four {
      border-top: 0.1rem solid rgba(0, 0, 0, 0.2); }
  .breadcrumb {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0; }
  .product-name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem; }
  .brand-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .prices-and-availability {
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -webkit-box-align: baseline;
            align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1rem; }
    .prices-and-availability .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .prices-and-availability .price .price-adjusted {
        font-size: 4.6rem;
        line-height: 1.2;
        margin-right: 1rem; }
      .prices-and-availability .price .price-non-adjusted {
        font-size: 2rem;
        line-height: 1.2; }
      .prices-and-availability .price .price-sales {
        font-size: 4.6rem;
        line-height: 1.2; }
  .hr-line-one {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0; }
  .product-info-section {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .product-no-variation-stock {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
    .product-no-variation-stock .product-availability {
      float: right; }
  .product-short-description {
    font-size: 1.6rem;
    line-height: 1.2;
    line-height: 1.4; }
    .product-short-description ul {
      padding-left: 1.8rem; }
    .product-short-description ul > li {
      font-size: 1.6rem;
      line-height: 1.2;
      line-height: 1.63; }
      .product-short-description ul > li::before {
        margin-top: -1.2rem;
        margin-left: -1.9rem; }
  .read-more {
    margin: 0.6rem 0; }
  .hr-line-two {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    margin-top: 1rem; }
  .product-outofstock-popup__container {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
    .product-outofstock-popup__container .product-outofstock-popup {
      top: 12rem; }
      .product-outofstock-popup__container .product-outofstock-popup-wrapper {
        padding: 2rem 1.8rem; }
      .product-outofstock-popup__container .product-outofstock-popup-email-form-label {
        font-size: 1.4rem;
        line-height: 1.2; }
      .product-outofstock-popup__container .product-outofstock-popup-email-form-input {
        font-size: 2rem;
        line-height: 1.2; }
  .product-variations {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    margin-top: 1rem; }
    .product-variations .product-variation-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -ms-flex-pack: space-between;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -webkit-box-align: end;
              align-items: flex-end;
      -ms-flex-align: flex-end; }
    .product-variations .product-variation-info-label {
      font-size: 1.8rem;
      line-height: 1.2;
      margin-top: 1rem; }
    .product-variations:first-of-type .product-variation-info-label {
      margin-top: 0; }
  .quantity-and-add-to-cart {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    margin-top: 2rem; }
    .quantity-and-add-to-cart .cart-and-ipay .add-to-cart,
    .quantity-and-add-to-cart .cart-and-ipay .notify-me {
      font-size: 2.6rem;
      line-height: 1.2;
      padding: 1.9rem; }
  .product-disclaimers {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
    margin-bottom: 0.5rem; }
    .product-disclaimers .promotion-box-circle {
      font-size: 2rem;
      line-height: 1.2;
      width: 4.5rem;
      min-width: 4.5rem;
      height: 4.5rem;
      line-height: 4.5rem; }
    .product-disclaimers .promotion-box-text {
      font-size: 1.8rem;
      line-height: 1.2; }
    .product-disclaimers .product-outofstock-circle {
      font-size: 2rem;
      line-height: 1.2;
      width: 4.5rem;
      min-width: 4.5rem;
      height: 4.5rem;
      line-height: 4.5rem; }
    .product-disclaimers .product-outofstock-text {
      font-size: 1.8rem;
      line-height: 1.2; }
  .product-usps-container {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
    .product-usps-container .product-usps-item:not(:last-child) {
      padding-right: 2.5rem; }
    .product-usps-container .product-usps-item:not(:first-child) {
      padding-left: 2.5rem; }
  .hr-line-three {
    margin-top: 1rem; }
  .hr-line-four {
    display: none; }
  .product-tabs .columns {
    font-size: 1.6rem;
    line-height: 1.2;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
    /* stylelint-disable property-no-vendor-prefix */ }
    .product-tabs .columns.active {
      display: block; }
    .product-tabs .columns > * {
      overflow: hidden;
      /* Fix for firefox and IE 10-11  */
      padding-right: 5rem;
      break-inside: avoid;
      /* IE 10+ */
      break-inside: avoid-column;
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari, Opera */
      page-break-inside: avoid;
      /* Firefox */ }
      .product-tabs .columns > *:first-child {
        margin-top: 0; }
    .product-tabs .columns table {
      width: calc(100% + 5rem); }
  .product-tabs .master-product-long-descriptions,
  .product-tabs .master-product-nutrition-and-ingredients {
    width: 75%; }
  .product-tabs .tabs-header > .item {
    padding: 0; }
    .product-tabs .tabs-header > .item:first-child {
      padding-left: 0; } }

.variation-dropdown .dropdown-content.variations .item.variation-item,
.variation-dropdown .dropdown-content.variations .item.set-product-item,
.set-product-dropdown .dropdown-content.variations .item.variation-item,
.set-product-dropdown .dropdown-content.variations .item.set-product-item {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem; }

.variation-dropdown .dropdown-content.variations .variation-span,
.set-product-dropdown .dropdown-content.variations .variation-span {
  font-size: 1.6rem;
  line-height: 1.2; }

.dropdown.active .dropdown-content {
  padding: 0; }

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .prices-and-availability .price .price-adjusted {
    font-size: 3.6rem;
    line-height: 1.2; } }

.modal-open {
  overflow: hidden; }

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.quickview-modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow-y: scroll; }
  .quickview-modal-dialog {
    position: relative;
    width: auto;
    max-width: 100rem;
    margin: 10rem auto auto;
    pointer-events: none; }
  .quickview-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: relative;
    width: 100%;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
    pointer-events: auto; }
  .quickview-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-pack: flex-end;
    padding: 1rem 1rem 0 0; }
  .quickview-modal-title {
    margin-bottom: 0; }
  .quickview-modal-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    position: relative;
    padding: 0 3rem 3rem; }
  .quickview-modal-close-button {
    padding: 0;
    background-color: transparent;
    color: #000;
    font-size: 2rem; }
    .quickview-modal-close-button:hover {
      background-color: transparent; }
  .quickview-modal-product-name {
    color: inherit;
    text-decoration: none; }
    .quickview-modal-product-name:hover {
      color: inherit; }
  .quickview-modal .product-detail .wishlist-wrapper.quickview {
    display: none; }
  .quickview-modal + .modal-backdrop {
    display: block; }

/* stylelint-disable */
.product .yotpo div,
.product .yotpo span,
.product .yotpo p,
.product .yotpo a,
.product .yotpo img,
.product .yotpo i,
.product .yotpo strong,
.product .yotpo sup,
.product .yotpo ul,
.product .yotpo li,
.product .yotpo form,
.product .yotpo label {
  font-family: "Roboto", sans-serif; }

.product .yotpo .write-review .yotpo-header .yotpo-icon {
  color: #f5a623; }
  .product .yotpo .write-review .yotpo-header .yotpo-icon.yotpo-icon-empty-star {
    color: #ccc; }

.product .yotpo .write-review .socialize-wrapper {
  display: none !important;
  position: static; }

.product .yotpo .write-review .connect-wrapper {
  padding-left: 0; }

.product .yotpo div.yotpo-messages {
  margin-bottom: 2rem; }

.product .yotpo .error-box {
  background: #fef5f5;
  padding: 1.05rem 1.2rem;
  text-align: center; }
  .product .yotpo .error-box .text-wrapper .error-text {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #e10000;
    line-height: 1.33; }
  .product .yotpo .error-box .transparent-color-btn {
    top: 50%;
    right: 1.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .product .yotpo .error-box .transparent-color-btn .yotpo-icon-cross {
      font-size: 1.8rem !important; }

.product .yotpo .yotpo-icon-cross:before {
  content: '\6c';
  font-family: 'bodystore-icons' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  speak: none;
  text-transform: none !important; }

.product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span {
  color: #000; }
  .product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span.yotpo-icon {
    color: #f5a623; }

.product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-content {
  color: #000; }

.product .yotpo.yotpo-main-widget .yotpo-thankyou-footer {
  display: none; }

.product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
  color: #000; }
  .product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span.yotpo-icon {
    color: #f5a623; }

.product .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-content {
  color: #000; }

.product .yotpo .yotpo-modal-dialog .yotpo-thankyou-footer {
  display: none; }

.product-detail .yotpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  height: 3.5rem; }
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-stars {
    margin-right: -0.3rem; }
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
    margin-right: 0.3rem; }
    .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star:last-of-type,
    .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star:last-of-type,
    .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star:last-of-type {
      margin-right: 0; }
  .product-detail .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
    color: #ccc; }
  .product-detail .yotpo .yotpo-bottomline .yotpo-icon-star, .product-detail .yotpo .yotpo-bottomline .yotpo-icon-half-star {
    color: #f5a623; }
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-stars,
  .product-detail .yotpo.bottomline .yotpo-bottomline .yotpo-stars,
  .product-detail .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .product-detail .yotpo .text-m {
    font-size: 1.4rem;
    line-height: 1.2;
    padding-bottom: 0.3rem;
    border-bottom: 0.1rem solid #7d7d7d;
    margin-right: 1rem;
    color: #000 !important; }
    .product-detail .yotpo .text-m.write-review-btn-hidden {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }

.product-detail .product-rating {
  position: relative;
  margin-bottom: 0; }
  .product-detail .product-rating .brand {
    position: absolute;
    top: 0;
    right: 0; }

.product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
.product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
.product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 1rem; }

.product-detail .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,
.product-detail .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star,
.product-detail .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 1rem; }

.product-tabs .label-helpful {
  font-weight: normal !important; }

.product-tabs .yotpo .yotpo-regular-box {
  padding-top: 4rem;
  padding-bottom: 3rem; }

.product-tabs .yotpo .yotpo-nav li {
  padding-right: 3.8rem; }
  .product-tabs .yotpo .yotpo-nav li:hover, .product-tabs .yotpo .yotpo-nav li:focus {
    outline: none; }

.product-tabs .yotpo .nav-tab-sum, .product-tabs .yotpo .yotpo-nav-tab-sum {
  display: none !important; }

.product-tabs .yotpo .yotpo-default-button {
  max-width: 37rem !important; }

.product-tabs .yotpo .write-question-wrapper .yotpo-default-button, .product-tabs .yotpo .write-review .yotpo-default-button {
  float: left; }

.product-tabs .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .label-helpful {
  font-weight: normal; }

.product-tabs .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .yotpo-icon {
  font-size: 1.8rem;
  line-height: 1.2; }

.product-tabs .yotpo .yotpo-pager .yotpo-page-element {
  font-size: 1.6rem;
  line-height: 1.2;
  min-width: 2rem;
  padding-bottom: 0.3rem;
  margin-right: 0;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  border-bottom: 0.5rem solid transparent; }
  .product-tabs .yotpo .yotpo-pager .yotpo-page-element.yotpo-active {
    color: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 0.5rem solid #429642; }
    .product-tabs .yotpo .yotpo-pager .yotpo-page-element.yotpo-active:hover {
      color: rgba(0, 0, 0, 0.8); }
  .product-tabs .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow {
    color: #000 !important; }

.product-tabs .yotpo .yotpo-first-review .yotpo-first-review-content .yotpo-default-button {
  font-size: 1.5rem;
  line-height: 1.2;
  width: 100%;
  display: block;
  padding: 1.8rem 0;
  max-width: 37rem; }

.product-tabs .yotpo .yotpo-first-review .yotpo-first-review-stars .stars-wrapper .yotpo-icon.yotpo-icon-star {
  color: #ccc; }

.product-tabs .yotpo .y-label, .product-tabs .yotpo span.y-label {
  font-size: 1.6rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8); }

.product-tabs .yotpo .yotpo-comments-box {
  border-left: none; }
  .product-tabs .yotpo .yotpo-comments-box .yotpo-comment-box {
    padding: 1rem 0; }

.product-tabs .yotpo .yotpo-review {
  border-top: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2); }

.product-tabs .yotpo .yotpo-nav {
  border-bottom: 0.1rem solid #ccc; }

.product-tabs .yotpo .yotpo-icon {
  font-size: 1.45rem; }

.product-tabs .yotpo .yotpo-regular-box {
  margin-right: 0;
  margin-left: 0; }

.product-tabs .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  padding-bottom: 1rem;
  border-bottom: 0.5rem solid #429642; }
  .product-tabs .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper:focus {
    outline: none; }

.product-tabs .yotpo .yotpo-nav ul .yotpo-nav-tab:hover span {
  color: #7d7d7d !important;
  -webkit-transition: none;
  transition: none; }

.product-tabs .yotpo .yotpo-nav ul .yotpo-nav-tab:focus span {
  color: #000 !important; }

.product-tabs .yotpo .yotpo-nav ul .yotpo-nav-tab span {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #7d7d7d;
  -webkit-transition: none;
  transition: none; }
  .product-tabs .yotpo .yotpo-nav ul .yotpo-nav-tab span:hover {
    color: #7d7d7d !important;
    -webkit-transition: none;
    transition: none; }
  .product-tabs .yotpo .yotpo-nav ul .yotpo-nav-tab span:focus {
    outline: none; }

.product-tabs .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500; }

.product-tabs .yotpo .yotpo-small-box {
  padding: 0;
  border: none; }

.product-tabs .yotpo .yotpo-logo-link-new {
  display: none; }

.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes {
  padding-top: 0; }
  .product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-star-distribution,
  .product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-star-distribution {
    min-width: 15rem; }

.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .transparent-color-btn,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .transparent-color-btn {
  display: none !important; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button, .product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
  display: none !important; }

.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button, .product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
  display: none !important; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs,
.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs {
  display: none; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes,
.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes {
  min-height: 14.7rem;
  border-top: none; }

.product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile,
.product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile,
.product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile,
.product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  display: none; }

.product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label,
.product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label,
.product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label,
.product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label {
  font-size: 1.6rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8); }

.product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-header-element .label-with-tooltip,
.product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .label-with-tooltip,
.product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-header-element .label-with-tooltip,
.product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .label-with-tooltip {
  margin-top: 0.6rem; }
  .product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-header-element .label-with-tooltip .yotpo-user-title,
  .product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .label-with-tooltip .yotpo-user-title,
  .product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-header-element .label-with-tooltip .yotpo-user-title,
  .product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .label-with-tooltip .yotpo-user-title {
    font-size: 1.2rem;
    line-height: 1.2; }

.product-tabs .yotpo .yotpo-default-button,
.product-tabs .yotpo input[type="button"].yotpo-default-button {
  font-size: 1.5rem;
  line-height: 1.2;
  display: block;
  width: 100%;
  padding: 1.8rem 0;
  background-color: #000;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .product-tabs .yotpo .yotpo-default-button:hover,
  .product-tabs .yotpo input[type="button"].yotpo-default-button:hover {
    background-color: #7d7d7d !important;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }

.product-tabs .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
  width: 100%; }

.product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button {
  margin: 2rem 0; }

.product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
  margin-bottom: 2rem; }

.product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button, .product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
  position: static;
  display: block !important;
  width: 100%;
  padding: 1.6rem 0;
  float: left !important;
  max-width: 37rem; }

.product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button .yotpo-icon,
.product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button .yotpo-icon {
  display: none; }

.product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button .yotpo-icon-button-text,
.product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button .yotpo-icon-button-text {
  font-size: 1.5rem;
  line-height: 1.2;
  display: block;
  text-transform: lowercase; }

.product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button .yotpo-icon-button-text::first-letter,
.product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button .yotpo-icon-button-text::first-letter {
  text-transform: uppercase; }

.product-tabs .yotpo .yotpo-nav-dropdown {
  display: none; }

.product-tabs .yotpo .yotpo-review .yotpo-main .content-title,
.product-tabs .yotpo .yotpo-comment .yotpo-main .content-title,
.product-tabs .yotpo .yotpo-question .yotpo-main .content-title,
.product-tabs .yotpo .yotpo-onsite-upload .yotpo-main .content-title,
.product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500; }

.product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-review-stars,
.product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars,
.product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-review-stars,
.product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars {
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

.product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon.rating-star,
.product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon.rating-star,
.product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon.rating-star,
.product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon.rating-star {
  color: #f5a623; }

.product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon.yotpo-icon-empty-star.rating-star,
.product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon.yotpo-icon-empty-star.rating-star,
.product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon.yotpo-icon-empty-star.rating-star,
.product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon.yotpo-icon-empty-star.rating-star {
  color: #ccc; }

.product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date,
.product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-review-date,
.product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-review-date,
.product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-review-date {
  font-size: 1.6rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8); }

.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-header .yotpo-header-actions,
.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-header .yotpo-header-actions,
.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-header .yotpo-header-actions {
  display: block; }

.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-header .yotpo-header-actions,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-header .yotpo-header-actions,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-header .yotpo-header-actions {
  display: block; }

.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .footer-additional-actions,
.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .footer-additional-actions,
.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-question .footer-additional-actions {
  display: none; }

.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .footer-additional-actions,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .footer-additional-actions,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .footer-additional-actions {
  display: none; }

.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-footer .footer-actions,
.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .yotpo-footer .footer-actions,
.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-footer .footer-actions {
  display: none; }

.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .yotpo-footer .footer-actions,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .yotpo-footer .footer-actions,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .yotpo-footer .footer-actions {
  display: none; }

.product-tabs .yotpo .transparent-color-btn span.yotpo-icon {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star,
.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star {
  color: #f5a623; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star,
.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star {
  color: #ccc; }

.product-tabs .yotpo .yotpo-review .yotpo-main,
.product-tabs .yotpo .yotpo-comment .yotpo-main,
.product-tabs .yotpo .yotpo-question .yotpo-main,
.product-tabs .yotpo .yotpo-onsite-upload .yotpo-main {
  margin-left: 0; }
  .product-tabs .yotpo .yotpo-review .yotpo-main .content-review,
  .product-tabs .yotpo .yotpo-comment .yotpo-main .content-review,
  .product-tabs .yotpo .yotpo-question .yotpo-main .content-review,
  .product-tabs .yotpo .yotpo-onsite-upload .yotpo-main .content-review {
    font-size: 1.6rem;
    line-height: 1.2;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8); }

.product-tabs .yotpo .yotpo-questions .yotpo-question .yotpo-main .content-question {
  font-size: 1.6rem;
  line-height: 1.2;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 {
  width: 45%;
  padding-left: 2rem;
  border-left: 0.1rem solid #ccc;
  margin-top: 0;
  float: left; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1,
.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
  width: 13rem;
  min-width: 13rem;
  max-width: none; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews,
.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews {
  margin-left: 2rem; }

.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-sum-reviews,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-sum-reviews {
  font-size: 1.7rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8); }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .text-m,
.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline .text-m {
  display: none; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star,
.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star,
.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 2.2rem;
  line-height: 1.2; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star, .product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star {
  color: #f5a623; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star {
  color: #ccc; }

.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star,
.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star {
  font-size: 2.2rem;
  line-height: 1.2; }

.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 1.6rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8); }
  .product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star.based-on {
    color: #ccc; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star {
  color: #ccc; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content {
  margin-bottom: 0; }

.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content {
  margin-bottom: 0; }

.product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .based-on,
.product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline .based-on {
  font-size: 1.6rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8); }

.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .label-helpful,
.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-comment .label-helpful,
.product-tabs .yotpo.yotpo-main-widget.yotpo-small .yotpo-question .label-helpful {
  font-size: 1.6rem;
  line-height: 1.2;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8); }

.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-review .label-helpful,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-comment .label-helpful,
.product-tabs .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-question .label-helpful {
  font-size: 1.6rem;
  line-height: 1.2;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8); }

.product-tile-rating .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
.product-tile-rating .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
.product-tile-rating .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #f5a623; }

.product-tile-rating .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
  color: #ccc; }

.product-tile-rating .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,
.product-tile-rating .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star,
.product-tile-rating .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #f5a623; }

.product-tile-rating .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  color: #ccc; }

.product-tile-rating .yotpo .text-m {
  display: none; }

/* stylelint-disable */
@media screen and (min-width: 1024px) {
  .product .yotpo .error-box {
    padding: 1.6rem 10rem; }
    .product .yotpo .error-box .text-wrapper .error-text {
      font-size: 1.8rem;
      line-height: 1.2; }
  .product .yotpo .transparent-color-btn {
    right: 1.6rem; }
    .product .yotpo .transparent-color-btn .yotpo-icon-cross {
      font-size: 2.1rem !important; }
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-stars {
    margin-right: -0.4rem; }
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
    margin-right: 0.4rem; }
    .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star:last-of-type,
    .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star:last-of-type,
    .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star:last-of-type {
      margin-right: 0; }
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
  .product-detail .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 1.2rem; }
  .product-detail .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,
  .product-detail .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star,
  .product-detail .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 1.2rem; }
  .product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-header-element .label-with-tooltip,
  .product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .label-with-tooltip,
  .product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-header-element .label-with-tooltip,
  .product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .label-with-tooltip {
    margin-top: 0.8rem; }
  .product-tabs .yotpo .yotpo-review .yotpo-main .content-title,
  .product-tabs .yotpo .yotpo-comment .yotpo-main .content-title,
  .product-tabs .yotpo .yotpo-question .yotpo-main .content-title,
  .product-tabs .yotpo .yotpo-onsite-upload .yotpo-main .content-title,
  .product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
  .product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
  .product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
  .product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
    font-size: 2rem;
    line-height: 1.2; }
  .product-tabs .yotpo .yotpo-review, .product-tabs .yotpo .yotpo-question {
    padding-left: 10.5rem;
    padding-right: 10.5rem; }
    .product-tabs .yotpo .yotpo-review:first-of-type, .product-tabs .yotpo .yotpo-question:first-of-type {
      border-top: none; }
  .product-tabs .yotpo .yotpo-nav ul .yotpo-nav-tab span,
  .product-tabs .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
    font-size: 1.8rem;
    line-height: 1.2; }
  .product-tabs .yotpo .yotpo-review .yotpo-footer .y-label,
  .product-tabs .yotpo .yotpo-comment .yotpo-footer .y-label,
  .product-tabs .yotpo .yotpo-question .yotpo-footer .y-label,
  .product-tabs .yotpo .yotpo-onsite-upload .yotpo-footer .y-label {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    color: #000; }
  .product-tabs .yotpo .yotpo-review .yotpo-footer .footer-actions,
  .product-tabs .yotpo .yotpo-comment .yotpo-footer .footer-actions,
  .product-tabs .yotpo .yotpo-question .yotpo-footer .footer-actions,
  .product-tabs .yotpo .yotpo-onsite-upload .yotpo-footer .footer-actions {
    display: none; }
  .product-tabs .yotpo .yotpo-review .yotpo-header .yotpo-header-actions,
  .product-tabs .yotpo .yotpo-comment .yotpo-header .yotpo-header-actions,
  .product-tabs .yotpo .yotpo-question .yotpo-header .yotpo-header-actions,
  .product-tabs .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-actions {
    margin-left: 0; }
  .product-tabs .yotpo-first-review .yotpo-first-review-content .yotpo-default-button {
    font-size: 1.6rem;
    line-height: 1.2; }
  .product-tabs .yotpo-default-button,
  .product-tabs input[type="button"].yotpo-default-button {
    font-size: 1.6rem;
    line-height: 1.2; }
  .product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button, .product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
    position: absolute;
    right: 0;
    display: block !important;
    width: 30rem;
    padding: 1.7rem 0; }
    .product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button .yotpo-icon-button-text, .product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button .yotpo-icon-button-text {
      font-size: 1.6rem;
      line-height: 1.2; }
  .product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button {
    top: 4.5rem !important; }
  .product-tabs .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
    top: 0; }
  .product-tabs .yotpo.yotpo-main-widget .yotpo-no-reviews .yotpo-bottomline .yotpo-stars,
  .product-tabs .yotpo .yotpo-modal-dialog .yotpo-no-reviews .yotpo-bottomline .yotpo-stars {
    padding-right: 0;
    float: none; }
  .product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1,
  .product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
    width: 30rem;
    min-width: 30rem;
    max-width: none; }
  .product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars,
  .product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
    padding-right: 0;
    float: right; }
  .product-tabs .yotpo .yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-sum-reviews {
    margin-top: -0.5rem;
    float: left; }
  .product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star,
  .product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star,
  .product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 3.2rem;
    line-height: 1.2; }
  .product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star,
  .product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star,
  .product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 3.2rem;
    line-height: 1.2; }
  .product-tabs .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews,
  .product-tabs .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews .yotpo-sum-reviews {
    font-size: 1.7rem;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.8); } }

.wishlist-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  left: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 2.4rem; }
  .wishlist-wrapper.inlist {
    background: #429642; }
  .product-tile-image__container .wishlist-wrapper {
    bottom: 1rem;
    left: -1rem; }

.wishlist-icon {
  position: absolute;
  top: calc(50% + 0.3rem);
  left: 50%;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .wishlist-icon i {
    pointer-events: none; }
  .inlist .wishlist-icon {
    color: #fff; }

.wishlist-count-badge {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 2rem;
  height: 2rem;
  background: #37b700;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

@media screen and (min-width: 1024px) {
  .wishlist {
    display: block; }
    .wishlist-wrapper {
      bottom: 10rem;
      width: 3rem;
      height: 3rem;
      border-radius: 3rem; }
      .product-tile-image__container .wishlist-wrapper {
        left: 1rem; }
    .wishlist-count-badge {
      position: absolute;
      right: 0; } }

.all-brands {
  margin: 4rem 0; }
  .all-brands-title {
    margin-bottom: 1rem;
    text-align: center; }
  .all-brands-letter-list {
    margin: 3rem 0;
    text-align: center; }
    .all-brands-letter-list-link {
      font-size: 2rem;
      line-height: 1.2;
      padding: 0 0.2rem;
      text-decoration: none; }
  .all-brands-box {
    border-top: 0.1rem solid #e4e4e7; }
    .all-brands-box-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      padding: 1.5rem 0;
      border-bottom: 0.1rem solid #e4e4e7; }
    .all-brands-box-letter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.6rem;
      line-height: 1.2;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
              align-items: center;
      -ms-flex-align: center;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -ms-flex-pack: flex-start;
      margin-bottom: 2rem;
      font-weight: bold;
      text-align: center; }
    .all-brands-box-list {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap; }
      .all-brands-box-list-li {
        padding: 0;
        text-decoration: none; }
      .all-brands-box-list-link {
        font-size: 1.4rem;
        line-height: 1.2;
        display: block;
        text-decoration: none; }
      .all-brands-box-list-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        padding: 0.5rem 0; }

@media screen and (min-width: 1024px) {
  .all-brands-box-letter {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    -webkit-box-flex: 0 0 10%;
    -moz-box-flex: 0 0 10%;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 0; }
  .all-brands-box-list {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    -webkit-box-flex: 0 0 90%;
    -moz-box-flex: 0 0 90%; }
    .all-brands-box-list-item {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      -webkit-box-flex: 0 0 25%;
      -moz-box-flex: 0 0 25%; } }
