@charset "UTF-8";
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

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

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

/*
 * 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;
}

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

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f-thumbs__track {
  display: flex;
  will-change: transform;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern .f-thumbs__slide > * {
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path);
}

.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: all 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
} /* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
@font-face {
  font-family: "Aller";
  src: url("../fonts/aller_rg-webfont.woff2") format("woff2"), url("../fonts/aller_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Palatino";
  src: url("../fonts/palatino_font-webfont.woff2") format("woff2"), url("../fonts/palatino_font-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p:empty {
  display: none;
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  width: 100%;
  font: normal 400 1.6rem/1 "Aller", sans-serif;
  color: rgb(80, 61, 38);
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img.lazy {
  transition: all 0.3s ease-out 0.5s;
  opacity: 0;
}

img.loaded {
  opacity: 1;
}

img.with-border {
  padding: 1rem;
  background: #FFF;
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}

.align-center img {
  margin: 0 auto;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.wrap-square,
.wrap-16-9,
.wrap-4-3 {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap-square {
  padding: 0 0 100% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-4-3 {
  padding: 0 0 66.67% 0;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::-moz-selection {
  background: rgb(80, 61, 38);
  color: #FFF;
}

::selection {
  background: rgb(80, 61, 38);
  color: #FFF;
}

::-moz-selection {
  background: rgb(80, 61, 38);
  color: #FFF;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

.desktop-img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktop-img {
    display: none;
  }
}

/* ## Animations
--------------------------------------------- */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.animated-view {
  transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.animated-view.fade-to-left {
  transform: translateX(20rem);
  opacity: 0;
}
.animated-view.fade-to-left.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-right {
  transform: translateX(-20rem);
  opacity: 0;
}
.animated-view.fade-to-right.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-top {
  transform: translateY(20rem);
  opacity: 0;
}
.animated-view.fade-to-top.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-to-bottom {
  transform: translateY(-20rem);
  opacity: 0;
}
.animated-view.fade-to-bottom.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-in {
  opacity: 0;
}
.animated-view.fade-in.in-view {
  opacity: 1;
}
.animated-view.zoom-in {
  transform: scale(0);
  transform-origin: center center;
}
.animated-view.zoom-in.in-view {
  transform: scale(1);
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  position: absolute;
  width: 100%;
  margin-top: -7rem;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    margin-top: -6rem;
  }
}
.breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0 0 0 24rem;
}
.breadcrumbs__text a {
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs__text {
    margin-left: 12rem;
    font-size: 1rem !important;
  }
}
.breadcrumbs .seperator {
  position: relative;
  margin: 0 0.4rem;
  top: 0.1rem;
}
.breadcrumbs .breadcrumb_last {
  font-weight: 700;
}

/* ## Wrap
--------------------------------------------- */
#main {
  padding: 12.1rem 0 0 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #main {
    padding-top: 9rem;
  }
}

.wrap {
  max-width: 136rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.wrap__full-width {
  max-width: 100%;
}
.wrap__inner-wrap {
  max-width: 112.4rem;
}
.wrap__text-wrap {
  max-width: 96rem;
}

/* ## Lay-out styling
--------------------------------------------- */
.content-row {
  padding-top: 8rem;
  padding-bottom: 5.8rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .content-row {
    padding-top: 6.4rem;
    padding-bottom: 4.2rem;
  }
}

.spacing-row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.no-p-top {
  padding-top: 0;
}

.no-p-bottom {
  padding-bottom: 0;
}

.small-gap {
  gap: 0 1.6rem;
}

.medium-gap {
  gap: 0 3.2rem;
}

.large-gap {
  gap: 0 6.4rem;
}

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

.col-2-grid,
.col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 750px) {
  .col-2-grid,
  .col2-set {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col2-set {
  gap: 4rem;
}

.col-3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .col-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .col-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .col-4-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-2-1-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .col-2-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-2-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1023px) {
  .col-1-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-1-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 0.9fr;
}
@media only screen and (max-width: 1023px) {
  .col-3-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-3-grid {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -2rem 1rem -2rem;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 2rem 2rem 2rem;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 3rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  padding: 0.5rem 0 0 0;
}

/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  color: rgb(80, 61, 38);
}
a:hover {
  text-decoration: none;
  color: rgb(80, 61, 38);
}
a.text-link {
  color: rgb(80, 61, 38);
}

p,
label,
address,
td,
th,
li {
  font: 400 1.6rem/2.8rem "Aller", sans-serif;
  color: rgb(80, 61, 38);
  margin: 0 0 3.2rem 0;
  position: relative;
}

.subtitle {
  font: 700 1.4rem/2.8rem "Palatino", sans-serif;
  letter-spacing: 2px;
  display: flex;
  width: 100%;
  position: relative;
  padding-left: 2.4rem;
  color: #BC7D49;
  text-transform: uppercase;
}
.subtitle:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background: #BC7D49;
  border-radius: 0 25% 0 0;
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
}

.white-text .subtitle:before,
.white-color .subtitle:before {
  background: #FFF;
}

.subtitle.white-color:before {
  background: #FFF;
}

p > .subtitle {
  margin: 0 0 -3.2rem 0;
}

.smaller,
small {
  font-size: 1.4rem;
}

.bigger {
  font-size: 1.8rem;
}

.with-icon {
  padding-left: 2.5rem;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

hr {
  margin: 0 0 3.2rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: rgb(80, 61, 38);
  display: block;
  width: 100%;
}
hr.white {
  background: #FFF;
}

#wpadminbar ul {
  display: block;
}

ul,
ol {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 1.6rem 0;
  margin: 0 0 3rem 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
}
ul li:before,
ol li:before {
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: rgb(80, 61, 38);
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
}
ul.two-columns,
ol.two-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.three-columns,
ol.three-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

ol li {
  counter-increment: step-counter;
  padding-left: 2.5rem;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
}

blockquote {
  position: relative;
  display: block;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

table {
  margin: 0 0 3rem 0;
  width: 100%;
  border-collapse: separate;
}

tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.035);
}

td, th {
  text-align: left;
  padding: 1.2rem 1.6rem;
  background: rgba(0, 0, 0, 0.015);
}
td p, th p {
  margin: 0;
  padding: 0;
}

th {
  font-weight: 700;
  background: rgba(0, 0, 0, 0.05);
}

.white-text h1, .white-text .h1,
.white-text h2, .white-text .h2,
.white-text h3, .white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text i,
.white-text a {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

.payment-icons {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.payment-icons li {
  margin: 0;
  padding: 0;
  height: 3.2rem;
  width: auto;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
}
.payment-icons li img {
  max-height: 100%;
  width: auto;
}
.payment-icons li:before {
  display: none;
}

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  font: 400 6rem/1.2 "Palatino", sans-serif;
  color: rgb(80, 61, 38);
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h1, .h1 {
    font: 400 3.2rem/1.2 "Palatino", sans-serif;
  }
}

h2, .h2 {
  font: 400 3.2rem/1.25 "Palatino", sans-serif;
  color: rgb(80, 61, 38);
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h2, .h2 {
    font: 400 2.8rem/1.2 "Palatino", sans-serif;
  }
}

h3, .h3, #reply-title {
  font: 400 2.6rem/1.5 "Palatino", sans-serif;
  color: rgb(80, 61, 38);
  padding: 0;
  margin: 0 0 0.8rem 0;
}
@media only screen and (max-width: 1023px) {
  h3, .h3, #reply-title {
    font: 400 2.4rem/1.5 "Palatino", sans-serif;
  }
}

