@charset "UTF-8";
input,
select,
textarea {
  border: none;
  border: 1px solid #8f8f8f;
  padding: 0.5rem 1rem;
}

/*
	Media Query mixin
	See https://github.com/sass-mq/sass-mq/ for original full version.
	@example scss
	 .element {
	   @include mq($from: mobile) {
		 color: red;
	   }
	   @include mq($to: tablet) {
		 color: blue;
	   }
	   @include mq(mobile, tablet) {
		 color: green;
	   }
	   @include mq($from: tablet, $and: '(orientation: landscape)') {
		 color: teal;
	   }
	   @include mq(em(950px)) {
		 color: hotpink;
	   }
	   @include mq(em(950px), $media-feature: height) {
		 color: hotpink;
	   }
	   @include mq(tablet, $media-type: screen) {
		 color: hotpink;
	   }
	   // Advanced use:
	   $custom-breakpoints: (L: 900px, XL: 1200px);
	   @include mq(L, $bp: $custom-breakpoints) {
		 color: hotpink;
	   }
	 }
*/
.--desktop {
  display: block;
}
@media (max-width: 48em) {
  .--desktop {
    display: none !important;
  }
}

.--mobile {
  display: none;
}
@media (max-width: 48em) {
  .--mobile {
    display: block;
  }
}

.--tablet {
  display: none;
}
@media (max-width: 64em) {
  .--tablet {
    display: block;
  }
}

.green-whatsapp {
  /*background-color: #4dc247;*/
  background-color: black;
  position: fixed;
  bottom: 6%;
  right: 3%;
  z-index: 1;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: flex;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.green-whatsapp img {
  width: 35px;
  height: 35px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

/*! normalize.css v8.0.0 | 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  font-family: "Helvetica", sans-serif;
}

body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

hr {
  border: 0;
  width: 100%;
  background: #fff;
  height: 1px;
  margin: 1rem 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #333;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
}

input:hover {
  outline: none;
}
input:focus {
  outline: none;
}

textarea {
  resize: none;
}

*:focus {
  outline: none !important;
}

.hidden {
  display: none;
}

::selection {
  color: #fff;
  background: #000;
}

.toast-top-right {
  top: 56px !important;
  right: 12px;
}

.sweet-alert button {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0.5rem;
  border-radius: 0;
}
.sweet-alert fieldset {
  display: none;
}

.ribbon {
  position: absolute;
  width: calc(100% - 2rem);
  text-align: center;
  background-color: transparent;
  top: 40%;
  z-index: 3;
  font-size: 1.1rem;
  line-height: 2rem;
  padding: 0.4rem 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  left: 50%;
  bottom: 8.5%;
  transform: translate(-50%, 0);
}
.ribbon span {
  position: relative;
  z-index: 100;
  font-family: "Helvetica";
}
.ribbon:after {
  content: "";
  display: inline-block;
  border-top-width: 2.8rem;
  border-top-style: solid;
  border-left: 0px;
  height: 0;
  min-width: 6.8rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dark-grey {
  background-color: #000;
  color: #fff;
}

.dark-grey.ribbon {
  background-color: transparent;
}

.dark-grey.ribbon:after {
  border-top-color: #000;
}

.height-28 {
  height: 28px !important;
}

@font-face {
  font-family: "Helvetica";
  src: url("/content/fonts/Helvetica.eot");
  src: url("/content/fonts/Helvetica.eot") format("embedded-opentype"), url("/content/fonts/Helvetica.woff2") format("woff2"), url("/content/fonts/Helvetica.woff") format("woff"), url("/content/fonts/Helvetica.ttf") format("truetype"), url("/content/fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("/content/fonts/HelveticaOblique.eot");
  src: url("/content/fonts/HelveticaOblique.eot") format("embedded-opentype"), url("/content/fonts/HelveticaOblique.woff2") format("woff2"), url("/content/fonts/HelveticaOblique.woff") format("woff"), url("/content/fonts/HelveticaOblique.ttf") format("truetype"), url("/content/fonts/HelveticaOblique.svg#HelveticaOblique") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("/content/fonts/HelveticaNeueLTStd-Hv.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("/content/fonts/HelveticaLight.eot");
  src: url("/content/fonts/HelveticaLight.eot") format("embedded-opentype"), url("/content/fonts/HelveticaLight.woff2") format("woff2"), url("/content/fonts/HelveticaLight.woff") format("woff"), url("/content/fonts/HelveticaLight.ttf") format("truetype"), url("/content/fonts/HelveticaLight.svg#HelveticaLight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("/content/fonts/HelveticaLightOblique.eot");
  src: url("/content/fonts/HelveticaLightOblique.eot") format("embedded-opentype"), url("/content/fonts/HelveticaLightOblique.woff2") format("woff2"), url("/content/fonts/HelveticaLightOblique.woff") format("woff"), url("/content/fonts/HelveticaLightOblique.ttf") format("truetype"), url("/content/fonts/HelveticaLightOblique.svg#HelveticaLightOblique") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica";
  src: url("/content/fonts/HelveticaBold.eot");
  src: url("/content/fonts/HelveticaBold.eot") format("embedded-opentype"), url("/content/fonts/HelveticaBold.woff2") format("woff2"), url("/content/fonts/HelveticaBold.woff") format("woff"), url("/content/fonts/HelveticaBold.ttf") format("truetype"), url("/content/fonts/HelveticaBold.svg#HelveticaBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("/content/fonts/HelveticaBoldOblique.eot");
  src: url("/content/fonts/HelveticaBoldOblique.eot") format("embedded-opentype"), url("/content/fonts/HelveticaBoldOblique.woff2") format("woff2"), url("/content/fonts/HelveticaBoldOblique.woff") format("woff"), url("/content/fonts/HelveticaBoldOblique.ttf") format("truetype"), url("/content/fonts/HelveticaBoldOblique.svg#HelveticaBoldOblique") format("svg");
  font-weight: bold;
  font-style: italic;
}
body {
  font-size: 1.6rem;
}

h1 {
  font-size: 3.2rem;
  margin: 1.25rem 0;
}

h2 {
  font-size: 2.6rem;
  margin: 1rem 0;
}

h3 {
  font-size: 2.2rem;
  margin: 0.75rem 0;
}

h4 {
  font-size: 1.8rem;
  margin: 0.75rem 0;
}

h5 {
  font-size: 1.6rem;
  margin: 0.75rem 0;
}

h6 {
  font-size: 1.4rem;
  margin: 0.75rem 0;
}

.icon:not(.fa) {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(/content/icons/sprite.svg);
  width: 25px;
  height: 25px;
}
.icon--clickable {
  cursor: pointer;
}
.icon--rotate {
  transform: rotate(180deg);
}
.icon-toggle {
  background-position: -133px -533px;
}
.icon-user {
  background-position: -368px -124px;
}
.icon-user:hover {
  background-position: -328px -124px;
}
.icon-user:focus {
  background-position: -328px -124px;
}
.icon-bag {
  background-position: -450px -124px;
}
.icon-bag:hover {
  background-position: -410px -124px;
}
.icon-bag:focus {
  background-position: -410px -124px;
}
.icon-search {
  background-position: -248px -124px;
}
.icon-wish {
  background-position: -533px -285px;
}
.icon-wish:hover {
  background-position: -573px -285px;
}
.icon-wish:focus {
  background-position: -573px -285px;
}
.icon-wish-fill {
  background-position: -573px -285px;
}
.icon-arrow-right {
  background-position: -82px -123px;
}
.icon-arrow-return {
  background-position: -615px -82px;
}
.icon-fb-sm {
  background-position: -246px -165px;
}
.icon-gp-sm {
  background-position: -271px -119px;
}
.icon-tw-sm {
  background-position: -286px -165px;
}
.icon-view {
  background-position: -328px -340px;
}
.icon-view:hover {
  background-position: -368px -340px;
}
.icon-view:focus {
  background-position: -368px -340px;
}
.icon-filter {
  background-position: -243px -340px;
}
.icon-filter:hover {
  background-position: -211px -340px;
}
.icon-filter:focus {
  background-position: -211px -340px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/content/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/content/fonts/slick.eot");
  src: url("/content/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/content/fonts/slick.woff") format("woff"), url("/content/fonts/slick.ttf") format("truetype"), url("/content/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
  z-index: 1;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 10px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 10px;
}
[dir=rtl] .slick-next {
  left: 5px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

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

.button {
  transition: all 200ms ease-out;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  border: 1px solid transparent;
}
.button:hover {
  background: #000;
  color: #fff;
}
.button:focus {
  background: #000;
  color: #fff;
}
.button--large {
  padding: 2rem 2rem;
}

.popout {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  /*transform: translate(-50%,-50%);*/
  transform: translate(-50%, 50%);
  background: #fff;
  padding: 4rem;
  max-width: 600px;
  width: calc(100% - 2rem);
  box-shadow: 4px 4px 0 #000;
  border: 1px solid #8f8f8f;
  z-index: 12;
  max-height: 80vh;
  overflow-y: scroll;
  transition: all 0.4s ease;
}
.popout.--open {
  visibility: visible;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.popout__close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
  line-height: 20px;
  font-size: 4rem;
  cursor: pointer;
}
.popout-quickview {
  border-radius: 15px;
  border: none;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 800px;
  box-shadow: none;
  padding: 2rem;
  min-height: 70vh;
}
@media (max-width: 48em) {
  .popout-quickview {
    max-height: 80vh;
  }
}

.loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: load 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.loader div:nth-child(1) {
  animation-delay: -0.45s;
}

.loader div:nth-child(2) {
  animation-delay: -0.3s;
}

.loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0px;
  z-index: 7;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 30px;
  width: 100%;
}
.header__logo {
  max-height: 130px;
  padding: 0.5rem 0;
}
.header__logo-wrap {
  font-weight: bold;
}
.header__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 48em) {
  .header__actions {
    margin-left: 1rem;
  }
}
.header__actions-left {
  display: flex;
  align-items: center;
}
.header__actions-left > a:not(:first-of-type) {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  margin-left: 15px;
  font-size: 1.2rem;
}
.header__actions-left > a:not(:first-of-type).active {
  background-color: #e7e7e7;
}
@media (max-width: 48em) {
  .header__actions-left > a:not(:first-of-type) {
    display: none;
  }
}
@media (max-width: 48em) {
  .header__actions-left .header__logo-wrap {
    font-size: 15px;
    height: 45px;
    display: flex;
    align-items: center;
  }
}
.header__actions-left .subMenuDesktop {
  display: none;
  background: #e7e7e7;
  justify-content: s;
  position: absolute;
  top: 100%;
  width: 100%;
  font-family: "Helvetica";
  font-size: 12px;
  left: 0;
}
.header__actions-left .subMenuDesktop > ul {
  display: flex;
  /*justify-content: space-around;*/
  justify-content: start;
}
.header__actions-left .subMenuDesktop > ul .menu-items {
  /*width: calc(100% / 2);*/
  width: 100%;
}
.header__actions-left .subMenuDesktop > ul .menu-items-title {
  color: #000;
  height: 15px;
  display: flex;
  align-items: center;
}
.header__actions-left .subMenuDesktop > ul .menu-items > ul > li, .header__actions-left .subMenuDesktop > ul .menu-items > p {
  padding: 0 20px;
  height: 29px;
  display: flex;
  align-items: center;
}
.header__actions-left .subMenuDesktop > ul .menu-items > ul > li:nth-child(odd), .header__actions-left .subMenuDesktop > ul .menu-items > p:nth-child(odd) {
  background-color: #ffffff;
}
.header__actions-left .subMenuDesktop > ul .menu-items > ul > li:nth-child(even), .header__actions-left .subMenuDesktop > ul .menu-items > p:nth-child(even) {
  background-color: #f7f7f7;
}
.header__actions-left .subMenuDesktop > ul .menu-items > ul > li.menu-items-title, .header__actions-left .subMenuDesktop > ul .menu-items > p.menu-items-title {
  height: 29px !important;
  background-color: #f7f7f7 !important;
}
.header__actions-left .subMenuDesktop > ul .menu-items > ul > li a, .header__actions-left .subMenuDesktop > ul .menu-items > p a {
  color: #0018a8;
}
.header__actions-item {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
}
.header__actions-item.active {
  background-color: #e7e7e7;
}
@media (max-width: 48em) {
  .header__actions-item {
    display: none;
  }
}
.header__hamburguer {
  display: none;
  width: 50px;
  height: 100%;
}
.header__hamburguer .hamburguer__switch {
  position: relative;
  width: 100%;
  height: 100%;
}
.header__hamburguer .hamburguer__bread, .header__hamburguer .hamburguer__patty {
  transition: all 200ms ease-out;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 1px;
  background-color: #000;
}
.header__hamburguer .hamburguer__bread {
  margin-top: -8px;
}
.header__hamburguer .hamburguer__bread ~ .hamburguer__bread {
  margin-top: 8px;
}
#header-menu-switch:checked ~ .header .header__hamburguer .hamburguer__patty {
  display: none;
}
#header-menu-switch:checked ~ .header .header__hamburguer .hamburguer__bread {
  transform: translate(0, 10px) rotate(45deg);
}
#header-menu-switch:checked ~ .header .header__hamburguer .hamburguer__bread ~ .hamburguer__bread {
  transform: translate(0, -6px) rotate(-45deg);
}
@media (max-width: 64em) {
  .header:not(.header--home) {
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 0 1rem;
  }
  .header:not(.header--home) .header__menu {
    display: none;
  }
  .header:not(.header--home) .header__actions {
    order: 3;
  }
  .header:not(.header--home) .header__search--opened .header__search-input {
    display: block;
  }
  .header:not(.header--home) .header__hamburguer {
    display: flex;
    position: absolute;
    left: 0;
    order: 1;
    align-items: center;
    justify-content: center;
  }
  .header:not(.header--home) .header__logo-wrap {
    margin-left: 45%;
    order: 2;
    margin-left: 4rem;
    margin-top: -2px;
  }
}

