@charset "UTF-8";
/* fonts */
/* colors */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Change the line height in all browsers (opinionated).
 * 2. Use a 4-space tab width in all browsers (opinionated).
 * 3. Remove the grey highlight on links in iOS (opinionated).
 * 4. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -moz-tab-size: 4;
  /* 2 */
  tab-size: 4;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  -ms-overflow-style: scrollbar;
}

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl, ol, ul,
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
svg,
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
/* svg {
  fill: currentColor;
} */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  table-layout: fixed;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  max-width: 100%;
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
  outline: none;
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@-ms-viewport {
  width: device-width;
  zoom: 1;
}

@viewport {
  width: device-width;
  zoom: 1;
}
@font-face {
  font-family: "Helios-antique-regular";
  src: url("../fonts/Helios_antique_regular.woff2") format("woff2"), url("../fonts/Helios_antique_regular.woff") format("woff"), url("../fonts/Helios_antique_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helios-antique-bold";
  src: url("../fonts/Helios_antique_bold.woff2") format("woff2"), url("../fonts/Helios_antique_bold.woff") format("woff"), url("../fonts/Helios_antique_bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helios-antique-medium";
  src: url("../fonts/Helios_antique_medium.woff2") format("woff2"), url("../fonts/Helios_antique_medium.woff") format("woff"), url("../fonts/Helios_antique_medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helios-antique-light";
  src: url("../fonts/Helios_antique_light.woff2") format("woff2"), url("../fonts/Helios_antique_light.woff") format("woff"), url("../fonts/Helios_antique_light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scilla-regular";
  src: url("../fonts/Scilla_regular.woff2") format("woff2"), url("../fonts/Scilla_regular.woff") format("woff"), url("../fonts/Scilla_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia";
  src: url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  width: calc(100% - 30px);
  max-width: 1145px;
  margin: 0 auto;
}

.container.offset {
  max-width: 1175px;
  width: 100%;
}

.row {
  margin-left: -20px;
}
.row::before, .row::after {
  content: "";
  display: table;
}
.row::after {
  clear: both;
}

[class*=cols-] {
  float: left;
  min-height: 1px;
  padding: 0;
  background-clip: padding-box !important;
  border: 0 solid transparent;
}

.cols-1 {
  width: 8.3333333333%;
}

.cols-2 {
  width: 16.6666666667%;
}

.cols-3 {
  width: 25%;
}

.cols-4 {
  width: 33.3333333333%;
}

.cols-5 {
  width: 41.6666666667%;
}

.cols-6 {
  width: 50%;
}

.cols-7 {
  width: 58.3333333333%;
}

.cols-8 {
  width: 66.6666666667%;
}

.cols-9 {
  width: 75%;
}

.cols-10 {
  width: 83.3333333333%;
}

.cols-11 {
  width: 91.6666666667%;
}

.cols-12 {
  width: 100%;
}

.cf::before, .cf::after {
  content: "";
  display: table;
}
.cf::after {
  clear: both;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.object-fit-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.object-fit-cover > img {
  visibility: hidden !important;
  display: block;
  width: 100%;
  height: 100%;
}

.ofc-left-top {
  object-position: left top;
  background-position: left top;
}

.ofc-left-center {
  object-position: left center;
  background-position: left center;
}

.ofc-left-bottom {
  object-position: left bottom;
  background-position: left bottom;
}

.ofc-center-top {
  object-position: center top;
  background-position: center top;
}

.ofc-center-bottom {
  object-position: center bottom;
  background-position: center bottom;
}

.ofc-right-top {
  object-position: right top;
  background-position: right top;
}

.ofc-right-center {
  object-position: right center;
  background-position: right center;
}

.ofc-right-bottom {
  object-position: right bottom;
  background-position: right bottom;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.display-none {
  display: none;
}

.hidden-content {
  display: none;
}

/* general style */
.flex-layout {
  display: -ms-flexbox;
  display: flex;
}

.space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flex-center {
  -ms-flex-align: center;
      align-items: center;
}

.flex-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

.flex-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.contain {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-minus {
  z-index: -1;
}

.radius-1 {
  border-radius: 50%;
}

.radius-2 {
  border-radius: 30px;
}

.overflow {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.block-layout {
  display: block;
}

.underline {
  text-decoration: underline;
}

.color-transition {
  transition: color 0.5s ease;
}

.absolute-full-width {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.full-width {
  width: 100%;
}

.background-1 {
  background-color: #FFF;
}

.background-2 {
  background-color: #343434;
}

.background-3 {
  background-color: #FAECEC;
}

.background-4 {
  background-color: #DEB4B4;
}

.background-5 {
  background-color: #6C6E70;
}

.background-6 {
  background-color: #C4C4C4;
}

.clip {
  -webkit-clip-path: polygon(2% 0, 8% 4%, 87% 4%, 100% 14%, 100% 100%, 6% 101%, 0 96%, 0% 70%, 0% 35%, 0 0);
          clip-path: polygon(2% 0, 8% 4%, 87% 4%, 100% 14%, 100% 100%, 6% 101%, 0 96%, 0% 70%, 0% 35%, 0 0);
}

.clip-2 {
  -webkit-clip-path: polygon(1% 0, 4% 4%, 92% 4%, 100% 14%, 100% 100%, 6% 101%, 0 100%, 0% 70%, 0% 35%, 0 0);
          clip-path: polygon(1% 0, 4% 4%, 92% 4%, 100% 14%, 100% 100%, 6% 101%, 0 100%, 0% 70%, 0% 35%, 0 0);
}

.devider-margin {
  margin: 0 5px;
}

/* text */
.font-1 {
  font-family: "Helios-antique-regular";
}

.font-2 {
  font-family: "Helios-antique-regular-italic";
}

.font-3 {
  font-family: "Helios-antique-bold";
}

.font-4 {
  font-family: "Helios-antique-bold-italic";
}

.font-5 {
  font-family: "Helios-antique-medium";
}

.font-6 {
  font-family: "Helios-antique-light";
}

.font-7 {
  font-family: "Scilla-regular";
}

.font-8 {
  font-family: "Georgia";
}

.font-9 {
  font-family: "Cormorant";
}

.font-10 {
  font-family: "Cormorant";
  font-weight: bold;
}

.semi-bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.text-color-1 {
  color: #FFF;
}

.text-color-2 {
  color: #343434;
}

.text-color-3 {
  color: #FAECEC;
}

.text-color-4 {
  color: #DEB4B4;
}

.text-color-5 {
  color: #6C6E70;
}

.text-color-6 {
  color: #C4C4C4;
}

.text-color-7 {
  color: #545454;
}

.text-color-8 {
  color: #C9C9C9;
}

.text-color-9 {
  color: #858585;
}

.title-1 {
  font-size: 42px;
}
@media screen and (min-width: 320px) {
  .title-1 {
    font-size: calc(42px + 22 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  .title-1 {
    font-size: 64px;
  }
}

.title-2 {
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  .title-2 {
    font-size: calc(36px + 12 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  .title-2 {
    font-size: 48px;
  }
}

.title-3 {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .title-3 {
    font-size: calc(32px + 0 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  .title-3 {
    font-size: 32px;
  }
}

.title-4 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .title-4 {
    font-size: calc(16px + 0 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  .title-4 {
    font-size: 16px;
  }
}

.title-5 {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .title-5 {
    font-size: calc(28px + 8 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  .title-5 {
    font-size: 36px;
  }
}

.title-6 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .title-6 {
    font-size: calc(20px + 5 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  .title-6 {
    font-size: 25px;
  }
}

.title-7 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .title-7 {
    font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  .title-7 {
    font-size: 22px;
  }
}

.page-text {
  font-size: 22px;
}

.page-text-2 {
  font-size: 20px;
}

.page-text-3 {
  font-size: 18px;
}

.page-text-4 {
  font-size: 16px;
}

.page-text-5 {
  font-size: 14px;
}

.page-text-6 {
  font-size: 12px;
}

.page-text-7 {
  font-size: 10px;
}

.letter-spacing-1 {
  letter-spacing: 0.01em;
}

.letter-spacing-2 {
  letter-spacing: 0.08em;
}

.letter-spacing-3 {
  letter-spacing: -0.03em;
}

.letter-spacing-4 {
  letter-spacing: -0.02em;
}

.letter-spacing-5 {
  letter-spacing: 0.04em;
}

.line-height-1 {
  line-height: 1.0625;
}

.line-height-2 {
  line-height: 1.166666;
}

.line-height-3 {
  line-height: 1.25;
}

.line-height-4 {
  line-height: 1.625;
}

.line-height-5 {
  line-height: 1.75;
}

.line-height-6 {
  line-height: 1.7;
}

/* margins */
.margin-1 {
  margin-bottom: 5px;
}

.margin-2 {
  margin-bottom: 10px;
}

.margin-3 {
  margin-bottom: 15px;
}

.margin-4 {
  margin-bottom: 20px;
}

.margin-5 {
  margin-bottom: 30px;
}

.margin-6 {
  margin-bottom: 40px;
}

.margin-7 {
  margin-bottom: 50px;
}

.margin-8 {
  margin-bottom: 60px;
}

.margin-9 {
  margin-bottom: 75px;
}

.margin-10 {
  margin-bottom: 100px;
}

.cc-revoke.cc-bottom {
  display: none;
  color: #343434 !important;
  padding: 10px;
  border-bottom: 0;
  background-color: #faecec !important;
}

.cc-revoke.cc-bottom:hover {
  text-decoration: none;
}

.cc-window {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 20px !important;
  bottom: 0 !important;
  padding: 10px 20px 10px 80px !important;
  color: #343434 !important;
  max-width: 600px !important;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #faecec !important;
  background-image: url(../img/icons/cookie-icon-white-fill.png);
  background-size: 50px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.cc-window .cc-message {
  text-align: center;
  margin-right: 0;
}

.cc-window a {
  color: #343434 !important;
  outline: none;
  opacity: 1;
  padding: 0;
}

.cc-window .cc-compliance {
  display: block !important;
  text-align: center;
}

.cc-window .cc-compliance .cc-btn {
  display: inline-block;
}

.cc-window .cc-btn {
  padding: 5px 40px;
  color: #fff !important;
  width: 150px !important;
  margin: 5px 15px !important;
  text-transform: capitalize;
  transition: color 0.5s, background-color 0.5s;
  background-color: #343434 !important;
  font-family: "Helios-antique-regular" !important;
  font-weight: normal !important;
  border: 0 !important;
}

.cc-window .cc-btn:hover {
  background-color: #545454 !important;
  color: #faecec !important;
}

.cc-link {
  font-family: "Helios-antique-regular" !important;
}

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

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

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

::-webkit-input-placeholder {
  font-family: "Helios-antique-regular";
}

:-moz-placeholder {
  font-family: "Helios-antique-regular";
}

::-moz-placeholder {
  font-family: "Helios-antique-regular";
}

:-ms-input-placeholder {
  font-family: "Helios-antique-regular";
}

/* ==================================================
    =SASS CSS
===================================================== */
/* ==================================================
    =Styles
===================================================== */
body {
  font: 100% "Helios-antique-regular";
  color: #343434;
  -webkit-text-size-adjust: none;
}

#app {
  min-height: 100vh;
  padding-top: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.main {
  padding-bottom: 80px;
}

.page-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s, visibility 0.5s, transform 0.3s;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.page-overlay.active {
  opacity: 1;
  visibility: visible;
}
.page-overlay.sticky {
  transform: translateY(-138px);
}

/* ==================================================
    =Mixins
===================================================== */
/* ==================================================
    =General classes for usage
===================================================== */
/* Defined in html element when using rem unit */
html {
  font: normal 62.5% "Helios-antique-regular";
  color: #444;
  background-color: #fff;
}

/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
/* Buggy in IE7, avoid if developing for IE7 */
* {
  box-sizing: border-box;
}

/* User generated  */
.user-content ul {
  list-style: disc;
  margin-left: 24px;
}

.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}

.user-content ul li {
  margin-bottom: 0;
}

.user-content ol {
  margin-left: 24px;
  list-style: decimal;
}

.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0;
}

.user-content ul ul, .view ol ol {
  margin-bottom: 0;
}

.user-content li li {
  font-size: 1em;
}

/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  vertical-align: middle;
}

/* Normal form */
.normal-form input[type=text],
.normal-form input[type=password],
.normal-form input[type=datetime],
.normal-form input[type=datetime-local],
.normal-form input[type=date],
.normal-form input[type=month],
.normal-form input[type=time],
.normal-form input[type=week],
.normal-form input[type=number],
.normal-form input[type=email],
.normal-form input[type=url],
.normal-form input[type=search],
.normal-form input[type=tel],
.normal-form input[type=color],
.normal-form textarea,
.normal-form select {
  -webkit-appearance: none;
}

.normal-form textarea {
  overflow: auto;
}

.normal-form input[type=text]:focus,
.normal-form input[type=password]:focus,
.normal-form input[type=datetime]:focus,
.normal-form input[type=datetime-local]:focus,
.normal-form input[type=date]:focus,
.normal-form input[type=month]:focus,
.normal-form input[type=time]:focus,
.normal-form input[type=week]:focus,
.normal-form input[type=number]:focus,
.normal-form input[type=email]:focus,
.normal-form input[type=url]:focus,
.normal-form input[type=search]:focus,
.normal-form input[type=tel]:focus,
.normal-form input[type=color]:focus,
.normal-form textarea:focus,
.normal-form select:focus {
  outline: none;
}

.image-wrapper {
  overflow: hidden;
}

/* User content */
.user-content {
  font-family: "Helios-antique-regular";
  color: #343434;
}
.user-content h1 {
  font-family: "Cormorant";
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 30px;
  margin-right: 15px;
}
.user-content h1:first-child {
  margin-top: 0;
}
.user-content h2 {
  font-family: "Cormorant";
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 30px;
  margin-right: 15px;
}
.user-content h3 {
  font-family: "Cormorant";
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 30px;
  margin-right: 15px;
}
.user-content h4 {
  font-family: "Cormorant";
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 30px;
  margin-right: 15px;
}
.user-content h5 {
  font-family: "Cormorant";
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 20px;
  margin-right: 15px;
}
.user-content h6 {
  font-family: "Cormorant";
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 20px;
}
.user-content figcaption {
  font-family: "Cormorant";
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  color: #6C6E70;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: right;
}
.user-content a {
  font-family: inherit;
  font-weight: 700;
  display: initial;
  position: relative;
  font-size: inherit;
}
.user-content a:hover {
  text-decoration: underline;
}
.user-content p {
  font-family: "Helios-antique-regular";
  font-size: 18px;
  line-height: 1.555;
  margin-bottom: 20px;
}
.user-content b {
  font-family: "Helios-antique-regular";
  font-size: inherit;
  line-height: 1.77777;
  font-weight: 700;
}
.user-content ul,
.user-content ol {
  margin-left: 0px;
  padding-left: 20px;
  margin-bottom: 40px;
  margin-right: 15px;
}
.user-content ul li,
.user-content ol li {
  font-size: 18px;
  line-height: 1.77777;
  margin-bottom: 20px;
}
.user-content blockquote {
  position: relative;
  font-style: italic;
  padding: 64px 40px;
  margin: 70px auto 59px auto;
  text-align: center;
  border-top: 2px solid #343434;
  border-bottom: 2px solid #343434;
}
.user-content blockquote:before, .user-content blockquote:after {
  content: "\201D";
  position: absolute;
  font-size: 140px;
  line-height: 148px;
  color: #343434;
  pointer-events: none;
}
.user-content blockquote:before {
  top: -10px;
  left: -10px;
}
.user-content blockquote:after {
  bottom: -80px;
  right: 20px;
}
.user-content br {
  line-height: 0;
  display: none;
}
.user-content img {
  width: 100%;
  height: auto;
}
.user-content hr {
  margin-bottom: 20px;
  margin-right: 15px;
}
.user-content iframe {
  width: 100%;
  height: 530px;
  margin-bottom: 20px;
}
.user-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-right: 15px;
}
.user-content table caption {
  text-align: center;
  font-weight: 700;
  padding: 10px;
}
.user-content table th {
  font-family: "Helios-antique-regular";
  color: #343434;
  padding: 10px;
  background: #FFF;
}
.user-content table tbody tr:nth-child(even) td {
  background: #DEB4B4;
}
.user-content table td {
  font-family: "Helios-antique-regular";
  padding: 10px;
}
.user-content table tfoot td {
  background: #FFF;
}

/* Button styling */
.btn-1 {
  display: inline-block;
  padding: 16px 24px;
  font-family: "Helios-antique-regular";
  color: #FFF;
  background-color: #343434;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}
.btn-1.btn-small {
  padding: 16px 24px;
}
.btn-1:hover {
  background-color: #545454;
}
.btn-1.disabled {
  background-color: #C4C4C4;
  cursor: initial;
  pointer-events: none;
}

.btn-2 {
  display: inline-block;
  padding: 16px 48px;
  font-family: "Helios-antique-regular";
  color: #343434;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease-in;
}
.btn-2.btn-small {
  padding: 16px 24px;
}
.btn-2:hover {
  border: 1px solid #343434;
  background-color: #FFF;
}
.btn-2.disabled {
  color: #FFF;
  background-color: #C4C4C4;
  cursor: default;
  pointer-events: none;
}
.btn-2.disabled:hover {
  border: 1px solid #C4C4C4;
}
.btn-2.active {
  background-color: #343434;
  color: #FFF;
  border: 1px solid #343434;
  cursor: initial;
}
.btn-2.active:hover {
  border: 1px solid #343434;
}

.btn-3 {
  padding: 26px;
  border: none;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.btn-3 .slider-arrow {
  transition: all 0.3s ease-in;
}
.btn-3:hover {
  background-color: #FAECEC;
}
.btn-3:hover .slider-arrow {
  transform: translate(-50%, -50%) scale(1.2);
}

/* Alert */
.alert {
  width: 100%;
  padding: 15px;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.alert .message {
  padding-left: 35px;
}
.alert .notif-icon {
  width: 20px;
  height: 20px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.alert .close-icon {
  width: 12px;
  height: 12px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}
.alert .successx-icon svg {
  width: 20px;
  height: 20px;
}
.alert.alert-success {
  background-color: #dafcdf;
  color: #1B9E10;
}
.alert.alert-error {
  background-color: #ffe3e3;
  color: #F34E4E;
}

.success-icon {
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url(../img/icons/success-msg-icon.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Accordion */
.accordion .accordion-header {
  padding: 15px 3px 15px 10px;
  cursor: pointer;
}
.accordion .accordion-item {
  border-top: 1px solid #C4C4C4;
}
.accordion .accordion-item:last-child {
  border-bottom: 1px solid #C4C4C4;
}
.accordion .accordion-panel {
  padding-left: 10px;
}
.accordion .accordion-icon {
  width: 10px;
  height: 10px;
  right: 0;
  margin-top: 3px;
}
.accordion .plus-icon {
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}
.accordion .plus-icon.hidden,
.accordion .minus-icon.hidden {
  display: none !important;
}
.accordion .minus-icon {
  width: 8px;
  height: 8px;
}
.accordion .accordion-panel-item {
  padding: 5px 0;
}
.accordion .accordion-icon {
  float: right;
}
.accordion .arrow-icon {
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
}
.accordion .hidden-content {
  display: none;
}
.accordion .highlighted-categories-item {
  padding: 5px 0;
}
.accordion .highlighted-categories-item-link,
.accordion .accordion-item-link {
  transition: all 0.3s ease-in-out;
}
.accordion .highlighted-categories-item-link:hover,
.accordion .accordion-item-link:hover {
  color: #343434;
}
.accordion .accordion-item-link.active {
  font-weight: 600;
  color: #343434;
  cursor: default;
}
.accordion .accordion-header.active .arrow-icon {
  transform: rotate(0deg);
}

/* Breadcrumb */
.breadcrumb-section {
  margin-top: 20px;
}

/* Pagination */
.pagination {
  float: right;
}
.pagination li {
  display: inline;
  font-size: 14px;
}
.pagination li a {
  padding: 3px 10px;
}
.pagination .active a {
  background-color: #FAECEC;
}
.pagination .prev,
.pagination .next {
  text-transform: uppercase;
}
.pagination .prev.disabled,
.pagination .next.disabled {
  display: none;
}

/* Form styling */
.form-field-wrapper {
  width: 100%;
}
.form-field-wrapper label {
  display: block;
  margin-bottom: 10px;
  font-family: "Helios-antique-regular";
  font-size: 14px;
  text-transform: uppercase;
  color: #858585;
}
.form-field-wrapper input {
  width: 100%;
  padding: 17px 30px 17px 17px;
  font-family: "Cormorant";
  font-size: 16px;
  background-color: #FFF;
  border: 1px solid #DDD;
}
.form-field-wrapper input:focus {
  border: 2px solid #DEB4B4;
}
.form-field-wrapper select {
  width: 100%;
  padding: 17px;
  font-family: "Cormorant";
  font-size: 16px;
  border: 1px solid #DDD;
}
.form-field-wrapper .input-error-wrapper {
  width: 100%;
}
.form-field-wrapper .custom-input {
  width: 286px;
  height: 40px;
  padding: 0 30px 0 15px;
  border: 1px solid #C4C4C4;
  background-color: #FFF;
  caret-color: #DEB4B4;
}
.form-field-wrapper .custom-input:focus {
  border: 2px solid #DEB4B4;
}
.form-field-wrapper .error-icon {
  width: 18px;
  height: 18px;
  opacity: 0;
  top: 46px;
  right: 6px;
  transition: all 0.3s;
}
.form-field-wrapper .error-msg {
  opacity: 0;
  color: #F34E4E;
  transition: all 0.3s;
}
.form-field-wrapper .success-msg {
  position: absolute;
  left: 0;
  opacity: 0;
  color: #1B9E10;
  transition: all 0.3s;
}
.form-field-wrapper .form-wrapper.has-error + .error-icon {
  opacity: 1;
}
.form-field-wrapper .form-wrapper.has-error input {
  border: 1px solid #F34E4E;
}
.form-field-wrapper .form-wrapper.has-error textarea {
  border: 1px solid #F34E4E;
}
.form-field-wrapper .help-block,
.form-field-wrapper .help-block-error {
  opacity: 0;
}
.form-field-wrapper .form-wrapper.has-error .help-block,
.form-field-wrapper .form-wrapper.has-error .help-block-error {
  opacity: 1;
  color: #F34E4E;
  transition: all 0.3s;
}

.input-error-wrapper.error .error-msg {
  opacity: 1;
}
.input-error-wrapper.error .custom-input {
  border: 1px solid #F34E4E;
}
.input-error-wrapper.error .error-icon {
  opacity: 1;
}

.input-error-wrapper.success .success-msg {
  opacity: 1;
}

.help-block-error {
  color: #F34E4E;
}

.checkbox-wrap {
  display: inline-block;
  position: relative;
  padding-top: 4px;
  padding-left: 33px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #1a0f20;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.checkbox-wrap .checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #C4C4C4;
}
.checkbox-wrap .checkmark svg {
  width: 16px;
  height: 16px;
  opacity: 0;
  fill: #FFF;
  transition: all 0.3s;
}
.checkbox-wrap input:checked ~ .checkmark {
  background-color: #DEB4B4;
}
.checkbox-wrap input:checked ~ .checkmark svg {
  opacity: 1;
}

.custom-radio-button {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 15px 15px 75px;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #DDD;
}
.custom-radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-radio-button .checkmark {
  position: absolute;
  top: 50%;
  left: 25px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #DDD;
  transform: translateY(-50%);
}
.custom-radio-button .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-radio-button input:checked ~ .checkmark:after {
  display: block;
}
.custom-radio-button .checkmark:after {
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #DEB4B4;
  transform: translate(-50%, -50%);
}

.label-wrap {
  position: relative;
  max-width: 460px;
  height: 52px;
  margin-bottom: 20px;
}
.label-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.label-wrap .checkmark {
  position: absolute;
  top: 50%;
  left: 25px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #DDD;
  transform: translateY(-50%);
}
.label-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.label-wrap input:checked ~ .checkmark:after {
  display: block;
}
.label-wrap .checkmark:after {
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #DEB4B4;
  transform: translate(-50%, -50%);
}

textarea {
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 15px;
  resize: none;
  border: 1px solid #DDD;
  font-family: "Cormorant";
  font-size: 16px;
}

/* ==================================================
    =Typography
===================================================== */
.user-content ul, .user-content ol, .user-content dl {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #343434;
}

/* Styling */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  vertical-align: text-top;
  font-size: 75%;
}

sub {
  vertical-align: bottom;
  font-size: 75%;
}

blockquote {
  font-style: italic;
}

/* User generated  */
.user-content ul {
  list-style: disc;
  margin-left: 24px;
}

.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}

.user-content ul li {
  margin-bottom: 0;
}

.user-content ol {
  margin-left: 24px;
  list-style: decimal;
}

.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0;
}

.user-content ul ul, .view ol ol {
  margin-bottom: 0;
}

.user-content li li {
  font-size: 1em;
}

/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
  vertical-align: middle;
}

/* Normal form */
.normal-form input[type=text],
.normal-form input[type=password],
.normal-form input[type=datetime],
.normal-form input[type=datetime-local],
.normal-form input[type=date],
.normal-form input[type=month],
.normal-form input[type=time],
.normal-form input[type=week],
.normal-form input[type=number],
.normal-form input[type=email],
.normal-form input[type=url],
.normal-form input[type=search],
.normal-form input[type=tel],
.normal-form input[type=color],
.normal-form textarea,
.normal-form select {
  -webkit-appearance: none;
}

.normal-form input[type=text]:focus,
.normal-form input[type=password]:focus,
.normal-form input[type=datetime]:focus,
.normal-form input[type=datetime-local]:focus,
.normal-form input[type=date]:focus,
.normal-form input[type=month]:focus,
.normal-form input[type=time]:focus,
.normal-form input[type=week]:focus,
.normal-form input[type=number]:focus,
.normal-form input[type=email]:focus,
.normal-form input[type=url]:focus,
.normal-form input[type=search]:focus,
.normal-form input[type=tel]:focus,
.normal-form input[type=color]:focus,
.normal-form textarea:focus,
.normal-form select:focus {
  outline: none;
}

/* ===============================================================================
    =Site css
    for importing base.scss on top of media query doc copy this : @import 'base';
=============================================================================== */
/* Header */
.header-section {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  color: #343434;
  border-bottom: 1px solid #C4C4C4;
  z-index: 200;
  transform: translateY(0);
  transition: transform 0.3s;
}

.header-section.sticky {
  padding-top: 12px;
  transform: translateY(-138px);
}
.header-section.sticky .header-icons {
  transform: translateY(51px);
}
.header-section.sticky .site-logo {
  opacity: 0;
  visibility: hidden;
}
.header-section.sticky .header-top {
  transform: translateY(-50px);
}
.header-section.sticky .header-logo-sticky-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(51px);
}

.header-top {
  width: 100%;
  background-color: #FAECEC;
  transform: translateY(0);
  transition: all 0.7s;
}
.header-top .info-text {
  padding: 20px 0;
}
.header-top .header-login {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header-top .login-panel {
  cursor: pointer;
  transition: all 0.3;
}
.header-top .login-panel:hover {
  font-weight: 700;
}

.user-icon {
  display: inline-block;
  width: 20px;
  height: 19px;
  margin-right: 5px;
  background-image: url(../img/icons/user-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

.header-mid .header-logo-wrapper {
  z-index: 300;
}
.header-mid .header-logo {
  max-width: 163px;
}
.header-mid .site-logo {
  max-width: 163px;
  height: 50px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.header-mid .site-logo.hidden {
  opacity: 0;
  visibility: hidden;
}
.header-mid .header-icons {
  top: 50%;
  right: 0;
  z-index: 200;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.header-mid .header-logo-sticky-wrapper {
  width: 87px;
  height: 26px;
  top: 41%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s, opacity 0.1s, visibility 0.1s;
}
.header-mid .header-logo-sticky {
  width: 87px;
  height: 26px;
}
.header-mid .site-logo-sticky {
  width: 87px;
  height: 26px;
}

.main-nav {
  width: 100%;
  min-height: 46px;
  background-color: #FFF;
  clear: both;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.main-nav.hidden {
  opacity: 0;
}
.main-nav .main-nav-list {
  -ms-flex-pack: center;
      justify-content: center;
}
.main-nav .main-nav-item {
  display: inline;
  line-height: 36px;
}
.main-nav .main-nav-item:not(:last-child) {
  margin-right: 24px;
}
.main-nav .main-nav-item-link::after,
.main-nav .dropdown-item-link::after {
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #343434;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.main-nav .main-nav-item-link:hover::after,
.main-nav .main-nav-item-link.active::after,
.main-nav .dropdown-item-link:hover::after,
.main-nav .dropdown-item-link.active::after {
  width: 100%;
}
.main-nav .dropdown-options {
  min-width: 100%;
  padding: 15px;
  top: 37px;
  left: 50%;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -20px);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.main-nav .main-nav-item:hover .dropdown-options {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition: opacity 0.3s, visibility 0.3s, transform 0.2s;
}
.main-nav .main-nav-item:hover .main-nav-item-link::after {
  width: 100%;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 155px);
  height: 100vh;
  z-index: 200;
  transform: translateX(-100%);
}
.mobile-menu .mobile-menu-inner {
  width: 100%;
  height: 100vh;
  padding: 70px 15px 15px;
  overflow: hidden;
}
.mobile-menu .mobile-menu-lists-wrapper {
  height: 100%;
  padding-bottom: 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu .mobile-menu-list {
  list-style: none;
  padding-left: 0;
}
.mobile-menu .accordion-header {
  padding: 25px 10px;
  cursor: initial;
}
.mobile-menu .accordion-panel {
  padding-left: 20px;
}
.mobile-menu .accordion-item:last-child {
  border-bottom: none;
}
.mobile-menu .accordion-item:first-child {
  border-top: none;
}
.mobile-menu .accordion-icon {
  width: 100px;
  height: 20px;
  right: 0;
  margin-top: 0;
  padding: 0 20px 0 100px;
}
.mobile-menu .arrow-icon {
  width: 20px;
  height: 20px;
}
.mobile-menu .accordion-panel-subitem {
  padding: 5px 0;
}
.mobile-menu .profile {
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
}
.mobile-menu .profile-list-item {
  padding: 25px 10px;
}

.mobile-menu-list.categories {
  margin-top: 40px;
}
.mobile-menu-list.categories .mobile-menu-list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #6C6E70;
}
.mobile-menu-list.categories .mobile-menu-list-item:last-child {
  margin-bottom: 40px;
}

.mobile-menu-list-help::before,
.mobile-menu-social::before {
  content: "";
  display: block;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #FFF;
}

.mobile-menu-inner::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #343434;
}

.mobile-menu-social .social-text {
  margin-right: 20px;
}
.mobile-menu-social .social-link {
  width: 26px;
  height: 26px;
}
.mobile-menu-social .social-link svg {
  width: 26px;
  height: 26px;
  fill: #FFF;
}
.mobile-menu-social .social-link:not(:last-child) {
  margin-right: 15px;
}

.hamburger-wrapper {
  display: none;
  width: 29px;
  height: 24px;
  top: 38px;
  left: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 200;
}
.hamburger-wrapper.active .hamburger-line:nth-child(1) {
  background-color: #343434;
  transform: rotate(45deg);
}
.hamburger-wrapper.active .hamburger-line:nth-child(2) {
  opacity: 0;
  background-color: #343434;
  transform: translate(-20px, -50%);
}
.hamburger-wrapper.active .hamburger-line:nth-child(3) {
  background-color: #343434;
  transform: rotate(-45deg);
  width: 100%;
}

.hamburger-line {
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
  border-radius: 20px;
  transition: transform 0.5s, opacity 0.5s;
  transform-origin: 0 50%;
}
.hamburger-line:nth-child(1) {
  top: 0;
}
.hamburger-line:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.hamburger-line:nth-child(3) {
  bottom: 0;
}

.nav-right li:not(:last-child) {
  margin-right: 25px;
}

.wishlist-icon,
.cart-icon,
.search-icon {
  display: inline-block;
  width: 24px;
  height: 25px;
  fill: #343434;
}

.search-icon svg,
.cart-icon svg,
.wishlist-icon svg {
  width: 100%;
  height: 100%;
}

.search-input {
  width: 0px;
  height: 40px;
  top: -12px;
  right: 27px;
  border: none;
  border-bottom: 1px solid #343434;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.search-input.search-open {
  width: 150px;
  opacity: 1;
  visibility: visible;
}

.order-count {
  min-width: 16px;
  min-height: 16px;
  top: -2px;
  right: -10px;
  padding: 3px;
  background-color: #343434;
  color: #FFF;
  font-family: "Helios-antique-bold";
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
}

.quantity-box {
  width: 98px;
  height: 30px;
  border: 1px solid #C4C4C4;
}
.quantity-box .subtract-btn {
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.quantity-box .quantity {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: default;
}
.quantity-box .add-btn {
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  cursor: pointer;
}
.quantity-box .subtract-btn:active {
  transform: translateY(-47%);
}
.quantity-box .add-btn:active {
  transform: translateY(-47%) rotate(45deg);
}
.quantity-box .subtract-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.quantity-box .add-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.quantity-box .plus-icon {
  width: 10px;
  height: 10px;
  fill: #C4C4C4;
}
.quantity-box .minus-icon {
  width: 10px;
  height: 10px;
  fill: #C4C4C4;
}

/* Footer */
.footer-section {
  padding: 100px 0 100px;
  background-color: #343434;
  color: #FFF;
}

.logo-social {
  width: 20%;
  margin-right: 20px;
}

.footer-nav {
  width: 40%;
  margin-right: 20px;
}

.footer-logo-wrapper {
  width: 163px;
  height: 50px;
}

.footer-logo {
  max-width: 163px;
  width: 100%;
  height: 100%;
  fill: #FFF;
}

#footer-logo {
  fill: #FFF;
}

.footer-logo-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  width: 110%;
  margin-top: 20px;
  border: 1px solid #FFF;
}

.footer-quote {
  font-family: "Cormorant";
  font-style: italic;
  font-size: 24px;
}

.footer-social svg {
  width: 26px;
  height: 26px;
  fill: #FFF;
}

.footer-social a {
  width: 26px;
  height: 26px;
}

.footer-social a:not(:last-child) {
  margin-right: 15px;
}

.facebook-white,
.instagram-white {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/icons/facebook-icon-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

.instagram-white {
  background-image: url(../img/icons/instagram-icon-white.png);
}

.footer-nav {
  margin-top: 15px;
  border-right: 1px solid #FFF;
}

.footer-nav-consent {
  margin-right: 60px;
}

.footer-newsletter {
  width: 30%;
  margin-top: 15px;
}
.footer-newsletter .subscribe-form {
  max-width: 306px;
}
.footer-newsletter .form-field-wrapper {
  height: 53px;
}
.footer-newsletter .error-icon {
  top: 16px;
  right: 53px;
}
.footer-newsletter input {
  font-family: "Helios-antique-regular";
  font-size: 12px;
  width: 100%;
  height: 53px;
  padding: 0 73px 0 23px;
  border: none;
}
.footer-newsletter ::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
.footer-newsletter ::-moz-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
.footer-newsletter :-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
.footer-newsletter ::-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
.footer-newsletter ::placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
.footer-newsletter .btn-3 {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 50px;
  padding: 24px;
}
.footer-newsletter .btn-3:hover {
  background: #FFF;
}
.footer-newsletter .btn-3 svg {
  width: 10px;
  height: 18px;
  fill: #343434;
}
.footer-newsletter .footer-newsletter-text {
  width: 65%;
}

.footer-nav-item-link::after {
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #FFF;
  height: 1px;
  transition: all 0.3s ease-in-out;
}

.footer-nav-item-link:hover:after {
  width: 100%;
}

/* ==================================================
    =Imports
===================================================== */
/* ==================================================
    =Homepage
===================================================== */
.title-wrapper {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 75px;
}

.hero-section {
  padding: 100px 0 100px;
}
.hero-section .video-wrapper {
  max-width: 948px;
  width: 100%;
  height: 0;
  padding-bottom: 52%;
  cursor: pointer;
}
.hero-section .video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-section .video-wrapper:hover .play-btn.active {
  opacity: 0.9;
}
.hero-section .video-wrapper:hover .play-btn {
  opacity: 0;
}
.hero-section .video-wrapper:active .play-btn {
  transform: translate(-50%, -50%) scale(0.9);
}
.hero-section .hero-content {
  width: 588px;
  float: right;
  margin-top: -265px;
  padding: 40px 0 0 60px;
  background-color: #FFF;
}
.hero-section .play-btn {
  width: 80px;
  opacity: 0;
  transition: all 0.3s;
}
.hero-section .play-btn.active {
  opacity: 0.7;
}
.hero-section svg {
  fill: #FFF;
}
.hero-section .video-cover-img {
  opacity: 0;
  transition: all 0.3s;
}
.hero-section .video-cover-img.active {
  opacity: 1;
}

.pink-wide-section {
  padding: 70px 0 50px;
}
.pink-wide-section .content {
  max-width: 250px;
  margin: 0 15px;
}

.featured-products-section {
  padding: 100px 0;
}
.featured-products-section .all-products {
  width: 27%;
}
.featured-products-section .products-slider-wrapper {
  width: 57%;
  margin-right: 60px;
}
.featured-products-section .swiper-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.featured-products-section .swiper-slide {
  -ms-flex-direction: column;
      flex-direction: column;
}
.featured-products-section .products-slider-img {
  max-height: 188px;
  max-width: 200px;
  height: 19vw;
  width: 100%;
  overflow: hidden;
}
.featured-products-section .product-note-wrapper {
  top: 0;
  left: 0;
}
.featured-products-section .product-note {
  padding: 6px 8px;
  margin-bottom: 5px;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
.featured-products-section .product-note-text {
  font-size: 8px;
}
.featured-products-section .products-slider-text {
  width: 100%;
}
.featured-products-section .swiper-button-prev {
  top: 35%;
  left: -58px;
  padding: 26px;
}
.featured-products-section .swiper-button-next {
  top: 35%;
  right: -58px;
  padding: 26px;
}
.featured-products-section .slider-arrow {
  width: 22px;
  height: 18px;
  fill: white;
}
.featured-products-section .swiper-scrollbar {
  display: none;
  left: 50%;
  bottom: -35px;
  height: 4px;
  width: 100px;
  background: #C4C4C4;
  transform: translateX(-50%);
}
.featured-products-section .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  background: #343434;
  left: 0;
  top: 0;
}

.categories-section {
  padding: 70px 0;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
.categories-section .category-wrapper:not(:last-child) {
  margin-right: 15px;
}
.categories-section .image-wrapper {
  max-width: 207px;
  max-height: 207px;
}
.categories-section .category-title {
  margin: 0 10px;
}
.categories-section .category-wrapper:hover img {
  transform: scale(1.05);
}
.categories-section .category-wrapper img {
  transition: all 0.4s ease-in-out;
}
.categories-section .categories-wrapper:hover .category-wrapper:not(:hover) img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.home-care-lab-section {
  padding: 70px 0 50px;
}
.home-care-lab-section .home-care-lab-wrapper {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
.home-care-lab-section .home-care-lab-card:not(:last-child) {
  margin-right: 30px;
}
.home-care-lab-section .image-wrapper {
  max-width: 363px;
  max-height: 330px;
}
.home-care-lab-section .home-care-lab-title {
  margin: 0 10px;
}
.home-care-lab-section .home-care-lab-card img {
  transition: all 0.4s ease-in-out;
}
.home-care-lab-section .home-care-lab-card:hover img {
  transform: scale(1.05);
}

.pink-wide-section.newsletter .title-wrapper {
  margin-bottom: 20px;
}
.pink-wide-section.newsletter .content-wrapper {
  max-width: 680px;
  margin: 0 auto;
}
.pink-wide-section.newsletter .newsletter-text {
  margin: 0 40px;
  margin-bottom: 40px;
}
.pink-wide-section.newsletter .input-error-wrapper {
  display: inline-block;
  margin-right: 30px;
  width: 423px;
}
.pink-wide-section.newsletter input {
  font-family: "Helios-antique-regular";
  font-size: 12px;
  width: 423px;
  height: 50px;
  padding: 0 23px;
  border: none;
}
.pink-wide-section.newsletter ::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
.pink-wide-section.newsletter ::-moz-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
.pink-wide-section.newsletter :-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
.pink-wide-section.newsletter ::-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
.pink-wide-section.newsletter ::placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
.pink-wide-section.newsletter .btn-1 {
  padding: 16px 52px;
}
.pink-wide-section.newsletter .error-icon {
  top: 16px;
}

.pink-wide-section.quote .title-wrapper {
  margin-bottom: 20px;
}
.pink-wide-section.quote .content-wrapper {
  max-width: 495px;
  margin: 0 auto;
  margin-bottom: 60px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pink-wide-section.quote .quote {
  padding: 7px 23px;
  border-radius: 50px;
  margin: 5px auto;
}

.home-salons-section {
  padding: 70px 0 50px;
}
.home-salons-section .home-salons-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.home-salons-section .home-salon-wrapper:not(:last-child) {
  margin-right: 30px;
}
.home-salons-section .home-salon-wrapper:hover img {
  transform: scale(1.05);
}
.home-salons-section .home-salon-wrapper img {
  transition: all 0.4s ease-in-out;
}
.home-salons-section .home-salons-wrapper:hover .home-salon-wrapper:not(:hover) img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.home-salons-section .image-wrapper {
  max-width: 269px;
  max-height: 269px;
  height: 21vw;
}

.home-inspiration-section {
  padding: 70px 0 50px;
  border-top: 1px solid #C4C4C4;
}
.home-inspiration-section .inspiration-slider-wrapper {
  width: 100%;
  margin: 0 auto;
}
.home-inspiration-section .swiper-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.home-inspiration-section .image-wrapper {
  max-height: 360px;
  width: 100%;
  height: 30vw;
  overflow: hidden;
}
.home-inspiration-section .swiper-button-prev {
  top: 50%;
  left: -29px;
  padding: 26px;
  transform: translateY(-50%);
  z-index: 100;
}
.home-inspiration-section .swiper-button-next {
  top: 50%;
  right: -29px;
  padding: 26px;
  transform: translateY(-50%);
  z-index: 100;
}
.home-inspiration-section .slider-arrow {
  width: 22px;
  height: 18px;
  fill: white;
}
.home-inspiration-section .quote-wrapper {
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.home-inspiration-section .quote {
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #FFF;
}

.featured-story-section {
  padding: 70px 0;
}
.featured-story-section .image-wrapper {
  max-width: 460px;
  max-height: 568px;
}
.featured-story-section .content-wrapper {
  max-width: 460px;
}
.featured-story-section .article-short {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.latest-articles-section {
  padding: 70px 0 50px;
}
.latest-articles-section .latest-articles-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -15px 0 -15px;
}
.latest-articles-section .latest-article-wrapper {
  max-width: 361px;
  margin-left: 15px;
  margin-right: 15px;
  -ms-flex: 1 1 268px;
      flex: 1 1 268px;
}
.latest-articles-section .article-text-wrapper {
  margin: 0 15px;
}
.latest-articles-section .latest-article-wrapper:hover img {
  transform: scale(1.05);
}
.latest-articles-section .latest-article-wrapper img {
  transition: all 0.4s ease-in-out;
}
.latest-articles-section .latest-articles-wrapper:hover .latest-article-wrapper:not(:hover) img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.widget-popup.widget-left {
  transform: translateX(100%);
  transition: all 0.4s;
}
.widget-popup.widget-left.active {
  transform: translateX(0);
}

.chat-widget {
  position: fixed;
  top: 80%;
  right: 11px;
  z-index: 200;
}

.chat-icon-wrapper {
  position: fixed;
  width: 66px;
  height: 66px;
  top: 80%;
  right: 11px;
  border-radius: 50%;
  background-color: #FAECEC;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.chat-icon-wrapper:active {
  transform: scale(0.9);
}

.chat-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/icons/chat-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}

.chat-wrapper {
  opacity: 0;
  visibility: hidden;
  width: 270px;
  height: 403px;
  right: 10px;
  bottom: 20px;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in;
}
.chat-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.chat-wrapper .chat-header {
  padding: 20px 20px;
  border-radius: 15px 15px 0 0;
  background-color: #FAECEC;
}
.chat-wrapper .chat-body {
  width: 100%;
  height: 275px;
  padding: 15px;
  overflow-y: auto;
}
.chat-wrapper .btn-2 {
  float: left;
  clear: both;
  padding: 10px 30px;
  border-radius: 25px;
  margin-bottom: 10px;
  font-size: 10px;
  color: #858585;
}
.chat-wrapper .site-message {
  float: left;
  clear: both;
  max-width: 78%;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: #EEE;
  border-radius: 15px 15px 15px 0;
}
.chat-wrapper .user-message {
  float: right;
  clear: both;
  max-width: 78%;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 15px 15px 0px 15px;
  border: 1px solid #C4C4C4;
}
.chat-wrapper .chat-footer {
  width: 100%;
  padding: 2px;
  background-color: #EEE;
  border-radius: 0 0 15px 15px;
}
.chat-wrapper input {
  width: 70%;
  height: 48px;
  padding: 10px 20px;
  background-color: inherit;
  border: none;
}
.chat-wrapper ::-webkit-input-placeholder {
  font-size: 12px;
}
.chat-wrapper ::-moz-placeholder {
  font-size: 12px;
}
.chat-wrapper :-ms-input-placeholder {
  font-size: 12px;
}
.chat-wrapper ::-ms-input-placeholder {
  font-size: 12px;
}
.chat-wrapper ::placeholder {
  font-size: 12px;
}
.chat-wrapper .chat-form-btn {
  display: inline-block;
  right: 0;
  padding: 24px;
  background-color: inherit;
}
.chat-wrapper .chat-form-btn svg {
  width: 20px;
  height: 20px;
}

.cart-hover {
  opacity: 0;
  visibility: hidden;
  top: 180px;
  right: 0;
  width: 960px;
  height: calc(100vh - 300px);
  min-height: 420px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  z-index: 300;
  transition: all 0.3s ease-in;
  transform: translate(0, 30px);
}
.cart-hover.active {
  position: fixed;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.cart-hover.sticky {
  top: 54px;
}
.cart-hover .cart-hover-inner {
  width: 100%;
  height: 100%;
}
.cart-hover .widget-popup-close {
  width: 15px;
  height: 15px;
  top: 25px;
  left: 25px;
  cursor: pointer;
  z-index: 5;
}
.cart-hover .cart {
  width: 70%;
  height: 100%;
  border-right: 1px solid #C4C4C4;
}
.cart-hover .cart-header {
  width: 100%;
  height: 10%;
  min-height: 110px;
  padding: 30px;
}
.cart-hover .title-wrapper {
  margin-bottom: 15px;
}
.cart-hover .cart-body {
  width: 100%;
  height: calc(100% - 240px);
  overflow-y: auto;
}
.cart-hover .cart-empty {
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
}
.cart-hover .cart-footer {
  width: 100%;
  height: 130px;
  min-height: 130px;
  padding: 30px;
}
.cart-hover .cart-footer .btn-1 {
  width: 94%;
}
.cart-hover .products-table {
  width: 90%;
  margin: 0 auto;
}
.cart-hover .product-item {
  border-bottom: 1px solid #C4C4C4;
}
.cart-hover .product-img {
  padding: 20px 0;
}
.cart-hover .product-info {
  padding: 20px 0;
}
.cart-hover .remove-product {
  position: absolute;
  top: 50%;
  left: 110px;
  transform: translateY(-50%);
}
.cart-hover .featured-products {
  width: 30%;
  overflow: hidden;
}
.cart-hover .featured-products-header {
  padding: 58px 20px 40px;
}
.cart-hover .featured-products-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cart-hover .product-wrapper {
  margin-bottom: 60px;
  width: 90%;
  height: 150px;
}
.cart-hover .triangle {
  top: -19px;
  right: 48px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #FFF transparent;
  -webkit-filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.15));
  z-index: 190;
}

.wishlist-hover {
  display: none;
  width: 420px;
  height: 270px;
  top: 45px;
  right: -2px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  z-index: 200;
}
.wishlist-hover .triangle {
  top: -19px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #FFF transparent;
  -webkit-filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.15));
  z-index: 190;
}
.wishlist-hover .wishlist-empty-info {
  padding: 40px 60px;
  border-bottom: 1px solid #C9C9C9;
}
.wishlist-hover .wishlist-empty-login {
  padding: 30px 60px;
}

/* ==================================================
    =Category
===================================================== */
.product-list-hero {
  padding: 20px 0 50px;
}
.product-list-hero .hero-content {
  width: 45%;
  max-width: 475px;
}
.product-list-hero .hero-image {
  width: 45%;
  max-width: 460px;
  max-height: 320px;
  top: 0;
  right: 0;
}

.related-articles-section {
  padding: 70px 0 50px;
  border-bottom: 1px solid #C4C4C4;
}
.related-articles-section .related-article-wrapper:not(:last-child) {
  margin-right: 15px;
}
.related-articles-section .article-text-wrapper {
  margin: 0 15px;
}
.related-articles-section .related-article-wrapper:hover img {
  transform: scale(1.05);
}
.related-articles-section .related-article-wrapper img {
  transition: all 0.4s ease-in-out;
}
.related-articles-section .related-articles-wrapper:hover .related-article-wrapper:not(:hover) img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.category-products-wrapper {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
.category-products-wrapper .product-wrapper {
  width: 100%;
  max-width: 264px;
  margin-bottom: 80px;
  margin-left: 15px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 1 186px;
      flex: 1 1 186px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.category-products-wrapper .product-link {
  width: 100%;
  height: 100%;
}
.category-products-wrapper .product-img {
  width: 100%;
  max-width: 264px;
  max-height: 250px;
  height: 24vw;
}
.category-products-wrapper .product-slider-text {
  width: 100%;
  padding-right: 10px;
}

.product-note-wrapper {
  top: 0;
  left: 0;
}
.product-note-wrapper .product-note {
  min-width: 90px;
  padding: 9px 8px;
  margin-bottom: 5px;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}

.product-wrapper .product-link {
  width: 100%;
  height: 100%;
}
.product-wrapper .product-basic-price {
  text-decoration: line-through;
  font-weight: 500;
}

.article-inside-products {
  margin-bottom: 80px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1 1 400px;
      flex: 1 1 400px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.article-inside-products .image-wrapper {
  max-width: 265px;
  max-height: 358px;
}
.article-inside-products .content-wrapper {
  max-width: 205px;
  margin-left: 5px;
}
.article-inside-products .btn-1 {
  padding: 18px 39px;
}

.category-products-filter {
  width: 20%;
  min-width: 177px;
}
.category-products-filter .selected-item {
  padding: 0 0 15px 5px;
}
.category-products-filter .selected-item .close-btn {
  margin-right: 10px;
  margin-bottom: 5px;
}
.category-products-filter .selected-item .close-btn svg {
  width: 10px;
  height: 10px;
}
.category-products-filter .accordion-header {
  padding: 15px 3px 15px 10px;
  cursor: pointer;
}
.category-products-filter .accordion-item {
  border-top: 1px solid #C4C4C4;
}
.category-products-filter .accordion-item:last-child {
  border-bottom: 1px solid #C4C4C4;
}
.category-products-filter .accordion-panel {
  padding-left: 10px;
}
.category-products-filter .accordion-icon {
  width: 10px;
  height: 10px;
  right: 0;
  margin-top: 3px;
}
.category-products-filter .plus-icon {
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}
.category-products-filter .plus-icon.hidden,
.category-products-filter .minus-icon.hidden {
  display: none;
}
.category-products-filter .minus-icon {
  width: 8px;
  height: 8px;
}
.category-products-filter .accordion-panel-item {
  padding: 5px 0;
}
.category-products-filter .accordion-icon {
  float: right;
}
.category-products-filter .hidden-content {
  display: none;
}
.category-products-filter .highlighted-categories-item {
  padding: 5px 0;
}
.category-products-filter .highlighted-categories-item-link,
.category-products-filter .accordion-item-link {
  transition: all 0.3s ease-in-out;
}
.category-products-filter .highlighted-categories-item-link:hover,
.category-products-filter .accordion-item-link:hover {
  font-weight: 700;
  transform: translateX(5px);
}
.category-products-filter .accordion-item-link.active {
  font-weight: 600;
  color: #343434;
  cursor: default;
}

.filter-products-mobile {
  position: fixed;
  width: 100%;
  height: calc(100vh - 70px);
  padding: 15px;
  background-color: #FFF;
  overflow: hidden;
  z-index: 100;
}
.filter-products-mobile .filter-products-mobile-inner {
  height: 100%;
}
.filter-products-mobile .close-btn-icon {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  cursor: pointer;
}
.filter-products-mobile .filter-header {
  padding: 20px;
  border-bottom: 1px solid #343434;
}
.filter-products-mobile .filter-body {
  height: 100%;
  padding-bottom: 70px;
  overflow-y: auto;
}
.filter-products-mobile .selected-items {
  padding: 30px 15px 15px 15px;
}
.filter-products-mobile .selected-item {
  padding: 0 0 15px 5px;
}
.filter-products-mobile .selected-item .close-btn {
  margin-right: 10px;
  margin-bottom: 5px;
}
.filter-products-mobile .selected-item .close-btn svg {
  width: 10px;
  height: 10px;
}
.filter-products-mobile .accordion-header {
  padding: 20px 3px 20px 10px;
  cursor: pointer;
}
.filter-products-mobile .accordion-item {
  border-top: 1px solid #C4C4C4;
}
.filter-products-mobile .accordion-item:last-child {
  border-bottom: 1px solid #C4C4C4;
}
.filter-products-mobile .accordion-panel {
  padding-left: 10px;
}
.filter-products-mobile .accordion-icon {
  width: 10px;
  height: 10px;
  right: 0;
  margin-top: 3px;
}
.filter-products-mobile .plus-icon {
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}
.filter-products-mobile .plus-icon.hidden,
.filter-products-mobile .minus-icon.hidden {
  display: none;
}
.filter-products-mobile .minus-icon {
  width: 8px;
  height: 8px;
}
.filter-products-mobile .accordion-panel-item {
  padding: 10px 0;
}
.filter-products-mobile .accordion-icon {
  float: right;
}
.filter-products-mobile .hidden-content {
  display: none;
}
.filter-products-mobile .highlighted-categories {
  padding-bottom: 75px;
  border-bottom: 1px solid #C4C4C4;
}
.filter-products-mobile .highlighted-categories-item {
  padding: 5px 0;
}
.filter-products-mobile .highlighted-categories-item-link,
.filter-products-mobile .accordion-item-link {
  transition: all 0.3s ease-in-out;
}
.filter-products-mobile .highlighted-categories-item-link:hover,
.filter-products-mobile .accordion-item-link:hover {
  color: #343434;
}
.filter-products-mobile button {
  width: 100%;
}

.category-products-section {
  padding: 70px 0 20px;
  border-bottom: 1px solid #C4C4C4;
}
.category-products-section .category-products {
  width: 70%;
}
.category-products-section .title-wrapper {
  margin: 0;
  text-align: left;
}

.category-products-filter-mobile {
  display: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #C4C4C4;
}

.sort-wrapper {
  float: right;
}
.sort-wrapper p {
  padding-left: 10px;
}
.sort-wrapper .sorting {
  color: #343434;
  border: none !important;
  cursor: pointer;
}
.sort-wrapper .sorting-option {
  padding: 10px;
  color: #343434;
  font-family: inherit;
  outline: none;
  cursor: pointer;
}
.sort-wrapper .sort-arrow {
  width: 20px;
  height: 14px;
  margin-top: 1px;
  top: 50%;
  right: 0;
  fill: #343434;
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}

.highlated-products-section.recently-viewed,
.highlated-products-section.recommended {
  padding: 70px 0 120px;
}
.highlated-products-section.recently-viewed .products-wrapper,
.highlated-products-section.recommended .products-wrapper {
  width: 100%;
}
.highlated-products-section.recently-viewed .product-wrapper,
.highlated-products-section.recommended .product-wrapper {
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}
.highlated-products-section.recently-viewed .product-wrapper:not(:last-child),
.highlated-products-section.recommended .product-wrapper:not(:last-child) {
  margin-right: 15px;
}
.highlated-products-section.recently-viewed .product-img,
.highlated-products-section.recommended .product-img {
  width: 100%;
  max-height: 263px;
  height: 43vw;
}
.highlated-products-section.recently-viewed .product-slider-text,
.highlated-products-section.recommended .product-slider-text {
  width: 100%;
}
.highlated-products-section.recently-viewed .swiper-scrollbar,
.highlated-products-section.recommended .swiper-scrollbar {
  display: none;
  left: 50%;
  bottom: -35px;
  height: 4px;
  width: 100px;
  background: #C4C4C4;
  transform: translateX(-50%);
}
.highlated-products-section.recently-viewed .swiper-scrollbar-drag,
.highlated-products-section.recommended .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  background: #343434;
  left: 0;
  top: 0;
}

.product-wrapper:hover .product-hover {
  opacity: 1;
  visibility: visible;
}

.product-hover {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 15px 60px;
  background-color: #FFF;
  border: 1px solid #343434;
  overflow: hidden;
  transition: all 0.3s;
}
.product-hover a {
  bottom: 15px;
  left: 15px;
  padding: 12px 23px;
}

.home-care-lab-section.category {
  padding: 70px 0 50px;
  border-bottom: 1px solid #C4C4C4;
}

.category-products-section.hairspa .title-wrapper {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 75px;
  text-align: center;
}
.category-products-section.hairspa .category-products {
  width: 100%;
}
.category-products-section.hairspa .category-products-wrapper {
  margin-left: -30px;
  width: calc(100% + 30px);
}
.category-products-section.hairspa .product-wrapper {
  -ms-flex: 1 1 208px;
      flex: 1 1 208px;
  width: 25%;
  margin-left: 30px;
}

.brands-section {
  padding: 70px 0 70px;
  border-bottom: 1px solid #C4C4C4;
}
.brands-section .brands-wrapper {
  margin: -7.5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brands-section .brand-wrapper {
  max-width: 362px;
  max-height: 528px;
  margin-bottom: 80px;
  margin: 0 7.5px 60px 7.5px;
  -ms-flex: 1 1 279px;
      flex: 1 1 279px;
}
.brands-section .image-wrapper {
  width: 100%;
  height: 100%;
}
.brands-section .brand-wrapper:nth-child(3n+2) {
  top: 60px;
}
.brands-section .brand-title {
  width: 100%;
  bottom: 0px;
  left: 50%;
  padding: 0 15px 25px 15px;
  transform: translateX(-50%);
}
.brands-section .image-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, white 3%, rgba(255, 255, 255, 0) 35%);
}
.brands-section .brand-wrapper:hover img {
  transform: scale(1.05);
}
.brands-section .brand-wrapper img {
  transition: all 0.4s ease-in-out;
}
.brands-section .brands-wrapper:hover .brand-wrapper:not(:hover) img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* ==================================================
    =Product detail
===================================================== */
.product-detail-section {
  padding: 25px 0 100px;
  border-bottom: 1px solid #C4C4C4;
}
.product-detail-section .product-gallery-wrapper {
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-detail-section .swiper-slide,
.product-detail-section .swiper-zoom-container {
  max-height: 580px;
  height: 45vw;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.product-detail-section .swiper-slide-zoomed .swiper-zoom-container {
  cursor: move;
}
.product-detail-section .thumbs-slider {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-detail-section .thumbs-slider .swiper-slide {
  width: 25%;
  height: 100%;
}
.product-detail-section .thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.product-detail-section .thumbs-slider .swiper-slide {
  cursor: pointer;
}
.product-detail-section .swiper-button-prev {
  width: 48px;
  height: 48px;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
}
.product-detail-section .swiper-button-next {
  width: 48px;
  height: 48px;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
}
.product-detail-section .slider-arrow {
  width: 48px;
  height: 48px;
}
.product-detail-section .product-title-wrapper {
  width: 40%;
}
.product-detail-section .product-tags-wrapper {
  float: right;
  width: 52%;
  text-align: right;
}
.product-detail-section .product-note {
  min-width: 90px;
  padding: 9px 8px;
  margin-left: 15px;
  margin-bottom: 15px;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
.product-detail-section .product-brand {
  float: left;
  width: 48%;
}
.product-detail-section .product-title {
  width: 100%;
}
.product-detail-section .product-info-container {
  width: 40%;
}
.product-detail-section .product-price-size-wrapper {
  padding-bottom: 30px;
  border-bottom: 2px solid #343434;
}
.product-detail-section .product-price {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #C4C4C4;
}
.product-detail-section .product-desc p::first-letter {
  text-transform: capitalize;
}
.product-detail-section .size-wrapper {
  width: 68%;
}
.product-detail-section .size-wrapper p {
  margin-left: 15px;
}
.product-detail-section .size-buttons button {
  width: 40%;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 10px 15px;
  text-transform: initial;
}
.product-detail-section .cart-btn-wrapper a {
  width: 100%;
}
.product-detail-section .cart-btn-wrapper span {
  margin: 0 10px;
}
.product-detail-section .pink-bcg-info {
  padding: 17px 10px;
}
.product-detail-section .help-wishlist {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
}
.product-detail-section .add-to-wishlist .wishlist-icon {
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  fill: #343434;
  transform: translateY(-50%);
}
.product-detail-section .add-to-wishlist span {
  padding-left: 28px;
}
.product-detail-section .pink-wide-quote {
  padding: 75px;
  -ms-flex-align: center;
      align-items: center;
}
.product-detail-section .pink-wide-quote-title {
  width: 20%;
}
.product-detail-section .pink-wide-quote-text {
  width: 70%;
  z-index: 10;
}
.product-detail-section .quotes-img {
  top: 50%;
  left: 28%;
  max-width: 166px;
  max-height: 70%;
  transform: translateY(-50%);
}

.accordion.product-detail .main-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.accordion.product-detail .accordion-header {
  cursor: unset;
  pointer-events: none;
}
.accordion.product-detail .accordion-item {
  width: 23%;
  border-top: none;
}
.accordion.product-detail .accordion-item:nth-child(2) {
  width: 32%;
}
.accordion.product-detail .accordion-icon {
  display: none;
}
.accordion.product-detail .accordion-item:last-child {
  border-bottom: none;
}
.accordion.product-detail .accordion-panel.ingredients ul {
  -ms-flex-direction: column;
      flex-direction: column;
}
.accordion.product-detail .accordion-panel-reveal {
  margin-top: 25px;
  cursor: pointer;
}

/* ==================================================
    =Cart
===================================================== */
.page-title-section .title-wrapper {
  margin-bottom: 50px;
  padding-top: 30px;
}

.shopping-cart-section {
  padding: 70px 0 30px;
}

.user-status-section .user {
  margin-right: 15px;
}

.cart-empty {
  padding: 100px 0 200px;
}

.cart-table.mobile {
  display: none;
}

.cart-table .border {
  border-bottom: 1px solid #C4C4C4;
}
.cart-table td {
  vertical-align: top;
}
.cart-table .cart-table-thead th {
  padding: 10px 20px;
}
.cart-table .cart-table-thead th:first-child {
  width: 46%;
}
.cart-table .product-img-title {
  padding: 20px 0;
}
.cart-table .product-img-title img {
  vertical-align: top;
}
.cart-table .product-title-wrapper {
  display: inline-block;
  width: calc(100% - 160px);
  margin-top: 35px;
}
.cart-table .quantity-box {
  margin: 0 auto 10px auto;
}
.cart-table .product-price,
.cart-table .price {
  margin-top: 78px;
}
.cart-table .quantity-box {
  margin-top: 72px;
}
.cart-table .td-inner-wrapper {
  margin: 40px 0;
}
.cart-table .products-price-sum .text {
  margin-right: 195px;
}
.cart-table .products-price-total .text {
  margin-right: 136px;
}
.cart-table .td-inner-wrapper.delivery {
  width: 495px;
}
.cart-table .td-inner-wrapper.delivery .text {
  padding-right: 75px;
}
.cart-table .delivery-price {
  top: 50%;
  right: 0;
  padding-right: 15px;
  transform: translateY(-50%);
}

.billing-form,
.dellivery-form {
  padding: 50px 0 30px;
  border-bottom: 1px solid #C4C4C4;
}

.payment-method-cards-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.payment-method-select {
  width: 47%;
}

.payment-method {
  width: 100%;
  padding: 50px 0;
}
.payment-method label {
  max-width: 460px;
}

.checkout-section {
  padding-bottom: 120px;
}
.checkout-section .cards-wraper {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout-section .cart-card-img {
  margin-bottom: 20px;
}
.checkout-section .cart-card-img:not(:last-child) {
  margin-right: 20px;
}

.form-field-wrapper {
  width: 100%;
}
.form-field-wrapper .form-field-wrapper-inner {
  float: left;
  width: 50%;
}
.form-field-wrapper .form-field-wrapper-inner:first-child .form-wrapper {
  margin-right: 30px;
}
.form-field-wrapper .form-wrapper {
  margin-bottom: 30px;
}
.form-field-wrapper .zip-city-wrap {
  margin-right: 30px;
}
.form-field-wrapper .zip-city-wrap .form-wrapper {
  margin-right: 0 !important;
}
.form-field-wrapper .zip-city-wrap .form-wrapper:nth-child(1) {
  float: left;
  width: 45%;
}
.form-field-wrapper .zip-city-wrap .form-wrapper:nth-child(2) {
  float: right;
  width: 45%;
}

.payment-method-select .mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .payment-method-cards-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .payment-method-select,
.checkout-section .cards-wraper {
    width: 100%;
  }
}
/* ==================================================
    =Profile
===================================================== */
.profile-section {
  min-height: 100vh;
  padding: 50px 0 70px;
}
.profile-section .page-nav {
  width: 20%;
  padding-top: 70px;
}
.profile-section .list-item-link {
  transition: all 0.3s;
}
.profile-section .list-item-link:hover {
  font-weight: 700;
  transform: translateX(5px);
}
.profile-section .list-item-link.active {
  font-weight: 700;
  transform: translateX(0);
  pointer-events: none;
}
.profile-section .content-container {
  width: 75%;
}
.profile-section .title-wrapper {
  width: 100%;
  margin-bottom: 0;
  padding: 30px 0;
  border-bottom: 1px solid #343434;
}
.profile-section .order-wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #C9C9C9;
}
.profile-section .order-detail-btn {
  top: 30px;
  right: 0;
}
.profile-section .order-icons-wrapper {
  height: 76px;
  -ms-flex-align: center;
      align-items: center;
}
.profile-section .order-progress {
  width: 44px;
  height: 44px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #EEE;
}
.profile-section .order-progress:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 2px;
  top: 50%;
  left: -19px;
  background-color: #EEE;
}
.profile-section .order-progress-icon {
  width: 23px;
  height: 18px;
  fill: #C4C4C4;
}
.profile-section .order-progress.active {
  background-color: #E3FFE1;
}
.profile-section .order-progress.active .order-progress-icon {
  fill: #343434;
}
.profile-section .order-progress.active::before {
  background-color: #E3FFE1;
}
.profile-section .order-progress-delivered {
  padding: 8px 30px;
  background-color: #E3FFE1;
}
.profile-section .products-wrapper {
  width: 100%;
  max-width: 365px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile-section .image-wrapper {
  max-width: 76px;
  max-height: 76px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.profile-section .page-nav-mobile {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #FFF;
  z-index: 100;
}
.profile-section .accordion-header {
  border-bottom: 1px solid #343434;
}
.profile-section .accordion-icon {
  width: 16px;
  height: 16px;
  float: unset;
  margin-left: 10px;
  margin-top: 0;
}
.profile-section .arrow-icon {
  width: 16px;
  height: 16px;
  bottom: -2px;
}
.profile-section .accordion-panel {
  padding: 25px 0;
}
.profile-section .accordion-panel-item {
  padding: 10px 15px;
}
.profile-section .accordion-item-link.active {
  font-weight: 700;
  cursor: default;
}
.profile-section .add-btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-top: 25px;
  transform: translateX(-50%);
}

.profile-section .order-wrapper.empty {
  margin: 0 auto;
  padding: 70px 0;
  border-bottom: none;
}
.profile-section .order-wrapper.empty .text {
  max-width: 315px;
  margin: 0 auto 50px auto;
}

.profile-section .user-orders.detail .order-wrapper {
  padding: 75px 0 50px 0;
  border-bottom: none;
}
.profile-section .user-orders.detail .addresses-wrapper,
.profile-section .user-orders.detail .order-status-wrapper,
.profile-section .user-orders.detail .order-products-wrapper,
.profile-section .user-orders.detail .order-note-wrapper,
.profile-section .user-orders.detail .order-bill-download-wrapper,
.profile-section .user-orders.detail .order-bill-wrapper,
.profile-section .user-orders.detail .return-wrapper {
  padding: 30px 0;
  border-bottom: 2px solid #C9C9C9;
}
.profile-section .user-orders.detail .order-date-number-wrapper {
  padding-bottom: 20px;
  border-bottom: 2px solid #C9C9C9;
}
.profile-section .user-orders.detail .order-info-span {
  font-weight: 500;
  margin-left: 30px;
}
.profile-section .user-orders.detail .delivery-address {
  max-width: 200px;
}
.profile-section .user-orders.detail .billing-address {
  width: 250px;
}
.profile-section .user-orders.detail .order-detail-btn {
  top: 80px;
}
.profile-section .user-orders.detail .product {
  padding: 30px 0;
  border-bottom: 1px solid #C9C9C9;
}
.profile-section .user-orders.detail .product:last-child {
  border: none;
}
.profile-section .user-orders.detail .image-wrapper {
  max-width: 164px;
  max-height: 164px;
  margin: 0 25px 0 0;
}
.profile-section .user-orders.detail .product-info {
  max-width: 345px;
  margin-top: 25px;
}
.profile-section .user-orders.detail .product-price {
  margin-top: 25px;
}
.profile-section .user-orders.detail .price-before-discount {
  text-decoration: line-through;
}
.profile-section .user-orders.detail .custom-textarea {
  max-width: 535px;
}
.profile-section .user-orders.detail .order-bill-download-text {
  line-height: 50px;
}
.profile-section .user-orders.detail .order-bill-right {
  min-width: 345px;
}
.profile-section .user-orders.detail .order-bill-right-text .text {
  line-height: 23px;
}
.profile-section .user-orders.detail .return-wrapper .text {
  max-width: 400px;
}
.profile-section .user-orders.detail .questions-wrapper {
  padding: 30px 0;
}
.profile-section .user-orders.detail .questions-wrapper a:hover {
  text-shadow: 0px 0px 1px #343434;
}

.user-info .email-pw-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #C9C9C9;
}
.user-info .email-wrap {
  width: 50%;
  padding-right: 70px;
}
.user-info .email {
  line-height: 17px;
}
.user-info .pw-wrap {
  width: 50%;
  padding-left: 70px;
  border-left: 1px solid #C9C9C9;
}
.user-info .info-wrapper {
  padding: 30px 0 60px;
  border-bottom: 1px solid #C9C9C9;
}
.user-info .form-field-wrapper.user {
  width: 100%;
  max-width: 400px;
}
.user-info .addresses-wrapper {
  padding: 30px 0 60px;
  border-bottom: 1px solid #C9C9C9;
}
.user-info .addresses-container,
.user-info .payment-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 90px;
}
.user-info .address-wrap,
.user-info .payment-wrap {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 30px;
}
.user-info .edit {
  bottom: 15px;
  right: 15px;
}
.user-info .edit a:hover {
  text-shadow: 0px 0px 1px #858585;
}
.user-info .edit a:first-child {
  margin-right: 10px;
}
.user-info .edit a:last-child::before {
  content: "";
  margin-right: 10px;
  border-left: 2px solid #858585;
  opacity: 0.5;
}
.user-info .payment-wrapper {
  padding: 30px 0 60px;
}
.user-info .payment-wrap {
  min-width: 400px;
}
.user-info .payment-wrap .card-image-wrapper {
  width: 94px;
  height: 29px;
  margin: 30px 55px 30px 0;
}
.user-info .card-number::before {
  content: "\25CF\25CF\25CF\25CF   ";
  margin-left: 10px;
  font-size: 22px;
}

.wishlist .products-container {
  width: 100%;
  padding: 60px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
.wishlist .product-wrapper {
  width: 100%;
  max-width: 200px;
  margin-bottom: 80px;
  margin-left: 15px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 1 186px;
      flex: 1 1 186px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.wishlist .product-img {
  width: 100%;
  max-width: 264px;
  max-height: 250px;
  height: 24vw;
}
.wishlist .product-slider-text {
  width: 100%;
  padding-right: 10px;
}
.wishlist .product-note-wrapper {
  top: 0;
  left: 0;
}
.wishlist .product-note {
  min-width: 90px;
  padding: 9px 8px;
  margin-bottom: 5px;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
}
.wishlist .product-basic-price {
  text-decoration: line-through;
}
.wishlist .wishlist-product-btn {
  margin-top: 50px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* ==================================================
    =User
===================================================== */
.form-field-wrapper.login .form-wrapper {
  margin-bottom: 0;
}
.form-field-wrapper.login .error-icon {
  top: 46px;
}

.login-widget {
  position: fixed;
  display: none;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  right: 50%;
  width: 750px;
  padding-bottom: 50px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  z-index: 200;
  transform: translate(50%, -50%);
  transition: all 0.3s;
}
.login-widget.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.login-widget .login-header {
  border-bottom: 1px solid #C4C4C4;
}
.login-widget .login-tab {
  width: 49.8%;
  padding: 33px 45px;
  cursor: pointer;
  transition: all 0.3s;
}
.login-widget .login-tab.active p {
  color: #343434;
}
.login-widget .login-tab:first-child {
  border-right: 1px solid #C4C4C4;
}
.login-widget .login-tab.active {
  border-bottom: 3px solid #343434;
}
.login-widget .login-body,
.login-widget .register-body {
  padding: 0 120px;
  display: none;
}
.login-widget .login-body.active,
.login-widget .register-body.active {
  display: block;
}
.login-widget .input-error-wrapper {
  width: 100%;
}
.login-widget .btn-1 {
  width: 100%;
}
.login-widget .close-btn {
  top: -30px;
  right: -30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.login-widget .close-btn-icon {
  fill: white;
  width: 24px;
  height: 24px;
}
.login-widget .close-btn-icon:active {
  transform: translate(-50%, -50%) scale(0.9);
}
.login-widget .pw-forgotten:hover {
  font-weight: 700;
}
.login-widget .login-tab p {
  transition: all 0.3s;
}
.login-widget .login-tab:hover p {
  font-weight: 700;
  color: #343434;
}

.change-password-section {
  padding: 70px 0 200px;
}

.form-field-wrapper.change-password {
  width: 100%;
  max-width: 400px;
}
.form-field-wrapper.change-password .form-wrapper {
  margin-bottom: 30px;
}

.forgot-password-section {
  padding: 70px 0 200px;
}
.forgot-password-section .form-field-wrapper {
  margin: 0 auto;
}
.forgot-password-section .form-wrapper.field-loginform-rememberme {
  margin: 0 !important;
}
.forgot-password-section .checkbox-wrap {
  margin-bottom: 30px;
}
.forgot-password-section .btn-1 {
  display: block;
}

.form-field-wrapper.forgot-password {
  width: 100%;
  max-width: 400px;
}
.form-field-wrapper.forgot-password .form-wrapper {
  margin-bottom: 30px;
}

.add-new-address-section {
  padding: 70px 0 200px;
}

.form-field-wrapper.add-new-address {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.form-field-wrapper.add-new-address .form-wrapper {
  margin-bottom: 30px;
}

.registered-section {
  padding: 70px 0 270px;
}
.registered-section .registered-content {
  max-width: 450px;
  margin: 0 auto;
}

/* ==================================================
    =Pages
===================================================== */
.blog-details {
  padding: 70px 0 160px;
}
.blog-details .page-body {
  max-width: 760px;
  margin: 0 auto;
}

.help-details-section {
  padding: 70px 0 140px;
}
.help-details-section .user-content h4 {
  margin-top: 50px;
}
.help-details-section .tabs-scroll {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.help-details-section .tab-scroll {
  width: 30%;
  max-width: 264px;
  padding: 28px 50px 28px 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.help-details-section .tab-scroll:not(:last-child) {
  margin-right: 30px;
}
.help-details-section .tab-scroll:hover {
  transform: scale(1.05);
}
.help-details-section .tab-scroll:hover .arrow-icon {
  transform: translate(10%, -50%);
}
.help-details-section .arrow-icon {
  width: 31px;
  height: 21px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.help-details-section .page-body {
  padding: 20px 0 70px 0;
  border-bottom: 1px solid #C4C4C4;
}
.help-details-section .page-body-inner {
  max-width: 760px;
  margin: 0 auto;
}

.help-question-section {
  padding: 0 0 150px;
}
.help-question-section .help-question-container {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.help-question-section .help-question {
  width: 27%;
  margin-right: 60px;
}
.help-question-section .contact-wrapper {
  width: 35%;
  max-width: 363px;
  height: 290px;
  padding: 40px 40px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.help-question-section .contact-wrapper:last-child {
  margin-left: 25px;
}

.about-page-section {
  padding: 0 0 70px 0;
}
.about-page-section .page-hero-container {
  padding: 20px 0 50px;
}
.about-page-section .page-hero-image {
  width: 45%;
  max-width: 460px;
  max-height: 320px;
  height: 40vw;
  overflow: hidden;
}
.about-page-section .image-wrapper {
  width: 100%;
  height: 100%;
}
.about-page-section .hero-content {
  width: 45%;
  max-width: 475px;
}

.site-error {
  padding: 70px 0 200px;
}
.site-error h1 {
  font-size: 82px;
}
@media screen and (min-width: 320px) {
  .site-error h1 {
    font-size: calc(82px + 86 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  .site-error h1 {
    font-size: 168px;
  }
}

.contact-page-section {
  padding: 20px 0 70px 0;
  border-bottom: 1px solid #C9C9C9;
}
.contact-page-section .contact-form-wrapper {
  width: 45%;
}
.contact-page-section .form-wrapper {
  width: 100%;
}
.contact-page-section .contact-info {
  width: 37%;
}
.contact-page-section .verification-wrapper .error-icon {
  top: 18px;
}
.contact-page-section .input-error-wrapper.select .error-icon {
  right: 33px;
}
.contact-page-section .select-arrow {
  width: 20px;
  height: 14px;
  top: 50%;
  right: 10px;
  fill: #343434;
  transform: translateY(-50%) rotate(-90deg);
}
.contact-page-section .checkbox-wrap {
  padding: 0 0 0 33px;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  box-sizing: border-box;
}

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  padding-right: 30px !important;
  font-size: 16px;
  font-family: "Helios-antique-regular";
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  margin-top: -1px;
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: #FFF;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: auto;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.dk-option-selected {
  background-color: #FAECEC;
  color: #FFF;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 5px 12px;
  font-weight: normal;
}

.dk-select-options .dk-option-highlight {
  background-color: #FAECEC;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}
.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}
.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}
.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}
.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #C9C9C9;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #C9C9C9;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #C9C9C9;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #C9C9C9;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #C9C9C9;
}
.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #C9C9C9;
}
.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #C9C9C9;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}
.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}
.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

/* ==================================================
    =Media Queries
===================================================== */
@media only screen and (max-width: 1100px) {
  button,
.btn-1,
.btn-2 {
    padding: 16px 24px;
  }
  button.btn-small,
.btn-1.btn-small,
.btn-2.btn-small {
    padding: 14px 20px;
  }

  #app {
    padding-top: 70px;
  }

  .header-top,
.main-nav {
    display: none;
  }

  .header-section {
    height: 70px;
  }

  .mobile-menu {
    display: block;
  }

  .hamburger-wrapper {
    display: block;
  }

  .header-mid .header-icons {
    transform: translateY(88%);
  }

  .header-logo-wrapper {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .cart-hover {
    position: fixed;
    width: 100%;
    height: calc(100vh - 70px);
    min-height: unset;
    top: 73px;
    right: 0;
    transform: translate(0, 30px);
  }
  .cart-hover.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .cart-hover .triangle {
    right: 63px;
  }
  .cart-hover .cart-hover-inner {
    position: relative;
    overflow: hidden;
  }
  .cart-hover .cart-body {
    height: calc(100% - 214px);
    min-height: unset;
  }
  .cart-hover .cart-footer {
    padding: 15px;
  }

  .hero-section {
    padding: 15px 0 50px;
  }
  .hero-section .hero-content {
    width: 680px;
    margin-top: -100px;
  }

  .featured-products-section .swiper-button-next,
.featured-products-section .swiper-button-prev {
    padding: 20px;
  }

  .home-inspiration-section .swiper-button-next,
.home-inspiration-section .swiper-button-prev {
    display: none;
  }
  .home-inspiration-section .image-wrapper {
    max-width: 356px;
    max-height: 400px;
    height: 31vw;
  }

  .product-detail-section .swiper-slide,
.product-detail-section .swiper-zoom-container {
    height: 46vw;
  }

  .footer-section {
    padding: 75px 0 75px;
  }

  .logo-social {
    margin-right: 10px;
  }

  .footer-nav-consent {
    margin-right: 30px;
  }

  .footer-nav {
    width: 43%;
    margin-right: 10px;
  }

  .footer-newsletter {
    width: 27%;
  }

  /* alert */
  .alert {
    top: 70px;
  }

  /* ==================================================
      =Category
  ===================================================== */
  .article-inside-products p {
    margin-bottom: 15px;
  }
  .article-inside-products .btn-1 {
    padding: 12px 24px;
  }

  .category-products-section.hairspa .category-products-wrapper {
    margin-left: -15px;
    width: calc(100% + 15px);
  }
  .category-products-section.hairspa .product-wrapper {
    -ms-flex: 1 1 201px;
        flex: 1 1 201px;
    margin-left: 15px;
  }
  .category-products-section.hairspa .product-img {
    height: 30vw;
  }

  /* ==================================================
      =Product detail
  ===================================================== */
  .product-detail-section .product-gallery-wrapper {
    width: 45%;
  }
  .product-detail-section .product-title-wrapper {
    width: 50%;
  }
  .product-detail-section .product-info-container {
    width: 50%;
  }

  /* ==================================================
      =Profile
  ===================================================== */
  .wishlist .product-wrapper {
    max-width: 265px;
    -ms-flex: 1 1 202px;
        flex: 1 1 202px;
  }

  /* ==================================================
      =User
  ===================================================== */
  .login-widget {
    position: fixed;
    width: 100%;
    height: calc(100vh - 70px);
    margin-top: 35px;
    background-color: #FFF;
    overflow: hidden;
    z-index: 100;
  }
  .login-widget .login-widget-inner {
    height: 100%;
    overflow-y: auto;
  }
  .login-widget .login-tab {
    width: 48.3%;
    padding: 22px 5px;
  }
  .login-widget .login-body,
.login-widget .register-body {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 900px) {
  /* Breadcrumb */
  .breadcrumb-section {
    display: none;
  }

  .main {
    padding-bottom: 30px;
  }

  .title-wrapper {
    margin-bottom: 50px;
  }

  .hero-section .hero-section-inner {
    width: 100%;
  }
  .hero-section .hero-content {
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: -100px;
    padding: 25px 25px 0;
    float: unset;
  }
  .hero-section .title-1 {
    text-align: center;
  }

  .pink-wide-section {
    padding: 50px 0;
  }

  .featured-products-section {
    padding: 50px 0 180px;
  }
  .featured-products-section .featured-products-inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .featured-products-section .all-products {
    width: 100%;
  }
  .featured-products-section .products-slider-wrapper {
    width: 100%;
    margin: 0;
  }
  .featured-products-section .products-slider-img {
    height: 27vw;
  }
  .featured-products-section .swiper-scrollbar {
    display: block;
  }
  .featured-products-section .swiper-button-prev,
.featured-products-section .swiper-button-next {
    display: none;
  }
  .featured-products-section .btn-2 {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .categories-section {
    padding: 50px 0;
  }

  .featured-story-section {
    padding: 50px 0;
  }
  .featured-story-section .content-img-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .featured-story-section .image-wrapper {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .featured-story-section .content-wrapper {
    max-width: unset;
    text-align: center;
  }
  .featured-story-section .title-2 {
    text-align: left;
  }
  .featured-story-section .article-short {
    margin-bottom: 30px;
    text-align: left;
  }

  .home-care-lab-section {
    padding: 50px 0;
  }

  .pink-wide-section.newsletter {
    padding: 30px 0;
  }

  .latest-articles-section {
    padding: 50px 0;
  }
  .latest-articles-section .latest-article-wrapper {
    -ms-flex: 1 1 220px;
        flex: 1 1 220px;
  }

  .home-inspiration-section {
    padding: 50px 0;
  }
  .home-inspiration-section .image-wrapper {
    height: 42vw;
  }

  .home-salons-section {
    padding: 50px 0;
  }

  .related-articles-section-inner {
    width: 100%;
    margin-left: 15px;
  }

  .about-page-section .page-hero-image {
    width: 51%;
    max-width: unset;
  }

  .footer-section {
    padding: 50px 0;
  }

  .footer-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .footer-inner .logo-social {
    width: 100%;
    text-align: center;
  }
  .footer-inner .footer-nav {
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-right: unset;
  }
  .footer-inner .footer-nav-consent {
    margin-right: 0;
  }
  .footer-inner .footer-newsletter {
    width: 100%;
    text-align: center;
  }
  .footer-inner .subscribe-form {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .footer-inner .footer-newsletter-text {
    width: 100%;
  }

  /* ==================================================
      =Category
  ===================================================== */
  .product-list-hero .hero-image {
    width: 51%;
    max-width: unset;
  }

  .highlated-products-section {
    padding: 70px 0 50px;
  }

  .category-products-section .title-wrapper {
    width: 100%;
  }

  .category-products-wrapper {
    margin-bottom: 30px;
  }
  .category-products-wrapper .product-wrapper {
    -ms-flex: 1 1 185px;
        flex: 1 1 185px;
  }
  .category-products-wrapper .product-img {
    height: 30vw;
  }

  .highlated-products-section.recently-viewed .swiper-scrollbar {
    display: block;
  }

  .brands-section {
    padding: 30px 0 70px;
  }
  .brands-section .brand-wrapper {
    -ms-flex: 1 1 214px;
        flex: 1 1 214px;
  }
  .brands-section .brand-title {
    padding: 0 15px 15px 15px;
    font-size: 26px;
  }

  /* ==================================================
      =Product detail
  ===================================================== */
  .product-detail-section {
    padding: 25px 0 50px;
    border-bottom: none;
  }
  .product-detail-section .product-gallery-wrapper {
    float: unset;
    width: 60%;
    margin-bottom: 30px;
  }
  .product-detail-section .product-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
    float: unset;
    text-align: center;
  }
  .product-detail-section .product-brand-tags-wrapper {
    width: 100%;
    text-align: center;
  }
  .product-detail-section .product-brand {
    float: unset;
    width: 75%;
    margin: 0 auto 15px auto;
  }
  .product-detail-section .product-title {
    width: 75%;
    margin: 0 auto 15px auto;
  }
  .product-detail-section .product-tags-wrapper {
    float: unset;
    margin: 0 auto;
    text-align: center;
  }
  .product-detail-section .product-note {
    margin: 0 7.5px 15px 7.5px;
  }
  .product-detail-section .swiper-slide,
.product-detail-section .swiper-zoom-container {
    height: 55vw;
  }
  .product-detail-section .swiper-button-prev,
.product-detail-section .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .product-detail-section .slider-arrow {
    width: 35px;
    height: 35px;
  }
  .product-detail-section .product-info-container {
    width: 100%;
    margin-bottom: 30px;
  }
  .product-detail-section .pink-wide-quote {
    margin: 0 -15px 30px -15px;
    padding: 60px 15px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .product-detail-section .pink-wide-quote-title {
    position: relative;
    width: 75%;
    margin: 0 15px 40px 15px;
    text-align: center;
    z-index: 10;
  }
  .product-detail-section .pink-wide-quote-text {
    width: 100%;
    margin: 0 15px 0 15px;
  }
  .product-detail-section .quotes-img {
    width: 84px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .accordion.product-detail ul {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .accordion.product-detail .accordion-header {
    cursor: pointer;
    pointer-events: initial;
  }
  .accordion.product-detail .accordion-item,
.accordion.product-detail .accordion-item:nth-child(2),
.accordion.product-detail .accordion-item:last-child {
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
  }
  .accordion.product-detail .accordion-icon {
    display: block;
  }
  .accordion.product-detail .accordion-panel {
    display: none;
  }

  /* ==================================================
      =Profile
  ===================================================== */
  .profile-section {
    padding: 0 0 70px 0;
  }
  .profile-section .title-wrapper {
    padding: 80px 0 30px;
  }
  .profile-section .page-nav {
    display: none;
  }
  .profile-section .content-container {
    width: 100%;
  }
  .profile-section .order-wrapper {
    padding: 30px 0 95px;
  }
  .profile-section .order-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .profile-section .order-time {
    float: left;
    margin-bottom: 0;
  }
  .profile-section .order-code {
    float: right;
    margin-bottom: 0;
  }
  .profile-section .products-wrapper {
    max-width: unset;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .profile-section .image-wrapper {
    margin: 0 5px 20px 5px;
  }
  .profile-section .order-detail-btn {
    top: unset;
    right: unset;
    left: 0;
    bottom: 25px;
  }

  .profile-section .page-nav-mobile {
    display: block;
  }

  .profile-section .user-orders.detail .order-status-wrapper {
    padding: 30px 0 95px;
  }
  .profile-section .user-orders.detail .order-detail-btn {
    top: unset;
  }
  .profile-section .user-orders.detail .image-wrapper {
    max-width: 106px;
    max-height: 106px;
  }
  .profile-section .user-orders.detail .product-info {
    max-width: 200px;
  }
  .profile-section .user-orders.detail .custom-textarea {
    max-width: unset;
  }
  .profile-section .user-orders.detail .return-wrapper .text {
    max-width: 272px;
  }

  .user-info .email-wrap {
    padding-right: 25px;
  }
  .user-info .pw-wrap {
    padding-left: 25px;
  }
  .user-info .email {
    width: 100%;
    text-align: left;
  }
  .user-info .address-wrap,
.user-info .payment-wrap {
    max-width: unset;
    margin-right: 0;
  }

  .wishlist .product-wrapper {
    margin-left: 0;
  }
  .wishlist .product-img {
    height: 30vw;
  }

  /* ==================================================
      =Pages
  ===================================================== */
  .blog-details {
    padding: 40px 0 40px;
  }

  .contact-page-section .contact-info {
    float: unset;
    width: 100%;
    margin-bottom: 60px;
  }
  .contact-page-section .contact-form-wrapper {
    float: unset;
    width: 100%;
    max-width: 460px;
  }

  .help-details-section {
    padding: 70px 0 70px;
  }

  .help-question-section {
    padding: 0 0 70px;
  }
  .help-question-section .help-question-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .help-question-section .help-question {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .help-question-section .contact-wrapper {
    width: 47%;
    height: 225px;
    padding: 35px 28px;
  }
}
@media only screen and (max-width: 700px) {
  .page-text {
    font-size: 20px;
  }

  .page-text-2 {
    font-size: 18px;
  }

  .page-text-3 {
    font-size: 16px;
  }

  .page-text-4 {
    font-size: 14px;
  }

  .page-text-5 {
    font-size: 12px;
  }

  .page-text-6 {
    font-size: 12px;
  }

  .user-content h1 {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .user-content h2 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .user-content h3 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .user-content h4 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .user-content h5 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .user-content h6 {
    margin-bottom: 20px;
  }
  .user-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .user-content ul,
.user-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .user-content ul li,
.user-content ol li {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .user-content blockquote {
    padding: 26px 34px;
    margin: 35px auto 35px auto;
  }
  .user-content blockquote:before, .user-content blockquote:after {
    font-size: 60px;
    line-height: 148px;
  }
  .user-content blockquote:before {
    top: -44px;
  }
  .user-content blockquote:after {
    bottom: -78px;
  }

  .title-wrapper {
    width: 100%;
  }

  .hero-section .video-wrapper {
    margin-bottom: 20px;
  }
  .hero-section .title-1 {
    padding: 0;
  }
  .hero-section .video-wrapper {
    padding-bottom: 56%;
  }
  .hero-section .video-wrapper video {
    height: auto;
  }
  .hero-section .hero-content {
    width: calc(100% - 30px);
    margin: 0px 15px;
    padding: 0;
  }
  .hero-section .play-btn {
    width: 48px;
  }

  .cart-hover .cart {
    width: 100%;
  }
  .cart-hover .featured-products {
    display: none;
  }

  .pink-wide-section .content-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .pink-wide-section .content {
    max-width: unset;
  }
  .pink-wide-section .content:not(:last-child) {
    margin-bottom: 30px;
  }

  .featured-products-section .products-slider-img {
    height: 60vw;
  }

  .categories-section .categories-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 -15px 0 -15px;
  }
  .categories-section .category-wrapper {
    max-width: 356px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    -ms-flex: 1 1 220px;
        flex: 1 1 220px;
  }
  .categories-section .image-wrapper {
    max-width: unset;
    width: 100%;
    max-height: 417px;
    margin-bottom: 15px;
  }

  .home-care-lab-section .home-care-lab-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .home-care-lab-section .home-care-lab-card {
    margin-bottom: 40px;
  }
  .home-care-lab-section .home-care-lab-card:not(:last-child) {
    margin-right: 0;
  }
  .home-care-lab-section .image-wrapper {
    max-width: unset;
    width: 100%;
    margin-bottom: 15px;
  }

  .pink-wide-section.newsletter .newsletter-text {
    margin: 0 0 20px 0;
  }
  .pink-wide-section.newsletter .subscribe-form-btn {
    margin-top: 20px;
  }
  .pink-wide-section.newsletter .subscribe-form {
    margin: 0 auto;
    width: 100%;
    max-width: 423px;
  }
  .pink-wide-section.newsletter .input-error-wrapper {
    margin-right: 0;
  }

  .latest-articles-section .image-wrapper {
    margin-bottom: 15px;
  }
  .latest-articles-section .latest-article-wrapper {
    margin-bottom: 50px;
  }
  .latest-articles-section .article-text-wrapper {
    margin: 0;
  }
  .latest-articles-section .article-text-wrapper .title-4 {
    margin-bottom: 0;
  }

  .pink-wide-section.quote .content-wrapper {
    margin-bottom: 30px;
  }

  .home-inspiration-section .image-wrapper {
    height: 63vw;
  }

  .home-salons-section .home-salons-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-salons-section .home-salon-wrapper:not(:last-child) {
    margin-right: 0;
  }
  .home-salons-section .home-salon-wrapper:nth-child(odd) {
    margin-right: 15px;
  }
  .home-salons-section .home-salon-wrapper {
    margin-bottom: 25px;
    -ms-flex: 1 1 215px;
        flex: 1 1 215px;
  }
  .home-salons-section .image-wrapper {
    max-width: unset;
    height: 46vw;
    margin-bottom: 15px;
  }

  /* ==================================================
      =Category
  ===================================================== */
  .product-list-hero {
    padding: 0;
    border-bottom: 1px solid #343434;
  }
  .product-list-hero .product-list-hero-inner {
    width: 100%;
  }
  .product-list-hero .hero-image {
    position: unset;
    width: 100%;
    max-height: unset;
    text-align: center;
  }
  .product-list-hero .hero-content {
    width: calc(100% - 30px);
    max-width: unset;
    margin: 0 auto;
    float: unset;
    text-align: center;
  }
  .product-list-hero p {
    display: none;
  }

  .highlated-products-section.recommended {
    display: none;
  }

  .category-products-section {
    padding: 0 0 20px;
  }
  .category-products-section .category-products-filter {
    display: none;
  }
  .category-products-section .category-products {
    width: 100%;
  }
  .category-products-section .category-title,
.category-products-section .sort-wrapper {
    display: none;
  }
  .category-products-section .title-wrapper {
    text-align: center;
  }

  .category-products-wrapper {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .category-products-wrapper .product-wrapper {
    margin-left: 0;
    -ms-flex: 1 1 200px;
        flex: 1 1 200px;
  }
  .category-products-wrapper .product-img {
    height: 46vw;
  }

  .category-products-filter-mobile {
    display: block;
  }
  .category-products-filter-mobile .tab {
    width: 48%;
    padding: 12px 15px;
    margin: 8px 0;
    cursor: pointer;
  }
  .category-products-filter-mobile .tab:first-child {
    content: "";
    height: 100%;
    border-right: 1px solid #C4C4C4;
  }
  .category-products-filter-mobile .sorting {
    border: none;
    cursor: pointer;
  }
  .category-products-filter-mobile .sort-arrow {
    width: 20px;
    height: 14px;
    top: 50%;
    right: 10px;
    fill: #343434;
    transform: translateY(-50%) rotate(-90deg);
  }

  .category-products-section.hairspa .product-wrapper {
    -ms-flex: 1 1 170px;
        flex: 1 1 170px;
    margin-bottom: 30px;
  }
  .category-products-section.hairspa .product-img {
    height: 44vw;
  }

  .product-wrapper .product-hover {
    display: none;
  }

  .brands-section .brand-wrapper:nth-child(3n+2) {
    top: 0;
  }
  .brands-section .brand-wrapper:nth-child(2n) {
    top: 60px;
  }

  /* ==================================================
      =Cart
  ===================================================== */
  .shopping-cart-section {
    padding: 30px 0 30px;
  }

  .cart-table.desktop {
    display: none;
  }

  .cart-table.mobile {
    display: block;
  }
  .cart-table.mobile .border-2 {
    border-bottom: 1px solid #343434;
  }
  .cart-table.mobile td {
    padding: 20px 0;
  }
  .cart-table.mobile .product-img {
    vertical-align: middle;
  }
  .cart-table.mobile .quantity-box {
    margin: 0 0 10px 0;
  }
  .cart-table.mobile .remove-btn {
    margin-left: 15px;
  }
  .cart-table.mobile .product-price {
    margin-top: 0;
    margin-bottom: 5px;
    color: #DEB4B4;
    font-size: 10px;
    text-decoration: line-through;
  }
  .cart-table.mobile .product-discount {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .cart-table.mobile .price {
    margin-top: 0;
  }
  .cart-table.mobile .td-inner-wrapper {
    margin: 20px 0;
  }
  .cart-table.mobile .td-inner-wrapper.text {
    float: left;
  }
  .cart-table.mobile .delivery-title .td-inner-wrapper {
    margin: 10px 0 0;
  }
  .cart-table.mobile .delivery-title .td-inner-wrapper p {
    margin: 0;
  }
  .cart-table.mobile .td-inner-wrapper.delivery {
    width: 100%;
    margin: 0;
  }
  .cart-table.mobile .delivery-options td {
    padding: 0 0 20px 0;
  }

  .billing-form {
    padding: 0 0 30px;
    border-bottom: 1px solid #343434;
  }

  .dellivery-form {
    border-bottom: 1px solid #343434;
  }

  .form-field-wrapper .form-field-wrapper-inner {
    width: 100%;
  }
  .form-field-wrapper .form-field-wrapper-inner:first-child .form-wrapper {
    margin-right: 0;
  }
  .form-field-wrapper .zip-city-wrap {
    margin-right: 0;
  }
  .form-field-wrapper .zip-city-wrap .form-wrapper:nth-child(1),
.form-field-wrapper .zip-city-wrap .form-wrapper:nth-child(2) {
    width: 100%;
  }

  .checkout-section {
    padding-bottom: 50px;
  }
  .checkout-section .subtitle-wrapper {
    margin-bottom: 20px;
  }
  .checkout-section .payment-method {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .checkout-section .payment-method-select .desktop {
    display: none;
  }
  .checkout-section .payment-method-select .mobile {
    display: block;
  }
  .checkout-section .button-wrapper button {
    width: 100%;
  }

  .checkout-section .cart-card-img {
    max-width: 65px;
  }

  /* ==================================================
      =Profile
  ===================================================== */
  .wishlist .product-wrapper {
    max-width: 350px;
    -ms-flex: 1 1 185px;
        flex: 1 1 185px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .wishlist .product-img {
    height: 46vw;
  }

  /* ==================================================
      =Pages
  ===================================================== */
  .help-details-section .tabs-scroll,
.help-question-section .tabs-scroll {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 60px;
  }
  .help-details-section .tab-scroll:not(:last-child),
.help-question-section .tab-scroll:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .help-details-section .tab-scroll,
.help-question-section .tab-scroll {
    max-width: unset;
    width: 100%;
  }
  .help-details-section .contact-wrapper,
.help-question-section .contact-wrapper {
    padding: 35px 15px;
  }

  .about-page-section .page-hero-container {
    padding: 0 0 40px 0;
  }
  .about-page-section .page-hero-image {
    position: unset;
    width: calc(100% + 30px);
    margin-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px;
    max-height: unset;
    height: 69vw;
    text-align: center;
  }
  .about-page-section .hero-content {
    position: unset;
    max-width: unset;
    width: 100%;
  }
  .about-page-section .page-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .header-mid .site-logo {
    max-width: 73px;
  }
  .header-mid .header-icons {
    transform: translateY(90%);
  }

  .hamburger-wrapper {
    top: 32px;
  }

  .mobile-menu {
    width: 100%;
  }

  .nav-right li:not(:last-child) {
    margin-right: 12px;
  }

  .search-icon,
.cart-icon,
.wishlist-icon {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  .home-inspiration-section .image-wrapper {
    height: 94vw;
  }

  .pink-wide-section.newsletter .input-error-wrapper {
    width: 285px;
  }
  .pink-wide-section.newsletter input {
    width: 285px;
    margin-right: 0;
  }

  .home-salons-section .home-salons-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .home-salons-section .home-salon-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .home-salons-section .home-salon-wrapper:not(:last-child) {
    margin-right: 0;
  }
  .home-salons-section .image-wrapper {
    margin-bottom: 15px;
    max-width: unset;
    max-height: unset;
    height: 64vw;
  }

  .latest-articles-wrapper .latest-article-wrapper {
    max-width: unset;
  }

  .categories-section .category-wrapper {
    max-width: unset;
    width: 100%;
  }

  .footer-inner .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-nav-help,
.footer-nav-about {
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer-nav-consent {
    margin-bottom: 15px;
    text-align: center;
  }

  /* ==================================================
      =Category
  ===================================================== */
  .category-products-wrapper .product-wrapper {
    max-width: unset;
    margin-left: 0;
    -ms-flex: 1 1 157px;
        flex: 1 1 157px;
  }
  .category-products-wrapper .product-img {
    height: 105vw;
  }

  .product-note-wrapper .product-note {
    max-width: 80px;
    padding: 6px 5px;
    font-size: 8px;
  }

  .article-inside-products {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .article-inside-products .image-wrapper {
    width: 100%;
    max-width: unset;
    max-height: 400px;
    margin-bottom: 25px;
  }
  .article-inside-products .content-wrapper {
    width: 100%;
    max-width: unset;
  }
  .article-inside-products p {
    margin-bottom: 25px;
  }

  .category-products-section.hairspa .product-wrapper {
    -ms-flex: 1 1 137px;
        flex: 1 1 137px;
  }

  .brands-section .brand-wrapper {
    margin: 0 7.5px 30px 7.5px;
    -ms-flex: 1 1 148px;
        flex: 1 1 148px;
  }
  .brands-section .brand-wrapper:nth-child(2n) {
    top: 0;
  }
  .brands-section .brand-title {
    font-size: 22px;
  }

  /* ==================================================
      =Product detail
  ===================================================== */
  .product-detail-section .product-brand,
.product-detail-section .product-title,
.product-detail-section .product-tags-wrapper {
    width: 100%;
  }
  .product-detail-section .product-gallery-wrapper {
    width: 100%;
  }
  .product-detail-section .swiper-slide,
.product-detail-section .swiper-zoom-container {
    height: 90vw;
  }
  .product-detail-section .swiper-button-prev,
.product-detail-section .swiper-button-next,
.product-detail-section .slider-arrow {
    width: 25px;
    height: 25px;
  }
  .product-detail-section .quantity-wrapper {
    width: 100%;
    float: unset;
    margin-bottom: 30px;
  }
  .product-detail-section .size-wrapper {
    width: 100%;
    float: unset;
    margin-left: -15px;
  }
  .product-detail-section .cart-btn-wrapper a {
    white-space: normal;
  }

  /* ==================================================
      =Profile
  ===================================================== */
  .profile-section .order-info {
    margin-bottom: 0;
  }
  .profile-section .order-time,
.profile-section .order-code {
    float: unset;
    margin-bottom: 10px;
  }

  .profile-section .user-orders.detail .order-date {
    margin-bottom: 10px;
  }
  .profile-section .user-orders.detail .order-date,
.profile-section .user-orders.detail .order-number {
    float: unset;
  }
  .profile-section .user-orders.detail .order-info-span {
    margin-left: 15px;
  }
  .profile-section .user-orders.detail .delivery-address {
    margin-bottom: 25px;
  }
  .profile-section .user-orders.detail .delivery-address,
.profile-section .user-orders.detail .billing-address {
    float: unset;
    max-width: unset;
    width: 100%;
  }
  .profile-section .user-orders.detail .image-wrapper {
    max-width: 150px;
    max-height: 150px;
    float: unset;
    margin: 0 auto;
  }
  .profile-section .user-orders.detail .discount {
    margin-bottom: 10px;
  }
  .profile-section .user-orders.detail .order-bill-download-text,
.profile-section .user-orders.detail .order-bill-download-btn {
    float: unset;
  }
  .profile-section .user-orders.detail .order-bill-title-wrap {
    margin-bottom: 40px;
  }
  .profile-section .user-orders.detail .order-bill-title-wrap,
.profile-section .user-orders.detail .order-bill-right {
    float: unset;
    min-width: unset;
  }
  .profile-section .user-orders.detail .return-wrapper .text {
    margin-bottom: 15px;
  }
  .profile-section .user-orders.detail .return-wrapper .text,
.profile-section .user-orders.detail .return-wrapper-btn {
    max-width: unset;
    float: unset;
  }
  .profile-section .user-orders.detail .question-link {
    display: block;
    float: unset;
  }
  .profile-section .user-orders.detail .question-link:first-child {
    margin-bottom: 15px;
  }

  .user-info .email-wrap,
.user-info .pw-wrap {
    display: block;
    float: unset;
    padding: 0;
    width: 100%;
    border: none;
  }
  .user-info .email-wrap {
    margin-bottom: 50px;
  }
  .user-info .pw-wrap .text {
    margin-bottom: 15px;
  }
  .user-info .email-title,
.user-info .pw-title {
    margin-bottom: 15px;
  }
  .user-info .form-field-wrapperr.user {
    max-width: unset;
  }
  .user-info .address-wrap,
.user-info .payment-wrap {
    min-width: unset;
    padding-bottom: 40px;
  }
  .user-info .payment-wrap .image-wrapper {
    float: unset;
    margin: 0 auto 25px auto;
  }

  /* ==================================================
      =Profile
  ===================================================== */
  .wishlist .product-wrapper {
    max-width: unset;
    -ms-flex: 1 1 185px;
        flex: 1 1 185px;
  }
  .wishlist .product-img {
    height: 105vw;
  }

  /* ==================================================
      =Pages
  ===================================================== */
  .help-details-section .tabs-scroll,
.help-question-section .tabs-scroll {
    margin-bottom: 40px;
  }
  .help-details-section .help-container,
.help-question-section .help-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .help-details-section .contact-wrapper,
.help-question-section .contact-wrapper {
    width: 100%;
    max-width: unset;
    margin-bottom: 25px;
    padding: 35px 55px;
  }
  .help-details-section .contact-wrapper:last-child,
.help-question-section .contact-wrapper:last-child {
    margin-left: 0;
  }

  .checkout-section .cart-card-img {
    max-width: 45px;
  }

  .cart-hover .triangle {
    right: 45px;
  }
}
/* ==================================================
    =High def devices
===================================================== */
.sample {
  display: -ms-flexbox;
  display: flex;
  transition: all 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: linear-gradient(to bottom, white, black);
}