h4, .h4 {
  font: 400 2.4rem/2 "Palatino", sans-serif;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
@media only screen and (max-width: 1023px) {
  h4, .h4 {
    font: 400 2.2rem/1.5 "Palatino", sans-serif;
  }
}

h5, .h5 {
  font: 400 2rem/2 "Palatino", sans-serif;
  padding: 0;
  margin: 0 0 3.2rem 0;
}

/* ## Cards
--------------------------------------------- */
.card {
  position: relative;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
}
.card > :last-child {
  margin-bottom: 0;
}

.with-border-radius {
  border-radius: 1.6rem;
}

.with-shadow {
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}

/* ## Forms styling
--------------------------------------------- */
label, legend {
  display: block;
  margin: 0 0 0.8rem 0;
  padding: 0;
  position: relative;
  line-height: 1.25;
}

body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 1.6rem;
  font: 400 1.6rem/1.25 "Aller", sans-serif;
  color: rgb(80, 61, 38);
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(188, 125, 73, 0.5);
  border-radius: 0;
  background: #FFF;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: brown;
}

input[type=checkbox],
input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  inset: 0 0 0 0;
  height: 100%;
  opacity: 0;
}
input[type=checkbox] + label, input[type=checkbox] + span, input[type=checkbox] + td,
input[type=radio] + label,
input[type=radio] + span,
input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
input[type=checkbox] + label:before, input[type=checkbox] + span:before, input[type=checkbox] + td:before,
input[type=radio] + label:before,
input[type=radio] + span:before,
input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  content: "";
  padding: 0;
  background: #FFF;
  border: 1px solid rgba(188, 125, 73, 0.5);
  inset: 0 0 0 0;
}
input[type=checkbox] + label:after, input[type=checkbox] + span:after, input[type=checkbox] + td:after,
input[type=radio] + label:after,
input[type=radio] + span:after,
input[type=radio] + td:after {
  display: block;
  position: absolute;
  background: #BC7D49;
  height: 1rem;
  width: 1rem;
  inset: 0 0 0 0;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  inset: 0.3rem 0 0 0.3rem;
  content: "";
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  border-radius: 50%;
  inset: 0.3rem 0 0 0.3rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
  padding-right: 4.6rem;
}

textarea {
  height: 13rem;
  padding: 2rem;
}

.input-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 14rem;
  height: 4.1rem;
  background: #FFF;
}
.input-number-wrap .number-min,
.input-number-wrap .number-plus {
  cursor: pointer;
  display: flex;
  height: 4.1rem;
  width: 4.1rem;
  align-items: center;
  justify-content: center;
  color: rgb(80, 61, 38);
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(188, 125, 73, 0.5);
}
.input-number-wrap .number-min {
  border-right: 1px solid #faf5ed;
}
.input-number-wrap .number-plus {
  border-left: 1px solid #faf5ed;
}
.input-number-wrap input[type=number] {
  width: calc(100% - 8.2rem);
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 80px;
}

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

::-webkit-input-placeholder {
  opacity: 0.5;
  color: rgb(80, 61, 38);
}

:-moz-placeholder {
  opacity: 0.5;
  color: rgb(80, 61, 38);
}

::-moz-placeholder {
  opacity: 0.5;
  color: rgb(80, 61, 38);
}

:-ms-input- {
  opacity: 0.5;
  color: rgb(80, 61, 38);
}

/* ## Gravity forms addons
--------------------------------------------- */
.gform_wrapper {
  margin: 0 0 2.8rem 0;
  position: relative;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.4rem 0;
}
.gform_wrapper .gfield {
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gfield--width-half {
  width: calc(50% - 1.2rem);
}
.gform_wrapper .gchoice {
  position: relative;
}

.gform_footer {
  display: flex;
  justify-content: flex-end;
  margin: 2.4rem 0 0 0;
}

.gf_name_has_2 {
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .gf_name_has_2 {
    grid-template-columns: 1fr;
  }
}

.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: red;
}

.instruction,
.gfield_validation_message {
  font-style: italic;
  font-size: 1.4rem;
  display: flex;
  margin: 1rem 0 0 0;
}

.gfield_validation_message {
  color: red;
}

.gfield_required {
  margin: 0 0 0 0.2rem;
  color: red;
  font-size: 1.2rem;
}

.hidden_label > legend,
.hidden_label > label {
  display: none;
}

.gform_footer {
  position: relative;
  margin: 1.6rem 0 0 0;
}

body img.gform_ajax_spinner {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

/* ## Select2 styling
--------------------------------------------- */
.select2-container--default .select2-selection--single {
  height: 4.1rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(188, 125, 73, 0.5) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Aller", sans-serif !important;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

ul.select2-results__options li {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Aller", sans-serif !important;
}
ul.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgb(80, 61, 38);
  color: #FFF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
  font-weight: 700;
  margin-bottom: 0;
}
body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  padding-bottom: 1.2rem;
}
body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: #FFF;
  height: auto;
}
body .dgwt-wcas-sf-wrapp button:before {
  display: none;
}

/* ## Colors
--------------------------------------------- */
.bg-black {
  background: #000;
}

.black-color {
  color: #000 !important;
}

.bg-white {
  background: #FFF;
}

.white-color {
  color: #FFF !important;
}

.bg-red {
  background: red;
}

.red-color {
  color: red !important;
}

.bg-green {
  background: #73AA17;
}

.green-color {
  color: #73AA17 !important;
}

.bg-yellow {
  background: #F0B565;
}

.yellow-color {
  color: #F0B565 !important;
}

.bg-medium-brown {
  background: #72695C;
}

.medium-brown-color {
  color: #72695C !important;
}

.bg-dark-blue {
  background: #282D34;
}

.dark-blue-color {
  color: #282D34 !important;
}

.bg-yellow {
  background: #F0B565;
}

.yellow-color {
  color: #F0B565 !important;
}

.bg-brown {
  background: #BC7D49;
}

.brown-color {
  color: #BC7D49 !important;
}

.bg-brown-transparent {
  background: rgba(188, 125, 73, 0.5);
}

.brown-transparent-color {
  color: rgba(188, 125, 73, 0.5) !important;
}

.bg-dark-brown {
  background: rgb(80, 61, 38);
}

.dark-brown-color {
  color: rgb(80, 61, 38) !important;
}

.bg-creme {
  background: #faf5ed;
}

.creme-color {
  color: #faf5ed !important;
}

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem;
  font: 400 1.6rem/1.25 "Palatino", sans-serif;
  border: 0;
  border-radius: 0 1.6rem 0 0;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  background: #F0B565;
  color: rgb(80, 61, 38);
  gap: 0 0.8rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.button .text,