@media (max-width: 48em) {
  .headerHome {
    /*  position: fixed !important;*/
    background-color: transparent;
    border-bottom: none;
  }
}

.header--home {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0px;
  border: none;
  height: 130px;
}
.header--home .header__logo {
  max-height: 130px;
  margin-top: 20px;
}
@media (max-width: 48em) {
  .header--home {
    padding: 0 2.5rem 0 5vw;
  }
  .header--home .header__logo {
    margin-top: 0;
  }
}

@media (max-width: 48em) {
  .header {
    height: 35px !important;
    min-height: 35px !important;
    padding: 3px 8px !important;
    font-size: 11px !important;
  }
  .header__logo {
    max-height: 30px !important;
    padding: 0.2rem 0 !important;
  }
  .header__logo-wrap {
    font-size: 12px !important;
    height: 35px !important;
  }
  .header__hamburguer {
    width: 35px !important;
  }
  .header--home {
    height: 35px !important;
    min-height: 35px !important;
    padding: 3px 8px !important;
  }
  .header--home .header__logo {
    max-height: 30px !important;
    margin-top: 0 !important;
  }
}
.site-menu {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #fff;
  z-index: 6;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 42px;
}
@media (max-width: 64em) {
  .site-menu {
    display: none;
  }
}

.content {
  min-height: 100vh;
  padding: 0 0 1rem 0;
}
@media (max-width: 64em) {
  .content {
    padding: 0;
    top: 42px;
  }
}
@media (max-width: 48em) {
  .content {
    min-height: 0;
  }
}
.content--home {
  padding: 0;
}
.content__container {
  max-width: 1150px;
  margin: 0 auto;
}
.content__container-cart-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 64em) {
  .content__container-cart-content {
    flex-direction: column;
  }
}

.shop-content {
  display: flex;
}

.side-menu {
  position: fixed;
  top: calc(1rem * 2 + 5rem);
  padding-left: 2vw;
  margin-top: 5rem;
  font-size: 2.4rem;
  z-index: 5;
}
.side-menu__item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  display: block;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.side-menu__item:hover {
  color: #000;
}
.side-menu__item:focus {
  color: #000;
}
.side-menu__item--separate {
  margin-bottom: 3rem;
}
.side-menu__item--outstand {
  color: #000;
}
.side-menu__item--outstand:hover {
  color: #000;
}
.side-menu__item--outstand:focus {
  color: #000;
}
.side-menu__item--sale {
  color: yellow;
  /*font-size: 3rem;*/
}
.side-menu__item--sale:hover {
  color: blue;
}
.side-menu__item--sale:focus {
  color: blue;
}
.side-menu__toggle-item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  display: block;
  color: #000;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  cursor: pointer;
}
.side-menu__toggle-item:hover {
  color: #000;
}
.side-menu__toggle-item:focus {
  color: #000;
}
@media (max-width: 48em) {
  .side-menu__toggle-item {
    margin-bottom: 1rem;
  }
}
.side-menu__toggle-section {
  font-size: 1.6rem;
}
.side-menu .toggle-section__item {
  display: block;
  margin-bottom: 0.75rem;
  color: #000;
}
@media (max-width: 48em) {
  .side-menu {
    top: calc(1rem + 3rem);
    margin-top: 2rem;
  }
}

.--top-banner .header {
  margin-top: 0px;
}
@media (max-width: 64em) {
  .--top-banner .header:not(.header--home) .header__search-input {
    top: calc(130px + 0px);
  }
}
@media (max-width: 64em) {
  .--top-banner .content {
    padding: 0;
  }
}
.--top-banner .checkout__summary {
  padding-top: calc(1.5rem + 0px);
}

.--color-invert .header {
  filter: invert(100%);
}
.--color-invert .side-menu {
  filter: invert(100%);
}

.--menu-fixed .header__logo {
  position: fixed;
  z-index: 8;
  left: 2rem;
  animation: fadeIn 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.--menu-fixed .header__search, .--menu-fixed .header__user-actions {
  position: fixed;
  z-index: 8;
  animation: fadeIn 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.--menu-fixed .header__search {
  right: 110px;
}
.--menu-fixed .header__user-actions {
  right: 25px;
}
.--menu-fixed .header__icon-action .item-count {
  position: fixed;
  right: 32px;
}

.--popout {
  overflow-y: hidden;
}
.--popout::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background:transparentize($color: $white, $amount: 0.5);*/
  background: rgba(118, 110, 110, 0.2);
  z-index: 11;
}

.--raw ul {
  list-style-type: initial;
  padding-inline-start: 4rem;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}

.--filters .shop-filter {
  display: block !important;
  visibility: visible !important;
}
@media (max-width: 64em) {
  .--filters .shop-filter__close {
    display: block;
  }
}

.site__nav .menu {
  display: flex;
}
.site__nav .menu__item {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 25px;
  color: #000;
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.7;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
}
.site__nav .menu__item:hover {
  text-decoration: none;
  opacity: 1;
  color: #000;
}
.site__nav .menu__item:hover--outstand {
  color: #000;
}
.site__nav .menu__item:focus {
  text-decoration: none;
  opacity: 1;
  color: #000;
}
.site__nav .menu__item:focus--outstand {
  color: #000;
}
.site__nav .menu__item--active {
  opacity: 1;
  border-bottom-color: #333;
}
.site__nav .menu__item--outstand {
  color: #000;
}
.site__nav .menu__dropdown {
  position: relative;
}
.site__nav .menu__dropdown:hover .menu-dropdown__list {
  display: block;
}
.site__nav .menu__dropdown:focus .menu-dropdown__list {
  display: block;
}
.site__nav .menu .menu-dropdown__list {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  min-width: 100px;
  background: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #8f8f8f;
}
.site__nav .menu .menu-dropdown__columns {
  display: flex;
}
.site__nav .menu .menu-dropdown__item {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  opacity: 0.7;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding: 0.5rem;
  font-weight: bold;
}
.site__nav .menu .menu-dropdown__item:hover {
  opacity: 1;
}
.site__nav .menu .menu-dropdown__item:focus {
  opacity: 1;
}
.site__nav .menu .menu-dropdown__column:not(:last-child) {
  margin-right: 1.5rem;
}

.header__search {
  border-right: 1px solid #e5e5e5;
  background: #e7e7e7;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.5s;
  z-index: 1;
  width: 100%;
  display: none;
}
.header__search.showBar {
  display: block;
}
@media (max-width: 48em) {
  .header__search #form-search {
    width: 100%;
  }
}
@media (max-width: 48em) {
  .header__search {
    border-right: none;
    top: 100% !important;
    padding-right: 0;
    display: none;
  }
}
@media (max-width: 48em) {
  .header__search-input {
    width: 100% !important;
  }
}
.header__search-suggested {
  display: flex;
  font-size: 11px;
  border-top: 1px solid #d4d4d4;
  padding: 5px 10px;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .header__search-suggested {
    display: none;
  }
}
.header__search-suggested span {
  margin-right: 10px;
}
.header__search-suggested a {
  margin: 0 5px;
}
.header__search-input {
  font-size: 15px;
  color: #000;
  border: none;
  width: 100%;
  height: 35px;
  background-color: transparent;
}
.header__search-input.placeholder {
  color: #000;
}
.header__search-input:-moz-placeholder {
  color: #000;
}
.header__search-input::-moz-placeholder {
  color: #000;
}
.header__search-input:-ms-input-placeholder {
  color: #000;
}
.header__search-input::-webkit-input-placeholder {
  color: #000;
}
@media (max-width: 48em) {
  .header__search-input {
    width: 90px;
  }
}
.header__search-icon {
  display: inline-block;
  height: 23px;
  vertical-align: middle;
  cursor: pointer;
}
.header__user-actions {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.header__icon-action {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}
.header__icon-action a > img {
  height: 21px;
  vertical-align: bottom;
}
.header__icon-action-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__icon-action-image {
  margin-right: 3px;
  height: 16px;
  transform: translate(0, -2px);
}
@media (max-width: 48em) {
  .header__icon-action-image {
    height: 25px;
  }
}
.header__icon-action .item-count {
  position: absolute;
  top: 12px;
  right: -19px;
  color: #000;
  border-radius: 10rem;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 48em) {
  .header__icon-action .item-count {
    border: 1px solid black;
    background: #fff;
    padding: 10px;
    top: 5px;
    right: -6px;
  }
}
.header__dropdown {
  position: relative;
}
.header__dropdown .dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 300px;
  background: #fff;
  padding: 1rem;
  border: 1px solid #8f8f8f;
  z-index: 9;
  cursor: initial;
}
.header__dropdown .dropdown__register-text {
  font-size: 1.1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  margin: 1rem auto 0 auto;
  justify-content: center;
}
.header__dropdown .dropdown__link {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 2rem;
}
.header__dropdown .dropdown__logged-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px dashed #e5e5e5;
  padding: 1.5rem 1.5rem 0;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.header__dropdown .dropdown__logged-text a {
  margin-top: 1.5rem;
}
.header__dropdown:hover .dropdown__menu {
  display: block;
}
.header__dropdown:focus .dropdown__menu {
  display: block;
}

.childCategories {
  color: #0018a8 !important;
}

.banner-section {
  display: flex;
}
.banner-section__item {
  flex-grow: 1;
  position: relative;
}
.banner-section__item > img {
  width: 100%;
}
.banner-section__item .banner__hover {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.banner-section__item .banner__text {
  font-size: 3.5vw;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-section__item:hover .banner__hover {
  visibility: visible;
}
.banner-section__item:focus .banner__hover {
  visibility: visible;
}
@media (max-width: 48em) {
  .banner-section__item .banner__hover {
    visibility: visible;
  }
}
@media (max-width: 48em) {
  .banner-section {
    flex-direction: column;
  }
  .banner-section__item .banner__text {
    font-size: 7vw;
  }
}

.home-banners .slick-dots li button:before {
  font-size: 10px;
}
.home-banners a img {
  width: 100%;
}

.home__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  padding: 2rem 0;
  width: 100%;
}
.home__social .social__title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .home__social .social__title {
    font-size: 20px;
  }
}
.home__social .social__title img {
  height: 27px;
  margin-right: 6px;
}
@media (max-width: 48em) {
  .home__social .social__title img {
    height: 20px;
  }
}
.home__social .social__subtitle {
  font-size: 26px;
  color: #6b6c6e;
  margin-top: 1.5rem;
}
@media (max-width: 48em) {
  .home__social .social__subtitle {
    font-size: 20px;
  }
}
.home__social .social__subtitle-bottom {
  font-size: 17px;
  letter-spacing: 2px;
  color: #6b6c6e;
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 48em) {
  .home__social .social__subtitle-bottom {
    font-size: 13px;
  }
}
.home__social .social__title,
.home__social .social__subtitle {
  letter-spacing: 1px;
}
.home__social .social__links {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.home__social .social__links img {
  width: 50px;
  margin: 0 1rem;
}
.home__social .social__images {
  width: 100%;
  position: relative;
  margin-top: 0.5rem;
}
.home__social .social__images .ig-images {
  display: flex;
  flex-wrap: wrap;
}
.home__social .social__images .ig-images a {
  max-width: 25%;
}
.home__social .social__images .ig-images div {
  width: 33.3333333333%;
}
.home__social .line-separator {
  width: 95%;
  border-top: 1px #c6c8ca solid;
  margin-bottom: 3rem;
}
.home__social .line-separator .linea {
  display: block;
  width: 344px;
  height: 4px;
  background-color: #2f2a2a;
  margin: -2px 0 0 auto;
}

@media (max-width: 48em) {
  .home__social {
    margin-top: 1rem;
  }
  .home__social .social__links img {
    width: 35px;
  }
}
@media (max-width: 48em) {
  .home .home__main-categories {
    flex-direction: column;
    margin: -0.5rem 0;
  }
  .home .home__category {
    margin: 0.5rem 0;
  }
  .home .home__category img {
    margin: 0 auto;
  }
}
.popup-banner {
  display: none;
  position: fixed !important;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  padding: 1rem;
  max-width: 600px;
  width: 100%;
  background-color: #eee;
  border: 6px solid #fff;
  min-height: 60vh;
  align-items: center;
}
.popup-banner-content {
  margin-left: 3vw;
  width: 80%;
}
.popup-banner__close {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 4rem;
  line-height: 20px;
  padding: 2rem;
  cursor: pointer;
}
.popup-banner .popup-buttons {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.popup-banner .popup-banner-mail {
  width: 100%;
  height: 40px;
  text-align: center;
  border: 0;
  background-color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
  margin-top: 10px;
}
.popup-banner-title {
  margin-top: 30px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: sans-serif;
}
.popup-banner-text {
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-size: 12px;
}
.popup-banner button {
  border: 0;
  width: auto;
  height: 32px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-decoration: none !important;
  -webkit-appearance: none;
}

.home__products {
  margin: 2rem 0;
}
.home__products__title {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0;
  margin-bottom: 1.5rem;
  color: black;
  width: 100%;
  text-align: center;
}
@media (max-width: 48em) {
  .home__products__title {
    font-size: 2rem;
  }
}
.home__products__subtitle {
  font-size: 18px;
  color: #6b6c6e;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
}
.home__products__slider .slick-slider {
  margin: -0.4rem 0;
}
.home__products__slider .slick-slider.home-products {
  margin: 2rem 0;
}
.home__products__slider .slick-track .slick-slide .product-item {
  padding: 0 1rem;
}
.home__products__slider .product-item .image {
  position: relative;
}
.home__products__slider .product-item .image .image-info {
  display: none;
  padding: 1.5rem 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 1s;
}
.home__products__slider .product-item .image .image-info .product-name {
  color: black;
  font-size: 1.4rem;
  font-weight: bold;
}
.home__products__slider .product-item .image .image-info .product-link {
  padding-bottom: 2px;
  color: black;
  border-bottom: 1px solid black;
  font-size: 1.3rem;
  text-transform: capitalize;
  margin-top: 0.5rem;
  font-family: "MontserratBold";
}
.home__products__slider .product-item .image.open .image-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home__products .line-separator {
  width: 95%;
  border-top: 1px #c6c8ca solid;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.home__products .line-separator .linea {
  display: block;
  width: 344px;
  height: 4px;
  background-color: #2f2a2a;
  margin: -2px auto 0 auto;
}

.watermark {
  position: sticky;
  z-index: 1;
  top: 110px;
}
.watermark p {
  position: absolute;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  left: 50%;
  transform: translate(-50%, -100%);
  font-family: "HelveticaNeueLTStd";
  width: max-content;
  margin-top: 30px;
}
@media (max-width: 48em) {
  .watermark p {
    font-size: 1.3rem;
    margin-top: 0px;
    transform: translate(-50%, -250%);
  }
}
.watermark.homeMark {
  top: 50%;
}
.watermark.homeMark p {
  padding-top: 15%;
  font-size: 10rem;
  transform: translate(-50%, -100%);
}
@media (max-width: 48em) {
  .watermark.homeMark p {
    font-size: 3rem;
    width: 90%;
    text-align: center;
    transform: translate(-50%, -240%);
  }
}

.home__products__slider {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 48em) {
  .home__products__slider {
    padding: 0;
  }
}
.home__products__slider .product-item {
  height: 100%;
  width: 330px;
  margin: 10px;
}
@media (max-width: 48em) {
  .home__products__slider .product-item {
    width: 45%;
    margin: 4px;
  }
}
@media (max-width: 48em) {
  .home__products__slider .product-item .image-info {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

#header-menu-switch {
  display: none;
}

.nav-menu {
  display: none;
}
@media (max-width: 64em) {
  #header-menu-switch:checked ~ .nav-menu {
    display: block;
    position: sticky;
    z-index: 7;
    background-color: white;
    width: 100%;
    top: 42px;
  }
  #header-menu-switch:checked ~ .nav-menu::before, #header-menu-switch:checked ~ .nav-menu::after {
    left: calc(1.5rem + 2px);
    z-index: 12;
  }
  #header-menu-switch:checked ~ .nav-menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #333;
    margin-bottom: -3px;
    top: -8px;
  }
  #header-menu-switch:checked ~ .nav-menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    margin-bottom: -3px;
    top: -6px;
  }
}
.nav-menu__section {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.nav-menu__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem 2rem 1rem 8rem;
}
.nav-menu__item .icon {
  position: absolute;
  left: 4rem;
  font-size: 2.2rem;
  margin-right: 1rem;
  min-width: 30px;
}
.nav-menu__item--outstand {
  color: #000;
}
.nav-menu__item-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #333;
}

.newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12rem 0 10rem;
}
.newsletter__title {
  margin: 0;
  margin-bottom: 5rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.newsletter__input {
  border: none;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
  width: 100%;
  padding: 1rem 1rem;
}
.newsletter__input.placeholder {
  color: #000;
  text-transform: uppercase;
}
.newsletter__input:-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}
.newsletter__input::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}
.newsletter__input:-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
.newsletter__input::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
.newsletter__links {
  display: flex;
  margin-top: 2rem;
}
.newsletter__link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2rem;
}
.newsletter__link-item > img {
  height: 20px;
  margin: 1rem;
}
.newsletter__link-item span {
  text-transform: uppercase;
  font-size: 9px;
}
@media (max-width: 26em) {
  .newsletter {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.newsletter .newsletter-input {
  display: flex;
  margin-bottom: 5rem;
  max-width: 400px;
  width: 100%;
  align-items: center;
}

.top-banner {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #000 !important;
  padding: 0.35rem 0;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 4;
  position: fixed;
  bottom: 0;
  height: 25px;
}
.top-banner span {
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.top-banner .banner-container {
  width: 100%;
}

.close-top-banner {
  display: inline;
  position: absolute;
  right: 0;
  padding: 0 5px 0 5px;
  background-color: #000000;
  cursor: pointer;
}

@media (max-width: 767px) {
  .marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
  }
  .marquee .promotion-banner {
    display: inline-block;
    padding-left: 100%;
    /* show the marquee just outside the paragraph */
    animation: marquee 15s linear infinite;
  }
  .marquee .promotion-banner:hover {
    animation-play-state: paused;
  }
  /* Make it move */
  @keyframes marquee {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-100%, 0);
    }
  }
}
.institutional .title {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
.institutional p {
  font-size: 1.4rem;
}

.shop-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  padding: 8px 15px;
  background: #e7e7e7;
}
.shop-bar .toggle-filter {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: bold;
}
.shop-bar .toggle-filter .icon {
  margin-left: 0.5rem;
}
.shop-bar .toggle-filter--popup {
  display: none;
}
.shop-bar__breadcrumb .breadcrumb__item {
  color: #5b5b5f;
}
.shop-bar__breadcrumb .breadcrumb__item:hover {
  border-bottom: 1px solid #5b5b5f;
}
.shop-bar__breadcrumb .breadcrumb__item:focus {
  border-bottom: 1px solid #5b5b5f;
}
.shop-bar__sort {
  color: #5b5b5f;
}
.shop-bar__sort .sort__control {
  margin-left: 1rem;
  font-weight: bold;
}
.shop-bar__sort .sort__control option {
  font-size: 1.2rem;
}
.shop-bar__row-size {
  color: #5b5b5f;
}
.shop-bar__row-size .sort__item {
  cursor: pointer;
  margin-left: 0.5rem;
  padding: 0.25rem;
}
.shop-bar__row-size .sort__item--active {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #333;
}
.shop-bar__row-size .sort__item:hover {
  border-bottom: 1px solid #5b5b5f;
}
.shop-bar__row-size .sort__item:focus {
  border-bottom: 1px solid #5b5b5f;
}
@media (max-width: 48em) {
  .shop-bar__row-size {
    display: none;
  }
}
@media (max-width: 64em) {
  .shop-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .shop-bar .toggle-filter {
    display: none;
  }
  .shop-bar .toggle-filter--popup {
    display: block;
  }
}
@media (max-width: 48em) {
  .shop-bar {
    flex-direction: row;
    align-items: flex-start;
  }
  .shop-bar__breadcrumb {
    display: none;
  }
}

