/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, ../../../scss/default/vendor/_normalize.scss */
html {
  font-family: 'Raleway';
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, ../../../scss/default/vendor/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, ../../../scss/default/vendor/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, ../../../scss/default/vendor/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, ../../../scss/default/vendor/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, ../../../scss/default/vendor/_normalize.scss */
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.
 */
/* line 92, ../../../scss/default/vendor/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, ../../../scss/default/vendor/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, ../../../scss/default/vendor/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, ../../../scss/default/vendor/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, ../../../scss/default/vendor/_normalize.scss */
b,
strong {
  font-weight: 600;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, ../../../scss/default/vendor/_normalize.scss */
b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 154, ../../../scss/default/vendor/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, ../../../scss/default/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, ../../../scss/default/vendor/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 182, ../../../scss/default/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 191, ../../../scss/default/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, ../../../scss/default/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 203, ../../../scss/default/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, ../../../scss/default/vendor/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, ../../../scss/default/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 232, ../../../scss/default/vendor/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 240, ../../../scss/default/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 252, ../../../scss/default/vendor/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: 'Raleway';
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 268, ../../../scss/default/vendor/_normalize.scss */
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.
 */
/* line 278, ../../../scss/default/vendor/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 289, ../../../scss/default/vendor/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 300, ../../../scss/default/vendor/_normalize.scss */
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.
 */
/* line 312, ../../../scss/default/vendor/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 323, ../../../scss/default/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
/* line 336, ../../../scss/default/vendor/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 350, ../../../scss/default/vendor/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, ../../../scss/default/vendor/_normalize.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, ../../../scss/default/vendor/_normalize.scss */
[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.
 */
/* line 388, ../../../scss/default/vendor/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, ../../../scss/default/vendor/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[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.
 */
/* line 407, ../../../scss/default/vendor/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, ../../../scss/default/vendor/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 429, ../../../scss/default/vendor/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 440, ../../../scss/default/vendor/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 448, ../../../scss/default/vendor/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 459, ../../../scss/default/vendor/_normalize.scss */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Raleway Light"), local("Raleway-Light"), url("../fonts/Raleway-Light.ttf") format("truetype"), url("../fonts/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway-Light.woff") format("woff");
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Raleway"), local("Raleway-Regular"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Raleway Medium"), local("Raleway-Medium"), url("../fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("../fonts/Raleway-SemiBold.ttf") format("truetype"), url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff");
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Raleway Bold"), local("Raleway-Bold") format("truetype"), url("../fonts/Raleway-Bold.ttf") format("truetype"), url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
}
/**
 * Set up a decent box model on the root element
 */
/* line 8, ../../../scss/default/base/_base.scss */
html {
  box-sizing: border-box;
  font-variant-numeric: lining-nums;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
/* line 19, ../../../scss/default/base/_base.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
/* line 28, ../../../scss/default/base/_base.scss */
a {
  color: #414141;
  text-decoration: none;
}
/* line 18, ../../../scss/default/abstracts/_mixins.scss */
a:hover, a:active, a:focus {
  text-decoration: underline;
}

/* line 37, ../../../scss/default/base/_base.scss */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 44, ../../../scss/default/base/_base.scss */
fieldset {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 52, ../../../scss/default/base/_base.scss */
.lSSlideOuter .lSPager.lSpg > li a {
  border: 1px solid #888 !important;
  background-color: white !important;
}

/* line 57, ../../../scss/default/base/_base.scss */
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  border: 1px solid #888 !important;
  background-color: #888 !important;
}

/* line 63, ../../../scss/default/base/_base.scss */
.lSSlideOuter .lSPager.lSpg > li a {
  height: 12px !important;
  width: 12px !important;
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 1;
}

/* line 72, ../../../scss/default/base/_base.scss */
.lSSlideOuter .lSPager.lSpg > li:hover {
  opacity: 0.7;
}

/* line 78, ../../../scss/default/base/_base.scss */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font-variant-numeric: lining-nums;
}

/* line 86, ../../../scss/default/base/_base.scss */
.body-lock {
  position: relative;
  overflow: hidden;
  height: 100%;
}

/**
 * Basic typography style for copy text
 */
/* line 4, ../../../scss/default/base/_typography.scss */
body {
  color: #414141;
  font: 14px "Raleway", sans-serif;
  font-weight: 300;
}

/* line 10, ../../../scss/default/base/_typography.scss */
h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 38px;
  letter-spacing: 0;
}
@media (max-width: 1050px) {
  /* line 10, ../../../scss/default/base/_typography.scss */
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  /* line 10, ../../../scss/default/base/_typography.scss */
  h1 {
    font-size: 33px;
    line-height: 40px;
  }
}

/* line 24, ../../../scss/default/base/_typography.scss */
h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
}
@media (max-width: 1050px) {
  /* line 24, ../../../scss/default/base/_typography.scss */
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  /* line 24, ../../../scss/default/base/_typography.scss */
  h2 {
    font-size: 22px;
    line-height: 27px;
  }
}

/* line 38, ../../../scss/default/base/_typography.scss */
.hero-unit {
  font-family: "Raleway", sans-serif;
  padding: 75px;
}
@media (max-width: 1050px) {
  /* line 38, ../../../scss/default/base/_typography.scss */
  .hero-unit {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  /* line 38, ../../../scss/default/base/_typography.scss */
  .hero-unit {
    padding: 10px;
  }
}
/* line 48, ../../../scss/default/base/_typography.scss */
.hero-unit h2 {
  font-size: 38px;
}

/* line 53, ../../../scss/default/base/_typography.scss */
h3, .hero-unit {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  /* line 53, ../../../scss/default/base/_typography.scss */
  h3, .hero-unit {
    font-size: 16px;
    line-height: 22px;
  }
}

/* line 63, ../../../scss/default/base/_typography.scss */
.text-center {
  text-align: center;
}

/* line 66, ../../../scss/default/base/_typography.scss */
.text-right {
  text-align: right;
}

/* line 69, ../../../scss/default/base/_typography.scss */
.text-left {
  text-align: left;
}

/* line 73, ../../../scss/default/base/_typography.scss */
.text-ucase {
  text-transform: uppercase;
}

/* line 77, ../../../scss/default/base/_typography.scss */
b {
  font-weight: 600;
}

/* line 81, ../../../scss/default/base/_typography.scss */
p {
  font-family: "Raleway", sans-serif;
  line-height: 24px;
}

/**
 * Clear inner floats
 */
/* line 8, ../../../scss/default/base/_helpers.scss */
.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/* line 21, ../../../scss/default/base/_helpers.scss */
.container, .small-container {
  max-width: 1230px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
/* line 33, ../../../scss/default/base/_helpers.scss */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
/* line 45, ../../../scss/default/base/_helpers.scss */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 57, ../../../scss/default/base/_helpers.scss */
.flex {
  display: flex;
}

/* line 61, ../../../scss/default/base/_helpers.scss */
.hidden {
  display: none;
}

/* line 65, ../../../scss/default/base/_helpers.scss */
.small-container {
  max-width: 803px;
}

/* line 72, ../../../scss/default/base/_helpers.scss */
.ocult {
  opacity: 0;
}

/* line 76, ../../../scss/default/base/_helpers.scss */
.semibold {
  font-weight: 600;
}

/* line 80, ../../../scss/default/base/_helpers.scss */
.extra-bold {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

/* line 84, ../../../scss/default/base/_helpers.scss */
.text-main {
  color: #414141;
}

/* line 87, ../../../scss/default/base/_helpers.scss */
.text-alt {
  color: white;
}

/* line 90, ../../../scss/default/base/_helpers.scss */
.text-mid {
  color: #7D7D7D;
}

/* line 93, ../../../scss/default/base/_helpers.scss */
.text-placeholder {
  color: #919191;
}

/* line 96, ../../../scss/default/base/_helpers.scss */
.text-outline {
  color: #888888;
}

/* line 99, ../../../scss/default/base/_helpers.scss */
.text-focus {
  color: rgba(136, 136, 136, 0.7);
}

/* line 102, ../../../scss/default/base/_helpers.scss */
.text-alert {
  color: #D43742;
}

/* line 105, ../../../scss/default/base/_helpers.scss */
.text-bg {
  color: #F2F2F2;
}

/* line 108, ../../../scss/default/base/_helpers.scss */
.text-new {
  color: #9B9B9B;
}

/* line 111, ../../../scss/default/base/_helpers.scss */
.text-media {
  color: rgba(212, 55, 66, 0.14);
}

/* line 115, ../../../scss/default/base/_helpers.scss */
.back-main {
  background-color: #414141;
}

/* line 118, ../../../scss/default/base/_helpers.scss */
.back-alt {
  background-color: white;
}

/* line 121, ../../../scss/default/base/_helpers.scss */
.back-mid {
  background-color: #7D7D7D;
}

/* line 124, ../../../scss/default/base/_helpers.scss */
.back-placeholder {
  background-color: #919191;
}

/* line 127, ../../../scss/default/base/_helpers.scss */
.back-outline {
  background-color: #888888;
}

/* line 130, ../../../scss/default/base/_helpers.scss */
.back-focus {
  background-color: rgba(136, 136, 136, 0.7);
}

/* line 133, ../../../scss/default/base/_helpers.scss */
.back-alert {
  background-color: #D43742;
}

/* line 136, ../../../scss/default/base/_helpers.scss */
.back-bg {
  background-color: #F2F2F2;
}

/* line 139, ../../../scss/default/base/_helpers.scss */
.back-new {
  background-color: #9B9B9B;
}

/* line 142, ../../../scss/default/base/_helpers.scss */
.back-media {
  background-color: rgba(212, 55, 66, 0.14);
}

/* Utility clases */
/* line 147, ../../../scss/default/base/_helpers.scss */
.margin-y-40 {
  margin: 40px 0;
}

/* line 150, ../../../scss/default/base/_helpers.scss */
.padding-20 {
  padding: 20px;
}

/* line 154, ../../../scss/default/base/_helpers.scss */
.position-relative {
  position: relative;
}

/* line 1, ../../../scss/default/components/_buttons.scss */
button:focus {
  outline: 0;
}

/* line 5, ../../../scss/default/components/_buttons.scss */
.button {
  border: 1px solid #414141;
  font-weight: 500;
  color: #414141;
  letter-spacing: 0.25px;
  text-align: center;
  padding: 10px 80px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  line-height: 24px;
}
/* line 18, ../../../scss/default/abstracts/_mixins.scss */
.button:hover, .button:active, .button:focus {
  background-color: #414141;
  color: white;
  text-decoration: none;
}

/* line 26, ../../../scss/default/components/_buttons.scss */
.button-alt, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn, .p-w-r .thank-you-page h5 a {
  background-color: #414141;
  border: 1px solid #414141;
  font-weight: 500;
  color: white;
  letter-spacing: 0.25px;
  text-align: center;
  padding: 10px 80px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
/* line 18, ../../../scss/default/abstracts/_mixins.scss */
.button-alt:hover, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:hover,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:hover, .p-w-r .thank-you-page h5 a:hover, .button-alt:active, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:active,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:active, .p-w-r .thank-you-page h5 a:active, .button-alt:focus, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:focus,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:focus, .p-w-r .thank-you-page h5 a:focus {
  background-color: white;
  color: #414141;
  text-decoration: none;
}
/* line 45, ../../../scss/default/components/_buttons.scss */
.button-alt:disabled, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:disabled,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:disabled, .p-w-r .thank-you-page h5 a:disabled {
  border: 1px solid #CCC;
  background-color: #CCC;
  cursor: not-allowed;
  font-weight: 500;
  color: white;
  letter-spacing: 0.25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 80px;
  position: relative;
  display: inline-block;
}
/* line 18, ../../../scss/default/abstracts/_mixins.scss */
.button-alt:disabled:hover, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:disabled:hover,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:disabled:hover, .p-w-r .thank-you-page h5 a:disabled:hover, .button-alt:disabled:active, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:disabled:active,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:disabled:active, .p-w-r .thank-you-page h5 a:disabled:active, .button-alt:disabled:focus, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:disabled:focus,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:disabled:focus, .p-w-r .thank-you-page h5 a:disabled:focus {
  text-decoration: none;
}

/* line 65, ../../../scss/default/components/_buttons.scss */
.button-disabled {
  background-color: #CCC;
  cursor: not-allowed;
  font-weight: 500;
  color: white;
  letter-spacing: 0.25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  position: relative;
  display: inline-block;
}
/* line 18, ../../../scss/default/abstracts/_mixins.scss */
.button-disabled:hover, .button-disabled:active, .button-disabled:focus {
  text-decoration: none;
}

/* line 83, ../../../scss/default/components/_buttons.scss */
.button-alert {
  background-color: #D43742;
  border: 1px solid #D43742;
  font-weight: 500;
  color: white;
  letter-spacing: 0.25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  display: inline-block;
}
/* line 97, ../../../scss/default/components/_buttons.scss */
.button-alert .icons-shopping-bag {
  display: inline-block;
  vertical-align: middle;
}
/* line 102, ../../../scss/default/components/_buttons.scss */
.button-alert .icons-shopping-bag-inverse {
  display: none;
  vertical-align: middle;
}
/* line 18, ../../../scss/default/abstracts/_mixins.scss */
.button-alert:hover, .button-alert:active, .button-alert:focus {
  background-color: white;
  color: #D43742;
  text-decoration: none;
}
/* line 112, ../../../scss/default/components/_buttons.scss */
.button-alert:hover .icons-shopping-bag-inverse, .button-alert:active .icons-shopping-bag-inverse, .button-alert:focus .icons-shopping-bag-inverse {
  display: inline-block;
}
/* line 116, ../../../scss/default/components/_buttons.scss */
.button-alert:hover .icons-shopping-bag, .button-alert:active .icons-shopping-bag, .button-alert:focus .icons-shopping-bag {
  display: none;
}
/* line 121, ../../../scss/default/components/_buttons.scss */
.button-alert:disabled {
  border: 1px solid #CCC;
  background-color: #CCC;
  cursor: not-allowed;
  font-weight: 500;
  color: white;
  letter-spacing: 0.25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  position: relative;
  display: inline-block;
}
/* line 18, ../../../scss/default/abstracts/_mixins.scss */
.button-alert:disabled:hover, .button-alert:disabled:active, .button-alert:disabled:focus {
  text-decoration: none;
}

/* line 141, ../../../scss/default/components/_buttons.scss */
.inputWithButton {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-template-rows: auto;
}
/* line 149, ../../../scss/default/components/_buttons.scss */
.inputWithButton input {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  border-right: none !important;
}
/* line 159, ../../../scss/default/components/_buttons.scss */
.inputWithButton button {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin: 0;
}
/* line 170, ../../../scss/default/components/_buttons.scss */
.inputWithButton .button-alt, .inputWithButton #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .inputWithButton .pr-btn,
.inputWithButton #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .inputWithButton .pr-btn, .inputWithButton .p-w-r .thank-you-page h5 a, .p-w-r .thank-you-page h5 .inputWithButton a {
  padding: 0;
}

/* line 175, ../../../scss/default/components/_buttons.scss */
.inputWithButtonDiffBehav {
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  /* line 175, ../../../scss/default/components/_buttons.scss */
  .inputWithButtonDiffBehav {
    display: block;
  }
}
/* line 183, ../../../scss/default/components/_buttons.scss */
.inputWithButtonDiffBehav input {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  border-right: 1px solid #414141 !important;
}
/* line 196, ../../../scss/default/components/_buttons.scss */
.inputWithButtonDiffBehav button {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin: 0;
  display: block;
  width: 100%;
  margin-top: 13px;
  padding: 14px;
}
/* line 213, ../../../scss/default/components/_buttons.scss */
.inputWithButtonDiffBehav .button-alt, .inputWithButtonDiffBehav #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .inputWithButtonDiffBehav .pr-btn,
.inputWithButtonDiffBehav #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .inputWithButtonDiffBehav .pr-btn, .inputWithButtonDiffBehav .p-w-r .thank-you-page h5 a, .p-w-r .thank-you-page h5 .inputWithButtonDiffBehav a {
  padding: 0;
}

/* line 218, ../../../scss/default/components/_buttons.scss */
.button-bigger,
.button-bigger:disabled {
  padding: 20px 50px;
}

/* line 1, ../../../scss/default/components/_pre-header.scss */
#pre-header-de,
#pre-header {
  background-color: #414141;
  font-weight: 400;
  color: white;
  padding: 8px;
  font-size: 13px;
  letter-spacing: 0.3px;
}
/* line 10, ../../../scss/default/components/_pre-header.scss */
#pre-header-de a,
#pre-header a {
  color: white;
}

/* line 15, ../../../scss/default/components/_pre-header.scss */
#pre-header-de {
  background-color: #f7f7f6;
  color: #414141;
}

@keyframes onAutoFillStart {
  from {
    /**/
  }
  to {
    /**/
  }
}
/* line 12, ../../../scss/default/components/_form.scss */
.form-component {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 12, ../../../scss/default/components/_form.scss */
  .form-component {
    margin-bottom: 10px;
  }
}
/* line 19, ../../../scss/default/components/_form.scss */
.form-component label {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-bottom: 6px;
}
/* line 27, ../../../scss/default/components/_form.scss */
.form-component div.error,
.form-component span.error {
  font-size: 12px;
  color: #D43742;
  margin-top: 5px;
}
/* line 34, ../../../scss/default/components/_form.scss */
.form-component input.error,
.form-component select.error {
  border-bottom: 2px solid #D43742 !important;
}
/* line 40, ../../../scss/default/components/_form.scss */
.form-component input,
.form-component textarea {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #888888;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.7;
  display: block;
}
/* line 53, ../../../scss/default/components/_form.scss */
.form-component input::placeholder,
.form-component textarea::placeholder {
  color: #919191;
  font-weight: 100;
}
/* line 18, ../../../scss/default/abstracts/_mixins.scss */
.form-component input:hover, .form-component input:active, .form-component input:focus,
.form-component textarea:hover,
.form-component textarea:active,
.form-component textarea:focus {
  border: 1px solid rgba(136, 136, 136, 0.7);
  outline: 0 none;
}
/* line 63, ../../../scss/default/components/_form.scss */
.form-component input:-webkit-autofill,
.form-component textarea:-webkit-autofill {
  animation-name: onAutoFillStart;
}
/* line 71, ../../../scss/default/components/_form.scss */
.form-component .select-wrapper {
  position: relative;
}
/* line 74, ../../../scss/default/components/_form.scss */
.form-component .select-wrapper .icons-down {
  position: absolute;
  right: 10px;
  top: 18px;
  pointer-events: none;
}
/* line 82, ../../../scss/default/components/_form.scss */
.form-component select {
  height: 44px;
  border: 1px solid #888888;
  font-size: 14px;
  font-weight: 300;
  padding: 13px 16px;
  width: 100%;
  background-color: white;
  border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 18, ../../../scss/default/abstracts/_mixins.scss */
.form-component select:hover, .form-component select:active, .form-component select:focus {
  border: 1px solid rgba(136, 136, 136, 0.7);
  outline: 0 none;
}
/* line 100, ../../../scss/default/components/_form.scss */
.form-component select ::-ms-expand {
  display: none;
}
/* line 104, ../../../scss/default/components/_form.scss */
.form-component select:-webkit-autofill {
  animation-name: onAutoFillStart;
}

/* line 115, ../../../scss/default/components/_form.scss */
.noval {
  color: #919191;
}

/* line 424, icons/*.png */
.icons-sprite, .icons-arrow-left, .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block button[aria-label="Previous"],
.product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block button[aria-label="Previous"], .p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block button[aria-label="Previous"],
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block button[aria-label="Previous"], .icons-arrow-right, .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block button[aria-label="Next"],
.product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block button[aria-label="Next"], .p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block button[aria-label="Next"],
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block button[aria-label="Next"], .icons-bag-white, .icons-box, .icons-bunny, .icons-check, .icons-chevron-left-mini, .icons-chevron-left, .icons-chevron-right-mini, .icons-chevron-right, .icons-circle-right, .icons-cross, .icons-doctor, .icons-down, .icons-facebook-inverse, .icons-facebook, .icons-filter, .icons-find, .icons-hands-heart, .icons-ico-help, .icons-ico-security, .icons-ico-shipping, .icons-instagram-inverse, .icons-instagram, .icons-isdin-down, .icons-isdin-mini, .icons-isdin, .icons-leaf, .icons-left, .icons-line, .icons-menu, .icons-minicross, .icons-more, .icons-oval, .icons-recycle, .icons-right-red-arrow, .icons-right, .icons-sad-face, .icons-search-big, .icons-search, .icons-secure-check, .icons-shopping-bag-inverse, .icons-shopping-bag-menu, .icons-shopping-bag, .icons-shopping-bigbag, .icons-truck, .icons-twitter-inverse, .icons-twitter {
  background-image: url('../images/sprites/icons-sb5fbf6ffe0.png');
  background-repeat: no-repeat;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-left, .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block button[aria-label="Previous"],
.product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block button[aria-label="Previous"], .p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block button[aria-label="Previous"],
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block button[aria-label="Previous"] {
  background-position: 0 0;
  height: 19px;
  width: 26px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-right, .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block button[aria-label="Next"],
.product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block button[aria-label="Next"], .p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block button[aria-label="Next"],
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block button[aria-label="Next"] {
  background-position: 0 -19px;
  height: 19px;
  width: 26px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-bag-white {
  background-position: 0 -38px;
  height: 24px;
  width: 20px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-box {
  background-position: 0 -62px;
  height: 68px;
  width: 68px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-bunny {
  background-position: 0 -130px;
  height: 68px;
  width: 68px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-check {
  background-position: 0 -198px;
  height: 68px;
  width: 68px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-chevron-left-mini {
  background-position: 0 -266px;
  height: 21px;
  width: 13px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-chevron-left {
  background-position: 0 -287px;
  height: 46px;
  width: 25px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-chevron-right-mini {
  background-position: 0 -333px;
  height: 21px;
  width: 12px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-chevron-right {
  background-position: 0 -354px;
  height: 46px;
  width: 25px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-circle-right {
  background-position: 0 -400px;
  height: 73px;
  width: 73px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-cross {
  background-position: 0 -473px;
  height: 20px;
  width: 20px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-doctor {
  background-position: 0 -493px;
  height: 16px;
  width: 17px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-down {
  background-position: 0 -509px;
  height: 9px;
  width: 17px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-facebook-inverse {
  background-position: 0 -518px;
  height: 24px;
  width: 25px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-facebook {
  background-position: 0 -542px;
  height: 22px;
  width: 22px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-filter {
  background-position: 0 -564px;
  height: 26px;
  width: 24px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-find {
  background-position: 0 -590px;
  height: 26px;
  width: 25px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-hands-heart {
  background-position: 0 -616px;
  height: 68px;
  width: 68px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-ico-help {
  background-position: 0 -684px;
  height: 47px;
  width: 50px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-ico-security {
  background-position: 0 -731px;
  height: 44px;
  width: 36px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-ico-shipping {
  background-position: 0 -775px;
  height: 40px;
  width: 63px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-instagram-inverse {
  background-position: 0 -815px;
  height: 24px;
  width: 24px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-instagram {
  background-position: 0 -839px;
  height: 22px;
  width: 22px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-isdin-down {
  background-position: 0 -861px;
  height: 9px;
  width: 17px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-isdin-mini {
  background-position: 0 -870px;
  height: 20px;
  width: 106px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-isdin {
  background-position: 0 -890px;
  height: 75px;
  width: 165px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-leaf {
  background-position: 0 -965px;
  height: 68px;
  width: 68px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-left {
  background-position: 0 -1033px;
  height: 20px;
  width: 11px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-line {
  background-position: 0 -1053px;
  height: 9px;
  width: 310px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-menu {
  background-position: 0 -1062px;
  height: 44px;
  width: 44px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-minicross {
  background-position: 0 -1106px;
  height: 17px;
  width: 17px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-more {
  background-position: 0 -1123px;
  height: 24px;
  width: 24px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-oval {
  background-position: 0 -1147px;
  height: 16px;
  width: 16px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-recycle {
  background-position: 0 -1163px;
  height: 68px;
  width: 68px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-right-red-arrow {
  background-position: 0 -1231px;
  height: 44px;
  width: 44px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-right {
  background-position: 0 -1275px;
  height: 20px;
  width: 11px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-sad-face {
  background-position: 0 -1295px;
  height: 55px;
  width: 56px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-search-big {
  background-position: 0 -1350px;
  height: 53px;
  width: 52px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-search {
  background-position: 0 -1403px;
  height: 44px;
  width: 44px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-secure-check {
  background-position: 0 -1447px;
  height: 68px;
  width: 68px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-shopping-bag-inverse {
  background-position: 0 -1515px;
  height: 39px;
  width: 39px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-shopping-bag-menu {
  background-position: 0 -1554px;
  height: 27px;
  width: 21px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-shopping-bag {
  background-position: 0 -1581px;
  height: 44px;
  width: 44px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-shopping-bigbag {
  background-position: 0 -1625px;
  height: 50px;
  width: 43px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-truck {
  background-position: 0 -1675px;
  height: 68px;
  width: 68px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-twitter-inverse {
  background-position: 0 -1743px;
  height: 24px;
  width: 30px;
}

/* line 84, /var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icons-twitter {
  background-position: 0 -1767px;
  height: 22px;
  width: 27px;
}

/* line 6, ../../../scss/default/components/_sprites.scss */
.isdinicon {
  width: 3em;
  height: 3em;
}

/**
 * BASED ON:
 * @info Custom Imageless CSS Skinning for Checkboxes and Radiobuttons
 * @author Martin Ivanov
 * @web http://wemakesites.net
 * @blog http://acidmartin.wordpress.com/
 * @twitter https://twitter.com/wemakesitesnet
 */
/* line 10, ../../../scss/default/components/_checkboxes.scss */
:root .radios label,
:root .radios input[type="radio"] + span,
:root .radios input[type="radio"] + span::before,
:root .checkboxes label,
:root .checkboxes input[type="checkbox"] + span,
:root .checkboxes input[type="checkbox"] + span::before {
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-size: 14px;
}

/* line 23, ../../../scss/default/components/_checkboxes.scss */
:root .radios,
:root .checkboxes {
  position: relative;
}

/* line 29, ../../../scss/default/components/_checkboxes.scss */
:root .radios label *,
:root .checkboxes label * {
  cursor: pointer;
}

/* line 35, ../../../scss/default/components/_checkboxes.scss */
:root .radios input[type="radio"],
:root .checkboxes input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

/* line 42, ../../../scss/default/components/_checkboxes.scss */
:root .radios input[type="radio"] + span,
:root .checkboxes input[type="checkbox"] + span {
  color: #414141;
}

/* line 48, ../../../scss/default/components/_checkboxes.scss */
:root .radios label:hover span::before,
:root .checkboxes label:hover span::before {
  -moz-box-shadow: 0 0 2px #CCC;
  -webkit-box-shadow: 0 0 2px #CCC;
  box-shadow: 0 0 2px #CCC;
}

/* line 56, ../../../scss/default/components/_checkboxes.scss */
:root .radios label:hover span,
:root .checkboxes label:hover span {
  color: #000;
}

/* line 62, ../../../scss/default/components/_checkboxes.scss */
:root .radios input[type="radio"] + span::before,
:root .checkboxes input[type="checkbox"] + span::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: solid 1px #888888;
  line-height: 14px;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: white;
  margin-right: 10px;
}

/* line 81, ../../../scss/default/components/_checkboxes.scss */
:root .checkboxes input[type="checkbox"]:checked + span::before {
  background-color: #414141;
  color: white !important;
}

/* line 87, ../../../scss/default/components/_checkboxes.scss */
:root .radios input[type="radio"]:checked + span::before {
  color: #414141;
  background-color: white;
}

/* line 94, ../../../scss/default/components/_checkboxes.scss */
:root .radios input[type="radio"]:disabled + span,
:root .checkboxes input[type="checkbox"]:disabled + span {
  cursor: default;
  -moz-opacity: .4;
  -webkit-opacity: .4;
  opacity: .4;
}

/* line 104, ../../../scss/default/components/_checkboxes.scss */
:root .checkboxes input[type="checkbox"] + span::before {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
}

/* line 112, ../../../scss/default/components/_checkboxes.scss */
:root .radios input[type="radio"]:checked + span::before {
  content: "\2022";
  font-size: 40px;
  margin-right: 10px;
  border: 1px solid #414141;
}

/* line 120, ../../../scss/default/components/_checkboxes.scss */
:root .checkboxes input[type="checkbox"]:checked + span::before {
  content: "\2714";
  font-size: 12px;
  margin-right: 10px;
}

/* line 1, ../../../scss/default/components/_checkbox2.scss */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
/* line 5, ../../../scss/default/components/_checkbox2.scss */
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
/* line 12, ../../../scss/default/components/_checkbox2.scss */
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 5px;
  border: 1px solid #414141;
}
/* line 25, ../../../scss/default/components/_checkbox2.scss */
.styled-checkbox:hover + label:before {
  background: #414141;
}
/* line 30, ../../../scss/default/components/_checkbox2.scss */
.styled-checkbox:checked + label:before {
  background: #414141;
}
/* line 35, ../../../scss/default/components/_checkbox2.scss */
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
/* line 41, ../../../scss/default/components/_checkbox2.scss */
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
/* line 47, ../../../scss/default/components/_checkbox2.scss */
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(40deg);
}

/* line 2, ../../../scss/default/components/_quantity.scss */
input[type="number"] {
  -moz-appearance: textfield;
}
/* line 5, ../../../scss/default/components/_quantity.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 12, ../../../scss/default/components/_quantity.scss */
.quantity {
  display: inline-block;
  margin: 0 0 10px;
  position: relative;
}
/* line 17, ../../../scss/default/components/_quantity.scss */
.quantity input {
  color: #414141;
  border: solid 1px #888888;
  font-weight: 300;
  height: 56px;
  float: left;
  display: block;
  width: 84px;
  padding-left: 23px;
  font-size: 16px;
}
/* line 28, ../../../scss/default/components/_quantity.scss */
.quantity input:focus {
  outline: 0;
}
/* line 33, ../../../scss/default/components/_quantity.scss */
.quantity .quantityNav {
  float: left;
  position: relative;
  height: 56px;
}
/* line 38, ../../../scss/default/components/_quantity.scss */
.quantity .quantityNav .quantityButton {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #888888;
  width: 15px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 1.1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 54, ../../../scss/default/components/_quantity.scss */
.quantity .quantityNav .quantityButton:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
/* line 59, ../../../scss/default/components/_quantity.scss */
.quantity .quantityNav .quantityButton.quantityUp {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #888888;
  width: 28px;
  font-size: 23px;
  font-weight: 300;
}
/* line 69, ../../../scss/default/components/_quantity.scss */
.quantity .quantityNav .quantityButton.quantityDown {
  position: absolute;
  bottom: 0px;
  height: 50%;
  width: 28px;
  font-size: 23px;
  font-weight: 300;
}

/* line 1, ../../../scss/default/components/_search.scss */
.icons-search {
  cursor: pointer;
}

/* line 5, ../../../scss/default/components/_search.scss */
#search-wrap {
  width: 100%;
  background-color: white;
  z-index: 9998;
}
/* line 12, ../../../scss/default/components/_search.scss */
#search-wrap .search-container {
  position: relative;
}
/* line 14, ../../../scss/default/components/_search.scss */
#search-wrap .search-container .close-search-button {
  flex: 1;
  margin: auto 0;
}
/* line 17, ../../../scss/default/components/_search.scss */
#search-wrap .search-container .close-search-button .isdinicon {
  fill: #CCC;
  margin-left: 50px;
  width: 4em;
  height: 4em;
}
@media (max-width: 768px) {
  /* line 17, ../../../scss/default/components/_search.scss */
  #search-wrap .search-container .close-search-button .isdinicon {
    width: 3em;
    height: 3em;
    margin-left: 0px;
  }
}
/* line 30, ../../../scss/default/components/_search.scss */
#search-wrap.hide-me {
  display: none;
}
/* line 34, ../../../scss/default/components/_search.scss */
#search-wrap #search-line {
  height: 238px;
  display: flex;
}
@media (max-width: 768px) {
  /* line 34, ../../../scss/default/components/_search.scss */
  #search-wrap #search-line {
    height: 60px;
    border-bottom: 1px solid #CCC;
  }
}
/* line 41, ../../../scss/default/components/_search.scss */
#search-wrap #search-line #search-line-left {
  flex: 1;
  margin: auto 0;
}
/* line 44, ../../../scss/default/components/_search.scss */
#search-wrap #search-line #search-line-left button {
  float: right;
  margin-right: 30px;
}
@media (max-width: 768px) {
  /* line 44, ../../../scss/default/components/_search.scss */
  #search-wrap #search-line #search-line-left button {
    margin-right: 0px;
  }
}
/* line 52, ../../../scss/default/components/_search.scss */
#search-wrap #search-line #search-line-right {
  flex: 9;
  margin: auto 0;
}
/* line 55, ../../../scss/default/components/_search.scss */
#search-wrap #search-line #search-line-right input {
  height: 56px;
  font-size: 42px;
  color: #414141;
  width: 100%;
  border: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #414141;
  font-weight: 300;
  outline: none;
}
/* line 65, ../../../scss/default/components/_search.scss */
#search-wrap #search-line #search-line-right input::placeholder {
  color: #CCC;
  opacity: 1;
}
@media (max-width: 768px) {
  /* line 55, ../../../scss/default/components/_search.scss */
  #search-wrap #search-line #search-line-right input {
    font-size: 24px;
    padding-bottom: 0px;
    border-bottom: 0;
  }
}
/* line 76, ../../../scss/default/components/_search.scss */
#search-wrap #search-line button {
  border: 0;
  outline: none;
  background-color: white;
}
/* line 80, ../../../scss/default/components/_search.scss */
#search-wrap #search-line button .icons-search {
  display: none;
}
@media (max-width: 768px) {
  /* line 80, ../../../scss/default/components/_search.scss */
  #search-wrap #search-line button .icons-search {
    display: block;
  }
}
@media (max-width: 768px) {
  /* line 86, ../../../scss/default/components/_search.scss */
  #search-wrap #search-line button .icons-search-big {
    display: none;
  }
}

/* line 97, ../../../scss/default/components/_search.scss */
#no-hits {
  margin: 0 auto;
}
/* line 100, ../../../scss/default/components/_search.scss */
#no-hits p {
  text-align: center;
  padding: 30px 0px 400px 0px;
  font-size: 24px;
}
@media (max-width: 768px) {
  /* line 100, ../../../scss/default/components/_search.scss */
  #no-hits p {
    padding: 30px 20px 200px 20px;
    font-size: 18px;
  }
}

/* line 110, ../../../scss/default/components/_search.scss */
#search-result-head {
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px 50px 0px;
}
@media (max-width: 768px) {
  /* line 110, ../../../scss/default/components/_search.scss */
  #search-result-head {
    padding: 20px 0px 20px 0px;
  }
}
/* line 117, ../../../scss/default/components/_search.scss */
#search-result-head h4 {
  font-size: 18px;
  color: #9B9B9B;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}
/* line 123, ../../../scss/default/components/_search.scss */
#search-result-head h2 {
  font-size: 26px;
  letter-spacing: 0.45px;
  margin-top: 0px;
  font-weight: 400;
}

/* line 130, ../../../scss/default/components/_search.scss */
#search-sug-results .item-container .product-container .product-item {
  border: 0px;
}

@media (max-width: 768px) {
  /* line 134, ../../../scss/default/components/_search.scss */
  #search-sug-results .item-container .product-container:nth-child(3) {
    display: none;
  }
}

/* line 1, ../../../scss/default/components/_uspbanner.scss */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* line 10, ../../../scss/default/components/_uspbanner.scss */
.usp-banner-wrapper {
  color: #8E8E8E;
  display: flex;
  max-width: 1000px;
  margin: auto;
  min-height: 188px;
  margin-top: 3px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: solid 0.5px #d8d8d8;
}
/* line 21, ../../../scss/default/components/_uspbanner.scss */
.usp-banner-wrapper .usp-banner-item {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  flex: 1;
}
/* line 28, ../../../scss/default/components/_uspbanner.scss */
.usp-banner-wrapper .usp-banner-item .usp-icon-wrapper {
  margin: auto;
  height: 55px;
  margin-bottom: 15px;
}
/* line 33, ../../../scss/default/components/_uspbanner.scss */
.usp-banner-wrapper .usp-banner-item .usp-icon-wrapper svg.isdinicon-shipping {
  width: 70px;
  height: 70px;
  margin: auto 0;
}
/* line 39, ../../../scss/default/components/_uspbanner.scss */
.usp-banner-wrapper .usp-banner-item .usp-icon-wrapper > svg {
  width: 90px;
  height: 90px;
  margin-top: -20px;
  fill: rgba(136, 136, 136, 0.7);
}
/* line 47, ../../../scss/default/components/_uspbanner.scss */
.usp-banner-wrapper .usp-banner-item .usp-title {
  font-size: 14px;
}
/* line 49, ../../../scss/default/components/_uspbanner.scss */
.usp-banner-wrapper .usp-banner-item .usp-title a {
  color: #8E8E8E !important;
}
@media (max-width: 768px) {
  /* line 47, ../../../scss/default/components/_uspbanner.scss */
  .usp-banner-wrapper .usp-banner-item .usp-title {
    margin: 0 6px;
  }
  /* line 56, ../../../scss/default/components/_uspbanner.scss */
  .usp-banner-wrapper .usp-banner-item .usp-title Avoid word breaks .phone-number {
    white-space: nowrap;
  }
}
/* line 65, ../../../scss/default/components/_uspbanner.scss */
.usp-banner-wrapper .usp-banner-item:not(:last-child):after {
  content: '';
  background-color: #D8D8D8;
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  /* line 65, ../../../scss/default/components/_uspbanner.scss */
  .usp-banner-wrapper .usp-banner-item:not(:last-child):after {
    display: none;
  }
}

/* line 1, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper {
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 1000;
}
/* line 6, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category {
  display: none;
  border-bottom: 1px solid #cccccc;
}
/* line 9, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-category-wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 20px;
}
/* line 15, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .flex {
  justify-content: space-between;
}
/* line 19, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-list-wrapper {
  flex: 1;
  max-width: 240px;
}
/* line 22, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-list-wrapper span,
.submenu-wrapper .submenu-category .submenu-list-wrapper a,
.submenu-wrapper .submenu-category .submenu-list-wrapper h4 {
  font-size: 16px;
  color: #414141;
  letter-spacing: 0;
  line-height: 25.6px;
}
/* line 30, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-list-wrapper a:hover {
  color: #D43742;
  text-decoration: none;
}
/* line 34, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-list-wrapper span,
.submenu-wrapper .submenu-category .submenu-list-wrapper h4 {
  display: block;
  margin: 0px;
  padding-bottom: 20px;
  font-weight: 600;
}
/* line 43, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-banner-wrapper {
  flex: 1;
  max-width: 270px;
}
@media (max-width: 1050px) {
  /* line 43, ../../../scss/default/components/_headersubmenu.scss */
  .submenu-wrapper .submenu-category .submenu-banner-wrapper {
    display: none;
  }
}
/* line 49, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-banner-wrapper img {
  width: 100%;
}
/* line 52, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-banner-wrapper p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
}
/* line 61, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-categoryproducts-wrapper {
  display: flex;
}
@media (max-width: 1050px) {
  /* line 61, ../../../scss/default/components/_headersubmenu.scss */
  .submenu-wrapper .submenu-category .submenu-categoryproducts-wrapper {
    justify-content: space-evenly;
  }
}
/* line 67, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-categoryproducts-wrapper .submenu-product {
  max-width: 190px;
  position: relative;
  margin-right: 20px;
  text-align: center;
}
/* line 72, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-categoryproducts-wrapper .submenu-product.view-all {
  margin-left: 40px;
}
@media (max-width: 1050px) {
  /* line 67, ../../../scss/default/components/_headersubmenu.scss */
  .submenu-wrapper .submenu-category .submenu-categoryproducts-wrapper .submenu-product {
    max-width: 20%;
    margin-right: 0;
    flex: 1;
  }
}
/* line 81, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-categoryproducts-wrapper .submenu-product .product-image img {
  width: 100%;
}
/* line 85, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-categoryproducts-wrapper .submenu-product .product-name {
  height: 32px;
}
/* line 89, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-categoryproducts-wrapper .submenu-product .center-tile {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* line 94, ../../../scss/default/components/_headersubmenu.scss */
.submenu-wrapper .submenu-category .submenu-categoryproducts-wrapper .submenu-product .center-tile .text {
  margin-top: 15px;
}

/* line 4, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper {
  overflow: scroll;
  height: 100vh;
  flex-direction: column;
  position: fixed;
  z-index: 9999;
  background-color: white;
  top: 0;
  width: 100%;
  left: -100%;
  border-right: 1px solid #cecece;
  display: flex;
}
/* line 20, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .list-item {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #CCC;
}
/* line 28, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-topactions {
  display: block;
  text-align: right;
}
/* line 32, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-topactions .icons-cross {
  display: inline-block;
}
/* line 38, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .close-mobile-menu svg {
  height: 3em;
  width: 3em;
  fill: #9B9B9B !important;
  margin-top: 8px;
  margin-right: 2px;
}
/* line 46, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .close-mobile-menu.sublevel {
  padding-top: 20px;
}
/* line 55, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-content-wrapper h4 {
  display: none;
}
/* line 59, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-content-wrapper .blog-image {
  margin-top: 24px;
}
/* line 66, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-list a,
.mobile-menu-wrapper .mobile-menu-list a:hover {
  text-decoration: none;
}
/* line 71, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 77, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-list .text {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.64px;
}
/* line 83, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-list .open-submenu {
  vertical-align: middle;
  display: inline-block;
}
/* line 88, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-list .submenu-subcategory {
  display: none;
}
/* line 94, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-footer {
  flex: 1;
  background-color: #F2F2F2;
}
/* line 98, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-footer .list-item {
  border-bottom: 0px;
}
/* line 102, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-footer .text {
  text-transform: none;
}
/* line 106, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-footer .mobile-menu-footer-actions {
  display: flex;
  margin-top: 50px;
  padding: 0 20px;
  justify-content: space-between;
}
/* line 112, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-footer .mobile-menu-footer-actions .social-icons {
  justify-content: initial;
}
/* line 116, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-footer .mobile-menu-footer-actions .caret {
  z-index: 1;
  position: relative;
  margin: 0 10px;
}
/* line 122, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-footer .mobile-menu-footer-actions .country-selector {
  text-align: right;
  margin-right: 0;
  width: 200px;
}
/* line 127, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-footer .mobile-menu-footer-actions .country-selector .country-list {
  text-align: left;
  background-color: #F2F2F2;
  border: 1px solid #888888;
  padding: 15px 15px 35px;
}
/* line 133, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-menu-footer .mobile-menu-footer-actions .country-selector .country-list li {
  padding: 4px;
}
/* line 141, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-submenu-wrapper {
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background-color: white;
}
/* line 153, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-submenu-wrapper li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #CCC;
}
/* line 164, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-submenu-wrapper .mobile-menu-topactions {
  display: block;
}
/* line 168, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-submenu-wrapper .mobile-submenu-home {
  background-color: #888888;
  color: white;
  justify-content: initial;
}
/* line 173, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-submenu-wrapper .mobile-submenu-home .mobile-submenu-gohome {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
/* line 179, ../../../scss/default/components/_mobilemenu.scss */
.mobile-menu-wrapper .mobile-submenu-wrapper .mobile-submenu-home .text {
  text-transform: uppercase;
}

/* line 1, ../../../scss/default/components/_breadcrumbs.scss */
.breadcrumb {
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 22.4px;
}

/* line 7, ../../../scss/default/components/_breadcrumbs.scss */
.pt_product-search-result .breadcrumb {
  border-bottom: 1px solid #cccccc;
}

/* line 1, ../../../scss/default/components/_cookies.scss */
.cookies-block {
  position: fixed;
  bottom: 0;
  background-color: #cccccc;
  padding: 40px 0px;
  width: 100%;
  z-index: 9999;
}
/* line 9, ../../../scss/default/components/_cookies.scss */
.cookies-block .cookies-container {
  max-width: 1230px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
/* line 17, ../../../scss/default/components/_cookies.scss */
.cookies-block .left-block, .cookies-block .right-block {
  display: inline-block;
}
/* line 20, ../../../scss/default/components/_cookies.scss */
.cookies-block .left-block {
  width: 75%;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 20, ../../../scss/default/components/_cookies.scss */
  .cookies-block .left-block {
    padding: 0px 20px;
    text-align: left;
    line-height: 21px;
  }
}
/* line 30, ../../../scss/default/components/_cookies.scss */
.cookies-block .right-block {
  width: auto;
  text-align: left;
}
/* line 34, ../../../scss/default/components/_cookies.scss */
.cookies-block .left-block .content-asset {
  display: inline;
}
/* line 37, ../../../scss/default/components/_cookies.scss */
.cookies-block .cookies-text {
  font-size: 16px;
  color: #414141;
}
@media (max-width: 768px) {
  /* line 37, ../../../scss/default/components/_cookies.scss */
  .cookies-block .cookies-text {
    font-size: 13px;
  }
}
/* line 44, ../../../scss/default/components/_cookies.scss */
.cookies-block .cookies-page-link {
  text-decoration: underline;
}
/* line 47, ../../../scss/default/components/_cookies.scss */
.cookies-block .btn-cookies {
  font-size: 14px;
  color: white;
  background-color: #414141;
  padding: 15px 44px;
  font-weight: 600;
}
@media (max-width: 768px) {
  /* line 47, ../../../scss/default/components/_cookies.scss */
  .cookies-block .btn-cookies {
    padding: 10px 20px;
  }
}

/* line 2, ../../../scss/default/components/_image-comparer.scss */
.compare-item .ba-slider {
  position: relative;
  overflow: hidden;
}
/* line 7, ../../../scss/default/components/_image-comparer.scss */
.compare-item .ba-slider img {
  width: 100%;
  display: block;
}
/* line 12, ../../../scss/default/components/_image-comparer.scss */
.compare-item .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
/* line 19, ../../../scss/default/components/_image-comparer.scss */
.compare-item .resize img {
  max-width: none;
}
/* line 23, ../../../scss/default/components/_image-comparer.scss */
.compare-item .handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: white;
  cursor: ew-resize;
}
/* line 34, ../../../scss/default/components/_image-comparer.scss */
.compare-item .handle:after {
  /* Big orange knob  */
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 80px;
  height: 80px;
  opacity: 0.7;
  border-radius: 50%;
  background-image: url("../images/before-after.svg");
  background-size: 100%;
  top: 50%;
  margin: -32px 0 0 -38px;
  content: '';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
}

/**
 * product-slider slot styles
 */
/* line 5, ../../../scss/default/components/_carousel-product.scss */
.carousel-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
/* line 11, ../../../scss/default/components/_carousel-product.scss */
.carousel-product .carousel-arrow {
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 11, ../../../scss/default/components/_carousel-product.scss */
  .carousel-product .carousel-arrow {
    display: none;
  }
}
/* line 17, ../../../scss/default/components/_carousel-product.scss */
.carousel-product .carousel-wrapper {
  flex: 1;
  height: auto !important;
}
/* line 20, ../../../scss/default/components/_carousel-product.scss */
.carousel-product .carousel-wrapper .carousel-item {
  list-style: none;
}
@media (max-width: 768px) {
  /* line 20, ../../../scss/default/components/_carousel-product.scss */
  .carousel-product .carousel-wrapper .carousel-item {
    max-width: 170px;
  }
}
/* line 25, ../../../scss/default/components/_carousel-product.scss */
.carousel-product .carousel-wrapper .carousel-item .item-image-wrapper {
  overflow: hidden;
}
/* line 27, ../../../scss/default/components/_carousel-product.scss */
.carousel-product .carousel-wrapper .carousel-item .item-image-wrapper img {
  width: 100%;
}
/* line 32, ../../../scss/default/components/_carousel-product.scss */
.carousel-product .carousel-wrapper .carousel-item .item-content h4 {
  font-size: 18px;
  color: #414141;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
/* line 39, ../../../scss/default/components/_carousel-product.scss */
.carousel-product .carousel-wrapper .carousel-item .item-content p {
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 22.4px;
}
/* line 45, ../../../scss/default/components/_carousel-product.scss */
.carousel-product .carousel-wrapper .carousel-item .item-content .price {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  margin-top: auto;
}

/* line 2, ../../../scss/default/components/_refinement.scss */
#refinement-area-container.ref-selected {
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 768px) {
  /* line 7, ../../../scss/default/components/_refinement.scss */
  #refinement-area-container.ref-selected {
    border-bottom: 0;
  }
}

@media (max-width: 768px) {
  /* line 13, ../../../scss/default/components/_refinement.scss */
  #refinement-area {
    display: none;
  }
}
/* line 18, ../../../scss/default/components/_refinement.scss */
#refinement-area .refinement-links {
  width: 70%;
  margin: 0px auto;
  padding: 24px;
}
/* line 24, ../../../scss/default/components/_refinement.scss */
#refinement-area .refinements {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 30, ../../../scss/default/components/_refinement.scss */
#refinement-area .rcc-items {
  display: flex;
  flex-wrap: wrap;
}
/* line 36, ../../../scss/default/components/_refinement.scss */
#refinement-area .rcc-items a:hover,
#refinement-area .rcc-items label.attrref:hover {
  color: #D43742;
  text-decoration: none;
}
/* line 41, ../../../scss/default/components/_refinement.scss */
#refinement-area .rcc-items a.selected,
#refinement-area .rcc-items label.attrref.selected {
  color: #D43742;
}
/* line 48, ../../../scss/default/components/_refinement.scss */
#refinement-area .rcc-items > a,
#refinement-area .rcc-items > li {
  flex: 0 30%;
  line-height: 25px;
  margin-right: 40px;
  font-size: 16px;
}
/* line 56, ../../../scss/default/components/_refinement.scss */
#refinement-area .attrref {
  text-transform: capitalize;
}

/* line 61, ../../../scss/default/components/_refinement.scss */
.refinement a {
  text-decoration: none;
  line-height: 25px;
}
/* line 65, ../../../scss/default/components/_refinement.scss */
.refinement a .fa {
  margin-right: 10px;
}

/* line 70, ../../../scss/default/components/_refinement.scss */
.refinement-item {
  flex: 1 0 15%;
  margin: 5px;
  padding: 6px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
/* line 80, ../../../scss/default/components/_refinement.scss */
.refinement-item .refinement-item-container {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 86, ../../../scss/default/components/_refinement.scss */
.refinement-item .refinement-item-container svg {
  width: 32px;
  height: 32px;
  margin-left: 6px;
  fill: #414141;
}
@media (max-width: 768px) {
  /* line 70, ../../../scss/default/components/_refinement.scss */
  .refinement-item {
    text-align: left;
    margin-top: 40px;
  }
}
/* line 99, ../../../scss/default/components/_refinement.scss */
.refinement-item .caret {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 768px) {
  /* line 99, ../../../scss/default/components/_refinement.scss */
  .refinement-item .caret {
    position: absolute;
    right: 60px;
  }
}
/* line 109, ../../../scss/default/components/_refinement.scss */
.refinement-item.selected {
  color: #D43742;
}
@media (max-width: 768px) {
  /* line 109, ../../../scss/default/components/_refinement.scss */
  .refinement-item.selected {
    color: #414141;
  }
}

/* line 118, ../../../scss/default/components/_refinement.scss */
.clear-filters {
  margin-left: 50px;
  margin-top: 11px;
  flex-basis: 20%;
}
/* line 123, ../../../scss/default/components/_refinement.scss */
.clear-filters a {
  background-color: #cccccc;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
}
/* line 129, ../../../scss/default/components/_refinement.scss */
.clear-filters a svg {
  margin-bottom: -3px;
  width: 17px;
  height: 17px;
  fill: #414141;
}

/* line 138, ../../../scss/default/components/_refinement.scss */
.refinement-container {
  width: 80%;
  margin: 0px auto;
  padding: 20px 30px 50px;
}
@media (max-width: 768px) {
  /* line 138, ../../../scss/default/components/_refinement.scss */
  .refinement-container {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
  }
}

/* line 150, ../../../scss/default/components/_refinement.scss */
#refinement-btn-mobile {
  display: none;
  background-color: #F2F2F2;
}
@media (max-width: 768px) {
  /* line 150, ../../../scss/default/components/_refinement.scss */
  #refinement-btn-mobile {
    display: block;
  }
  /* line 157, ../../../scss/default/components/_refinement.scss */
  #refinement-btn-mobile .ref-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
  }
  /* line 167, ../../../scss/default/components/_refinement.scss */
  #refinement-btn-mobile .ref-btn .icon {
    display: inline-block;
    margin-right: 16px;
  }
}

@media (max-width: 768px) {
  /* line 175, ../../../scss/default/components/_refinement.scss */
  #desktop-check {
    display: none;
  }
}

/* line 181, ../../../scss/default/components/_refinement.scss */
#refinement-area-mobile {
  overflow: auto;
  left: -100%;
  height: 100%;
  width: 100%;
  background-color: #F2F2F2;
  position: fixed;
  top: 0;
  z-index: 10000;
  padding: 40px;
  padding-bottom: 80px;
}
/* line 193, ../../../scss/default/components/_refinement.scss */
#refinement-area-mobile .rm-top-bar {
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
}
/* line 201, ../../../scss/default/components/_refinement.scss */
#refinement-area-mobile .rm-top-bar .icons-filter {
  display: inline-block;
  margin-right: 22px;
}
/* line 206, ../../../scss/default/components/_refinement.scss */
#refinement-area-mobile .rm-top-bar .icons-cross {
  position: absolute;
  right: 60px;
  cursor: pointer;
}
/* line 213, ../../../scss/default/components/_refinement.scss */
#refinement-area-mobile .rcc-items {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
/* line 219, ../../../scss/default/components/_refinement.scss */
#refinement-area-mobile .rcc-items > a,
#refinement-area-mobile .rcc-items > li {
  flex: 0 100%;
  line-height: 25px;
}
@media (max-width: 768px) {
  /* line 219, ../../../scss/default/components/_refinement.scss */
  #refinement-area-mobile .rcc-items > a,
  #refinement-area-mobile .rcc-items > li {
    line-height: 35px;
  }
}

/* line 231, ../../../scss/default/components/_refinement.scss */
#filter-mobile-close {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
}
/* line 238, ../../../scss/default/components/_refinement.scss */
#filter-mobile-close .button-alt, #filter-mobile-close #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn, #pr-reviewsnippet .modal__body .p-w-r .pr-footer #filter-mobile-close .pr-btn,
#filter-mobile-close #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer #filter-mobile-close .pr-btn, #filter-mobile-close .p-w-r .thank-you-page h5 a, .p-w-r .thank-you-page h5 #filter-mobile-close a {
  width: 100%;
  padding: 20px;
}

/* line 2, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content {
  position: fixed;
  border: 1px solid #CCC;
  right: 0;
  background-color: white;
  margin: 0;
  width: 360px;
  z-index: 1100;
  padding: 20px 30px 60px 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 16, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  /* line 2, ../../../scss/default/components/_minicart.scss */
  .mini-cart .mini-cart-content {
    display: none;
  }
}
/* line 25, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .minicart-close {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
}
/* line 32, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-header {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 31.2px;
  margin-bottom: 35px;
}
/* line 41, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products {
  max-height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 46, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product {
  position: relative;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 100px auto;
  grid-template-rows: max-content max-content 25px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 0;
  border-bottom: 1px solid #CCC;
}
/* line 57, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-image {
  grid-row: 1 / 4;
}
/* line 60, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-image img {
  width: 100%;
}
/* line 65, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-name {
  text-align: left;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
/* line 70, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-name > a {
  padding: 0 !important;
  font-size: 14px;
  line-height: 14px !important;
}
/* line 77, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-attributes {
  text-align: left;
  grid-row: 2 / 3;
  grid-column: 2 / end;
}
/* line 83, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-pricing {
  grid-column: 2 / end;
  grid-row: 3 / end;
  display: flex;
  justify-content: space-between;
}
/* line 89, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-pricing > .mini-cart-qty {
  display: flex;
  max-width: 100px;
}
/* line 93, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-pricing > .mini-cart-qty > input {
  display: none;
}
/* line 97, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-pricing > .mini-cart-qty .qty-button {
  cursor: pointer;
}
/* line 100, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-pricing > .mini-cart-qty .qty-button.reduce-item {
  transform: rotate(-180deg);
}
/* line 105, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-pricing > .mini-cart-qty > span {
  display: inline-block;
  margin: 0 10px;
}
/* line 113, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-price .is-promo {
  color: #D43742;
  margin-right: 8px;
}
/* line 117, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .mini-cart-price .is-base {
  color: #888888;
  text-decoration: line-through;
}
/* line 123, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-products .mini-cart-product .item-remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
/* line 132, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-subtotals {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
/* line 137, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-subtotals > span {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 31.2px;
}
/* line 144, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-link-cart {
  margin-top: 40px;
  width: 100%;
  display: block;
  line-height: 50px;
  padding: 0;
}
/* line 152, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .mini-cart-link-checkout {
  width: 100%;
  margin-top: 15px;
  display: block;
  line-height: 50px;
  padding: 0;
}
/* line 160, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .product-added-notification {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  max-height: 0;
  transition: max-height .5s ease;
  overflow: hidden;
}
/* line 169, ../../../scss/default/components/_minicart.scss */
.mini-cart .mini-cart-content .product-added-notification.active {
  max-height: 50px;
  transition: max-height .5s ease;
}
/* line 176, ../../../scss/default/components/_minicart.scss */
.mini-cart .product-promotion-banner {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  line-height: 21.4px;
}

/* line 2, ../../../scss/default/components/_productsizeselection.scss */
.sticky-size-selection {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2000;
  padding: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-color: white;
  border-top: #F2F2F2;
  overflow: auto;
}
/* line 17, ../../../scss/default/components/_productsizeselection.scss */
.sticky-size-selection .title {
  margin-bottom: 30px;
}
/* line 21, ../../../scss/default/components/_productsizeselection.scss */
.sticky-size-selection .popup-size-selection-radio span {
  font-size: 16px;
}

/* line 11, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  -moz-transition: opacity 500ms ease-in-out;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
/* line 21, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.visible {
  visibility: visible;
  opacity: 1;
}
/* line 26, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.no-modal {
  background: transparent;
  cursor: initial;
  pointer-events: none;
}
/* line 32, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.animate {
  opacity: 1;
  visibility: visible;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}
/* line 37, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.animate.from-bottom {
  bottom: -100%;
  -moz-transition: bottom 500ms ease-in-out;
  -webkit-transition: bottom 500ms ease-in-out;
  -o-transition: bottom 500ms ease-in-out;
  transition: bottom 500ms ease-in-out;
}
/* line 41, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.animate.from-bottom .wrapper {
  width: calc(100vw - 40px);
  transform: none;
  top: unset;
  bottom: 0;
}
/* line 48, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.animate.from-bottom.visible {
  bottom: 0;
}
/* line 53, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.animate.from-top {
  top: -100%;
  -moz-transition: top 500ms ease-in-out;
  -webkit-transition: top 500ms ease-in-out;
  -o-transition: top 500ms ease-in-out;
  transition: top 500ms ease-in-out;
}
/* line 57, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.animate.from-top.visible {
  top: 0;
}
/* line 62, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.animate.from-left {
  left: -100%;
  -moz-transition: left 500ms ease-in-out;
  -webkit-transition: left 500ms ease-in-out;
  -o-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out;
}
/* line 66, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.animate.from-left.visible {
  left: 0;
}
/* line 71, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.animate.from-right {
  right: -100%;
  -moz-transition: right 500ms ease-in-out;
  -webkit-transition: right 500ms ease-in-out;
  -o-transition: right 500ms ease-in-out;
  transition: right 500ms ease-in-out;
}
/* line 75, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog.animate.from-right.visible {
  right: 0;
}
/* line 81, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog .wrapper {
  cursor: initial;
  pointer-events: auto;
  background: white;
  width: fit-content;
  width: -moz-fit-content;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
  padding: 20px;
  max-height: 90vh;
  overflow: hidden;
}
/* line 95, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog .wrapper .dialog-content {
  max-height: calc(90vh - 20px);
  overflow-y: auto;
}
/* line 100, ../../../scss/default/components/_awesome-dialog.scss */
.awesome-dialog .wrapper .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
}

/* line 1, ../../../scss/default/components/_video-block.scss */
.video-block-component {
  position: relative;
  display: flex;
}
/* line 5, ../../../scss/default/components/_video-block.scss */
.video-block-component .video-open {
  max-width: 100%;
  align-self: center;
  cursor: pointer;
}
/* line 12, ../../../scss/default/components/_video-block.scss */
.video-block-component .overlapped-text {
  position: absolute;
  align-self: center;
  width: 100%;
  text-align: center;
  color: white;
  pointer-events: none;
}
/* line 20, ../../../scss/default/components/_video-block.scss */
.video-block-component .overlapped-text .video-title {
  font-size: 38px;
}
@media (max-width: 768px) {
  /* line 20, ../../../scss/default/components/_video-block.scss */
  .video-block-component .overlapped-text .video-title {
    font-size: 19px;
    line-height: 32.4px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
  }
}
/* line 32, ../../../scss/default/components/_video-block.scss */
.video-block-component .overlapped-text .video-btn {
  font-size: 20px;
  color: white;
  display: inline-block;
}
/* line 37, ../../../scss/default/components/_video-block.scss */
.video-block-component .overlapped-text .video-btn img {
  max-height: 50px;
  vertical-align: middle;
}
/* line 42, ../../../scss/default/components/_video-block.scss */
.video-block-component .overlapped-text .video-btn svg {
  width: 50px;
  height: 50px;
  fill: white;
  vertical-align: middle;
}
/* line 49, ../../../scss/default/components/_video-block.scss */
.video-block-component .overlapped-text .video-btn span {
  vertical-align: middle;
  font-weight: 400;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* line 11, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup {
  z-index: 9999;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}
/* line 16, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .image-popup {
  width: 90%;
  height: 480px;
  overflow: hidden;
}
/* line 21, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .close-button {
  top: 0px !important;
  right: 0px !important;
  width: auto !important;
  height: auto !important;
  padding: 0px !important;
  cursor: pointer !important;
}
@media (max-width: 768px) {
  /* line 21, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .close-button {
    top: 10px !important;
    right: 10px !important;
  }
}
/* line 33, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper {
  width: 80%;
  max-width: 800px;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 33, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .wrapper {
    padding: 40px 20px;
  }
  /* line 39, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .wrapper .isdinicon-close {
    width: 2em;
    height: 2em;
  }
}
@media (max-width: 768px) {
  /* line 44, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .wrapper .image-popup {
    display: none;
  }
}
/* line 49, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .content-asset {
  margin-bottom: 10px;
}
/* line 52, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .content-popup {
  margin-top: 10%;
  padding-right: 10%;
}
@media (max-width: 768px) {
  /* line 52, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .wrapper .content-popup {
    margin-top: 5px;
    padding-left: 10%;
  }
}
/* line 60, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .content-popup .error {
  color: #D43742;
  font-size: 12px;
}
/* line 65, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper #ns-popup-success-container {
  margin-top: 70px;
  margin-right: 10%;
}
@media (max-width: 768px) {
  /* line 65, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .wrapper #ns-popup-success-container {
    margin-top: 5px;
  }
}
/* line 72, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper #ns-popup-error-container {
  margin-top: 50px;
}
@media (max-width: 768px) {
  /* line 72, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .wrapper #ns-popup-error-container {
    margin-top: 5px;
  }
}
/* line 78, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .button-ns-close {
  position: absolute;
  top: 0;
  right: 20px;
}
/* line 83, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .ns-container {
  position: relative;
}
/* line 86, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .inputWithButton {
  position: relative;
}
/* line 88, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .inputWithButton .button-alt, .newsletter-modal-popup .wrapper .inputWithButton #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .newsletter-modal-popup .wrapper .inputWithButton .pr-btn,
.newsletter-modal-popup .wrapper .inputWithButton #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .newsletter-modal-popup .wrapper .inputWithButton .pr-btn, .newsletter-modal-popup .wrapper .inputWithButton .p-w-r .thank-you-page h5 a, .p-w-r .thank-you-page h5 .newsletter-modal-popup .wrapper .inputWithButton a {
  position: absolute;
  height: 44px;
  width: 120px;
  right: 20px;
}
@media (max-width: 768px) {
  /* line 88, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .wrapper .inputWithButton .button-alt, .newsletter-modal-popup .wrapper .inputWithButton #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .newsletter-modal-popup .wrapper .inputWithButton .pr-btn,
  .newsletter-modal-popup .wrapper .inputWithButton #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn,
  #pr-reviewdisplay .modal__body .p-w-r .pr-footer .newsletter-modal-popup .wrapper .inputWithButton .pr-btn, .newsletter-modal-popup .wrapper .inputWithButton .p-w-r .thank-you-page h5 a, .p-w-r .thank-you-page h5 .newsletter-modal-popup .wrapper .inputWithButton a {
    width: 90px;
    right: -10px;
  }
}
/* line 100, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .button-continue-ns-popup {
  text-decoration: underline;
}
/* line 103, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .link-under {
  text-decoration: underline;
}
/* line 106, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .form-component input.error, .newsletter-modal-popup .wrapper .form-component select.error {
  border-bottom: 4px solid #D43742 !important;
}
/* line 109, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .form-optin {
  position: relative;
}
/* line 111, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper .form-optin .ihaveread-popup {
  font-size: 15px;
}
@media (max-width: 768px) {
  /* line 111, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .wrapper .form-optin .ihaveread-popup {
    font-size: 11px;
  }
}
/* line 118, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper #dwfrm_newsletterpopup_optin__popup-error {
  position: absolute;
  bottom: -18px;
  left: 15%;
  display: block;
}
@media (max-width: 768px) {
  /* line 118, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .wrapper #dwfrm_newsletterpopup_optin__popup-error {
    left: 7%;
  }
}
/* line 127, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper h2 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 0px;
}
@media (max-width: 768px) {
  /* line 127, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .wrapper h2 {
    font-size: 20px;
  }
}
/* line 135, ../../../scss/default/components/_newsletter-popup.scss */
.newsletter-modal-popup .wrapper p {
  font-size: 18px;
  line-height: 30.8px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  /* line 135, ../../../scss/default/components/_newsletter-popup.scss */
  .newsletter-modal-popup .wrapper p {
    font-size: 14px;
    line-height: 22.4px;
  }
}

/* line 15, ../../../scss/default/components/landing/_index.scss */
.landing-desktop {
  display: block;
}
@media (max-width: 768px) {
  /* line 15, ../../../scss/default/components/landing/_index.scss */
  .landing-desktop {
    display: none;
  }
}

/* line 21, ../../../scss/default/components/landing/_index.scss */
.landing-mobile {
  display: none;
}
@media (max-width: 768px) {
  /* line 21, ../../../scss/default/components/landing/_index.scss */
  .landing-mobile {
    display: block;
  }
}

/* line 29, ../../../scss/default/components/landing/_index.scss */
.rose-bg {
  background-color: #fff1e1;
}

/* line 34, ../../../scss/default/components/landing/_index.scss */
.grey-bg {
  background-color: #f0f0f0;
}

/* line 39, ../../../scss/default/components/landing/_index.scss */
.white-bg {
  background-color: white;
}

/* line 44, ../../../scss/default/components/landing/_index.scss */
.landing-no-padding {
  padding-bottom: 0 !important;
}

/* line 48, ../../../scss/default/components/landing/_index.scss */
.landing-section {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 48, ../../../scss/default/components/landing/_index.scss */
  .landing-section {
    padding-bottom: 34px;
  }
}
/* line 54, ../../../scss/default/components/landing/_index.scss */
.landing-section .banner-mobile {
  display: none;
}
/* line 56, ../../../scss/default/components/landing/_index.scss */
.landing-section .banner-mobile img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 54, ../../../scss/default/components/landing/_index.scss */
  .landing-section .banner-mobile {
    display: block;
  }
}
/* line 66, ../../../scss/default/components/landing/_index.scss */
.landing-section .banner-desktop {
  display: block;
}
/* line 68, ../../../scss/default/components/landing/_index.scss */
.landing-section .banner-desktop img {
  width: 1440px;
  display: block;
}
@media (max-width: 768px) {
  /* line 66, ../../../scss/default/components/landing/_index.scss */
  .landing-section .banner-desktop {
    display: none;
  }
}
/* line 76, ../../../scss/default/components/landing/_index.scss */
.landing-section img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 82, ../../../scss/default/components/landing/_index.scss */
.landing-section .orange {
  background-color: #f07f3e;
}
/* line 85, ../../../scss/default/components/landing/_index.scss */
.landing-section .orange-text {
  color: #f07f3e;
}
/* line 88, ../../../scss/default/components/landing/_index.scss */
.landing-section .ery-button {
  color: white;
  font-weight: 900;
  border: none;
  white-space: nowrap;
}
/* line 94, ../../../scss/default/components/landing/_index.scss */
.landing-section .ery-button:hover {
  background-color: #414141;
}
@media (max-width: 768px) {
  /* line 99, ../../../scss/default/components/landing/_index.scss */
  .landing-section.mobile-mini,
  .landing-section .mobile-mini {
    max-width: 287px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  /* line 107, ../../../scss/default/components/landing/_index.scss */
  .landing-section.mobile-small,
  .landing-section .mobile-small {
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 115, ../../../scss/default/components/landing/_index.scss */
.landing-section.minimum,
.landing-section .minimum {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}
/* line 121, ../../../scss/default/components/landing/_index.scss */
.landing-section.small,
.landing-section .small {
  max-width: 684px;
  margin-left: auto;
  margin-right: auto;
}
/* line 127, ../../../scss/default/components/landing/_index.scss */
.landing-section.desktop-mini,
.landing-section .desktop-mini {
  max-width: 917px;
  margin-left: auto;
  margin-right: auto;
}
/* line 133, ../../../scss/default/components/landing/_index.scss */
.landing-section.desktop-small,
.landing-section .desktop-small {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
/* line 139, ../../../scss/default/components/landing/_index.scss */
.landing-section.desktop,
.landing-section .desktop {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
/* line 146, ../../../scss/default/components/landing/_index.scss */
.landing-section.align-right,
.landing-section .align-right {
  justify-content: right;
  text-align: right;
}
/* line 151, ../../../scss/default/components/landing/_index.scss */
.landing-section.align-left,
.landing-section .align-left {
  justify-content: left;
  text-align: left;
}
/* line 156, ../../../scss/default/components/landing/_index.scss */
.landing-section.align-center,
.landing-section .align-center {
  justify-content: center;
  text-align: center;
}
/* line 163, ../../../scss/default/components/landing/_index.scss */
.landing-section.bg-gray {
  background-color: #F2F2F2;
}
@media (max-width: 768px) {
  /* line 167, ../../../scss/default/components/landing/_index.scss */
  .landing-section .section-title-desktop {
    margin-bottom: 34px;
  }
}
/* line 174, ../../../scss/default/components/landing/_index.scss */
.landing-section .section-title {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
  max-width: 800px;
  margin: 66px auto;
}
@media (max-width: 768px) {
  /* line 174, ../../../scss/default/components/landing/_index.scss */
  .landing-section .section-title {
    margin-bottom: 34px;
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  /* line 189, ../../../scss/default/components/landing/_index.scss */
  .landing-section .section-title-long {
    padding: 1.2rem;
  }
}
/* line 194, ../../../scss/default/components/landing/_index.scss */
.landing-section .section-description {
  font-size: 16px;
  margin-bottom: 30px;
}
/* line 197, ../../../scss/default/components/landing/_index.scss */
.landing-section .section-description.center {
  text-align: center;
}
/* line 201, ../../../scss/default/components/landing/_index.scss */
.landing-section .section-button {
  margin-top: 20px;
  text-align: center;
}
/* line 205, ../../../scss/default/components/landing/_index.scss */
.landing-section .content-tile {
  max-width: 440px;
  margin: auto;
}
/* line 208, ../../../scss/default/components/landing/_index.scss */
.landing-section .content-tile .notorius {
  font-size: 64px;
  font-weight: 900;
  width: 351px;
  height: 74px;
  line-height: 0.49;
  letter-spacing: normal;
  text-align: center;
}
/* line 218, ../../../scss/default/components/landing/_index.scss */
.landing-section .content-tile .notorius-text {
  margin-top: 20px;
  display: block;
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 768px) {
  /* line 225, ../../../scss/default/components/landing/_index.scss */
  .landing-section .item-content {
    padding: 31px 23px;
  }
}
@media (max-width: 768px) {
  /* line 229, ../../../scss/default/components/landing/_index.scss */
  .landing-section .item-content .item-title {
    font-size: 18px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  /* line 235, ../../../scss/default/components/landing/_index.scss */
  .landing-section .item-content .item-description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  /* line 242, ../../../scss/default/components/landing/_index.scss */
  .landing-section h2 {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  /* line 248, ../../../scss/default/components/landing/_index.scss */
  .landing-section h3 {
    font-size: 21px;
  }
}
/* line 254, ../../../scss/default/components/landing/_index.scss */
.landing-section .bold {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
/* line 259, ../../../scss/default/components/landing/_index.scss */
.landing-section .section-column .text-content {
  padding: 0 40px;
  font-size: 18px;
  line-height: 1.4em;
}
/* line 260, ../../../scss/default/components/landing/_index.scss */
.landing-section .section-column .text-content .align-left {
  font-size: 12px;
}
/* line 266, ../../../scss/default/components/landing/_index.scss */
.landing-section .section-column .text-content p.first-letter-abcde {
  text-align: left;
  margin-bottom: 50px;
}
/* line 270, ../../../scss/default/components/landing/_index.scss */
.landing-section .section-column .text-content p.first-letter-abcde::first-letter {
  font-size: 1.5em;
}
@media (max-width: 768px) {
  /* line 259, ../../../scss/default/components/landing/_index.scss */
  .landing-section .section-column .text-content {
    padding: 0 23px;
  }
}
/* line 279, ../../../scss/default/components/landing/_index.scss */
.landing-section a.tAndC-link {
  text-decoration: underline;
}
/* line 282, ../../../scss/default/components/landing/_index.scss */
.landing-section a.tAndC-link:hover {
  text-decoration: none;
}

/* line 289, ../../../scss/default/components/landing/_index.scss */
.section-default-wrapper .section-video {
  display: flex;
  justify-content: center;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  /* line 294, ../../../scss/default/components/landing/_index.scss */
  .section-default-wrapper .section-video iframe {
    flex: 1 1 auto;
    width: 100vw;
    height: 56.25vw;
  }
}
/* line 302, ../../../scss/default/components/landing/_index.scss */
.section-default-wrapper .section-default-description {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
/* line 309, ../../../scss/default/components/landing/_index.scss */
.section-default-wrapper .section-default-description.small {
  max-width: 684px;
  margin-left: auto;
  margin-right: auto;
}

/* line 2, ../../../scss/default/components/landing/_slider.scss */
.landing-slider img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
/* line 5, ../../../scss/default/components/landing/_slider.scss */
.landing-slider .lSSlideOuter .lSPager.lSpg > li a {
  height: 12px;
  width: 12px;
}
/* line 9, ../../../scss/default/components/landing/_slider.scss */
.landing-slider .section-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  /* line 15, ../../../scss/default/components/landing/_slider.scss */
  .landing-slider .arrow-wrapper.landing-special-arrow {
    position: absolute;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  /* line 20, ../../../scss/default/components/landing/_slider.scss */
  .landing-slider .arrow-wrapper.landing-special-arrow.right {
    right: 27px;
  }
}
@media (max-width: 768px) {
  /* line 25, ../../../scss/default/components/landing/_slider.scss */
  .landing-slider .arrow-wrapper.landing-special-arrow.left {
    left: 27px;
  }
}
/* line 31, ../../../scss/default/components/landing/_slider.scss */
.landing-slider .arrow-wrapper .icons-chevron-right {
  cursor: pointer;
  margin-right: 53px;
  margin-left: 53px;
}
@media (max-width: 768px) {
  /* line 31, ../../../scss/default/components/landing/_slider.scss */
  .landing-slider .arrow-wrapper .icons-chevron-right {
    margin-right: 0;
    margin-left: 0;
    transform: scale(0.6);
  }
}
/* line 41, ../../../scss/default/components/landing/_slider.scss */
.landing-slider .arrow-wrapper .icons-chevron-right.left {
  transform: rotate(180deg);
  margin-right: 53px;
  margin-left: 53px;
}
@media (max-width: 768px) {
  /* line 41, ../../../scss/default/components/landing/_slider.scss */
  .landing-slider .arrow-wrapper .icons-chevron-right.left {
    transform: rotate(180deg) scale(0.6);
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 54, ../../../scss/default/components/landing/_slider.scss */
.landing-slider .landing-slider-max-width {
  flex: 1;
  max-width: calc(100% - 263px);
}
@media (max-width: 768px) {
  /* line 54, ../../../scss/default/components/landing/_slider.scss */
  .landing-slider .landing-slider-max-width {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 66, ../../../scss/default/components/landing/_slider.scss */
  .landing-feedback .item-image img {
    width: 260px;
  }
}

@media (max-width: 768px) {
  /* line 75, ../../../scss/default/components/landing/_slider.scss */
  .landing-compairison .section-wrapper {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  /* line 79, ../../../scss/default/components/landing/_slider.scss */
  .landing-compairison .section-wrapper .section-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  /* line 84, ../../../scss/default/components/landing/_slider.scss */
  .landing-compairison .section-wrapper .compare-item {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  /* line 89, ../../../scss/default/components/landing/_slider.scss */
  .landing-compairison .section-wrapper .item-content {
    padding-top: 0;
  }
}

/* line 1, ../../../scss/default/components/landing/_grid.scss */
.landing-grid {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
/* line 5, ../../../scss/default/components/landing/_grid.scss */
.landing-grid .product-container {
  max-width: 440px;
}

/* line 1, ../../../scss/default/components/landing/_columns.scss */
.landing-column {
  display: flex;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/components/landing/_columns.scss */
  .landing-column {
    flex-direction: column;
  }
  /* line 11, ../../../scss/default/components/landing/_columns.scss */
  .landing-column .priority-0 {
    order: 0;
  }
  /* line 14, ../../../scss/default/components/landing/_columns.scss */
  .landing-column .priority-1 {
    order: 1;
  }
}
/* line 19, ../../../scss/default/components/landing/_columns.scss */
.landing-column .section-column {
  flex: 1;
}
/* line 22, ../../../scss/default/components/landing/_columns.scss */
.landing-column .section-column.text {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 27, ../../../scss/default/components/landing/_columns.scss */
.landing-column .section-column.text .text-content {
  text-align: center;
}
@media (max-width: 768px) {
  /* line 27, ../../../scss/default/components/landing/_columns.scss */
  .landing-column .section-column.text .text-content {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  /* line 35, ../../../scss/default/components/landing/_columns.scss */
  .landing-column .section-column.text .text-content h3 {
    max-width: 400px;
    font-size: 21px;
  }
}
/* line 44, ../../../scss/default/components/landing/_columns.scss */
.landing-column .section-column.image {
  text-align: center;
}
@media (max-width: 768px) {
  /* line 46, ../../../scss/default/components/landing/_columns.scss */
  .landing-column .section-column.image img {
    margin: auto;
  }
}
@media (max-width: 768px) {
  /* line 54, ../../../scss/default/components/landing/_columns.scss */
  .landing-column .section-column .item-image img {
    margin: auto;
  }
}

/* line 1, ../../../scss/default/components/landing/_fullbanner.scss */
.landing-fullbanner {
  position: relative;
}
/* line 3, ../../../scss/default/components/landing/_fullbanner.scss */
.landing-fullbanner .background-image {
  width: 100%;
}
/* line 4, ../../../scss/default/components/landing/_fullbanner.scss */
.landing-fullbanner .content-wrapper {
  position: absolute;
  width: 440px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  /* line 4, ../../../scss/default/components/landing/_fullbanner.scss */
  .landing-fullbanner .content-wrapper {
    position: static;
    transform: none;
    width: 100%;
    padding-bottom: 31px;
    background-color: #f0f0f0;
  }
}
/* line 18, ../../../scss/default/components/landing/_fullbanner.scss */
.landing-fullbanner .content-wrapper.left {
  left: 138px;
}
/* line 19, ../../../scss/default/components/landing/_fullbanner.scss */
.landing-fullbanner .content-wrapper.right {
  right: 55px;
}
/* line 21, ../../../scss/default/components/landing/_fullbanner.scss */
.landing-fullbanner .content-wrapper .content-title {
  font-size: 26px;
}
@media (max-width: 768px) {
  /* line 21, ../../../scss/default/components/landing/_fullbanner.scss */
  .landing-fullbanner .content-wrapper .content-title {
    text-align: center;
    padding: 0 23px;
    font-size: 21px;
    margin-top: 0;
    padding-top: 31px;
  }
}
/* line 31, ../../../scss/default/components/landing/_fullbanner.scss */
.landing-fullbanner .content-wrapper .content-text {
  font-size: 18px;
}
@media (max-width: 768px) {
  /* line 31, ../../../scss/default/components/landing/_fullbanner.scss */
  .landing-fullbanner .content-wrapper .content-text {
    text-align: center;
    padding: 0 23px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  /* line 39, ../../../scss/default/components/landing/_fullbanner.scss */
  .landing-fullbanner .content-wrapper .action {
    text-align: center;
  }
}
/* line 43, ../../../scss/default/components/landing/_fullbanner.scss */
.landing-fullbanner .content-wrapper .action .button {
  background-color: #414141;
  color: white;
}

/* line 323, ../../../scss/default/components/landing/_index.scss */
.landing-media .section-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
/* line 328, ../../../scss/default/components/landing/_index.scss */
.landing-media .section-wrapper .carousel-arrow {
  cursor: pointer;
}
/* line 331, ../../../scss/default/components/landing/_index.scss */
.landing-media .section-wrapper .section-slider {
  flex: 1;
}
@media (max-width: 768px) {
  /* line 331, ../../../scss/default/components/landing/_index.scss */
  .landing-media .section-wrapper .section-slider {
    width: 314px;
  }
}
/* line 336, ../../../scss/default/components/landing/_index.scss */
.landing-media .section-wrapper .section-slider .media-item {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  /* line 336, ../../../scss/default/components/landing/_index.scss */
  .landing-media .section-wrapper .section-slider .media-item {
    flex-direction: column;
    text-align: center;
  }
}
/* line 343, ../../../scss/default/components/landing/_index.scss */
.landing-media .section-wrapper .section-slider .media-item .media-image {
  width: 154px;
  height: 154px;
}
@media (max-width: 768px) {
  /* line 343, ../../../scss/default/components/landing/_index.scss */
  .landing-media .section-wrapper .section-slider .media-item .media-image {
    margin: auto;
    margin-bottom: 31px;
  }
}
/* line 350, ../../../scss/default/components/landing/_index.scss */
.landing-media .section-wrapper .section-slider .media-item .media-image img {
  border-radius: 50px;
  width: 100%;
  height: 100%;
}
/* line 356, ../../../scss/default/components/landing/_index.scss */
.landing-media .section-wrapper .section-slider .media-item .media-content {
  max-width: 440px;
}
/* line 358, ../../../scss/default/components/landing/_index.scss */
.landing-media .section-wrapper .section-slider .media-item .media-content .media-content-text {
  margin-top: 0;
}
/* line 361, ../../../scss/default/components/landing/_index.scss */
.landing-media .section-wrapper .section-slider .media-item .media-content .author {
  font-weight: 600;
}
/* line 364, ../../../scss/default/components/landing/_index.scss */
.landing-media .section-wrapper .section-slider .media-item .media-content .read-more {
  font-size: 14px;
  font-weight: 600;
  color: #D43742;
}

/* line 375, ../../../scss/default/components/landing/_index.scss */
.section-module-tiles {
  max-width: 1140px;
  width: 85%;
  margin: auto;
  padding-top: 50px;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  /* line 375, ../../../scss/default/components/landing/_index.scss */
  .section-module-tiles {
    display: block;
    padding: 0;
  }
}
/* line 386, ../../../scss/default/components/landing/_index.scss */
.section-module-tiles .section-tile {
  background-color: white;
  max-width: 325px;
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 386, ../../../scss/default/components/landing/_index.scss */
  .section-module-tiles .section-tile {
    margin: auto;
    margin-bottom: 25px;
  }
}
/* line 396, ../../../scss/default/components/landing/_index.scss */
.section-module-tiles .section-tile .link {
  margin: 30px;
}
/* line 398, ../../../scss/default/components/landing/_index.scss */
.section-module-tiles .section-tile .link a {
  color: #D43742;
  font-weight: 500;
  padding: 30px;
}
/* line 404, ../../../scss/default/components/landing/_index.scss */
.section-module-tiles .section-tile .section-tile-description {
  padding-top: 25px;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 22.4px;
  margin: 10px 30px;
  min-height: 170px;
}
@media (max-width: 768px) {
  /* line 404, ../../../scss/default/components/landing/_index.scss */
  .section-module-tiles .section-tile .section-tile-description {
    padding: 25px 20px 0;
  }
}
/* line 415, ../../../scss/default/components/landing/_index.scss */
.section-module-tiles .section-tile .section-tile-description .blog-text {
  text-overflow: ellipsis;
  max-height: 100px;
  overflow: hidden;
}
/* line 422, ../../../scss/default/components/landing/_index.scss */
.section-module-tiles .sm-12-md-6 {
  max-width: 100%;
  width: 50%;
  margin: 10px;
}
@media (max-width: 768px) {
  /* line 422, ../../../scss/default/components/landing/_index.scss */
  .section-module-tiles .sm-12-md-6 {
    width: 100%;
    padding: 5px 0;
  }
}
/* line 431, ../../../scss/default/components/landing/_index.scss */
.section-module-tiles .sm-12-md-4 {
  max-width: 100%;
  width: 33%;
  margin: 10px;
}
@media (max-width: 768px) {
  /* line 431, ../../../scss/default/components/landing/_index.scss */
  .section-module-tiles .sm-12-md-4 {
    width: 100%;
    padding: 5px 0;
  }
}

/* line 445, ../../../scss/default/components/landing/_index.scss */
.campaign-form .floating-label.focused {
  top: -2px;
  font-size: 9px;
}
/* line 449, ../../../scss/default/components/landing/_index.scss */
.campaign-form .checkboxes {
  text-align: left;
}
/* line 451, ../../../scss/default/components/landing/_index.scss */
.campaign-form .checkboxes .styled-checkbox + label:after {
  top: 11px;
}
/* line 455, ../../../scss/default/components/landing/_index.scss */
.campaign-form .btn-optin {
  padding: 15px 63px;
  margin-top: 15px;
  width: 100%;
  margin: 0;
  font-size: 15px;
}
/* line 462, ../../../scss/default/components/landing/_index.scss */
.campaign-form .form-component {
  text-align: left;
  margin-bottom: 10px;
}
/* line 468, ../../../scss/default/components/landing/_index.scss */
.campaign-form .form-component .error-message {
  font-size: 12px;
  color: #D43742;
}
/* line 474, ../../../scss/default/components/landing/_index.scss */
.campaign-form #form-optin-error.form-component {
  position: relative;
  top: -10px;
  line-height: 0;
}

/* line 480, ../../../scss/default/components/landing/_index.scss */
.error-landing-form {
  color: #D43742;
}

/* line 484, ../../../scss/default/components/landing/_index.scss */
.landing-conditions-text {
  font-size: 12px;
}

/* line 489, ../../../scss/default/components/landing/_index.scss */
.content-asset .section-title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
}
/* line 494, ../../../scss/default/components/landing/_index.scss */
.content-asset .section-column-title {
  font-size: 22px;
  line-height: 27px;
}
/* line 499, ../../../scss/default/components/landing/_index.scss */
.content-asset .section-column-description .code {
  font-size: 22px;
  line-height: 30.2px;
}
/* line 506, ../../../scss/default/components/landing/_index.scss */
.content-asset .section-wrapper .full-banner {
  width: 100%;
  height: 530px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  /* line 506, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .full-banner {
    height: 410px;
  }
}
@media (max-width: 1050px) {
  /* line 506, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .full-banner {
    height: 360px;
  }
}
@media (max-width: 768px) {
  /* line 506, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .full-banner {
    height: auto;
  }
}
/* line 520, ../../../scss/default/components/landing/_index.scss */
.content-asset .section-wrapper .full-main-image-desk {
  margin-left: 50%;
  max-width: unset;
  transform: translateX(-50%);
  width: 1810px;
}
@media (max-width: 1199px) {
  /* line 520, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .full-main-image-desk {
    width: 1410px;
  }
}
@media (max-width: 1050px) {
  /* line 520, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .full-main-image-desk {
    width: 1220px;
  }
}
/* line 533, ../../../scss/default/components/landing/_index.scss */
.content-asset .section-wrapper .full-main-image-mob {
  max-width: 100%;
  width: 100%;
}
/* line 538, ../../../scss/default/components/landing/_index.scss */
.content-asset .section-wrapper .floating-text-left {
  position: absolute;
  top: 100px;
  left: 41%;
  width: 320px;
  color: white;
}
@media (max-width: 1199px) {
  /* line 538, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .floating-text-left {
    top: 85px;
    left: 41%;
  }
  /* line 547, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .floating-text-left span {
    font-size: 28px !important;
  }
  /* line 550, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .floating-text-left p {
    font-size: 18px !important;
    margin-top: 10px;
    line-height: 20px;
  }
}
@media (max-width: 1050px) {
  /* line 538, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .floating-text-left {
    top: 64px;
    left: 42%;
  }
  /* line 560, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .floating-text-left span {
    font-size: 28px !important;
  }
  /* line 563, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .floating-text-left p {
    font-size: 18px !important;
    margin-top: 10px !important;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  /* line 538, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .floating-text-left {
    color: #414141;
    text-align: center;
    padding: 10px 10%;
    margin: 0 auto;
    position: initial;
    width: 100%;
  }
}
/* line 578, ../../../scss/default/components/landing/_index.scss */
.content-asset .section-wrapper .floating-text-left span {
  font-size: 32px;
}
/* line 581, ../../../scss/default/components/landing/_index.scss */
.content-asset .section-wrapper .floating-text-left p {
  font-size: 22px;
}
/* line 585, ../../../scss/default/components/landing/_index.scss */
.content-asset .section-wrapper .floating-text-right {
  position: absolute;
  top: 120px;
  left: 5%;
  width: 34%;
  color: #414141;
}
@media screen and (min-width: 1800px) {
  /* line 585, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .floating-text-right {
    width: 100% !important;
    left: calc(50vw - 860px) !important;
    max-width: 730px;
  }
}
@media (max-width: 1199px) {
  /* line 585, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .floating-text-right {
    top: 43px;
  }
}
@media (max-width: 1050px) {
  /* line 585, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .floating-text-right {
    top: 26px;
  }
}
@media (max-width: 768px) {
  /* line 585, ../../../scss/default/components/landing/_index.scss */
  .content-asset .section-wrapper .floating-text-right {
    text-align: center;
    padding: 10px 10%;
    margin: 0 auto;
    position: initial;
    width: 100%;
  }
}

/* line 614, ../../../scss/default/components/landing/_index.scss */
#caret-scroll {
  position: relative;
  top: -70px;
}

/* line 619, ../../../scss/default/components/landing/_index.scss */
#form-scroll {
  line-height: 1.2;
  font-size: 27px;
}

/* line 623, ../../../scss/default/components/landing/_index.scss */
#caret-scroll a {
  padding-top: 60px;
}
/* line 625, ../../../scss/default/components/landing/_index.scss */
#caret-scroll a span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #414141;
  border-bottom: 1px solid #414141;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
/* line 669, ../../../scss/default/components/landing/_index.scss */
.landing-slider-padding {
  padding: 10px;
}

/* line 674, ../../../scss/default/components/landing/_index.scss */
.landing-section #best-Slider .section-tile-description {
  padding: 5%;
}
/* line 677, ../../../scss/default/components/landing/_index.scss */
.landing-section #best-Slider .link {
  margin: 30px 0;
}
/* line 679, ../../../scss/default/components/landing/_index.scss */
.landing-section #best-Slider .link a {
  color: #D43742;
  font-weight: 500;
  padding: 30px;
}
/* line 686, ../../../scss/default/components/landing/_index.scss */
.landing-section .lSAction {
  display: none !important;
}

/* line 691, ../../../scss/default/components/landing/_index.scss */
.landing-section-tennis .section-default-wrapper-body {
  padding: 10px 10%;
}

/* line 697, ../../../scss/default/components/landing/_index.scss */
.landing-column .hidden {
  display: none !important;
}

/* line 704, ../../../scss/default/components/landing/_index.scss */
.si-nails-cta {
  background-color: #ef7067;
  border: 1px solid #ef7067;
  max-width: 300px;
}
/* line 708, ../../../scss/default/components/landing/_index.scss */
.si-nails-cta:hover {
  color: #ef7067;
}

/* line 713, ../../../scss/default/components/landing/_index.scss */
.si-nails-color {
  color: #ef7067;
}

/* line 717, ../../../scss/default/components/landing/_index.scss */
.margin-top-90 {
  margin-top: 90px;
}

/* line 721, ../../../scss/default/components/landing/_index.scss */
.margin-top-80 {
  margin-top: 80px;
}

/* line 725, ../../../scss/default/components/landing/_index.scss */
.margin-top-70 {
  margin-top: 70px;
}

/* line 729, ../../../scss/default/components/landing/_index.scss */
.bday-month {
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
}

/* line 734, ../../../scss/default/components/landing/_index.scss */
.bday-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

/* line 742, ../../../scss/default/components/landing/_index.scss */
.form-component.bday {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  padding: 0 5px;
}

/* line 748, ../../../scss/default/components/landing/_index.scss */
.form-component.bday {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  padding: 0 5px;
}

/* line 754, ../../../scss/default/components/landing/_index.scss */
.bday-wrapper {
  width: 100%;
}

/* line 1, ../../../scss/default/components/_rating.scss */
.pr-star-v4-0-filled {
  background-image: url("../images/star.svg") !important;
}

/* line 4, ../../../scss/default/components/_rating.scss */
.pr-star-v4-100-filled {
  background-image: url("../images/star-fill.svg") !important;
}

/* line 7, ../../../scss/default/components/_rating.scss */
.rating-star-wrapper {
  display: flex;
}
/* line 9, ../../../scss/default/components/_rating.scss */
.rating-star-wrapper .rating-star {
  margin-right: 2px;
}
/* line 11, ../../../scss/default/components/_rating.scss */
.rating-star-wrapper .rating-star .isdinicon {
  width: 22px;
  height: 22px;
  fill: #D43742;
}
/* line 16, ../../../scss/default/components/_rating.scss */
.rating-star-wrapper .rating-star .fill {
  display: none;
}
/* line 21, ../../../scss/default/components/_rating.scss */
.rating-star-wrapper .rating-star.active .fill {
  display: block;
}
/* line 24, ../../../scss/default/components/_rating.scss */
.rating-star-wrapper .rating-star.active .empty {
  display: none;
}

/* line 32, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group #pr-agerange:after,
#pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group #pr-agerange:after, #pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group #pr-concern:after,
#pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group #pr-concern:after, #pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group #pr-skintype:after,
#pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group #pr-skintype:after, .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group #pr-agerange:after,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group #pr-agerange:after, .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group #pr-concern:after,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group #pr-concern:after, .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group #pr-skintype:after,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group #pr-skintype:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid #414141;
  border-bottom: 1px solid #414141;
  top: 20px;
  right: 25px;
  transform: rotate(-45deg) translateY(-50%);
}

/**
   * PLP
   */
/* line 50, ../../../scss/default/components/_rating.scss */
.product-container-bf .product-rating,
.product-container .product-rating {
  display: flex;
  justify-content: center;
}
/* line 54, ../../../scss/default/components/_rating.scss */
.product-container-bf .product-rating .pr-star-v4-0-filled,
.product-container-bf .product-rating .pr-star-v4-25-filled,
.product-container-bf .product-rating .pr-star-v4-50-filled,
.product-container-bf .product-rating .pr-star-v4-75-filled,
.product-container .product-rating .pr-star-v4-0-filled,
.product-container .product-rating .pr-star-v4-25-filled,
.product-container .product-rating .pr-star-v4-50-filled,
.product-container .product-rating .pr-star-v4-75-filled {
  background-image: url("../images/star-gray.svg") !important;
  height: 15px !important;
  width: 15px !important;
}
/* line 62, ../../../scss/default/components/_rating.scss */
.product-container-bf .product-rating .pr-star-v4-100-filled,
.product-container .product-rating .pr-star-v4-100-filled {
  background-image: url("../images/star-fill-gray.svg") !important;
  height: 15px !important;
  width: 15px !important;
}
/* line 68, ../../../scss/default/components/_rating.scss */
.product-container-bf .product-rating .product-rating-qty,
.product-container .product-rating .product-rating-qty {
  font-size: 20px;
  color: #888888;
}
/* line 73, ../../../scss/default/components/_rating.scss */
.product-container-bf .product-rating .pr-category-snippet__total,
.product-container-bf .product-rating .pr-snippet-rating-decimal,
.product-container .product-rating .pr-category-snippet__total,
.product-container .product-rating .pr-snippet-rating-decimal {
  display: none !important;
}
/* line 77, ../../../scss/default/components/_rating.scss */
.product-container-bf .product-rating .category-snippet,
.product-container .product-rating .category-snippet {
  margin-bottom: 30px;
}

/**
   * PDP
   */
/* line 86, ../../../scss/default/components/_rating.scss */
.rating-wrapper {
  display: flex;
  cursor: pointer;
  align-items: center;
}
/* line 91, ../../../scss/default/components/_rating.scss */
.rating-wrapper .reviews-summary {
  display: flex;
}
/* line 93, ../../../scss/default/components/_rating.scss */
.rating-wrapper .reviews-summary .separator {
  margin: 0 16px;
}

/* line 100, ../../../scss/default/components/_rating.scss */
.product-detail .pr-snippet-stars-container,
.product-detail .pr-snippet-read-and-write,
.product-detail .pr-snippet-stars-reco-reco {
  display: none !important;
}

/* line 108, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 924px;
  margin: auto;
  padding: 30px 25px;
}
@media (max-width: 768px) {
  /* line 108, ../../../scss/default/components/_rating.scss */
  .product-reviews-block .review-section-wrapper {
    display: block;
    max-width: 250px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 122, ../../../scss/default/components/_rating.scss */
  .product-reviews-block .review-section-wrapper .review-average {
    max-width: 160px;
    margin: auto;
  }
}
/* line 127, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-average .pr-star-v4-0-filled {
  background-image: url("../images/star.svg") !important;
}
/* line 130, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-average .pr-star-v4-100-filled {
  background-image: url("../images/star-fill.svg") !important;
}
/* line 137, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-average .rating-star-average-value {
  margin-top: 13px;
  font-size: 16px;
}
@media (max-width: 768px) {
  /* line 137, ../../../scss/default/components/_rating.scss */
  .product-reviews-block .review-section-wrapper .review-average .rating-star-average-value {
    margin-top: 0px;
  }
}
/* line 144, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-average .rating-total {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #D43742;
  margin-left: 10px;
}
/* line 153, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-section-summary {
  width: 210px;
}
@media (max-width: 768px) {
  /* line 153, ../../../scss/default/components/_rating.scss */
  .product-reviews-block .review-section-wrapper .review-section-summary {
    margin-top: 31px;
    margin-bottom: 37px;
  }
}
/* line 159, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
/* line 163, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-header {
  display: flex;
  align-items: center;
}
/* line 166, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-header .review-header-index {
  font-size: 16px;
  color: #888888;
  display: block;
  margin-top: -4px;
  margin-right: 3px;
}
/* line 174, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-header .review-header-icon .isdinicon {
  width: 16px;
  height: 15px;
}
/* line 180, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-progress {
  position: relative;
  overflow: hidden;
  width: 153px;
  background-color: #d8d8d8;
  height: 8px;
  border-radius: 50px;
  margin-left: 12px;
  margin-right: 10px;
}
/* line 191, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-progress .review-progress-load {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 50px;
  background-color: #D43742;
}
/* line 200, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-number {
  font-size: 13px;
}
/* line 206, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-action {
  display: flex;
  align-items: center;
}
/* line 209, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-section-wrapper .review-action .button-alt, .product-reviews-block .review-section-wrapper .review-action #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .product-reviews-block .review-section-wrapper .review-action .pr-btn,
.product-reviews-block .review-section-wrapper .review-action #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .product-reviews-block .review-section-wrapper .review-action .pr-btn, .product-reviews-block .review-section-wrapper .review-action .p-w-r .thank-you-page h5 a, .p-w-r .thank-you-page h5 .product-reviews-block .review-section-wrapper .review-action a {
  padding: 0;
  height: 47px;
  line-height: 47px;
  width: 250px;
  text-transform: uppercase;
}
/* line 220, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-rd-no-reviews,
.product-reviews-block .review-comments-wrapper #pr-image-display,
.product-reviews-block .review-comments-wrapper #pr-review-snapshot,
.product-reviews-block .review-comments-wrapper #pr-rd-main-header,
.product-reviews-block .review-comments-wrapper .pr-rd-content-block,
.product-reviews-block .review-comments-wrapper .pr-rd-review-position,
.product-reviews-block .review-comments-wrapper .pr-rd-to-top {
  display: none;
}
/* line 229, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-rd-main-footer,
.product-reviews-block .review-comments-wrapper .pr-rd-pagination {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
/* line 233, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-rd-main-footer span,
.product-reviews-block .review-comments-wrapper .pr-rd-pagination span {
  color: #ffffff00;
  margin: 0 24px;
}
/* line 237, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block,
.product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block {
  width: 100% !important;
}
/* line 239, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination-btn,
.product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block .pr-rd-pagination-btn {
  color: transparent;
}
/* line 242, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination,
.product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block .pr-rd-pagination {
  float: none;
  text-align: center;
}
/* line 257, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review {
  display: flex;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  border-top: 2px solid rgba(204, 204, 204, 0.3) !important;
}
@media (max-width: 768px) {
  /* line 257, ../../../scss/default/components/_rating.scss */
  .product-reviews-block .review-comments-wrapper .pr-review {
    flex-direction: column;
    margin-left: 13px;
    margin-right: 13px;
  }
}
/* line 267, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review:last-of-type {
  border-bottom: 2px solid rgba(204, 204, 204, 0.3) !important;
}
/* line 271, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review .review-customer-details {
  width: 270px;
  padding-top: 15px;
  padding-left: 57px;
  padding-bottom: 21px;
  padding-right: 38px;
}
@media (max-width: 768px) {
  /* line 271, ../../../scss/default/components/_rating.scss */
  .product-reviews-block .review-comments-wrapper .pr-review .review-customer-details {
    order: 2;
    padding: 0 7px;
  }
}
/* line 283, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review .review-customer-details .customer-name {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #414141;
  margin-bottom: 2px;
}
/* line 290, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review .review-customer-details .customer-review-date {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  margin-bottom: 5px;
}
/* line 297, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review .review-customer-details .label {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #414141;
  line-height: 20px;
  margin-right: 6px;
}
/* line 305, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review .review-customer-details .value {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #414141;
  line-height: 20px;
}
/* line 313, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review .review-content {
  flex: 1;
  padding-left: 50px;
  padding-bottom: 21px;
  padding-top: 24px;
  padding-right: 57px;
  border-left: 1px solid #CCC;
}
@media (max-width: 768px) {
  /* line 313, ../../../scss/default/components/_rating.scss */
  .product-reviews-block .review-comments-wrapper .pr-review .review-content {
    order: 1;
    border: none;
    padding: 0 7px;
    margin-bottom: 25px;
  }
}
/* line 326, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-header {
  display: flex;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  /* line 326, ../../../scss/default/components/_rating.scss */
  .product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-header {
    display: block;
    margin-bottom: 8px;
  }
}
/* line 333, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-header .pr-rating-stars {
  float: none;
}
/* line 336, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-header .review-item-header-title {
  margin-left: 18px;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  /* line 336, ../../../scss/default/components/_rating.scss */
  .product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-header .review-item-header-title {
    margin-left: 0;
    margin-top: 12px;
  }
}
/* line 348, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-body .review-item-comment {
  font-size: 16px;
  color: #414141;
}
/* line 357, ../../../scss/default/components/_rating.scss */
.product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block {
  display: block;
}

/**
   * DIALOG
   */
/* line 370, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body,
#pr-reviewdisplay .modal__body {
  max-height: 80vh;
  width: 100%;
  max-width: 780px;
  border-radius: 0;
}
@media (max-width: 1050px) {
  /* line 370, ../../../scss/default/components/_rating.scss */
  #pr-reviewsnippet .modal__body,
  #pr-reviewdisplay .modal__body {
    max-width: auto;
    max-height: 100vh;
  }
}
/* line 380, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .button__close,
#pr-reviewdisplay .modal__body .button__close {
  position: absolute;
  right: 25px;
  transform: none;
}
/* line 384, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .button__close svg,
#pr-reviewdisplay .modal__body .button__close svg {
  width: 36px;
  height: 36px;
}
/* line 388, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .button__close svg .pr-cross-icon__line,
#pr-reviewdisplay .modal__body .button__close svg .pr-cross-icon__line {
  stroke: #414141;
}
/* line 396, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r,
#pr-reviewdisplay .modal__body .p-w-r {
  margin: auto;
  max-width: 630px;
}
/* line 400, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-alert-container,
#pr-reviewdisplay .modal__body .p-w-r .pr-alert-container {
  margin-top: 0;
}
/* line 404, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-header,
#pr-reviewdisplay .modal__body .p-w-r .pr-header {
  border: none;
  margin-bottom: 37px;
}
/* line 408, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-header .pr-header-table,
#pr-reviewdisplay .modal__body .p-w-r .pr-header .pr-header-table {
  margin: 0;
}
/* line 411, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-header .pr-table-cell,
#pr-reviewdisplay .modal__body .p-w-r .pr-header .pr-table-cell {
  padding: 0;
}
/* line 416, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-header .pr-header-title,
#pr-reviewdisplay .modal__body .p-w-r .pr-header .pr-header-title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
/* line 421, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-header .pr-header-product-name,
#pr-reviewdisplay .modal__body .p-w-r .pr-header .pr-header-product-name {
  display: none;
}
/* line 426, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-header .pr-header-product-img,
#pr-reviewdisplay .modal__body .p-w-r .pr-header .pr-header-product-img {
  display: none;
}
/* line 432, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-control-label,
#pr-reviewdisplay .modal__body .p-w-r .pr-control-label {
  display: block;
  margin: 0 0 8px;
}
/* line 436, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-header-required,
#pr-reviewdisplay .modal__body .p-w-r .pr-header-required {
  display: none;
}
/* line 442, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-rating-form-group .pr-control-label,
#pr-reviewdisplay .modal__body .p-w-r .pr-rating-form-group .pr-control-label {
  display: block;
}
/* line 444, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-rating-form-group .pr-control-label span,
#pr-reviewdisplay .modal__body .p-w-r .pr-rating-form-group .pr-control-label span {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
/* line 450, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars,
#pr-reviewdisplay .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars {
  margin-top: 12px;
  margin-bottom: 40px;
}
/* line 454, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars .pr-star-v4-0-filled,
#pr-reviewsnippet .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars .pr-star-v4-100-filled,
#pr-reviewdisplay .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars .pr-star-v4-0-filled,
#pr-reviewdisplay .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars .pr-star-v4-100-filled {
  width: 44px !important;
  height: 44px !important;
  margin-right: 3px;
}
/* line 464, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-headline-form-group,
#pr-reviewdisplay .modal__body .p-w-r .pr-headline-form-group {
  margin-bottom: 12px;
}
/* line 466, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-headline-form-group #pr-headline,
#pr-reviewdisplay .modal__body .p-w-r .pr-headline-form-group #pr-headline {
  margin: 0;
}
/* line 472, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-comments-form-group,
#pr-reviewdisplay .modal__body .p-w-r .pr-comments-form-group {
  margin-bottom: 23px;
}
/* line 477, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-name-form-group,
#pr-reviewdisplay .modal__body .p-w-r .pr-name-form-group {
  float: left;
}
/* line 482, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-location-form-group,
#pr-reviewdisplay .modal__body .p-w-r .pr-location-form-group {
  float: right;
}
/* line 485, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-name-form-group,
#pr-reviewsnippet .modal__body .p-w-r .pr-location-form-group,
#pr-reviewdisplay .modal__body .p-w-r .pr-name-form-group,
#pr-reviewdisplay .modal__body .p-w-r .pr-location-form-group {
  width: 100%;
  max-width: calc(50% - 5px);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  /* line 485, ../../../scss/default/components/_rating.scss */
  #pr-reviewsnippet .modal__body .p-w-r .pr-name-form-group,
  #pr-reviewsnippet .modal__body .p-w-r .pr-location-form-group,
  #pr-reviewdisplay .modal__body .p-w-r .pr-name-form-group,
  #pr-reviewdisplay .modal__body .p-w-r .pr-location-form-group {
    max-width: none;
  }
}
/* line 495, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-name-form-group .form-group,
#pr-reviewsnippet .modal__body .p-w-r .pr-location-form-group .form-group,
#pr-reviewdisplay .modal__body .p-w-r .pr-name-form-group .form-group,
#pr-reviewdisplay .modal__body .p-w-r .pr-location-form-group .form-group {
  width: 100%;
  margin-bottom: 23px;
}
/* line 502, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group,
#pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group {
  clear: both;
  width: 100%;
  max-width: calc(33% - 5px);
  float: left;
}
@media (max-width: 768px) {
  /* line 502, ../../../scss/default/components/_rating.scss */
  #pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group,
  #pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group {
    max-width: none;
    float: none;
    clear: both;
  }
  /* line 512, ../../../scss/default/components/_rating.scss */
  #pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group select,
  #pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group select {
    max-width: none;
  }
}
/* line 517, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group #pr-agerange,
#pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group #pr-agerange {
  position: relative;
}
/* line 524, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group,
#pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group {
  width: 100%;
  max-width: calc(33% - 5px);
  float: left;
  margin-left: 10px;
}
@media (max-width: 768px) {
  /* line 524, ../../../scss/default/components/_rating.scss */
  #pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group,
  #pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group {
    margin-left: 0;
    max-width: none;
    float: none;
    clear: both;
  }
  /* line 534, ../../../scss/default/components/_rating.scss */
  #pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group select,
  #pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group select {
    max-width: none;
  }
}
/* line 539, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group #pr-concern,
#pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group #pr-concern {
  position: relative;
}
/* line 544, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group,
#pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group {
  width: 100%;
  max-width: calc(33% - 5px);
  float: left;
  margin-left: 10px;
}
@media (max-width: 768px) {
  /* line 544, ../../../scss/default/components/_rating.scss */
  #pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group,
  #pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group {
    margin-left: 0;
    max-width: none;
    float: none;
    clear: both;
  }
  /* line 555, ../../../scss/default/components/_rating.scss */
  #pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group select,
  #pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group select {
    max-width: none;
  }
}
/* line 559, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group #pr-skintype,
#pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group #pr-skintype {
  position: relative;
}
/* line 562, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group #pr-skintype option:active,
#pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group #pr-skintype option:active {
  background-color: red;
}
/* line 569, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-footer,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer {
  clear: both;
}
/* line 571, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-subscript,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-subscript {
  text-align: right;
  margin-bottom: 5px;
}
/* line 575, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn {
  float: right !important;
  max-width: 100%;
  font-weight: 400;
  box-shadow: none;
  padding: 23px;
  line-height: 0;
  width: 250px;
  border-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-align: center;
  -webkit-appearance: unset;
}
/* line 600, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:active,
#pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:focus,
#pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:hover,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:active,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:focus,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:hover {
  border: 1px solid #414141;
  background-color: white;
  color: #414141;
}
/* line 607, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-logo-container,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-logo-container {
  float: left !important;
  display: none;
}
/* line 615, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-textinput,
#pr-reviewdisplay .modal__body .p-w-r .pr-textinput {
  border-radius: 0;
  border-color: #888888;
  color: #414141;
  padding: 0 12px !important;
  height: 47px !important;
}
/* line 626, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-textarea,
#pr-reviewdisplay .modal__body .p-w-r .pr-textarea {
  border-radius: 0;
  border-color: #888888;
  color: #414141;
  padding: 16px 12px !important;
  resize: none;
}
/* line 636, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r select.form-control,
#pr-reviewdisplay .modal__body .p-w-r select.form-control {
  position: relative;
  height: 47px;
  border-radius: 0;
  border-color: #888888;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 18, ../../../scss/default/abstracts/_mixins.scss */
#pr-reviewsnippet .modal__body .p-w-r select.form-control:hover, #pr-reviewsnippet .modal__body .p-w-r select.form-control:active, #pr-reviewsnippet .modal__body .p-w-r select.form-control:focus,
#pr-reviewdisplay .modal__body .p-w-r select.form-control:hover,
#pr-reviewdisplay .modal__body .p-w-r select.form-control:active,
#pr-reviewdisplay .modal__body .p-w-r select.form-control:focus {
  border: 1px solid rgba(136, 136, 136, 0.7);
  outline: 0 none;
}
/* line 648, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r select.form-control ::-ms-expand,
#pr-reviewdisplay .modal__body .p-w-r select.form-control ::-ms-expand {
  display: none;
}
/* line 654, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .btn-group-radio-vertical,
#pr-reviewdisplay .modal__body .p-w-r .btn-group-radio-vertical {
  border-radius: 0;
}
/* line 656, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .btn-group-radio-vertical .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .btn-group-radio-vertical .pr-btn {
  border-radius: 0;
  border-color: #888888;
}
/* line 659, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .btn-group-radio-vertical .pr-btn:last-child,
#pr-reviewdisplay .modal__body .p-w-r .btn-group-radio-vertical .pr-btn:last-child {
  border-bottom: 1px solid #888888;
}
/* line 662, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .btn-group-radio-vertical .pr-btn.active,
#pr-reviewdisplay .modal__body .p-w-r .btn-group-radio-vertical .pr-btn.active {
  background-color: #414141;
}

/* line 670, ../../../scss/default/components/_rating.scss */
.reviews-number {
  cursor: pointer;
}

/* line 673, ../../../scss/default/components/_rating.scss */
.pr-accessible-focus-review :focus {
  box-shadow: none;
}

/* line 676, ../../../scss/default/components/_rating.scss */
.p-w-r {
  /**
   * PLP
   */
  /**
   * PDP
   */
  /**
   * DIALOG
   */
  /**
   * Hide items
   */
}
/* line 677, ../../../scss/default/components/_rating.scss */
.p-w-r div {
  font-family: "Raleway", sans-serif;
}
/* line 680, ../../../scss/default/components/_rating.scss */
.p-w-r span {
  font-family: "Raleway", sans-serif;
}
/* line 684, ../../../scss/default/components/_rating.scss */
.p-w-r .pr-review-display span {
  color: #ffffff00;
}
/* line 688, ../../../scss/default/components/_rating.scss */
.p-w-r .pr-star-v4-0-filled {
  background-image: url("../images/star.svg") !important;
}
/* line 691, ../../../scss/default/components/_rating.scss */
.p-w-r .pr-star-v4-100-filled {
  background-image: url("../images/star-fill.svg") !important;
}
/* line 694, ../../../scss/default/components/_rating.scss */
.p-w-r .rating-star-wrapper {
  display: flex;
}
/* line 696, ../../../scss/default/components/_rating.scss */
.p-w-r .rating-star-wrapper .rating-star {
  margin-right: 2px;
}
/* line 698, ../../../scss/default/components/_rating.scss */
.p-w-r .rating-star-wrapper .rating-star .isdinicon {
  width: 22px;
  height: 22px;
  fill: #D43742;
}
/* line 703, ../../../scss/default/components/_rating.scss */
.p-w-r .rating-star-wrapper .rating-star .fill {
  display: none;
}
/* line 708, ../../../scss/default/components/_rating.scss */
.p-w-r .rating-star-wrapper .rating-star.active .fill {
  display: block;
}
/* line 711, ../../../scss/default/components/_rating.scss */
.p-w-r .rating-star-wrapper .rating-star.active .empty {
  display: none;
}
/* line 719, ../../../scss/default/components/_rating.scss */
#pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group #pr-agerange:after,
#pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group #pr-agerange:after, #pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group #pr-concern:after,
#pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group #pr-concern:after, #pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group #pr-skintype:after,
#pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group #pr-skintype:after, .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group #pr-agerange:after,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group #pr-agerange:after, .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group #pr-concern:after,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group #pr-concern:after, .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group #pr-skintype:after,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group #pr-skintype:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid #414141;
  border-bottom: 1px solid #414141;
  top: 42px;
  right: 25px;
  transform: rotate(-45deg) translateY(-50%);
}
/* line 737, ../../../scss/default/components/_rating.scss */
.p-w-r .product-container-bf .product-rating,
.p-w-r .product-container .product-rating {
  display: flex;
  justify-content: center;
}
/* line 741, ../../../scss/default/components/_rating.scss */
.p-w-r .product-container-bf .product-rating .pr-star-v4-0-filled,
.p-w-r .product-container-bf .product-rating .pr-star-v4-25-filled,
.p-w-r .product-container-bf .product-rating .pr-star-v4-50-filled,
.p-w-r .product-container-bf .product-rating .pr-star-v4-75-filled,
.p-w-r .product-container .product-rating .pr-star-v4-0-filled,
.p-w-r .product-container .product-rating .pr-star-v4-25-filled,
.p-w-r .product-container .product-rating .pr-star-v4-50-filled,
.p-w-r .product-container .product-rating .pr-star-v4-75-filled {
  background-image: url("../images/star-gray.svg") !important;
  height: 15px !important;
  width: 15px !important;
}
/* line 749, ../../../scss/default/components/_rating.scss */
.p-w-r .product-container-bf .product-rating .pr-star-v4-100-filled,
.p-w-r .product-container .product-rating .pr-star-v4-100-filled {
  background-image: url("../images/star-fill-gray.svg") !important;
  height: 15px !important;
  width: 15px !important;
}
/* line 755, ../../../scss/default/components/_rating.scss */
.p-w-r .product-container-bf .product-rating .product-rating-qty,
.p-w-r .product-container .product-rating .product-rating-qty {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #888888;
}
/* line 761, ../../../scss/default/components/_rating.scss */
.p-w-r .product-container-bf .product-rating .pr-category-snippet__total,
.p-w-r .product-container-bf .product-rating .pr-snippet-rating-decimal,
.p-w-r .product-container .product-rating .pr-category-snippet__total,
.p-w-r .product-container .product-rating .pr-snippet-rating-decimal {
  display: none !important;
}
/* line 765, ../../../scss/default/components/_rating.scss */
.p-w-r .product-container-bf .product-rating .category-snippet,
.p-w-r .product-container .product-rating .category-snippet {
  margin-bottom: 30px;
}
/* line 774, ../../../scss/default/components/_rating.scss */
.p-w-r .rating-wrapper {
  display: flex;
  cursor: pointer;
  align-items: center;
}
/* line 779, ../../../scss/default/components/_rating.scss */
.p-w-r .rating-wrapper .reviews-summary {
  display: flex;
}
/* line 781, ../../../scss/default/components/_rating.scss */
.p-w-r .rating-wrapper .reviews-summary .separator {
  margin: 0 16px;
}
/* line 788, ../../../scss/default/components/_rating.scss */
.p-w-r .product-detail .pr-snippet-stars-container,
.p-w-r .product-detail .pr-snippet-read-and-write,
.p-w-r .product-detail .pr-snippet-stars-reco-reco {
  display: none !important;
}
/* line 796, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 924px;
  margin: auto;
  padding: 30px 25px;
}
@media (max-width: 768px) {
  /* line 796, ../../../scss/default/components/_rating.scss */
  .p-w-r .product-reviews-block .review-section-wrapper {
    display: block;
    max-width: 250px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 810, ../../../scss/default/components/_rating.scss */
  .p-w-r .product-reviews-block .review-section-wrapper .review-average {
    max-width: 160px;
    margin: auto;
  }
}
/* line 815, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-average .pr-star-v4-0-filled {
  background-image: url("../images/star.svg") !important;
}
/* line 818, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-average .pr-star-v4-100-filled {
  background-image: url("../images/star-fill.svg") !important;
}
/* line 825, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-average .rating-star-average-value {
  font-family: "Raleway", sans-serif;
  margin-top: 13px;
  font-size: 16px;
}
@media (max-width: 768px) {
  /* line 825, ../../../scss/default/components/_rating.scss */
  .p-w-r .product-reviews-block .review-section-wrapper .review-average .rating-star-average-value {
    margin-top: 0px;
  }
}
/* line 833, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-average .rating-total {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #D43742;
  margin-left: 10px;
}
/* line 842, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-section-summary {
  width: 210px;
}
@media (max-width: 768px) {
  /* line 842, ../../../scss/default/components/_rating.scss */
  .p-w-r .product-reviews-block .review-section-wrapper .review-section-summary {
    margin-top: 31px;
    margin-bottom: 37px;
  }
}
/* line 848, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
/* line 852, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-header {
  display: flex;
  align-items: center;
}
/* line 855, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-header .review-header-index {
  font-size: 16px;
  color: #888888;
  display: block;
  margin-top: -4px;
  margin-right: 3px;
}
/* line 863, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-header .review-header-icon .isdinicon {
  width: 16px;
  height: 15px;
}
/* line 869, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-progress {
  position: relative;
  overflow: hidden;
  width: 153px;
  background-color: #d8d8d8;
  height: 8px;
  border-radius: 50px;
  margin-left: 12px;
  margin-right: 10px;
}
/* line 880, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-progress .review-progress-load {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 50px;
  background-color: #D43742;
}
/* line 889, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-section-summary .review-summary-item .review-number {
  font-size: 13px;
  font-family: "Raleway", sans-serif;
}
/* line 896, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-action {
  display: flex;
  align-items: center;
}
/* line 899, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-section-wrapper .review-action .button-alt, #pr-reviewsnippet .modal__body .p-w-r .product-reviews-block .review-section-wrapper .review-action .pr-footer .pr-btn, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .product-reviews-block .review-section-wrapper .review-action .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .product-reviews-block .review-section-wrapper .review-action .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .product-reviews-block .review-section-wrapper .review-action .pr-btn, .p-w-r .product-reviews-block .review-section-wrapper .review-action .thank-you-page h5 a, .p-w-r .thank-you-page h5 .product-reviews-block .review-section-wrapper .review-action a {
  padding: 0;
  height: 47px;
  line-height: 47px;
  width: 250px;
  text-transform: uppercase;
}
/* line 910, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-no-reviews,
.p-w-r .product-reviews-block .review-comments-wrapper #pr-image-display,
.p-w-r .product-reviews-block .review-comments-wrapper #pr-review-snapshot,
.p-w-r .product-reviews-block .review-comments-wrapper #pr-rd-main-header,
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-content-block,
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-review-position,
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-to-top {
  display: none;
}
/* line 919, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-main-footer,
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-pagination {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
/* line 923, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block,
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block {
  width: 100% !important;
}
/* line 925, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination-btn,
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block .pr-rd-pagination-btn {
  color: transparent;
}
/* line 928, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination,
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block .pr-rd-pagination {
  float: none;
  text-align: center;
}
/* line 943, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review {
  display: flex;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  border-top: 2px solid rgba(204, 204, 204, 0.3) !important;
}
@media (max-width: 768px) {
  /* line 943, ../../../scss/default/components/_rating.scss */
  .p-w-r .product-reviews-block .review-comments-wrapper .pr-review {
    flex-direction: column;
    margin-left: 13px;
    margin-right: 13px;
  }
}
/* line 953, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review:last-of-type {
  border-bottom: 2px solid rgba(204, 204, 204, 0.3) !important;
}
/* line 957, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-customer-details {
  width: 270px;
  padding-top: 15px;
  padding-left: 57px;
  padding-bottom: 21px;
  padding-right: 38px;
}
@media (max-width: 768px) {
  /* line 957, ../../../scss/default/components/_rating.scss */
  .p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-customer-details {
    order: 2;
    padding: 0 7px;
  }
}
/* line 969, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-customer-details .customer-name {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #414141;
  margin-bottom: 2px;
}
/* line 976, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-customer-details .customer-review-date {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  margin-bottom: 5px;
}
/* line 983, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-customer-details .label {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #414141;
  line-height: 20px;
}
/* line 990, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-customer-details .value {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #414141;
  line-height: 20px;
}
/* line 998, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-content {
  flex: 1;
  padding-left: 50px;
  padding-bottom: 21px;
  padding-top: 24px;
  padding-right: 57px;
  border-left: 1px solid #CCC;
}
@media (max-width: 768px) {
  /* line 998, ../../../scss/default/components/_rating.scss */
  .p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-content {
    order: 1;
    border: none;
    padding: 0 7px;
    margin-bottom: 25px;
  }
}
/* line 1011, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-header {
  display: flex;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  /* line 1011, ../../../scss/default/components/_rating.scss */
  .p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-header {
    display: block;
    margin-bottom: 8px;
  }
}
/* line 1018, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-header .pr-rating-stars {
  float: none;
}
/* line 1021, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-header .review-item-header-title {
  font-family: "Raleway", sans-serif;
  margin-left: 18px;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  /* line 1021, ../../../scss/default/components/_rating.scss */
  .p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-header .review-item-header-title {
    margin-left: 0;
    margin-top: 12px;
  }
}
/* line 1034, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-review .review-content .review-item-body .review-item-comment {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #414141;
}
/* line 1044, ../../../scss/default/components/_rating.scss */
.p-w-r .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block {
  display: block;
}
/* line 1057, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body,
.p-w-r #pr-reviewdisplay .modal__body {
  max-height: 80vh;
  width: 100%;
  max-width: 780px;
  border-radius: 0;
}
@media (max-width: 1050px) {
  /* line 1057, ../../../scss/default/components/_rating.scss */
  .p-w-r #pr-reviewsnippet .modal__body,
  .p-w-r #pr-reviewdisplay .modal__body {
    max-width: auto;
    max-height: 100vh;
  }
}
/* line 1067, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .button__close,
.p-w-r #pr-reviewdisplay .modal__body .button__close {
  position: absolute;
  right: 25px;
  transform: none;
}
/* line 1071, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .button__close svg,
.p-w-r #pr-reviewdisplay .modal__body .button__close svg {
  width: 36px;
  height: 36px;
}
/* line 1075, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .button__close svg .pr-cross-icon__line,
.p-w-r #pr-reviewdisplay .modal__body .button__close svg .pr-cross-icon__line {
  stroke: #414141;
}
/* line 1083, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r {
  margin: auto;
  max-width: 630px;
}
/* line 1087, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-alert-container,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-alert-container {
  margin-top: 0;
}
/* line 1091, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-header,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-header {
  border: none;
  margin-bottom: 37px;
}
/* line 1095, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-header .pr-header-table,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-header .pr-header-table {
  margin: 0;
}
/* line 1098, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-header .pr-table-cell,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-header .pr-table-cell {
  padding: 0;
}
/* line 1103, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-header .pr-header-title,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-header .pr-header-title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
/* line 1108, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-header .pr-header-product-name,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-header .pr-header-product-name {
  display: none;
}
/* line 1113, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-header .pr-header-product-img,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-header .pr-header-product-img {
  display: none;
}
/* line 1119, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-control-label,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-control-label {
  display: block;
}
/* line 1122, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-header-required,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-header-required {
  display: none;
}
/* line 1128, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-rating-form-group .pr-control-label,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-rating-form-group .pr-control-label {
  display: block;
}
/* line 1130, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-rating-form-group .pr-control-label span,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-rating-form-group .pr-control-label span {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
/* line 1136, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars {
  margin-top: 12px;
  margin-bottom: 40px;
}
/* line 1140, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars .pr-star-v4-0-filled,
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars .pr-star-v4-100-filled,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars .pr-star-v4-0-filled,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-rating-form-group .pr-rating-stars .pr-star-v4-100-filled {
  width: 44px !important;
  height: 44px !important;
  margin-right: 3px;
}
/* line 1150, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-headline-form-group,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-headline-form-group {
  margin-bottom: 12px;
}
/* line 1152, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-headline-form-group #pr-headline,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-headline-form-group #pr-headline {
  margin: 0;
}
/* line 1158, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-comments-form-group,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-comments-form-group {
  margin-bottom: 23px;
}
/* line 1163, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-name-form-group,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-name-form-group {
  float: left;
}
/* line 1168, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-location-form-group,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-location-form-group {
  float: right;
}
/* line 1171, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-name-form-group,
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-location-form-group,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-name-form-group,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-location-form-group {
  width: 100%;
  max-width: calc(50% - 5px);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  /* line 1171, ../../../scss/default/components/_rating.scss */
  .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-name-form-group,
  .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-location-form-group,
  .p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-name-form-group,
  .p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-location-form-group {
    max-width: none;
  }
}
/* line 1181, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-name-form-group .form-group,
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-location-form-group .form-group,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-name-form-group .form-group,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-location-form-group .form-group {
  width: 100%;
  margin-bottom: 23px;
}
/* line 1188, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group {
  clear: both;
  width: 100%;
  max-width: calc(33% - 5px);
  float: left;
}
@media (max-width: 768px) {
  /* line 1188, ../../../scss/default/components/_rating.scss */
  .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group,
  .p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group {
    max-width: none;
    float: none;
    clear: both;
  }
  /* line 1198, ../../../scss/default/components/_rating.scss */
  .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group select,
  .p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group select {
    max-width: none;
  }
}
/* line 1203, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-agerange-form-group #pr-agerange,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-agerange-form-group #pr-agerange {
  position: relative;
}
/* line 1210, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group {
  width: 100%;
  max-width: calc(33% - 5px);
  float: left;
  margin-left: 10px;
}
@media (max-width: 768px) {
  /* line 1210, ../../../scss/default/components/_rating.scss */
  .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group,
  .p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group {
    margin-left: 0;
    max-width: none;
    float: none;
    clear: both;
  }
  /* line 1220, ../../../scss/default/components/_rating.scss */
  .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group select,
  .p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group select {
    max-width: none;
  }
}
/* line 1225, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-concern-form-group #pr-concern,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-concern-form-group #pr-concern {
  position: relative;
}
/* line 1230, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group {
  width: 100%;
  max-width: calc(33% - 5px);
  float: left;
  margin-left: 10px;
}
@media (max-width: 768px) {
  /* line 1230, ../../../scss/default/components/_rating.scss */
  .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group,
  .p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group {
    margin-left: 0;
    max-width: none;
    float: none;
    clear: both;
  }
  /* line 1241, ../../../scss/default/components/_rating.scss */
  .p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group select,
  .p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group select {
    max-width: none;
  }
}
/* line 1245, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group #pr-skintype,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group #pr-skintype {
  position: relative;
}
/* line 1248, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-skintype-form-group #pr-skintype option:active,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-skintype-form-group #pr-skintype option:active {
  background-color: red;
}
/* line 1255, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-footer,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-footer {
  clear: both;
}
/* line 1257, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-subscript,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-subscript {
  text-align: right;
  margin-bottom: 5px;
}
/* line 1261, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn {
  float: right !important;
  max-width: 100%;
  border: 1px solid #414141;
  background-color: #414141;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  box-shadow: none;
  padding: 0;
  height: 47px;
  line-height: 47px;
  width: 250px;
  text-transform: uppercase;
}
/* line 1276, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:active,
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:focus,
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn:hover,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:active,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:focus,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn:hover {
  border: 1px solid #414141;
  background-color: white;
  color: #414141;
}
/* line 1283, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-logo-container,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-logo-container {
  float: left !important;
  display: none;
}
/* line 1291, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-textinput,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-textinput {
  border-radius: 0;
  border-color: #888888;
  color: #414141;
  padding: 0 12px !important;
  height: 47px !important;
}
/* line 1302, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .pr-textarea,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .pr-textarea {
  border-radius: 0;
  border-color: #888888;
  color: #414141;
  padding: 16px 12px !important;
  resize: none;
}
/* line 1312, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r select.form-control,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r select.form-control {
  position: relative;
  height: 47px;
  border-radius: 0;
  border-color: #888888;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 18, ../../../scss/default/abstracts/_mixins.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r select.form-control:hover, .p-w-r #pr-reviewsnippet .modal__body .p-w-r select.form-control:active, .p-w-r #pr-reviewsnippet .modal__body .p-w-r select.form-control:focus,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r select.form-control:hover,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r select.form-control:active,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r select.form-control:focus {
  border: 1px solid rgba(136, 136, 136, 0.7);
  outline: 0 none;
}
/* line 1324, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r select.form-control ::-ms-expand,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r select.form-control ::-ms-expand {
  display: none;
}
/* line 1330, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .btn-group-radio-vertical,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .btn-group-radio-vertical {
  border-radius: 0;
}
/* line 1332, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .btn-group-radio-vertical .pr-btn,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .btn-group-radio-vertical .pr-btn {
  border-radius: 0;
  border-color: #888888;
}
/* line 1335, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .btn-group-radio-vertical .pr-btn:last-child,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .btn-group-radio-vertical .pr-btn:last-child {
  border-bottom: 1px solid #888888;
}
/* line 1338, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-reviewsnippet .modal__body .p-w-r .btn-group-radio-vertical .pr-btn.active,
.p-w-r #pr-reviewdisplay .modal__body .p-w-r .btn-group-radio-vertical .pr-btn.active {
  background-color: #414141;
}
/* line 1346, ../../../scss/default/components/_rating.scss */
.p-w-r .reviews-number {
  cursor: pointer;
}
/* line 1350, ../../../scss/default/components/_rating.scss */
.p-w-r .pr-rating-stars :focus {
  box-shadow: none !important;
  outline: none !important;
  outline-color: none !important;
}
/* line 1357, ../../../scss/default/components/_rating.scss */
.p-w-r .pr-rd-main-footer :focus {
  box-shadow: none !important;
  outline: none !important;
  outline-color: none !important;
}
/* line 1363, ../../../scss/default/components/_rating.scss */
.p-w-r .p-w-r {
  font-family: "Raleway", sans-serif;
}
/* line 1366, ../../../scss/default/components/_rating.scss */
.p-w-r .p-w-r .pr-control-label span {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 1px;
}
/* line 1373, ../../../scss/default/components/_rating.scss */
.p-w-r .p-w-r .pr-accessible-btn:active {
  background: white;
  color: #414141;
  outline: none;
  border: 1px solid #888888;
}
/* line 1379, ../../../scss/default/components/_rating.scss */
.p-w-r .p-w-r .pr-loading-indicator {
  margin: 10% auto;
  border-color: #D43742 #D43742 #D43742 #D43742 !important;
}
/* line 1383, ../../../scss/default/components/_rating.scss */
.p-w-r .p-w-r #pr-bottomline {
  display: none;
}
/* line 1392, ../../../scss/default/components/_rating.scss */
.p-w-r .thank-you-page .review-preview .col-sm-12 {
  width: 100%;
}
/* line 1395, ../../../scss/default/components/_rating.scss */
.p-w-r .thank-you-page .review-preview .col-sm-12:nth-last-of-type(2) {
  width: 70%;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 1395, ../../../scss/default/components/_rating.scss */
  .p-w-r .thank-you-page .review-preview .col-sm-12:nth-last-of-type(2) {
    width: 100%;
    padding: 0 15px;
  }
}
/* line 1403, ../../../scss/default/components/_rating.scss */
.p-w-r .thank-you-page .review-preview .col-sm-12:nth-last-of-type(3) {
  width: 150px;
}
@media (max-width: 768px) {
  /* line 1403, ../../../scss/default/components/_rating.scss */
  .p-w-r .thank-you-page .review-preview .col-sm-12:nth-last-of-type(3) {
    width: 100%;
  }
}
/* line 1409, ../../../scss/default/components/_rating.scss */
.p-w-r .thank-you-page .review-preview .headline {
  margin-top: 0;
}
/* line 1413, ../../../scss/default/components/_rating.scss */
.p-w-r .thank-you-page .pr-rating-number {
  display: none;
}
/* line 1416, ../../../scss/default/components/_rating.scss */
.p-w-r .thank-you-page .pr-rating-date {
  display: none;
}
/* line 1419, ../../../scss/default/components/_rating.scss */
.p-w-r .thank-you-page .title {
  font-weight: 400 !important;
}
/* line 1422, ../../../scss/default/components/_rating.scss */
.p-w-r .thank-you-page h5 {
  margin: 43px 0;
}
/* line 1424, ../../../scss/default/components/_rating.scss */
.p-w-r .thank-you-page h5 a {
  padding: 0;
  line-height: 47px;
  width: 250px;
}
/* line 1437, ../../../scss/default/components/_rating.scss */
.p-w-r .pr-accessible-btn:active {
  background: white;
  color: #414141;
  outline: none;
  border: 1px solid #888888;
}
/* line 1443, ../../../scss/default/components/_rating.scss */
.p-w-r .pr-loading-indicator {
  margin: 10% auto;
  border-color: #D43742 #D43742 #D43742 #D43742 !important;
}
/* line 1447, ../../../scss/default/components/_rating.scss */
.p-w-r #pr-bottomline {
  display: none;
}

/* line 1454, ../../../scss/default/components/_rating.scss */
.p-w-r a, .p-w-r abbr, .p-w-r acronym, .p-w-r address, .p-w-r applet, .p-w-r article, .p-w-r aside, .p-w-r audio, .p-w-r b, .p-w-r big, .p-w-r blockquote, .p-w-r body, .p-w-r canvas, .p-w-r caption, .p-w-r center, .p-w-r cite, .p-w-r code, .p-w-r dd, .p-w-r del, .p-w-r details, .p-w-r dfn, .p-w-r div, .p-w-r dl, .p-w-r dt, .p-w-r em, .p-w-r embed, .p-w-r fieldset, .p-w-r figcaption, .p-w-r figure, .p-w-r footer, .p-w-r form, .p-w-r h1, .p-w-r h2, .p-w-r h3, .p-w-r h4, .p-w-r h5, .p-w-r h6, .p-w-r header, .p-w-r hgroup, .p-w-r html, .p-w-r i, .p-w-r iframe, .p-w-r img, .p-w-r ins, .p-w-r kbd, .p-w-r label, .p-w-r legend, .p-w-r li, .p-w-r mark, .p-w-r menu, .p-w-r nav, .p-w-r object, .p-w-r ol, .p-w-r output, .p-w-r p, .p-w-r pre, .p-w-r q, .p-w-r ruby, .p-w-r s, .p-w-r samp, .p-w-r section, .p-w-r small, .p-w-r span, .p-w-r strike, .p-w-r strong, .p-w-r sub, .p-w-r summary, .p-w-r sup, .p-w-r table, .p-w-r tbody, .p-w-r td, .p-w-r tfoot, .p-w-r th, .p-w-r thead, .p-w-r time, .p-w-r tr, .p-w-r tt, .p-w-r u, .p-w-r ul, .p-w-r var, .p-w-r video {
  font-family: "Raleway", sans-serif !important;
}

/**
   * Hide items
   */
/* line 1, ../../../scss/default/layout/_main.scss */
.two-column-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/layout/_main.scss */
  .two-column-grid {
    grid-template-columns: 100%;
  }
}

/* line 9, ../../../scss/default/layout/_main.scss */
.four-column-grid {
  display: grid;
  grid-template-columns: 22% 26% 26% 26%;
  grid-template-rows: auto;
}
/* line 13, ../../../scss/default/layout/_main.scss */
.four-column-grid .column:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 1050px) {
  /* line 9, ../../../scss/default/layout/_main.scss */
  .four-column-grid {
    grid-template-columns: 50% 50%;
  }
  /* line 18, ../../../scss/default/layout/_main.scss */
  .four-column-grid .column:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  /* line 9, ../../../scss/default/layout/_main.scss */
  .four-column-grid {
    grid-template-columns: 100%;
  }
  /* line 24, ../../../scss/default/layout/_main.scss */
  .four-column-grid .column:not(:first-child) {
    margin-left: 0px;
  }
}

/* line 30, ../../../scss/default/layout/_main.scss */
.three-column-grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: auto;
}
/* line 34, ../../../scss/default/layout/_main.scss */
.three-column-grid .column:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 768px) {
  /* line 30, ../../../scss/default/layout/_main.scss */
  .three-column-grid {
    grid-template-columns: 100%;
  }
  /* line 39, ../../../scss/default/layout/_main.scss */
  .three-column-grid .column:not(:first-child) {
    margin-left: 0px;
  }
}

/* line 45, ../../../scss/default/layout/_main.scss */
.bg-gray {
  background-color: #F2F2F2;
  padding: 20px;
}

/* line 51, ../../../scss/default/layout/_main.scss */
.breakpoint-test:after {
  content: 'Large screen';
}
@media (max-width: 1050px) {
  /* line 51, ../../../scss/default/layout/_main.scss */
  .breakpoint-test:after {
    content: 'Medium screen';
  }
}
@media (max-width: 768px) {
  /* line 51, ../../../scss/default/layout/_main.scss */
  .breakpoint-test:after {
    content: 'Small screen';
  }
}
@media (max-width: 575px) {
  /* line 51, ../../../scss/default/layout/_main.scss */
  .breakpoint-test:after {
    content: 'Mini screen';
  }
}

/* line 65, ../../../scss/default/layout/_main.scss */
.content-pad {
  padding-top: 120px;
}
@media (max-width: 768px) {
  /* line 65, ../../../scss/default/layout/_main.scss */
  .content-pad {
    padding-top: 90px;
  }
}

/* line 1, ../../../scss/default/layout/header/_pre.scss */
#pre-header-de,
#pre-header {
  height: 40px;
  padding: 13px;
}
/* line 5, ../../../scss/default/layout/header/_pre.scss */
#pre-header-de .container, #pre-header-de .small-container,
#pre-header .container,
#pre-header .small-container {
  display: flex;
}
/* line 7, ../../../scss/default/layout/header/_pre.scss */
#pre-header-de .container div, #pre-header-de .small-container div,
#pre-header .container div,
#pre-header .small-container div {
  flex: 1;
}
/* line 9, ../../../scss/default/layout/header/_pre.scss */
#pre-header-de .container div.column-flex, #pre-header-de .small-container div.column-flex,
#pre-header .container div.column-flex,
#pre-header .small-container div.column-flex {
  display: flex;
}
/* line 11, ../../../scss/default/layout/header/_pre.scss */
#pre-header-de .container div.column-flex div, #pre-header-de .small-container div.column-flex div,
#pre-header .container div.column-flex div,
#pre-header .small-container div.column-flex div {
  flex: 1;
}
@media (max-width: 1050px) {
  /* line 16, ../../../scss/default/layout/header/_pre.scss */
  #pre-header-de .container #pre-header-left, #pre-header-de .small-container #pre-header-left,
  #pre-header .container #pre-header-left,
  #pre-header .small-container #pre-header-left {
    display: none;
  }
}
/* line 21, ../../../scss/default/layout/header/_pre.scss */
#pre-header-de .container #pre-header-center, #pre-header-de .small-container #pre-header-center,
#pre-header .container #pre-header-center,
#pre-header .small-container #pre-header-center {
  text-align: center;
}
@media (max-width: 1050px) {
  /* line 21, ../../../scss/default/layout/header/_pre.scss */
  #pre-header-de .container #pre-header-center, #pre-header-de .small-container #pre-header-center,
  #pre-header .container #pre-header-center,
  #pre-header .small-container #pre-header-center {
    text-align: left;
  }
}
@media (max-width: 768px) {
  /* line 21, ../../../scss/default/layout/header/_pre.scss */
  #pre-header-de .container #pre-header-center, #pre-header-de .small-container #pre-header-center,
  #pre-header .container #pre-header-center,
  #pre-header .small-container #pre-header-center {
    text-align: center;
  }
}
/* line 30, ../../../scss/default/layout/header/_pre.scss */
#pre-header-de .container #pre-header-right, #pre-header-de .small-container #pre-header-right,
#pre-header .container #pre-header-right,
#pre-header .small-container #pre-header-right {
  margin-left: 80px;
}
/* line 32, ../../../scss/default/layout/header/_pre.scss */
#pre-header-de .container #pre-header-right .header-mask, #pre-header-de .small-container #pre-header-right .header-mask,
#pre-header .container #pre-header-right .header-mask,
#pre-header .small-container #pre-header-right .header-mask {
  width: 14px;
  height: 14.3px;
  color: #414141;
  float: right;
  cursor: pointer;
}
/* line 39, ../../../scss/default/layout/header/_pre.scss */
#pre-header-de .container #pre-header-right .text-left, #pre-header-de .small-container #pre-header-right .text-left,
#pre-header .container #pre-header-right .text-left,
#pre-header .small-container #pre-header-right .text-left {
  margin-left: 30px;
}
@media (max-width: 768px) {
  /* line 30, ../../../scss/default/layout/header/_pre.scss */
  #pre-header-de .container #pre-header-right, #pre-header-de .small-container #pre-header-right,
  #pre-header .container #pre-header-right,
  #pre-header .small-container #pre-header-right {
    display: none;
  }
}

/* line 49, ../../../scss/default/layout/header/_pre.scss */
.icon-doctor {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -6px;
}
/* line 54, ../../../scss/default/layout/header/_pre.scss */
.icon-doctor svg {
  width: 24px;
  height: 24px;
  fill: white !important;
}

/* line 1, ../../../scss/default/layout/header/_header.scss */
#header {
  background-color: white;
}
/* line 3, ../../../scss/default/layout/header/_header.scss */
#header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
/* line 11, ../../../scss/default/layout/header/_header.scss */
#header .container, #header .small-container {
  height: 80px;
  display: flex;
}
@media (max-width: 768px) {
  /* line 11, ../../../scss/default/layout/header/_header.scss */
  #header .container, #header .small-container {
    height: 50px;
  }
}
/* line 17, ../../../scss/default/layout/header/_header.scss */
#header .container .menu, #header .small-container .menu {
  display: none;
  margin: auto 0;
}
@media (max-width: 768px) {
  /* line 17, ../../../scss/default/layout/header/_header.scss */
  #header .container .menu, #header .small-container .menu {
    display: block;
  }
}
/* line 25, ../../../scss/default/layout/header/_header.scss */
#header .container .mobile-search-icon, #header .small-container .mobile-search-icon {
  display: none;
}
@media (max-width: 768px) {
  /* line 25, ../../../scss/default/layout/header/_header.scss */
  #header .container .mobile-search-icon, #header .small-container .mobile-search-icon {
    display: block;
    margin: auto 0;
  }
}
/* line 33, ../../../scss/default/layout/header/_header.scss */
#header .container .header-logo, #header .small-container .header-logo {
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  /* line 33, ../../../scss/default/layout/header/_header.scss */
  #header .container .header-logo, #header .small-container .header-logo {
    margin: auto 0;
    flex: 1;
  }
}
/* line 40, ../../../scss/default/layout/header/_header.scss */
#header .container .header-logo .desktop-logo, #header .small-container .header-logo .desktop-logo {
  width: 100%;
  height: 100%;
  max-width: 125px;
  max-height: 80px;
  margin: 0 10px;
}
@media (max-width: 768px) {
  /* line 40, ../../../scss/default/layout/header/_header.scss */
  #header .container .header-logo .desktop-logo, #header .small-container .header-logo .desktop-logo {
    display: none;
  }
}
/* line 50, ../../../scss/default/layout/header/_header.scss */
#header .container .header-logo .mobile-logo, #header .small-container .header-logo .mobile-logo {
  width: 100%;
  max-width: 106px;
  margin: auto;
  display: none;
}
@media (max-width: 768px) {
  /* line 50, ../../../scss/default/layout/header/_header.scss */
  #header .container .header-logo .mobile-logo, #header .small-container .header-logo .mobile-logo {
    display: block;
    margin: 0 auto;
  }
}
/* line 62, ../../../scss/default/layout/header/_header.scss */
#header .container .js-search, #header .small-container .js-search {
  cursor: pointer;
}
/* line 66, ../../../scss/default/layout/header/_header.scss */
#header .container .header-icons, #header .small-container .header-icons {
  margin: auto 0;
}
/* line 68, ../../../scss/default/layout/header/_header.scss */
#header .container .header-icons nav, #header .small-container .header-icons nav {
  /* Next item is a shitty Hack, drawing a blank
       space in view to allow ISDIN logo in the center */
}
@media (max-width: 768px) {
  /* line 68, ../../../scss/default/layout/header/_header.scss */
  #header .container .header-icons nav, #header .small-container .header-icons nav {
    display: block;
    padding-top: 0px;
  }
}
/* line 73, ../../../scss/default/layout/header/_header.scss */
#header .container .header-icons nav ul li > div, #header .small-container .header-icons nav ul li > div {
  margin-right: 0px;
}
@media (max-width: 768px) {
  /* line 73, ../../../scss/default/layout/header/_header.scss */
  #header .container .header-icons nav ul li > div, #header .small-container .header-icons nav ul li > div {
    margin-right: 6px;
  }
}
/* line 78, ../../../scss/default/layout/header/_header.scss */
#header .container .header-icons nav ul li > div #cart-items-number, #header .small-container .header-icons nav ul li > div #cart-items-number {
  left: 23px;
  color: white;
  top: -40px;
  position: relative;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  line-height: 14px;
}
/* line 87, ../../../scss/default/layout/header/_header.scss */
#header .container .header-icons nav ul li > div .mini-cart-total, #header .small-container .header-icons nav ul li > div .mini-cart-total {
  margin-top: 12px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 87, ../../../scss/default/layout/header/_header.scss */
  #header .container .header-icons nav ul li > div .mini-cart-total, #header .small-container .header-icons nav ul li > div .mini-cart-total {
    margin-top: 2px;
  }
}
/* line 97, ../../../scss/default/layout/header/_header.scss */
#header .container .header-icons nav .hack-mobile-only, #header .small-container .header-icons nav .hack-mobile-only {
  display: none;
  visibility: visible;
}
@media (max-width: 768px) {
  /* line 97, ../../../scss/default/layout/header/_header.scss */
  #header .container .header-icons nav .hack-mobile-only, #header .small-container .header-icons nav .hack-mobile-only {
    visibility: hidden;
    display: block;
  }
}
/* line 109, ../../../scss/default/layout/header/_header.scss */
#header .container nav, #header .small-container nav {
  float: left;
  overflow: hidden;
  text-align: center;
}
/* line 110, ../../../scss/default/layout/header/_header.scss */
#header .container nav.header-menu, #header .small-container nav.header-menu {
  flex: 1;
  margin: 0 auto;
}
/* line 114, ../../../scss/default/layout/header/_header.scss */
#header .container nav.header-menu ul li, #header .small-container nav.header-menu ul li {
  flex: 2;
}
/* line 116, ../../../scss/default/layout/header/_header.scss */
#header .container nav.header-menu ul li a, #header .small-container nav.header-menu ul li a {
  padding: 0px;
}
/* line 120, ../../../scss/default/layout/header/_header.scss */
#header .container nav.header-menu ul li:last-child, #header .small-container nav.header-menu ul li:last-child {
  flex: 1;
}
@media (max-width: 768px) {
  /* line 110, ../../../scss/default/layout/header/_header.scss */
  #header .container nav.header-menu, #header .small-container nav.header-menu {
    visibility: hidden;
    display: none;
  }
}
/* line 132, ../../../scss/default/layout/header/_header.scss */
#header .container nav ul, #header .small-container nav ul {
  padding: 0;
  display: flex;
  height: 100%;
  margin-left: 10px;
}
/* line 138, ../../../scss/default/layout/header/_header.scss */
#header .container nav li, #header .small-container nav li {
  margin: auto 0;
  display: inline-block;
  list-style-type: none;
}
@media (max-width: 1050px) {
  /* line 138, ../../../scss/default/layout/header/_header.scss */
  #header .container nav li, #header .small-container nav li {
    padding: 10px 0px;
  }
}
/* line 146, ../../../scss/default/layout/header/_header.scss */
#header .container nav li > a, #header .small-container nav li > a {
  cursor: default;
  color: #414141;
  display: block;
  line-height: 2em;
  padding: 0.5em 17px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.6px;
}
/* line 157, ../../../scss/default/layout/header/_header.scss */
#header .container nav li > a.active, #header .small-container nav li > a.active {
  color: #D43742;
}
/* line 160, ../../../scss/default/layout/header/_header.scss */
#header .container nav li > a:hover, #header .small-container nav li > a:hover {
  text-decoration: none;
}
@media (max-width: 1050px) {
  /* line 146, ../../../scss/default/layout/header/_header.scss */
  #header .container nav li > a, #header .small-container nav li > a {
    padding: 0;
    line-height: normal;
  }
}
/* line 168, ../../../scss/default/layout/header/_header.scss */
#header .container nav li.menu-icon, #header .small-container nav li.menu-icon {
  padding: 0;
}
@media (max-width: 768px) {
  /* line 170, ../../../scss/default/layout/header/_header.scss */
  #header .container nav li.menu-icon.desktop-search-icon, #header .small-container nav li.menu-icon.desktop-search-icon {
    display: none;
  }
}
/* line 175, ../../../scss/default/layout/header/_header.scss */
#header .container nav li.menu-icon.text-content, #header .small-container nav li.menu-icon.text-content {
  flex: initial;
  padding-right: 10px;
}
/* line 178, ../../../scss/default/layout/header/_header.scss */
#header .container nav li.menu-icon.text-content a, #header .small-container nav li.menu-icon.text-content a {
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 175, ../../../scss/default/layout/header/_header.scss */
  #header .container nav li.menu-icon.text-content, #header .small-container nav li.menu-icon.text-content {
    display: none;
  }
}
/* line 187, ../../../scss/default/layout/header/_header.scss */
#header .container nav li.menu-icon.user-icon, #header .small-container nav li.menu-icon.user-icon {
  display: none;
}
@media (max-width: 768px) {
  /* line 187, ../../../scss/default/layout/header/_header.scss */
  #header .container nav li.menu-icon.user-icon, #header .small-container nav li.menu-icon.user-icon {
    display: initial;
    margin-top: 4px;
    margin-right: 10px;
  }
  /* line 193, ../../../scss/default/layout/header/_header.scss */
  #header .container nav li.menu-icon.user-icon svg, #header .small-container nav li.menu-icon.user-icon svg {
    width: 22px;
    height: 38px;
  }
}

/* line 1, ../../../scss/default/layout/footer/_index.scss */
.layout-footer {
  margin-top: 20px;
  font-weight: 300;
  color: white;
  font-size: 13px;
  letter-spacing: 0.3px;
}
/* line 8, ../../../scss/default/layout/footer/_index.scss */
.layout-footer a {
  color: white;
}
/* line 12, ../../../scss/default/layout/footer/_index.scss */
.layout-footer hr {
  border: 0;
  border-top: 1px solid #7D7D7D;
  margin: 0;
  height: 1px;
}
/* line 19, ../../../scss/default/layout/footer/_index.scss */
.layout-footer hr.separate {
  margin: 30px 0px;
}
/* line 24, ../../../scss/default/layout/footer/_index.scss */
.layout-footer h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
/* line 31, ../../../scss/default/layout/footer/_index.scss */
.layout-footer li {
  padding-top: 14px;
  font-weight: 300;
}
/* line 36, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter {
  background-color: #F2F2F2;
  padding-top: 38px;
  padding-bottom: 41px;
  display: flex;
  min-height: 160px;
  color: #414141;
}
@media (max-width: 768px) {
  /* line 36, ../../../scss/default/layout/footer/_index.scss */
  .layout-footer .newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 49, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter #form-optin-error {
  text-align: left;
}
/* line 52, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter #form-optin-error span.error-msg {
  color: #D43742;
}
/* line 57, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter .newsletter-content {
  max-width: 1000px;
  margin: auto;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 57, ../../../scss/default/layout/footer/_index.scss */
  .layout-footer .newsletter .newsletter-content {
    display: block;
    text-align: center;
  }
}
/* line 68, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter .newsletter-content .title {
  font-size: 22px;
  color: #414141;
  letter-spacing: 0;
  line-height: 30.8px;
  padding-right: 50px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  /* line 68, ../../../scss/default/layout/footer/_index.scss */
  .layout-footer .newsletter .newsletter-content .title {
    font-size: 18px;
  }
}
/* line 82, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter .newsletter-content .newsletter-form {
  flex: 1;
}
/* line 86, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter .newsletter-content .newsletter-form .cemail label {
  display: none !important;
}
/* line 91, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter .newsletter-content .newsletter-form .form-component {
  margin-bottom: 0;
}
/* line 95, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter .newsletter-content .newsletter-form .form-optin {
  display: flex;
}
/* line 98, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter .newsletter-content .newsletter-form .form-optin a {
  color: #414141;
  text-decoration: underline;
}
/* line 105, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter .newsletter-content .newsletter-form input[type="text"] {
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 48px;
}
/* line 113, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter .newsletter-content .newsletter-form button {
  width: 250px;
  line-height: 48px;
  align-self: baseline;
}
@media (max-width: 768px) {
  /* line 113, ../../../scss/default/layout/footer/_index.scss */
  .layout-footer .newsletter .newsletter-content .newsletter-form button {
    width: 135px;
  }
}
/* line 124, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter .newsletter-content .newsletter-form .form-component.inputWithButton {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 124, ../../../scss/default/layout/footer/_index.scss */
  .layout-footer .newsletter .newsletter-content .newsletter-form .form-component.inputWithButton {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
/* line 133, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .newsletter .newsletter-content .newsletter-form .form-component.checkboxes {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  /* line 133, ../../../scss/default/layout/footer/_index.scss */
  .layout-footer .newsletter .newsletter-content .newsletter-form .form-component.checkboxes {
    text-align: left;
  }
}
/* line 145, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper {
  background-color: #414141;
  padding: 0 30px;
}
/* line 150, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 150, ../../../scss/default/layout/footer/_index.scss */
  .layout-footer .footer-content-wrapper .footer-content {
    display: none;
  }
}
/* line 160, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-content .footer-item {
  flex: 1;
  padding-right: 30px;
}
/* line 166, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-content .footer-item .footer-item-list .item {
  color: #FFFFFF;
  font-size: 16px;
}
/* line 170, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-content .footer-item .footer-item-list .item.title {
  font-size: 18px !important;
  letter-spacing: 1px;
  margin-top: 45px;
  padding-bottom: 20px;
  font-weight: 500;
  border-bottom: 1px solid #7D7D7D;
}
/* line 185, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-mobile-content {
  display: none;
}
@media (max-width: 768px) {
  /* line 185, ../../../scss/default/layout/footer/_index.scss */
  .layout-footer .footer-content-wrapper .footer-mobile-content {
    display: block;
  }
}
/* line 192, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-mobile-content .content-asset {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
/* line 198, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-mobile-content .content-asset .footer-item-list {
  width: 100%;
}
/* line 202, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-mobile-content .content-asset .footer-item-list .item {
  display: inline-block;
  width: 49%;
}
/* line 205, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-mobile-content .content-asset .footer-item-list .item.title {
  display: none;
}
/* line 215, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-ending {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 55px;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 215, ../../../scss/default/layout/footer/_index.scss */
  .layout-footer .footer-content-wrapper .footer-ending {
    display: block;
    padding-bottom: 25px;
  }
}
/* line 229, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-ending .footer-copyright {
  font-size: 13px;
}
/* line 234, ../../../scss/default/layout/footer/_index.scss */
.layout-footer .footer-content-wrapper .footer-ending .footer-actions {
  display: flex;
  order: 1;
}
@media (max-width: 768px) {
  /* line 234, ../../../scss/default/layout/footer/_index.scss */
  .layout-footer .footer-content-wrapper .footer-ending .footer-actions {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

/* line 247, ../../../scss/default/layout/footer/_index.scss */
.newsletter-modal {
  z-index: 9999;
}
/* line 250, ../../../scss/default/layout/footer/_index.scss */
.newsletter-modal .close-button {
  top: 40px !important;
  right: 40px !important;
  width: auto !important;
  height: auto !important;
  padding: 0px !important;
  cursor: pointer !important;
}
@media (max-width: 768px) {
  /* line 250, ../../../scss/default/layout/footer/_index.scss */
  .newsletter-modal .close-button {
    top: 10px !important;
    right: 10px !important;
  }
}
/* line 264, ../../../scss/default/layout/footer/_index.scss */
.newsletter-modal .wrapper {
  width: 80%;
  max-width: 800px;
  padding: 60px 20px;
}
@media (max-width: 768px) {
  /* line 264, ../../../scss/default/layout/footer/_index.scss */
  .newsletter-modal .wrapper {
    padding: 40px 20px;
  }
  /* line 272, ../../../scss/default/layout/footer/_index.scss */
  .newsletter-modal .wrapper .isdinicon-close {
    width: 2em;
    height: 2em;
  }
}
/* line 278, ../../../scss/default/layout/footer/_index.scss */
.newsletter-modal .wrapper .button-ns-close {
  position: absolute;
  top: 0;
  right: 20px;
}
/* line 284, ../../../scss/default/layout/footer/_index.scss */
.newsletter-modal .wrapper .ns-container {
  padding-top: 20px;
  position: relative;
}
/* line 289, ../../../scss/default/layout/footer/_index.scss */
.newsletter-modal .wrapper h2 {
  font-size: 27px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  /* line 289, ../../../scss/default/layout/footer/_index.scss */
  .newsletter-modal .wrapper h2 {
    font-size: 22px;
  }
}
/* line 298, ../../../scss/default/layout/footer/_index.scss */
.newsletter-modal .wrapper p {
  font-size: 22px;
  line-height: 30.8px;
}
@media (max-width: 768px) {
  /* line 298, ../../../scss/default/layout/footer/_index.scss */
  .newsletter-modal .wrapper p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
/* line 308, ../../../scss/default/layout/footer/_index.scss */
.newsletter-modal .wrapper .button-back-ns {
  margin-top: 20px;
  padding: 16px 80px;
}
@media (max-width: 768px) {
  /* line 308, ../../../scss/default/layout/footer/_index.scss */
  .newsletter-modal .wrapper .button-back-ns {
    display: block;
    padding: 15px 0px;
  }
}

/* line 320, ../../../scss/default/layout/footer/_index.scss */
.country-selector {
  position: relative;
  margin-right: 50px;
  cursor: pointer;
  width: 200px;
  text-align: right;
  padding: 0 10px;
}
@media (max-width: 768px) {
  /* line 320, ../../../scss/default/layout/footer/_index.scss */
  .country-selector {
    margin-right: 15px;
  }
}
/* line 331, ../../../scss/default/layout/footer/_index.scss */
.country-selector .country-selected {
  display: inline-block;
  padding-right: 20px;
}
/* line 336, ../../../scss/default/layout/footer/_index.scss */
.country-selector .country-list {
  position: absolute;
  width: 100%;
  text-align: left;
  border: 1px solid #888888;
  padding: 15px 15px 35px;
  box-sizing: border-box;
  display: none;
  background-color: #414141;
  bottom: 0;
}
/* line 347, ../../../scss/default/layout/footer/_index.scss */
.country-selector .country-list li {
  padding: 4px;
}
/* line 352, ../../../scss/default/layout/footer/_index.scss */
.country-selector .caret {
  display: inline-block;
}

/* line 357, ../../../scss/default/layout/footer/_index.scss */
.social-icons {
  display: flex;
  justify-content: space-between;
}
/* line 361, ../../../scss/default/layout/footer/_index.scss */
.social-icons .social-icon {
  padding: 0 20px;
}

/* line 4, ../../../scss/default/pages/_home.scss */
#slider-block img,
#best-block img,
#media-block img {
  width: 100%;
}
/* line 8, ../../../scss/default/pages/_home.scss */
#slider-block .lSAction > a,
#best-block .lSAction > a,
#media-block .lSAction > a {
  opacity: 1;
}

/* line 14, ../../../scss/default/pages/_home.scss */
.home-image-block {
  margin-top: 40px;
  margin-bottom: 80px !important;
}
@media (max-width: 768px) {
  /* line 14, ../../../scss/default/pages/_home.scss */
  .home-image-block {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
}
/* line 23, ../../../scss/default/pages/_home.scss */
.home-image-block img {
  max-width: 100%;
}
/* line 27, ../../../scss/default/pages/_home.scss */
.home-image-block .home-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 27, ../../../scss/default/pages/_home.scss */
  .home-image-block .home-title {
    padding: 0px 6%;
    margin-bottom: 40px;
  }
}
/* line 35, ../../../scss/default/pages/_home.scss */
.home-image-block .home-title h2 {
  font-weight: 300;
}
/* line 40, ../../../scss/default/pages/_home.scss */
.home-image-block .content {
  margin-top: 40px;
  padding: 0px 40px;
}
@media (max-width: 768px) {
  /* line 40, ../../../scss/default/pages/_home.scss */
  .home-image-block .content {
    padding: 0px 6%;
  }
}
/* line 48, ../../../scss/default/pages/_home.scss */
.home-image-block .content p {
  font-size: 16px;
  line-height: 27px;
  font-family: "Raleway", sans-serif;
}
/* line 54, ../../../scss/default/pages/_home.scss */
.home-image-block .content a {
  display: inline-block;
  margin-top: 40px;
}
@media (max-width: 768px) {
  /* line 54, ../../../scss/default/pages/_home.scss */
  .home-image-block .content a {
    padding: 0px 30px;
    margin-bottom: 6%;
  }
}

/* line 67, ../../../scss/default/pages/_home.scss */
#slider-block .lSAction > .lSPrev {
  left: 30px;
}
/* line 71, ../../../scss/default/pages/_home.scss */
#slider-block .lSAction > .lSNext {
  right: 30px;
}

@media (max-width: 768px) {
  /* line 76, ../../../scss/default/pages/_home.scss */
  #best-block {
    padding-bottom: 40px;
  }
}
/* line 82, ../../../scss/default/pages/_home.scss */
#best-block h2 {
  font-size: 38px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
/* line 88, ../../../scss/default/pages/_home.scss */
#best-block .lSAction > .lSPrev {
  left: 0px;
}
/* line 92, ../../../scss/default/pages/_home.scss */
#best-block .lSAction > .lSNext {
  right: 0px;
}
@media (max-width: 768px) {
  /* line 97, ../../../scss/default/pages/_home.scss */
  #best-block .lSAction > .lSPrev {
    display: none;
  }
  /* line 101, ../../../scss/default/pages/_home.scss */
  #best-block .lSAction > .lSNext {
    display: none;
  }
}
/* line 106, ../../../scss/default/pages/_home.scss */
#best-block .lSPager {
  display: none;
}
@media (max-width: 768px) {
  /* line 111, ../../../scss/default/pages/_home.scss */
  #best-block .lSPager {
    display: block;
  }
}

/* line 118, ../../../scss/default/pages/_home.scss */
#video-block {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  /* line 118, ../../../scss/default/pages/_home.scss */
  #video-block {
    margin-bottom: 60px;
  }
}
/* line 125, ../../../scss/default/pages/_home.scss */
#video-block h2 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 768px) {
  /* line 125, ../../../scss/default/pages/_home.scss */
  #video-block h2 {
    font-size: 22px;
  }
}
/* line 136, ../../../scss/default/pages/_home.scss */
#video-block img {
  max-width: 100%;
}
/* line 140, ../../../scss/default/pages/_home.scss */
#video-block .video-block-bottom {
  padding: 20px;
}
/* line 143, ../../../scss/default/pages/_home.scss */
#video-block .video-block-bottom h3 {
  margin-bottom: 20px;
}

/* line 150, ../../../scss/default/pages/_home.scss */
#product-block .product-block-left, #product-block-BFYet .product-block-left {
  margin-right: 15px;
}
@media (max-width: 768px) {
  /* line 150, ../../../scss/default/pages/_home.scss */
  #product-block .product-block-left, #product-block-BFYet .product-block-left {
    margin-right: 0px;
  }
}
/* line 158, ../../../scss/default/pages/_home.scss */
#product-block .product-block-right, #product-block-BFYet .product-block-right {
  margin-left: 15px;
}
@media (max-width: 768px) {
  /* line 158, ../../../scss/default/pages/_home.scss */
  #product-block .product-block-right, #product-block-BFYet .product-block-right {
    margin-left: 0px;
  }
}
/* line 166, ../../../scss/default/pages/_home.scss */
#product-block .product-block-item, #product-block-BFYet .product-block-item {
  position: relative;
}
/* line 169, ../../../scss/default/pages/_home.scss */
#product-block .product-block-item .product-block-contents, #product-block-BFYet .product-block-item .product-block-contents {
  position: absolute;
  top: 180px;
  left: 40px;
  width: 300px;
}
@media (max-width: 1050px) {
  /* line 169, ../../../scss/default/pages/_home.scss */
  #product-block .product-block-item .product-block-contents, #product-block-BFYet .product-block-item .product-block-contents {
    top: 60px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  /* line 169, ../../../scss/default/pages/_home.scss */
  #product-block .product-block-item .product-block-contents, #product-block-BFYet .product-block-item .product-block-contents {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    padding: 40px 6%;
    margin-bottom: 40px;
  }
}
/* line 190, ../../../scss/default/pages/_home.scss */
#product-block .product-block-item .product-block-contents h4, #product-block-BFYet .product-block-item .product-block-contents h4 {
  font-size: 32px;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  /* line 190, ../../../scss/default/pages/_home.scss */
  #product-block .product-block-item .product-block-contents h4, #product-block-BFYet .product-block-item .product-block-contents h4 {
    font-size: 26px;
  }
}
/* line 200, ../../../scss/default/pages/_home.scss */
#product-block .product-block-item .product-block-contents p, #product-block-BFYet .product-block-item .product-block-contents p {
  font-size: 20px;
  line-height: 31px;
}
@media (max-width: 768px) {
  /* line 200, ../../../scss/default/pages/_home.scss */
  #product-block .product-block-item .product-block-contents p, #product-block-BFYet .product-block-item .product-block-contents p {
    line-height: 22px;
    font-size: 18px;
  }
}
/* line 210, ../../../scss/default/pages/_home.scss */
#product-block .product-block-item .product-block-contents .button, #product-block-BFYet .product-block-item .product-block-contents .button {
  font-size: 14px;
}
/* line 216, ../../../scss/default/pages/_home.scss */
#product-block img, #product-block-BFYet img {
  width: 100%;
}

/* line 220, ../../../scss/default/pages/_home.scss */
#product-block-BFYet {
  margin-top: 85px;
}

/* line 226, ../../../scss/default/pages/_home.scss */
#bestSeller-BFYet #best-block .hero-unit {
  display: none;
}

@media (max-width: 768px) {
  /* line 234, ../../../scss/default/pages/_home.scss */
  #best-block h2,
  #award-block h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
/* line 242, ../../../scss/default/pages/_home.scss */
#best-block h4,
#award-block h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 242, ../../../scss/default/pages/_home.scss */
  #best-block h4,
  #award-block h4 {
    font-size: 14px;
    padding: 0 6%;
  }
}
/* line 254, ../../../scss/default/pages/_home.scss */
#best-block p,
#award-block p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 768px) {
  /* line 254, ../../../scss/default/pages/_home.scss */
  #best-block p,
  #award-block p {
    padding: 0 6%;
  }
}

/* line 265, ../../../scss/default/pages/_home.scss */
#routine-block {
  border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
  /* line 265, ../../../scss/default/pages/_home.scss */
  #routine-block {
    border: 0;
  }
}
/* line 272, ../../../scss/default/pages/_home.scss */
#routine-block img {
  width: 100%;
}
/* line 276, ../../../scss/default/pages/_home.scss */
#routine-block #routine-block-contents {
  padding-top: 60px;
  padding-bottom: 100px;
}
/* line 280, ../../../scss/default/pages/_home.scss */
#routine-block #routine-block-contents small {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  /* line 280, ../../../scss/default/pages/_home.scss */
  #routine-block #routine-block-contents small {
    display: none;
  }
}
/* line 291, ../../../scss/default/pages/_home.scss */
#routine-block #routine-block-contents h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 32px;
  padding: 10px 0px;
  margin: 0;
}
@media (max-width: 768px) {
  /* line 291, ../../../scss/default/pages/_home.scss */
  #routine-block #routine-block-contents h4 {
    font-size: 20px;
  }
}
/* line 303, ../../../scss/default/pages/_home.scss */
#routine-block #routine-block-contents p {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 30px;
  width: 75%;
  margin: 10px auto;
}
@media (max-width: 768px) {
  /* line 303, ../../../scss/default/pages/_home.scss */
  #routine-block #routine-block-contents p {
    font-size: 14px;
    width: 90%;
    line-height: 22px;
    padding: 0 6%;
  }
}
/* line 319, ../../../scss/default/pages/_home.scss */
#routine-block #routine-block-contents .button {
  font-size: 18px;
}

/* line 326, ../../../scss/default/pages/_home.scss */
#award-block {
  overflow: hidden;
  padding: 40px 0;
}
/* line 330, ../../../scss/default/pages/_home.scss */
#award-block .award-products {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 330, ../../../scss/default/pages/_home.scss */
  #award-block .award-products {
    width: 100%;
  }
}
/* line 341, ../../../scss/default/pages/_home.scss */
#award-block .award-products .award-block-product {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
/* line 346, ../../../scss/default/pages/_home.scss */
#award-block .award-products .award-block-product img {
  width: 100%;
}
/* line 350, ../../../scss/default/pages/_home.scss */
#award-block .award-products .award-block-product img.award {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30%;
  z-index: 99;
}
@media (max-width: 768px) {
  /* line 350, ../../../scss/default/pages/_home.scss */
  #award-block .award-products .award-block-product img.award {
    top: 10px;
    right: 10px;
    width: 25%;
  }
}
/* line 364, ../../../scss/default/pages/_home.scss */
#award-block .award-products .award-block-product .award-info-wrapper {
  display: flex;
  flex-direction: column;
}
/* line 368, ../../../scss/default/pages/_home.scss */
#award-block .award-products .award-block-product .award-info-wrapper .award-name {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #414141;
  letter-spacing: -0.6px;
  padding: 0 15px;
}
/* line 377, ../../../scss/default/pages/_home.scss */
#award-block .award-products .award-block-product .award-info-wrapper > a {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #414141;
  letter-spacing: 0;
}

/* line 390, ../../../scss/default/pages/_home.scss */
#media-block {
  background-color: #F2F2F2;
  padding: 70px 25%;
  margin-top: 80px;
}
@media (max-width: 768px) {
  /* line 390, ../../../scss/default/pages/_home.scss */
  #media-block {
    padding: 40px;
  }
}
/* line 400, ../../../scss/default/pages/_home.scss */
#media-block p.headline {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 768px) {
  /* line 400, ../../../scss/default/pages/_home.scss */
  #media-block p.headline {
    font-size: 20px;
    line-height: 30px;
  }
}
/* line 411, ../../../scss/default/pages/_home.scss */
#media-block .lSPager {
  margin-bottom: 20px;
}
/* line 415, ../../../scss/default/pages/_home.scss */
#media-block .line {
  background-color: #ccc;
  height: 1px;
  width: 310px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 415, ../../../scss/default/pages/_home.scss */
  #media-block .line {
    display: none;
  }
}
/* line 426, ../../../scss/default/pages/_home.scss */
#media-block img {
  width: auto;
  margin: 40px 0 60px;
}
@media (max-width: 768px) {
  /* line 426, ../../../scss/default/pages/_home.scss */
  #media-block img {
    margin-top: 12px;
  }
}
/* line 435, ../../../scss/default/pages/_home.scss */
#media-block p.bottomline {
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  color: #414141;
}
@media (max-width: 768px) {
  /* line 435, ../../../scss/default/pages/_home.scss */
  #media-block p.bottomline {
    font-size: 12px;
  }
}

/* line 448, ../../../scss/default/pages/_home.scss */
#best-block .hero-unit {
  padding: 80px 0 20px;
}
@media (max-width: 768px) {
  /* line 448, ../../../scss/default/pages/_home.scss */
  #best-block .hero-unit {
    padding: 0;
  }
}

/* line 457, ../../../scss/default/pages/_home.scss */
.home-about-us-container {
  padding: 80px auto;
}
@media (max-width: 768px) {
  /* line 457, ../../../scss/default/pages/_home.scss */
  .home-about-us-container {
    border-top: 0;
    border-bottom: 0;
    padding: 0px 0px;
    margin: 60 px 0px;
  }
}

/* line 468, ../../../scss/default/pages/_home.scss */
.home-about-us {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto;
}
/* line 473, ../../../scss/default/pages/_home.scss */
.home-about-us .col-50 {
  flex: 1;
  flex-basis: 50%;
  padding: 0px 20px;
}
@media (max-width: 768px) {
  /* line 473, ../../../scss/default/pages/_home.scss */
  .home-about-us .col-50 {
    flex-basis: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  /* line 483, ../../../scss/default/pages/_home.scss */
  .home-about-us .col-50.hide-xs {
    display: none;
  }
}
/* line 490, ../../../scss/default/pages/_home.scss */
.home-about-us .text-container {
  font-size: 22px;
  flex-basis: 75%;
  margin: 80px auto 0 auto;
}
@media (max-width: 768px) {
  /* line 490, ../../../scss/default/pages/_home.scss */
  .home-about-us .text-container {
    margin: 40px 6%;
    flex-basis: auto;
  }
}
/* line 500, ../../../scss/default/pages/_home.scss */
.home-about-us .text-container h2 {
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
}
/* line 507, ../../../scss/default/pages/_home.scss */
.home-about-us .text-container a {
  font-size: 16px;
}
@media (max-width: 768px) {
  /* line 507, ../../../scss/default/pages/_home.scss */
  .home-about-us .text-container a {
    background-color: #414141;
    border-color: #414141;
    color: white;
  }
}
/* line 517, ../../../scss/default/pages/_home.scss */
.home-about-us .text-container p {
  line-height: 30px;
  margin: 33px 0px;
}
@media (max-width: 768px) {
  /* line 517, ../../../scss/default/pages/_home.scss */
  .home-about-us .text-container p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
/* line 526, ../../../scss/default/pages/_home.scss */
.home-about-us .text-container p strong {
  font-weight: 600;
}
/* line 532, ../../../scss/default/pages/_home.scss */
.home-about-us img {
  max-width: 100%;
  width: 100%;
}

/* line 538, ../../../scss/default/pages/_home.scss */
.video-open {
  cursor: pointer;
}

/* line 542, ../../../scss/default/pages/_home.scss */
#video-modal {
  display: none;
  height: 100%;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
/* line 552, ../../../scss/default/pages/_home.scss */
#video-modal .close {
  position: absolute;
  top: 50px;
  left: 50px;
  cursor: pointer;
}
/* line 559, ../../../scss/default/pages/_home.scss */
#video-modal iframe {
  height: 80%;
  width: 80%;
  margin: auto auto;
}

@media (min-width: 1050px) {
  /* line 568, ../../../scss/default/pages/_home.scss */
  .appearer {
    opacity: 1;
    padding-top: 20px;
  }
  /* line 576, ../../../scss/default/pages/_home.scss */
  .appearer.button {
    padding: 10px 80px !important;
  }

  /* line 582, ../../../scss/default/pages/_home.scss */
  .inview {
    opacity: 1;
    padding: 0;
  }
}
/* line 589, ../../../scss/default/pages/_home.scss */
#login-wrap {
  width: 320px;
  border: 1px solid #cccccc;
  opacity: 0;
  padding: 40px;
  position: absolute;
  background-color: white;
  z-index: 100;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  visibility: hidden;
}
/* line 601, ../../../scss/default/pages/_home.scss */
#login-wrap.active {
  visibility: visible;
  opacity: 1;
}
/* line 606, ../../../scss/default/pages/_home.scss */
#login-wrap .error-form {
  color: #D43742 !important;
  font-size: 14px;
  padding-bottom: 16px;
}
/* line 612, ../../../scss/default/pages/_home.scss */
#login-wrap .close-login-block {
  position: absolute;
  top: 15px;
  left: 13px;
}
@media (max-width: 768px) {
  /* line 589, ../../../scss/default/pages/_home.scss */
  #login-wrap {
    width: 100%;
    border-top: 1px solid #414141;
    border-bottom: 1px solid #414141;
  }
}
/* line 624, ../../../scss/default/pages/_home.scss */
#login-wrap h1,
#login-wrap .login-wrap-title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-align: center;
  padding-bottom: 18px;
  margin-top: 0px;
}
/* line 637, ../../../scss/default/pages/_home.scss */
#login-wrap h2 {
  display: none;
}
/* line 641, ../../../scss/default/pages/_home.scss */
#login-wrap .form-component {
  margin-bottom: 10px;
}
/* line 645, ../../../scss/default/pages/_home.scss */
#login-wrap .form-row-button {
  margin-top: 15px;
}
/* line 648, ../../../scss/default/pages/_home.scss */
#login-wrap .form-row-button button {
  display: block;
  width: 100%;
  height: 47px;
}
/* line 655, ../../../scss/default/pages/_home.scss */
#login-wrap .crememberme {
  display: none;
}
/* line 659, ../../../scss/default/pages/_home.scss */
#login-wrap #pr {
  text-align: center;
  margin-top: 21px;
  margin-bottom: 17px;
}
/* line 664, ../../../scss/default/pages/_home.scss */
#login-wrap #pr a {
  color: #888888;
}
/* line 669, ../../../scss/default/pages/_home.scss */
#login-wrap #login-page-new {
  padding-top: 26px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.2px;
  border-top: 1px solid #979797;
  width: 100%;
  margin: 0 auto;
}
/* line 679, ../../../scss/default/pages/_home.scss */
#login-wrap #login-page-new a {
  font-weight: 600;
  color: #D43742;
}
@media (max-width: 768px) {
  /* line 669, ../../../scss/default/pages/_home.scss */
  #login-wrap #login-page-new {
    padding-top: 6%;
  }
}

/* line 690, ../../../scss/default/pages/_home.scss */
#registered-menu {
  border: solid 1px #cccccc;
  padding: 23px 26px 15px 29px;
  width: 229px;
  font-weight: 400;
  color: #414141;
  display: none;
  position: absolute;
  background-color: white;
  z-index: 100;
  font-size: 14px;
}
/* line 702, ../../../scss/default/pages/_home.scss */
#registered-menu .firstitem {
  margin-top: 0;
  padding-top: 0;
}
/* line 707, ../../../scss/default/pages/_home.scss */
#registered-menu li {
  padding-top: 16px;
}
/* line 711, ../../../scss/default/pages/_home.scss */
#registered-menu .lastitem {
  margin-bottom: 20px;
}
/* line 715, ../../../scss/default/pages/_home.scss */
#registered-menu .menu-logout {
  border-top: solid 1px #979797;
  padding-top: 12px;
}
/* line 720, ../../../scss/default/pages/_home.scss */
#registered-menu object {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin-right: 10px;
}

/* line 1, ../../../scss/default/pages/_grid.scss */
.grid-banner {
  width: 100%;
  position: relative;
  text-align: center;
  /*@include respond-to('small') {
		height: 100px;
	}*/
}
/* line 8, ../../../scss/default/pages/_grid.scss */
.grid-banner img {
  width: 100%;
}
@media (max-width: 768px) {
  /* line 12, ../../../scss/default/pages/_grid.scss */
  .grid-banner.banner-top img {
    display: none;
  }
}
/* line 18, ../../../scss/default/pages/_grid.scss */
.grid-banner.banner-top .mobile-img img {
  display: none;
}
@media (max-width: 768px) {
  /* line 18, ../../../scss/default/pages/_grid.scss */
  .grid-banner.banner-top .mobile-img img {
    display: block;
  }
}
/* line 25, ../../../scss/default/pages/_grid.scss */
.grid-banner .banner-texts-white,
.grid-banner .banner-texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  /* line 25, ../../../scss/default/pages/_grid.scss */
  .grid-banner .banner-texts-white,
  .grid-banner .banner-texts {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
/* line 37, ../../../scss/default/pages/_grid.scss */
.grid-banner .banner-texts-white h1,
.grid-banner .banner-texts h1 {
  line-height: 45.6px;
  letter-spacing: 0;
}
/* line 41, ../../../scss/default/pages/_grid.scss */
.grid-banner .banner-texts-white h4,
.grid-banner .banner-texts h4 {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 22.4px;
}
/* line 48, ../../../scss/default/pages/_grid.scss */
.grid-banner .banner-texts-white {
  color: #fff;
}
@media (max-width: 768px) {
  /* line 48, ../../../scss/default/pages/_grid.scss */
  .grid-banner .banner-texts-white {
    position: absolute;
    margin: 5vh 10vw;
    top: 0;
  }
}

@media (max-width: 768px) {
  /* line 59, ../../../scss/default/pages/_grid.scss */
  .breadcrumb {
    display: none;
  }
}

/* line 65, ../../../scss/default/pages/_grid.scss */
.badge {
  display: none;
}

/* line 69, ../../../scss/default/pages/_grid.scss */
.badge-alert-circle {
  background-color: #414141;
  font-weight: 600;
  color: white;
  letter-spacing: 1.25px;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 5px;
  position: absolute;
  display: inline-block;
  font-size: 12px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 8%;
  right: 8%;
  z-index: 1;
}
/* line 88, ../../../scss/default/pages/_grid.scss */
.badge-alert-circle .product-price-element .product-price,
.badge-alert-circle .product-price-element .bundle-separated-price {
  display: none;
}
/* line 93, ../../../scss/default/pages/_grid.scss */
.badge-alert-circle .badge {
  display: block;
}

/* line 98, ../../../scss/default/pages/_grid.scss */
.item-container {
  display: flex;
  flex-flow: row wrap;
}
/* line 102, ../../../scss/default/pages/_grid.scss */
.item-container .hide {
  display: none;
}
/* line 105, ../../../scss/default/pages/_grid.scss */
.item-container .oculta {
  visibility: hidden;
}
/* line 109, ../../../scss/default/pages/_grid.scss */
.item-container .badge-alert {
  background-color: #D43742;
  border: 1px solid #D43742;
  font-weight: 400;
  color: white;
  letter-spacing: 0.25px;
  text-align: center;
  text-transform: uppercase;
  padding: 4px;
  position: absolute;
  display: inline-block;
  min-width: 90px;
  font-size: 12px;
  bottom: 12px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  /* line 109, ../../../scss/default/pages/_grid.scss */
  .item-container .badge-alert {
    font-size: 10px;
    padding: 2px;
  }
}
/* line 131, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf,
.item-container .product-container {
  flex: 1 0 calc(33.333% - 10px);
  max-width: 33%;
}
@media (max-width: 768px) {
  /* line 131, ../../../scss/default/pages/_grid.scss */
  .item-container .product-container-bf,
  .item-container .product-container {
    flex: 1 0 calc(50% - 10px);
    max-width: 50%;
  }
}
/* line 141, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-item,
.item-container .product-container .product-item {
  position: relative;
  margin: 20px;
  box-sizing: border-box;
  border: 1px solid white;
}
@media (max-width: 768px) {
  /* line 141, ../../../scss/default/pages/_grid.scss */
  .item-container .product-container-bf .product-item,
  .item-container .product-container .product-item {
    margin: 10px;
  }
}
/* line 149, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-item .imager,
.item-container .product-container .product-item .imager {
  position: relative;
}
/* line 152, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-item:hover,
.item-container .product-container .product-item:hover {
  border: 1px solid #CCC;
}
/* line 156, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-item .sticky-size-selection,
.item-container .product-container .product-item .sticky-size-selection {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 65%;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 165, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-item .bundle-value,
.item-container .product-container .product-item .bundle-value {
  text-align: center;
  padding: 10px 0;
}
/* line 170, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-item .product-pricing.showDiscount,
.item-container .product-container .product-item .product-pricing.showDiscount {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
/* line 174, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-item .product-pricing.showDiscount .product-standard-price,
.item-container .product-container .product-item .product-pricing.showDiscount .product-standard-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 16px;
  order: 2;
}
/* line 180, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-item .product-pricing.showDiscount .product-sales-price,
.item-container .product-container .product-item .product-pricing.showDiscount .product-sales-price {
  order: 1;
  color: #D43742;
  margin-right: 16px;
}
/* line 187, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf img,
.item-container .product-container img {
  width: 100%;
}
/* line 190, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .add_to_cart,
.item-container .product-container .add_to_cart {
  padding: 13px 10px;
  font-weight: 600;
  background-color: #313131;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 768px) {
  /* line 190, ../../../scss/default/pages/_grid.scss */
  .item-container .product-container-bf .add_to_cart,
  .item-container .product-container .add_to_cart {
    display: none;
  }
}
/* line 203, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .add_to_cart:hover,
.item-container .product-container .add_to_cart:hover {
  background-color: #D43742;
}
/* line 207, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-content,
.item-container .product-container .product-content {
  padding: 10px;
}
/* line 210, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf h4,
.item-container .product-container h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
  height: 42px;
}
@media (max-width: 768px) {
  /* line 210, ../../../scss/default/pages/_grid.scss */
  .item-container .product-container-bf h4,
  .item-container .product-container h4 {
    font-size: 16px;
    height: 57px;
  }
}
/* line 222, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf p,
.item-container .product-container p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-overflow: ellipsis;
  max-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px;
}
@media (max-width: 768px) {
  /* line 222, ../../../scss/default/pages/_grid.scss */
  .item-container .product-container-bf p,
  .item-container .product-container p {
    font-size: 14px;
  }
}
/* line 235, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-pricing,
.item-container .product-container .product-pricing {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  /* line 235, ../../../scss/default/pages/_grid.scss */
  .item-container .product-container-bf .product-pricing,
  .item-container .product-container .product-pricing {
    font-size: 18px;
  }
}
/* line 242, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-pricing .product-price,
.item-container .product-container .product-pricing .product-price {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 38.4px;
}
@media (max-width: 768px) {
  /* line 242, ../../../scss/default/pages/_grid.scss */
  .item-container .product-container-bf .product-pricing .product-price,
  .item-container .product-container .product-pricing .product-price {
    display: block;
  }
}
/* line 249, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-pricing .product-price .price-sales,
.item-container .product-container .product-pricing .product-price .price-sales {
  color: #D43742;
  margin-right: 20px;
}
/* line 253, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-pricing .product-price .price-standard,
.item-container .product-container .product-pricing .product-price .price-standard {
  text-decoration: line-through;
  order: 1;
}
/* line 259, ../../../scss/default/pages/_grid.scss */
.item-container .product-container-bf .product-promo,
.item-container .product-container .product-promo {
  display: none;
}
@media (max-width: 768px) {
  /* line 264, ../../../scss/default/pages/_grid.scss */
  .item-container .product-container-bf {
    flex: 1 0 calc(100% - 10px);
    max-width: 100%;
  }
}

/* line 272, ../../../scss/default/pages/_grid.scss */
#bread-container {
  padding: 14px 0px;
  font-size: 13px;
}
/* line 276, ../../../scss/default/pages/_grid.scss */
#bread-container .breadcrumb-item:before {
  padding: 8px;
  color: black;
  content: "\003e";
}

/* line 283, ../../../scss/default/pages/_grid.scss */
.pagination {
  padding: 80px;
  text-align: center;
}

/* line 1, ../../../scss/default/pages/_static-pages.scss */
.static-pages {
  margin-top: 80px;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/_static-pages.scss */
  .static-pages {
    margin-top: 20px;
    padding: 0px 10px;
  }
}
@media (max-width: 1199px) {
  /* line 1, ../../../scss/default/pages/_static-pages.scss */
  .static-pages {
    padding: 0px 20px;
  }
}
/* line 10, ../../../scss/default/pages/_static-pages.scss */
.static-pages h1 {
  font-size: 45px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  /* line 10, ../../../scss/default/pages/_static-pages.scss */
  .static-pages h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
/* line 18, ../../../scss/default/pages/_static-pages.scss */
.static-pages h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 18, ../../../scss/default/pages/_static-pages.scss */
  .static-pages h2 {
    font-size: 21px;
  }
}
/* line 25, ../../../scss/default/pages/_static-pages.scss */
.static-pages h3 {
  font-size: 21px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 25, ../../../scss/default/pages/_static-pages.scss */
  .static-pages h3 {
    font-size: 17px;
  }
}
/* line 32, ../../../scss/default/pages/_static-pages.scss */
.static-pages .block {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  /* line 32, ../../../scss/default/pages/_static-pages.scss */
  .static-pages .block {
    margin-bottom: 40px;
  }
}
/* line 39, ../../../scss/default/pages/_static-pages.scss */
.static-pages p {
  line-height: 22.4px;
  font-size: 16px;
}
@media (max-width: 768px) {
  /* line 39, ../../../scss/default/pages/_static-pages.scss */
  .static-pages p {
    font-size: 15px;
  }
}
/* line 46, ../../../scss/default/pages/_static-pages.scss */
.static-pages ul {
  list-style: disc;
  margin-left: 18px;
}
/* line 49, ../../../scss/default/pages/_static-pages.scss */
.static-pages ul li {
  margin-bottom: 10px;
  line-height: 22.4px;
  font-size: 16px;
}
/* line 54, ../../../scss/default/pages/_static-pages.scss */
.static-pages ul ul {
  margin: 20px;
  list-style: none;
}
/* line 59, ../../../scss/default/pages/_static-pages.scss */
.static-pages a {
  color: #D43742;
}

/* line 2, ../../../scss/default/pages/_about-us.scss */
.about-us-page .light-gray-block {
  background-color: #F2F2F2;
}
/* line 6, ../../../scss/default/pages/_about-us.scss */
.about-us-page .light-blue-block {
  background-color: #E8F6FE;
}
@media (max-width: 1050px) {
  /* line 11, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .light-gray-block-mobile {
    background-color: #F2F2F2;
  }
  /* line 15, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .features-container {
    padding: 20px 0px;
  }
  /* line 22, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .features-container .lSPager li a {
    background-color: transparent !important;
    border: 1px solid #414141 !important;
  }
  /* line 27, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .features-container .lSPager li.active a {
    background-color: #414141 !important;
    border-color: #414141 !important;
  }
}
/* line 37, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block img {
  max-width: 100%;
}
@media (max-width: 1050px) {
  /* line 36, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block {
    text-align: left;
  }
}
@media (max-width: 1050px) {
  /* line 45, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.flex {
    flex-direction: column-reverse;
  }
  /* line 49, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.flex .left-block,
  .about-us-page .block.flex .right-block {
    width: 100%;
  }
}
/* line 56, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block p {
  font-size: 22px;
  line-height: 30.8px;
}
@media (max-width: 1050px) {
  /* line 56, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block p {
    font-size: 18px !important;
    line-height: 25.2px !important;
  }
}
/* line 66, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block .left-block,
.about-us-page .block .right-block {
  flex-basis: 50%;
}
/* line 71, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block .right-block {
  text-align: right;
}
/* line 75, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block .left-block {
  align-self: center;
}
/* line 79, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block .text-block {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  /* line 79, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block .text-block {
    width: auto;
    margin: 40px 0px;
    padding: 0px 20px;
    max-width: none;
  }
}
/* line 90, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block .text-block h1 {
  margin-bottom: 5px;
  font-size: 45px;
}
@media (max-width: 1050px) {
  /* line 90, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block .text-block h1 {
    line-height: 40px;
  }
}
/* line 99, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block .text-block h2 {
  margin-top: 0px;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 40px;
}
/* line 105, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block .text-block h2.big-title {
  font-size: 45px;
}
@media (max-width: 1050px) {
  /* line 99, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block .text-block h2 {
    line-height: 48px !important;
  }
  /* line 112, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block .text-block h2.big-title {
    font-size: 40px !important;
  }
}
/* line 118, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block .text-block p {
  font-size: 22px;
  margin: 0;
}
@media (max-width: 1050px) {
  /* line 118, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block .text-block p {
    line-height: 25.2px;
    font-size: 18px;
  }
}
/* line 127, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block .text-block p.big-text {
  font-size: 26px;
}
@media (max-width: 1050px) {
  /* line 133, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-1 {
    background-color: transparent;
  }
}
/* line 139, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-2 {
  padding-top: 60px;
}
@media (max-width: 1050px) {
  /* line 139, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-2 {
    background-color: transparent;
  }
}
/* line 147, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-3 {
  margin: 80px 0px;
}
@media (max-width: 1050px) {
  /* line 147, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-3 {
    flex-direction: column;
  }
  /* line 153, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-3 .left-block {
    padding: 0px 20px;
  }
  /* line 157, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-3 .right-block {
    margin: 40px 0px;
  }
  /* line 161, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-3 .text-block {
    width: 100% !important;
  }
}
/* line 166, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-3 .left-block {
  text-align: center;
  align-self: center;
}
/* line 171, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-3 .right-block {
  text-align: left;
  align-self: center;
}
/* line 176, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-3 .big-title {
  margin-bottom: 40px;
}
/* line 180, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-3 .text-block {
  margin: 0;
  width: 50%;
}
/* line 184, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-3 .text-block p {
  margin-bottom: 20px;
  font-size: 22px;
}
/* line 188, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-3 .text-block p .big-title {
  font-size: 26px !important;
  margin: 30px 0px;
}
/* line 197, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-4 .overlapped-text {
  display: inline;
  align-self: center;
  position: absolute;
  max-width: 50%;
}
/* line 204, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-4 img {
  width: 100%;
  align-self: center;
}
/* line 209, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-4 .centered-block {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  /* line 216, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-4 .overlapped-text {
    margin: 40px 0px;
    display: block;
    position: static;
    max-width: none;
  }
  /* line 222, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-4 .overlapped-text .text-block {
    max-width: none;
  }
}
/* line 229, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-5 {
  margin-top: 120px;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  /* line 229, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-5 {
    border-top: 1px solid #cccccc;
    text-align: left;
    margin: 60px 0px;
    padding: 0px 20px;
  }
  /* line 239, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-5 h2 {
    font-size: 40px;
  }
  /* line 243, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-5 p {
    font-size: 16px;
    line-height: 22.4px;
  }
}
/* line 250, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-6 {
  position: relative;
}
@media (max-width: 1050px) {
  /* line 250, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-6 {
    flex-direction: row;
  }
}
/* line 257, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-6 img.video-open {
  max-width: 100%;
  align-self: center;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
/* line 264, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-6 .overlapped-text {
  position: absolute;
  align-self: center;
  width: 100%;
  text-align: center;
  color: white;
}
/* line 271, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-6 .overlapped-text .video-btn {
  display: inline-block;
}
/* line 274, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-6 .overlapped-text .video-btn:hover {
  text-decoration: none !important;
}
/* line 278, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-6 .overlapped-text .video-btn img {
  max-height: 50px;
  vertical-align: middle;
}
/* line 283, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-6 .overlapped-text .video-btn span {
  vertical-align: middle;
  font-weight: 400;
}
/* line 289, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-6 .overlapped-text .video-title {
  font-size: 38px;
}
/* line 293, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-6 .overlapped-text .subtitle {
  font-size: 20px;
  color: white;
}
@media (max-width: 1050px) {
  /* line 299, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-6 .overlapped-text .video-title {
    font-size: 20px;
  }
  /* line 303, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-6 .overlapped-text .subtitle {
    font-size: 17px;
  }
  /* line 308, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-6 .overlapped-text .video-btn img {
    max-height: 40px;
    width: auto;
  }
}
/* line 317, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-7, .about-us-page .block.block-8 {
  margin: 80px auto;
  max-width: 75%;
}
@media (max-width: 1050px) {
  /* line 317, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .block.block-7, .about-us-page .block.block-8 {
    margin: 40px 0px;
    padding: 0px 20px;
    max-width: none;
  }
}
/* line 329, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-9 {
  flex-wrap: wrap;
  justify-content: center;
}
/* line 333, ../../../scss/default/pages/_about-us.scss */
.about-us-page .block.block-9 .block-9 {
  background-color: #F2F2F2;
}
/* line 339, ../../../scss/default/pages/_about-us.scss */
.about-us-page .full-w {
  width: 100%;
}
/* line 343, ../../../scss/default/pages/_about-us.scss */
.about-us-page .feature-item {
  text-align: center;
  width: 33.3333%;
  padding: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1050px) {
  /* line 343, ../../../scss/default/pages/_about-us.scss */
  .about-us-page .feature-item {
    width: 100%;
  }
}
/* line 353, ../../../scss/default/pages/_about-us.scss */
.about-us-page .feature-item .feature-icon {
  margin: 0 auto;
}
/* line 357, ../../../scss/default/pages/_about-us.scss */
.about-us-page .feature-item .feature-title {
  font-size: 26px !important;
  margin-top: 5px;
}
/* line 362, ../../../scss/default/pages/_about-us.scss */
.about-us-page .feature-item .text {
  font-size: 22px;
}

/* line 370, ../../../scss/default/pages/_about-us.scss */
#de #features-block {
  margin-top: 60px;
}
/* line 372, ../../../scss/default/pages/_about-us.scss */
#de #features-block .feature-title {
  font-size: 20px !important;
  margin-top: 5px;
  font-weight: bold;
}
/* line 378, ../../../scss/default/pages/_about-us.scss */
#de #features-block .text {
  font-size: 16px;
  padding: 0px 27px;
  line-height: 1.56;
}
/* line 384, ../../../scss/default/pages/_about-us.scss */
#de .block-product {
  width: 100%;
}
/* line 386, ../../../scss/default/pages/_about-us.scss */
#de .block-product h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 0.56;
  color: #f67065;
  margin-bottom: 0px;
  text-align: center;
}
/* line 394, ../../../scss/default/pages/_about-us.scss */
#de .block-product h4 {
  font-size: 32px;
  text-align: center;
  color: #414141;
  margin-top: 16px;
  font-weight: normal;
}
/* line 401, ../../../scss/default/pages/_about-us.scss */
#de .block-product .block-product-divide {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  /* line 401, ../../../scss/default/pages/_about-us.scss */
  #de .block-product .block-product-divide {
    display: grid;
    width: auto;
  }
}
/* line 410, ../../../scss/default/pages/_about-us.scss */
#de .block-product .block-product-divide .bpd-left {
  flex: 1;
  margin-right: 40px;
}
/* line 414, ../../../scss/default/pages/_about-us.scss */
#de .block-product .block-product-divide .bpd-right {
  flex: 1;
}
@media screen and (max-width: 768px) {
  /* line 414, ../../../scss/default/pages/_about-us.scss */
  #de .block-product .block-product-divide .bpd-right {
    padding: 20px;
  }
}
/* line 419, ../../../scss/default/pages/_about-us.scss */
#de .block-product .block-product-divide .bpd-right p {
  font-size: 16px;
  color: #414141;
  margin-top: 0px;
}
/* line 423, ../../../scss/default/pages/_about-us.scss */
#de .block-product .block-product-divide .bpd-right p.ph {
  width: 250px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 423, ../../../scss/default/pages/_about-us.scss */
  #de .block-product .block-product-divide .bpd-right p.ph {
    width: auto;
  }
}
/* line 431, ../../../scss/default/pages/_about-us.scss */
#de .block-product .block-product-divide .bpd-right h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.63;
  color: #f67065;
  margin-top: 23px;
  margin-bottom: 0px;
}
/* line 440, ../../../scss/default/pages/_about-us.scss */
#de .block-product .block-product-divide .bpd-right button {
  position: relative;
  font-weight: 500;
  display: flex;
  border: none;
  width: 250px;
  height: 56px;
  align-items: center;
  justify-content: center;
}
/* line 449, ../../../scss/default/pages/_about-us.scss */
#de .block-product .block-product-divide .bpd-right button svg {
  fill: #fff;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  /* line 440, ../../../scss/default/pages/_about-us.scss */
  #de .block-product .block-product-divide .bpd-right button {
    width: 100%;
  }
}
/* line 462, ../../../scss/default/pages/_about-us.scss */
#de .videocont {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #d8d8d8;
}
/* line 466, ../../../scss/default/pages/_about-us.scss */
#de .videocont .container, #de .videocont .small-container {
  max-width: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 471, ../../../scss/default/pages/_about-us.scss */
  #de .videocont iframe {
    width: 100%;
    height: auto;
  }
}
/* line 478, ../../../scss/default/pages/_about-us.scss */
#de .block-special h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 0.56;
  color: #f67065;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 478, ../../../scss/default/pages/_about-us.scss */
  #de .block-special h3 {
    line-height: 1;
  }
}
/* line 489, ../../../scss/default/pages/_about-us.scss */
#de .block-special h4 {
  font-size: 26px;
  text-align: center;
  color: #414141;
  margin-top: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  /* line 489, ../../../scss/default/pages/_about-us.scss */
  #de .block-special h4 {
    display: none;
  }
}
/* line 499, ../../../scss/default/pages/_about-us.scss */
#de .block-special p {
  font-size: 18px;
  width: 900px;
  margin: 0 auto 43px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 499, ../../../scss/default/pages/_about-us.scss */
  #de .block-special p {
    width: auto;
    margin: 0 20px;
  }
}
/* line 510, ../../../scss/default/pages/_about-us.scss */
#de .ingredients {
  display: flex;
  width: 1400px;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 768px) {
  /* line 510, ../../../scss/default/pages/_about-us.scss */
  #de .ingredients {
    display: grid;
    width: auto;
  }
}
/* line 518, ../../../scss/default/pages/_about-us.scss */
#de .ingredients .ingredient-item {
  flex: 1;
  margin-left: 40px;
  margin-right: 40px;
}
/* line 522, ../../../scss/default/pages/_about-us.scss */
#de .ingredients .ingredient-item h5 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #f67065;
  margin-bottom: 16px;
}
/* line 529, ../../../scss/default/pages/_about-us.scss */
#de .ingredients .ingredient-item p {
  font-size: 16px;
  color: #414141;
  line-height: 1.4;
  padding: 0 40px;
  text-align: center;
}
/* line 538, ../../../scss/default/pages/_about-us.scss */
#de .product-section {
  border-top: 0px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  /* line 542, ../../../scss/default/pages/_about-us.scss */
  #de .block-4 {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  /* line 546, ../../../scss/default/pages/_about-us.scss */
  #de .block-4 .desktop {
    display: none;
  }
}
/* line 550, ../../../scss/default/pages/_about-us.scss */
#de .block-4 .desktop img {
  width: 100%;
  align-self: center;
}
/* line 555, ../../../scss/default/pages/_about-us.scss */
#de .block-4 .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 555, ../../../scss/default/pages/_about-us.scss */
  #de .block-4 .mobile {
    display: inline;
  }
}
/* line 560, ../../../scss/default/pages/_about-us.scss */
#de .block-4 .mobile img {
  width: 100%;
  align-self: center;
}
/* line 566, ../../../scss/default/pages/_about-us.scss */
#de .overlapped-text {
  max-width: 55%;
}
/* line 568, ../../../scss/default/pages/_about-us.scss */
#de .overlapped-text .centered-block {
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  /* line 568, ../../../scss/default/pages/_about-us.scss */
  #de .overlapped-text .centered-block {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    max-width: 100%;
  }
}
/* line 577, ../../../scss/default/pages/_about-us.scss */
#de .overlapped-text .centered-block p {
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
}
/* line 582, ../../../scss/default/pages/_about-us.scss */
#de .overlapped-text .centered-block .big-title-ok {
  text-align: center;
  color: #f67065;
  margin-top: 40px;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  /* line 582, ../../../scss/default/pages/_about-us.scss */
  #de .overlapped-text .centered-block .big-title-ok {
    margin-top: 10px;
    font-size: 18px;
  }
}
/* line 594, ../../../scss/default/pages/_about-us.scss */
#de .block-three {
  width: 100%;
  display: flex;
  margin: 18px;
}
@media screen and (max-width: 768px) {
  /* line 594, ../../../scss/default/pages/_about-us.scss */
  #de .block-three {
    display: grid;
  }
}
/* line 601, ../../../scss/default/pages/_about-us.scss */
#de .block-three .item {
  flex: 1;
  margin-right: 37px;
}
/* line 606, ../../../scss/default/pages/_about-us.scss */
#de .about-us-page .block .text-block {
  width: 60%;
}
/* line 609, ../../../scss/default/pages/_about-us.scss */
#de .block-sliders {
  background-color: #f2f2f2;
  text-align: center;
  padding: 22px;
}
/* line 613, ../../../scss/default/pages/_about-us.scss */
#de .block-sliders .bs-container {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 613, ../../../scss/default/pages/_about-us.scss */
  #de .block-sliders .bs-container {
    width: auto;
  }
}
/* line 620, ../../../scss/default/pages/_about-us.scss */
#de .block-sliders h3 {
  font-size: 35px;
  line-height: 1.54;
  color: #f67065;
}
/* line 625, ../../../scss/default/pages/_about-us.scss */
#de .block-sliders p {
  font-size: 16px;
  line-height: 1.58;
  color: #414141;
}
/* line 630, ../../../scss/default/pages/_about-us.scss */
#de .block-sliders .bs-dividers {
  display: flex;
  margin: 0 auto;
  width: 900px;
}
@media screen and (max-width: 768px) {
  /* line 630, ../../../scss/default/pages/_about-us.scss */
  #de .block-sliders .bs-dividers {
    display: grid;
    width: auto;
  }
}
/* line 638, ../../../scss/default/pages/_about-us.scss */
#de .block-sliders .bs-dividers .bsd-item {
  flex: 1;
  margin-right: 10px;
  background-color: transparent;
  width: 100%;
  height: auto;
}
/* line 644, ../../../scss/default/pages/_about-us.scss */
#de .block-sliders .bs-dividers .bsd-item .image-title-after,
#de .block-sliders .bs-dividers .bsd-item .image-title-before {
  position: absolute;
  top: 10px;
  width: 104px;
  height: 33px;
  border-radius: 4px;
  background-color: #d8d8d8;
}
/* line 652, ../../../scss/default/pages/_about-us.scss */
#de .block-sliders .bs-dividers .bsd-item .image-title-after p,
#de .block-sliders .bs-dividers .bsd-item .image-title-before p {
  width: auto;
  height: auto;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  color: #414141;
  float: none;
  margin: auto;
}
/* line 665, ../../../scss/default/pages/_about-us.scss */
#de .block-sliders .bs-dividers .bsd-item .image-title-before {
  left: 10px;
}
/* line 668, ../../../scss/default/pages/_about-us.scss */
#de .block-sliders .bs-dividers .bsd-item .image-title-after {
  right: 10px;
}
/* line 673, ../../../scss/default/pages/_about-us.scss */
#de .block-sliders .data-on-file-Effic {
  width: 684px;
  height: 39px;
  font-family: Raleway;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #414141;
  float: none;
  margin: auto;
}
@media screen and (max-width: 768px) {
  /* line 673, ../../../scss/default/pages/_about-us.scss */
  #de .block-sliders .data-on-file-Effic {
    width: auto;
    height: auto;
  }
}

/* line 2, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container {
  max-width: 685px;
  padding-right: 40px;
  padding-bottom: 135px;
}
@media (max-width: 1050px) {
  /* line 2, ../../../scss/default/pages/product/_product-image.scss */
  .product-image-container {
    max-width: 550px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  /* line 2, ../../../scss/default/pages/product/_product-image.scss */
  .product-image-container {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
    padding-right: 0;
  }
}
/* line 18, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-primary-image {
  position: relative;
  text-align: center;
  max-width: 645px;
  max-height: 645px;
  margin: auto;
  background-size: 0 0;
  cursor: url("../images/more.png") 0 0, auto;
}
/* line 25, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-primary-image img {
  max-width: 100%;
}
@media (max-width: 768px) {
  /* line 18, ../../../scss/default/pages/product/_product-image.scss */
  .product-image-container .product-primary-image {
    display: none;
  }
}
/* line 32, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-primary-image.active {
  cursor: url("../images/less.png") 0 0, auto;
  background-position: 50% 50%;
  background-size: 200% 200%;
  overflow: hidden;
}
/* line 37, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-primary-image.active > img {
  transition: opacity .5s;
  display: block;
}
/* line 38, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-primary-image.active > img:hover {
  opacity: 0;
}
/* line 46, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-primary-image.zoom-disabled > img {
  opacity: 1;
  cursor: initial;
}
/* line 52, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
/* line 57, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .product-thumbnails {
  flex: 1;
}
/* line 60, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .carousel-arrow {
  cursor: pointer;
}
/* line 62, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .carousel-arrow.right {
  margin-left: 20px;
}
/* line 63, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .carousel-arrow.left {
  margin-right: 20px;
}
@media (max-width: 768px) {
  /* line 60, ../../../scss/default/pages/product/_product-image.scss */
  .product-image-container .product-secondary-images .carousel-arrow {
    display: none;
  }
}
/* line 67, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .carousel-arrow svg {
  fill: #cccccc;
  width: 2.5em;
  height: 2.5em;
}
/* line 75, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .secondary-images-carousel .product-carousel-item {
  text-align: center;
  display: flex;
  align-items: flex-start;
  position: relative;
  opacity: 0.7;
  max-width: 89px;
}
@media (max-width: 768px) {
  /* line 75, ../../../scss/default/pages/product/_product-image.scss */
  .product-image-container .product-secondary-images .secondary-images-carousel .product-carousel-item {
    max-width: none;
    opacity: 1;
  }
}
/* line 86, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .secondary-images-carousel .product-carousel-item.showing {
  opacity: 1;
}
/* line 90, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .secondary-images-carousel .product-carousel-item.video-open .video-player {
  display: block;
}
/* line 94, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .secondary-images-carousel .product-carousel-item .video-player {
  display: none;
  position: absolute;
  align-self: center;
  width: 100%;
  text-align: center;
}
/* line 100, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .secondary-images-carousel .product-carousel-item .video-player svg {
  fill: white;
}
/* line 104, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .secondary-images-carousel .product-carousel-item img {
  width: 100%;
  border: 1px solid #CCC;
}
@media (max-width: 768px) {
  /* line 104, ../../../scss/default/pages/product/_product-image.scss */
  .product-image-container .product-secondary-images .secondary-images-carousel .product-carousel-item img {
    border: none;
  }
}
/* line 113, ../../../scss/default/pages/product/_product-image.scss */
.product-image-container .product-secondary-images .secondary-images-carousel .product-carousel-item.showing img {
  border: 1px solid rgba(136, 136, 136, 0.7);
}
@media (max-width: 768px) {
  /* line 113, ../../../scss/default/pages/product/_product-image.scss */
  .product-image-container .product-secondary-images .secondary-images-carousel .product-carousel-item.showing img {
    border: none;
  }
}

/* line 1, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details {
  max-width: 1163px;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  /* line 1, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
/* line 15, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-labels {
  margin-bottom: 20px;
}
/* line 17, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-labels .product-label {
  background-color: #D43742;
  height: 20px;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}
/* line 27, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail {
  max-width: 440px;
  flex: 1;
}
/* line 30, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail h1 {
  font-size: 38px;
  letter-spacing: 0;
  line-height: 45.6px;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  /* line 30, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
/* line 41, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail #product-content {
  margin-top: 20px;
}
@media (max-width: 768px) {
  /* line 41, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail #product-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
}
/* line 48, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail #product-content > .product-price-element {
  display: flex;
  padding-top: 50px;
  align-items: baseline;
}
@media (max-width: 768px) {
  /* line 48, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail #product-content > .product-price-element {
    display: none;
  }
}
/* line 56, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail #product-content > .product-price-element > .product-price {
  display: flex;
  margin-right: 10px;
}
/* line 60, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail #product-content > .product-price-element > .badge {
  display: none;
}
/* line 66, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-short-description {
  margin-top: 0;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 31.2px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 66, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-short-description {
    margin-top: 0px;
    font-size: 21px;
    margin-bottom: 15px;
    order: 1;
  }
}
/* line 80, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-description {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 22.4px;
}
@media (max-width: 768px) {
  /* line 80, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-description {
    order: 1;
  }
}
@media (max-width: 768px) {
  /* line 89, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .isdin_shade {
    order: 0;
  }
}
@media (max-width: 768px) {
  /* line 94, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .isdin_size {
    order: 1;
  }
}
/* line 99, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-size {
  margin-top: 25px;
}
@media (max-width: 768px) {
  /* line 99, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-size {
    order: 1;
  }
}
/* line 105, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-price {
  display: flex;
}
@media (max-width: 768px) {
  /* line 105, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-price {
    margin-left: 30px;
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
  }
}
/* line 114, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-price > span,
.product-main-details .product-detail .product-price > div {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 38.4px;
}
@media (max-width: 768px) {
  /* line 114, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-price > span,
  .product-main-details .product-detail .product-price > div {
    display: block;
  }
}
/* line 123, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-price > span.price-standard,
.product-main-details .product-detail .product-price > div.price-standard {
  color: #D43742;
}
/* line 125, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-price > span.price-standard.has-discount,
.product-main-details .product-detail .product-price > div.price-standard.has-discount {
  order: 2;
  color: #888888;
  text-decoration: line-through;
  font-size: 28px;
  margin-top: 3px;
}
/* line 133, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-price > span.price-sales,
.product-main-details .product-detail .product-price > div.price-sales {
  order: 1;
}
/* line 135, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-price > span.price-sales.default,
.product-main-details .product-detail .product-price > div.price-sales.default {
  color: #D43742;
}
@media (max-width: 768px) {
  /* line 142, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .pdpForm {
    order: 1;
  }
}
/* line 147, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .mobile-price {
  display: none;
}
@media (max-width: 768px) {
  /* line 147, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .mobile-price {
    display: block;
  }
}
/* line 152, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .mobile-price .product-price-element {
  display: inline-block;
  padding-left: 10px;
}
/* line 155, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .mobile-price .product-price-element .product-price {
  display: inline-block;
}
/* line 160, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-add-to-cart {
  display: flex;
  padding-top: 60px;
}
/* line 164, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-add-to-cart:hover {
  background-color: initial;
  color: initial;
  border-color: initial;
}
@media (max-width: 768px) {
  /* line 160, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-add-to-cart {
    justify-content: initial;
  }
}
/* line 172, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-add-to-cart .inventory {
  margin-right: 20px;
}
/* line 174, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-add-to-cart .inventory .quantity-mobile {
  display: none;
}
@media (max-width: 768px) {
  /* line 172, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-add-to-cart .inventory {
    display: flex;
    align-items: center;
    margin-right: 0px;
  }
  /* line 181, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-add-to-cart .inventory .quantity {
    display: none;
    margin: 0;
  }
  /* line 185, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-add-to-cart .inventory .quantity-mobile {
    display: flex;
  }
  /* line 187, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-add-to-cart .inventory .quantity-mobile .form-component {
    margin-bottom: 0;
  }
  /* line 189, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-add-to-cart .inventory .quantity-mobile .form-component .icons-down {
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 193, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-add-to-cart .inventory .quantity-mobile .form-component select {
    min-width: 80px;
    height: 56px;
  }
}
/* line 201, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-add-to-cart #add-to-cart {
  position: relative;
  font-weight: 500;
  display: flex;
  border: none;
  width: 250px;
  height: 56px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 201, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-add-to-cart #add-to-cart {
    display: none;
  }
}
/* line 213, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-add-to-cart #add-to-cart:focus, .product-main-details .product-detail .product-add-to-cart #add-to-cart:hover {
  background-color: transparent;
  color: #D43742;
  border-color: #D43742;
  border: 1px solid;
}
/* line 219, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-add-to-cart #add-to-cart:focus .bag-icon, .product-main-details .product-detail .product-add-to-cart #add-to-cart:hover .bag-icon {
  fill: #D43742;
}
/* line 224, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-add-to-cart #add-to-cart.button-disabled:hover, .product-main-details .product-detail .product-add-to-cart #add-to-cart.button-disabled:focus {
  background-color: #CCC;
}
/* line 229, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-add-to-cart #add-to-cart .bag-icon {
  fill: white;
  margin-top: -3px;
}
/* line 237, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .already-added,
.product-main-details .product-detail .to-be-added {
  cursor: pointer;
}
/* line 240, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .already-added svg,
.product-main-details .product-detail .to-be-added svg {
  width: 25px;
  height: 25px;
  margin-bottom: -5px;
}
/* line 247, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .add-to-wishlist {
  padding-top: 36px;
  padding-bottom: 38px;
  font-size: 14px;
  font-weight: 600;
  order: 3;
}
/* line 253, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .add-to-wishlist .hidden {
  display: none;
}
/* line 256, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .add-to-wishlist object {
  margin-bottom: -5px;
  height: 25px;
  width: 25px;
}
/* line 262, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-promotion-banner {
  margin-top: 15px;
}
@media (max-width: 768px) {
  /* line 262, ../../../scss/default/pages/product/_product-details.scss */
  .product-main-details .product-detail .product-promotion-banner {
    order: 2;
  }
}
/* line 268, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-actions {
  margin-top: 50px;
}
/* line 270, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-actions .socialsharing {
  border-top: 1px solid #CCC;
  padding-top: 15px;
}
/* line 273, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-actions .socialsharing > span {
  display: inline-block;
  margin-right: 15px;
  vertical-align: super;
}
/* line 278, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-actions .socialsharing .share-icon {
  margin-right: 10px;
  font-size: 24px;
  color: #CCC;
}
/* line 282, ../../../scss/default/pages/product/_product-details.scss */
.product-main-details .product-detail .product-actions .socialsharing .share-icon > i {
  display: inline-block;
  margin-top: -10px;
}

/* line 1, ../../../scss/default/pages/product/_product-variations.scss */
.variation-wrapper {
  margin-top: 35px;
}
/* line 3, ../../../scss/default/pages/product/_product-variations.scss */
.variation-wrapper .variant-label-value {
  text-transform: capitalize;
}
/* line 7, ../../../scss/default/pages/product/_product-variations.scss */
.variation-wrapper .current-shade .variant-label {
  font-weight: 500;
}
/* line 11, ../../../scss/default/pages/product/_product-variations.scss */
.variation-wrapper .shade-selection {
  display: flex;
  padding-top: 20px;
}
/* line 14, ../../../scss/default/pages/product/_product-variations.scss */
.variation-wrapper .shade-selection .item-shade {
  list-style: none;
  display: inline-block;
  height: 44px;
  width: 44px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
  align-items: center;
  display: flex;
}
/* line 28, ../../../scss/default/pages/product/_product-variations.scss */
.variation-wrapper .shade-selection .item-shade.active {
  border: 1px solid #414141;
}
/* line 32, ../../../scss/default/pages/product/_product-variations.scss */
.variation-wrapper .shade-selection .shade {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
/* line 42, ../../../scss/default/pages/product/_product-variations.scss */
.variation-wrapper .size-selection .svg-nostock {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 49, ../../../scss/default/pages/product/_product-variations.scss */
.variation-wrapper .size-selection .size-variation {
  position: relative;
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  height: 40px;
  padding: 10px;
  min-width: 100px;
  text-align: center;
  font-size: 14px;
  color: #414141;
  letter-spacing: 0.17px;
  line-height: 16.8px;
  border: 1px solid #CCC;
}
/* line 64, ../../../scss/default/pages/product/_product-variations.scss */
.variation-wrapper .size-selection .size-variation.active {
  border: 1px solid #414141;
  background-color: #EBEBEB;
}
/* line 68, ../../../scss/default/pages/product/_product-variations.scss */
.variation-wrapper .size-selection .size-variation.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

/* line 1, ../../../scss/default/pages/product/components/_section-module-tiles.scss */
.section-module-tiles {
  padding-top: 50px;
  display: flex;
  justify-content: space-evenly;
  max-width: 1163px;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/product/components/_section-module-tiles.scss */
  .section-module-tiles {
    display: block;
    padding: 0;
  }
}
/* line 11, ../../../scss/default/pages/product/components/_section-module-tiles.scss */
.section-module-tiles .section-tile {
  max-width: 325px;
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 11, ../../../scss/default/pages/product/components/_section-module-tiles.scss */
  .section-module-tiles .section-tile {
    margin: auto;
    margin-bottom: 25px;
  }
}
/* line 19, ../../../scss/default/pages/product/components/_section-module-tiles.scss */
.section-module-tiles .section-tile .section-tile-description {
  padding-top: 25px;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 22.4px;
}
@media (max-width: 768px) {
  /* line 19, ../../../scss/default/pages/product/components/_section-module-tiles.scss */
  .section-module-tiles .section-tile .section-tile-description {
    padding: 25px 20px 0;
  }
}
/* line 30, ../../../scss/default/pages/product/components/_section-module-tiles.scss */
.section-module-tiles .sm-12-md-6 {
  max-width: 100%;
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  /* line 30, ../../../scss/default/pages/product/components/_section-module-tiles.scss */
  .section-module-tiles .sm-12-md-6 {
    width: 100%;
    padding: 5px 0;
  }
}
/* line 39, ../../../scss/default/pages/product/components/_section-module-tiles.scss */
.section-module-tiles .sm-12-md-4 {
  max-width: 100%;
  width: 33%;
  padding: 10px;
}
@media (max-width: 768px) {
  /* line 39, ../../../scss/default/pages/product/components/_section-module-tiles.scss */
  .section-module-tiles .sm-12-md-4 {
    width: 100%;
    padding: 5px 0;
  }
}

/* line 2, ../../../scss/default/pages/product/components/_section-module-videos.scss */
.section-module-video .section-module-video-wrapper {
  position: relative;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  /* line 2, ../../../scss/default/pages/product/components/_section-module-videos.scss */
  .section-module-video .section-module-video-wrapper {
    padding-top: 50px;
  }
}
/* line 8, ../../../scss/default/pages/product/components/_section-module-videos.scss */
.section-module-video .section-module-video-wrapper > img {
  width: 100%;
  cursor: pointer;
}
/* line 12, ../../../scss/default/pages/product/components/_section-module-videos.scss */
.section-module-video .section-module-video-wrapper .video-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  pointer-events: none;
}
/* line 20, ../../../scss/default/pages/product/components/_section-module-videos.scss */
.section-module-video .section-module-video-wrapper .video-content h4 {
  font-size: 38px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 45.6px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 20, ../../../scss/default/pages/product/components/_section-module-videos.scss */
  .section-module-video .section-module-video-wrapper .video-content h4 {
    font-size: 19px;
    line-height: 32.4px;
    padding-top: 0;
    margin-top: 0;
  }
}
/* line 34, ../../../scss/default/pages/product/components/_section-module-videos.scss */
.section-module-video .section-module-video-wrapper .video-content .play-video-banner {
  display: inline-block;
  cursor: pointer;
}
/* line 37, ../../../scss/default/pages/product/components/_section-module-videos.scss */
.section-module-video .section-module-video-wrapper .video-content .play-video-banner .isdinicon-video {
  fill: white;
  width: 3.2em;
  height: 3.2em;
  margin-right: 10px;
}
/* line 43, ../../../scss/default/pages/product/components/_section-module-videos.scss */
.section-module-video .section-module-video-wrapper .video-content .play-video-banner span {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 54px;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
  .section-module-vertical-list {
    padding-top: 25px;
  }
}
/* line 5, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
.section-module-vertical-list .vertical-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
/* line 9, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
.section-module-vertical-list .vertical-list-item.hidden {
  display: none;
}
@media (max-width: 768px) {
  /* line 5, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
  .section-module-vertical-list .vertical-list-item {
    display: block;
    margin-bottom: 25px;
  }
  /* line 13, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
  .section-module-vertical-list .vertical-list-item.hidden {
    display: none;
  }
}
/* line 15, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
.section-module-vertical-list .vertical-list-item .vertical-list-img {
  width: 200px;
}
/* line 17, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
.section-module-vertical-list .vertical-list-item .vertical-list-img > img {
  width: 100%;
}
@media (max-width: 768px) {
  /* line 15, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
  .section-module-vertical-list .vertical-list-item .vertical-list-img {
    margin: auto;
  }
}
/* line 22, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
.section-module-vertical-list .vertical-list-item .vertical-list-text {
  flex: 1;
  margin-left: 40px;
}
@media (max-width: 768px) {
  /* line 22, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
  .section-module-vertical-list .vertical-list-item .vertical-list-text {
    margin-left: 0;
    padding: 20px;
  }
}
/* line 31, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
.section-module-vertical-list .vertical-list-actions {
  padding-top: 25px;
  text-align: center;
  padding-bottom: 25px;
}
/* line 35, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
.section-module-vertical-list .vertical-list-actions > a {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: auto;
  padding: 10px 30px;
  justify-content: space-evenly;
}
/* line 42, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
.section-module-vertical-list .vertical-list-actions > a:hover {
  background-color: initial;
  color: initial;
  border-color: initial;
}
/* line 47, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
.section-module-vertical-list .vertical-list-actions > a .icons-right {
  transition: all .5s ease;
}
/* line 49, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
.section-module-vertical-list .vertical-list-actions > a .icons-right.active {
  transform: rotate(90deg);
  transition: all .5s ease;
}
@media (max-width: 768px) {
  /* line 35, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
  .section-module-vertical-list .vertical-list-actions > a {
    justify-content: space-between;
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 59, ../../../scss/default/pages/product/components/_section-module-verticallists.scss */
  .section-module-vertical-list .vertical-list-actions > a .icons-right {
    display: inline-block;
    margin-left: 10px;
  }
}

/* line 1, ../../../scss/default/pages/product/components/_section-module-compares.scss */
.section-module-compare {
  display: flex;
  margin-top: 45px;
  justify-content: space-evenly;
  padding: 0 20px;
  padding-bottom: 70px;
}
/* line 7, ../../../scss/default/pages/product/components/_section-module-compares.scss */
.section-module-compare .before-label, .section-module-compare .after-label {
  position: absolute;
  background-color: white;
  z-index: 1001;
  padding: 5px 15px;
  font-size: 15px;
  top: 10px;
  opacity: 0.6;
  border-radius: 10px;
}
/* line 17, ../../../scss/default/pages/product/components/_section-module-compares.scss */
.section-module-compare .after-label {
  right: 10px;
}
/* line 20, ../../../scss/default/pages/product/components/_section-module-compares.scss */
.section-module-compare .before-label {
  left: 10px;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/product/components/_section-module-compares.scss */
  .section-module-compare {
    display: block;
  }
}

/* line 30, ../../../scss/default/pages/product/components/_section-module-compares.scss */
.compare-item {
  overflow: hidden;
  max-width: 30%;
  margin: auto;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  /* line 30, ../../../scss/default/pages/product/components/_section-module-compares.scss */
  .compare-item {
    max-width: 330px;
  }
}
/* line 38, ../../../scss/default/pages/product/components/_section-module-compares.scss */
.compare-item img {
  width: 100%;
}

/* line 1, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel {
  padding-bottom: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
  .section-module-mediacarousel {
    padding: 0 30px;
    padding-top: 50px;
  }
}
/* line 9, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel .media-carousel-instance {
  flex: 1;
}
/* line 12, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel .media-carousel-arrow {
  cursor: pointer;
}
/* line 14, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel .media-carousel-arrow.right {
  margin-left: 20px;
}
/* line 15, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel .media-carousel-arrow.left {
  margin-right: 20px;
}
@media (max-width: 768px) {
  /* line 12, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
  .section-module-mediacarousel .media-carousel-arrow {
    display: none;
  }
}
/* line 20, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel .media-item {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  /* line 20, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
  .section-module-mediacarousel .media-item {
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }
}
/* line 28, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel .media-item .media-image {
  display: flex;
  align-items: center;
}
/* line 31, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel .media-item .media-image img {
  margin: auto;
  width: auto;
}
/* line 36, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel .media-item .media-content {
  max-width: 490px;
  margin: auto;
  margin-top: 50px;
}
/* line 40, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel .media-item .media-content .view-more {
  display: flex;
  padding-top: 36px;
}
/* line 43, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel .media-item .media-content .view-more a {
  align-items: center;
  display: flex;
  max-width: 300px;
  margin: auto;
  font-size: 14px;
  color: #D43742;
  letter-spacing: 0.17px;
  line-height: 22.4px;
}
/* line 53, ../../../scss/default/pages/product/components/_section-module-mediacarousel.scss */
.section-module-mediacarousel .media-item .media-content .view-more a .icons-right-red-arrow {
  display: inline-block;
}

/* line 1, ../../../scss/default/pages/product/components/_section-module-productslider.scss */
.section-module-productslider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  padding-top: 50px;
}
/* line 7, ../../../scss/default/pages/product/components/_section-module-productslider.scss */
.section-module-productslider .carousel-arrow {
  cursor: pointer;
}
/* line 9, ../../../scss/default/pages/product/components/_section-module-productslider.scss */
.section-module-productslider .carousel-arrow.right {
  margin-left: 20px;
}
/* line 10, ../../../scss/default/pages/product/components/_section-module-productslider.scss */
.section-module-productslider .carousel-arrow.left {
  margin-right: 20px;
}
@media (max-width: 1050px) {
  /* line 7, ../../../scss/default/pages/product/components/_section-module-productslider.scss */
  .section-module-productslider .carousel-arrow {
    display: none;
  }
}
/* line 16, ../../../scss/default/pages/product/components/_section-module-productslider.scss */
.section-module-productslider .carousel-content {
  overflow: visible !important;
}
/* line 19, ../../../scss/default/pages/product/components/_section-module-productslider.scss */
.section-module-productslider .carousel-content .carousel-item .item-image-wrapper {
  text-align: center;
}

/* line 1, ../../../scss/default/pages/product/components/_section-module-isdinmoment.scss */
.section-module-isdinmomentcarousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1050px) {
  /* line 1, ../../../scss/default/pages/product/components/_section-module-isdinmoment.scss */
  .section-module-isdinmomentcarousel {
    padding: 0 20px;
    padding-top: 50px;
  }
}
/* line 9, ../../../scss/default/pages/product/components/_section-module-isdinmoment.scss */
.section-module-isdinmomentcarousel .isdinmoment-carousel-arrow {
  cursor: pointer;
}
/* line 11, ../../../scss/default/pages/product/components/_section-module-isdinmoment.scss */
.section-module-isdinmomentcarousel .isdinmoment-carousel-arrow.right {
  margin-left: 20px;
}
/* line 12, ../../../scss/default/pages/product/components/_section-module-isdinmoment.scss */
.section-module-isdinmomentcarousel .isdinmoment-carousel-arrow.left {
  margin-right: 20px;
}
@media (max-width: 1050px) {
  /* line 9, ../../../scss/default/pages/product/components/_section-module-isdinmoment.scss */
  .section-module-isdinmomentcarousel .isdinmoment-carousel-arrow {
    display: none;
  }
}
/* line 20, ../../../scss/default/pages/product/components/_section-module-isdinmoment.scss */
.section-module-isdinmomentcarousel .isdinmoment-carousel .isdinmoment-image img {
  width: 228px;
}

/* line 9, ../../../scss/default/pages/product/_product-sections.scss */
.product-section {
  border-top: 1px solid #CCC;
  padding-top: 100px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  /* line 9, ../../../scss/default/pages/product/_product-sections.scss */
  .product-section {
    padding-top: 50px;
  }
}
/* line 16, ../../../scss/default/pages/product/_product-sections.scss */
.product-section.dark-section {
  background-color: black;
  color: white;
}
/* line 19, ../../../scss/default/pages/product/_product-sections.scss */
.product-section.dark-section .number-icon {
  border: 1px solid white;
}
/* line 23, ../../../scss/default/pages/product/_product-sections.scss */
.product-section.dark-section .vertical-list-actions .button {
  background-color: black;
  color: white;
  border-color: white;
}
/* line 28, ../../../scss/default/pages/product/_product-sections.scss */
.product-section.dark-section .vertical-list-actions .button:hover {
  background-color: black;
  color: white;
  border-color: white;
}
/* line 36, ../../../scss/default/pages/product/_product-sections.scss */
.product-section.grey {
  background-color: #F2F2F2;
  border-top: none;
}
/* line 40, ../../../scss/default/pages/product/_product-sections.scss */
.product-section .large {
  max-width: 925px;
  margin: auto;
}
/* line 44, ../../../scss/default/pages/product/_product-sections.scss */
.product-section .medium {
  max-width: 685px;
  margin: auto;
}
/* line 49, ../../../scss/default/pages/product/_product-sections.scss */
.product-section .product-section-wrapper {
  margin: auto;
  max-width: 1163px;
}
/* line 53, ../../../scss/default/pages/product/_product-sections.scss */
.product-section .section-title {
  font-size: 32px;
  letter-spacing: 0;
  text-align: center;
  line-height: 38.4px;
  padding-bottom: 50px;
  font-weight: 600;
}
@media (max-width: 768px) {
  /* line 53, ../../../scss/default/pages/product/_product-sections.scss */
  .product-section .section-title {
    max-width: 90%;
    padding-bottom: 0px;
    margin-top: 0px;
    margin: auto;
  }
}
/* line 67, ../../../scss/default/pages/product/_product-sections.scss */
.product-section .section-description {
  margin: auto;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 22.4px;
}
@media (max-width: 768px) {
  /* line 67, ../../../scss/default/pages/product/_product-sections.scss */
  .product-section .section-description {
    padding: 20px;
  }
}

/* line 81, ../../../scss/default/pages/product/_product-sections.scss */
.key-ingredients-wrapper p {
  font-size: 16px;
}
/* line 84, ../../../scss/default/pages/product/_product-sections.scss */
.key-ingredients-wrapper .button.slide-trigger {
  text-transform: none;
  border: 0;
}

/* line 90, ../../../scss/default/pages/product/_product-sections.scss */
body .related-products-block .section-title {
  padding: 0;
  margin-bottom: 10px;
}

/* line 2, ../../../scss/default/pages/product/_product-bundle.scss */
.bundle-separated-price {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 2px;
  font-weight: bolder;
}
@media (max-width: 768px) {
  /* line 2, ../../../scss/default/pages/product/_product-bundle.scss */
  .bundle-separated-price {
    margin-left: 30px;
  }
}

/* line 15, ../../../scss/default/pages/product/_product-bundle.scss */
.product-bundle-products {
  margin-top: 20px;
}
/* line 18, ../../../scss/default/pages/product/_product-bundle.scss */
.product-bundle-products .product-bundle-products-title {
  font-weight: bolder;
  padding: 15px 0;
}
/* line 22, ../../../scss/default/pages/product/_product-bundle.scss */
.product-bundle-products .product-bundle-products-title > span {
  vertical-align: middle;
  color: #D43742;
}
/* line 28, ../../../scss/default/pages/product/_product-bundle.scss */
.product-bundle-products .product-bundle-products-list {
  list-style: circle;
  padding-left: 20px;
}
/* line 31, ../../../scss/default/pages/product/_product-bundle.scss */
.product-bundle-products .product-bundle-products-list .product-bundle-products-item {
  margin: 5px 0;
}

/* line 1, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  border-top: 1px solid #F2F2F2;
  z-index: 1000;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
  .add-to-cart-stickywrapper {
    display: flex;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 25, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .name {
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  /* line 25, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
  .add-to-cart-stickywrapper .name {
    display: none;
  }
}
/* line 32, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .variations {
  display: flex;
  flex: 1;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  /* line 32, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
  .add-to-cart-stickywrapper .variations {
    display: none;
  }
}
/* line 39, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .variations .variation-wrapper {
  margin-top: 0;
  min-width: 200px;
  display: flex;
  align-items: center;
}
/* line 44, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .variations .variation-wrapper .current-shade {
  max-width: 120px;
  margin-right: 20px;
}
/* line 48, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .variations .variation-wrapper .shade-selection {
  padding-top: 0;
}
/* line 51, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .variations .variation-wrapper .form-component {
  margin-bottom: 0;
  width: 100%;
}
/* line 57, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content {
  display: flex;
  justify-content: space-between;
  max-width: 1163px;
  align-items: center;
  margin: auto;
}
@media (max-width: 768px) {
  /* line 57, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
  .add-to-cart-stickywrapper .add-to-cart-content {
    width: 100%;
  }
}
/* line 66, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right {
  display: flex;
}
@media (max-width: 768px) {
  /* line 66, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
  .add-to-cart-stickywrapper .add-to-cart-content .content-right {
    width: 100%;
  }
}
/* line 71, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price {
  margin-right: 40px;
}
@media (max-width: 768px) {
  /* line 71, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
  .add-to-cart-stickywrapper .add-to-cart-content .content-right .price {
    display: none;
  }
}
/* line 76, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price .product-price {
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 80, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price .product-price > span,
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price .product-price > div {
  font-size: 24px;
  color: #414141;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: right;
  align-items: center;
  font-weight: 500;
}
/* line 89, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price .product-price > span.price-standard,
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price .product-price > div.price-standard {
  color: #D43742;
}
/* line 91, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price .product-price > span.price-standard.has-discount,
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price .product-price > div.price-standard.has-discount {
  order: 1;
  color: #888888;
  text-decoration: line-through;
  margin-right: 16px;
  font-size: 22px;
}
/* line 99, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price .product-price > span.price-sales,
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price .product-price > div.price-sales {
  order: 2;
}
/* line 101, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price .product-price > span.price-sales.default,
.add-to-cart-stickywrapper .add-to-cart-content .content-right .price .product-price > div.price-sales.default {
  color: #D43742;
}
/* line 108, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right #sticky-add-to-cart-button {
  position: relative;
  border: none;
  width: 250px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 118, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right #sticky-add-to-cart-button.button-disabled {
  pointer-events: none;
  background-color: #CCC;
}
@media (max-width: 768px) {
  /* line 108, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
  .add-to-cart-stickywrapper .add-to-cart-content .content-right #sticky-add-to-cart-button {
    width: 100%;
    background-color: #D43742;
  }
}
/* line 126, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right #sticky-add-to-cart-button:focus, .add-to-cart-stickywrapper .add-to-cart-content .content-right #sticky-add-to-cart-button:hover {
  background-color: #D43742;
  color: white;
}
/* line 132, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right #sticky-add-to-cart-button.button-disabled:hover, .add-to-cart-stickywrapper .add-to-cart-content .content-right #sticky-add-to-cart-button.button-disabled:focus {
  background-color: #CCC;
}
/* line 137, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right #sticky-add-to-cart-button .bag-icon {
  fill: white;
}

/* line 145, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.sticky-size-selection {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40vh;
  z-index: 2000;
  padding: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-color: white;
  border-top: #F2F2F2;
  overflow: auto;
}
/* line 160, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.sticky-size-selection .title {
  margin-bottom: 30px;
}
/* line 164, ../../../scss/default/pages/product/components/_add-to-cart-sticky.scss */
.sticky-size-selection .popup-size-selection-radio span {
  font-size: 16px;
}

/* line 3, ../../../scss/default/pages/product/_product-detail-button-tooltip.scss */
#add-to-cart.button-disabled.button-disabled-tooltip::before {
  content: attr(data-tooltip-text);
  position: absolute;
  top: -24px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 4px 8px;
  line-height: 1.2em;
  font-size: .8em;
  color: white;
  background-color: #D43742;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(4px);
}
/* line 24, ../../../scss/default/pages/product/_product-detail-button-tooltip.scss */
#add-to-cart:hover.button-disabled-tooltip::before {
  opacity: 1;
  transform: translateY(0);
  transition: transform 200ms ease, opacity 320ms ease;
}

@media screen and (min-width: 767px) {
  /* line 3, ../../../scss/default/pages/product/_product-detail-button-tooltip.scss */
  #sticky-add-to-cart-button.button-disabled.button-disabled-tooltip::before {
    content: attr(data-tooltip-text);
    position: absolute;
    top: -24px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 4px 8px;
    line-height: 1.2em;
    font-size: .8em;
    color: white;
    background-color: #D43742;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(4px);
  }
  /* line 24, ../../../scss/default/pages/product/_product-detail-button-tooltip.scss */
  #sticky-add-to-cart-button:hover.button-disabled-tooltip::before {
    opacity: 1;
    transform: translateY(0);
    transition: transform 200ms ease, opacity 320ms ease;
  }
}
/* line 48, ../../../scss/default/pages/product/_product-detail-button-tooltip.scss */
.add-to-cart-stickywrapper .add-to-cart-content .content-right #sticky-add-to-cart-button.button-disabled.button-disabled-tooltip {
  pointer-events: auto;
}

/* line 20, ../../../scss/default/pages/product/_index.scss */
.pt_product-details .breadcrumb {
  max-width: 1163px;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 40px;
}
@media (max-width: 1050px) {
  /* line 20, ../../../scss/default/pages/product/_index.scss */
  .pt_product-details .breadcrumb {
    padding-left: 20px;
  }
}
/* line 28, ../../../scss/default/pages/product/_index.scss */
.pt_product-details .breadcrumb .breadcrumb-element {
  margin: 0px 5px;
}
/* line 33, ../../../scss/default/pages/product/_index.scss */
.pt_product-details .number-icon {
  font-size: 32px;
  border: 1px solid #888;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  text-align: center;
  padding-top: 5px;
  margin: auto;
}
/* line 43, ../../../scss/default/pages/product/_index.scss */
.pt_product-details .usp-banner-wrapper {
  border-top: 1px solid #CCC;
}

/* line 47, ../../../scss/default/pages/product/_index.scss */
.product-added-notification {
  display: flex;
  background-color: #414141;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  position: fixed;
  width: 100%;
  top: -100%;
  color: white;
  z-index: 10000;
}

/* line 4, ../../../scss/default/pages/_cart.scss */
.primary-content {
  max-width: 1170px;
  margin: auto;
}
/* line 8, ../../../scss/default/pages/_cart.scss */
.primary-content.full-width {
  max-width: none;
}

/* line 14, ../../../scss/default/pages/_cart.scss */
.cart-empty {
  text-align: center;
  padding-bottom: 100px;
}
/* line 17, ../../../scss/default/pages/_cart.scss */
.cart-empty > h1 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  /* line 17, ../../../scss/default/pages/_cart.scss */
  .cart-empty > h1 {
    text-align: center;
  }
}
/* line 25, ../../../scss/default/pages/_cart.scss */
.cart-empty .icons-shopping-bigbag {
  margin: auto;
}
/* line 29, ../../../scss/default/pages/_cart.scss */
.cart-empty > h2 {
  font-size: 26px;
  color: #888888;
  letter-spacing: 0;
  text-align: center;
  line-height: 31.2px;
  padding-bottom: 70px;
  max-width: 150px;
  margin: auto;
}
/* line 42, ../../../scss/default/pages/_cart.scss */
.cart-empty .button {
  font-size: 16px;
  color: white;
  background-color: black;
  margin-bottom: 40px;
}
/* line 48, ../../../scss/default/pages/_cart.scss */
.cart-empty .button:hover {
  color: black;
  background-color: white;
}

/* line 58, ../../../scss/default/pages/_cart.scss */
.mini-cart-content .icons-shopping-bigbag {
  margin: 100px auto 20px auto;
}
/* line 62, ../../../scss/default/pages/_cart.scss */
.mini-cart-content .button {
  padding: 10px 70px;
}

/* line 69, ../../../scss/default/pages/_cart.scss */
.cart-content .cart-banner {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  /* line 69, ../../../scss/default/pages/_cart.scss */
  .cart-content .cart-banner {
    display: none;
  }
}
/* line 77, ../../../scss/default/pages/_cart.scss */
.cart-content .cart-banner img {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
/* line 84, ../../../scss/default/pages/_cart.scss */
.cart-content h1 {
  margin-top: 50px;
  padding-top: 0;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
}
@media (max-width: 768px) {
  /* line 84, ../../../scss/default/pages/_cart.scss */
  .cart-content h1 {
    text-align: center;
  }
}
/* line 96, ../../../scss/default/pages/_cart.scss */
.cart-content .product-promotion-banner {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.5px;
  background-color: #F2F2F2;
}
/* line 105, ../../../scss/default/pages/_cart.scss */
.cart-content .product-promotion-banner.below-button {
  text-transform: capitalize;
  background-color: inherit;
  text-align: right;
}

/* line 116, ../../../scss/default/pages/_cart.scss */
#cart-table {
  width: 100%;
}
@media (max-width: 768px) {
  /* line 116, ../../../scss/default/pages/_cart.scss */
  #cart-table {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
/* line 124, ../../../scss/default/pages/_cart.scss */
#cart-table tr {
  display: flex;
  align-items: center;
}
/* line 129, ../../../scss/default/pages/_cart.scss */
#cart-table td {
  flex: 1;
}
/* line 134, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row {
  border-bottom: 1px solid #CCC;
}
@media (max-width: 768px) {
  /* line 134, ../../../scss/default/pages/_cart.scss */
  #cart-table .cart-row {
    position: relative;
    display: grid;
    grid-template-columns: 100px auto;
    grid-template-rows: 70px 70px;
    grid-column-gap: 20px;
    padding-top: 20px;
  }
}
/* line 146, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-image {
  max-width: 150px;
  text-align: center;
}
/* line 150, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-image img {
  max-width: 100%;
}
@media (max-width: 768px) {
  /* line 146, ../../../scss/default/pages/_cart.scss */
  #cart-table .cart-row .item-image {
    max-width: 100px;
    grid-column: 1 / end;
    grid-row: 1 / 3;
  }
}
@media (max-width: 768px) {
  /* line 161, ../../../scss/default/pages/_cart.scss */
  #cart-table .cart-row .item-details {
    grid-column: 2 / end;
    grid-row: 1 / 2;
  }
}
@media (max-width: 768px) {
  /* line 167, ../../../scss/default/pages/_cart.scss */
  #cart-table .cart-row .item-details .product-list-item {
    font-size: 14px;
    padding-right: 25px;
  }
}
/* line 175, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-quantity-details {
  display: none;
}
/* line 179, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-quantity {
  max-width: 100px;
  display: flex;
  justify-content: space-evenly;
  margin-left: 115px;
}
@media (max-width: 768px) {
  /* line 179, ../../../scss/default/pages/_cart.scss */
  #cart-table .cart-row .item-quantity {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 60px;
    margin-left: 0px;
  }
}
/* line 192, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-quantity .qty-button {
  cursor: pointer;
}
/* line 195, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-quantity .qty-button.reduce-item {
  transform: rotate(-180deg);
}
/* line 200, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-quantity .input-text {
  display: none;
}
/* line 205, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .product-list-item {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
  padding-left: 120px;
}
@media (max-width: 768px) {
  /* line 205, ../../../scss/default/pages/_cart.scss */
  #cart-table .cart-row .product-list-item {
    padding-left: 0px;
  }
}
/* line 216, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-user-actions {
  display: none;
}
/* line 220, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-total {
  display: flex;
  justify-content: left;
  padding-left: 170px;
}
@media (max-width: 768px) {
  /* line 220, ../../../scss/default/pages/_cart.scss */
  #cart-table .cart-row .item-total {
    grid-column: 3 / end;
    grid-row: 2 /3;
    justify-content: flex-end;
    display: block;
    padding-left: 0px;
  }
}
/* line 233, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-total span {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
  display: inline-block;
  margin-right: 15px;
}
/* line 241, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-total .price-adjusted-total.red {
  color: #D43742;
}
/* line 245, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-total .price-unadjusted {
  order: 1;
}
/* line 248, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-total .price-unadjusted > span {
  text-decoration: line-through;
  color: #9B9B9B;
}
/* line 255, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-remove {
  cursor: pointer;
  max-width: 50px;
}
@media (max-width: 768px) {
  /* line 255, ../../../scss/default/pages/_cart.scss */
  #cart-table .cart-row .item-remove {
    position: absolute;
    top: 25px;
    right: 0px;
  }
}
/* line 265, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row .item-remove .icons-cross {
  cursor: pointer;
  margin: auto;
}
/* line 273, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row.coupon .name {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0.4em;
}
/* line 279, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row.coupon .cart-coupon {
  margin-bottom: 0.8em;
}
/* line 283, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row.coupon .discount {
  margin-bottom: 0.4em;
}
/* line 286, ../../../scss/default/pages/_cart.scss */
#cart-table .cart-row.coupon .discount .value {
  color: #D43742;
}

/* line 294, ../../../scss/default/pages/_cart.scss */
.cart-footer {
  margin-top: 25px;
  margin-bottom: 35px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  /* line 294, ../../../scss/default/pages/_cart.scss */
  .cart-footer {
    display: block;
    margin: 0px;
    padding: 10px;
  }
}
/* line 308, ../../../scss/default/pages/_cart.scss */
.cart-footer #update-cart {
  display: none;
}
/* line 312, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code {
  flex: 1;
  max-width: 450px;
}
@media (max-width: 768px) {
  /* line 312, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-coupon-code {
    margin: auto;
    text-align: center;
  }
}
/* line 322, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .coupon-title {
  font-weight: 600;
}
/* line 326, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .coupon-status-title {
  display: inline-flex;
  color: #D43742;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22.4px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  /* line 326, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-coupon-code .coupon-status-title {
    text-align: center;
    flex-direction: row;
  }
}
/* line 339, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .coupon-status-title .promo-text {
  padding-left: 5px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  /* line 339, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-coupon-code .coupon-status-title .promo-text {
    display: flex;
    flex-direction: column;
  }
}
/* line 349, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .coupon-status-title object {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: -30px;
}
@media (max-width: 768px) {
  /* line 349, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-coupon-code .coupon-status-title object {
    margin-bottom: -40px;
    margin-left: -10px;
  }
}
/* line 361, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .coupon-status-title .promo-description {
  font-weight: 600;
  padding-right: 5px;
}
@media (max-width: 768px) {
  /* line 361, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-coupon-code .coupon-status-title .promo-description {
    padding-left: 0;
  }
}
/* line 372, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .coupon-title,
.cart-footer .cart-coupon-code .coupon-description {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22.4px;
}
@media (max-width: 768px) {
  /* line 372, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-coupon-code .coupon-title,
  .cart-footer .cart-coupon-code .coupon-description {
    display: none;
  }
}
/* line 383, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .form-component {
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  /* line 383, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-coupon-code .form-component {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 393, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .form-component .coupon-input-wrapper {
  position: relative;
}
/* line 396, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .form-component .coupon-input-wrapper .remove-coupon {
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
/* line 406, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .form-component.coupon-input-error > input {
  border-bottom: 2px solid #D43742;
}
/* line 411, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .form-component > input {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 47px;
}
/* line 419, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .coupon-msg {
  margin-top: 10px;
  font-size: 12px;
}
@media (max-width: 768px) {
  /* line 419, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-coupon-code .coupon-msg {
    text-align: center;
  }
}
/* line 428, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-coupon-code .error {
  margin-top: 10px;
  font-size: 12px;
  color: #D43742;
}
@media (max-width: 768px) {
  /* line 428, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-coupon-code .error {
    padding: 0 20px;
  }
}
/* line 439, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-order-totals {
  flex: 1;
  max-width: 320px;
}
@media (max-width: 768px) {
  /* line 439, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-order-totals {
    background-color: #F2F2F2;
    margin: auto;
    margin-top: 20px;
  }
}
/* line 449, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-order-totals .order-totals-table {
  width: 100%;
}
@media (max-width: 768px) {
  /* line 449, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-order-totals .order-totals-table {
    padding: 10px 20px;
  }
}
/* line 456, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-order-totals .order-totals-table tr {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}
/* line 462, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-order-totals .order-totals-table td {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
}
@media (max-width: 768px) {
  /* line 462, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-order-totals .order-totals-table td {
    font-size: 12px;
    line-height: 16px;
  }
}
/* line 474, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-order-totals .order-totals-table tbody {
  display: block;
}
/* line 478, ../../../scss/default/pages/_cart.scss */
.cart-footer .cart-order-totals .order-totals-table .order-total {
  font-weight: 600;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #CCC;
}
@media (max-width: 768px) {
  /* line 478, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-order-totals .order-totals-table .order-total {
    border-top: 1px solid transparent;
  }
  /* line 487, ../../../scss/default/pages/_cart.scss */
  .cart-footer .cart-order-totals .order-totals-table .order-total td {
    font-size: 22px;
    line-height: 16px;
  }
}

/* line 497, ../../../scss/default/pages/_cart.scss */
.cart-actions {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
}
/* line 503, ../../../scss/default/pages/_cart.scss */
.cart-actions .continue-shopping {
  font-weight: 400;
  color: #888888;
  display: flex;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
/* line 512, ../../../scss/default/pages/_cart.scss */
.cart-actions .continue-shopping:focus, .cart-actions .continue-shopping:active {
  border: none;
  outline: none;
}
@media (max-width: 768px) {
  /* line 503, ../../../scss/default/pages/_cart.scss */
  .cart-actions .continue-shopping {
    display: none;
  }
}
/* line 522, ../../../scss/default/pages/_cart.scss */
.cart-actions .continue-shopping .icons-arrow-left, .cart-actions .continue-shopping .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block button[aria-label="Previous"], .product-reviews-block .review-comments-wrapper .pr-rd-main-footer .pr-rd-content-block .cart-actions .continue-shopping button[aria-label="Previous"],
.cart-actions .continue-shopping .product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block button[aria-label="Previous"],
.product-reviews-block .review-comments-wrapper .pr-rd-pagination .pr-rd-content-block .cart-actions .continue-shopping button[aria-label="Previous"] {
  margin-right: 15px;
}
@media (max-width: 768px) {
  /* line 528, ../../../scss/default/pages/_cart.scss */
  .cart-actions #checkout-form {
    background-color: white;
    border-top: 1px solid #D8D8D8;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
  }
}
/* line 542, ../../../scss/default/pages/_cart.scss */
.cart-actions #checkout-form .checkoutbtn-total-price {
  display: none;
  font-weight: 600;
  font-size: 22px;
  color: #414141;
  letter-spacing: 0;
  text-align: center;
  line-height: 31.2px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  /* line 542, ../../../scss/default/pages/_cart.scss */
  .cart-actions #checkout-form .checkoutbtn-total-price {
    display: block;
  }
}
/* line 558, ../../../scss/default/pages/_cart.scss */
.cart-actions .button-alert {
  min-width: 270px;
  padding: 0 10px;
  line-height: 50px;
}
@media (max-width: 768px) {
  /* line 558, ../../../scss/default/pages/_cart.scss */
  .cart-actions .button-alert {
    display: block;
    width: calc(100% - 20px);
    margin: auto;
    margin-bottom: 10px;
    line-height: 56px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  /* line 573, ../../../scss/default/pages/_cart.scss */
  .cart-actions .product-promotion-banner {
    display: none;
  }
}

/* line 586, ../../../scss/default/pages/_cart.scss */
#checkout-left #cart-table tr td {
  flex: 1 0 15%;
}
/* line 589, ../../../scss/default/pages/_cart.scss */
#checkout-left #cart-table tr td.item-image {
  max-width: none;
}
@media (max-width: 768px) {
  /* line 589, ../../../scss/default/pages/_cart.scss */
  #checkout-left #cart-table tr td.item-image {
    max-width: 100px;
  }
}
/* line 598, ../../../scss/default/pages/_cart.scss */
#checkout-left #cart-table tr td .product-list-item, #checkout-left #cart-table tr td.item-total {
  padding-left: 0px;
}
/* line 604, ../../../scss/default/pages/_cart.scss */
#checkout-left #cart-table tr.coupon {
  padding: 20px;
}
/* line 607, ../../../scss/default/pages/_cart.scss */
#checkout-left #cart-table tr.coupon .item-image,
#checkout-left #cart-table tr.coupon .item-quantity,
#checkout-left #cart-table tr.coupon .item-quantity-details,
#checkout-left #cart-table tr.coupon .item-total {
  display: none;
}

/* line 1, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page {
  max-width: 900px;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/_contact-us.scss */
  .contact-us-page {
    padding: 0px 10px;
  }
}
/* line 6, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page a {
  color: blue;
  text-decoration: underline;
}
/* line 10, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .title-page {
  margin: 40px 0px 60px 0px;
}
/* line 13, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .subtitle-page {
  font-size: 18px;
}
/* line 16, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .contact-form-container {
  flex-wrap: wrap;
}
/* line 18, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .contact-form-container #contactUsPrivacyChecked {
  width: auto;
}
/* line 22, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .md-size {
  margin-right: 10px;
  flex-basis: calc(60% - 10px);
}
@media (max-width: 768px) {
  /* line 22, ../../../scss/default/pages/_contact-us.scss */
  .contact-us-page .md-size {
    flex-basis: 100%;
    margin-right: 0px;
  }
}
/* line 30, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .sm-size {
  flex-basis: 40%;
}
@media (max-width: 768px) {
  /* line 30, ../../../scss/default/pages/_contact-us.scss */
  .contact-us-page .sm-size {
    flex-basis: 100%;
  }
}
/* line 36, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .lg-size {
  flex-basis: 100%;
}
/* line 39, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page textarea {
  width: 100%;
  height: 237px;
}
/* line 43, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .form-row-button {
  text-align: right;
  width: 50%;
  margin-top: 0;
}
/* line 49, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .contact-us-text p {
  font-size: 18px;
}
@media (max-width: 768px) {
  /* line 54, ../../../scss/default/pages/_contact-us.scss */
  .contact-us-page .form-row-button {
    text-align: right;
    width: 100%;
    margin-top: 50px;
  }
  /* line 59, ../../../scss/default/pages/_contact-us.scss */
  .contact-us-page .button-submit {
    width: 100%;
  }
}
/* line 63, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .form-optin {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  /* line 63, ../../../scss/default/pages/_contact-us.scss */
  .contact-us-page .form-optin {
    flex-basis: 100%;
  }
}
/* line 69, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .form-optin .checkboxes {
  display: inline;
}
/* line 73, ../../../scss/default/pages/_contact-us.scss */
.contact-us-page .error-msg {
  color: #D43742 !important;
  font-size: 18px;
}

/* line 1, ../../../scss/default/pages/_error-page.scss */
.error-page {
  flex-wrap: wrap;
  background-color: #E7E6EA;
  overflow: hidden;
}
@media (max-width: 1050px) {
  /* line 1, ../../../scss/default/pages/_error-page.scss */
  .error-page {
    background-color: transparent;
  }
}
/* line 9, ../../../scss/default/pages/_error-page.scss */
.error-page .left-block, .error-page .right-block {
  flex-basis: 50%;
  max-width: 50%;
  align-self: center;
}
/* line 14, ../../../scss/default/pages/_error-page.scss */
.error-page .error-page-search {
  max-width: 437px;
}
@media (max-width: 1050px) {
  /* line 14, ../../../scss/default/pages/_error-page.scss */
  .error-page .error-page-search {
    max-width: 95%;
    margin: 0 auto;
  }
  /* line 19, ../../../scss/default/pages/_error-page.scss */
  .error-page .error-page-search .inputWithButton {
    grid-template-columns: 2fr 1fr;
  }
}
/* line 23, ../../../scss/default/pages/_error-page.scss */
.error-page .error-page-search .button-alt, .error-page .error-page-search #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .error-page .error-page-search .pr-btn,
.error-page .error-page-search #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .error-page .error-page-search .pr-btn, .error-page .error-page-search .p-w-r .thank-you-page h5 a, .p-w-r .thank-you-page h5 .error-page .error-page-search a {
  font-size: 12px;
}
/* line 26, ../../../scss/default/pages/_error-page.scss */
.error-page .error-page-search input.search-input {
  border: 1px solid #414141;
}
@media (max-width: 1050px) {
  /* line 32, ../../../scss/default/pages/_error-page.scss */
  .error-page .left-block {
    display: none;
  }
  /* line 35, ../../../scss/default/pages/_error-page.scss */
  .error-page .right-block {
    max-width: none;
    flex-basis: 100%;
    padding: 40px 10px !important;
  }
  /* line 39, ../../../scss/default/pages/_error-page.scss */
  .error-page .right-block .content {
    max-width: none;
    text-align: center;
  }
  /* line 43, ../../../scss/default/pages/_error-page.scss */
  .error-page .right-block .title {
    font-size: 40px;
  }
  /* line 46, ../../../scss/default/pages/_error-page.scss */
  .error-page .right-block .subtitle {
    font-size: 27px;
  }
  /* line 49, ../../../scss/default/pages/_error-page.scss */
  .error-page .right-block .text {
    font-size: 18px;
    line-height: 25.2px;
  }
  /* line 53, ../../../scss/default/pages/_error-page.scss */
  .error-page .right-block .btn-home {
    margin-top: 20px;
    padding: 10px 40px;
  }
  /* line 57, ../../../scss/default/pages/_error-page.scss */
  .error-page .right-block .icon {
    display: inline-block;
  }
}
/* line 62, ../../../scss/default/pages/_error-page.scss */
.error-page .content {
  max-width: 539px;
}
/* line 65, ../../../scss/default/pages/_error-page.scss */
.error-page .title {
  font-size: 45px;
}
/* line 68, ../../../scss/default/pages/_error-page.scss */
.error-page .subtitle {
  font-size: 30px;
  margin-bottom: 40px;
}
/* line 72, ../../../scss/default/pages/_error-page.scss */
.error-page .text {
  font-size: 22px;
  line-height: 30.8px;
}
/* line 76, ../../../scss/default/pages/_error-page.scss */
.error-page .btn-home {
  margin-top: 40px;
}

/* line 1, ../../../scss/default/pages/_thanks.scss */
.thank-you-page {
  margin: 40px auto 80px auto;
}
/* line 4, ../../../scss/default/pages/_thanks.scss */
.thank-you-page .content {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  /* line 4, ../../../scss/default/pages/_thanks.scss */
  .thank-you-page .content {
    margin: 0;
    max-width: none;
    padding: 0px 20px;
  }
}
/* line 12, ../../../scss/default/pages/_thanks.scss */
.thank-you-page .content .title {
  color: #D43742;
  text-transform: uppercase;
  margin: 50px 0px;
}
@media (max-width: 768px) {
  /* line 12, ../../../scss/default/pages/_thanks.scss */
  .thank-you-page .content .title {
    font-size: 27px;
    text-transform: none;
    margin: 20px 0px;
  }
}
/* line 22, ../../../scss/default/pages/_thanks.scss */
.thank-you-page .content .order-num {
  font-weight: bold;
}
/* line 25, ../../../scss/default/pages/_thanks.scss */
.thank-you-page .content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 22.4px;
}
/* line 29, ../../../scss/default/pages/_thanks.scss */
.thank-you-page .content p .order-id {
  font-weight: bold;
}
@media (max-width: 768px) {
  /* line 34, ../../../scss/default/pages/_thanks.scss */
  .thank-you-page .banner {
    display: none;
  }
}
/* line 38, ../../../scss/default/pages/_thanks.scss */
.thank-you-page .banner img {
  max-width: 100%;
}
/* line 42, ../../../scss/default/pages/_thanks.scss */
.thank-you-page .btn-back {
  margin-top: 50px;
}
@media (max-width: 768px) {
  /* line 46, ../../../scss/default/pages/_thanks.scss */
  .thank-you-page .btn-back {
    background-color: #414141;
    color: white;
    background-color: #414141;
    font-size: 18px;
    display: block;
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 5px 20px 5px 60px;
  }
  /* line 60, ../../../scss/default/pages/_thanks.scss */
  .thank-you-page .btn-back .isdinicon-arrow-forward {
    fill: white;
    margin-top: -3px;
    margin-left: 20px;
  }
  /* line 66, ../../../scss/default/pages/_thanks.scss */
  .thank-you-page .btn-back:hover {
    color: #414141;
    background-color: #414141;
  }
}
/* line 74, ../../../scss/default/pages/_thanks.scss */
.thank-you-page .continue-row {
  display: flex;
  justify-content: center;
}
/* line 78, ../../../scss/default/pages/_thanks.scss */
.thank-you-page .continue-row .button-continue {
  display: flex;
  align-items: center;
  padding: 0px 60px 0px 20px;
}
/* line 83, ../../../scss/default/pages/_thanks.scss */
.thank-you-page .continue-row .button-continue:hover .isdinicon-arrow-back, .thank-you-page .continue-row .button-continue:active .isdinicon-arrow-back, .thank-you-page .continue-row .button-continue:focus .isdinicon-arrow-back {
  fill: white;
}
@media (max-width: 768px) {
  /* line 78, ../../../scss/default/pages/_thanks.scss */
  .thank-you-page .continue-row .button-continue {
    color: white;
  }
  /* line 89, ../../../scss/default/pages/_thanks.scss */
  .thank-you-page .continue-row .button-continue .isdinicon-arrow-back {
    fill: white;
  }
}
/* line 95, ../../../scss/default/pages/_thanks.scss */
.thank-you-page .continue-row .isdinicon-arrow-back {
  margin-right: 50px;
}

/* line 1, ../../../scss/default/pages/_checkout.scss */
.checkout-container {
  padding-bottom: 85px;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/_checkout.scss */
  .checkout-container {
    padding-bottom: 0px;
    border-bottom: 0;
  }
}

/* line 12, ../../../scss/default/pages/_checkout.scss */
#checkout .error-form {
  color: #D43742;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 10px;
}

/* line 20, ../../../scss/default/pages/_checkout.scss */
#checkout-separator {
  display: flex;
}
@media (max-width: 768px) {
  /* line 20, ../../../scss/default/pages/_checkout.scss */
  #checkout-separator {
    flex-flow: row wrap;
  }
}
/* line 27, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-left {
  flex: 1 0 calc(70% - 10px);
  max-width: 70%;
  padding: 10px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  /* line 27, ../../../scss/default/pages/_checkout.scss */
  #checkout-separator #checkout-left {
    flex: 1 0 calc(100% - 10px);
    max-width: 100%;
    padding-right: 10px;
  }
}
/* line 40, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-right {
  flex: 1 0 calc(30% - 10px);
  max-width: 30%;
  padding: 20px;
  background-color: #F2F2F2;
  margin-top: 35px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  /* line 40, ../../../scss/default/pages/_checkout.scss */
  #checkout-separator #checkout-right {
    flex: 1 0 calc(100% - 10px);
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 55, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-right h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
/* line 61, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-right h3 .section-header-note {
  float: right;
  font-size: 12px;
}
/* line 67, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-right .mini-cart-content {
  position: relative;
  border: none;
  background-color: transparent;
  border-left: 0;
  right: 0;
  top: 0;
  margin: 0;
  height: auto;
  width: 100%;
  z-index: 0;
  padding: 0;
  visibility: visible;
  opacity: 1;
}
/* line 83, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-right .mini-cart-static-qty {
  display: block;
}
/* line 87, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-right .mini-cart-qty,
#checkout-separator #checkout-right .item-remove {
  display: none;
}
/* line 92, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-right .checkout-order-totals {
  margin-top: 20px;
}
/* line 96, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-right .order-totals-table {
  width: 100%;
}
/* line 99, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-right .order-totals-table tr {
  height: 26px;
}
/* line 102, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-right .order-totals-table tr.order-total {
  height: 50px;
  font-weight: 600;
  font-size: 120%;
}
/* line 108, ../../../scss/default/pages/_checkout.scss */
#checkout-separator #checkout-right .order-totals-table tr td:nth-child(2) {
  text-align: right;
}

/* line 117, ../../../scss/default/pages/_checkout.scss */
#checkout h2 {
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 117, ../../../scss/default/pages/_checkout.scss */
  #checkout h2 {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* line 126, ../../../scss/default/pages/_checkout.scss */
  #checkout .breadcrumb {
    display: block;
  }
}
/* line 132, ../../../scss/default/pages/_checkout.scss */
#checkout .steps {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 132, ../../../scss/default/pages/_checkout.scss */
  #checkout .steps {
    /*align-items: center;*/
    justify-content: center;
  }
}
/* line 141, ../../../scss/default/pages/_checkout.scss */
#checkout .steps .step {
  margin-right: 50px;
  color: #7D7D7D;
}
/* line 145, ../../../scss/default/pages/_checkout.scss */
#checkout .steps .step a {
  color: #7D7D7D;
}
/* line 149, ../../../scss/default/pages/_checkout.scss */
#checkout .steps .step a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  /* line 141, ../../../scss/default/pages/_checkout.scss */
  #checkout .steps .step {
    margin-right: 0px;
    margin: 25px;
    padding-bottom: 0px;
  }
}
/* line 159, ../../../scss/default/pages/_checkout.scss */
#checkout .steps .step.active {
  color: #414141;
  border-bottom: 1px solid #414141;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  /* line 159, ../../../scss/default/pages/_checkout.scss */
  #checkout .steps .step.active {
    padding-bottom: 0px;
  }
}
/* line 168, ../../../scss/default/pages/_checkout.scss */
#checkout .steps .step.active a {
  color: #414141;
}
/* line 173, ../../../scss/default/pages/_checkout.scss */
#checkout .steps .step .step-num {
  font-size: 20px;
  margin-right: 5px;
  display: inline;
}
@media (max-width: 768px) {
  /* line 173, ../../../scss/default/pages/_checkout.scss */
  #checkout .steps .step .step-num {
    display: block;
    text-align: center;
  }
}
/* line 184, ../../../scss/default/pages/_checkout.scss */
#checkout .steps .step .step-name {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  display: inline;
}
/* line 191, ../../../scss/default/pages/_checkout.scss */
#checkout .steps .step .step-name a:hover,
#checkout .steps .step .step-name a:active {
  text-decoration: none;
}
@media (max-width: 768px) {
  /* line 184, ../../../scss/default/pages/_checkout.scss */
  #checkout .steps .step .step-name {
    display: block;
  }
}
/* line 203, ../../../scss/default/pages/_checkout.scss */
#checkout .co-title {
  border-bottom: 1px solid #919191;
  margin-bottom: 35px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 203, ../../../scss/default/pages/_checkout.scss */
  #checkout .co-title {
    border-bottom: none;
    margin-bottom: 20px;
  }
}
/* line 213, ../../../scss/default/pages/_checkout.scss */
#checkout .co-title.co-spaced {
  margin-top: 35px;
}
/* line 217, ../../../scss/default/pages/_checkout.scss */
#checkout .co-title h3 {
  margin: 0;
  padding: 0px 0px 2px;
  font-size: 20px;
  font-weight: 400;
}
/* line 225, ../../../scss/default/pages/_checkout.scss */
#checkout .tax-error {
  color: #D43742;
}
/* line 229, ../../../scss/default/pages/_checkout.scss */
#checkout #shipping-method-list {
  margin-top: 50px;
}

/* line 234, ../../../scss/default/pages/_checkout.scss */
.form-struct {
  display: flex;
  flex-flow: row wrap;
}
/* line 238, ../../../scss/default/pages/_checkout.scss */
.form-struct .coformsettings {
  margin-right: 30px;
}
/* line 242, ../../../scss/default/pages/_checkout.scss */
.form-struct .form-row {
  flex: 1 0 calc(50% - 10px);
  max-width: 50%;
  margin-right: 10px;
}
/* line 247, ../../../scss/default/pages/_checkout.scss */
.form-struct .form-row.full-size {
  flex: 1 0 calc(100% - 10px);
  max-width: 100%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 242, ../../../scss/default/pages/_checkout.scss */
  .form-struct .form-row {
    flex: 1 0 calc(100% - 10px);
    max-width: 100%;
  }
}
/* line 258, ../../../scss/default/pages/_checkout.scss */
.form-struct .form-row.ccity, .form-struct .form-row.cpostal, .form-struct .form-row.cstate {
  flex: 1 0 calc(33% - 10px);
  max-width: 33%;
}
/* line 265, ../../../scss/default/pages/_checkout.scss */
.form-struct .form-row.ccountry, .form-struct .form-row.cisGift, .form-struct .form-row.cuseAsBillingAddress {
  display: none;
}
/* line 271, ../../../scss/default/pages/_checkout.scss */
.form-struct .form-row.cuseAsBillingAddress, .form-struct .form-row.caddToEmailList {
  flex: 1;
  max-width: 100%;
}
/* line 276, ../../../scss/default/pages/_checkout.scss */
.form-struct .form-row.cuseAsBillingAddress div, .form-struct .form-row.caddToEmailList div {
  display: inline;
}
/* line 280, ../../../scss/default/pages/_checkout.scss */
.form-struct .form-row.cuseAsBillingAddress label, .form-struct .form-row.caddToEmailList label {
  display: inline;
  margin-left: 10px;
  cursor: pointer;
}
/* line 289, ../../../scss/default/pages/_checkout.scss */
.form-struct .form-field-tooltip {
  display: none;
}

/* line 295, ../../../scss/default/pages/_checkout.scss */
.form-row-button {
  margin-top: 50px;
  text-align: right;
}

/* line 300, ../../../scss/default/pages/_checkout.scss */
.co-smethods {
  display: flex;
  flex-flow: row wrap;
}
/* line 304, ../../../scss/default/pages/_checkout.scss */
.co-smethods .form-row {
  flex: 1 0 calc(33% - 20px);
  max-width: 33%;
  border: 1px solid #CCC;
  padding: 18px;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 304, ../../../scss/default/pages/_checkout.scss */
  .co-smethods .form-row {
    flex: 1 0 calc(100% - 10px);
    max-width: 100%;
    margin-top: 25px;
  }
}
/* line 318, ../../../scss/default/pages/_checkout.scss */
.co-smethods .form-row:last-child {
  margin-right: 10px;
}
/* line 325, ../../../scss/default/pages/_checkout.scss */
.co-smethods .form-row label {
  text-transform: capitalize;
  font-weight: 500;
  padding-bottom: 6px;
}
/* line 331, ../../../scss/default/pages/_checkout.scss */
.co-smethods .form-row .form-caption {
  margin-top: 10px;
}
/* line 335, ../../../scss/default/pages/_checkout.scss */
.co-smethods .form-row.checked {
  border: 2px solid #9B9B9B;
}
/* line 340, ../../../scss/default/pages/_checkout.scss */
.co-smethods .sm-check {
  display: none;
}

/* line 345, ../../../scss/default/pages/_checkout.scss */
label.dwfrm_billing_couponCode {
  display: none;
}

/* line 349, ../../../scss/default/pages/_checkout.scss */
.item-total {
  justify-content: space-between;
}

/* line 353, ../../../scss/default/pages/_checkout.scss */
.payment-method-options {
  display: none;
}

/* line 358, ../../../scss/default/pages/_checkout.scss */
.payment-error {
  padding: 20px;
  color: #D43742;
}

/* line 363, ../../../scss/default/pages/_checkout.scss */
ul#type {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 363, ../../../scss/default/pages/_checkout.scss */
  ul#type {
    flex-flow: row wrap;
  }
}
/* line 372, ../../../scss/default/pages/_checkout.scss */
ul#type li {
  padding: 10px;
  flex: 1 0 calc(16% - 10px);
  cursor: pointer;
  height: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 372, ../../../scss/default/pages/_checkout.scss */
  ul#type li {
    flex: 1 0 calc(33% - 10px);
  }
}
/* line 384, ../../../scss/default/pages/_checkout.scss */
ul#type li input {
  display: none;
}
/* line 388, ../../../scss/default/pages/_checkout.scss */
ul#type li label {
  display: block;
}
/* line 392, ../../../scss/default/pages/_checkout.scss */
ul#type li.selected {
  background-color: #F2F2F2;
}
/* line 395, ../../../scss/default/pages/_checkout.scss */
ul#type li.selected label {
  font-weight: 500;
}

/* line 405, ../../../scss/default/pages/_checkout.scss */
.mini-shipment h3,
.mini-billing-address h3,
.mini-payment-instrument h3 {
  font-weight: 500;
  padding: 0;
}
/* line 409, ../../../scss/default/pages/_checkout.scss */
.mini-shipment h3 a,
.mini-billing-address h3 a,
.mini-payment-instrument h3 a {
  font-weight: 300;
}
/* line 414, ../../../scss/default/pages/_checkout.scss */
.mini-shipment h4,
.mini-billing-address h4,
.mini-payment-instrument h4 {
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}
/* line 420, ../../../scss/default/pages/_checkout.scss */
.mini-shipment .minishipments-method,
.mini-billing-address .minishipments-method,
.mini-payment-instrument .minishipments-method {
  margin-top: 20px;
}
/* line 424, ../../../scss/default/pages/_checkout.scss */
.mini-shipment .details,
.mini-billing-address .details,
.mini-payment-instrument .details {
  padding: 25px 0px;
}

/* line 429, ../../../scss/default/pages/_checkout.scss */
#checkout-right-unc {
  flex: 1 0 calc(30% - 10px);
  max-width: 30%;
  margin-top: 35px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  /* line 429, ../../../scss/default/pages/_checkout.scss */
  #checkout-right-unc {
    flex: 1 0 calc(100% - 10px);
    max-width: 100%;
    margin-left: 0px;
    padding-right: 0;
  }
}
/* line 444, ../../../scss/default/pages/_checkout.scss */
#checkout-right-unc h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 449, ../../../scss/default/pages/_checkout.scss */
#checkout-right-unc h3 .section-header-note {
  float: right;
  font-size: 12px;
}
/* line 455, ../../../scss/default/pages/_checkout.scss */
#checkout-right-unc .cr-box {
  padding: 20px;
  background-color: #F2F2F2;
  margin-bottom: 20px;
}

/* line 462, ../../../scss/default/pages/_checkout.scss */
.coupon-error {
  color: #D43742;
}

/* line 466, ../../../scss/default/pages/_checkout.scss */
.btn-br,
.billing-coupon-code {
  margin-right: 10px;
}

/* line 471, ../../../scss/default/pages/_checkout.scss */
.continue-row {
  display: flex;
  justify-content: right;
}
/* line 475, ../../../scss/default/pages/_checkout.scss */
.continue-row .button-fancy-large {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px 5px 60px;
}
/* line 482, ../../../scss/default/pages/_checkout.scss */
.continue-row .button-fancy-large:disabled:hover .isdinicon-arrow-forward {
  fill: white;
}
/* line 490, ../../../scss/default/pages/_checkout.scss */
.continue-row .button-fancy-large:hover .isdinicon-arrow-forward, .continue-row .button-fancy-large:focus .isdinicon-arrow-forward, .continue-row .button-fancy-large:active .isdinicon-arrow-forward {
  fill: #414141;
}
/* line 496, ../../../scss/default/pages/_checkout.scss */
.continue-row .isdinicon-arrow-forward {
  fill: white;
  margin-top: -3px;
  margin-left: 20px;
}

/* line 503, ../../../scss/default/pages/_checkout.scss */
#checkout-left .order-total {
  font-size: 20px;
  font-weight: 600;
}

/* line 509, ../../../scss/default/pages/_checkout.scss */
.form-component {
  position: relative;
}

/* line 513, ../../../scss/default/pages/_checkout.scss */
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 16px;
  top: 15px;
  transition: 0.2s ease all;
  color: #414141;
  z-index: 2;
}
/* line 522, ../../../scss/default/pages/_checkout.scss */
.floating-label.focused {
  top: 4px;
  bottom: 10px;
  left: 16px;
  font-size: 10px;
  opacity: 1;
}

/* line 1, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper {
  max-width: 768px;
  margin: 70px auto 0px auto;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper {
    padding: 0px 21px;
  }
}
/* line 9, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .error-fields {
  color: #D43742;
}
/* line 13, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .content {
  margin-bottom: 50px;
}
/* line 16, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .content h1 {
  font-weight: 300;
  font-size: 44px;
}
/* line 21, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .content p,
.profile-data-wrapper .content a {
  font-size: 18px;
}
/* line 26, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .content a {
  color: #D43742;
}
/* line 31, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .checkboxes {
  margin-bottom: 10px;
}
/* line 34, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .checkboxes a {
  color: #D43742;
}
/* line 38, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .checkboxes input {
  width: auto;
}
/* line 42, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .checkboxes label {
  vertical-align: bottom;
}
/* line 47, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container {
  flex-wrap: wrap;
  margin: 20px -5px 0px -5px;
}
@media (max-width: 768px) {
  /* line 47, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .register-form-container {
    margin: 20px 0px;
  }
}
/* line 55, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .bday-container {
  display: flex;
  flex: 1;
  max-width: 65%;
}
@media (max-width: 768px) {
  /* line 55, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .register-form-container .bday-container {
    max-width: 100%;
  }
}
/* line 64, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .bday-container .help-text {
  flex-basis: 100%;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 768px) {
  /* line 64, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .register-form-container .bday-container .help-text {
    font-size: 14px;
  }
}
/* line 75, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .bday-wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  /* line 75, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .register-form-container .bday-wrapper {
    margin: 0px -10px;
  }
}
/* line 82, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .bday-wrapper .help-text {
  padding: 0px 5px;
  font-weight: 600;
}
@media (max-width: 768px) {
  /* line 82, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .register-form-container .bday-wrapper .help-text {
    line-height: 17px;
    padding: 0px 10px;
  }
}
/* line 93, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .form-component {
  flex: 1 0 60%;
  padding: 0px 5px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 93, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .register-form-container .form-component {
    flex-basis: 100%;
    margin-bottom: 20px;
    padding: 0px;
  }
}
/* line 104, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .form-component.bday {
  flex-basis: 25%;
}
@media (max-width: 768px) {
  /* line 104, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .register-form-container .form-component.bday {
    flex-basis: 33%;
    padding: 0px 5px;
  }
}
/* line 113, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .form-component.bday-month {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  /* line 113, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .register-form-container .form-component.bday-month {
    flex-basis: 38%;
  }
}
@media (max-width: 768px) {
  /* line 123, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .register-form-container .form-component .bday select {
    height: 47px;
    padding: 10px 9px;
  }
  /* line 128, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .register-form-container .form-component .bday .icons-down {
    top: 9px;
  }
}
/* line 134, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .form-component.small {
  flex: 1 0 40%;
}
@media (max-width: 768px) {
  /* line 134, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .register-form-container .form-component.small {
    flex-basis: 100%;
  }
}
/* line 142, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .form-component input[type='text'],
.profile-data-wrapper .register-form-container .form-component input[type='password'],
.profile-data-wrapper .register-form-container .form-component input[type='email'] {
  font-size: 16px;
  padding: 16px;
  color: #414141;
  opacity: 1;
}
/* line 150, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .form-component input[type='text']:hover,
.profile-data-wrapper .register-form-container .form-component input[type='password']:hover,
.profile-data-wrapper .register-form-container .form-component input[type='email']:hover {
  border-color: #888888;
  opacity: 1;
}
/* line 157, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .form-component input::placeholder {
  color: #414141;
}
/* line 161, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-container .form-component a {
  color: #D43742 !important;
}
/* line 167, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .privacy-checkbox {
  width: auto;
}
/* line 171, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .error {
  color: #D43742 !important;
}
/* line 175, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .button-submit-register {
  padding: 20px 40px;
  font-weight: 600;
  background-color: #D43742;
  border-color: #D43742;
}
/* line 181, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .button-submit-register:active, .profile-data-wrapper .button-submit-register:focus, .profile-data-wrapper .button-submit-register:focus-within {
  color: white;
}
@media (max-width: 768px) {
  /* line 175, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .button-submit-register {
    display: block;
    width: 100%;
    padding: 14px;
    color: white !important;
  }
  /* line 193, ../../../scss/default/pages/_registration-page.scss */
  .profile-data-wrapper .button-submit-register:active, .profile-data-wrapper .button-submit-register:focus, .profile-data-wrapper .button-submit-register:focus-within {
    color: white !important;
  }
}
/* line 201, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .privacy-error {
  color: #D43742;
  margin-top: 10px;
  width: 100%;
}
/* line 207, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .register-form-footer {
  margin-top: 10px;
}
/* line 211, ../../../scss/default/pages/_registration-page.scss */
.profile-data-wrapper .registration-form {
  margin-bottom: 100px;
}

/* line 217, ../../../scss/default/pages/_registration-page.scss */
#confirmation-register {
  background-color: #f4f4f4;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 1, ../../../scss/default/pages/_login.scss */
#primary #login-page {
  width: 80%;
  margin: 0 auto;
}
/* line 3, ../../../scss/default/pages/_login.scss */
#primary #login-page.reset-pass-page .error-form {
  text-align: center;
}
/* line 8, ../../../scss/default/pages/_login.scss */
#primary #login-page.reset-pass-page .form-component .form-caption.error-message {
  color: #D43742;
  display: block !important;
  font-size: 13px;
  margin: 5px 0px;
}
/* line 17, ../../../scss/default/pages/_login.scss */
#primary #login-page .error-form {
  color: #D43742 !important;
  font-size: 16px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/_login.scss */
  #primary #login-page {
    width: 90%;
  }
}
/* line 30, ../../../scss/default/pages/_login.scss */
#primary #login-page #login-page-main {
  padding-bottom: 46px;
}
@media (max-width: 768px) {
  /* line 30, ../../../scss/default/pages/_login.scss */
  #primary #login-page #login-page-main {
    padding-bottom: 24px;
  }
}
/* line 38, ../../../scss/default/pages/_login.scss */
#primary #login-page #login-page-new {
  padding-top: 47px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 22.4px;
  border-top: 1px solid #979797;
  width: 90%;
  margin: 0 auto;
}
/* line 49, ../../../scss/default/pages/_login.scss */
#primary #login-page #login-page-new a {
  font-weight: 600;
  color: #D43742;
}
@media (max-width: 768px) {
  /* line 38, ../../../scss/default/pages/_login.scss */
  #primary #login-page #login-page-new {
    padding-top: 20px;
  }
}
/* line 59, ../../../scss/default/pages/_login.scss */
#primary #login-page #login-page-bottom {
  margin-top: 52px;
  margin-bottom: 42px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 22.4px;
}
/* line 68, ../../../scss/default/pages/_login.scss */
#primary #login-page #login-page-bottom a {
  font-weight: 600;
  color: #D43742;
}
/* line 74, ../../../scss/default/pages/_login.scss */
#primary #login-page h1 {
  font-weight: 300;
  font-size: 45px;
  color: #414141;
  letter-spacing: 0;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  line-height: 54px;
  margin-top: 67px;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  /* line 74, ../../../scss/default/pages/_login.scss */
  #primary #login-page h1 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.22px;
    line-height: 22.4px;
    margin-top: 32px;
    margin-bottom: 29px;
  }
}
/* line 98, ../../../scss/default/pages/_login.scss */
#primary #login-page h2 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #D43742;
  letter-spacing: 0;
  line-height: 31.2px;
  text-transform: uppercase;
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  /* line 98, ../../../scss/default/pages/_login.scss */
  #primary #login-page h2 {
    display: none;
  }
}
/* line 113, ../../../scss/default/pages/_login.scss */
#primary #login-page #login-form {
  width: 323px;
  margin: 0 auto;
  /*label {
  	display: none;
  }*/
}
@media (max-width: 768px) {
  /* line 113, ../../../scss/default/pages/_login.scss */
  #primary #login-page #login-form {
    width: 90%;
  }
}
/* line 121, ../../../scss/default/pages/_login.scss */
#primary #login-page #login-form .form-caption {
  display: none;
}
/* line 128, ../../../scss/default/pages/_login.scss */
#primary #login-page #login-form input {
  height: 47px;
}
/* line 131, ../../../scss/default/pages/_login.scss */
#primary #login-page #login-form input::placeholder {
  color: #414141;
  font-weight: 200;
}
/* line 137, ../../../scss/default/pages/_login.scss */
#primary #login-page #login-form .button-alert {
  width: 100%;
  padding: 15px;
}
/* line 142, ../../../scss/default/pages/_login.scss */
#primary #login-page #login-form .crememberme {
  display: none;
}
/* line 147, ../../../scss/default/pages/_login.scss */
#primary #login-page #pr {
  text-align: center;
  margin-top: 21px;
}
/* line 151, ../../../scss/default/pages/_login.scss */
#primary #login-page #pr a {
  color: #888888;
}
/* line 156, ../../../scss/default/pages/_login.scss */
#primary #login-page .form-row-button {
  margin-top: 45px;
}
@media (max-width: 768px) {
  /* line 156, ../../../scss/default/pages/_login.scss */
  #primary #login-page .form-row-button {
    margin-top: 20px;
  }
}

/* line 166, ../../../scss/default/pages/_login.scss */
#exclusive-benefits {
  background-color: #F4F4F4;
  padding: 84px;
  margin: 0 auto;
  color: #414141;
}
@media (max-width: 768px) {
  /* line 166, ../../../scss/default/pages/_login.scss */
  #exclusive-benefits {
    padding: 26px;
  }
}
/* line 176, ../../../scss/default/pages/_login.scss */
#exclusive-benefits h2 {
  font-weight: 300;
  font-size: 45px;
  letter-spacing: 0;
  text-align: center;
  line-height: 54px;
  margin-top: 0px;
  margin-bottom: 66px;
}
@media (max-width: 768px) {
  /* line 176, ../../../scss/default/pages/_login.scss */
  #exclusive-benefits h2 {
    margin-top: 12px;
    margin-bottom: 34px;
  }
}
/* line 191, ../../../scss/default/pages/_login.scss */
#exclusive-benefits #eb-items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  /* line 191, ../../../scss/default/pages/_login.scss */
  #exclusive-benefits #eb-items {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  /* line 191, ../../../scss/default/pages/_login.scss */
  #exclusive-benefits #eb-items {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* line 211, ../../../scss/default/pages/_login.scss */
#exclusive-benefits #eb-items div {
  width: 33%;
  flex: 1 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  /* line 211, ../../../scss/default/pages/_login.scss */
  #exclusive-benefits #eb-items div {
    width: 100%;
  }
}
/* line 228, ../../../scss/default/pages/_login.scss */
#exclusive-benefits #eb-items div svg {
  width: 70px;
  height: 70px;
  margin: auto 0;
  fill: #D43742;
}
/* line 234, ../../../scss/default/pages/_login.scss */
#exclusive-benefits #eb-items div svg.isdinicon-shopping-bag {
  width: 120px;
  height: 120px;
}
/* line 241, ../../../scss/default/pages/_login.scss */
#exclusive-benefits #eb-items div h5 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.04px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 11px;
  color: #D43742;
  margin-top: 13px;
}
/* line 252, ../../../scss/default/pages/_login.scss */
#exclusive-benefits #eb-items div p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: normal;
}

/* line 263, ../../../scss/default/pages/_login.scss */
.ui-dialog {
  background-color: white;
  border: 1px solid #414141;
}
@media (max-width: 768px) {
  /* line 263, ../../../scss/default/pages/_login.scss */
  .ui-dialog {
    margin-left: 44px;
    margin-right: 44px;
    left: auto !important;
    width: auto !important;
  }
}

/* line 275, ../../../scss/default/pages/_login.scss */
.ui-widget-overlay {
  background-color: black;
  opacity: 0.6;
}

/* line 280, ../../../scss/default/pages/_login.scss */
#dialog-container {
  padding: 43px 55px 31px 55px;
  text-align: center;
  /*label {
  	display: none;
  }*/
}
@media (max-width: 768px) {
  /* line 280, ../../../scss/default/pages/_login.scss */
  #dialog-container {
    padding: 29px 25px 26px 25px;
  }
}
/* line 288, ../../../scss/default/pages/_login.scss */
#dialog-container h1 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
  padding: 0;
  margin: 0;
  margin-bottom: 13px;
}
/* line 298, ../../../scss/default/pages/_login.scss */
#dialog-container p {
  margin: 0;
  line-height: 1.4;
  font-size: 15px;
}
/* line 307, ../../../scss/default/pages/_login.scss */
#dialog-container .inputWithButton {
  margin-top: 40px;
}
@media (max-width: 768px) {
  /* line 307, ../../../scss/default/pages/_login.scss */
  #dialog-container .inputWithButton {
    margin-top: 26px;
  }
}
/* line 315, ../../../scss/default/pages/_login.scss */
#dialog-container input {
  height: 47px;
}
/* line 318, ../../../scss/default/pages/_login.scss */
#dialog-container input::placeholder {
  color: #414141;
  font-weight: 200;
}

/* line 325, ../../../scss/default/pages/_login.scss */
.ui-dialog-titlebar {
  display: none;
}

/* line 329, ../../../scss/default/pages/_login.scss */
.ui-dialog-titlebar-close {
  display: none;
}

/* line 333, ../../../scss/default/pages/_login.scss */
.close-recover-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
/* line 339, ../../../scss/default/pages/_login.scss */
.close-recover-modal svg {
  fill: #414141;
}
/* line 342, ../../../scss/default/pages/_login.scss */
.close-recover-modal svg line {
  stroke: #414141 !important;
}

@media (max-width: 768px) {
  /* line 348, ../../../scss/default/pages/_login.scss */
  .ui-dialog {
    max-width: 90%;
    top: 100px !important;
  }
}
/* line 354, ../../../scss/default/pages/_login.scss */
.ui-dialog form {
  margin-top: 20px;
}

/* line 359, ../../../scss/default/pages/_login.scss */
.btn-ok-request {
  padding: 10px 40px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  /* line 359, ../../../scss/default/pages/_login.scss */
  .btn-ok-request {
    display: block;
  }
}

/* line 368, ../../../scss/default/pages/_login.scss */
.center-confirm {
  max-width: 500px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
}

/* line 381, ../../../scss/default/pages/_login.scss */
.confirm-btn {
  margin-top: 26px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  /* line 381, ../../../scss/default/pages/_login.scss */
  .confirm-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 393, ../../../scss/default/pages/_login.scss */
#primary #checkout-login-page .separator {
  width: 100%;
  height: 1px;
  background-color: #979797;
}
@media (max-width: 768px) {
  /* line 399, ../../../scss/default/pages/_login.scss */
  #primary #checkout-login-page #login-page-main h1 {
    font-size: 24px;
  }
}
/* line 405, ../../../scss/default/pages/_login.scss */
#primary #checkout-login-page .btn-as-guest {
  cursor: pointer;
  background-color: white;
  border-color: #414141;
  padding: 0px 30px 0px 50px;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 50px;
}
@media (max-width: 768px) {
  /* line 405, ../../../scss/default/pages/_login.scss */
  #primary #checkout-login-page .btn-as-guest {
    margin: 50px auto;
    width: 80%;
    display: block;
    padding: 0px 20px;
  }
}
/* line 421, ../../../scss/default/pages/_login.scss */
#primary #checkout-login-page .btn-as-guest svg {
  vertical-align: middle;
  display: inline;
  width: 31px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  /* line 421, ../../../scss/default/pages/_login.scss */
  #primary #checkout-login-page .btn-as-guest svg {
    margin-left: 10px;
  }
}
/* line 432, ../../../scss/default/pages/_login.scss */
#primary #checkout-login-page .btn-as-guest span {
  vertical-align: middle;
  display: inline;
}
/* line 438, ../../../scss/default/pages/_login.scss */
#primary #checkout-login-page #login-page-bottom {
  font-size: 16px;
  margin-top: 70px;
}
/* line 442, ../../../scss/default/pages/_login.scss */
#primary #checkout-login-page #login-page-bottom a {
  color: #D43742;
}

@media (max-width: 768px) {
  /* line 4, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile {
    padding: 0 !important;
  }
}
/* line 9, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper {
  margin: 0px auto 0px auto;
}
@media (max-width: 768px) {
  /* line 9, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper {
    margin: 40px auto 0px auto;
  }
}
/* line 16, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .content {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  /* line 16, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .content {
    margin-bottom: 0;
  }
}
/* line 23, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .content h1 {
  margin-bottom: 40px;
  font-size: 24px !important;
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  /* line 23, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .content h1 {
    display: none;
  }
}
/* line 34, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .subtitle {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
/* line 39, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .subtitle.password-help-text {
  font-size: 15px;
  margin-bottom: 10px;
}
/* line 47, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .legal-advice {
  font-size: 13px;
  padding-right: 20px;
}
/* line 51, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .legal-advice a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  /* line 56, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .bday-wrapper {
    margin: 0;
  }
  /* line 60, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .bday-wrapper .help-text {
    padding: 0;
  }
}
/* line 65, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .bday-wrapper .bday {
  flex-basis: 25%;
}
/* line 68, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .bday-wrapper .bday select {
  height: 47px;
}
/* line 72, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .bday-wrapper .bday .icons-down {
  top: 21px;
  right: 14px;
}
@media (max-width: 768px) {
  /* line 65, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .bday-wrapper .bday {
    flex-basis: 32%;
  }
  /* line 80, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .bday-wrapper .bday.bday-month {
    padding-left: 0;
  }
  /* line 84, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .bday-wrapper .bday.bday-year {
    padding-right: 0;
  }
}
/* line 91, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .form-component {
  flex-basis: 50%;
}
/* line 94, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .form-component.form-password-component {
  max-width: 50%;
  margin-top: 15px;
}
@media (max-width: 768px) {
  /* line 91, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .form-component {
    flex-basis: 100%;
    margin-top: 0px;
  }
  /* line 103, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .form-component.form-password-component {
    max-width: 100%;
  }
}
/* line 110, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-profile-form .edit-form-footer .form-row-button {
  margin-top: 25px;
}
/* line 117, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .button-submit-edit-profile,
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .button-submit-update-password {
  font-size: 16px;
  padding: 17px 80px;
}
@media (max-width: 768px) {
  /* line 117, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .button-submit-edit-profile,
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .button-submit-update-password {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 129, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .edit-form-footer .form-row-button {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 136, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .update-password-container {
    margin-bottom: 10px;
  }
}
/* line 141, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .update-password-container .form-component {
  flex: 1 0 50%;
}
@media (max-width: 768px) {
  /* line 141, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .update-password-container .form-component {
    flex: 1 0 100%;
  }
}
/* line 149, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .update-password-container .form-big {
  flex: 1 0 100%;
}
/* line 152, ../../../scss/default/pages/_edit-profile.scss */
body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .update-password-container .form-big .form-row {
  width: 50%;
  float: right;
  padding-left: 5px;
}
@media (max-width: 768px) {
  /* line 152, ../../../scss/default/pages/_edit-profile.scss */
  body #wrapper.pt_inside #main .edit-profile .edit-profile-wrapper .update-password-container .form-big .form-row {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

/* line 1, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page {
  margin-top: 50px;
}
@media (max-width: 768px) {
  /* line 1, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page {
    margin-top: 0px;
  }
}
/* line 8, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-header {
  text-align: center;
  margin: 70px auto;
  width: 60%;
}
@media (max-width: 768px) {
  /* line 8, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-header {
    width: 80%;
    margin: 30px auto;
  }
  /* line 17, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-header h1 {
    font-size: 40px;
  }
  /* line 21, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-header p {
    font-size: 16px;
  }
}
/* line 26, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-header h1 {
  font-weight: 300;
  font-size: 45px;
  margin: 0;
}
/* line 32, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-header p {
  font-size: 16px;
  font-weight: 400;
}
/* line 38, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body {
  display: flex;
  flex-wrap: wrap;
}
/* line 42, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar,
.find-doctor-page .page-body .map-content {
  flex: 1;
}
/* line 47, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar {
  flex-basis: 30%;
  padding-left: 40px;
}
@media (max-width: 768px) {
  /* line 47, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-body .sidebar {
    padding-left: 0px;
    flex-basis: 100%;
  }
  /* line 55, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-body .sidebar .form-container {
    padding: 0px 20px;
  }
  /* line 58, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-body .sidebar .form-container .title {
    text-align: center;
  }
}
/* line 65, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 71, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .storelocation-input-icon-wrapper {
  display: flex;
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  /* line 71, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-body .sidebar .storelocation-input-icon-wrapper {
    padding: 0;
  }
}
/* line 80, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .storelocation-input-icon-wrapper .form-row {
  flex: 1;
}
/* line 83, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .storelocation-input-icon-wrapper .form-row .form-component {
  margin-bottom: 0px;
}
/* line 88, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .storelocation-input-icon-wrapper .btn-search {
  background-color: #D43742;
  height: 44px;
}
/* line 92, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .storelocation-input-icon-wrapper .btn-search svg {
  fill: white;
}
/* line 98, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar #store-locator-form {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 102, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-body .sidebar .stores-count {
    padding: 0px 20px;
    text-align: center;
  }
}
/* line 108, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-count p {
  font-size: 16px;
}
@media (max-width: 768px) {
  /* line 108, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-body .sidebar .stores-count p {
    font-size: 20px;
  }
}
/* line 116, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-count .button {
  display: none;
}
@media (max-width: 768px) {
  /* line 116, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-body .sidebar .stores-count .button {
    display: block;
    width: 100%;
  }
}
/* line 126, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-list {
  max-height: 440px;
  overflow-y: auto;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 30px;
}
/* line 133, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  border: 1px solid #d8d8d8;
}
/* line 139, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d8d8d8;
}
@media (max-width: 768px) {
  /* line 126, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-body .sidebar .stores-list {
    padding: 50px 20px;
    background-color: #F2F2F2;
  }
}
/* line 149, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-list .store {
  cursor: pointer;
  margin-bottom: 15px;
  display: flex;
  border-bottom: 1px solid;
  border-color: #cccccc;
  padding-bottom: 15px;
}
/* line 157, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-list .store .left-col {
  padding-right: 15px;
}
/* line 160, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-list .store .left-col .isdinicon {
  width: 17px;
  height: 39px;
}
/* line 167, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-list .store .right-col .store-name {
  font-size: 16px;
  margin: 5px 0px;
  font-weight: 600;
}
/* line 173, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-list .store .right-col .address {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 15px;
}
/* line 179, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-list .store .right-col .btn-detail {
  font-weight: 400;
  font-size: 13px;
  pointer-events: none;
}
@media (max-width: 768px) {
  /* line 179, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-body .sidebar .stores-list .store .right-col .btn-detail {
    pointer-events: auto;
  }
}
/* line 192, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-list .store.selected .store-name {
  color: #D43742;
}
/* line 196, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .sidebar .stores-list .store.selected .isdinicon {
  fill: #D43742;
}
/* line 204, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .map-content {
  flex-basis: 70%;
  padding-left: 50px;
}
@media (max-width: 768px) {
  /* line 204, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-body .map-content {
    padding-left: 0px;
    flex-basis: 100%;
  }
  /* line 212, ../../../scss/default/pages/_storelocator.scss */
  .find-doctor-page .page-body .map-content #map {
    height: 400px;
  }
}
/* line 217, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .map-content #map {
  min-height: 660px;
}
/* line 221, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .map-content #map .map-mark-tooltip img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 10px;
}
/* line 227, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .map-content #map .map-mark-tooltip p {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 232, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .map-content #map .map-mark-tooltip p.name {
  color: #D43742;
  font-weight: 600;
}
/* line 237, ../../../scss/default/pages/_storelocator.scss */
.find-doctor-page .page-body .map-content #map .map-mark-tooltip p.addr, .find-doctor-page .page-body .map-content #map .map-mark-tooltip p.tel {
  margin-bottom: 20px;
}

/* line 249, ../../../scss/default/pages/_storelocator.scss */
.store-locator-details img {
  width: 100%;
}
/* line 253, ../../../scss/default/pages/_storelocator.scss */
.store-locator-details .head {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 258, ../../../scss/default/pages/_storelocator.scss */
.store-locator-details .head svg {
  display: inline;
  vertical-align: middle;
}
/* line 263, ../../../scss/default/pages/_storelocator.scss */
.store-locator-details .head a {
  font-size: 16px;
}
/* line 268, ../../../scss/default/pages/_storelocator.scss */
.store-locator-details .content {
  padding-left: 40px;
  margin-bottom: 20px;
}
/* line 272, ../../../scss/default/pages/_storelocator.scss */
.store-locator-details .content h1 {
  font-size: 16px;
  color: #D43742;
}
/* line 277, ../../../scss/default/pages/_storelocator.scss */
.store-locator-details .content p {
  font-size: 16px;
  margin-bottom: 5px;
}
/* line 283, ../../../scss/default/pages/_storelocator.scss */
.store-locator-details #map {
  height: 400px;
  width: 100%;
}

/* line 1, ../../../scss/default/pages/account/_main.scss */
li.registered {
  padding-left: 20px;
}
/* line 4, ../../../scss/default/pages/account/_main.scss */
li.registered div {
  text-transform: uppercase;
  font-size: 10px;
  color: #888888;
  text-align: left;
}
/* line 11, ../../../scss/default/pages/account/_main.scss */
li.registered a {
  text-align: left !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
}

/* line 18, ../../../scss/default/pages/account/_main.scss */
.account-notification {
  position: fixed;
  bottom: -70px;
  text-align: center;
  z-index: 99999999;
}
@media (max-width: 768px) {
  /* line 18, ../../../scss/default/pages/account/_main.scss */
  .account-notification {
    width: 100%;
  }
}
/* line 28, ../../../scss/default/pages/account/_main.scss */
.account-notification.confirm-message {
  background: #e0f7de;
}
/* line 32, ../../../scss/default/pages/account/_main.scss */
.account-notification .notification-content {
  text-align: center;
  padding: 15px 0px;
}
/* line 36, ../../../scss/default/pages/account/_main.scss */
.account-notification .notification-content .isdinicon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
/* line 44, ../../../scss/default/pages/account/_main.scss */
.account-notification .notification-content .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0;
}

/* line 57, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside .mobile-hide {
  display: block;
}
@media (max-width: 768px) {
  /* line 57, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside .mobile-hide {
    display: none;
  }
}
/* line 65, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside .mobile-only {
  display: none;
}
@media (max-width: 768px) {
  /* line 65, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside .mobile-only {
    display: block;
  }
}
/* line 73, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
}
/* line 80, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary {
  position: relative;
  width: 495px;
  min-width: 380px;
  max-width: 380px;
  padding-top: 74px;
  background-color: #f4f4f4;
}
@media (max-width: 768px) {
  /* line 80, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary {
    width: 100%;
    background-color: white;
    padding-top: 48px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    padding-bottom: 0px;
    max-width: none;
  }
}
/* line 99, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable {
  top: 110px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  padding-left: 100px;
  padding-bottom: 100px;
  width: 100%;
  float: none;
}
@media (max-width: 768px) {
  /* line 99, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable {
    padding-left: 0px;
    padding-bottom: 0px;
  }
}
/* line 111, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable h2 {
  color: #D43742;
  font-size: 22px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  /* line 111, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable h2 {
    font-size: 24px;
    color: #414141;
    margin-bottom: 0px;
  }
}
/* line 126, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable .hero-text {
  margin: 0;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 133, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul {
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  /* line 133, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul {
    border-top: 1px solid #cccccc;
  }
}
/* line 140, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li {
  font-size: 16px;
  height: 42px;
}
/* line 145, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li.selected a {
  font-weight: 600;
  color: #D43742;
}
/* line 150, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li.selected svg {
  fill: #D43742;
}
/* line 155, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li svg {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 155, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul li svg {
    top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 166, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul li svg.isdinicon-logout {
    top: 7px;
    margin-left: 6px;
  }
}
/* line 174, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li object {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 174, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul li object {
    top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 186, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul li .li-txt {
    bottom: 5px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
  }
}
/* line 194, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li .li-txt.logout {
  color: #888888;
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 140, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul li {
    border-bottom: 1px solid #cccccc;
    text-align: left;
    padding: 21px 50px 24px 50px;
    height: 71px;
  }
}
@media (max-width: 768px) {
  /* line 133, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul {
    margin-bottom: 0px;
  }
}
/* line 213, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable .logout {
  color: #888888;
}
/* line 216, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable .logout svg {
  width: 22px;
  height: 22px;
  position: relative;
  top: 10px;
  margin-left: 10px;
}
/* line 225, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable .ifquestions {
  margin-top: 100px;
  font-size: 16px;
  margin-right: 55px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 225, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable .ifquestions {
    margin-top: 45px;
    margin-right: 0px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 240, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable .contactus {
  font-size: 16px;
  color: #D43742;
  font-weight: 600;
}
/* line 246, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable h2 {
  color: #D43742;
  font-size: 22px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  /* line 246, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable h2 {
    font-size: 24px;
    color: #414141;
    margin-bottom: 0px;
  }
}
/* line 261, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable .hero-text {
  margin: 0;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 268, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul {
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  /* line 268, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul {
    border-top: 1px solid #cccccc;
  }
}
/* line 275, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li {
  font-size: 16px;
  height: 42px;
}
/* line 280, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li.selected a {
  font-weight: 600;
  color: #D43742;
}
/* line 285, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li.selected svg {
  fill: #D43742;
}
/* line 290, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li svg {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 290, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul li svg {
    top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 301, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul li svg.isdinicon-logout {
    top: 7px;
    margin-left: 6px;
  }
}
/* line 309, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li object {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 309, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul li object {
    top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 321, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul li .li-txt {
    bottom: 5px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
  }
}
/* line 329, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable ul li .li-txt.logout {
  color: #888888;
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 275, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul li {
    border-bottom: 1px solid #cccccc;
    text-align: left;
    padding: 21px 50px 24px 50px;
    height: 71px;
  }
}
@media (max-width: 768px) {
  /* line 268, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable ul {
    margin-bottom: 0px;
  }
}
/* line 348, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable .logout {
  color: #888888;
}
/* line 351, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable .logout svg {
  width: 22px;
  height: 22px;
  position: relative;
  top: 10px;
  margin-left: 10px;
}
/* line 360, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable .questions-contact {
  font-size: 16px;
}
@media (max-width: 768px) {
  /* line 360, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable .questions-contact {
    text-align: center;
    display: initial;
  }
}
/* line 368, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable .questions-contact .ifquestions {
  width: 225px;
  height: 72px;
  margin-top: 100px;
  margin-right: 55px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  /* line 368, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #primary .unscrollable .questions-contact .ifquestions {
    width: auto;
    margin-top: 45px;
    margin-right: 0px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 386, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #primary .unscrollable .questions-contact .contactus {
  color: #D43742;
  font-weight: 600;
}
/* line 394, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary {
  flex-grow: 1;
  padding: 60px 120px;
}
@media (max-width: 768px) {
  /* line 394, ../../../scss/default/pages/account/_main.scss */
  #wrapper.pt_inside #main #secondary {
    padding: 0px;
  }
}
/* line 402, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary h1 {
  font-size: 45px;
  padding: 0;
  margin: 0;
  margin-bottom: 29px;
  font-weight: 300;
}
/* line 410, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary p {
  font-weight: 400;
  font-size: 16px;
}
/* line 415, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-title {
  border-bottom: 1px solid #414141;
  padding-top: 25px;
}
/* line 419, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-title h2 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
  margin-left: 10px;
}
/* line 427, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-title h2 span {
  float: right;
  font-weight: 300;
  font-size: 15px;
  margin-top: 10px;
}
/* line 433, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-title h2 span a {
  color: #888888;
}
/* line 441, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-contents {
  padding: 25px;
  margin-bottom: 10px;
}
/* line 445, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-contents h4 {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
/* line 453, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-contents p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0px;
}
/* line 459, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-contents.personal-information {
  display: flex;
}
/* line 462, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-contents.personal-information .column-left {
  flex: 0 0 320px;
}
/* line 466, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-contents.personal-information .column-right {
  flex: 1;
}
/* line 471, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-contents .not-found {
  padding-bottom: 46px;
}
/* line 475, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside #main #secondary .inside-contents .nf-button {
  height: 47px;
  line-height: 27px;
  padding: 10px 63px;
}
/* line 484, ../../../scss/default/pages/account/_main.scss */
#wrapper.pt_inside .usp-banner-wrapper {
  border-top: 1px solid #CCC;
}

/**
*	Used for the table orders, in home and my orders page
*/
/* line 492, ../../../scss/default/pages/account/_main.scss */
.table-orders {
  font-weight: 400;
}
/* line 495, ../../../scss/default/pages/account/_main.scss */
.table-orders .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border-bottom: 1px solid #c5c5c5;
}
/* line 496, ../../../scss/default/pages/account/_main.scss */
.table-orders .row.header {
  border-bottom: 0;
  font-weight: 600;
  display: flex;
}
@media (max-width: 768px) {
  /* line 496, ../../../scss/default/pages/account/_main.scss */
  .table-orders .row.header {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 495, ../../../scss/default/pages/account/_main.scss */
  .table-orders .row {
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 23px;
    padding-bottom: 27px;
  }
}
/* line 518, ../../../scss/default/pages/account/_main.scss */
.table-orders .row .column {
  flex: 1 0 21%;
  margin: 11px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 768px) {
  /* line 518, ../../../scss/default/pages/account/_main.scss */
  .table-orders .row .column {
    flex: unset;
    margin: 0;
  }
}
/* line 529, ../../../scss/default/pages/account/_main.scss */
.table-orders .row .column .details {
  font-size: 13px;
  margin-top: 9px;
}
@media (max-width: 768px) {
  /* line 529, ../../../scss/default/pages/account/_main.scss */
  .table-orders .row .column .details {
    display: none;
  }
}
/* line 538, ../../../scss/default/pages/account/_main.scss */
.table-orders .row .column .details-mobile {
  display: none;
}
@media (max-width: 768px) {
  /* line 538, ../../../scss/default/pages/account/_main.scss */
  .table-orders .row .column .details-mobile {
    display: block;
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  /* line 548, ../../../scss/default/pages/account/_main.scss */
  .table-orders .row .column .order-status {
    width: 50%;
    text-align: right;
  }
}
/* line 555, ../../../scss/default/pages/account/_main.scss */
.table-orders .row .column:nth-child(2) {
  text-align: center;
}
@media (max-width: 768px) {
  /* line 555, ../../../scss/default/pages/account/_main.scss */
  .table-orders .row .column:nth-child(2) {
    display: inline-block;
    width: 25%;
    text-align: right;
  }
}
/* line 565, ../../../scss/default/pages/account/_main.scss */
.table-orders .row .column:nth-child(3) {
  text-align: center;
}
@media (max-width: 768px) {
  /* line 565, ../../../scss/default/pages/account/_main.scss */
  .table-orders .row .column:nth-child(3) {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}
/* line 575, ../../../scss/default/pages/account/_main.scss */
.table-orders .row .column:nth-child(4) {
  text-align: center;
}
@media (max-width: 768px) {
  /* line 575, ../../../scss/default/pages/account/_main.scss */
  .table-orders .row .column:nth-child(4) {
    display: flex;
    width: 100%;
    margin-top: 34px;
  }
}
/* line 589, ../../../scss/default/pages/account/_main.scss */
.table-orders .order-status svg {
  width: 19px;
  height: 19px;
  margin-right: 12px;
  vertical-align: middle;
  margin-top: -4px;
}
@media (max-width: 768px) {
  /* line 589, ../../../scss/default/pages/account/_main.scss */
  .table-orders .order-status svg {
    margin-right: 6px;
  }
}
/* line 601, ../../../scss/default/pages/account/_main.scss */
.table-orders .order-status span {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-weight: 400;
}

/* line 610, ../../../scss/default/pages/account/_main.scss */
.my-account-mobile-title {
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #CCC;
  padding: 25px 0px;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  /* line 610, ../../../scss/default/pages/account/_main.scss */
  .my-account-mobile-title {
    display: block;
  }
}
/* line 622, ../../../scss/default/pages/account/_main.scss */
.my-account-mobile-title .back-btn {
  position: absolute;
  left: 0;
  top: 14px;
}
/* line 627, ../../../scss/default/pages/account/_main.scss */
.my-account-mobile-title .back-btn .isdinicon {
  width: 50px;
  height: 50px;
  top: -5px;
  position: relative;
}
/* line 635, ../../../scss/default/pages/account/_main.scss */
.my-account-mobile-title .xs-title {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  margin-left: 10px;
}
/* line 644, ../../../scss/default/pages/account/_main.scss */
.my-account-mobile-title .isdinicon {
  display: inline-block;
  width: 25px;
  height: 28px;
  fill: #414141;
  vertical-align: middle;
}

/* line 653, ../../../scss/default/pages/account/_main.scss */
.btn-optin {
  padding: 10px 63px;
  margin-top: 15px;
}

/* line 660, ../../../scss/default/pages/account/_main.scss */
.newsletter-account-optin .optin-subscribed,
.newsletter-account-optin span {
  opacity: 1 !important;
  border: 0 !important;
}
/* line 666, ../../../scss/default/pages/account/_main.scss */
.newsletter-account-optin .form-component {
  margin-bottom: 10px;
}
/* line 670, ../../../scss/default/pages/account/_main.scss */
.newsletter-account-optin .unsuscribe-text {
  font-size: 12px !important;
  margin-top: 0;
  color: #888888;
}
/* line 675, ../../../scss/default/pages/account/_main.scss */
.newsletter-account-optin .unsuscribe-text a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 1, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .my-orders {
    text-align: center;
  }
}
/* line 6, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.my-orders h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 768px) {
  /* line 6, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .my-orders h2 {
    display: none;
  }
}
/* line 16, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.my-orders .no_orders {
  margin-top: 36px;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 400;
}
/* line 23, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.my-orders .button-alt, .my-orders #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .my-orders .pr-btn,
.my-orders #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .my-orders .pr-btn, .my-orders .p-w-r .thank-you-page h5 a, .p-w-r .thank-you-page h5 .my-orders a {
  padding: 14px 64px;
}
/* line 27, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.my-orders .table-orders {
  margin-top: 36px;
}
@media (max-width: 768px) {
  /* line 27, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .my-orders .table-orders {
    margin-top: 0px;
  }
}
/* line 36, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.my-orders .table-orders .row .column:nth-child(1) {
  margin-left: 0px;
}
@media (max-width: 768px) {
  /* line 36, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .my-orders .table-orders .row .column:nth-child(1) {
    display: inline-block;
    width: 75%;
    font-weight: 600;
  }
}
/* line 49, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.my-orders .pagination {
  padding: 0;
  margin-top: 46px;
  font-size: 18px;
}
/* line 54, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.my-orders .pagination a {
  color: #888888;
}
/* line 58, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.my-orders .pagination li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 64, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.my-orders .pagination .current-page {
  color: #414141;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 73, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails {
    padding-left: 46px;
    padding-right: 40px;
  }
}
/* line 79, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails h2 {
  font-size: 22px;
  font-weight: 600;
}
/* line 84, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .back {
  margin-top: -45px;
  margin-left: -15px;
}
/* line 88, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .back svg {
  position: relative;
  top: 15px;
}
/* line 93, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .back a {
  font-weight: 600;
}
/* line 98, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-placed {
  margin-top: 47px;
  font-size: 18px;
}
@media (max-width: 768px) {
  /* line 98, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .order-placed {
    margin-top: 23px;
    font-size: 16px;
  }
}
/* line 108, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-number {
  font-size: 38px;
  font-weight: 600;
  margin-top: 4px;
}
@media (max-width: 768px) {
  /* line 108, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .order-number {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
/* line 119, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .tracking-order {
  padding-top: 39px;
}
@media (max-width: 768px) {
  /* line 119, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .tracking-order {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  /* line 126, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .tracking-order h2 {
    display: block !important;
    padding-bottom: 20px;
    font-size: 16px;
  }
}
/* line 135, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails #trackingGraph {
  margin-top: 28px;
  font-weight: 400;
}
/* line 140, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details {
  padding-top: 54px;
}
@media (max-width: 768px) {
  /* line 140, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .order-details {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    padding-top: 31px;
  }
}
@media (max-width: 768px) {
  /* line 150, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .order-details h2 {
    display: block !important;
    font-size: 16px;
  }
}
/* line 157, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container {
  margin-top: 31px;
  display: flex;
}
@media (max-width: 768px) {
  /* line 157, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .order-details .od-container {
    flex-direction: column;
  }
}
/* line 165, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left {
  flex: 5;
  padding-right: 130px;
}
@media (max-width: 768px) {
  /* line 165, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .order-details .od-container .od-left {
    padding-right: 0;
  }
}
/* line 174, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-lineitems {
  border-bottom: 1px solid #979797;
}
/* line 177, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-lineitems .od-row {
  margin-bottom: 16px;
  display: flex;
  font-size: 16px;
}
/* line 182, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-lineitems .od-row .od-row-left {
  flex: 6;
  line-height: 22px;
}
/* line 186, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-lineitems .od-row .od-row-left span {
  font-weight: 500;
}
/* line 191, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-lineitems .od-row .od-row-right {
  flex: 3;
  text-align: right;
  font-weight: 500;
}
/* line 197, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-lineitems .od-row .od-row-right .mini-cart-price .is-promo {
  color: #D43742;
  margin-right: 8px;
}
/* line 201, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-lineitems .od-row .od-row-right .mini-cart-price .is-base {
  color: #888888;
  text-decoration: line-through;
}
/* line 210, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-totals {
  border-bottom: 1px solid #979797;
  padding-top: 25px;
  padding-bottom: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 210, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .order-details .od-container .od-left .od-totals {
    padding-top: 16px;
  }
}
/* line 220, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-totals .od-total-line {
  display: flex;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  /* line 220, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .order-details .od-container .od-left .od-totals .od-total-line {
    margin-bottom: 7px;
  }
}
/* line 230, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-totals .od-total-line .od-total-line-left {
  flex: 10;
  text-align: right;
}
@media (max-width: 768px) {
  /* line 230, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .order-details .od-container .od-left .od-totals .od-total-line .od-total-line-left {
    text-align: left;
  }
}
/* line 239, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-totals .od-total-line .od-total-line-right {
  flex: 4;
  text-align: right;
}
/* line 245, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-totals.totals {
  border-bottom: 0;
}
@media (max-width: 768px) {
  /* line 248, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .order-details .od-container .od-left .od-totals.totals .od-total-line {
    font-weight: 600;
    font-size: 20px;
  }
}
/* line 255, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-left .od-totals.totals .od-total-line-left {
  font-weight: 600;
  text-transform: uppercase;
}
/* line 264, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details .od-container .od-right {
  flex: 2;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 264, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
  .orderdetails .order-details .od-container .od-right {
    margin-top: 31px;
  }
}
/* line 276, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 11px;
}
/* line 283, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_orders.scss */
.orderdetails .order-details h4.space-top {
  margin-top: 30px;
}

/* line 2, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 768px) {
  /* line 2, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist h2 {
    display: none;
  }
}
/* line 12, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .head-text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 36px;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  /* line 12, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .head-text {
    margin-top: 61px;
    padding-left: 57px;
    padding-right: 57px;
    text-align: center;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24px;
    margin-bottom: 43px;
  }
}
@media (max-width: 768px) {
  /* line 30, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .head-btn {
    padding: 0 26px;
    margin-bottom: 123px;
  }
}
/* line 36, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .head-btn .start-adding {
  height: 47px;
  padding: 10px 32px;
  line-height: 27px;
}
@media (max-width: 768px) {
  /* line 36, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .head-btn .start-adding {
    width: 100%;
  }
}
/* line 47, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items {
  margin-top: 36px;
  margin-left: -57px;
  margin-right: -40px;
}
@media (max-width: 768px) {
  /* line 47, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .wishlist-items {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 58, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 37px;
  display: flex;
  border-bottom: 1px solid #c5c5c5;
  			/*.wi-price {
  				flex: 2;
  				align-self: center;
  				text-align: center;
  				font-weight: 400;
  				font-size: 16px;
  				padding-right: 90px;
  				@include respond-to('small') {
  
  				}
  			}*/
}
@media (max-width: 768px) {
  /* line 58, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .wishlist-items .wi-row {
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 43px;
    padding-bottom: 25px;
  }
}
/* line 73, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row button.button-text.mobile-only {
  position: absolute;
  right: 0px;
  border: 0;
  border: 0;
  cursor: pointer;
  background-color: white;
}
/* line 82, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row button.button-text.mobile-only svg {
  fill: #cccccc;
  width: 28px;
  height: 28px;
}
/* line 89, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .button-alert,
.wishlist .wishlist-items .wi-row .button-disabled {
  width: 100%;
  height: 47px;
  line-height: 27px;
}
/* line 96, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .wi-image {
  flex: 2;
}
/* line 99, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .wi-image img {
  width: 150px;
  height: 150px;
}
@media (max-width: 768px) {
  /* line 99, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .wishlist-items .wi-row .wi-image img {
    width: 102px;
    height: 102px;
  }
}
@media (max-width: 768px) {
  /* line 96, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .wishlist-items .wi-row .wi-image {
    flex: 1;
  }
}
/* line 115, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .wi-name-and-price {
  flex: 4;
  margin-left: 16px;
  align-self: center;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  margin-right: 60px;
}
@media (max-width: 768px) {
  /* line 115, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .wishlist-items .wi-row .wi-name-and-price {
    align-self: normal;
    display: inline;
    margin-right: 33px;
  }
}
/* line 130, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .wi-name-and-price .wi-np-name {
  flex: 2;
  max-width: 173px;
}
/* line 135, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .wi-name-and-price .wi-np-price {
  flex: 1;
  text-align: right;
  align-self: center;
}
@media (max-width: 768px) {
  /* line 135, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .wishlist-items .wi-row .wi-name-and-price .wi-np-price {
    margin-top: 42px;
  }
}
/* line 144, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .wi-name-and-price .wi-np-price span.price-standard {
  text-decoration: line-through;
  color: #9B9B9B;
  margin-right: 10px;
}
/* line 151, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .wi-name-and-price .wi-np-price.no-stock .price-sales {
  text-decoration: line-through;
  color: #9B9B9B;
  margin-right: 10px;
}
/* line 171, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .wi-button {
  flex: 2;
  align-self: center;
  padding-right: 10px;
}
@media (max-width: 768px) {
  /* line 171, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .wishlist-items .wi-row .wi-button {
    flex: unset;
    width: 100%;
    display: inline-block;
    padding-right: 0px;
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  /* line 185, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .wishlist-items .wi-row .wi-button .option-add-to-cart {
    width: 190px;
    float: right;
  }
}
/* line 193, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .wi-clear {
  flex: 1;
  align-self: center;
  text-align: center;
}
/* line 198, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .wi-clear button {
  border: 0;
  cursor: pointer;
}
/* line 202, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
.wishlist .wishlist-items .wi-row .wi-clear button svg {
  fill: #cccccc;
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  /* line 193, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_wishlist.scss */
  .wishlist .wishlist-items .wi-row .wi-clear {
    display: none;
  }
}

/* line 2, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_legacy.scss */
.legay-users-page .legacy-users-container {
  max-width: 50%;
  margin: 70px auto;
}
/* line 7, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_legacy.scss */
.legay-users-page h1 {
  font-weight: 300;
}
/* line 11, /usr/local/seci/tmp/isdin/git/source/app_storefront_isdin/cartridge/scss/default/pages/account/_legacy.scss */
.legay-users-page .actions {
  margin-top: 50px;
}

@media (max-width: 768px) {
  /* line 4, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary .address-header {
    margin: 30px 0px;
    text-align: right;
  }
  /* line 9, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary .address-header .page-title {
    display: none !important;
  }
}
/* line 14, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary .address-header .page-title {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  padding: 0;
  margin-top: 0;
  margin-right: 65px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 25, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.address-list-page {
    padding: 0px;
    text-align: center;
  }
  /* line 30, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.address-list-page .addresses-content {
    padding: 0px 20px 0px 40px;
  }
}
/* line 35, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .button-alt, body #wrapper.pt_inside #main #secondary.address-list-page #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn, #pr-reviewsnippet .modal__body .p-w-r .pr-footer body #wrapper.pt_inside #main #secondary.address-list-page .pr-btn,
body #wrapper.pt_inside #main #secondary.address-list-page #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer body #wrapper.pt_inside #main #secondary.address-list-page .pr-btn, body #wrapper.pt_inside #main #secondary.address-list-page .p-w-r .thank-you-page h5 a, .p-w-r .thank-you-page h5 body #wrapper.pt_inside #main #secondary.address-list-page a {
  padding: 16px 80px;
}
/* line 41, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-empty .address-header .page-title {
  margin-bottom: 20px;
  margin-right: 0;
}
/* line 48, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-empty .actions a {
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  /* line 55, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.address-list-page .address-header {
    margin: 30px 0px;
    text-align: right;
  }
  /* line 60, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.address-list-page .address-header .page-title {
    display: none !important;
  }
}
/* line 65, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-header .page-title {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  padding: 0;
  margin-top: 0;
  margin-right: 65px;
  margin-bottom: 40px;
}
/* line 75, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-header .btn-add {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  position: relative;
}
/* line 82, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-header .btn-add span {
  font-size: 33px;
  left: -20px;
  position: absolute;
  line-height: 20px;
  font-weight: 200;
  color: #888888;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  /* line 82, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.address-list-page .address-header .btn-add span {
    left: 0;
    font-size: 16px;
    position: static;
  }
}
/* line 101, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-list {
  display: flex;
  flex-wrap: wrap;
}
/* line 105, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-list h3.address-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0px;
}
/* line 111, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-list h3.address-title.other-addresses-title {
  margin-top: 50px;
}
/* line 116, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-list .address-tile {
  flex: 1;
  flex-basis: 30%;
  margin-right: 20px;
  max-width: 30%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 768px) {
  /* line 116, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.address-list-page .address-list .address-tile {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
/* line 130, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-list .address-tile.default {
  flex: 1;
  flex-basis: 100%;
  max-width: none;
  margin-bottom: 50px;
}
/* line 136, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-list .address-tile.default.default-with-more {
  margin-bottom: 0px;
}
/* line 141, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-list .address-tile .address-content {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 147, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-list .address-tile .address-actions {
  margin-top: auto;
}
/* line 150, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.address-list-page .address-list .address-tile .address-actions a {
  display: block;
  color: #888888;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  /* line 162, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.add-edit-address-page {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  /* line 167, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.add-edit-address-page .address-form-container {
    padding: 0px 26px;
  }
}
@media (max-width: 768px) {
  /* line 173, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.add-edit-address-page .address-header {
    text-align: left;
    margin: 25px 0px;
  }
}
@media (max-width: 768px) {
  /* line 179, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.add-edit-address-page .address-header .page-title {
    display: none;
  }
}
/* line 186, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .address-header-desktop {
  display: block;
}
/* line 192, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .address-header .page-title,
body #wrapper.pt_inside #main #secondary.add-edit-address-page .address-header .page-subtitle {
  display: block;
  font-weight: 600;
  font-size: 24px;
  padding: 0;
}
/* line 200, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .address-header .page-subtitle {
  font-size: 16px;
  margin-bottom: 22px;
}
/* line 206, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .cud-address-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}
@media (max-width: 768px) {
  /* line 206, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.add-edit-address-page .cud-address-form {
    margin: 0;
  }
}
/* line 215, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .cud-address-form .submit-btn {
  padding: 16px 80x;
}
/* line 219, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .cud-address-form > .form-component {
  margin-bottom: 0px;
  flex: 1 0 calc(50% - 5px);
  padding: 5px;
}
@media (max-width: 768px) {
  /* line 219, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.add-edit-address-page .cud-address-form > .form-component {
    flex: 1 0 100%;
    padding: 0px;
    margin-bottom: 15px;
  }
}
/* line 230, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .cud-address-form > .form-component .select-wrapper .icons-down {
  top: 21px;
}
/* line 236, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .cud-address-form .form-row .form-caption {
  display: none;
}
/* line 239, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .cud-address-form .form-row .form-caption.error-message {
  display: block;
}
/* line 244, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .cud-address-form .form-row .form-component {
  margin-bottom: 0px;
}
/* line 247, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .cud-address-form .form-row .form-component input {
  padding: 16px;
}
/* line 251, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .cud-address-form .form-row .form-component select {
  height: 50px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  /* line 259, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.add-edit-address-page .form-row-button {
    margin-top: 20px;
  }
}
/* line 264, ../../../scss/default/pages/account/_addresses.scss */
body #wrapper.pt_inside #main #secondary.add-edit-address-page .form-row-button button {
  padding: 16px 80px;
}
@media (max-width: 768px) {
  /* line 264, ../../../scss/default/pages/account/_addresses.scss */
  body #wrapper.pt_inside #main #secondary.add-edit-address-page .form-row-button button {
    display: block;
    width: 100%;
  }
}

/* line 3, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .privacy-link {
  text-decoration: underline;
  color: white;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  /* line 10, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday img.desktop {
    display: none;
  }
}
/* line 15, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday img.mobile {
  display: none;
}
@media only screen and (max-width: 1100px) {
  /* line 15, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday img.mobile {
    display: block;
  }
}
/* line 22, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner {
  position: relative;
  max-width: 100%;
}
/* line 25, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner img {
  width: 100%;
}
/* line 28, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer, .blackfriday .topbanner .formcontainer-BF-Yet {
  position: absolute;
  top: 0px;
  width: 100%;
  display: flex;
  margin-top: 0px;
}
@media only screen and (max-width: 1100px) {
  /* line 28, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer, .blackfriday .topbanner .formcontainer-BF-Yet {
    margin-top: 300px;
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  /* line 28, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer, .blackfriday .topbanner .formcontainer-BF-Yet {
    margin-top: 240px;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  /* line 28, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer, .blackfriday .topbanner .formcontainer-BF-Yet {
    margin-top: 180px;
    display: block;
  }
}
/* line 47, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col {
  flex: 1;
}
/* line 49, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet {
  padding-top: 80px;
  max-width: 425px;
  margin: 0 auto;
}
@media only screen and (max-width: 1700px) {
  /* line 49, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1550px) {
  /* line 49, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 1400px) {
  /* line 49, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet {
    padding-top: 10px;
  }
}
/* line 63, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper p, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet p, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper p, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet p {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.42;
  text-align: center;
  color: #ffffff;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1550px) {
  /* line 63, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper p, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet p, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper p, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1400px) {
  /* line 63, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper p, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet p, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper p, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet p {
    padding: 0px 17px;
  }
}
/* line 79, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper .fcw-form, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet .fcw-form, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper .fcw-form, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet .fcw-form {
  width: 302px;
  margin: 0 auto;
}
/* line 82, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper .fcw-form .form-component label, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet .fcw-form .form-component label, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper .fcw-form .form-component label, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet .fcw-form .form-component label {
  color: white;
  font-size: 15px;
}
/* line 85, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper .fcw-form .form-component label.focused, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet .fcw-form .form-component label.focused, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper .fcw-form .form-component label.focused, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet .fcw-form .form-component label.focused {
  font-size: 11px;
}
/* line 89, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper .fcw-form .input-text, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet .fcw-form .input-text, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper .fcw-form .input-text, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet .fcw-form .input-text {
  background-color: black;
  height: 47px;
  color: white;
  opacity: 1;
}
/* line 96, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper .fcw-form .checkboxes span, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet .fcw-form .checkboxes span, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper .fcw-form .checkboxes span, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet .fcw-form .checkboxes span {
  font-size: 12px;
  color: white;
}
/* line 100, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper .fcw-form .checkboxes .error, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet .fcw-form .checkboxes .error, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper .fcw-form .checkboxes .error, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet .fcw-form .checkboxes .error {
  color: #D43742;
}
/* line 104, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper .fcw-form .button-coming, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet .fcw-form .button-coming, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper .fcw-form .button-coming, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet .fcw-form .button-coming {
  background-color: #eac26a;
  color: #414141;
  height: 47px;
}
/* line 111, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet {
  padding-top: 24%;
  max-width: 480px;
  margin: 0 auto 0 112px;
}
/* line 116, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #title-banner-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #title-banner-BF-Yet {
  font-weight: bold;
  font-size: 39px;
}
/* line 120, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #info-banner-BF-YET, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #info-banner-BF-YET {
  font-size: 16px;
  font-weight: 500;
  margin-left: 18px;
}
/* line 125, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #textInfo2, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #textInfo2 {
  display: block;
}
@media only screen and (max-width: 1400px) {
  /* line 129, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #title-banner-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #title-banner-BF-Yet {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 111, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet {
    padding-top: 26%;
    margin-left: 26%;
  }
  /* line 134, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #title-banner-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #title-banner-BF-Yet {
    font-size: 35px;
  }
  /* line 137, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #info-banner-BF-YET, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #info-banner-BF-YET {
    width: 410px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 111, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet {
    margin: 0 auto;
  }
  /* line 145, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #title2-banner_BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #title2-banner_BF-Yet {
    display: block;
  }
  /* line 148, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #textInfo1, .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #textInfo2, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #textInfo1, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #textInfo2 {
    display: inline;
  }
  /* line 151, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #textInfo0, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #textInfo0 {
    display: block;
  }
  /* line 154, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #title-banner-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #title-banner-BF-Yet {
    font-size: 27px;
  }
  /* line 157, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet #info-banner-BF-YET, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet #info-banner-BF-YET {
    font-size: 18px;
    width: auto;
  }
}
@media only screen and (max-width: 500px) {
  /* line 111, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer .fc-col .formcontainerwrapper-BF-Yet, .blackfriday .topbanner .formcontainer-BF-Yet .fc-col .formcontainerwrapper-BF-Yet {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 169, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topbanner .formcontainer-BF-Yet {
    margin-top: 0;
  }
}
/* line 177, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topclaim {
  margin-top: 69px;
  margin-bottom: 62px;
}
@media only screen and (max-width: 1400px) {
  /* line 177, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topclaim {
    padding: 0px 25px;
    margin-top: 40px;
    margin-bottom: 42px;
  }
}
/* line 185, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topclaim h1 {
  font-family: Raleway;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #414141;
}
@media only screen and (max-width: 1400px) {
  /* line 185, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .topclaim h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}
/* line 198, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .topclaim h2 {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-align: center;
  color: #414141;
  margin-top: 37px;
}
/* line 210, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .appearer {
  max-width: 1287px;
}
/* line 212, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .appearer .button-alt, .blackfriday .appearer #pr-reviewsnippet .modal__body .p-w-r .pr-footer .pr-btn, #pr-reviewsnippet .modal__body .p-w-r .pr-footer .blackfriday .appearer .pr-btn,
.blackfriday .appearer #pr-reviewdisplay .modal__body .p-w-r .pr-footer .pr-btn,
#pr-reviewdisplay .modal__body .p-w-r .pr-footer .blackfriday .appearer .pr-btn, .blackfriday .appearer .p-w-r .thank-you-page h5 a, .p-w-r .thank-you-page h5 .blackfriday .appearer a {
  padding: 10px 30px;
  font-size: 15px;
}
/* line 217, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .appearer .product-rating .pr-star-v4-100-filled {
  background-image: url(../images/star-fill-black.svg) !important;
  height: 15px !important;
  width: 15px !important;
}
/* line 223, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .appearer .product-pricing {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
/* line 230, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .appearer .product-pricing .product-standard-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 16px;
  order: 2;
}
/* line 236, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .appearer .product-pricing .product-sales-price {
  order: 1;
  color: black;
  margin-right: 16px;
}
@media (max-width: 768px) {
  /* line 223, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .appearer .product-pricing {
    font-size: 18px;
  }
}
/* line 244, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .appearer .product-pricing .product-price {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 38.4px;
}
@media (max-width: 768px) {
  /* line 244, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .appearer .product-pricing .product-price {
    display: block;
  }
}
/* line 251, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .appearer .product-pricing .product-price .price-sales {
  color: #D43742;
  margin-right: 20px;
}
/* line 255, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .appearer .product-pricing .product-price .price-standard {
  text-decoration: line-through;
  order: 1;
}
/* line 265, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday #best-block p {
  padding-top: 0px;
}
/* line 269, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday #best-block.blackfriday .lSPager {
  display: block;
  margin-top: 40px !important;
}
/* line 276, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .modelbanner {
  max-width: 100%;
  margin-top: 84px;
  margin-bottom: 68px;
}
@media only screen and (max-width: 1400px) {
  /* line 276, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .modelbanner {
    margin-top: 0px;
  }
}
/* line 283, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .modelbanner img {
  width: 100%;
}
/* line 288, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .bottomtext {
  width: 853px;
  margin: 0 auto;
  padding-bottom: 92px;
}
@media only screen and (max-width: 1400px) {
  /* line 288, ../../../scss/default/pages/_blackfriday.scss */
  .blackfriday .bottomtext {
    width: 100%;
    padding: 0px 18px;
    margin-bottom: 74px;
  }
}
/* line 297, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .bottomtext h1 {
  font-family: Raleway;
  font-size: 30px;
  font-weight: 500;
  margin-top: 48px;
  margin-bottom: 27px;
}
/* line 304, ../../../scss/default/pages/_blackfriday.scss */
.blackfriday .bottomtext p {
  font-family: Raleway;
  font-size: 16px;
  font-weight: normal;
}

/* line 314, ../../../scss/default/pages/_blackfriday.scss */
.wasPostedWrapper {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000080;
  position: fixed;
  cursor: pointer;
  transition: opacity 500ms ease-in-out;
  z-index: 9999;
}

/* line 326, ../../../scss/default/pages/_blackfriday.scss */
.wasPosted {
  width: 376px;
  height: 355px;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
}
/* line 337, ../../../scss/default/pages/_blackfriday.scss */
.wasPosted .icons-check {
  margin: 46px auto 8px;
}
/* line 340, ../../../scss/default/pages/_blackfriday.scss */
.wasPosted h1 {
  font-family: Raleway;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #414141;
}
/* line 348, ../../../scss/default/pages/_blackfriday.scss */
.wasPosted p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #414141;
  margin-top: 37px;
  padding: 0 37px;
}
/* line 357, ../../../scss/default/pages/_blackfriday.scss */
.wasPosted a {
  margin: 12px 37px;
  width: 302px;
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
/* line 9, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 18, ../../../scss/default/vendor/_lightslider.scss */
.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

/* line 22, ../../../scss/default/vendor/_lightslider.scss */
.lightSlider {
  overflow: hidden;
  margin: 0;
}

/* line 26, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* line 31, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

/* line 34, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 47, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideWrapper .lSFade {
  position: relative;
}

/* line 50, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

/* line 58, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 69, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

/* line 72, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
/* line 78, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

/* line 83, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

/* line 88, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  text-indent: -999em;
  width: 16px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

/* line 101, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

/* line 104, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .media {
  opacity: 0.8;
}

/* line 107, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
/* line 113, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 132, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

/* line 137, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

/* line 140, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 145, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

/* line 149, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
/* line 155, ../../../scss/default/vendor/_lightslider.scss */
.lSAction > a {
  display: block;
  top: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

/* line 166, ../../../scss/default/vendor/_lightslider.scss */
.lSAction > a:hover {
  opacity: 1;
}

/* line 169, ../../../scss/default/vendor/_lightslider.scss */
.lSAction > .lSPrev {
  left: 10px;
}

/* line 172, ../../../scss/default/vendor/_lightslider.scss */
.lSAction > .lSNext {
  right: 10px;
}

/* line 175, ../../../scss/default/vendor/_lightslider.scss */
.lSAction > a.disabled {
  pointer-events: none;
}

/* line 178, ../../../scss/default/vendor/_lightslider.scss */
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
/* line 187, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter.vertical {
  position: relative;
}

/* line 190, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

/* line 193, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

/* line 198, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter.vertical .lightSlider > * {
  max-width: none !important;
}

/* vertical */
/* Rtl */
/* line 206, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

/* line 209, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

/* line 213, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

/* line 216, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

/* line 219, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
/* line 328, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/* line 333, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 338, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 343, ../../../scss/default/vendor/_lightslider.scss */
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
/* line 349, ../../../scss/default/vendor/_lightslider.scss */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 356, ../../../scss/default/vendor/_lightslider.scss */
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* line 2, ../../../scss/default/vendor/_image_comparisor_slider.scss */
.image-spliter img {
  width: 100%;
  vertical-align: middle;
}
/* line 7, ../../../scss/default/vendor/_image_comparisor_slider.scss */
.image-spliter .image-spliter,
.image-spliter img,
.image-spliter .mover {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 19, ../../../scss/default/vendor/_image_comparisor_slider.scss */
.image-spliter .image-spliter {
  position: relative;
}
/* line 23, ../../../scss/default/vendor/_image_comparisor_slider.scss */
.image-spliter .img-left {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 29, ../../../scss/default/vendor/_image_comparisor_slider.scss */
.image-spliter .mover {
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
/* line 37, ../../../scss/default/vendor/_image_comparisor_slider.scss */
.image-spliter .mover:before,
.image-spliter .mover:after {
  position: absolute;
  left: 50%;
  content: "";
  background-image: url(../images/before-after.svg);
  background-size: 70px 70px;
  cursor: -webkit-grab;
  cursor: grab;
}
/* line 49, ../../../scss/default/vendor/_image_comparisor_slider.scss */
.image-spliter .mover:before {
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
/* line 55, ../../../scss/default/vendor/_image_comparisor_slider.scss */
.image-spliter .mover:after {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 5px;
}