.button .icon,
input[type=submit] .text,
input[type=submit] .icon,
button[type=submit] .text,
button[type=submit] .icon {
  display: flex;
}
.button .icon,
input[type=submit] .icon,
button[type=submit] .icon {
  position: relative;
}
.button .icon svg,
input[type=submit] .icon svg,
button[type=submit] .icon svg {
  height: 1.6rem;
  width: auto;
  position: relative;
}
.button .icon svg.feather-chevron-right, .button .icon svg.feather-chevron-left,
input[type=submit] .icon svg.feather-chevron-right,
input[type=submit] .icon svg.feather-chevron-left,
button[type=submit] .icon svg.feather-chevron-right,
button[type=submit] .icon svg.feather-chevron-left {
  top: 0.1rem;
}
.button.full-width,
input[type=submit].full-width,
button[type=submit].full-width {
  width: 100%;
}
.button.brown-transparent,
input[type=submit].brown-transparent,
button[type=submit].brown-transparent {
  background: rgba(188, 125, 73, 0.5);
  color: #FFF;
}
.button.medium-brown,
input[type=submit].medium-brown,
button[type=submit].medium-brown {
  background: #72695C;
  color: #FFF;
}
.button.dark-brown,
input[type=submit].dark-brown,
button[type=submit].dark-brown {
  background: rgb(80, 61, 38);
  color: #FFF;
}
.button.brown,
input[type=submit].brown,
button[type=submit].brown {
  background: #BC7D49;
  color: #FFF;
}
.button.dark-blue,
input[type=submit].dark-blue,
button[type=submit].dark-blue {
  background: #282D34;
  color: #FFF;
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit] {
    width: 100%;
  }
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background: rgb(80, 61, 38);
  color: #FFF;
}
.button:hover:hover,
input[type=submit]:hover:hover,
button[type=submit]:hover:hover {
  color: #FFF;
}
.button.loading:after,
input[type=submit].loading:after,
button[type=submit].loading:after {
  content: "";
  background-image: url("../img/custom-icons/loader.svg");
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
  animation: spin 4s linear infinite;
}
.button.loading:hover:after,
input[type=submit].loading:hover:after,
button[type=submit].loading:hover:after {
  filter: brightness(0) invert(1);
}
.button.added:after,
input[type=submit].added:after,
button[type=submit].added:after {
  background-image: url("../img/custom-icons/check.svg");
  content: "";
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
}
.button.view,
input[type=submit].view,
button[type=submit].view {
  background: none;
  color: #BC7D49;
  padding: 0;
  text-decoration: underline;
  display: inline-block;
}
.button.view:hover,
input[type=submit].view:hover,
button[type=submit].view:hover {
  color: rgb(80, 61, 38);
}

.added_to_cart {
  font: 400 1.4rem/1.25 "Palatino", sans-serif;
  color: #BC7D49;
  margin: 0.4rem auto 0 auto;
  text-align: center;
}

.action-button {
  background: rgba(0, 0, 0, 0.65);
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0.8rem 1.6rem 0.8rem 2.8rem;
  font: 400 1.2rem/1.25 "Palatino", sans-serif;
  border-radius: 0 1.6rem 0 0;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.action-button:hover {
  background: #F0B565;
}
.action-button:hover .icon {
  background: rgb(80, 61, 38);
}
.action-button:hover .icon svg {
  color: #FFF;
}
.action-button .icon {
  position: absolute;
  left: -2rem;
  top: -0.5rem;
  height: 4rem;
  width: 4rem;
  background: #F0B565;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.action-button .icon svg {
  color: rgb(80, 61, 38);
  height: 1.6rem;
  width: auto;
}
@media only screen and (max-width: 640px) {
  .action-button .icon {
    height: 3.2rem;
    width: 3.2rem;
  }
  .action-button .icon svg {
    height: 1.2rem;
  }
}
.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0 0 3rem 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe,
.responsive-video-wrapper img,
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.responsive-iframe-wrapper .play-button,
.responsive-video-wrapper .play-button {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: rgb(80, 61, 38);
}
.responsive-iframe-wrapper .play-button svg,
.responsive-video-wrapper .play-button svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(0.2rem);
}
.responsive-iframe-wrapper .play-button:hover svg,
.responsive-video-wrapper .play-button:hover svg {
  transform: translateX(0.2rem) scale(1.25);
}

/* Sm icons
--------------------------------------------- */
.sm-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 3.2rem 0;
  padding: 0;
  gap: 1.2rem;
}
.sm-icons li {
  padding-left: 0;
  margin-right: 0.6rem;
}
.sm-icons li svg {
  width: 2.4rem;
}
.sm-icons li:before {
  display: none;
}

/* Sm share buttons
--------------------------------------------- */
.sm-share-buttons {
  display: flex;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.sm-share-buttons li {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li:not(:last-child) {
  margin: 0 0.5rem 0.5rem 0;
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li a {
  display: flex;
  height: 4.2rem;
  width: 4.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.sm-share-buttons li.youtube a {
  background: #E9654B;
}
.sm-share-buttons li.instagram a {
  background: #d6249f !important;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.sm-share-buttons li.facebook a {
  background: #537BBD;
}
.sm-share-buttons li.twitter a {
  background: #71CAEE;
}
.sm-share-buttons li.linkedin a {
  background: #2085C7;
}
.sm-share-buttons li.pinterest a {
  background: #EB5755;
}
.sm-share-buttons li:hover a {
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}
.sm-share-buttons li:hover svg {
  transform: scale(1.25);
}
.sm-share-buttons svg {
  filter: brightness(0) invert(1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

/* Star-container
--------------------------------------------- */
.star-container {
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
}
.star-container__star {
  height: 1.6rem;
  width: auto;
  color: #F0B565 !important;
}

/* # Blocks SCSS files
---------------------------------------------------------------------------------------------------- */
/* # Header index
---------------------------------------------------------------------------------------------------- */
/* Main-header
--------------------------------------------- */
.main-header {
  position: fixed;
  inset: 0 0 unset 0;
  z-index: 1000;
  width: 100%;
}
.main-header .site-logo {
  position: absolute;
  top: -6.4rem;
  left: 2rem;
}
@media only screen and (max-width: 1023px) {
  .main-header .site-logo {
    top: -3.2rem;
  }
}

.site-logo {
  display: block;
  position: relative;
  width: 18rem;
  height: 18rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.site-logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .site-logo {
    width: 10rem;
    height: 10rem;
  }
}

.scrolled .site-logo {
  height: 14rem;
  width: 14rem;
}
@media only screen and (max-width: 1023px) {
  .scrolled .site-logo {
    width: 10rem;
    height: 10rem;
  }
}

/* Top-bar
--------------------------------------------- */
.top-bar {
  padding: 0.8rem 0;
  height: 5.6rem;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.top-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .top-bar .wrap {
    justify-content: flex-end;
  }
}
.top-bar .menu {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .top-bar {
    height: auto;
    padding: 0.4rem 0;
  }
  .top-bar .star-container .star-container__star {
    height: 1rem;
  }
}

.top-usps {
  margin: 0 0 0 24rem;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  .top-usps {
    margin-left: 0;
  }
}
.top-usps li {
  padding: 0;
  margin: 0;
  display: flex;
  font: 400 1.4rem/2rem "Aller", sans-serif;
  color: rgb(80, 61, 38);
}
.top-usps li:before {
  display: none;
}
.top-usps li:not(:last-child):after {
  content: "";
  display: flex;
  height: 0.4rem;
  width: 0.4rem;
  background: rgb(80, 61, 38);
  border-radius: 50%;
  margin: 0.8rem 1.2rem 0 1.2rem;
}
@media only screen and (max-width: 1280px) {
  .top-usps li {
    display: none;
  }
  .top-usps li:first-child, .top-usps li:last-child {
    display: flex;
  }
}
@media only screen and (max-width: 1023px) {
  .top-usps li {
    font-size: 1rem;
  }
  .top-usps li:first-child {
    display: none;
  }
}
.top-usps .rating {
  gap: 0 0.8rem;
}

@media only screen and (max-width: 1023px) {
  #nav-buttons {
    display: none;
  }
}
#nav-buttons ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  gap: 0 1.2rem;
}
#nav-buttons ul li {
  margin: 0;
  padding: 0;
}
#nav-buttons ul li:before {
  display: none;
}

/* Nav-bar
--------------------------------------------- */
.nav-bar {
  position: relative;
  padding: 1.2rem 0;
}
.nav-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .nav-bar .wrap {
    justify-content: flex-end;
  }
}
.nav-bar__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 24rem;
}
.nav-bar .menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 0 4rem;
}
.nav-bar .menu .menu-item {
  position: relative;
  margin: 0;
  padding: 0;
}
.nav-bar .menu .menu-item a {
  display: flex;
  gap: 0 0.4rem;
  padding: 0.8rem 0;
  font: 400 1.8rem/1.25 "Palatino", sans-serif;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: none;
}
.nav-bar .menu .menu-item:hover > a, .nav-bar .menu .menu-item.current-menu-item > a, .nav-bar .menu .menu-item.current-menu-ancestor > a, .nav-bar .menu .menu-item.current_page_item > a, .nav-bar .menu .menu-item.current_page_ancestor > a {
  color: #F0B565;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -2.4rem;
  padding: 1.2rem 2.4rem 1.2rem 2.4rem;
  background-color: #FFF;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  border-top: 0.4rem solid #BC7D49;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-out 0s;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .sub-menu {
  left: 100%;
  top: -1.5rem;
  transform: scaleY(1) scaleX(0);
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .sub-menu li a {
  font: 400 1.4rem/1.25 "Aller", sans-serif;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu li {
  width: 100%;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu li a {
  font: 400 1.6rem/1.25 "Aller", sans-serif;
  color: rgb(80, 61, 38);
  padding: 0;
  display: flex;
  width: 100%;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu li:hover > a {
  color: #BC7D49;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu li:hover > .sub-menu {
  transform: scaleY(1) scaleX(1);
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu li .menu-item__toggle {
  display: flex;
  position: relative;
  top: 0.2rem;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu li .menu-item__toggle svg {
  transform: rotate(270deg);
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu li:hover > a > .menu-item__toggle svg {
  transform: rotate(90deg);
}
.nav-bar .menu .menu-item:hover > .sub-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__menu-wrap {
    display: none;
  }
}

.menu-item {
  padding-left: 0;
}
.menu-item__toggle {
  display: flex;
  position: relative;
  top: 0.2rem;
}
.menu-item__toggle svg {
  height: 1.4rem;
  width: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.menu-item:hover > a > .menu-item__toggle svg {
  transform: rotate(180deg);
}
.menu-item:before {
  display: none;
}

#top-search {
  width: 28rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #top-search {
    display: none;
  }
}
#top-search ::-webkit-input-placeholder {
  opacity: 1;
  color: #FFF;
}
#top-search :-moz-placeholder {
  opacity: 1;
  color: #FFF;
}
#top-search ::-moz-placeholder {
  opacity: 1;
  color: #FFF;
}
#top-search :-ms-input- {
  opacity: 1;
  color: #FFF;
}
#top-search input[type=search] {
  background: rgba(255, 255, 255, 0.05);
}
#top-search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #FFF;
  border-radius: 0;
  background: none;
  padding: 0 1.6rem;
}
#top-search label {
  display: none;
}
#top-search p {
  margin: 0;
  position: relative;
}