.shop-filter {
  width: 25rem;
  flex-shrink: 0;
  position: sticky;
  top: 80px;
}
.shop-filter__close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 4rem;
  padding: 1.5rem 2rem;
  line-height: 2rem;
}
.shop-filter .filter__section {
  margin-bottom: 7rem;
}
.shop-filter .filter__name {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.shop-filter .filter__list {
  display: flex;
  flex-wrap: wrap;
}
.shop-filter .filter__list--vertical {
  flex-direction: column;
}
.shop-filter .filter__list--vertical .filter__list-item {
  padding: 0.75rem 0;
}
.shop-filter .filter__list-item {
  display: block;
  font-size: 1.3rem;
  padding: 0.75rem 1rem 0.75rem 0;
}
.shop-filter .filter__list-item--active {
  font-weight: bold;
}
.shop-filter .filter__list-item--outstand {
  color: #000;
  text-transform: uppercase;
}
.shop-filter .filter__ball {
  border-radius: 50%;
  background-size: cover;
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.shop-filter .filter__ball--active {
  box-shadow: 0px 0px 0px 2px #333;
}
.shop-filter .filter__ball:hover {
  box-shadow: 0px 0px 0px 2px #333;
}
.shop-filter .filter__ball:focus {
  box-shadow: 0px 0px 0px 2px #333;
}
@media (max-width: 64em) {
  .shop-filter {
    display: none;
    width: 85vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    max-height: 80vh;
    overflow-y: auto;
  }
  .shop-filter .filter__list--vertical {
    padding-right: 0;
  }
  .shop-filter .filter__section {
    margin-bottom: 2rem;
  }
  .shop-filter .filter__section .icon {
    display: none;
  }
}

.shop-list {
  flex-grow: 1;
  width: 100%;
}
.shop-list__products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem 0;
  gap: 1rem;
}
.shop-list__button {
  margin: 0 auto;
}
.shop-list .loader {
  display: block;
  margin: 0 auto;
}

.shop-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.shop-list {
  overflow: hidden;
}
.shop-list--1 .product-item {
  /*max-width: calc(100% / 1);*/
  /*flex-basis: calc(100% / 1);*/
  font-size: 1.6rem;
  position: relative;
  width: calc(23.75% - 1rem) !important;
}
.shop-list--1 .product-item--1 {
  max-width: calc(100% / 1 * 1);
  flex-basis: calc(100% / 1 * 1 - 1rem);
}
.shop-list--1 .product-item--2 {
  max-width: calc(100% / 1 * 2);
  flex-basis: calc(100% / 1 * 2 - 1rem);
}
.shop-list--1 .product-item--3 {
  max-width: calc(100% / 1 * 3);
  flex-basis: calc(100% / 1 * 3 - 1rem);
}
.shop-list--1 .product-item--4 {
  max-width: calc(100% / 1 * 4);
  flex-basis: calc(100% / 1 * 4 - 1rem);
}
.shop-list--1 .product-item--5 {
  max-width: calc(100% / 1 * 5);
  flex-basis: calc(100% / 1 * 5 - 1rem);
}
.shop-list--1 .product-item--6 {
  max-width: calc(100% / 1 * 6);
  flex-basis: calc(100% / 1 * 6 - 1rem);
}
.shop-list--1 .product-item--7 {
  max-width: calc(100% / 1 * 7);
  flex-basis: calc(100% / 1 * 7 - 1rem);
}
.shop-list--1 .product-item--8 {
  max-width: calc(100% / 1 * 8);
  flex-basis: calc(100% / 1 * 8 - 1rem);
}
.shop-list--1 .product-item--9 {
  max-width: calc(100% / 1 * 9);
  flex-basis: calc(100% / 1 * 9 - 1rem);
}
.shop-list--1 .product-item--10 {
  max-width: calc(100% / 1 * 10);
  flex-basis: calc(100% / 1 * 10 - 1rem);
}
.shop-list--2 .product-item {
  /*max-width: calc(100% / 2);*/
  /*flex-basis: calc(100% / 2);*/
  font-size: 1.4rem;
  position: relative;
  width: calc(23.75% - 1rem) !important;
}
.shop-list--2 .product-item--1 {
  max-width: calc(100% / 2 * 1);
  flex-basis: calc(100% / 2 * 1 - 1rem);
}
.shop-list--2 .product-item--2 {
  max-width: calc(100% / 2 * 2);
  flex-basis: calc(100% / 2 * 2 - 1rem);
}
.shop-list--2 .product-item--3 {
  max-width: calc(100% / 2 * 3);
  flex-basis: calc(100% / 2 * 3 - 1rem);
}
.shop-list--2 .product-item--4 {
  max-width: calc(100% / 2 * 4);
  flex-basis: calc(100% / 2 * 4 - 1rem);
}
.shop-list--2 .product-item--5 {
  max-width: calc(100% / 2 * 5);
  flex-basis: calc(100% / 2 * 5 - 1rem);
}
.shop-list--2 .product-item--6 {
  max-width: calc(100% / 2 * 6);
  flex-basis: calc(100% / 2 * 6 - 1rem);
}
.shop-list--2 .product-item--7 {
  max-width: calc(100% / 2 * 7);
  flex-basis: calc(100% / 2 * 7 - 1rem);
}
.shop-list--2 .product-item--8 {
  max-width: calc(100% / 2 * 8);
  flex-basis: calc(100% / 2 * 8 - 1rem);
}
.shop-list--2 .product-item--9 {
  max-width: calc(100% / 2 * 9);
  flex-basis: calc(100% / 2 * 9 - 1rem);
}
.shop-list--2 .product-item--10 {
  max-width: calc(100% / 2 * 10);
  flex-basis: calc(100% / 2 * 10 - 1rem);
}
.shop-list--3 .product-item {
  /*max-width: calc(100% / 3);*/
  /*flex-basis: calc(100% / 3);*/
  font-size: 1.4rem;
  position: relative;
  width: calc(23.75% - 1rem) !important;
}
.shop-list--3 .product-item--1 {
  max-width: calc(100% / 3 * 1);
  flex-basis: calc(100% / 3 * 1 - 1rem);
}
.shop-list--3 .product-item--2 {
  max-width: calc(100% / 3 * 2);
  flex-basis: calc(100% / 3 * 2 - 1rem);
}
.shop-list--3 .product-item--3 {
  max-width: calc(100% / 3 * 3);
  flex-basis: calc(100% / 3 * 3 - 1rem);
}
.shop-list--3 .product-item--4 {
  max-width: calc(100% / 3 * 4);
  flex-basis: calc(100% / 3 * 4 - 1rem);
}
.shop-list--3 .product-item--5 {
  max-width: calc(100% / 3 * 5);
  flex-basis: calc(100% / 3 * 5 - 1rem);
}
.shop-list--3 .product-item--6 {
  max-width: calc(100% / 3 * 6);
  flex-basis: calc(100% / 3 * 6 - 1rem);
}
.shop-list--3 .product-item--7 {
  max-width: calc(100% / 3 * 7);
  flex-basis: calc(100% / 3 * 7 - 1rem);
}
.shop-list--3 .product-item--8 {
  max-width: calc(100% / 3 * 8);
  flex-basis: calc(100% / 3 * 8 - 1rem);
}
.shop-list--3 .product-item--9 {
  max-width: calc(100% / 3 * 9);
  flex-basis: calc(100% / 3 * 9 - 1rem);
}
.shop-list--3 .product-item--10 {
  max-width: calc(100% / 3 * 10);
  flex-basis: calc(100% / 3 * 10 - 1rem);
}
.shop-list--4 .product-item {
  /*max-width: calc(100% / 4);*/
  /*flex-basis: calc(100% / 4);*/
  font-size: 1.3rem;
  position: relative;
  width: calc(23.75% - 1rem) !important;
}
.shop-list--4 .product-item--1 {
  max-width: calc(100% / 4 * 1);
  flex-basis: calc(100% / 4 * 1 - 1rem);
}
.shop-list--4 .product-item--2 {
  max-width: calc(100% / 4 * 2);
  flex-basis: calc(100% / 4 * 2 - 1rem);
}
.shop-list--4 .product-item--3 {
  max-width: calc(100% / 4 * 3);
  flex-basis: calc(100% / 4 * 3 - 1rem);
}
.shop-list--4 .product-item--4 {
  max-width: calc(100% / 4 * 4);
  flex-basis: calc(100% / 4 * 4 - 1rem);
}
.shop-list--4 .product-item--5 {
  max-width: calc(100% / 4 * 5);
  flex-basis: calc(100% / 4 * 5 - 1rem);
}
.shop-list--4 .product-item--6 {
  max-width: calc(100% / 4 * 6);
  flex-basis: calc(100% / 4 * 6 - 1rem);
}
.shop-list--4 .product-item--7 {
  max-width: calc(100% / 4 * 7);
  flex-basis: calc(100% / 4 * 7 - 1rem);
}
.shop-list--4 .product-item--8 {
  max-width: calc(100% / 4 * 8);
  flex-basis: calc(100% / 4 * 8 - 1rem);
}
.shop-list--4 .product-item--9 {
  max-width: calc(100% / 4 * 9);
  flex-basis: calc(100% / 4 * 9 - 1rem);
}
.shop-list--4 .product-item--10 {
  max-width: calc(100% / 4 * 10);
  flex-basis: calc(100% / 4 * 10 - 1rem);
}
.shop-list--5 .product-item {
  /*max-width: calc(100% / 5);*/
  /*flex-basis: calc(100% / 5);*/
  font-size: 1.2rem;
  position: relative;
  width: calc(23.75% - 1rem) !important;
}
.shop-list--5 .product-item--1 {
  max-width: calc(100% / 5 * 1);
  flex-basis: calc(100% / 5 * 1 - 1rem);
}
.shop-list--5 .product-item--2 {
  max-width: calc(100% / 5 * 2);
  flex-basis: calc(100% / 5 * 2 - 1rem);
}
.shop-list--5 .product-item--3 {
  max-width: calc(100% / 5 * 3);
  flex-basis: calc(100% / 5 * 3 - 1rem);
}
.shop-list--5 .product-item--4 {
  max-width: calc(100% / 5 * 4);
  flex-basis: calc(100% / 5 * 4 - 1rem);
}
.shop-list--5 .product-item--5 {
  max-width: calc(100% / 5 * 5);
  flex-basis: calc(100% / 5 * 5 - 1rem);
}
.shop-list--5 .product-item--6 {
  max-width: calc(100% / 5 * 6);
  flex-basis: calc(100% / 5 * 6 - 1rem);
}
.shop-list--5 .product-item--7 {
  max-width: calc(100% / 5 * 7);
  flex-basis: calc(100% / 5 * 7 - 1rem);
}
.shop-list--5 .product-item--8 {
  max-width: calc(100% / 5 * 8);
  flex-basis: calc(100% / 5 * 8 - 1rem);
}
.shop-list--5 .product-item--9 {
  max-width: calc(100% / 5 * 9);
  flex-basis: calc(100% / 5 * 9 - 1rem);
}
.shop-list--5 .product-item--10 {
  max-width: calc(100% / 5 * 10);
  flex-basis: calc(100% / 5 * 10 - 1rem);
}
.shop-list--6 .product-item {
  /*max-width: calc(100% / 6);*/
  /*flex-basis: calc(100% / 6);*/
  font-size: 1.2rem;
  position: relative;
  width: calc(23.75% - 1rem) !important;
}
.shop-list--6 .product-item--1 {
  max-width: calc(100% / 6 * 1);
  flex-basis: calc(100% / 6 * 1 - 1rem);
}
.shop-list--6 .product-item--2 {
  max-width: calc(100% / 6 * 2);
  flex-basis: calc(100% / 6 * 2 - 1rem);
}
.shop-list--6 .product-item--3 {
  max-width: calc(100% / 6 * 3);
  flex-basis: calc(100% / 6 * 3 - 1rem);
}
.shop-list--6 .product-item--4 {
  max-width: calc(100% / 6 * 4);
  flex-basis: calc(100% / 6 * 4 - 1rem);
}
.shop-list--6 .product-item--5 {
  max-width: calc(100% / 6 * 5);
  flex-basis: calc(100% / 6 * 5 - 1rem);
}
.shop-list--6 .product-item--6 {
  max-width: calc(100% / 6 * 6);
  flex-basis: calc(100% / 6 * 6 - 1rem);
}
.shop-list--6 .product-item--7 {
  max-width: calc(100% / 6 * 7);
  flex-basis: calc(100% / 6 * 7 - 1rem);
}
.shop-list--6 .product-item--8 {
  max-width: calc(100% / 6 * 8);
  flex-basis: calc(100% / 6 * 8 - 1rem);
}
.shop-list--6 .product-item--9 {
  max-width: calc(100% / 6 * 9);
  flex-basis: calc(100% / 6 * 9 - 1rem);
}
.shop-list--6 .product-item--10 {
  max-width: calc(100% / 6 * 10);
  flex-basis: calc(100% / 6 * 10 - 1rem);
}
.shop-list--7 .product-item {
  /*max-width: calc(100% / 7);*/
  /*flex-basis: calc(100% / 7);*/
  font-size: 1.2rem;
  position: relative;
  width: calc(23.75% - 1rem) !important;
}
.shop-list--7 .product-item--1 {
  max-width: calc(100% / 7 * 1);
  flex-basis: calc(100% / 7 * 1 - 1rem);
}
.shop-list--7 .product-item--2 {
  max-width: calc(100% / 7 * 2);
  flex-basis: calc(100% / 7 * 2 - 1rem);
}
.shop-list--7 .product-item--3 {
  max-width: calc(100% / 7 * 3);
  flex-basis: calc(100% / 7 * 3 - 1rem);
}
.shop-list--7 .product-item--4 {
  max-width: calc(100% / 7 * 4);
  flex-basis: calc(100% / 7 * 4 - 1rem);
}
.shop-list--7 .product-item--5 {
  max-width: calc(100% / 7 * 5);
  flex-basis: calc(100% / 7 * 5 - 1rem);
}
.shop-list--7 .product-item--6 {
  max-width: calc(100% / 7 * 6);
  flex-basis: calc(100% / 7 * 6 - 1rem);
}
.shop-list--7 .product-item--7 {
  max-width: calc(100% / 7 * 7);
  flex-basis: calc(100% / 7 * 7 - 1rem);
}
.shop-list--7 .product-item--8 {
  max-width: calc(100% / 7 * 8);
  flex-basis: calc(100% / 7 * 8 - 1rem);
}
.shop-list--7 .product-item--9 {
  max-width: calc(100% / 7 * 9);
  flex-basis: calc(100% / 7 * 9 - 1rem);
}
.shop-list--7 .product-item--10 {
  max-width: calc(100% / 7 * 10);
  flex-basis: calc(100% / 7 * 10 - 1rem);
}
.shop-list--8 .product-item {
  /*max-width: calc(100% / 8);*/
  /*flex-basis: calc(100% / 8);*/
  font-size: 1.2rem;
  position: relative;
  width: calc(23.75% - 1rem) !important;
}
.shop-list--8 .product-item--1 {
  max-width: calc(100% / 8 * 1);
  flex-basis: calc(100% / 8 * 1 - 1rem);
}
.shop-list--8 .product-item--2 {
  max-width: calc(100% / 8 * 2);
  flex-basis: calc(100% / 8 * 2 - 1rem);
}
.shop-list--8 .product-item--3 {
  max-width: calc(100% / 8 * 3);
  flex-basis: calc(100% / 8 * 3 - 1rem);
}
.shop-list--8 .product-item--4 {
  max-width: calc(100% / 8 * 4);
  flex-basis: calc(100% / 8 * 4 - 1rem);
}
.shop-list--8 .product-item--5 {
  max-width: calc(100% / 8 * 5);
  flex-basis: calc(100% / 8 * 5 - 1rem);
}
.shop-list--8 .product-item--6 {
  max-width: calc(100% / 8 * 6);
  flex-basis: calc(100% / 8 * 6 - 1rem);
}
.shop-list--8 .product-item--7 {
  max-width: calc(100% / 8 * 7);
  flex-basis: calc(100% / 8 * 7 - 1rem);
}
.shop-list--8 .product-item--8 {
  max-width: calc(100% / 8 * 8);
  flex-basis: calc(100% / 8 * 8 - 1rem);
}
.shop-list--8 .product-item--9 {
  max-width: calc(100% / 8 * 9);
  flex-basis: calc(100% / 8 * 9 - 1rem);
}
.shop-list--8 .product-item--10 {
  max-width: calc(100% / 8 * 10);
  flex-basis: calc(100% / 8 * 10 - 1rem);
}
.shop-list--9 .product-item {
  /*max-width: calc(100% / 9);*/
  /*flex-basis: calc(100% / 9);*/
  font-size: 1.2rem;
  position: relative;
  width: calc(23.75% - 1rem) !important;
}
.shop-list--9 .product-item--1 {
  max-width: calc(100% / 9 * 1);
  flex-basis: calc(100% / 9 * 1 - 1rem);
}
.shop-list--9 .product-item--2 {
  max-width: calc(100% / 9 * 2);
  flex-basis: calc(100% / 9 * 2 - 1rem);
}
.shop-list--9 .product-item--3 {
  max-width: calc(100% / 9 * 3);
  flex-basis: calc(100% / 9 * 3 - 1rem);
}
.shop-list--9 .product-item--4 {
  max-width: calc(100% / 9 * 4);
  flex-basis: calc(100% / 9 * 4 - 1rem);
}
.shop-list--9 .product-item--5 {
  max-width: calc(100% / 9 * 5);
  flex-basis: calc(100% / 9 * 5 - 1rem);
}
.shop-list--9 .product-item--6 {
  max-width: calc(100% / 9 * 6);
  flex-basis: calc(100% / 9 * 6 - 1rem);
}
.shop-list--9 .product-item--7 {
  max-width: calc(100% / 9 * 7);
  flex-basis: calc(100% / 9 * 7 - 1rem);
}
.shop-list--9 .product-item--8 {
  max-width: calc(100% / 9 * 8);
  flex-basis: calc(100% / 9 * 8 - 1rem);
}
.shop-list--9 .product-item--9 {
  max-width: calc(100% / 9 * 9);
  flex-basis: calc(100% / 9 * 9 - 1rem);
}
.shop-list--9 .product-item--10 {
  max-width: calc(100% / 9 * 10);
  flex-basis: calc(100% / 9 * 10 - 1rem);
}
.shop-list--10 .product-item {
  /*max-width: calc(100% / 10);*/
  /*flex-basis: calc(100% / 10);*/
  font-size: 1.2rem;
  position: relative;
  width: calc(23.75% - 1rem) !important;
}
.shop-list--10 .product-item--1 {
  max-width: calc(100% / 10 * 1);
  flex-basis: calc(100% / 10 * 1 - 1rem);
}
.shop-list--10 .product-item--2 {
  max-width: calc(100% / 10 * 2);
  flex-basis: calc(100% / 10 * 2 - 1rem);
}
.shop-list--10 .product-item--3 {
  max-width: calc(100% / 10 * 3);
  flex-basis: calc(100% / 10 * 3 - 1rem);
}
.shop-list--10 .product-item--4 {
  max-width: calc(100% / 10 * 4);
  flex-basis: calc(100% / 10 * 4 - 1rem);
}
.shop-list--10 .product-item--5 {
  max-width: calc(100% / 10 * 5);
  flex-basis: calc(100% / 10 * 5 - 1rem);
}
.shop-list--10 .product-item--6 {
  max-width: calc(100% / 10 * 6);
  flex-basis: calc(100% / 10 * 6 - 1rem);
}
.shop-list--10 .product-item--7 {
  max-width: calc(100% / 10 * 7);
  flex-basis: calc(100% / 10 * 7 - 1rem);
}
.shop-list--10 .product-item--8 {
  max-width: calc(100% / 10 * 8);
  flex-basis: calc(100% / 10 * 8 - 1rem);
}
.shop-list--10 .product-item--9 {
  max-width: calc(100% / 10 * 9);
  flex-basis: calc(100% / 10 * 9 - 1rem);
}
.shop-list--10 .product-item--10 {
  max-width: calc(100% / 10 * 10);
  flex-basis: calc(100% / 10 * 10 - 1rem);
}
.shop-list .product-item {
  overflow: hidden;
  width: 100%;
}
.shop-list .product-item:hover .product-item__colors {
  display: flex;
}
@media (max-width: 48em) {
  .shop-list .product-item {
    max-width: calc(50% - 3rem);
    /*flex-basis: calc((100% / 2) * 1);*/
    flex-basis: calc(50% - 1rem);
  }
  .shop-list .product-item.product-item--1 {
    max-width: 100%;
  }
  .shop-list .product-item.product-item--2 {
    max-width: 100%;
  }
  .shop-list .product-item.product-item--3 {
    max-width: 100%;
  }
  .shop-list .product-item.product-item--4 {
    max-width: 100%;
  }
  .shop-list .product-item.product-item--5 {
    max-width: 100%;
  }
  .shop-list .product-item.product-item--6 {
    max-width: 100%;
  }
  .shop-list .product-item.product-item--7 {
    max-width: 100%;
  }
  .shop-list .product-item.product-item--8 {
    max-width: 100%;
  }
  .shop-list .product-item.product-item--9 {
    max-width: 100%;
  }
  .shop-list .product-item.product-item--10 {
    max-width: 100%;
  }
}
@media (max-width: 26em) {
  .shop-list .product-item {
    max-width: 100%;
  }
}
.shop-list .product-item .hover-area {
  position: relative;
  cursor: pointer;
}
.shop-list .product-item .hover-area__wishlist {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: normal;
  justify-content: center;
  align-items: center;
  padding: 0.6rem;
  margin: 0.5rem;
  z-index: 1;
}
.shop-list .product-item .hover-area__wishlist .icon {
  margin-top: 1px;
  height: 25px;
}
.shop-list .product-item .hover-area__wishlist--active .icon {
  margin-top: 1px;
  margin-left: 2px;
  background-position: -573px -285px;
}
.shop-list .product-item .hover-area__actions {
  display: flex;
  position: absolute;
  bottom: 2px;
  width: 100%;
  background: rgba(229, 229, 229, 0.4);
}
.shop-list .product-item .hover-area__action-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 0.5rem;
  cursor: pointer;
}
.shop-list .product-item .hover-area__action-item ~ .hover-area__action-item {
  border-left: 1px solid #8f8f8f;
}