/* # Flexible index
---------------------------------------------------------------------------------------------------- */
/* Section
--------------------------------------------- */
.section-title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.section-title.has-button {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem 4rem;
}
.section-title.has-button p.button-wrap {
  margin: 0;
}
.section-title__text {
  max-width: 72rem;
}

/* Content-two-columns
--------------------------------------------- */
.content-two-columns--reverse .section__media {
  order: -1;
}

/* Media
--------------------------------------------- */
/* Text-text
--------------------------------------------- */
/* Text
--------------------------------------------- */
.action-theme .section-title {
  padding-bottom: 0;
}
.action-theme .wrap {
  position: relative;
  z-index: 5;
}
.action-theme .button-wrap {
  margin-top: -2rem;
  z-index: 5;
}
.action-theme .button-wrap .button {
  transform: translateY(2rem);
}
.action-theme__container {
  position: relative;
  width: 100%;
  border-radius: 0 4rem 0 0;
  overflow: hidden;
  margin: -3.2rem 0 0 0;
}
@media only screen and (max-width: 1360px) {
  .action-theme__container {
    width: 100%;
  }
}
.action-theme__container img {
  width: 100%;
  height: auto;
}
.action-theme__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.action-theme .action-button {
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .action-theme .action-button {
    height: 3.2rem;
    width: 3.2rem;
    padding: 0;
    background: none;
  }
  .action-theme .action-button .icon {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .action-theme .action-button .text {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .action-theme-flex .action-button {
    position: absolute;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 640px) {
  .action-theme-flex .action-button {
    height: 3.2rem;
    width: 3.2rem;
    padding: 0;
    background: none;
  }
  .action-theme-flex .action-button .icon {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .action-theme-flex .action-button .text {
    display: none;
  }
}
.products-row {
  border-top: 0.2rem solid #faf5ed;
  border-bottom: 0.2rem solid #faf5ed;
  padding: 4rem 0 0 0;
  display: flex;
  flex-direction: row;
}

.newest-collection__lady {
  position: relative;
  width: 48rem;
  height: auto;
  margin: -6rem -2rem -6rem 0;
}
@media only screen and (max-width: 1023px) {
  .newest-collection__lady {
    display: none;
  }
}
.newest-collection__lady img {
  width: 100%;
  height: auto;
}

/* # Footer index
---------------------------------------------------------------------------------------------------- */
/* Main-footer
--------------------------------------------- */
/* Footer-nav
--------------------------------------------- */
.footer-nav .wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
}
.footer-nav #footer-newsletter {
  grid-column: span 2;
  border-radius: 0 4rem 0 0;
  margin: -12rem 0 -5.9rem 0;
}
@media only screen and (max-width: 1023px) {
  .footer-nav #footer-newsletter {
    margin: -8rem 0 0 0;
  }
}
.footer-nav #footer-newsletter form input {
  background: none;
}
.footer-nav p {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.footer-nav p.footer-nav__title {
  font-size: 1.8rem;
}
.footer-nav ul:not(.sm-icons) {
  padding-bottom: 0;
  gap: 0;
}
.footer-nav ul:not(.sm-icons) li {
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.footer-nav ul:not(.sm-icons) li a {
  text-decoration: none;
}
.footer-nav ul:not(.sm-icons) li a:hover {
  text-decoration: underline;
}
.footer-nav ul:not(.sm-icons) li:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .footer-nav .wrap {
    grid-template-columns: 1fr;
  }
  .footer-nav #footer-newsletter {
    grid-column: span 1;
  }
}

/* Footer-copyright
--------------------------------------------- */
.footer-copyright hr {
  margin: 0 0 1.2rem 0;
}
.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-copyright__menu-wrap {
  position: relative;
  flex-grow: 1;
}
.footer-copyright__menu-wrap .menu {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.footer-copyright__menu-wrap .menu li {
  display: table-cell;
  padding: 0;
  margin: 0;
}
.footer-copyright__menu-wrap .menu li:before {
  display: none;
}
.footer-copyright__menu-wrap .menu li:after {
  display: inline-block;
  padding: 0 1rem;
  content: "|";
}
.footer-copyright__menu-wrap .menu li:last-child:after {
  display: none;
}
.footer-copyright__copy, .footer-copyright__creator {
  padding-bottom: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    padding-bottom: 1rem;
  }
  .footer-copyright .wrap {
    flex-wrap: wrap;
  }
  .footer-copyright__menu-wrap {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 1.6rem;
  }
  .footer-copyright__copy {
    order: 2;
  }
  .footer-copyright__creator {
    order: 3;
  }
}
@media only screen and (max-width: 750px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .wrap {
    flex-direction: column;
  }
  .footer-copyright__copy {
    margin-bottom: 1.6rem;
  }
  .footer-copyright__menu-wrap .menu {
    display: block;
  }
  .footer-copyright__menu-wrap .menu li {
    display: block;
    padding-right: 0;
  }
  .footer-copyright__menu-wrap .menu li:after {
    display: none;
  }
}

/* Mobile
---------------------------------------------------------------------------------------------------- */
/* .mobile-navigation
--------------------------------------------- */
.mobile-navigation {
  position: fixed;
  inset: 9rem 0 0 -100%;
  z-index: 550;
  padding: 0 0 6.4rem 0;
  visibility: hidden;
  transform-origin: center left;
  width: 100%;
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile-navigation #mob-search {
  margin: 3.2rem 0 1.6rem 0;
  position: relative;
}
.mobile-navigation #mob-search .dgwt-wcas-search-wrapp {
  max-width: 100%;
}
.mobile-navigation ul.menu {
  gap: 0;
}
.mobile-navigation ul.menu > li {
  font: 400 1.8rem/1.25 "Palatino", sans-serif;
}
.mobile-navigation ul.menu li {
  margin: 0;
  padding: 0;
  font: 700 1.8rem/1.25 "Palatino", sans-serif;
}
.mobile-navigation ul.menu li:not(:last-child) {
  border-bottom: 1px solid #BC7D49;
}
.mobile-navigation ul.menu li a {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0;
  color: rgb(80, 61, 38);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: none;
}
.mobile-navigation ul.menu li .menu-item__toggle {
  padding: 0 2rem;
}
.mobile-navigation ul.menu .sub-menu {
  display: none;
  margin: 0 0 0 2rem;
  padding: 0 0 2.4rem 0;
  gap: 0;
}
.mobile-navigation ul.menu .sub-menu li {
  border-bottom: 0;
  font: 400 1.8rem/1.25 "Palatino", sans-serif;
}
.mobile-navigation ul.menu .sub-menu li a {
  padding: 0.8rem 0;
}
.mobile-navigation ul.menu .sub-menu li .sub-menu li {
  font-size: 1.6rem;
}

.mob-nav-active .mobile-navigation {
  left: 0;
  visibility: visible;
}

.mobile-nav-toggle {
  position: relative;
  display: none;
}
.mobile-nav-toggle__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  border: 1px solid #FFF;
  border-radius: 0 1.6rem 0 0;
  position: relative;
  color: #FFF;
  padding: 1.2rem;
  cursor: pointer;
}
.mobile-nav-toggle__button .strokes {
  width: 1.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 0.8rem;
}
.mobile-nav-toggle__button .strokes span {
  display: block;
  position: relative;
  height: 0.2rem;
  width: 100%;
  margin: 0 0 0.2rem 0;
  border-radius: 0.15rem;
  padding: 0;
  background: #FFF;
  transition: all 0.3s ease-out 0s;
}
.mobile-nav-toggle__button .strokes span:last-child {
  margin-bottom: 0;
}
.mobile-nav-toggle__button .text {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Palatino", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggle {
    display: flex;
  }
}

.mob-nav-active .mobile-nav-toggle__button .strokes span:first-child {
  transform: rotate(45deg);
  top: 0.4rem;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}

#mobile-cta-buttons {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
}
#mobile-cta-buttons ul {
  display: flex;
  gap: 0 0.2rem;
  margin: 0;
  padding: 0;
  flex-direction: row;
  width: 100%;
}
#mobile-cta-buttons ul li {
  display: flex;
  margin: 0;
  padding: 0;
  font: 400 1rem/1.5 "Palatino", sans-serif;
  text-decoration: none;
  width: 100%;
}
#mobile-cta-buttons ul li:before {
  display: none;
}
#mobile-cta-buttons ul li a {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.2rem 0;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  font: 400 1.2rem/1.5 "Palatino", sans-serif;
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
}
#mobile-cta-buttons ul li a .amount {
  right: 50%;
  transform: translateX(calc(50% + 1rem));
}
#mobile-cta-buttons ul li.account a {
  background: rgb(80, 61, 38);
  color: #FFF;
}
@media only screen and (max-width: 1023px) {
  #mobile-cta-buttons {
    display: flex;
  }
}

@media only screen and (max-width: 1023px) {
  body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    color: rgb(80, 61, 38);
  }
}
/* Entities SCSS files
---------------------------------------------------------------------------------------------------- */
#home-hero {
  position: relative;
}
#home-hero .header-block {
  position: relative;
  padding-bottom: 0;
  z-index: 2;
}
#home-hero .header-block h1 {
  margin: 0 0 2.4rem 0;
  max-width: 32rem;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
}
#home-hero .header-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
  height: 30rem;
  width: 100%;
  display: block;
}
#home-hero .header-block .wrap {
  z-index: 5;
}
#home-hero .header-block .button-wrap {
  margin: 0;
  transform: translateY(50%);
}
#home-hero .page-title {
  margin-left: 24rem;
}
@media only screen and (max-width: 1023px) {
  #home-hero .page-title {
    margin-left: 0;
  }
}
#home-hero .header-intro {
  position: relative;
}
#home-hero .header-intro__text {
  max-width: calc(50% - 28rem);
  margin-left: 24rem;
}
@media only screen and (max-width: 1023px) {
  #home-hero .header-intro__text {
    max-width: calc(50% - 4rem);
    margin-left: 0;
  }
}
#home-hero .header-intro__text p {
  font-style: italic;
}
#home-hero .header-intro .header-photo {
  position: absolute;
  bottom: 50%;
  right: 2rem;
  width: calc(50% - 4rem);
  z-index: 10;
}
#home-hero .header-intro .header-photo img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #home-hero .header-intro__text,
  #home-hero .header-intro .header-photo {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    bottom: unset;
    right: unset;
  }
  #home-hero .header-intro .header-photo {
    margin-bottom: -6.4rem;
  }
}

.showroom-row .card {
  padding-bottom: 0;
}
.showroom-row__image img {
  width: 100%;
}

#flex-header {
  position: relative;
  padding-top: 12rem;
}
#flex-header .page-title {
  margin-left: 24rem;
}
@media only screen and (max-width: 1023px) {
  #flex-header {
    padding-top: 8rem;
  }
  #flex-header .page-title {
    margin-left: 0;
  }
}

.flex-content-container {
  position: relative;
}
.flex-content-container .section-title {
  border-bottom: 1px solid #BC7D49;
  margin-bottom: 3.2rem;
}
.flex-content-container .newest-collection .section-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.flex-content-container .card .section-title {
  margin: 0;
  border: 0;
}
.flex-content-container > section:last-child {
  padding-bottom: 0;
}
.flex-content-container .breadcrumbs {
  margin-top: 1rem;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
}
.flex-content-container .breadcrumbs p, .flex-content-container .breadcrumbs a {
  color: #FFF;
}