.product-item .slick-prev,
.product-item .slick-next {
  display: none !important;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.product-item .slick-prev::before,
.product-item .slick-next::before {
  font-size: 30px;
}
.product-item:hover .slick-prev,
.product-item:hover .slick-next {
  display: inline-block !important;
}
.product-item:focus .slick-prev,
.product-item:focus .slick-next {
  display: inline-block !important;
}
.product-item .slick-prev {
  left: 5px;
}
.product-item .slick-next {
  right: 5px;
}

.product-item__image {
  display: block;
  max-width: 100%;
}
.product-item__image img {
  width: 90%;
  height: 90%;
  display: block;
  margin: 0 auto;
}
.product-item__image--hidden {
  display: none;
}
.product-item__image .hover-area {
  position: relative;
  cursor: pointer;
}
.product-item__image .hover-area__wishlist {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: normal;
  justify-content: center;
  align-items: center;
  padding: 0.6rem;
  margin: 0.5rem;
  z-index: 1;
}
.product-item__image .hover-area__wishlist .icon {
  margin-top: 1px;
  height: 25px;
}
.product-item__image .hover-area__wishlist--active .icon {
  margin-top: 1px;
  margin-left: 2px;
  background-position: -573px -285px;
}
.product-item__image .hover-area__actions {
  display: flex;
  position: absolute;
  bottom: 2px;
  width: 100%;
  background: rgba(229, 229, 229, 0.4);
}
.product-item__image .hover-area__action-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 0.5rem;
  cursor: pointer;
}
.product-item__image .hover-area__action-item ~ .hover-area__action-item {
  border-left: 1px solid #8f8f8f;
}
.product-item__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 10px 5px;
}
@media (max-width: 48em) {
  .product-item__body {
    font-size: 1.2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.product-item__body .sizeList {
  display: none;
}
.product-item__body .sizeList p {
  margin: 0 3px;
  cursor: pointer;
}
.product-item__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #5b5b5f;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .product-item__title {
    text-align: left;
    width: 90%;
  }
}
.product-item__pricing {
  display: flex;
  flex-direction: normal;
  justify-content: center;
}
@media (max-width: 48em) {
  .product-item__pricing {
    flex-direction: column;
  }
}
.product-item__pricing .grid-prices {
  display: flex;
  flex-direction: normal;
  justify-content: center;
}
.product-item__pricing .grid-discount {
  display: flex;
  flex-direction: normal;
  justify-content: center;
}
@media (max-width: 48em) {
  .product-item__pricing .grid-discount {
    margin-top: 1rem;
  }
}
.product-item__pricing .grid-discount .discount {
  border: 1px solid #000;
  background: #000;
  color: white;
  display: inline-block;
  margin-left: 0.8rem;
  font-family: montserratLight;
  font-size: 1.1rem;
  padding: 0.2rem 0.3rem;
}
.product-item__price {
  display: inline-block;
}
.product-item__price--old {
  color: #5b5b5f;
  text-decoration: line-through;
  margin: 0 0.5em;
}
@media (max-width: 48em) {
  .product-item__price--old {
    margin-left: 0;
  }
}
.product-item__colors {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
}
@media (max-width: 48em) {
  .product-item__colors {
    display: flex;
  }
}
.product-item__quickview {
  position: absolute;
  padding: 0.4rem;
  bottom: 1rem;
  right: 1rem;
  background: black;
  /* font-size: 1px !important; */
  border-top-left-radius: 10px;
}
.product-item__color-item {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.product-item__color-item:hover .product-item__color-name {
  display: inline-block;
}
.product-item__color-item:focus .product-item__color-name {
  display: inline-block;
}
.product-item__color-name {
  position: absolute;
  font-size: 0.9em;
  transform: translateX(-50%);
  top: 8px;
  left: 45px;
  display: none;
}
.product-item__color-image {
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 26px;
}

button.slide-arrow.slick-arrow {
  position: absolute;
  padding: 0.75rem;
  box-shadow: 1px -1px 0 1px black inset;
  -webkit-box-shadow: 1px -1px black inset;
  border: solid transparent;
  border-width: 0 0 2rem 2rem;
  transition: 0.2s;
  z-index: 1;
  top: 42%;
  background: transparent;
}
button.slide-arrow.slick-arrow.prev-arrow {
  transform: rotate(45deg);
  left: 10px;
}
button.slide-arrow.slick-arrow.next-arrow {
  transform: rotate(225deg);
  right: 10px;
}

.product-item__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 1rem;
  gap: 10px;
}

.product-image__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 1rem;
}

.product-image__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 48em) {
  .product-detail {
    margin: 0;
  }
}
.product-detail__top {
  display: flex;
  font-size: 1.2rem;
  padding: 8px 15px;
  background: #e7e7e7;
}
.product-detail__top .product-top__action {
  font-size: 1.4rem;
}
.product-detail__top .product-top__button {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: #e5e5e5;
  text-align: center;
  font-size: 2.4rem;
  width: 40px;
  padding: 4rem 0;
}
.product-detail__top .product-top__button .button__text {
  display: none;
}
.product-detail__top .product-top__button--back {
  left: 0;
}
.product-detail__top .product-top__button--next {
  right: 0;
}
@media (max-width: 64em) {
  .product-detail__top .product-top__action {
    margin-right: 2.5rem;
  }
  .product-detail__top .product-top__button {
    position: static;
    display: block;
    background: transparent;
    font-size: 1.4rem;
    text-align: left;
    width: auto;
    transform: none;
    padding: 0;
  }
  .product-detail__top .product-top__button .fa {
    display: none;
  }
  .product-detail__top .product-top__button .button__text {
    display: initial;
  }
}
@media (max-width: 48em) {
  .product-detail__top {
    margin: 0;
  }
  .product-detail__top .product-top__action {
    display: block;
    flex-grow: 1;
    padding: 1rem 2rem;
    border-right: 1px solid #8f8f8f;
    white-space: nowrap;
    margin: 0;
  }
  .product-detail__top .product-top__action:last-child {
    border: none;
  }
}
@media (max-width: 26em) {
  .product-detail__top {
    flex-direction: column;
  }
  .product-detail__top .product-top__action {
    padding: 0;
    border: none;
    border-bottom: 1px solid #8f8f8f;
    font-size: 1.2rem;
  }
}

.product-detail__content {
  display: flex;
}
.product-detail__image-thumbs {
  width: 7rem;
  min-height: 435px;
  overflow-y: auto;
}
.product-detail__image-thumbs::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #e5e5e5;
  background-color: #fff;
}
.product-detail__image-thumbs::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.product-detail__image-thumbs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e5e5e5;
  border: 2px solid #333;
}
.product-detail__image {
  width: 50%;
}
.product-detail__image .slick-slider .slick-prev,
.product-detail__image .slick-slider .slick-next {
  width: 30px;
  height: 30px;
  z-index: 1;
}
.product-detail__image .slick-slider .slick-prev::before,
.product-detail__image .slick-slider .slick-next::before {
  font-size: 30px;
}
.product-detail__image .slick-slider .slick-prev {
  left: 10px;
}
.product-detail__image .slick-slider .slick-next {
  right: 10px;
}
.product-detail .product-image__thumb {
  margin-bottom: 2rem;
  margin-right: 1rem;
  border: 1px solid;
  border-color: transparent;
  cursor: pointer;
}
.product-detail .product-image__thumb--active {
  border-color: #333;
}
.product-detail .product-image__slide img {
  width: 100%;
}