/* # Woocommerce SCSS files
---------------------------------------------------------------------------------------------------- */
/* General
--------------------------------------------- */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .review, .woocommerce-thankyou-order-details, .woocommerce-column, .woocommerce-MyAccount-navigation {
  margin: 0 0 2.4rem 0;
  border-radius: 0 4rem 0 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-left: 0.4rem solid #BC7D49;
  background: #FFF;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.form-row {
  width: 100%;
  margin: 0 0 1.6rem 0;
  position: relative;
}
.form-row-last, .form-row-first {
  width: calc(50% - 1rem);
}
@media only screen and (max-width: 640px) {
  .form-row-last, .form-row-first {
    width: 100%;
  }
}

.woocommerce-column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Archive
--------------------------------------------- */
#shop-archive-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 8rem;
}
@media only screen and (max-width: 1023px) {
  #shop-archive-container {
    flex-direction: column;
  }
}

#shop-sidebar {
  width: 26rem;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  #shop-sidebar {
    width: 100%;
    display: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 9rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    background: #faf5ed;
    padding: 3.2rem 2rem 0 2rem;
  }
}
#shop-sidebar:before {
  content: "";
  top: -8rem;
  bottom: 100%;
  background: #faf5ed;
  width: 100%;
  left: 0;
  display: block;
  position: absolute;
}

.bapf_slidr_all .bapf_from, .bapf_slidr_all .bapf_to {
  font-size: 1.2rem;
}
.bapf_slidr_all .bapf_slidr_main {
  background: #FFF;
}
.bapf_slidr_all .bapf_slidr_main .ui-slider-range {
  background: #BC7D49;
}
.bapf_slidr_all .bapf_slidr_main .ui-slider-handle {
  background: #FFF;
  border: 2px solid #BC7D49;
}

.sidebar_widget__title {
  margin-bottom: 1.6rem;
}

.bapf_sfilter .bapf_head {
  margin-bottom: 1.2rem;
}
.bapf_sfilter .bapf_head h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.bapf_sfilter.bapf_ckbox ul {
  gap: 0.8rem;
}
.bapf_sfilter.bapf_ckbox ul li {
  padding: 0;
}
.bapf_sfilter.bapf_ckbox ul li:before {
  display: none;
}
.bapf_sfilter.bapf_ckbox ul li label {
  padding-left: 0;
  padding-right: 3.2rem;
  width: 100%;
  display: flex;
  position: relative;
}
.bapf_sfilter.bapf_ckbox ul li label:before {
  left: unset;
  right: 0;
  top: 0rem;
  background: none;
  border: 1px solid rgb(80, 61, 38);
}
.bapf_sfilter.bapf_ckbox ul li label:after {
  left: unset;
  right: 0.3rem;
}
.bapf_sfilter.bapf_stylecolor ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}
.bapf_sfilter.bapf_stylecolor ul li {
  padding: 0;
  margin: 0;
}
.bapf_sfilter.bapf_stylecolor ul li:before, .bapf_sfilter.bapf_stylecolor ul li:after {
  display: none;
}
.bapf_sfilter.bapf_stylecolor ul li input + label {
  padding: 0;
}
.bapf_sfilter.bapf_stylecolor ul li input + label:before, .bapf_sfilter.bapf_stylecolor ul li input + label:after {
  display: none;
}
.bapf_sfilter.bapf_stylecolor ul li .bapf_clr_span {
  margin: 0;
}
.bapf_sfilter.bapf_stylecolor ul li.checked .bapf_clr_span {
  box-shadow: 0rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}

.berocket_single_filter_widget {
  border-bottom: 1px solid #BC7D49;
  margin-bottom: 2.4rem;
}

#products-overview {
  width: calc(100% - 34rem);
}
#products-overview .products {
  border-top: 1px solid #BC7D49;
  border-bottom: 1px solid #BC7D49;
  padding: 4rem 0;
}
@media only screen and (max-width: 1023px) {
  #products-overview {
    width: 100%;
  }
}

.woocommerce-result-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2.4rem 0;
}
@media only screen and (max-width: 750px) {
  .woocommerce-result-options {
    flex-direction: column;
    align-items: flex-end;
    gap: 1.2rem;
  }
}

.woocommerce-result-count {
  margin: 0;
  padding: 0;
}

ul.products {
  display: grid;
  gap: 6rem 4rem;
  margin: 0 0 4rem 0;
}
ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 750px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 480px) {
  ul.products.columns-2 {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
ul.products li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.products li:before {
  display: none;
}

#shop-archive-container ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1280px) {
  #shop-archive-container ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #shop-archive-container ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  #shop-archive-container ul.products.columns-4 {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}

.product .woocommerce-loop-product__link {
  text-decoration: none;
}
.product .onsale {
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(80, 61, 38);
  color: #FFF;
  font: 700 1.2rem/1 "Aller", sans-serif;
  padding: 1rem;
}
.product .feat-img {
  margin: 0 0 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .feat-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  mix-blend-mode: multiply;
}
.product .price {
  display: flex;
  font-size: 1.4rem;
  margin: 0;
}
.product .price small {
  font-size: 1rem;
}
.product .price ins {
  text-decoration: none;
}
.product .price del {
  margin-right: 0.8rem;
}
.product .price .woocommerce-price-suffix {
  margin-left: 0.8rem;
}
.product .product-rating {
  font-size: 1.2rem;
  line-height: 1.5;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0.4rem 0;
}
.product .product-rating .text {
  position: relative;
  top: 0.1rem;
}
.product .product-rating .star-container__star {
  height: 1.2rem;
}
.product .stock-text {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.8rem;
  margin: 0 0 1.6rem 0;
}
.product .stock-text .indicator {
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.product .woocommerce-loop-product__title {
  margin: 0;
  font-weight: 700;
}
.product .button-wrap {
  justify-content: center;
}
.product .button-wrap .button {
  width: 100%;
}
.product .button-wrap .button.product_type_grouped, .product .button-wrap .button.product_type_variable {
  background: none;
  border: 1px solid rgb(80, 61, 38);
  color: rgb(80, 61, 38);
}
.product .button-wrap .button.product_type_grouped:hover, .product .button-wrap .button.product_type_variable:hover {
  background: rgb(80, 61, 38);
  color: #FFF;
}

.product-cats-container {
  margin: 0 0 4rem 0;
}

.product-category a,
.product-cat {
  text-decoration: none;
  border-radius: 0 4rem 0 0;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
  overflow: hidden;
}
.product-category a img,
.product-cat img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-category a .button,
.product-cat .button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.woocommerce-pagination {
  margin: -1.6rem 0 4rem 0;
}
.woocommerce-pagination ul {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.woocommerce-pagination ul li {
  margin: 0;
  padding: 0;
}
.woocommerce-pagination ul li:before {
  display: none;
}
.woocommerce-pagination ul li .page-numbers {
  display: flex;
  background: #FFF;
  color: rgb(80, 61, 38);
  height: 4.2rem;
  width: 4.2rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.woocommerce-pagination ul li .page-numbers.current, .woocommerce-pagination ul li .page-numbers:hover {
  background: rgb(80, 61, 38);
  color: #FFF;
}

/* Single
--------------------------------------------- */
#single-product-header {
  flex-wrap: wrap;
  gap: 0rem 8rem;
  display: flex;
  margin: 0 0 4rem 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #single-product-header {
    flex-direction: column;
  }
}

#single-product-gallery {
  width: 42rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #single-product-gallery {
    width: 100%;
    order: 1;
  }
}
#single-product-gallery .onsale {
  position: absolute;
  top: 2.4rem;
  left: 0;
  right: unset;
  z-index: 50;
}