.product-detail__product {
  flex-grow: 1;
  padding: 0 4rem 0 4rem;
  text-transform: uppercase;
  position: sticky;
  height: max-content;
  top: 20%;
}
.product-detail__product-body {
  max-width: 100%;
}
@media (max-width: 48em) {
  .product-detail__product-body {
    max-width: 100%;
  }
}
.product-detail__product-header {
  /*  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;*/
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-detail__title {
  margin: 0;
  font-size: 24px;
  width: 100%;
}
.product-detail__description {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 3rem;
  color: #5b5b5f;
  font-size: 1.4rem;
}
.product-detail__separator {
  display: block;
  width: 100%;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAACCAYAAABsfz2XAAAAFElEQVR42mM4c+bMf2TMQAiQqgEA33AbGXKO5q4AAAAASUVORK5CYII=") left top repeat-x;
  height: 1px;
  margin: 1.5rem 0;
}
.product-detail__pricing {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.product-detail__price {
  margin-right: 1rem;
}
.product-detail__price--old {
  color: #5b5b5f;
  text-decoration: line-through;
}
.product-detail__offer-label {
  background: #000;
  padding: 0.3rem 0.5rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.product-detail__color {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.product-detail .color__name {
  font-size: 1.4rem;
}
.product-detail .color__current-name {
  font-weight: bold;
}
.product-detail .color__list {
  display: flex;
  flex-wrap: wrap;
}
.product-detail .color__item {
  display: block;
  font-size: 1.3rem;
}
.product-detail .color__ball {
  background-size: cover;
  display: block;
  cursor: pointer;
  width: 28px;
  height: 18px;
}
.product-detail .color__ball--selected {
  box-shadow: 0px 0px 0px 1px #333;
}
.product-detail .color__ball:hover {
  box-shadow: 0px 0px 0px 1px #333;
}
.product-detail .color__ball:focus {
  box-shadow: 0px 0px 0px 1px #333;
}

.product-detail__size {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.product-detail__size-guide {
  margin-top: 3rem;
}
.product-detail__size-guide a {
  color: #9c9595;
  text-decoration: underline;
}
.product-detail .size__text {
  font-size: 15px;
}
.product-detail .size__name {
  font-size: 1.4rem;
}
.product-detail .size__list {
  display: flex;
}
.product-detail .size__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
  margin: 0 5px 0 0;
  height: 25px;
  padding: 0 5px;
  position: relative;
}
.product-detail .size__item.noStock::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #a08888;
  position: absolute;
  transform: rotate(-45deg);
}
.product-detail .size__item.noStock span {
  color: #a08888 !important;
}
.product-detail .size__item:hover {
  border: 1px solid;
  border-color: #333;
}
.product-detail .size__item:focus {
  border: 1px solid;
  border-color: #333;
}
.product-detail .size__item--selected {
  border: 1px solid;
  border-color: #333;
}

.product-detail__quantity {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.product-detail .quantity__text {
  display: block;
  font-size: 1.4rem;
}
.product-detail .quantity__select {
  width: 100px;
  padding: 0.5rem;
}

.product-detail__button {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.product-detail__extras {
  margin-top: 3rem;
}
.product-detail__extras .extra__link {
  display: block;
  width: fit-content;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
  cursor: pointer;
}
.product-detail__socials {
  margin-top: 3rem;
}

@media (max-width: 48em) {
  .product-detail__content {
    flex-direction: column;
  }
  .product-detail__image-thumbs {
    display: none;
  }
  .product-detail__image {
    width: 100%;
    padding: 0;
  }
  .product-detail__product {
    padding: 2rem 1rem 0;
  }
}

.product-detail__related-products {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #8f8f8f;
}
.product-detail__related-products .related-products__title {
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-detail__related-products .related-products__products {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.product-detail__related-products .product-item {
  width: calc(25% - 2rem);
  margin: 1rem 1rem 0;
  font-size: 1.2rem;
  position: relative;
}
@media (max-width: 64em) {
  .product-detail__related-products .product-item {
    width: calc(50% - 2rem);
  }
}

.quickview {
  display: flex;
}
@media (max-width: 48em) {
  .quickview {
    flex-direction: column;
    overflow-y: auto;
  }
}
.quickview__image {
  max-width: 300px;
  margin-bottom: 0 !important;
}
@media (max-width: 48em) {
  .quickview__image {
    max-width: auto;
  }
}
.quickview__imagelist {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 1.5rem 0 0;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 450px;
}
.quickview__imagelist::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #e5e5e5;
  background-color: #fff;
}
.quickview__imagelist::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.quickview__imagelist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e5e5e5;
  border: 2px solid #333;
}
.quickview__imagelist-item {
  margin: 0.5rem 0;
  cursor: pointer;
}
.quickview__imagelist-item img {
  max-height: 125px;
}
.quickview__detail {
  flex: 1;
  padding: 2rem;
  width: 100%;
}
.quickview .slick-dots {
  top: 50%;
  bottom: auto;
  display: block;
  left: 13px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: max-content;
}

.quickview {
  /*.color-ball-container {
      width: 24px;
      height: 24px;
      @include flex(row, center, center);

      .quickview__color-ball {
          $size: 16px;

          width: $size;
          height: $size;*/
  /*border-radius: 50%;*/
  /*background-size: cover;
  display: inline-block;
  cursor: pointer;
  margin: 0 0.25rem;*/
  /*@include state{
      box-shadow:0px 0px 0px 2px $black;
  }

  &--selected{
      box-shadow:0px 0px 0px 2px $black;
  }*/
  /*}

  &--selected {*/
  /*box-shadow:0px 0px 0px 2px $black;*/
  /*border: 1px solid $black-abs;
      }
  }*/
}
.quickview__code {
  font-size: 1.3rem;
  color: #5b5b5f;
  margin-bottom: 1.5rem;
}
.quickview__title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.quickview__price {
  color: #000;
}
.quickview__price--old {
  color: #5b5b5f;
  text-decoration: line-through;
  opacity: 0.7;
}
.quickview__description {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 2rem 0;
}
.quickview__guia-de-talles {
  cursor: pointer;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 1.5rem;
  color: #466c90;
  border-bottom: 1px solid #466c90;
  width: max-content;
}
.quickview__size {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.quickview__size-item-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  margin: 0 0.25rem;
  font-size: 1.3rem;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.quickview__size-item-container--selected {
  /*box-shadow:0px 0px 0px 2px $black;*/
  background-color: #000;
  color: #fff;
}
.quickview__size-item-container:first-child {
  margin-left: 0;
}
.quickview .color__ball {
  background-size: cover;
  display: block;
  cursor: pointer;
  width: 28px;
  height: 18px;
}
.quickview__property {
  margin: 3rem 0;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.quickview__property > span {
  font-weight: bold;
  margin-right: 1rem;
  margin-bottom: 0.3rem;
}
.quickview__property > select {
  min-width: 100px;
  font-weight: 300;
}
.quickview__color-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.quickview__button-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.quickview__button-section .quickview__button {
  padding: 1.4rem 4rem;
  width: 100%;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.quickview__button-section .share {
  margin-left: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quickview__button-section .share .compartir {
  overflow: hidden;
}
.quickview__button-section .share .compartir ul {
  margin-top: 0.25rem;
  border: 1px solid #000;
  padding: 0.25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.quickview__button-section .share .compartir ul li {
  margin: 0 0.25rem;
}
@media (max-width: 26em) {
  .quickview .quickview__property {
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0;
  }
  .quickview .quickview__property > span {
    margin-bottom: 0.5rem;
  }
  .quickview .quickview__button {
    margin-top: 2rem;
  }
}

.checkout__header {
  padding: 1rem 1.5rem 0;
  border-bottom: 2px solid #000;
  position: relative;
}
.checkout__header-action {
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  font-size: 3rem;
}
.checkout__header-action-text {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.checkout__header-title {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.checkout__body {
  padding-top: 1rem;
}
@media (max-width: 48em) {
  .checkout__header-title {
    text-align: center;
  }
  .checkout__header-action ~ .checkout__header-title {
    text-align: right;
  }
}
.checkout--summary .checkout__header-action {
  left: unset;
  right: 1.5rem;
}
@media (max-width: 48em) {
  .checkout--summary .checkout__header-title {
    text-align: left;
  }
}

.shopping-cart .cart-table {
  width: 70%;
  font-size: 1.3rem;
  font-weight: bold;
  /*&__action-text{
      //border-bottom:1px solid $black-abs;
      border: 1px solid #e9e9e9;
      border-radius: 50%;
      border-spacing: 5px 5px;
  }*/
}
@media (max-width: 64em) {
  .shopping-cart .cart-table {
    width: 100%;
  }
}
.shopping-cart .cart-table__header, .shopping-cart .cart-table__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #8f8f8f;
  padding: 1.5rem 0;
}
.shopping-cart .cart-table__header div.summary__subtotal, .shopping-cart .cart-table__row div.summary__subtotal {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.shopping-cart .cart-table__header div.summary__discount, .shopping-cart .cart-table__row div.summary__discount {
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.shopping-cart .cart-table__header div.summary__total, .shopping-cart .cart-table__row div.summary__total {
  width: 100%;
}
.shopping-cart .cart-table__header-noflex, .shopping-cart .cart-table__row-noflex {
  display: block;
}
.shopping-cart .cart-table .oldPrice {
  text-decoration: line-through;
  color: grey;
}
.shopping-cart .cart-table__cell {
  /*&:nth-child(8){
      margin-top: 2rem;
  }*/
}
.shopping-cart .cart-table__cell:nth-child(1) {
  width: 110px;
  text-align: left;
}
.shopping-cart .cart-table__cell {
  /*&:nth-child(8){
      margin-top: 2rem;
  }*/
}
.shopping-cart .cart-table__cell:nth-child(2) {
  width: 250px;
  text-align: left;
}
.shopping-cart .cart-table__cell {
  /*&:nth-child(8){
      margin-top: 2rem;
  }*/
}
.shopping-cart .cart-table__cell:nth-child(3) {
  width: 125px;
  text-align: center;
}
.shopping-cart .cart-table__cell {
  /*&:nth-child(8){
      margin-top: 2rem;
  }*/
}
.shopping-cart .cart-table__cell:nth-child(4) {
  width: 125px;
  text-align: center;
}
.shopping-cart .cart-table__cell {
  /*&:nth-child(8){
      margin-top: 2rem;
  }*/
}
.shopping-cart .cart-table__cell:nth-child(5) {
  width: 125px;
  text-align: center;
}
.shopping-cart .cart-table__cell {
  /*&:nth-child(8){
      margin-top: 2rem;
  }*/
}
.shopping-cart .cart-table__cell:nth-child(6) {
  width: 125px;
  text-align: center;
}
.shopping-cart .cart-table__cell {
  /*&:nth-child(8){
      margin-top: 2rem;
  }*/
}
.shopping-cart .cart-table__cell:nth-child(7) {
  width: 150px;
  text-align: center;
}
.shopping-cart .cart-table__cell {
  /*&:nth-child(8){
      margin-top: 2rem;
  }*/
}
.shopping-cart .cart-table__cell:nth-child(8) {
  width: 100px;
  text-align: left;
}
.shopping-cart .cart-table__cell--image {
  flex-shrink: 0;
}
.shopping-cart .cart-table__cell-fit {
  width: fit-content !important;
  font-size: 1.3rem;
  font-weight: bold;
}
.shopping-cart .cart-table__cell--product {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.shopping-cart .cart-table__cell--availability {
  color: #dc3545;
}
.shopping-cart .cart-table__cell--availability.newPrice {
  color: black !important;
  text-align: left;
}
.shopping-cart .cart-table__cell--availability.newPrice:before {
  content: "-";
  margin-right: 6%;
  margin-left: -11%;
  color: grey;
}
.shopping-cart .cart-table__cell-info {
  margin-bottom: 1rem;
}
.shopping-cart .cart-table__cell-info.--mobile {
  font-weight: normal;
}
.shopping-cart .cart-table__cell input[type=number] {
  width: 4.6rem;
}
.shopping-cart .cart-table__product-image {
  max-width: 100px;
  width: 100%;
}
.shopping-cart .cart-table__action {
  display: block;
  font-weight: normal;
  cursor: pointer;
}
.shopping-cart .cart-table__action-circle {
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.shopping-cart .cart-table__action-text {
  font-size: 1.4rem;
}
@media (max-width: 48em) {
  .shopping-cart .cart-table__action-text {
    text-decoration: underline;
  }
}
.shopping-cart .cart-table__price {
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
}
.shopping-cart .cart-table__price.--mobile {
  margin-bottom: 1.5rem;
}
@media (max-width: 64em) {
  .shopping-cart__body {
    padding: 0;
  }
  .shopping-cart .cart-table__header, .shopping-cart .cart-table__row {
    padding: 1.5rem;
  }
  .shopping-cart .cart-table__header {
    display: none;
  }
  .shopping-cart .cart-table__product-image {
    padding-right: 1rem;
  }
}
@media (max-width: 48em) {
  .shopping-cart .cart-table__row {
    align-items: flex-start;
  }
  .shopping-cart .cart-table__cell {
    width: auto;
  }
  .shopping-cart .cart-table__cell--product {
    flex-grow: 1;
  }
}
.shopping-cart--summary {
  width: 28%;
}
@media (max-width: 48em) {
  .shopping-cart--summary {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.shopping-cart--summary .cart-table__body .cart-table__row {
  border-bottom: 1px solid #e9e9e9;
}
.shopping-cart--summary .cart-table__body .cart-table__row .summary-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #e9e9e9;
  padding: 0.5rem;
  font-weight: bold;
}
.shopping-cart--summary .cart-table__body .cart-table__row .checkout-code__title {
  display: block;
  margin-bottom: 1rem;
}
.shopping-cart--summary .cart-table__body .cart-table__row .checkout-code__group label {
  display: block;
  margin-bottom: 1rem;
}
.shopping-cart--summary .cart-table__body .cart-table__row .checkout-code__group input {
  flex-grow: 1;
  display: inline-block;
  font-size: 1.2rem;
  height: 26px;
  margin-right: 1rem;
}
.shopping-cart--summary .cart-table__body .cart-table__row .checkout-code__group button {
  display: inline-block;
  width: 150px;
}
@media (max-width: 48em) {
  .shopping-cart--summary .cart-table__body .cart-table__row .checkout-code__group button {
    width: 125px;
  }
}
.shopping-cart--summary .cart-table__body .cart-table__row .checkout-code__input-group {
  display: flex;
}
.shopping-cart--summary .cart-table__body .cart-table__row .checkout-code__input-group .summary-button {
  background-color: #e9e9e9;
  color: #000;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}

.shopping-cart__bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  width: 100%;
  margin-top: 1.5rem;
}
.shopping-cart__bottom .shopping-cart__action {
  margin-right: 2rem;
}
.shopping-cart__bottom .flex {
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  cursor: pointer;
}
.shopping-cart__bottom .flex .margin-right-1 {
  margin-right: 1rem;
}
@media (max-width: 48em) {
  .shopping-cart__bottom .flex {
    margin: 0.5rem 0;
  }
}
.shopping-cart__summary {
  max-width: 350px;
  width: 100%;
  margin-top: 2rem;
}
.shopping-cart__summary .cart-summary__item {
  display: flex;
  padding: 1.5rem 0;
  font-weight: bold;
}
.shopping-cart__summary .cart-summary__name {
  flex-grow: 1;
  text-transform: uppercase;
}
.shopping-cart__button {
  display: block;
  margin-top: 4rem;
}
@media (max-width: 64em) {
  .shopping-cart__bottom {
    padding: 0 1.5rem;
  }
}
@media (max-width: 48em) {
  .shopping-cart__bottom {
    bottom: 0;
    width: 100%;
    border-top: 1px solid #8f8f8f;
  }
  .shopping-cart__summary {
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 1.5rem;
  }
  .shopping-cart .cart-summary__item {
    justify-content: flex-end;
    padding: 0;
  }
  .shopping-cart .cart-summary__name {
    flex-grow: 0;
    margin-right: 2rem;
  }
  .shopping-cart__button {
    margin-top: 0.5rem;
  }
}
@media (max-width: 48em) and (max-width: 48em) {
  .shopping-cart__button {
    margin-top: 1.5rem;
  }
}

.checkout__container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 64em) {
  .checkout__container {
    padding: 0 1.5rem;
    padding-bottom: 3rem;
  }
}
.checkout-line {
  margin: 0.5rem 0;
  border: 1px solid #ececec;
}
.checkout__steps-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.checkout__summary {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 60px;
  width: 400px;
  margin-left: 6rem;
  background: #fff;
}
@media (max-width: 64em) {
  .checkout__summary {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    margin: 0;
    padding: 1.5rem;
    z-index: 10;
  }
  .checkout__summary--open {
    display: block;
  }
  .checkout__summary--open ~ .checkout__finish {
    display: none;
  }
  .checkout__summary .checkout-summary__button {
    display: none;
  }
  .checkout__summary .cart-summary__header {
    align-items: center;
  }
  .checkout__summary .cart-summary__header:not(.cart-summary__header--mobile) {
    display: none;
  }
  .checkout__summary .cart-summary__header--mobile {
    display: flex;
    justify-content: space-between;
  }
  .checkout__summary .cart-summary__header--mobile .icon {
    font-size: 3rem;
  }
  .checkout__summary .cart-summary__summary-toggle {
    font-size: 3rem;
  }
}
.checkout__finish {
  display: none;
}
@media (max-width: 64em) {
  .checkout__finish {
    display: block;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.5rem;
    text-align: right;
    border-top: 1px solid #8f8f8f;
  }
  .checkout__finish .checkout__button {
    width: 100%;
  }
  .checkout__finish .checkout__total {
    display: block;
    margin-bottom: 0.5rem;
  }
}

.checkout {
  /*&__steps-container{

  }*/
  margin-top: 10px;
}
.checkout__step {
  border-bottom: 1px solid #ececec;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: normal;
  justify-content: normal;
  align-items: flex-start;
}
.checkout__step .checkout-step__content {
  width: 100%;
}
.checkout__step .checkout-step__content .border-bottom {
  width: 100%;
  background: #000;
  height: 1px;
  margin-bottom: 1rem;
}
.checkout__step--filled .checkout-step__options .step-option__radio:not(:checked) ~ .step-option {
  opacity: 0.5;
}
.checkout__step:last-child {
  border-bottom: 0;
}
.checkout .checkout-step__title {
  margin: 1rem 0;
  font-size: 1.8rem;
}
.checkout .checkout-step__options .step-option {
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem;
  margin: 0.5rem 0;
  background: #ececec;
  cursor: pointer;
}
.checkout .checkout-step__options .step-option__radio {
  display: none;
}
.checkout .checkout-step__options .step-option__name {
  font-weight: bold;
}
.checkout .checkout-step__options .step-option__description {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.checkout .checkout-step__form {
  font-size: 1.4rem;
  padding: 1rem 0;
}
.checkout .checkout-step__form .step-form__input-group {
  margin-bottom: 1.5rem;
}
.checkout .checkout-step__form .step-form__group-name {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}
.checkout .checkout-step__form .step-form__group-input {
  width: 100%;
  padding: 0.5rem;
}
.checkout .checkout-step__form .note {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}

.checkout__summary .checkout-summary__cart {
  border-bottom: 1px solid #ececec;
}
.checkout__summary .checkout-summary__button {
  margin-top: 1rem;
  width: 100%;
}

.checkout-summary__code {
  padding: 1rem 0;
  border-bottom: 1px solid #8f8f8f;
  font-size: 1.4rem;
}
.checkout-summary__code .checkout-code__title {
  display: block;
  margin-bottom: 1rem;
}
.checkout-summary__code .checkout-code__group label {
  display: block;
  margin-bottom: 1rem;
}
.checkout-summary__code .checkout-code__group input {
  flex-grow: 1;
  display: inline-block;
  font-size: 1.2rem;
  height: 36px;
  margin-right: 1rem;
}
.checkout-summary__code .checkout-code__group button {
  display: inline-block;
  width: 150px;
}
.checkout-summary__code .checkout-code__input-group {
  display: flex;
}

.cart-summary__header {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  cursor: pointer;
}
.cart-summary__header--mobile {
  display: none;
}
.cart-summary__body {
  padding: 0 0 1.5rem;
  display: none;
}
.cart-summary__body--shown {
  display: block;
}
@media (max-width: 64em) {
  .cart-summary__body {
    display: block;
  }
}
.cart-summary__item {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 1rem 0;
}
.cart-summary__product-image {
  max-width: 100px;
  width: 100%;
  margin-right: 1.5rem;
}
.cart-summary__product {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-grow: 1;
}
.cart-summary__product-info {
  display: flex;
  flex-direction: column;
}
.cart-summary__product-title {
  font-weight: bold;
  margin-bottom: 2rem;
}
.cart-summary__product-attribute {
  margin-bottom: 0.5rem;
}
.cart-summary__price {
  white-space: nowrap;
}

.checkout-summary__pricing {
  padding: 1rem 0;
  font-size: 1.4rem;
}
.checkout-summary__pricing .order-pricing__item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.checkout-summary__pricing .order-pricing__item--outstand {
  margin-top: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.empty-cart {
  margin-top: 2.5rem;
}
.empty-cart .text-center.margin-top-10 {
  margin-top: 1rem;
}
.empty-cart .text-center.margin-top-10 .padding-bottom-20 {
  padding-bottom: 2rem;
}
.empty-cart .text-center.margin-top-10 .padding-bottom-20 img {
  display: initial;
}

#cart-page .container .text-center .padding-bottom-15 img {
  display: initial;
}

.institutional-section {
  margin-top: 4rem;
}
.institutional-section .titles {
  color: #5b5b5f;
  text-align: center;
}
.institutional-section .titles h1 {
  font-weight: bold;
}
.institutional-section .titles h2 {
  color: #5b5b5f;
  font-weight: 400 !important;
  margin-top: 2rem;
  font-size: 1.6rem;
}
.institutional-section .steps {
  display: flex;
  flex-flow: row wrap;
  margin-top: 3rem;
}
.institutional-section .steps .step {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem;
  flex-basis: calc(33.3333333333% - 2rem);
  margin: 1rem;
  position: relative;
}
.institutional-section .steps .step .step-number {
  background: #5b5b5f;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.6rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.institutional-section .steps .step h3 {
  font-size: 1.8rem;
  margin: 1rem 0;
}
.institutional-section .steps .step p {
  font-size: 1.3rem;
}

.login-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2rem;
}
.login-content .__login-column-centered {
  width: 100%;
  max-width: 450px;
  margin: 0 1.5rem;
}
@media (max-width: 64em) {
  .login-content .__login-column-centered {
    margin: 1.5rem;
  }
}
.login-content .__login-column-centered .__register-card {
  border: 0.1rem solid #333;
  padding: 2rem;
  letter-spacing: 1px;
}
.login-content .__login-column-centered .__register-card .__title {
  color: #333;
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  text-transform: uppercase;
}
.login-content .__login-column-centered .__register-card .__field-row {
  margin-bottom: 1.5rem;
}
.login-content .__login-column-centered .__register-card .__field-row label {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0.5rem;
}
.login-content .__login-column-centered .__register-card .__field-row label.content-color {
  color: #333;
}
.login-content .__login-column-centered .__register-card .__field-row .__form-input {
  border: 1px solid #333;
  width: 100%;
  padding: 1rem;
  font-size: 1.4rem;
}
.login-content .__login-column-centered .__register-card .__field-row .__form-checkbox {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.login-content .__login-column-centered .__register-card .__field-row .content-color {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  font-size: 1.2rem;
}
.login-content .__login-column-centered .__register-card .button {
  width: 100%;
}
.login-content .__login-column-centered .__register-card .__login-button {
  width: 100%;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  line-height: 1.6rem;
  text-transform: uppercase !important;
  font-weight: normal !important;
  display: inline-block;
  border: none;
  text-align: center;
  transition: all 0.3s ease;
}
.login-content .__login-column-centered .__register-card .__login-button:hover {
  background-color: #000;
}
.login-content .__login-column-centered .__register-card .__login-button:focus {
  background-color: #000;
}
.login-content .__login-column-centered .__register-card .bottom-section {
  padding: 0.5rem 0;
  border-top: 0.1rem solid #8f8f8f;
}
.login-content .__login-column-centered .__register-card .bottom-section .__title {
  font-size: 1.2rem;
  margin: 1rem 0 1.5rem;
}
.login-content .__login-column-centered .social-auth-buttons {
  padding: 1.5rem 0 2.5rem 0;
}
.login-content .__login-column-centered .social-auth-buttons .btn-facebook {
  background-color: #3d5c98;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  border-radius: 0;
}

.register-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.register-content .user-info {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.register-content .user-info h2 {
  font-size: 2.2rem;
  font-family: Arial Black;
  text-transform: uppercase;
  color: #000;
}
.register-content .user-info .register-form {
  padding: 1rem 0;
}
.register-content .user-info .register-button {
  display: flex;
  justify-content: center;
  margin: 20px 0px 0px;
}
.register-content .user-info .field-row {
  margin-bottom: 0;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 48em) {
  .register-content .user-info .field-row {
    flex-direction: column;
  }
}
.register-content .user-info .field-row .__register-input {
  float: left;
  padding: 0 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.register-content .user-info .field-row .__register-input .helper {
  color: red;
}
@media (max-width: 48em) {
  .register-content .user-info .field-row .__register-input {
    width: 100%;
  }
}
.register-content .user-info .field-row .__register-input.full {
  width: 100%;
}
.register-content .user-info .field-row .__form-input {
  border: 0.1rem solid #000;
  background-color: #fff;
  width: 100%;
  padding: 0.5rem;
}
.register-content .user-info .field-row .__form-input--invalid {
  border-color: #dc3545;
}
.register-content .user-info .field-row label {
  color: #333;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 0.5rem;
  font-weight: 600 !important;
}
.register-content .user-info .__register-button {
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  line-height: 1.6rem;
  text-transform: uppercase !important;
  font-weight: normal !important;
  display: inline-block;
  border: none;
  text-align: center;
  transition: all 0.3s ease;
}
.register-content .user-info .__register-button:hover {
  background-color: #000;
}
.register-content .user-info .__register-button:focus {
  background-color: #000;
}

.dropdown-menu {
  position: absolute;
  top: 139%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 1rem;
  margin: 0.2rem 0 0;
  list-style: none;
  background-color: #fff;
  border: 0.1rem solid #ccc;
  border: 0.1rem solid rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  left: -21rem;
  min-width: unset;
  width: 25rem;
  border-radius: 0;
  box-shadow: 0 0;
}
.dropdown-menu li {
  font-size: 1.2rem;
}
.dropdown-menu li .dropdown__button {
  width: 100%;
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}
.dropdown-menu li .dropdown__button:hover {
  background-color: #000;
  color: #fff;
}
.dropdown-menu li .dropdown__button:focus {
  background-color: #000;
  color: #fff;
}
.dropdown-menu li .inline-register {
  display: inline;
  padding: 0 0.2rem;
  color: #000;
  font-weight: bold;
}
.dropdown-menu li .inline-register:hover {
  background-color: #fff;
}
.dropdown-menu li .inline-register:focus {
  background-color: #fff;
}

.center-block {
  float: none;
}

.orderdetail-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 27px 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.orderdetail-item h1 {
  font-size: 2rem;
}
.orderdetail-item .price.subtotal {
  font-size: 16px;
  padding: 17px 0;
  text-align: center;
  margin-top: 3rem;
}
.orderdetail-item .availability {
  font-size: 1.2rem;
  line-height: 0.9rem;
  margin: 1rem 0 1.5rem 0;
  color: #707070;
  font-weight: 600;
  /* text-transform: capitalize; */
}
.orderdetail-item .availability .available {
  color: #000;
  font-weight: 700 !important;
  font-weight: 800;
  /* text-transform: capitalize; */
}
.orderdetail-item .le-quantity {
  padding: 7px;
  position: relative;
  border: 1px solid #e0e0e0;
  display: inline-block;
  vertical-align: top;
}
.orderdetail-item .le-quantity input {
  border: none;
  text-align: center;
  width: 80px;
  color: #3d3d3d;
  font-size: 20px;
  background-color: #fff;
}
.orderdetail-item .title {
  line-height: 18px;
  font-size: 12px;
  color: #555;
}
@media (max-width: 48em) {
  .orderdetail-item {
    display: block;
  }
  .orderdetail-item .cart-item .price {
    padding: 36px 0;
  }
  .orderdetail-item .title {
    margin: 1rem 0;
  }
  .orderdetail-item .cart-price {
    margin: 1rem 0;
  }
}

.ordersummary h1 {
  font-size: 2rem;
}
.ordersummary .tabled-data li {
  border-bottom: 1px solid #e0e0e0;
  color: #3d3d3d;
  font-size: 14px;
  padding: 7px 0;
}
.ordersummary .tabled-data.no-border li {
  border: none;
  line-height: 16px;
}
.ordersummary .tabled-data.no-border {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.ordersummary #total-price {
  margin: 18px 0 0 0;
  padding-bottom: 24px;
  border-bottom: 0;
}
.ordersummary .le-button {
  font-size: 14px;
  text-transform: uppercase !important;
  font-weight: normal !important;
  background-color: #B8A982 !important;
  border: none;
  color: #fff;
}
.ordersummary .le-button.big {
  padding: 15px 34px;
}
.ordersummary .buttons-holder {
  text-align: right;
}
.ordersummary .buttons-holder .simple-link {
  color: #3d3d3d;
  margin: 10px 0;
  font-size: 14px;
  line-height: 24px;
  /* text-transform: capitalize; */
}
.ordersummary .block {
  display: block;
}

.delivery-detail {
  max-width: 1150px;
  margin: 0 auto;
}
.delivery-detail__header {
  padding: 0;
  border-bottom: 2px solid #000;
  position: relative;
}
@media (max-width: 48em) {
  .delivery-detail__header {
    margin: 0 2rem;
    border-bottom: 1px solid #a0a0a0;
  }
}
.delivery-detail__header-action {
  position: absolute;
  bottom: 0;
  font-size: 3rem;
}
.delivery-detail__header-action-text {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.delivery-detail__header-title {
  margin: 0;
  margin-top: 1%;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 48em) {
  .delivery-detail__header-title {
    font-size: 2.4rem;
  }
}
.delivery-detail__header-subtitle {
  margin: 10px 0 0px 0px;
  font-size: 20px;
}
@media (max-width: 48em) {
  .delivery-detail__header-subtitle {
    margin: 1.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid #6d6d6d;
    font-size: 16px;
  }
}
.delivery-detail__body {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
@media (max-width: 48em) {
  .delivery-detail__body {
    padding: 0;
    margin: 2rem;
    box-shadow: 3px 3px 10px 0px rgba(160, 160, 160, 0.75);
  }
}
.delivery-detail__body-title {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 2.5rem 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 48em) {
  .delivery-detail__body-title {
    font-size: 20px;
    margin: 0 1.5rem 2.5rem;
  }
}
.delivery-detail__body .label {
  font-size: 18px;
  width: 30%;
  margin-top: 1rem;
  cursor: pointer;
  padding: 0.6em 0.6em 0.6em;
}
@media (max-width: 48em) {
  .delivery-detail__body .label {
    width: auto;
    padding: 0.2em 0.6em 0.3em;
    margin: 2rem 0 0 0;
  }
}
.delivery-detail__body-images {
  display: flex;
  flex-direction: column;
}
@media (max-width: 48em) {
  .delivery-detail__body-images {
    flex-direction: row;
  }
  .delivery-detail__body-images img {
    width: 20%;
    height: 20%;
    margin: 0 2rem 1rem 2rem;
  }
}
.delivery-detail__body-images .description {
  display: flex;
  margin: 0 3%;
}
.delivery-detail__body-images .description-element {
  display: flex;
  flex-direction: column;
  width: 26%;
}
.delivery-detail__body-images .description-element span {
  margin: 2.5px 0;
  color: #a0a0a0;
}
.delivery-detail__body-images .description-element .title {
  color: #008C9B;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 48em) {
  .delivery-detail__body-images .description-element {
    width: auto;
    margin-bottom: 30%;
  }
}
@media (max-width: 48em) {
  .delivery-detail__body-images .description {
    flex-direction: column;
    width: 100%;
    max-height: 500px;
    margin: 10px 0px 0px 0px;
  }
}
@media (max-width: 48em) {
  .delivery-detail__header-action ~ .delivery-detail__header-title {
    text-align: right;
  }
}
.delivery-detail--summary .delivery-detail__header-action {
  left: unset;
}
@media (max-width: 48em) {
  .delivery-detail--summary .delivery-detail__header-title {
    text-align: left;
  }
}

.tracing-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
}
@media (max-width: 48em) {
  .tracing-input h2 {
    font-size: 1.6rem;
  }
}
.tracing-input .OcaTracing-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 1150px;
}
.tracing-input .OcaTracing-form input {
  margin: 1rem;
}
.tracing-input .OcaTracing-form .text-input {
  border-radius: 50px;
  width: 50%;
  padding: 1rem 0;
  text-align: center;
}
.tracing-input .OcaTracing-form .text-input.placeholder {
  font-size: 16px;
}
.tracing-input .OcaTracing-form .text-input:-moz-placeholder {
  font-size: 16px;
}
.tracing-input .OcaTracing-form .text-input::-moz-placeholder {
  font-size: 16px;
}
.tracing-input .OcaTracing-form .text-input:-ms-input-placeholder {
  font-size: 16px;
}
.tracing-input .OcaTracing-form .text-input::-webkit-input-placeholder {
  font-size: 16px;
}
.tracing-input .OcaTracing-form .button {
  background-color: #fcb131;
  border-radius: 50px;
  padding: 1.2rem 8rem;
  font-size: 16px;
}
@media (max-width: 48em) {
  .tracing-input .OcaTracing-form {
    min-width: 0;
    width: 100%;
  }
  .tracing-input .OcaTracing-form .text-input {
    width: 90%;
    padding: 0.5rem 1rem;
    font-size: 12px;
  }
  .tracing-input .OcaTracing-form .text-input.placeholder {
    font-size: 10px;
    line-height: 100;
    vertical-align: middle;
  }
  .tracing-input .OcaTracing-form .text-input:-moz-placeholder {
    font-size: 10px;
    line-height: 100;
    vertical-align: middle;
  }
  .tracing-input .OcaTracing-form .text-input::-moz-placeholder {
    font-size: 10px;
    line-height: 100;
    vertical-align: middle;
  }
  .tracing-input .OcaTracing-form .text-input:-ms-input-placeholder {
    font-size: 10px;
    line-height: 100;
    vertical-align: middle;
  }
  .tracing-input .OcaTracing-form .text-input::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 100;
    vertical-align: middle;
  }
  .tracing-input .OcaTracing-form .button {
    padding: 0.8rem 5rem;
    font-size: 14px;
  }
}

.margin-top-40 {
  margin-top: 4rem;
}

.flex-contact {
  display: flex;
}
.flex-contact .contact-step-item {
  margin-right: 4rem;
}
.flex-contact .contact-step-item img {
  margin-top: 0.5rem;
  height: 40px;
}
.flex-contact .contact-section {
  width: 100%;
}
.flex-contact .contact-section #frmContact {
  display: none;
  margin-top: 3rem;
}
.flex-contact .contact-section .step-title {
  display: flex;
  flex-direction: normal;
  justify-content: space-between;
  align-items: center;
}
.flex-contact .contact-section .step-title h2 {
  font-size: 2.2rem;
}
.flex-contact .contact-section .step-title .js-plus {
  margin-top: 0.5rem;
  cursor: pointer;
}
.flex-contact .contact-section .border-bottom {
  width: 100%;
  background: #000;
  height: 1px;
  margin-bottom: 1rem;
}
.flex-contact .contact-section .no-padding {
  padding: 0;
}
.flex-contact .contact-section .text-light {
  color: #5b5b5f;
  font-size: 1.4rem;
  transition: all 0.7s ease;
  display: none;
  line-height: 1.8rem;
}

.cf-style-1 .field-row {
  margin-bottom: 25px;
  display: flex;
}
.cf-style-1 .field-row .form-div {
  width: 50%;
  float: left;
  display: flex;
  flex-direction: column;
}
.cf-style-1 .field-row .form-div:not(:first-child) {
  padding-left: 1.5rem;
}
.cf-style-1 .field-row .form-div:not(:last-child) {
  padding-right: 1.5rem;
}
@media (max-width: 48em) {
  .cf-style-1 .field-row .form-div {
    width: 100%;
  }
}
.cf-style-1 .field-row .form-div-full {
  width: 100%;
}
.cf-style-1 .field-row label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
.cf-style-1 .field-row .le-input {
  border: 0.1rem solid #BFBFBF;
  background-color: #fff;
  width: 100%;
  padding: 0.5rem;
}
.cf-style-1 .field-row .required {
  border: 1px solid red;
}
.cf-style-1 .buttons-holder button {
  padding: 15px 30px;
  font-size: 14px;
  text-transform: uppercase !important;
  font-weight: normal !important;
  display: inline-block;
  line-height: 16px;
  border: none;
  color: #fff;
  background-color: #000;
  transition: all 0.3s ease;
}

.inner-top-xs {
  padding-top: 20px;
}

.our-store {
  line-height: 28px;
  color: #747474;
}

.stores {
  margin: 20px 0;
  padding-left: 0;
}
.stores h3.title {
  color: #000;
  margin-bottom: 10px;
  font-size: 19px;
  padding-bottom: 5px;
  font-weight: bold !important;
  border-bottom: 1px solid #999;
}
.stores .locales {
  color: #000;
  height: 360px;
  overflow-y: scroll;
}
@media (max-width: 48em) {
  .stores .locales {
    height: fit-content;
  }
}
.stores .locales ul {
  margin: 0;
  padding: 0;
}
.stores .locales ul li.store {
  padding: 3px 10px;
  cursor: pointer;
  font-size: 12px;
}
.stores .locales h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

#map {
  margin-top: 15px;
  width: 100%;
  height: 325px;
}

.story {
  margin: -1rem 0;
}
@media (max-width: 64em) {
  .story {
    margin: 0;
  }
}
.story__image {
  margin: 0 auto;
}

.footer {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 25px;
}
.footer .footer-content {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  display: flex;
  flex-direction: normal;
  justify-content: space-between;
  width: 100%;
  padding: 3rem 6rem;
}
.footer .footer-content::before, .footer .footer-content::after {
  display: none;
}
@media (max-width: 64em) {
  .footer .footer-content {
    flex-direction: column;
    padding: 0 26px;
    border-bottom: none;
  }
}
@media (max-width: 48em) {
  .footer .footer-content {
    flex-direction: column;
    padding: 0;
    border-bottom: none;
  }
}
.footer .footer-content .item {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: flex-start;
  font-size: 1.3rem;
}
@media (max-width: 64em) {
  .footer .footer-content .item {
    margin-bottom: 0;
    order: 2;
    padding: 1rem;
  }
  .footer .footer-content .item.social-items {
    display: none;
  }
}
@media (max-width: 64em) {
  .footer .footer-content .item:not(.item--newsletter) {
    border-bottom: 1px solid #ababab;
  }
}
@media (max-width: 64em) {
  .footer .footer-content .item.open:not(.item--newsletter) {
    padding-bottom: 0;
  }
}
.footer .footer-content .item .title {
  font-weight: bold;
  color: #424244;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-content .item .title img {
  margin-right: 1rem;
}
@media (max-width: 64em) {
  .footer .footer-content .item .title img {
    display: none;
  }
}
.footer .footer-content .item .title .toggle-icon {
  display: none;
}
@media (max-width: 64em) {
  .footer .footer-content .item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .footer .footer-content .item .title .toggle-icon {
    cursor: pointer;
    font-size: 24px;
    display: block;
  }
}
.footer .footer-content .item .title .toggle-icon::after {
  content: "+";
}
.footer .footer-content .item ul {
  margin: 1.5rem 0;
}
.footer .footer-content .item ul.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 64em) {
  .footer .footer-content .item ul {
    display: none;
  }
}
.footer .footer-content .item ul li {
  color: #5b5b5f;
  padding: 0.5rem 0;
}
.footer .footer-content .item ul li.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer .footer-content .item ul li a {
  color: #5b5b5f;
}
.footer .footer-content .item ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.footer .footer-content .item ul li a.social-icon {
  margin: 0 0.5rem;
}
.footer .footer-content .item ul li a.social-icon:first-child {
  margin: 0 0.5rem 0 0;
}
.footer .footer-content .item ul li a.social-icon:last-child {
  margin: 0 0 0 0.5rem;
}
.footer .footer-content .item.open .title .toggle-icon::after {
  content: "-";
}
.footer .footer-content .item--newsletter {
  max-width: 350px;
}
.footer .footer-content .item--newsletter li {
  position: relative;
  text-transform: none;
  width: 100%;
}
.footer .footer-content .item--newsletter ul {
  width: 100%;
}
@media (max-width: 64em) {
  .footer .footer-content .item--newsletter ul {
    display: block;
  }
}
.footer .footer-content .item--newsletter form {
  width: 100%;
}
.footer .footer-content .item--newsletter .newsletter-input {
  width: 100%;
  border: none;
  border: 1px solid #8f8f8f;
  color: #5b5b5f;
  background: transparent;
  line-height: 1.24;
  width: 62%;
}
@media (max-width: 64em) {
  .footer .footer-content .item--newsletter .newsletter-input {
    min-width: 100%;
  }
}
.footer .footer-content .item--newsletter .newsletter-button {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0.75rem 0;
  font-size: 1.14rem;
  width: 38%;
  color: white;
  background: #424244;
  text-transform: uppercase;
}
@media (max-width: 64em) {
  .footer .footer-content .item--newsletter {
    max-width: none;
    order: 1;
  }
}
.footer .copyright {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: normal;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 1rem;
}
.footer .copyright a {
  margin-left: 0.4rem;
  color: rgba(28, 111, 181, 0.76);
}
@media (max-width: 64em) {
  .footer .copyright {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
  }
  .footer .copyright span {
    margin: 0.5rem 0;
    white-space: nowrap;
    font-size: 0.9rem;
  }
}

.LogIn-option {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #fff;
}
.LogIn-option a {
  display: flex;
  align-items: center;
}
.LogIn-option a img {
  filter: invert(1);
  height: 30px;
  margin-right: 10px;
}

.footerNavBar {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  padding: 10px 0 !important;
}
.footerNavBar .LogOut-option {
  width: 50%;
}
.footerNavBar .LogOut-option:first-of-type {
  border-right: 1px solid #000;
}
.footerNavBar .LogOut-option a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}
.footerNavBar .LogOut-option a img {
  height: 35px;
  margin-right: 10px;
}

.mayoristas {
  margin-top: -1rem;
}
@media (max-width: 64em) {
  .mayoristas {
    margin-top: 0;
  }
}

.mayorista-title {
  color: #000;
  background-color: #fff;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.mayorista-additional {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.mayorista-data {
  display: flex;
  justify-content: center;
  background-color: #000;
  padding: 15px 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 64em) {
  .mayorista-data {
    flex-direction: column;
    align-items: center;
  }
  .mayorista-data .mayorista-data-items {
    flex-direction: column;
  }
  .mayorista-data .mayorista-data-items:before, .mayorista-data .mayorista-data-items:after {
    content: "";
    margin: 0;
  }
  .mayorista-data .mayorista-data-item:first-child:after {
    content: "";
    margin: 0;
  }
  .mayorista-data .mobile-align-mayorista {
    margin: 1rem 0;
  }
  .mayorista-data .mayorista-data-item {
    margin: 1rem 0;
    text-align: center;
  }
  .mayorista-data .mayorista-data-item:first-child {
    margin-top: 0;
  }
  .mayorista-data .mayorista-data-item:last-child {
    margin-bottom: 0rem;
  }
}

.mayorista-data-items {
  display: flex;
  justify-content: center;
}

.mayorista-data-items:before {
  content: "|";
  margin: 0 15px;
}

.mayorista-data-items:after {
  content: "|";
  margin: 0 15px;
}

.mayorista-data-item:first-child:after {
  content: "|";
  margin: 0 15px;
}

.compra-mayorista {
  background-color: #000;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
}

.compra-mayorista a {
  color: #fff;
  font-weight: 600;
}

.wishlist {
  display: flex;
  flex-direction: normal;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 3rem;
  position: relative;
}
@media (max-width: 64em) {
  .wishlist {
    padding: 0 1rem;
  }
}
@media (max-width: 48em) {
  .wishlist {
    padding: 0;
  }
}
.wishlist__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(25% - 2rem);
  margin: 1rem;
  position: relative;
}
@media (max-width: 64em) {
  .wishlist__item {
    width: calc(33.3333333333% - 2rem);
  }
}
@media (max-width: 48em) {
  .wishlist__item {
    width: calc(50% - 1rem);
    margin: 1rem 0.5rem;
  }
}
.wishlist__item__title {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.5em;
  letter-spacing: 0.2px;
  color: #2d2d2d;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 5px;
  height: 3em;
}
.wishlist__item__price {
  height: 2.25em;
  margin: 0;
  margin-bottom: 0.3em;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 0.9em;
}
.wishlist__item__selectable {
  margin: 1rem 0;
  width: 100%;
  position: relative;
}
.wishlist__item__selectable:before {
  content: "\f107";
  font-family: fontawesome;
  color: #3d3d3d;
  font-size: 15px;
  height: 13px;
  position: absolute;
  right: 6px;
  top: 21%;
}
.wishlist__item__selectable .control {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: none;
  border-left: none;
  padding: 5px 0 5px 2px;
  letter-spacing: 0.3px;
  cursor: pointer;
  display: block;
  height: 28px;
  font-size: 14px; /* Firefox */ /* Safari and Chrome */
  appearance: none;
}
.wishlist__item__selectable .control option {
  color: #444;
  line-height: 28px;
  padding: 0 20px 0 0;
  letter-spacing: 0.3px;
  font-size: 14px;
}
.wishlist__item__selectable .control.--disabled {
  background-color: #fff;
  opacity: 0.3;
  transition: opacity 0.2s;
  cursor: not-allowed;
}
.wishlist__item__button {
  width: 100%;
  margin: 8px auto;
}
.wishlist__item__button .button {
  background-color: transparent;
  border: 2px solid black;
  color: #2d2d2d;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  padding: 8px 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.1em;
  cursor: pointer;
}
.wishlist__item__button .button.--disabled {
  background: #eee;
  border-color: #eee;
  color: #fff;
  cursor: not-allowed;
}
.wishlist__item__delete {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  transform: translate(50%, 50%);
  right: 93.5%;
  border: 1px solid #eee;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  animation-duration: 0.4s;
  opacity: 1;
  z-index: 1;
  color: black;
  line-height: 12px;
  cursor: pointer;
}