.summary.entry-summary {
  width: calc(100% - 50rem);
}
@media only screen and (max-width: 1023px) {
  .summary.entry-summary {
    width: 100%;
    order: 0;
  }
}
.summary.entry-summary .payment-icons {
  margin-top: -2.4rem;
}
.summary.entry-summary .product_meta {
  border-top: 1px solid #BC7D49;
  padding-top: 2.4rem;
}
.summary.entry-summary .product_meta > span {
  display: flex;
  font: 400 1.4rem/2.8rem "Aller", sans-serif;
}
.summary.entry-summary .product_meta > span span, .summary.entry-summary .product_meta > span a {
  margin-left: 0.4rem;
}
.summary.entry-summary .woocommerce-product-details__short-description p {
  margin: 0 0 1.6rem 0;
}
.summary.entry-summary form.cart {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .summary.entry-summary form.cart {
    flex-direction: column;
  }
}
.summary.entry-summary form.cart.variations_form {
  flex-direction: column;
}
.summary.entry-summary form.cart.variations_form select {
  width: auto;
}
.summary.entry-summary form.cart .screen-reader-text {
  display: none;
}
.summary.entry-summary .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 1.2rem;
  margin: 0 0 2.4rem 0;
  flex-wrap: wrap;
  flex-direction: row;
}
.summary.entry-summary .variations {
  width: auto;
  border-collapse: separate;
  border-spacing: 0 1.2rem;
  margin: 0 0 2.4rem 0;
}
.summary.entry-summary .variations th, .summary.entry-summary .variations td {
  padding: 0;
  background: none !important;
}
.summary.entry-summary .variations .reset_variations {
  font-weight: 400;
  display: block;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-top: 0.4rem;
  position: absolute;
}
.summary.entry-summary .woocommerce-product-rating {
  margin: -1.6rem 0 3.2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4rem;
  font: 400 1.4rem/2.4rem "Aller", sans-serif;
}
.summary.entry-summary .price {
  margin: -1.6rem 0 1.6rem 0;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  align-items: center;
  display: block;
}
.summary.entry-summary .price small {
  font-weight: 400;
  line-height: 1;
}

.woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
  margin: 0 0 4rem 0;
}
.woocommerce-product-gallery__wrapper:after {
  content: "";
  clear: both;
  display: block;
}
.woocommerce-product-gallery__gallery {
  position: relative;
}
.woocommerce-product-gallery__image {
  position: relative;
}
.woocommerce-product-gallery__image a {
  width: 100%;
  position: relative;
  padding: 0 0 100% 0;
  height: 0;
  background: #FFF;
  display: block;
  overflow: hidden;
  border-radius: 0 4rem 0 0;
}
.woocommerce-product-gallery__image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  padding: 1.2rem;
  border-radius: 0 4rem 0 0;
}
.woocommerce-product-gallery .flex-direction-nav {
  position: relative;
  margin: -6.4rem 2.4rem 1.2rem 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  clear: both;
  justify-content: flex-end;
  gap: 0.8rem;
}
.woocommerce-product-gallery .flex-direction-nav li {
  margin: 0;
  padding: 0;
}
.woocommerce-product-gallery .flex-direction-nav li:before {
  display: none;
}
.woocommerce-product-gallery .flex-direction-nav li a {
  display: flex;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #BC7D49;
  background: #FFF;
}
.woocommerce-product-gallery .flex-direction-nav li a.flex-disabled {
  background: rgba(255, 255, 255, 0.5);
}
.woocommerce-product-gallery .flex-direction-nav li a svg {
  height: 1.4rem;
  width: auto;
}

#thumbnail-slider {
  position: relative;
  margin: 0 0 4rem 0;
}
#thumbnail-slider ul.slides {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 0.8rem;
}
#thumbnail-slider ul.slides li {
  margin: 0;
  height: 10rem;
  width: 10rem;
  padding: 0;
  border-radius: 0;
  position: relative;
  display: flex;
  gap: 0.4rem;
  background: #FFF;
}
#thumbnail-slider ul.slides li.flex-active-slide img {
  opacity: 0.25;
}
#thumbnail-slider ul.slides li:before {
  display: none;
}
#thumbnail-slider ul.slides li img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.wc-tabs-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4rem 0;
}
.wc-tabs-wrapper .tabs {
  width: 42rem;
  display: flex;
  gap: 0;
  margin: 0 0 4rem 0;
  border-top: 1px solid rgba(188, 125, 73, 0.5);
}
.wc-tabs-wrapper .tabs li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(188, 125, 73, 0.5);
}
.wc-tabs-wrapper .tabs li:before {
  display: none;
}
.wc-tabs-wrapper .tabs li a {
  display: block;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  background-image: url("../img/custom-icons/chevron-right.svg");
  background-position: top 50% right -2.4rem;
  background-repeat: no-repeat;
  background-size: 1.4rem auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.wc-tabs-wrapper .tabs li a:hover {
  color: #BC7D49;
}
.wc-tabs-wrapper .tabs li.active a {
  background-position: top 50% right 2.4rem;
  color: #BC7D49;
}
.wc-tabs-wrapper .wc-tab {
  width: calc(100% - 50rem);
}
@media only screen and (max-width: 1023px) {
  .wc-tabs-wrapper {
    flex-direction: column;
  }
  .wc-tabs-wrapper .tabs, .wc-tabs-wrapper .wc-tab {
    width: 100%;
  }
}

.related.products ul.products {
  border-top: 1px solid #BC7D49;
  border-bottom: 1px solid #BC7D49;
  padding: 4rem 0;
}

/* Cart
--------------------------------------------- */
.cart-button .amount {
  position: absolute;
  top: -0.5rem;
  right: 0rem;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(80, 61, 38);
  color: #FFF;
  font: 400 1.2rem/1 "Palatino", sans-serif;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(0);
  opacity: 0;
}
.cart-button.loaded .amount {
  transform: scale(1);
  opacity: 1;
}

body.woocommerce-cart .woocommerce {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: calc(100% - 40rem);
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  width: 32rem;
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form,
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}

.shipping-calculator-form {
  padding-top: 2.4rem;
}

p.woocommerce-shipping-destination {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}

.shop_table {
  border-collapse: separate;
}
.shop_table thead .product-remove .screen-reader-text,
.shop_table thead .product-thumbnail .screen-reader-text {
  display: none;
}
.shop_table td, .shop_table th {
  padding: 0.8rem 1.6rem;
}
.shop_table thead th {
  background: rgba(0, 0, 0, 0.05);
}
.shop_table tbody td, .shop_table tbody th {
  vertical-align: top;
}
.shop_table tbody tr:nth-child(even) td, .shop_table tbody tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.shop_table .cart_item td, .shop_table .cart_item th {
  vertical-align: middle;
}
.shop_table .cart_item .variation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}
.shop_table .cart_item .variation dt, .shop_table .cart_item .variation dd, .shop_table .cart_item .variation dd p {
  font-size: 1.2rem;
  line-height: 2;
}
.shop_table .cart_item .variation dt {
  font-weight: 700;
}
.shop_table .cart_item .product-remove {
  text-align: center;
}
.shop_table .cart_item .product-remove a {
  text-decoration: none;
  color: #BC7D49;
  font-size: 2rem;
  line-height: 1;
}
.shop_table .cart_item .product-thumbnail {
  width: 12rem;
}
.shop_table .cart_item .product-thumbnail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  width: 12rem;
  position: relative;
}
.shop_table .cart_item .product-thumbnail a img {
  max-weight: 100%;
  max-width: 100%;
  height: auto;
  max-width: auto;
}
.shop_table .cart_item .product-name a {
  text-decoration: none;
}
.shop_table .cart_item .product-name a:hover {
  text-decoration: underline;
}
.shop_table .cart_item .product-quantity .quantity {
  display: flex;
}
.shop_table .cart_item .product-quantity .quantity label {
  display: none;
}
.shop_table .actions {
  padding: 1.6rem;
}
.shop_table .actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0.8rem 0;
}
.shop_table .actions .coupon label {
  margin: 0;
}
.shop_table .actions .coupon #coupon_code {
  width: 20rem;
  margin-left: auto;
  margin-right: 0.8rem;
}
.shop_table .actions .coupon button {
  background: #BC7D49;
  color: #FFF;
}
.shop_table .actions button[name=update_cart] {
  display: block;
  margin-left: auto;
  background: rgb(80, 61, 38);
  color: #FFF;
}
.shop_table .product-subtotal {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .shop_table.shop_table_responsive .input-number-wrap {
    margin-left: auto;
  }
  .shop_table.shop_table_responsive thead, .shop_table.shop_table_responsive th {
    display: none;
  }
  .shop_table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
    margin: 0;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail {
    text-align: center;
    width: 100%;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail a {
    margin: 0 auto;
  }
  .shop_table.shop_table_responsive tr td:after {
    content: "";
    display: block;
    clear: both;
  }
  .shop_table.shop_table_responsive tr td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  .shop_table .actions {
    padding-top: 3.2rem;
  }
  .shop_table .actions .coupon #coupon_code {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
}

.cart_totals .shop_table tr td:last-child,
.cart_totals .shop_table tr th:last-child,
.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table tr th:last-child {
  text-align: right;
}
.cart_totals .shop_table tr td:last-child .select2,
.cart_totals .shop_table tr th:last-child .select2,
.woocommerce-checkout-review-order-table tr td:last-child .select2,
.woocommerce-checkout-review-order-table tr th:last-child .select2 {
  text-align: left;
}

ul#shipping_method li {
  text-align: right;
}
ul#shipping_method li label {
  text-align: right;
  margin-left: auto;
}
ul#shipping_method li label .amount {
  margin-left: auto;
}
ul#shipping_method li:before {
  display: none;
}
ul#shipping_method li label {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  ul#shipping_method li label {
    flex-direction: column;
  }
}

/* Checkout
--------------------------------------------- */
.woocommerce-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font: 400 1.6rem/2.8rem "Aller", sans-serif;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  margin: -2.4rem 0 2.4rem 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border-left: 0.4rem solid #BC7D49;
  background: #FFF;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}

.woocommerce-checkout h3 {
  margin-bottom: 2.4rem;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 0 2.4rem 0;
}
.woocommerce-billing-fields__field-wrapper h3,
.woocommerce-shipping-fields__field-wrapper h3 {
  width: 100%;
}

.woocommerce-shipping-fields {
  margin-bottom: 4rem;
}

ul.woocommerce-error {
  padding: 2.4rem;
  background: #ffe7e7;
  border-radius: 0 4rem 0 0;
  border-color: red;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.woocommerce-error li {
  color: red;
}
ul.woocommerce-error li:before {
  background: red;
}

.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout form.woocommerce-checkout {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

#customer_details {
  width: calc(100% - 56rem);
}
@media only screen and (max-width: 1023px) {
  #customer_details {
    width: 100%;
  }
}

#checkout-order-wrap {
  width: 48rem;
}
#checkout-order-wrap .payment-icons {
  margin-top: -2.4rem;
}
@media only screen and (max-width: 1023px) {
  #checkout-order-wrap {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

button[name=woocommerce_checkout_place_order] {
  width: 100%;
  margin: 2.4rem 0 1.6rem 0 !important;
}

#payment ul li {
  padding-left: 0;
}
#payment ul li:before {
  display: none;
}

.payment_box p {
  font-size: 1.2rem;
}

.woocommerce-terms-and-conditions-wrapper label {
  display: flex;
}
.woocommerce-terms-and-conditions-wrapper a {
  position: relative;
  z-index: 3;
}

/* Thank you
--------------------------------------------- */
.woocommerce-thankyou-order-details {
  flex-direction: column;
  align-items: flex-start;
}

ul.wc-item-meta {
  flex-direction: column;
  gap: 0;
  margin: 0;
}
ul.wc-item-meta li {
  display: flex;
  margin: 0;
  padding: 0;
  font: 400 1.2rem/2 "Aller", sans-serif;
  gap: 0 0.4rem;
}
ul.wc-item-meta li:before {
  display: none;
}
ul.wc-item-meta li p {
  font: 400 1.2rem/2 "Aller", sans-serif;
  margin: 0;
}

/* Account
--------------------------------------------- */
.woocommerce-MyAccount-navigation {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #faf5ed;
  font: 400 1.8rem/1.25 "Palatino", sans-serif;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  background-image: none;
  background-position: center left 0;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #BC7D49;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
  background-image: url("../img/custom-icons/chevron-right.svg");
}

body.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 8rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 26rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: calc(100% - 34rem);
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-account .woocommerce {
    flex-direction: column;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce-MyAccount-content fieldset legend {
  font-weight: 700;
  margin: 0 0 1.6rem 0;
}
.woocommerce-MyAccount-content__field-wrapper,
.woocommerce-MyAccount-content .edit-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-MyAccount-content .clear {
  width: 100%;
}

.col2-set {
  width: 100%;
}

#customer_login h2 {
  display: none;
}
#customer_login h3 {
  margin-bottom: 2.4rem;
}

/* WC Comments styling
--------------------------------------------- */
.woocommerce-noreviews {
  flex-direction: row;
}

#review_form p.stars span {
  display: flex;
  gap: 0.4rem;
}
#review_form p.stars span a {
  font-size: 0;
  display: flex;
  background: #F0B565;
  height: 1.6rem;
  width: 1.65rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("../img/custom-icons/star.svg");
          mask-image: url("../img/custom-icons/star.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
}
#review_form p.stars span a:hover,
#review_form p.stars span a.hover,
#review_form p.stars span a.active,
#review_form p.stars span a.before-active {
  -webkit-mask-image: url("../img/custom-icons/star-full.svg");
          mask-image: url("../img/custom-icons/star-full.svg");
}
#review_form textarea {
  background: #FFF;
}

#comments {
  margin: 0 0 4rem 0;
}
#comments ol {
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 2.4rem 0;
}
#comments ol li {
  margin: 0;
}
#comments ol li:before {
  display: none;
}
#comments .review {
  flex-direction: column;
  margin: 0;
}
#comments .review img {
  position: absolute;
  height: 6rem;
  width: 6rem;
  border-radius: 0 25% 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#comments .comment_container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
#comments .comment_container .star-rating,
#comments .comment_container .meta {
  margin-left: 8.4rem;
}
#comments .comment_container .description p:last-child {
  margin: 0;
}
