/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: "Brilk";
  src: url("../fonts/Brilk-Regular.eot");
  src: url("../fonts/Brilk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Brilk-Regular.woff2") format("woff2"), url("../fonts/Brilk-Regular.woff") format("woff"), url("../fonts/Brilk-Regular.ttf") format("truetype"), url("../fonts/Brilk-Regular.svg#Brilk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brilk";
  src: url("../fonts/Brilk-Medium.eot");
  src: url("../fonts/Brilk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Brilk-Medium.woff2") format("woff2"), url("../fonts/Brilk-Medium.woff") format("woff"), url("../fonts/Brilk-Medium.ttf") format("truetype"), url("../fonts/Brilk-Medium.svg#Brilk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brilk";
  src: url("../fonts/Brilk-Bold.eot");
  src: url("../fonts/Brilk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Brilk-Bold.woff2") format("woff2"), url("../fonts/Brilk-Bold.woff") format("woff"), url("../fonts/Brilk-Bold.ttf") format("truetype"), url("../fonts/Brilk-Bold.svg#Brilk-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brilk";
  src: url("../fonts/Brilk-ExtraBold.eot");
  src: url("../fonts/Brilk-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Brilk-ExtraBold.woff2") format("woff2"), url("../fonts/Brilk-ExtraBold.woff") format("woff"), url("../fonts/Brilk-ExtraBold.ttf") format("truetype"), url("../fonts/Brilk-ExtraBold.svg#Brilk-ExtraBold") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DK Plakkaat";
  src: url("../fonts/DKPlakkaat.eot");
  src: url("../fonts/DKPlakkaat.eot?#iefix") format("embedded-opentype"), url("../fonts/DKPlakkaat.woff2") format("woff2"), url("../fonts/DKPlakkaat.woff") format("woff"), url("../fonts/DKPlakkaat.ttf") format("truetype"), url("../fonts/DKPlakkaat.svg#DKPlakkaat") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helsinki";
  src: url("../fonts/Helsinki.eot");
  src: url("../fonts/Helsinki.eot?#iefix") format("embedded-opentype"), url("../fonts/Helsinki.woff") format("woff"), url("../fonts/Helsinki.ttf") format("truetype"), url("../fonts/Helsinki.svg#Helsinki") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #837979;
  font-family: "Brilk";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 900;
  font-family: "Brilk";
  color: #4B6F69;
  margin-bottom: 1.375rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1120px) {
  h1 {
    font-size: 2.1875rem;
  }
}

h2 {
  font-size: 4.375rem;
  line-height: 5rem;
  letter-spacing: -1px;
  font-family: "Helsinki";
  color: #837979;
  margin-top: 0;
  margin-bottom: 1.375rem;
  font-weight: 400;
}
@media screen and (max-width: 1120px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}

h3 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-family: "Helsinki";
  color: #837979;
  font-weight: 400;
}

h4 {
  font-size: 2rem;
  line-height: 2.3125rem;
  text-transform: uppercase;
  font-family: "Helsinki";
  color: #F6F1EB;
  margin: 0;
  font-weight: 400;
}

.subtitle {
  font-size: 1.375rem;
  line-height: 1.8125rem;
  font-family: "Brilk";
  color: #837979;
  margin-top: 0;
  max-width: 80%;
  font-weight: 400;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #F6F1EB;
  background-image: url("../img/noise.png");
  background-size: 256px 256px;
  /* Fallback for when there is no custom background color defined. */
  opacity: 1;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
body.fade {
  opacity: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  pointer-events: none;
  -webkit-touch-callout: none;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

#main {
  overflow: hidden;
  margin-top: 1.875rem;
}

.wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.75rem;
}
@media screen and (max-width: 1120px) {
  .wrap {
    padding: 0 1.25rem;
  }
}

section {
  max-width: 1920px;
  margin: 0 auto;
}

del {
  padding: 5px;
}

ins {
  background-color: #899786;
  color: white;
  display: block;
  margin-bottom: 5px;
  padding: 0 5px;
}

.grid-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1120px) {
  .grid-products {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}

.push-product {
  position: relative;
  margin: 0;
}
.push-product a {
  text-decoration: none;
  padding: 1.25rem;
  display: block;
  height: 100%;
  background-color: white;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: 1px solid #656565;
}
.push-product .title {
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-family: "Brilk";
  font-weight: 700;
  color: #C37C5A;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  .push-product .title {
    font-size: 1.125rem;
  }
}
.push-product .price {
  position: absolute;
  top: 0.75rem;
  right: 0.5625rem;
  border-radius: 10px;
  background-color: #F6F1EB;
  padding: 0 0.4375rem 0;
  font-size: 1.0625rem;
  font-weight: 700;
}
.push-product .desc {
  font-size: 0.9375rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  .push-product .desc {
    text-align: center;
  }
}
.push-product .discover {
  position: absolute;
  z-index: 10;
  top: 78px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.push-product .discover span {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #F6F1EB;
  padding: 16px 24px 14px 24px;
  border-radius: 3px;
  background-color: #899786;
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.push-product:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #C37C5A;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}
.push-product:hover a {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}
.push-product:hover .discover span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.push-product:hover .thumb-product {
  -webkit-transform: translate(5px, 12px);
          transform: translate(5px, 12px);
}
.push-product .wpro-pre-order-shop-page {
  position: absolute;
  top: 0.75rem;
  left: 0.5625rem;
  border-radius: 10px;
  background-color: #F6F1EB;
  color: #6B3C1A;
  padding: 0 0.4375rem 0;
  font-size: 1.0625rem;
  font-weight: 700;
  display: none;
}
.push-product.pre-order .wpro-pre-order-shop-page {
  display: block;
}

.wrap-thumb-product {
  width: 100%;
  height: 143px;
  margin: 0 auto;
}
.wrap-thumb-product .thumb-product {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.title-2-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  .title-2-col {
    display: block;
  }
}
.title-2-col h2 {
  margin: 0;
}
@media screen and (max-width: 1120px) {
  .title-2-col h2 {
    margin: 0 0 1.25rem 0;
  }
}

.infos h4 + p {
  margin-top: 0.5rem;
}
.infos p {
  color: #F6F1EB;
  font-size: 1.125rem;
  margin: 0.8125rem 0;
  line-height: 1.5625rem;
}
.infos p:last-child {
  margin-bottom: 0;
}
.infos hr {
  margin: 0;
  background-color: transparent;
  background-image: url("../img/icons/hr.svg");
  background-size: cover;
  height: 4px;
}
.infos a {
  text-transform: uppercase;
  color: #F6F1EB;
  text-decoration: none;
}

.underline {
  position: relative;
}
.underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  background-image: url("../img/icons/underline-marron.svg");
  background-size: cover;
  height: 4px;
  width: 100%;
}

.rs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rs ul a {
  text-decoration: none;
  display: block;
  margin-left: 0.625rem;
}
.rs ul a:hover svg path {
  fill: #fff;
}
.rs ul a svg {
  display: block;
}
.rs ul a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.xoo-wsc-cart-active .xoo-wsc-basket {
  right: 500px;
}

.xoo-wsc-basket {
  width: 50px;
  height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.xoo-wsc-basket .xoo-wsc-bki {
  top: 0;
}
.xoo-wsc-basket img {
  display: block;
}
.xoo-wsc-basket .xoo-wsc-items-count {
  font-family: "Helsinki";
}

.xoo-wsc-container {
  background-color: #899786;
  padding: 4.6875rem 2.5rem 2.5rem 2.5rem;
}

.xoo-wsc-header {
  padding: 0;
}

.xoo-wsch-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xoo-wsch-top span.xoo-wsch-close {
  top: 20px;
  right: 20px;
}
.xoo-wsch-top span.xoo-wsch-close:before {
  content: "";
  overflow: hidden;
  width: 38px;
  height: 38px;
  display: block;
  background-image: url("../img/icons/cross.svg");
  background-size: cover;
}
.xoo-wsch-top .xoo-wsch-text {
  margin: 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.xoo-wsch-top .xoo-wscb-count {
  position: relative;
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.xoo-wsc-ft-amt.less {
  color: #F26419;
}

.wpro-pre-order-availability-date-cart {
  color: #6B3C1A;
  font-weight: 700;
}

.xoo-wsc-container,
.xoo-wsc-slider {
  max-width: 500px;
  right: -500px;
}

.xoo-wsc-product {
  position: relative;
  padding: 20px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: none;
}
.xoo-wsc-product:after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/icons/border.svg");
  background-size: cover;
}
.xoo-wsc-product .xoo-wsc-sm-sales {
  display: none;
}
.xoo-wsc-product .xoo-wsc-qty-box {
  max-width: none;
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.xoo-wsc-product .xoo-wsc-qty-box.xoo-wsc-qtb-square {
  border: none;
}
.xoo-wsc-product .xoo-wsc-qtb-square input[type=number].xoo-wsc-qty {
  margin: 0 0.25rem;
  border-radius: 10px;
  width: 40px;
  height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #656565;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.xoo-wsc-product .xoo-wsc-qtb-square input[type=number].xoo-wsc-qty:focus {
  outline: none;
}
.xoo-wsc-product span.xoo-wsc-chng {
  width: 25px;
  height: 25px;
  min-width: auto;
  border-radius: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  border: 1px solid #656565;
  font-family: arial;
  color: #707070;
  font-size: 0.75rem;
  text-indent: -9999px;
  background-image: url("../img/icons/minus.svg");
  background-size: 7px 3px;
  background-position: center;
  background-repeat: no-repeat;
}
.xoo-wsc-product span.xoo-wsc-chng.xoo-wsc-plus {
  background-image: url("../img/icons/plus.svg");
  background-size: 8px 8px;
}

.xoo-wsc-img-col {
  background-color: #fff;
  border: 1px solid #656565;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.125rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.xoo-wsc-img-col a {
  display: block;
}
.xoo-wsc-img-col a img {
  display: block;
}

.xoo-wsc-pname a {
  text-decoration: none;
  color: #F6F1EB !important;
  text-transform: uppercase;
  font-size: 1.75rem;
}

.xoo-wsc-empty-cart {
  color: #F6F1EB;
  font-size: 1.875rem;
}
.xoo-wsc-empty-cart a.button {
  color: #F6F1EB;
  background: none;
  border: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.xoo-wsc-empty-cart a.button:hover {
  color: #fff;
  background: none;
}

.xoo-wsc-ft-amt-total {
  border-top: 1px solid #fff;
}

.woocommerce .xoo-wsc-ft-buttons-cont a.button,
.xoo-wsc-ft-buttons-cont a.button {
  color: #fff;
  background: none;
  border: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.woocommerce .xoo-wsc-ft-buttons-cont a.button:hover,
.xoo-wsc-ft-buttons-cont a.button:hover {
  color: #fff;
  background: none;
}

.xoo-wsc-notice-success {
  background-color: #4B6F69;
  color: #fff;
}

ul.xoo-wsc-notices li {
  padding: 20px 20px;
}

.woocommerce-pagination ul {
  margin: 4.375rem 0 0 0;
  padding: 0 0 0 3.75rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1120px) {
  .woocommerce-pagination ul {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-pagination ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.woocommerce-pagination ul li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .woocommerce-pagination ul li {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 40px;
  }
}
.woocommerce-pagination ul li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  border: 1px solid #2D2828;
  text-decoration: none;
  font-family: "Helsinki";
  font-size: 1.375rem;
  margin-right: 1.875rem;
}
.woocommerce-pagination ul li .page-numbers.dots {
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  color: #2D2828;
}
.woocommerce-pagination ul li .page-numbers.current {
  color: #2D2828;
  -webkit-box-shadow: 3px 3px 0px 0px #2D2828;
          box-shadow: 3px 3px 0px 0px #2D2828;
}
.woocommerce-pagination ul li .page-numbers.prev, .woocommerce-pagination ul li .page-numbers.next {
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../img/icons/arrow-pagination.svg");
  width: 52px;
  height: 50px;
  background-size: cover;
  margin: 0;
}
.woocommerce-pagination ul li .page-numbers.prev:focus, .woocommerce-pagination ul li .page-numbers.next:focus {
  outline: none;
}
.woocommerce-pagination ul li .page-numbers.prev {
  background-image: url("../img/icons/arrow-pagination-left.svg");
  margin-right: 1.875rem;
}

.woocommerce-breadcrumb {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.75rem;
  color: #2D2828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1120px) {
  .woocommerce-breadcrumb {
    padding: 0 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.woocommerce-breadcrumb a {
  text-decoration: none;
}
.woocommerce-breadcrumb .sep {
  display: block;
  background-image: url("../img/icons/chevron-right.svg");
  width: 8px;
  height: 10px;
  background-size: cover;
  margin: 0 0.3125rem;
}

.slider-scroll {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .slider-scroll {
    padding: 0 1.25rem;
  }
}
.slider-scroll .frame {
  width: 100%;
  height: auto;
  padding: 1.25rem 3.75rem 1.25rem 3.75rem;
}
@media screen and (max-width: 1120px) {
  .slider-scroll .frame {
    padding: 1.25rem 0;
  }
}
.slider-scroll .frame ul {
  margin: 0;
  padding: 0;
  height: 345px;
  list-style: none;
}
.slider-scroll .frame ul li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 300px;
  height: 100%;
}
@media screen and (max-width: 1120px) {
  .slider-scroll .frame ul li {
    width: 250px;
  }
}
.slider-scroll .product {
  position: relative;
  margin: 0;
}
.slider-scroll .product .soldout {
  text-transform: uppercase;
  color: #837979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
  position: absolute;
  bottom: 35px;
  width: 100%;
}
.slider-scroll .product .soldout:before {
  content: "";
  background: url("../img/icons/no_stock.svg");
  display: block;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  margin-right: 0.625rem;
}
.slider-scroll .product .wpro-pre-order-shop-page {
  position: absolute;
  top: 0.75rem;
  left: 0.5625rem;
  border-radius: 10px;
  background-color: #F6F1EB;
  color: #6B3C1A;
  padding: 0 0.4375rem 0;
  font-size: 1.0625rem;
  font-weight: 700;
  display: none;
}
.slider-scroll .product.pre-order .wpro-pre-order-shop-page {
  display: block;
}
.slider-scroll .product.outofstock .desc {
  display: none;
}
.slider-scroll .product a {
  text-decoration: none;
  padding: 1.25rem;
  display: block;
  height: 100%;
  background-color: white;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: 1px solid #656565;
}
.slider-scroll .product h2 {
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-family: "Brilk";
  font-weight: 700;
  color: #C37C5A;
  text-align: center;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1120px) {
  .slider-scroll .product h2 {
    font-size: 1.125rem;
  }
}
.slider-scroll .product .price {
  position: absolute;
  top: 0.75rem;
  right: 0.5625rem;
  border-radius: 10px;
  background-color: #F6F1EB;
  padding: 0 0.4375rem;
  font-size: 1.0625rem;
  font-weight: 700;
}
.slider-scroll .product .desc {
  font-size: 0.9375rem;
  margin-bottom: 0;
  margin-top: 0.9375rem;
  height: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  .slider-scroll .product .desc {
    font-size: 0.75rem;
  }
}
.slider-scroll .product .discover {
  position: absolute;
  z-index: 10;
  top: 78px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-scroll .product .discover span {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #F6F1EB;
  padding: 16px 24px 14px 24px;
  border-radius: 3px;
  background-color: #899786;
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-scroll .product .bottom-product {
  display: none;
}
.slider-scroll .product:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #C37C5A;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}
.slider-scroll .product:hover a {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}
.slider-scroll .product:hover .discover span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.slider-scroll .product:hover .thumb-product {
  -webkit-transform: translate(5px, 12px);
          transform: translate(5px, 12px);
}
.slider-scroll .scrollbar {
  position: relative;
  max-width: 500px;
  width: 100%;
  height: 12px;
  margin: 0 auto;
}
.slider-scroll .scrollbar:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  background-color: #282424;
  border-radius: 10px;
  z-index: 1;
}
.slider-scroll .scrollbar .handle {
  position: relative;
  width: 100px;
  /* overriden if dynamicHandle: 1 */
  height: 100%;
  background: #899786;
  z-index: 2;
  border-radius: 8px;
  border: 1px solid #282424;
  cursor: pointer;
}

.error404 {
  background-color: #899786;
}
.error404 .top-header .top-menu a {
  color: #fff;
}
.error404 .top-header .top-menu .rs ul a svg path {
  fill: #fff;
}
.error404 .top-header .search-bar .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: #fff;
}
.error404 .top-header .search-bar .dgwt-wcas-sf-wrapp ::-webkit-input-placeholder {
  color: #fff;
}
.error404 .top-header .search-bar .dgwt-wcas-sf-wrapp ::-moz-placeholder {
  color: #fff;
}
.error404 .top-header .search-bar .dgwt-wcas-sf-wrapp :-ms-input-placeholder {
  color: #fff;
}
.error404 .top-header .search-bar .dgwt-wcas-sf-wrapp ::-ms-input-placeholder {
  color: #fff;
}
.error404 .top-header .search-bar .dgwt-wcas-sf-wrapp ::placeholder {
  color: #fff;
}

.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.375rem auto 6.25rem;
  max-width: 1400px;
}
.error-404 > div {
  width: 30%;
}
.error-404 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.error-404 .left p {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 900;
  margin: 0;
}
.error-404 .left a {
  margin-top: 3.75rem;
}
.error-404 .mid {
  text-align: center;
}
.error-404 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.error-404 .right p {
  color: #324A46;
  font-size: 1.4375rem;
  font-weight: 900;
  margin: 0;
}
.error-404 .right p a {
  color: #324A46;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #656565;
  border-radius: 3px;
  background: #6B3C1A;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn:not(.button) {
  position: relative;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 900;
  display: inline-block;
}
.btn:not(.button) .txt {
  background-color: #C37C5A;
  border: 1px solid #656565;
  border-radius: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F6F1EB;
  text-transform: uppercase;
  height: 65px;
  padding: 0 1.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:not(.button) .txt:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 25px;
  height: 24px;
  display: block;
  background-image: url("../img/icons/arrow-btn.svg");
  background-size: cover;
  opacity: 0;
  margin: -12px 0 5px 15px;
  -webkit-transform: translate(-10%, 0);
          transform: translate(-10%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:not(.button):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6B3C1A;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 33px;
}
.btn:not(.button):hover .txt {
  padding-right: 4.0625rem;
  color: #F6F1EB;
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
.btn:not(.button):hover .txt:after {
  opacity: 1;
  -webkit-transform: translate(10%, 0);
          transform: translate(10%, 0);
}

.single_add_to_cart_button, .woocommerce-order-pay #payment button, .woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-Button,
.woocommerce-address-fields button,
.checkout-button,
.showcoupon,
.place-order button,
.woof_reset_search_form,
#delivery_point_chosen {
  position: relative;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 900;
  display: inline-block;
  background-color: #C37C5A;
  border: 1px solid #656565;
  border-radius: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F6F1EB !important;
  text-transform: uppercase;
  height: 65px;
  padding: 0 1.875rem 0 1.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.single_add_to_cart_button:hover, .woocommerce-order-pay #payment button:hover, .woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-Button:hover,
.woocommerce-address-fields button:hover,
.checkout-button:hover,
.showcoupon:hover,
.place-order button:hover,
.woof_reset_search_form:hover,
#delivery_point_chosen:hover {
  color: #F6F1EB;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-Button,
.woocommerce-address-fields button,
.checkout-button,
.showcoupon,
.place-order button,
.woof_reset_search_form,
#delivery_point_chosen {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1120px) {
  .woocommerce-form-login__submit,
  .woocommerce-form-register__submit,
  .woocommerce-Button,
  .woocommerce-address-fields button,
  .checkout-button,
  .showcoupon,
  .place-order button,
  .woof_reset_search_form,
  #delivery_point_chosen {
    font-size: 1rem;
    height: 45px;
    padding: 0 1.875rem;
  }
}

#delivery_point_chosen {
  display: block;
}

.woof_reset_search_form {
  height: 45px;
  font-size: 1rem;
  padding: 0 1.25rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input[type=password] {
  font-family: Arial, Helvetica, sans-serif !important;
}

select {
  border: 1px solid #707070;
}

textarea {
  width: 100%;
}

.quantity,
.wc-block-cart__main .wc-block-components-quantity-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
}
.quantity:after,
.wc-block-cart__main .wc-block-components-quantity-selector:after {
  content: none;
}

.qty,
.wc-block-cart__main .wc-block-components-quantity-selector__input {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  width: 60px;
  margin: 0 0.625rem;
}
.qty::-webkit-outer-spin-button, .qty::-webkit-inner-spin-button,
.wc-block-cart__main .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
.wc-block-cart__main .wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty[type=number],
.wc-block-cart__main .wc-block-components-quantity-selector__input[type=number] {
  -moz-appearance: textfield;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  height: 32px;
  background-color: #fff;
  color: #2D2828;
  margin: 0 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.qty[type=number]:focus,
.wc-block-cart__main .wc-block-components-quantity-selector__input[type=number]:focus {
  outline: none;
}

.minus,
.plus,
.wc-block-cart__main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background-color: #fff;
  border: 1px solid;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  opacity: 1;
  background-image: url("../img/icons/minus.svg");
  background-size: 7px 3px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.minus:hover,
.plus:hover,
.wc-block-cart__main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  border-color: #C37C5A;
}

.plus,
.wc-block-cart__main .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  background-image: url("../img/icons/plus.svg");
  background-size: 8px 8px;
}

.woocommerce-form-row,
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-form-row label,
.form-row label {
  font-size: 1.125rem;
  color: #2D2828;
  text-transform: uppercase;
}
.woocommerce-form-row .input-text,
.form-row .input-text {
  height: 55px;
  border-color: #707070;
  border-radius: 8px;
  max-width: 300px;
  width: 100%;
  padding: 0 20px;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2D2828;
}
.woocommerce-form-row .input-text:focus, .woocommerce-form-row .input-text:not(:empty),
.form-row .input-text:focus,
.form-row .input-text:not(:empty) {
  outline: none;
  background-color: #899786;
  color: #fff;
}
.woocommerce-form-row .input-text:focus::-webkit-input-placeholder, .woocommerce-form-row .input-text:not(:empty)::-webkit-input-placeholder, .form-row .input-text:focus::-webkit-input-placeholder, .form-row .input-text:not(:empty)::-webkit-input-placeholder {
  color: #fff;
}
.woocommerce-form-row .input-text:focus::-moz-placeholder, .woocommerce-form-row .input-text:not(:empty)::-moz-placeholder, .form-row .input-text:focus::-moz-placeholder, .form-row .input-text:not(:empty)::-moz-placeholder {
  color: #fff;
}
.woocommerce-form-row .input-text:focus:-ms-input-placeholder, .woocommerce-form-row .input-text:not(:empty):-ms-input-placeholder, .form-row .input-text:focus:-ms-input-placeholder, .form-row .input-text:not(:empty):-ms-input-placeholder {
  color: #fff;
}
.woocommerce-form-row .input-text:focus::-ms-input-placeholder, .woocommerce-form-row .input-text:not(:empty)::-ms-input-placeholder, .form-row .input-text:focus::-ms-input-placeholder, .form-row .input-text:not(:empty)::-ms-input-placeholder {
  color: #fff;
}
.woocommerce-form-row .input-text:focus::placeholder, .woocommerce-form-row .input-text:not(:empty)::placeholder,
.form-row .input-text:focus::placeholder,
.form-row .input-text:not(:empty)::placeholder {
  color: #fff;
}
.woocommerce-form-row .password-input,
.form-row .password-input {
  max-width: 300px;
  width: 100%;
}
.woocommerce-form-row .password-input input,
.form-row .password-input input {
  font-family: Arial, Helvetica, sans-serif;
}

.woocommerce-form__label-for-checkbox {
  color: #837979;
  font-size: 0.875rem;
}
.woocommerce-form__label-for-checkbox span {
  margin-left: 0.625rem;
}

.woocommerce-form-login__submit {
  display: block;
  margin-top: 1.25rem;
}

.woocommerce-form-register {
  color: #837979;
  font-size: 0.875rem;
}

.woocommerce-privacy-policy-text {
  font-size: 0.75rem;
}

.woocommerce-notices-wrapper .woocommerce-error {
  color: #F26419;
}

.woocommerce-message .woocommerce-Button {
  margin-right: 20px;
}

.woocommerce-address-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  width: 35%;
}
.woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 90%;
}
.woocommerce-address-fields__field-wrapper .form-row input,
.woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce-shipping-fields__field-wrapper .form-row input {
  max-width: 100%;
  width: 100%;
}
.woocommerce-address-fields__field-wrapper .form-row#billing_address_2_field .woocommerce-input-wrapper, .woocommerce-address-fields__field-wrapper .form-row#shipping_address_2_field .woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field .woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper .form-row#shipping_address_2_field .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .form-row#billing_address_2_field .woocommerce-input-wrapper,
.woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_2_field .woocommerce-input-wrapper {
  margin-top: 1.6875rem;
}
.woocommerce-address-fields__field-wrapper .form-row .select2-container .select2-selection--single,
.woocommerce-billing-fields__field-wrapper .form-row .select2-container .select2-selection--single,
.woocommerce-shipping-fields__field-wrapper .form-row .select2-container .select2-selection--single {
  height: 55px;
  border-color: #707070;
  border-radius: 8px;
}
.woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-shipping-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  margin-top: -13px;
}
.woocommerce-address-fields__field-wrapper .form-row.woocommerce-invalid-required-field input,
.woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid-required-field input,
.woocommerce-shipping-fields__field-wrapper .form-row.woocommerce-invalid-required-field input {
  border-color: #C37C5A;
}

.woocommerce-form__label-for-checkbox span {
  color: #2D2828;
  font-size: 0.875rem;
  font-weight: 700;
}

.woocommerce-NoticeGroup {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.woocommerce-NoticeGroup .woocommerce-error {
  margin: 0 0 2.5rem;
  padding: 0 0 0 1.25rem;
}
.woocommerce-NoticeGroup .woocommerce-error li {
  color: #C37C5A;
}

.select2-results__option {
  color: #2D2828;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #899786;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #837979;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:visited {
  color: #837979;
}
a:hover, a:focus, a:active {
  color: #4B6F69;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-navigation {
  padding: 0;
}
@media screen and (max-width: 1120px) {
  .site-navigation {
    display: none;
  }
}
.site-navigation .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 1.5rem;
}
.site-navigation .site-branding {
  position: absolute;
  z-index: 1001;
  left: 50%;
  margin-left: -85px;
  bottom: 0;
}
.site-navigation .site-branding img {
  display: block;
}
.site-navigation .site-branding .custom-logo-link {
  position: relative;
}
.site-navigation .site-branding .custom-logo-link:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 45px;
  width: 52px;
  height: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #837979;
  opacity: 0;
  display: block;
  border-radius: 100%;
  z-index: -1;
}
.site-navigation .site-branding .custom-logo-link.active:after {
  width: 82px;
  opacity: 0.35;
}
.site-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 42%;
}
.site-navigation .menu > li.current-menu-item a, .site-navigation .menu > li.current-product_cat-ancestor a, .site-navigation .menu > li.current-menu-ancestor a, .site-navigation .menu > li.current-product_cat-parent a {
  color: #899786;
}
.site-navigation .menu > li > a {
  font-weight: 700;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0.9375rem 0 0.9375rem 0;
}
.site-navigation .menu > li > a:after {
  content: "";
  width: 10px;
  height: 8px;
  background-image: url("../img/icons/arrow-menu.svg");
  background-size: cover;
  background-position: center;
  display: block;
  margin-left: 3px;
}
.site-navigation .menu > li > .sub-menu {
  position: absolute;
  z-index: 1000;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 2.5rem 2.5rem 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-navigation .menu > li > .sub-menu > li {
  margin-right: 5rem;
}
.site-navigation .menu > li > .sub-menu > li.retour-mobile + li, .site-navigation .menu > li > .sub-menu > li.retour-mobile {
  display: none;
}
@media screen and (max-width: 1120px) {
  .site-navigation .menu > li > .sub-menu > li.retour-mobile + li, .site-navigation .menu > li > .sub-menu > li.retour-mobile {
    display: block;
  }
}
.site-navigation .menu > li.tcg > .sub-menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-navigation .menu > li.tcg > .sub-menu .featured {
  margin: 0 auto !important;
}
.site-navigation .menu > li:hover > .sub-menu {
  visibility: visible;
  height: 330px;
  opacity: 1;
}
.site-navigation .menu > li .label {
  width: 100%;
  margin-bottom: 1.25rem;
  margin-right: 0;
}
.site-navigation .menu > li .label > a {
  display: none;
}
.site-navigation .menu > li .label .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-navigation .menu > li .label .sub-menu li {
  margin-right: 0.9375rem;
}
.site-navigation .menu > li .label .sub-menu li.nouveautes a {
  background-color: #324A46;
}
.site-navigation .menu > li .label .sub-menu li.occasions a {
  background-color: #6B3C1A;
}
.site-navigation .menu > li .label .sub-menu li.promos a {
  background-color: #4B6F69;
}
.site-navigation .menu > li .label .sub-menu li.pre-co a {
  background-color: #C37C5A;
}
.site-navigation .menu > li .label .sub-menu li.anglais a {
  background-color: #D6A386;
}
.site-navigation .menu > li .label .sub-menu a {
  font-family: "Helsinki";
  font-size: 0.8125rem;
  padding: 0.4375rem 0.8125rem;
  color: #F6F1EB;
  background-color: #4B6F69;
  border-radius: 10px;
}
.site-navigation .menu > li .col-1,
.site-navigation .menu > li .col-2,
.site-navigation .menu > li .col-3,
.site-navigation .menu > li .col-4 {
  height: 180px;
}
.site-navigation .menu > li .col-1 > a,
.site-navigation .menu > li .col-2 > a,
.site-navigation .menu > li .col-3 > a,
.site-navigation .menu > li .col-4 > a {
  display: none;
}
.site-navigation .menu > li .col-1 .sub-menu li,
.site-navigation .menu > li .col-2 .sub-menu li,
.site-navigation .menu > li .col-3 .sub-menu li,
.site-navigation .menu > li .col-4 .sub-menu li {
  margin-bottom: 0.625rem;
}
.site-navigation .menu > li .col-1 .sub-menu li.current-menu-item a,
.site-navigation .menu > li .col-2 .sub-menu li.current-menu-item a,
.site-navigation .menu > li .col-3 .sub-menu li.current-menu-item a,
.site-navigation .menu > li .col-4 .sub-menu li.current-menu-item a {
  color: #899786 !important;
}
.site-navigation .menu > li .col-1 .sub-menu a,
.site-navigation .menu > li .col-2 .sub-menu a,
.site-navigation .menu > li .col-3 .sub-menu a,
.site-navigation .menu > li .col-4 .sub-menu a {
  font-size: 1.5625rem;
  color: #837979;
  text-transform: uppercase;
  font-weight: 900;
}
.site-navigation .menu > li .col-1 .sub-menu a:hover,
.site-navigation .menu > li .col-2 .sub-menu a:hover,
.site-navigation .menu > li .col-3 .sub-menu a:hover,
.site-navigation .menu > li .col-4 .sub-menu a:hover {
  color: #4B6F69;
}
.site-navigation .menu > li .col-1.logos,
.site-navigation .menu > li .col-2.logos,
.site-navigation .menu > li .col-3.logos,
.site-navigation .menu > li .col-4.logos {
  height: auto;
  margin-left: 70px;
  margin-right: 60px;
}
.site-navigation .menu > li .col-1.logos .menu-item,
.site-navigation .menu > li .col-2.logos .menu-item,
.site-navigation .menu > li .col-3.logos .menu-item,
.site-navigation .menu > li .col-4.logos .menu-item {
  margin: 0.625rem 0;
}
.site-navigation .menu > li .col-1.logos .menu-item a,
.site-navigation .menu > li .col-2.logos .menu-item a,
.site-navigation .menu > li .col-3.logos .menu-item a,
.site-navigation .menu > li .col-4.logos .menu-item a {
  margin: 0 auto;
}
.site-navigation .menu > li .col-1.logos .menu-item a:hover,
.site-navigation .menu > li .col-2.logos .menu-item a:hover,
.site-navigation .menu > li .col-3.logos .menu-item a:hover,
.site-navigation .menu > li .col-4.logos .menu-item a:hover {
  background-position: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-navigation .menu > li .col-1.logos .pokemon a,
.site-navigation .menu > li .col-2.logos .pokemon a,
.site-navigation .menu > li .col-3.logos .pokemon a,
.site-navigation .menu > li .col-4.logos .pokemon a {
  display: block;
  background: url("../img/pokemon.png") no-repeat;
  background-size: 115px 59px;
  width: 115px;
  height: 64px;
  text-indent: -999px;
}
.site-navigation .menu > li .col-1.logos .yugiho a,
.site-navigation .menu > li .col-2.logos .yugiho a,
.site-navigation .menu > li .col-3.logos .yugiho a,
.site-navigation .menu > li .col-4.logos .yugiho a {
  display: block;
  background: url("../img/yugioh.png") no-repeat;
  background-size: 115px 42px;
  width: 115px;
  height: 47px;
  text-indent: -999px;
}
.site-navigation .menu > li .col-1.logos .lorcana a,
.site-navigation .menu > li .col-2.logos .lorcana a,
.site-navigation .menu > li .col-3.logos .lorcana a,
.site-navigation .menu > li .col-4.logos .lorcana a {
  display: block;
  background: url("../img/lorcana.png") no-repeat;
  background-size: 115px 50px;
  width: 115px;
  height: 55px;
  text-indent: -999px;
}
.site-navigation .menu > li .col-1.logos .altered a,
.site-navigation .menu > li .col-2.logos .altered a,
.site-navigation .menu > li .col-3.logos .altered a,
.site-navigation .menu > li .col-4.logos .altered a {
  display: block;
  background: url("../img/alteredtcg.png") no-repeat;
  background-size: 115px 41px;
  width: 115px;
  height: 46px;
  text-indent: -999px;
}
.site-navigation .menu > li .col-1.logos .swunlimited a,
.site-navigation .menu > li .col-2.logos .swunlimited a,
.site-navigation .menu > li .col-3.logos .swunlimited a,
.site-navigation .menu > li .col-4.logos .swunlimited a {
  display: block;
  background: url("../img/swunlimited.png") no-repeat;
  background-size: 75px 54px;
  width: 75px;
  height: 59px;
  text-indent: -999px;
}
.site-navigation .menu > li .col-1.logos .magic a,
.site-navigation .menu > li .col-2.logos .magic a,
.site-navigation .menu > li .col-3.logos .magic a,
.site-navigation .menu > li .col-4.logos .magic a {
  display: block;
  background: url("../img/magic.png") no-repeat;
  background-size: 115px 39px;
  width: 115px;
  height: 44px;
  text-indent: -999px;
}
.site-navigation .menu > li .col-1.logos .onepiece a,
.site-navigation .menu > li .col-2.logos .onepiece a,
.site-navigation .menu > li .col-3.logos .onepiece a,
.site-navigation .menu > li .col-4.logos .onepiece a {
  display: block;
  background: url("../img/one-piece.png") no-repeat;
  background-size: 115px 34px;
  width: 115px;
  height: 39px;
  text-indent: -999px;
}
.site-navigation .menu > li .col-1.logos .defis a,
.site-navigation .menu > li .col-2.logos .defis a,
.site-navigation .menu > li .col-3.logos .defis a,
.site-navigation .menu > li .col-4.logos .defis a {
  display: block;
  background: url("../img/defis.png") no-repeat;
  background-size: 75px 74px;
  width: 75px;
  height: 79px;
  text-indent: -999px;
}
.site-navigation .menu > li .col-1.logos .riftbound a,
.site-navigation .menu > li .col-2.logos .riftbound a,
.site-navigation .menu > li .col-3.logos .riftbound a,
.site-navigation .menu > li .col-4.logos .riftbound a {
  display: block;
  background: url("../img/riftbound.png") no-repeat;
  background-size: 115px 51px;
  width: 115px;
  height: 59px;
  text-indent: -999px;
}
.site-navigation .menu > li .featured {
  height: auto;
  margin: 0 !important;
}
.site-navigation .menu > li .featured .magic a {
  text-align: center;
}
.site-navigation .menu > li .featured .magic a:before {
  content: "";
  display: block;
  width: 431px;
  height: 221px;
  border-radius: 12px;
  background-image: url("../img/magic-featured.jpg");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.site-navigation .menu > li .featured .othertcg a {
  text-align: center;
}
.site-navigation .menu > li .featured .othertcg a:before {
  content: "";
  display: block;
  width: 431px;
  height: 221px;
  border-radius: 12px;
  background-image: url("../img/othertcg.jpg");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.site-navigation .menu > li .featured .wilson a {
  text-align: center;
}
.site-navigation .menu > li .featured .wilson a:before {
  content: "";
  display: block;
  width: 431px;
  height: 221px;
  border-radius: 12px;
  background-image: url("../img/wilson.jpg");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.site-navigation .menu > li .featured .theory a {
  text-align: center;
}
.site-navigation .menu > li .featured .theory a:before {
  content: "";
  display: block;
  width: 431px;
  height: 221px;
  border-radius: 12px;
  background-image: url("../img/theory.jpg");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.site-navigation .menu > li .featured .charlie a {
  text-align: center;
}
.site-navigation .menu > li .featured .charlie a:before {
  content: "";
  display: block;
  width: 431px;
  height: 221px;
  border-radius: 12px;
  background-image: url("../img/charlie.jpg");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.site-navigation .menu > li .featured .dd a {
  text-align: center;
}
.site-navigation .menu > li .featured .dd a:before {
  content: "";
  display: block;
  width: 431px;
  height: 221px;
  border-radius: 12px;
  background-image: url("../img/dd.jpg");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.site-navigation .menu > li .featured .lego a {
  text-align: center;
}
.site-navigation .menu > li .featured .lego a:before {
  content: "";
  display: block;
  width: 431px;
  height: 221px;
  border-radius: 12px;
  background-image: url("../img/lego.jpg");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.site-navigation .menu > li .featured .chessex a {
  text-align: center;
}
.site-navigation .menu > li .featured .chessex a:before {
  content: "";
  display: block;
  width: 431px;
  height: 221px;
  border-radius: 12px;
  background-image: url("../img/chessex_1.jpg");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.site-navigation .menu > li .col-theme > a {
  cursor: default;
  font-size: 1.25rem;
  color: #4B6F69;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.75rem;
}
.site-navigation .menu > li .col-theme .sub-menu li {
  margin-bottom: 0.625rem;
}
.site-navigation .menu > li .col-theme .sub-menu li.current-menu-item a {
  color: #899786 !important;
}
.site-navigation .menu > li .col-theme .sub-menu a {
  font-size: 1.25rem;
  color: #837979;
  text-transform: uppercase;
  font-weight: 500;
}
.site-navigation .menu > li .col-theme .sub-menu a:hover {
  color: #4B6F69;
}
.site-navigation .menu > li .col-theme + .col-theme > a {
  opacity: 0;
}
.site-navigation .menu > li.col-vignette > .sub-menu {
  padding: 2.5rem 0 0 0;
}
.site-navigation .menu > li.col-vignette .col-1 {
  width: 100%;
  height: 100%;
  margin: 0;
}
.site-navigation .menu > li.col-vignette .col-1 .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.site-navigation .menu > li.col-vignette .col-1 .sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #837979;
  border-left: 1px solid #837979;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-navigation .menu > li.col-vignette .col-1 .sub-menu li:hover {
  background-color: #899786;
}
.site-navigation .menu > li.col-vignette .col-1 .sub-menu li:hover a {
  color: #fff;
}
.site-navigation .menu > li.col-vignette .col-1 .sub-menu li:first-child {
  border-left: none;
}
.site-navigation .menu > li.col-vignette .col-1 .sub-menu li.yugiho a:before {
  background-image: url("../img/yugi.jpg");
}
.site-navigation .menu > li.col-vignette .col-1 .sub-menu li.pokemon a:before {
  background-image: url("../img/pokemon-2.jpg");
}
.site-navigation .menu > li.col-vignette .col-1 .sub-menu li.lorcana a:before {
  background-image: url("../img/lorcana.jpg");
}
.site-navigation .menu > li.col-vignette .col-1 .sub-menu li.current-menu-item a:hover {
  color: #fff !important;
}
.site-navigation .menu > li.col-vignette .col-1 .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.site-navigation .menu > li.col-vignette .col-1 .sub-menu a:before {
  content: "";
  display: block;
  width: 240px;
  height: 165px;
  border-radius: 12px;
  background-image: url("../img/magic.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 0.9375rem;
  border: 1px solid #656565;
}
.site-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.site-navigation a {
  display: block;
  text-decoration: none;
}
.site-navigation a:focus {
  outline: none;
}
.mobile-menu {
  display: none;
  padding-top: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1120px) {
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-menu .xoo-wsc-sc-subt {
  display: none;
}
.mobile-menu .xoo-wsc-sc-bki {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: inherit;
}
.mobile-menu .xoo-wsc-sc-bki img {
  display: block;
}
.mobile-menu .xoo-wsc-sc-count {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: transparent;
  color: #2D2828;
  border-radius: 100%;
  border: 1px solid #2D2828;
  height: 26px;
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 1.1875rem;
  font-family: "Helsinki";
  -webkit-box-shadow: 3px 3px 0px 0px #2D2828;
          box-shadow: 3px 3px 0px 0px #2D2828;
  margin-left: 0.25rem;
}
.mobile-menu .custom-logo {
  width: 110px;
}

.nav-mobile {
  display: none;
  background-color: #C37C5A;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: auto;
  visibility: hidden;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1120px) {
  .nav-mobile {
    display: block;
  }
}
.nav-mobile > .wrap {
  min-height: 100%;
  padding-bottom: 2.125rem;
}
.nav-mobile.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
.nav-mobile .top-nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 0 2.5rem;
}
.nav-mobile .top-nav-mobile a {
  color: #F6F1EB;
  font-family: "Helsinki";
  text-transform: uppercase;
  text-decoration: none;
}
.nav-mobile .top-nav-mobile img {
  pointer-events: initial;
}
.nav-mobile .top-nav-mobile .locations {
  margin: 0 0 0 0.9375rem;
}
.nav-mobile .top-nav-mobile .blog {
  margin: 0 auto 0 0.9375rem;
}
.nav-mobile .menu-wrapper {
  margin-top: 2.5rem;
  background-color: #F6F1EB;
  border-radius: 15px;
  border: 2px solid #2D2828;
}
.nav-mobile .menu {
  margin: 0;
  padding: 0;
}
.nav-mobile .menu li {
  list-style: none;
}
.nav-mobile .menu > li > a {
  position: relative;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
}
.nav-mobile .menu > li > a:before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-image: url("../img/icons/border-bottom.svg");
  background-size: 100% 10px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav-mobile .menu > li > a:after {
  content: "";
  display: block;
  height: 10px;
  width: 8px;
  background-image: url("../img/icons/chevron-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0.3125rem;
}
.nav-mobile .menu > li > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: #F6F1EB;
  margin: 0;
  padding: 0 0 1.875rem 0;
  list-style: none;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}
.nav-mobile .menu > li > .sub-menu.active {
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.nav-mobile .menu > li > .sub-menu > li.retour-mobile {
  display: block;
  height: 85px;
  width: 70px;
  background-image: url("../img/icons/arrow-back.svg");
  background-size: 52px 54px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}
.nav-mobile .menu > li > .sub-menu > li.retour-mobile a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.nav-mobile .menu > li > .sub-menu > li.retour-mobile + li {
  width: 70%;
  margin: 0 auto 0 0;
}
.nav-mobile .menu > li > .sub-menu > li.retour-mobile + li a {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "Helsinki";
  color: #2D2828;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 85px;
  width: 100%;
  position: relative;
  padding: 0 20px;
}
.nav-mobile .menu > li > .sub-menu > li.retour-mobile + li a:before {
  content: "";
}
.nav-mobile .menu > li > .sub-menu > li .sub-menu {
  margin: 0 1.5625rem;
  padding: 0;
}
.nav-mobile .menu > li > .sub-menu .label {
  width: 100%;
  margin-right: 0;
  position: relative;
  padding-top: 20px;
}
.nav-mobile .menu > li > .sub-menu .label:before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-image: url("../img/icons/border-menu-mobile.svg");
  background-size: 100% 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-mobile .menu > li > .sub-menu .label > a {
  display: none;
}
.nav-mobile .menu > li > .sub-menu .label .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-mobile .menu > li > .sub-menu .label .sub-menu li {
  margin-right: 0.9375rem;
  margin-top: 0.625rem;
}
.nav-mobile .menu > li > .sub-menu .label .sub-menu li.nouveautes a {
  background-color: #4B6F69;
}
.nav-mobile .menu > li > .sub-menu .label .sub-menu li.occasions a {
  background-color: #6B3C1A;
}
.nav-mobile .menu > li > .sub-menu .label .sub-menu li.promos a {
  background-color: #C37C5A;
}
.nav-mobile .menu > li > .sub-menu .label .sub-menu li.pre-co a {
  background-color: #899786;
}
.nav-mobile .menu > li > .sub-menu .label .sub-menu li.ventes a {
  background-color: #D6A386;
}
.nav-mobile .menu > li > .sub-menu .label .sub-menu a {
  font-family: "Helsinki";
  font-size: 0.625rem;
  padding: 0.4375rem 0.5rem;
  color: #F6F1EB;
  background-color: #4B6F69;
  border-radius: 10px;
  text-decoration: none;
}
.nav-mobile .menu > li > .sub-menu .col-1, .nav-mobile .menu > li > .sub-menu .col-2 {
  margin-top: 1.5625rem;
}
.nav-mobile .menu > li > .sub-menu .col-1,
.nav-mobile .menu > li > .sub-menu .col-2,
.nav-mobile .menu > li > .sub-menu .col-3,
.nav-mobile .menu > li > .sub-menu .col-4 {
  width: 50%;
}
.nav-mobile .menu > li > .sub-menu .col-1 > a,
.nav-mobile .menu > li > .sub-menu .col-2 > a,
.nav-mobile .menu > li > .sub-menu .col-3 > a,
.nav-mobile .menu > li > .sub-menu .col-4 > a {
  display: none;
}
.nav-mobile .menu > li > .sub-menu .col-1 .sub-menu li,
.nav-mobile .menu > li > .sub-menu .col-2 .sub-menu li,
.nav-mobile .menu > li > .sub-menu .col-3 .sub-menu li,
.nav-mobile .menu > li > .sub-menu .col-4 .sub-menu li {
  margin-bottom: 0.625rem;
}
.nav-mobile .menu > li > .sub-menu .col-1 .sub-menu li.current-menu-item a,
.nav-mobile .menu > li > .sub-menu .col-2 .sub-menu li.current-menu-item a,
.nav-mobile .menu > li > .sub-menu .col-3 .sub-menu li.current-menu-item a,
.nav-mobile .menu > li > .sub-menu .col-4 .sub-menu li.current-menu-item a {
  color: #899786 !important;
}
.nav-mobile .menu > li > .sub-menu .col-1 .sub-menu a,
.nav-mobile .menu > li > .sub-menu .col-2 .sub-menu a,
.nav-mobile .menu > li > .sub-menu .col-3 .sub-menu a,
.nav-mobile .menu > li > .sub-menu .col-4 .sub-menu a {
  font-size: 1.125rem;
  color: #837979;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.nav-mobile .menu > li > .sub-menu .col-theme {
  margin-top: 1.5625rem;
}
.nav-mobile .menu > li > .sub-menu .col-theme > a {
  cursor: default;
  font-size: 1.25rem;
  color: #837979;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.75rem;
  margin: 0 1.5625rem 1.25rem 1.5625rem;
  display: block;
}
.nav-mobile .menu > li > .sub-menu .col-theme a {
  text-decoration: none;
}
.nav-mobile .menu > li > .sub-menu .col-theme .sub-menu li {
  margin-bottom: 0.625rem;
}
.nav-mobile .menu > li > .sub-menu .col-theme .sub-menu li.current-menu-item a {
  color: #899786 !important;
}
.nav-mobile .menu > li > .sub-menu .col-theme .sub-menu a {
  font-size: 0.9375rem;
  color: #837979;
  text-transform: uppercase;
  font-weight: 500;
}
.nav-mobile .menu > li > .sub-menu .col-theme + .col-theme > a {
  opacity: 0;
}
@media screen and (max-width: 530px) {
  .nav-mobile .menu > li > .sub-menu .col-theme:last-child {
    margin-top: 0;
  }
}
.nav-mobile .menu + .menu > li:last-child > a:before {
  display: none;
}
.nav-mobile .bottom-nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}
.nav-mobile .bottom-nav-mobile p, .nav-mobile .bottom-nav-mobile a {
  color: #F6F1EB;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.nav-mobile .bottom-nav-mobile .rs a {
  background-color: #F6F1EB;
  border-radius: 100%;
  border: 1px solid #2D2828;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 3px 3px 0px 0px #2D2828;
          box-shadow: 3px 3px 0px 0px #2D2828;
  margin-left: 0.875rem;
}

/*--------------------------------------------------------------
## Top Header
--------------------------------------------------------------*/
.top-header {
  margin-top: 1.625rem;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 1120px) {
  .top-header {
    display: none;
  }
}
.top-header .wrap {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-header .search-bar {
  width: 390px;
}
.top-header .search-bar .dgwt-wcas-sf-wrapp:after {
  content: "";
  background-image: url("../img/icons/search.svg");
  width: 21px;
  height: 21px;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.top-header .search-bar .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 26px;
  border: 1px solid #837979;
  line-height: 1;
  padding: 0 1.625rem;
  font-family: "Helsinki";
  background-color: transparent;
  height: 50px;
}
.top-header .search-bar .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
  right: 45px;
}
.top-header .search-bar .dgwt-wcas-sf-wrapp .dgwt-wcas-close:hover {
  opacity: 0.6;
}
.top-header .search-bar .dgwt-wcas-sf-wrapp svg path {
  fill: #2D2828;
}
.top-header .search-bar .dgwt-wcas-ico-magnifier {
  display: none;
}
.top-header .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-header .top-menu > * {
  margin-left: 1.5625rem;
}
.top-header .top-menu p, .top-header .top-menu a {
  color: #837979;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.top-header .top-menu a {
  font-family: "Brilk";
  font-size: 0.9375rem;
  font-weight: 700;
}
.top-header .top-menu a:hover {
  color: #4B6F69;
}
.top-header .top-menu .account {
  font-family: "Helsinki";
  font-weight: 400;
}
.top-header .top-menu .rs ul li:first-child a {
  margin: 0;
}
.top-header .top-menu .rs ul a {
  padding: 0;
}
.top-header .top-menu .rs ul a:hover svg path {
  fill: #4B6F69;
}
.top-header .top-menu .rs ul a svg path {
  fill: #837979;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-header .xoo-wsc-sc-subt {
  display: none;
}
.top-header .xoo-wsc-sc-bki {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: inherit;
}
.top-header .xoo-wsc-sc-bki img {
  display: block;
}
.top-header .xoo-wsc-sc-count {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: transparent;
  color: #2D2828;
  border-radius: 100%;
  border: 1px solid #2D2828;
  height: 26px;
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 1.1875rem;
  font-family: "Helsinki";
  -webkit-box-shadow: 3px 3px 0px 0px #2D2828;
          box-shadow: 3px 3px 0px 0px #2D2828;
  margin-left: 0.25rem;
}

/*--------------------------------------------------------------
## Burger Menu
--------------------------------------------------------------*/
#burger {
  padding: 0;
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 10000;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media screen and (max-width: 1120px) {
  #burger {
    display: block;
  }
}
#burger p {
  margin: 0;
  color: #2D2828;
  text-transform: uppercase;
  font-size: 1rem;
}
#burger.is-active .burger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#burger.is-active .burger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s ease-out, opacity 0.3s 0.3s ease-out;
  transition: top 0.3s ease-out, opacity 0.3s 0.3s ease-out;
}
#burger.is-active .burger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.3s ease-out, -webkit-transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.3s ease-out, -webkit-transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.3s ease-out, transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.3s ease-out, transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.burger-box {
  width: 32px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.burger-inner {
  display: block;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background-image: url("../img/icons/mid-burger.svg");
}
.burger-inner, .burger-inner::before, .burger-inner::after {
  width: 32px;
  height: 5px;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-size: cover;
}
.burger-inner::before, .burger-inner::after {
  content: "";
  display: block;
}
.burger-inner::before {
  top: -7px;
  -webkit-transition: top 0.3s 0.3s ease-in, opacity 0.3s ease-in;
  transition: top 0.3s 0.3s ease-in, opacity 0.3s ease-in;
  background-image: url("../img/icons/top-burger.svg");
}
.burger-inner::after {
  bottom: -7px;
  -webkit-transition: bottom 0.3s 0.3s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.3s 0.3s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.3s 0.3s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.3s 0.3s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background-image: url("../img/icons/bottom-burger.svg");
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-content ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.9375rem;
}
.entry-content ul li:before {
  content: "";
  background: url("../img/icons/list-style.svg");
  width: 8px;
  height: 8px;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.sample-page > .wrap {
  max-width: 1024px;
  margin: 3.75rem auto;
}
.sample-page h1 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Helsinki";
  color: #4B6F69;
  margin-top: 0;
  margin-bottom: 3.75rem;
  text-transform: uppercase;
  text-align: center;
}
.sample-page h2 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-family: "Brilk";
  color: #837979;
  font-weight: 900;
}
.sample-page h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-family: "Brilk";
  color: #899786;
  font-weight: 900;
}
.sample-page h3 a {
  font-size: 1.25rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-family: "Brilk";
  color: #899786;
  font-weight: 900;
}
.sample-page .entry-meta {
  margin-bottom: 1.875rem;
  text-align: center;
}
.sample-page .post-thumbnail img {
  border-radius: 0.625rem;
}
.sample-page .wp-block-gallery {
  position: relative;
  background-color: #fff;
  border: 1px solid #837979;
  border-radius: 0.625rem;
  width: 100%;
  height: 434px;
  margin: 2.5rem 0 3.75rem;
}
@media screen and (max-width: 1120px) {
  .sample-page .wp-block-gallery {
    height: 300px;
  }
}
.sample-page .wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: auto;
  height: 80%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .sample-page .wp-block-gallery.has-nested-images figure.wp-block-image img {
    height: 70%;
  }
}
.sample-page .wp-block-gallery .slick-slide {
  width: 100%;
  height: 434px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1120px) {
  .sample-page .wp-block-gallery .slick-slide {
    height: 300px;
  }
}
.sample-page .wp-block-gallery .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.9375rem auto 0;
}
.sample-page .wp-block-gallery .slick-dots li {
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  margin: 0 0.3125rem;
}
.sample-page .wp-block-gallery .slick-dots li::before {
  display: none;
}
.sample-page .wp-block-gallery .slick-dots li.slick-active button {
  background-color: #899786;
}
.sample-page .wp-block-gallery .slick-dots button {
  border: none;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: #837979;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  display: block;
  cursor: pointer;
}
.sample-page .wp-block-gallery .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -38px;
  text-indent: -9999px;
  background: none;
  border: none;
  width: 80px;
  height: 77px;
  background-size: cover;
  cursor: pointer;
}
.sample-page .wp-block-gallery .slick-arrow.slick-prev {
  background-image: url("../img/icons/arrow-pagination-left.svg");
  left: -25px;
}
.sample-page .wp-block-gallery .slick-arrow.slick-next {
  background-image: url("../img/icons/arrow-pagination.svg");
  right: -25px;
}
@media screen and (max-width: 1120px) {
  .sample-page .wp-block-gallery .slick-arrow {
    display: none !important;
  }
}
.sample-page p:first-child {
  margin-top: 0;
}
.sample-page .wp-block-image a {
  display: block;
}
.sample-page .wp-block-image img {
  border-radius: 0.625rem;
  border: 1px solid #837979;
}
.sample-page .wp-block-image.cadre {
  background-image: url("../img/icons/cadre.svg");
  width: 300px;
  height: 291px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sample-page .wp-block-image.cadre.size-full {
  position: relative;
  background-image: url("../img/icons/big_cadre.svg");
  width: 100%;
  height: 434px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
.sample-page .wp-block-image.cadre.size-full:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -10px;
  width: 23px;
  height: 22px;
  background-image: url("../img/icons/pin.svg");
  background-size: cover;
  margin-left: -11px;
}
.sample-page .wp-block-image.cadre.size-full img {
  max-width: 90%;
}
.sample-page .wp-block-image.cadre.size-medium {
  width: 300px;
  height: 291px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
}
@media screen and (max-width: 1120px) {
  .sample-page .wp-block-image.cadre.size-medium {
    margin: 0 auto;
  }
}
.sample-page .wp-block-image.cadre img {
  max-width: 60%;
  border: none;
  border-radius: 0;
  margin-top: 0.9375rem;
}
.sample-page .wp-block-image.cadre-hauteur {
  background-image: url("../img/icons/cadre-hauteur.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.sample-page .wp-block-image.cadre-hauteur.size-full {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sample-page .wp-block-image.cadre-hauteur.size-full img {
  border: none;
  border-radius: 0;
  -webkit-transform: rotate(3deg) scale(0.8);
          transform: rotate(3deg) scale(0.8);
}
.sample-page .wp-block-image.no-border img {
  border-radius: 0;
  border: none;
}
.sample-page .wp-block-columns,
.sample-page .wp-block-group {
  gap: 1em;
}
.sample-page .wp-block-columns .wp-block-image:first-child,
.sample-page .wp-block-group .wp-block-image:first-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*--------------------------------------------------------------
# Fancybox
--------------------------------------------------------------*/
.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

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

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

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

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

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

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

.fancybox__image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

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

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

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

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

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

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

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-ms-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - (25vw - 12px));
  max-width: 100vw;
  width: 100vw;
}

.alignfull {
  margin: 30px calc(50% - 50vw);
  margin-right: calc(50% - (50vw - 12px));
  max-width: 100vw;
  width: 100vw;
}

.has-small-font-size {
  font-size: 12px;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 20px;
}

.has-green-color {
  color: #4B6F69;
}

.has-green-background-color {
  background-color: #4B6F69;
}

.has-blue-color {
  color: #33658A;
}

.has-blue-background-color {
  background-color: #33658A;
}

.has-light-green-color {
  color: #899786;
}

.has-light-green-background-color {
  background-color: #899786;
}

.has-yellow-color {
  color: #F6AE2D;
}

.has-yellow-background-color {
  background-color: #F6AE2D;
}

.has-orange-color {
  color: #F26419;
}

.has-orange-background-color {
  background-color: #F26419;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.site-footer {
  background-color: #899786;
  padding: 5rem 0 2.5rem 0;
}
.site-footer .wrap {
  max-width: 1500px;
}
.site-footer .col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1120px) {
  .site-footer .col-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer .col-3 h4 {
  color: #324A46;
  text-align: center;
  margin-bottom: 1.875rem;
}
.site-footer .col-3 a {
  color: #2D2828;
  text-align: center;
  font-size: 0.9375rem;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .col-3 a:hover {
  color: #fff;
}
@media screen and (max-width: 1120px) {
  .site-footer .col-3 > div {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1120px) {
  .site-footer .col-3 > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1120px) {
  .site-footer .col-3 > div:last-child {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.site-footer .col-3 > div:first-child ul,
.site-footer .col-3 > div:last-child ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .col-3 > div:first-child ul li,
.site-footer .col-3 > div:last-child ul li {
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1120px) {
  .site-footer .col-3 > div:first-child ul li:last-child,
  .site-footer .col-3 > div:last-child ul li:last-child {
    margin-bottom: 0;
  }
}
.site-footer .col-3 > div:nth-child(2) img {
  display: block;
  margin: 0 auto 2.5rem auto;
}
.site-footer .col-3 .infos {
  text-align: center;
  width: 244px;
}
.site-footer .col-3 .infos a {
  text-transform: uppercase;
  color: #F6F1EB;
  text-decoration: none;
  font-size: 1.125rem;
}
.site-footer .col-3 .infos a:hover {
  color: #2D2828;
}
.site-footer .col-3 .infos .num a + a {
  margin-top: 0.5rem;
}

.site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1120px) {
  .site-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-info .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1120px) {
  .site-info .menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.site-info .menu p, .site-info .menu a {
  text-decoration: none;
  color: #2D2828;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-right: 2.0625rem;
}
@media screen and (max-width: 1120px) {
  .site-info .menu p, .site-info .menu a {
    margin-right: 0;
  }
}
.site-info .menu a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-info .menu a:hover {
  color: #fff;
}

.home #main {
  margin-top: 0;
}

#home-header {
  position: relative;
  height: calc(100vh - 154px);
  background-image: url("../img/bg-header-home-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  #home-header {
    background-image: none;
    height: calc(100vh - 121px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1120px) {
  #home-header:after {
    content: "";
    display: block;
    width: 100%;
    height: 370px;
    background-image: url("../img/bg-header-home.png");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background-position: bottom left;
  }
}
#home-header .masteryeti {
  position: absolute;
  bottom: -100px;
  right: -139px;
}
@media screen and (max-width: 1120px) {
  #home-header .masteryeti {
    bottom: 100px;
    right: -139px;
  }
}
#home-header .wrap {
  position: relative;
  background-position: left;
  background-repeat: no-repeat;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home-header .wrap .card,
#home-header .wrap .dice,
#home-header .wrap .element {
  position: absolute;
}
@media screen and (max-width: 1120px) {
  #home-header .wrap .card,
  #home-header .wrap .dice,
  #home-header .wrap .element {
    display: none;
  }
}
#home-header .wrap .element {
  top: 150px;
  left: 250px;
}
#home-header .wrap .card {
  top: 57px;
  right: 98px;
}
#home-header .wrap .dice {
  bottom: 70px;
  right: 445px;
}
#home-header .wrap .text {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 1120px) {
  #home-header .wrap .text {
    margin-bottom: 0;
  }
}
#home-header .wrap p {
  color: #4B6F69;
  font-family: "Helsinki";
  font-size: 6.3125rem;
  letter-spacing: -6px;
  line-height: 7.1875rem;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1120px) {
  #home-header .wrap p {
    font-size: 3.125rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
#home-header .wrap p span {
  position: relative;
  display: inline-block;
}
#home-header .wrap p span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: url("../img/icons/underline.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1120px) {
  #home-header .wrap p span:after {
    bottom: 2px;
  }
}
#home-header .wrap p + p {
  color: #837979;
  font-size: 2.6875rem;
  line-height: 3.5rem;
  letter-spacing: 0;
  font-family: "Brilk";
  margin-top: 0.9375rem;
  font-weight: 400;
  text-transform: none;
}
@media screen and (max-width: 1120px) {
  #home-header .wrap p + p {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 0.3125rem;
  }
}
#home-header .mobile-imgs {
  display: none;
  position: relative;
}
@media screen and (max-width: 1120px) {
  #home-header .mobile-imgs {
    display: block;
  }
}
#home-header .mobile-imgs .card,
#home-header .mobile-imgs .dice,
#home-header .mobile-imgs .element {
  position: absolute;
}
#home-header .mobile-imgs .element {
  top: 10px;
  left: 20px;
}
#home-header .mobile-imgs .card {
  top: -60px;
  right: 40px;
}
#home-header .mobile-imgs .dice {
  top: 160px;
  right: 20px;
}

#most-like {
  padding-top: 6.25rem;
}
@media screen and (max-width: 1120px) {
  #most-like {
    padding-top: 2.5rem;
  }
}
#most-like .text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1120px) {
  #most-like .text {
    max-width: 100%;
  }
}
#most-like .text p {
  max-width: 100%;
}
#most-like ul {
  margin: -140px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}
@media screen and (max-width: 1120px) {
  #most-like ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin: 2.5rem 0;
  }
}
#most-like ul .featured {
  grid-area: 1/4/3/6;
}
@media screen and (max-width: 1120px) {
  #most-like ul .featured {
    grid-area: 1;
  }
}
#most-like ul .featured:after {
  background-color: #2D2828;
}
#most-like ul .featured a {
  background-color: #C37C5A;
}
#most-like ul .featured .approved {
  position: relative;
  background-color: #4B6F69;
  border-radius: 10px;
  padding: 8px 40px 8px 13px;
  display: inline-block;
}
#most-like ul .featured .approved span {
  display: inline-block;
  color: #F6F1EB;
  font-family: "Helsinki";
  font-size: 0.8125rem;
  text-transform: uppercase;
}
#most-like ul .featured .approved img {
  position: absolute;
  right: -8px;
  top: -5px;
}
#most-like ul .featured .wrap-thumb-product {
  position: relative;
  width: 285px;
  height: 285px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1120px) {
  #most-like ul .featured .wrap-thumb-product {
    width: 200px;
    height: 200px;
    margin-top: 1.25rem;
  }
}
#most-like ul .featured .wrap-thumb-product .thumb-product {
  width: 100%;
  height: 100%;
}
#most-like ul .featured .wrap-thumb-product .shadow {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 80px;
  height: 17px;
  margin-left: -61px;
  border-radius: 100%;
  background-color: #A46543;
  display: block;
  opacity: 0;
  -webkit-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#most-like ul .featured .wrap-thumb-product:after {
  content: "";
  z-index: 2;
  width: 88px;
  height: 71px;
  display: block;
  background-image: url("../img/icons/elem1-featured.svg");
  background-size: cover;
  position: absolute;
  top: 30px;
  left: -40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1120px) {
  #most-like ul .featured .wrap-thumb-product:after {
    width: 48px;
    height: 39px;
  }
}
#most-like ul .featured .wrap-thumb-product:before {
  content: "";
  width: 43px;
  height: 43px;
  display: block;
  background-image: url("../img/icons/elem2-featured.svg");
  background-size: cover;
  position: absolute;
  bottom: -40px;
  right: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1120px) {
  #most-like ul .featured .wrap-thumb-product:before {
    bottom: -20px;
  }
}
#most-like ul .featured .title {
  font-size: 2.8125rem;
  line-height: 2.8125rem;
  color: #F6F1EB;
}
@media screen and (max-width: 1120px) {
  #most-like ul .featured .title {
    font-size: 1.875rem;
    line-height: 1;
  }
}
#most-like ul .featured .price {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  font-size: 2.125rem;
  font-weight: 900;
  color: #2D2828;
}
@media screen and (max-width: 1120px) {
  #most-like ul .featured .price {
    font-size: 1.5625rem;
  }
}
#most-like ul .featured .desc {
  font-size: 1.125rem;
  color: #F6F1EB;
  text-align: center;
}
#most-like ul .featured .discover {
  top: 180px;
}
#most-like ul .featured .discover span {
  -webkit-transform: translate(-70%, 0);
          transform: translate(-70%, 0);
}
#most-like ul .featured:hover .wrap-thumb-product .thumb-product {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
#most-like ul .featured:hover .wrap-thumb-product:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#most-like ul .featured:hover .wrap-thumb-product:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#most-like ul .featured:hover .wrap-thumb-product .shadow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 122px;
}
#most-like ul .featured:hover .discover span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#most-like ul li:nth-child(-n+3) {
  opacity: 0;
  height: 175px;
}
@media screen and (max-width: 1120px) {
  #most-like ul li:nth-child(-n+3) {
    display: none;
  }
}

#open {
  margin: 4.375rem auto;
}
@media screen and (max-width: 1120px) {
  #open {
    margin: 2.5rem auto;
  }
}
#open .wrap {
  background-color: rgba(107, 60, 26, 0.1);
  padding: 3.75rem 0 4.375rem;
  max-width: 1800px;
}
@media screen and (max-width: 1120px) {
  #open .wrap {
    padding: 2.5rem 0;
  }
}
#open .hours {
  font-size: 4.1875rem;
  color: #2D2828;
  font-weight: 900;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#open .hours p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#open .hours .points {
  letter-spacing: 0;
  margin: 0 20px 0 20px;
  padding-bottom: 20px;
}
#open .hours .hour,
#open .hours .minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#open .hours .hour span,
#open .hours .minutes span {
  position: relative;
}
#open .hours .hour span:after,
#open .hours .minutes span:after {
  content: "";
  position: absolute;
  display: block;
  width: 56px;
  height: 96px;
  top: 3px;
  background-image: url(../img/icons/cadre-1.svg);
  background-size: cover;
  left: -13px;
}
#open .hours .hour span + span,
#open .hours .minutes span + span {
  margin-left: 34px;
}
#open .hours .hour span + span:after,
#open .hours .minutes span + span:after {
  background-image: url(../img/icons/cadre-2.svg);
  right: -13px;
  left: auto;
}
#open .hours p {
  margin: 0;
}
#open .txt p {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #837979;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
#open .txt p span {
  font-family: "Helsinki";
  color: #F6F1EB;
  background-color: #899786;
  border-radius: 4px;
  padding: 12px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1120px) {
  #open .txt p span {
    font-size: 2.1875rem;
    padding: 6px;
  }
}
#open .txt p + p {
  font-size: 1.375rem;
  text-transform: none;
  font-weight: 400;
  margin-top: 1.25rem;
}
#open .txt p.close span {
  background-color: #C37C5A;
}

#nouveautes {
  margin-bottom: 5rem;
}
#nouveautes h2 {
  position: relative;
}
#nouveautes h2:after {
  content: "";
  position: absolute;
  width: 123px;
  height: 124px;
  background-image: url("../img/icons/badge.svg");
  background-size: cover;
  right: 130px;
  bottom: -50px;
  display: block;
}
@media screen and (max-width: 1120px) {
  #nouveautes h2:after {
    right: 0;
    bottom: -70px;
  }
}
#nouveautes .title-2-col {
  position: relative;
  z-index: 2;
}

#infos {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1120px) {
  #infos {
    margin-bottom: 2.5rem;
  }
}
#infos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 81.25rem;
}
@media screen and (max-width: 1120px) {
  #infos ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#infos ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1120px) {
  #infos ul li {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1120px) {
  #infos ul li:last-child {
    margin-bottom: 0;
  }
}
#infos ul li p {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #2D2828;
}

@media screen and (max-width: 1120px) {
  #nos-univers {
    display: none;
  }
}
#nos-univers ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 2.8125rem auto 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1920px;
}
@media screen and (max-width: 1120px) {
  #nos-univers ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
#nos-univers ul li {
  height: 200px;
  border-top: 1px solid #837979;
  border-right: 1px solid #837979;
  border-bottom: 1px solid #837979;
  background-image: url("../img/bg-univers.jpg");
  background-size: cover;
}
@media screen and (max-width: 1120px) {
  #nos-univers ul li {
    border-top: 1px solid #837979;
    border-right: none;
    border-bottom: none;
  }
}
#nos-univers ul li:nth-child(-n+3) {
  border-bottom: none;
}
#nos-univers ul li:nth-child(3n) {
  border-right: none;
}
#nos-univers ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#nos-univers ul li a:hover p {
  color: #C37C5A;
}
#nos-univers ul li a:hover:after {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
#nos-univers ul li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #F6F1EB;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nos-univers ul li .txt {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nos-univers ul li p {
  color: #D6A386;
  font-size: 2.5rem;
  line-height: 2.8125rem;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}

#test {
  background-color: #C37C5A;
  max-width: 100%;
}
#test .wrap {
  padding-top: 4.375rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 1120px) {
  #test .wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
#test h2 {
  color: #F6F1EB;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
}
#test h2 span + span {
  color: #D6A386;
  font-size: 2.1875rem;
  letter-spacing: 1px;
  margin: 0 0 0 auto;
}

#us {
  margin-top: 4.375rem;
}
@media screen and (max-width: 1120px) {
  #us {
    margin-top: 2.5rem;
  }
}
#us .wrap {
  max-width: 1500px;
}
#us .col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1120px) {
  #us .col-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#us .col-3 div:first-child {
  width: 27%;
  position: relative;
}
@media screen and (max-width: 1120px) {
  #us .col-3 div:first-child {
    width: 100%;
  }
}
#us .col-3 div:first-child:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -60px;
  right: 0;
  width: 139px;
  height: 185px;
  background: url(../img/icons/us-element.svg);
  background-size: cover;
}
@media screen and (max-width: 1120px) {
  #us .col-3 div:first-child:after {
    display: none;
  }
}
#us .col-3 div:first-child p {
  color: #4B6F69;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 3.1875rem;
  font-weight: 900;
}
@media screen and (max-width: 1120px) {
  #us .col-3 div:first-child p {
    font-size: 1.375rem;
    line-height: 2.1875rem;
    margin-top: 0;
  }
  #us .col-3 div:first-child p br {
    display: none;
  }
}
#us .col-3 div:nth-child(2) {
  width: 46%;
}
@media screen and (max-width: 1120px) {
  #us .col-3 div:nth-child(2) {
    width: 80%;
    max-width: 300px;
    margin: 2.5rem 0;
  }
  #us .col-3 div:nth-child(2) br {
    display: none;
  }
}
#us .col-3 div:nth-child(2) img {
  margin: 0 auto;
  display: block;
}
#us .col-3 div:last-child {
  width: 27%;
  margin: auto 0 0 0;
}
@media screen and (max-width: 1120px) {
  #us .col-3 div:last-child {
    width: 100%;
  }
}
#us .col-3 div:last-child p {
  color: #2D2828;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
}
#us .col-3 div:last-child p:last-child {
  margin-bottom: 0;
}
#us .come {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1120px) {
  #us .come {
    margin-top: 3.75rem;
  }
}
#us .come h3 {
  text-align: center;
}
#us .come img {
  display: block;
  margin: 0 auto;
}

#map {
  margin-top: 3.125rem;
}
#map .wrap {
  max-width: 1500px;
}
#map .wrapper-map {
  background: url("../img/map.jpg");
  background-size: cover;
  height: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2.25rem;
}
@media screen and (max-width: 1120px) {
  #map .wrapper-map {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#map .infos {
  padding: 2.625rem 2.375rem 1.875rem 2.375rem;
  position: relative;
  background-color: #899786;
  width: 320px;
  text-align: center;
}
#map .infos:after {
  content: "";
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -36px;
  width: 73px;
  height: 67px;
  display: block;
  background: url("../img/icons/yeti-head.svg");
  background-size: cover;
}
#map .infos .num a + a {
  margin-top: 0.5rem;
}

#cats {
  margin-top: 5.1875rem;
}
@media screen and (max-width: 1120px) {
  #cats {
    margin-top: 2.5rem;
  }
}
#cats ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #837979;
  border-bottom: 1px solid #837979;
}
@media screen and (max-width: 1120px) {
  #cats ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
}
#cats ul li {
  height: 210px;
  width: 100%;
  border-left: 1px solid #837979;
}
@media screen and (max-width: 1120px) {
  #cats ul li {
    border-left: none;
    border-top: 1px solid #837979;
  }
}
#cats ul li:last-child {
  border-right: 1px solid #837979;
}
@media screen and (max-width: 1120px) {
  #cats ul li:last-child {
    border-right: none;
  }
}
#cats ul li a {
  text-align: center;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 1.875rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #2D2828;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#cats ul li a:hover {
  color: #fff;
}
#cats ul li a span {
  display: block;
  max-width: 52%;
  margin: 0 auto;
  line-height: 34px;
}
#cats ul li.cartes-cadeaux a:hover {
  background-color: #D6A386;
}
#cats ul li.precommandes a:hover {
  background-color: #C37C5A;
}
#cats ul li.nouveautes a:hover {
  background-color: #324A46;
}
#cats ul li.locations a:hover {
  background-color: #6B3C1A;
}
#cats ul li.promos a:hover {
  background-color: #4B6F69;
}

.woocommerce-products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .woocommerce-products-header {
    margin-top: 1.5625rem;
  }
}
.woocommerce-products-header h2,
.woocommerce-products-header .term-description,
.woocommerce-products-header .page-description {
  text-transform: uppercase;
  font-size: 1rem;
  color: #837979;
  max-width: 90%;
  margin-top: 0;
  text-transform: none;
  font-family: "Brilk";
  letter-spacing: inherit;
  line-height: 1.5rem;
}
.woocommerce-products-header .locations-txt h2 {
  font-size: 1.25rem;
  margin: 0;
  max-width: 100%;
}
.woocommerce-products-header .woocommerce-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.1875rem auto 0 auto;
  padding: 0;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .woocommerce-products-header .woocommerce-categories {
    display: none;
  }
}
.woocommerce-products-header .woocommerce-categories li {
  list-style: none;
  margin: 0 0.625rem 1.375rem 0.625rem;
}
.woocommerce-products-header .woocommerce-categories h3 {
  margin: 0;
}
.woocommerce-products-header .woocommerce-categories h3 a {
  font-size: 0.8125rem;
  font-family: "Helsinki";
  font-weight: 400;
  text-decoration: none;
  height: 30px;
  background-color: rgba(107, 60, 26, 0.15);
  border-radius: 10px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
}
.woocommerce-products-header .woocommerce-categories h3 a:hover {
  color: #F6F1EB;
  background-color: #4B6F69;
}

.content-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.75rem;
  margin-bottom: 6.875rem;
}
@media screen and (max-width: 768px) {
  .content-products {
    margin-top: 1.875rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .content-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-products .filter {
  width: 20%;
}
@media screen and (max-width: 1120px) {
  .content-products .filter {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .content-products .filter {
    width: 100%;
  }
}
.content-products .filter .filter-txt {
  border-bottom: 1px solid #837979;
  font-size: 1.25rem;
  font-weight: 900;
  color: #4B6F69;
  display: block;
  margin: 0;
  padding: 0 0 1.25rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .content-products .filter .filter-txt {
    padding: 0 0 1.25rem 0;
  }
}
.content-products .filter .filter-txt .more {
  display: none;
  width: 10px;
  height: 8px;
  background-image: url(../img/icons/chevron.svg);
  background-size: cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .content-products .filter .filter-txt .more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.content-products .filter .filter-txt.active .more {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content-products .filter .woof {
  padding: 1.875rem 1.875rem 0 1.875rem;
  border-right: 1px solid #837979;
}
@media screen and (max-width: 768px) {
  .content-products .filter .woof {
    display: none;
    border-right: none;
    padding: 0.9375rem 0.9375rem 0 0.9375rem;
  }
}
.content-products .filter .woof ul {
  margin: 0;
  padding: 0;
}
.content-products .filter .woof .woof_checkbox_label {
  color: #837979;
  font-size: 0.8125rem;
}
.content-products .filter h4 {
  color: #2D2828;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Brilk";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-products .filter h4 .woof_front_toggle {
  text-indent: -9999px;
  width: 10px;
  height: 8px;
  background-image: url("../img/icons/chevron.svg");
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content-products .filter h4 .woof_front_toggle:focus {
  outline: none;
}
.content-products .filter h4 .woof_front_toggle.woof_front_toggle_closed {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.content-products .filter .irs--round {
  margin-top: 1.25rem;
}
.content-products .filter .irs--round .irs-line,
.content-products .filter .irs--round .irs-line-left,
.content-products .filter .irs--round .irs-line-right,
.content-products .filter .irs--round .irs-line-mid {
  background-color: #837979;
  height: 1px;
}
.content-products .filter .irs--round .irs-bar {
  background: none;
  background-color: #899786;
  height: 1px;
}
.content-products .filter .irs--round .irs-grid-pol {
  background-color: #837979;
}
.content-products .filter .irs--round .irs-handle {
  background: none;
  background-color: #F6F1EB;
  border: 1px solid #837979;
  border-radius: 100%;
  top: 24px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.content-products .filter .irs--round .irs-single,
.content-products .filter .irs--round .irs-from,
.content-products .filter .irs--round .irs-to {
  background-color: #837979;
}
.content-products .filter .irs--round .irs-single:before,
.content-products .filter .irs--round .irs-from:before,
.content-products .filter .irs--round .irs-to:before {
  border-top-color: #837979;
}
.content-products .filter .irs--round .irs-from, .content-products .filter .irs--round .irs-to, .content-products .filter .irs--round .irs-single,
.content-products .filter .irs--round .irs-min, .content-products .filter .irs--round .irs-max {
  top: -6px;
}
.content-products .filter .irs--round .irs-grid-text {
  color: #837979;
}
.content-products .filter .woof_container {
  border-bottom: 1px solid #2D2828;
  padding: 0.9375rem 0;
  margin: 0;
}
.content-products .filter .woof_price_filter {
  padding-bottom: 1.25rem;
  padding-top: 0;
}
.content-products .filter .woof_checkbox_instock_container .woof_container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-products .filter .woof_checkbox_instock_container label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0 0.5rem;
  padding: 0.1875rem 0 0 0;
  color: #837979;
  font-size: 0.8125rem;
}
.content-products .filter .woof_checkbox_label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0 0.5rem;
  padding: 0.1875rem 0 0 0;
}
.content-products .filter .woof_checkbox_term,
.content-products .filter .woof_checkbox_instock {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0.9375rem;
  width: 0.9375rem;
  border: 1px solid #2D2828;
  border-radius: 4px;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.content-products .filter .woof_checkbox_term:before,
.content-products .filter .woof_checkbox_instock:before {
  content: "";
  width: 5px;
  height: 5px;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  display: block;
  border-radius: 100%;
  position: absolute;
  background-color: #F6F1EB;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -3px;
}
.content-products .filter .woof_checkbox_term:checked,
.content-products .filter .woof_checkbox_instock:checked {
  background-color: #837979;
}
.content-products .filter .woof_checkbox_term:checked:before,
.content-products .filter .woof_checkbox_instock:checked:before {
  opacity: 1;
}
.content-products .filter .woof_list li:last-child {
  padding-bottom: 0 !important;
}
.content-products .filter .woof_list_label {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #837979;
  border-left: 1px solid #837979;
}
.content-products .filter .woof_list_label .woof_label_count {
  display: none;
}
.content-products .filter .woof_list_label li {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.content-products .filter .woof_list_label .woof_label_term {
  padding: 0.125rem 0 0 0;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 14px;
  height: 37px;
  width: auto;
  color: #837979;
  border: 0;
  border-bottom: 1px solid #837979;
  border-right: 1px solid #837979;
  min-width: auto;
}
.content-products .filter .woof_list_label .woof_label_term.checked, .content-products .filter .woof_list_label .woof_label_term:hover {
  background-color: #837979;
  color: #fff;
}
.content-products .filter .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #2D2828;
  border-color: #837979;
}
.content-products .filter .chosen-container-multi .chosen-choices {
  border-color: #837979;
}
.content-products .products-grid {
  width: 80%;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .content-products .products-grid {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .content-products .products-grid {
    width: 100%;
    margin-top: 20px;
  }
}
.content-products .products-grid .woof_products_top_panel {
  position: absolute;
  left: 0;
  top: -55px;
}
@media screen and (max-width: 768px) {
  .content-products .products-grid .woof_products_top_panel {
    position: relative;
    top: 0;
  }
}
.content-products .products-grid .woof_products_top_panel .woof_products_top_panel_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-products .products-grid .woof_products_top_panel .woof_products_top_panel_ul li:first-child {
  background: transparent;
  margin: 0;
  padding: 0;
}
.content-products .products-grid .woof_products_top_panel .woof_products_top_panel_ul li:first-child button {
  color: #fff;
  background: #C37C5A;
  border-radius: 25px;
  padding: 0.75rem 0.9375rem 0.625rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
}
.content-products .products-grid .woof_products_top_panel .woof_products_top_panel_ul > li {
  color: #fff;
  background: #837979;
  border-radius: 25px;
  padding: 0.75rem 0 0.625rem 0.9375rem;
  line-height: 1;
  font-size: 0.8125rem;
  text-transform: uppercase;
  float: none;
  margin: 0 15px 10px 0 !important;
}
.content-products .products-grid .woof_products_top_panel .woof_products_top_panel_ul > li a {
  color: #fff;
}
.content-products .products-grid .woof_products_top_panel .woof_products_top_panel_ul > li a span {
  background: url("../img/icons/cross-label.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding-right: 1.875rem;
}
.content-products .products-grid .top-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .content-products .products-grid .top-products {
    padding-right: 0;
  }
}
.content-products .products-grid .top-products .woocommerce-ordering {
  max-width: 150px;
}
.content-products .products-grid .top-products .woocommerce-ordering select {
  width: 100%;
}
.content-products .products-grid .woocommerce-result-count {
  font-size: 1.25rem;
  color: #4B6F69;
  margin-top: 0;
  font-weight: 900;
}
.content-products .products-grid .orderby {
  border: none;
  background-color: transparent;
  color: #837979;
}
.content-products .products-grid .orderby:focus {
  outline: none;
}
.content-products .products-grid .products {
  border-top: 1px solid #837979;
  padding: 2.875rem 2.5rem 0 2.5rem;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
@media screen and (max-width: 1120px) {
  .content-products .products-grid .products {
    grid-template-columns: repeat(2, 1fr);
    padding: 2.875rem 1.25rem 0 1.25rem;
  }
}
@media screen and (max-width: 1120px) {
  .content-products .products-grid .products {
    grid-template-columns: 1fr;
  }
}
.content-products .products-grid .product {
  border: 1px solid #837979;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 1.25rem;
}
.content-products .products-grid .product.outofstock .bottom-product a {
  display: none;
}
.content-products .products-grid .product .soldout,
.content-products .products-grid .product .wpro-pre-order-shop-page {
  text-transform: uppercase;
  color: #837979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 1120px) {
  .content-products .products-grid .product .soldout,
  .content-products .products-grid .product .wpro-pre-order-shop-page {
    font-size: 0.875rem;
  }
}
.content-products .products-grid .product .soldout:before,
.content-products .products-grid .product .wpro-pre-order-shop-page:before {
  content: "";
  background: url("../img/icons/no_stock.svg");
  display: block;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  margin-right: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.content-products .products-grid .product .wpro-pre-order-shop-page {
  color: #6B3C1A;
}
.content-products .products-grid .product .wpro-pre-order-shop-page:before {
  background: url("../img/icons/faible_stock.svg");
}
.content-products .products-grid .product a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.9375rem;
  padding: 1.25rem 1.375rem 0 1.375rem;
  text-decoration: none;
}
.content-products .products-grid .product h2 {
  height: auto;
  line-height: 1;
  font-size: 1.5625rem;
  color: #C37C5A;
  font-weight: 700;
  text-transform: none;
  font-family: "Brilk";
  margin-top: 0.9375rem;
  margin-bottom: 0;
}
.content-products .products-grid .product .desc {
  font-size: 0.8125rem;
  color: #837979;
  margin-top: 0.625rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.content-products .products-grid .product .price {
  position: absolute;
  top: 0.75rem;
  right: 0.9375rem;
  border-radius: 10px;
  background-color: #F6F1EB;
  padding: 0 0.4375rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: #837979;
}
.content-products .products-grid .bottom-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.375rem;
  margin-top: 0.3125rem;
}
.content-products .products-grid .bottom-product .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-products .products-grid .bottom-product .labels li {
  background-color: #899786;
  color: #F6F1EB;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem 0.375rem;
  border-radius: 25px;
  font-weight: 500;
  margin-right: 0.625rem;
  margin-bottom: 0.3125rem;
  margin-top: 0.3125rem;
}
.content-products .products-grid .bottom-product .attributes {
  display: none;
}
.content-products .products-grid .bottom-product .add_to_cart_button {
  width: 45px;
  height: 45px;
  background-color: #C37C5A;
  border: 1px solid #2D2828;
  text-indent: -9998px;
  overflow: hidden;
  border-radius: 100%;
  background-image: url("../img/icons/add-basket.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.content-products .products-grid .bottom-product .add_to_cart_button:hover {
  background-color: #4B6F69;
}

div.woof_info_popup {
  min-width: 278px;
  left: 50%;
  margin-left: -139px;
}

.single-product .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #4B6F69;
  border-width: 3px;
}

.product-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.875rem;
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-top-wrapper .product-gallery {
  background-color: #fff;
  border: 1px solid #837979;
  border-radius: 0.625rem;
  width: 40%;
  padding: 1.25rem 1.25rem;
  margin: 0 3.125rem;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .product-gallery {
    width: 100%;
    margin: 0;
  }
}
.product-top-wrapper .full-gallery {
  margin: 0;
  padding: 0;
}
.product-top-wrapper .full-gallery .slick-slide {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-top-wrapper .full-gallery .slick-slide img {
  width: auto;
  height: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .full-gallery .slick-slide img {
    max-height: 200px;
  }
}
.product-top-wrapper .full-gallery .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -38px;
  text-indent: -9999px;
  background: none;
  border: none;
  width: 80px;
  height: 77px;
  background-size: cover;
  cursor: pointer;
}
.product-top-wrapper .full-gallery .slick-arrow.slick-prev {
  background-image: url("../img/icons/arrow-pagination-left.svg");
  left: -45px;
}
.product-top-wrapper .full-gallery .slick-arrow.slick-next {
  background-image: url("../img/icons/arrow-pagination.svg");
  right: -45px;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .full-gallery .slick-arrow {
    display: none !important;
  }
}
.product-top-wrapper .thumb-gallery {
  margin: 1.3125rem 0 0 0;
  padding: 0;
}
.product-top-wrapper .thumb-gallery .slick-slide {
  border: 1px solid #837979;
  border-radius: 0.625rem;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .thumb-gallery .slick-slide {
    width: 60px;
    height: 60px;
  }
}
.product-top-wrapper .thumb-gallery .slick-slide img {
  display: block;
  width: 80%;
  height: auto;
}
.product-top-wrapper .summary {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .summary {
    width: 100%;
  }
}
.product-top-wrapper .summary .wrap-summary {
  max-width: 100%;
  padding-right: 70px;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .summary .wrap-summary {
    margin-top: 1.875rem;
    padding-right: 0;
  }
}
.product-top-wrapper .summary h1 {
  margin: 0;
}
.product-top-wrapper .summary .wrapper-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .summary .wrapper-price {
    margin-bottom: 2.5rem;
    margin-top: 1.25rem;
  }
}
.product-top-wrapper .summary .price {
  background-color: #fff;
  border-radius: 10px;
  font-size: 1.75rem;
  font-weight: 900;
  font-family: "Brilk";
  color: #837979;
  padding: 0.375rem 0.9375rem 0.375rem;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  margin-right: 2.5rem;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .summary .price {
    font-size: 1.25rem;
    margin: 1.25rem 0 0;
  }
}
.product-top-wrapper .summary .woocommerce-product-details__short-description p {
  color: #837979;
}
.product-top-wrapper .summary .stock {
  text-transform: uppercase;
  color: #899786;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
}
.product-top-wrapper .summary .stock.out-of-stock {
  color: #837979;
}
.product-top-wrapper .summary .stock.out-of-stock:before {
  background: url("../img/icons/no_stock.svg");
}
.product-top-wrapper .summary .stock.low {
  color: #C37C5A;
}
.product-top-wrapper .summary .stock.low:before {
  background: url("../img/icons/faible_stock.svg");
}
.product-top-wrapper .summary .stock:before {
  content: "";
  display: block;
  background: url("../img/icons/in_stock.svg");
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  margin-right: 0.625rem;
}
.product-top-wrapper .summary .fa_description_boite_produit {
  color: #837979;
  font-size: 1.125rem;
}
.product-top-wrapper .summary .wpro-pre-order-availability-date {
  color: #6B3C1A;
  font-weight: 900;
  width: 100%;
}
.product-top-wrapper .summary .cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .summary .cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-top-wrapper .summary .cart:after {
  content: "";
  background: url("../img/icons/arrow-product.svg");
  width: 151px;
  height: 136px;
  background-size: cover;
  display: block;
  position: absolute;
  right: -150px;
  top: 10px;
}
.product-top-wrapper .summary .single_add_to_cart_button, .product-top-wrapper .summary .woocommerce-order-pay #payment button, .woocommerce-order-pay #payment .product-top-wrapper .summary button, .product-top-wrapper .summary .woocommerce-form-login__submit,
.product-top-wrapper .summary .woocommerce-form-register__submit,
.product-top-wrapper .summary .woocommerce-Button,
.product-top-wrapper .summary .woocommerce-address-fields button,
.woocommerce-address-fields .product-top-wrapper .summary button,
.product-top-wrapper .summary .checkout-button,
.product-top-wrapper .summary .showcoupon,
.product-top-wrapper .summary .place-order button,
.place-order .product-top-wrapper .summary button,
.product-top-wrapper .summary .woof_reset_search_form,
.product-top-wrapper .summary #delivery_point_chosen {
  margin: 0 0 0 auto;
}
.product-top-wrapper .summary .added_to_cart {
  margin-left: 1.25rem;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .summary .added_to_cart {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
.product-top-wrapper .summary .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .summary .quantity {
    margin-bottom: 2.1875rem;
  }
}
.product-top-wrapper .summary .qty {
  max-width: 60px;
  text-align: center;
  margin: 0 10px;
}
.product-top-wrapper .summary .attributes {
  margin: 3.4375rem 0 0 0;
  padding: 0;
}
.product-top-wrapper .summary .attributes li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 900;
  color: #837979;
  border-bottom: 1px solid #837979;
  padding: 0.5rem 0;
}
.product-top-wrapper .summary .attributes li:last-child {
  border-bottom: none;
}
.product-top-wrapper .summary .info-stock {
  margin-top: 50px;
  background-color: rgba(107, 60, 26, 0.1);
  padding: 1.5rem;
  border-radius: 0.8125rem;
}
.product-top-wrapper .summary .info-stock p {
  color: #837979;
  margin: 0 0 0.9375rem;
  font-size: 1rem;
}
.product-top-wrapper .summary .info-stock p:last-child {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.product-top-wrapper .summary .info-stock p strong {
  color: #2D2828;
}
.product-top-wrapper .summary .woonp {
  margin-right: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  .product-top-wrapper .summary .woonp {
    margin-bottom: 2.5rem;
  }
}
.product-top-wrapper .summary .woonp label {
  margin-right: 20px;
}
.product-top-wrapper .summary .woonp .woonp-input {
  max-width: 80px;
}

.woocommerce-tabs {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 3.4375rem 0;
  background-color: #899786;
}
@media screen and (max-width: 1120px) {
  .woocommerce-tabs {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    padding: 1.875rem 0;
  }
}
.woocommerce-tabs .tabs {
  list-style: none;
  padding: 0;
  margin: 0 auto 2.75rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 700px;
  border: 1px solid #324A46;
  border-radius: 30px;
}
@media screen and (max-width: 1120px) {
  .woocommerce-tabs .tabs {
    margin: 0 auto 1.875rem auto;
  }
}
.woocommerce-tabs .tabs li {
  text-transform: uppercase;
  height: 63px;
  text-align: center;
  width: 100%;
  border-radius: 30px;
}
.woocommerce-tabs .tabs li.active {
  background-color: #324A46;
}
.woocommerce-tabs .tabs li.active a {
  color: #fff;
}
.woocommerce-tabs .tabs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #324A46;
  padding: 0 15px;
}
.woocommerce-tabs .tabs a:focus {
  outline: none;
}
.woocommerce-tabs .panel {
  max-width: 700px;
  margin: 0 auto;
}
.woocommerce-tabs .panel h2 {
  font-size: 1.0625rem;
  font-family: "Brilk";
  text-transform: uppercase;
  line-height: 1.375rem;
  margin: 0;
  color: #324A46;
}
.woocommerce-tabs .panel p {
  color: #fff;
}
@media screen and (max-width: 1120px) {
  .woocommerce-tabs .panel p {
    font-size: 0.75rem;
  }
}
.woocommerce-tabs .panel li {
  color: #fff;
}
@media screen and (max-width: 1120px) {
  .woocommerce-tabs .panel li {
    font-size: 0.75rem;
  }
}
.woocommerce-tabs .panel .woocommerce-product-attributes {
  color: #2D2828;
  margin-top: 1.25rem;
  border-collapse: collapse;
}
.woocommerce-tabs .panel .woocommerce-product-attributes th {
  text-align: left;
}
.woocommerce-tabs .panel .woocommerce-product-attributes td {
  text-align: right;
}
.woocommerce-tabs .panel .woocommerce-product-attributes a {
  color: #2D2828;
}
.woocommerce-tabs .panel .woocommerce-product-attributes tr {
  border-bottom: 1px solid #2D2828;
}
.woocommerce-tabs .panel .woocommerce-product-attributes tr:last-child {
  border: none;
}
.woocommerce-tabs .panel .woocommerce-product-attributes .woocommerce-product-attributes-item--weight td {
  height: 3.625rem;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-image: url("../img/icons/underline-green.svg");
  background-size: cover;
  left: 0;
  bottom: -4px;
}

.related,
.upsells {
  margin: 4.875rem auto;
}
@media screen and (max-width: 1120px) {
  .related,
  .upsells {
    margin: 1.875rem auto 2.5rem;
  }
}
@media screen and (max-width: 1120px) {
  .related h2,
  .upsells h2 {
    margin: 0;
  }
}

.woocommerce-account .content-page {
  margin: 3.75rem 0;
  color: #837979;
}
.woocommerce-account .content-page h2, .woocommerce-account .content-page h3 {
  font-size: 2.5rem;
  color: #2D2828;
  font-family: "Brilk";
  text-transform: uppercase;
}
.woocommerce-account .content-page p {
  color: #837979;
}
.woocommerce-account #customer_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1120px) {
  .woocommerce-account #customer_login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.woocommerce-account #customer_login > div {
  width: 100%;
  max-width: 300px;
  margin: 0 40px;
}
@media screen and (max-width: 1120px) {
  .woocommerce-account #customer_login > div {
    max-width: 300px;
    margin: 0;
  }
}
.woocommerce-account #customer_login > div:first-child {
  position: relative;
}
@media screen and (max-width: 1120px) {
  .woocommerce-account #customer_login > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.woocommerce-account #customer_login > div:first-child:after {
  content: "";
  width: 1px;
  background-color: #837979;
  height: 200px;
  top: 50%;
  right: -40px;
  margin-top: -100px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1120px) {
  .woocommerce-account #customer_login > div:first-child:after {
    display: block;
    width: 200px;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 50%;
    margin-right: -100px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #4B6F69;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:focus {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgba(107, 60, 26, 0.15);
  height: 30px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  border-radius: 10px;
  line-height: 1;
  font-family: "Helsinki";
}
.woocommerce-account .woocommerce-Button {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 2.5rem;
}
.woocommerce-account .woocommerce-orders-table {
  background-color: #fff;
  border-radius: 15px;
  padding: 2.1875rem 1.875rem;
  border: 1px solid #837979;
}
.woocommerce-account .woocommerce-orders-table thead th {
  text-align: left;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a + a {
  margin-left: 0.625rem;
}
.woocommerce-account .woocommerce_view_order_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-account .woocommerce_view_order_wrapper > section {
  width: 45%;
  margin: 0;
}

.woocommerce-table--order-details {
  background-color: #fff;
  border-radius: 15px;
  padding: 2.1875rem 1.875rem;
  border: 1px solid #837979;
}
.woocommerce-table--order-details thead th {
  text-align: left;
}
.woocommerce-table--order-details tfoot th {
  text-align: left;
}

.woocommerce-cart .wrap > .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .wrap > .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce-cart .woocommerce-notices-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
  color: #C37C5A;
  margin-bottom: 1.25rem;
}
.woocommerce-cart .woocommerce-cart-form {
  width: 65%;
  background-color: #899786;
  color: #fff;
  border-radius: 15px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0 1.25rem;
  }
}
.woocommerce-cart .woocommerce-cart-form > table {
  border-collapse: separate;
  border-spacing: 0 40px;
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form th {
  text-align: left;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .woocommerce-cart-form th {
    font-size: 1rem;
  }
}
.woocommerce-cart .woocommerce-cart-form th.product-thumbnail {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form th.product-name {
  font-size: 2.5rem;
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .woocommerce-cart-form th.product-name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .woocommerce-cart-form th.product-quantity {
    padding: 0 10px 0 0;
  }
}
.woocommerce-cart .woocommerce-cart-form th.product-subtotal {
  text-align: right;
}
.woocommerce-cart .woocommerce-cart-form td.product-thumbnail {
  width: 114px;
  height: 114px;
  background-color: #fff;
  border: 1px solid #837979;
  border-radius: 15px;
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .woocommerce-cart-form td.product-thumbnail {
    width: 1px;
    border: none;
    opacity: 0;
    padding: 0;
    height: 0;
  }
}
.woocommerce-cart .woocommerce-cart-form td.product-thumbnail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .woocommerce-cart-form td.product-thumbnail a {
    display: none;
  }
}
.woocommerce-cart .woocommerce-cart-form td.product-thumbnail img {
  width: 85%;
}
.woocommerce-cart .woocommerce-cart-form td.product-name {
  max-width: 300px;
}
.woocommerce-cart .woocommerce-cart-form td.product-name table {
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form td.product-name a {
  font-size: 2rem;
  font-family: "Brilk";
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: #F6F1EB;
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .woocommerce-cart-form td.product-name a {
    font-size: 0.875rem;
    text-transform: none;
  }
}
.woocommerce-cart .woocommerce-cart-form td.product-name a.remove {
  font-size: 0.75rem;
  color: #4B6F69;
}
.woocommerce-cart .woocommerce-cart-form td.product-name .margin {
  min-width: 10px;
  width: 10px;
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .woocommerce-cart-form td.product-name .margin {
    min-width: 0;
    width: 0;
    padding: 0;
  }
}
.woocommerce-cart .woocommerce-cart-form td.product-subtotal {
  text-align: right;
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .woocommerce-cart-form td.product-quantity button {
    display: none;
  }
}
.woocommerce-cart .woocommerce-cart-form .qty {
  width: 50px;
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .woocommerce-cart-form .qty {
    width: 40px;
    font-size: 1rem;
    margin: 0;
  }
}
.woocommerce-cart .woocommerce-cart-form .cart_item {
  position: relative;
}
.woocommerce-cart .woocommerce-cart-form .cart_item:first-child:before {
  opacity: 0;
}
.woocommerce-cart .woocommerce-cart-form .cart_item:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url("../img/icons/sep.svg");
  background-size: cover;
}
.woocommerce-cart .woocommerce-cart-form button {
  cursor: pointer;
}
.woocommerce-cart .woocommerce-cart-form .coupon ::-webkit-input-placeholder {
  color: #4B6F69;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Brilk";
  line-height: 1;
}
.woocommerce-cart .woocommerce-cart-form .coupon ::-moz-placeholder {
  color: #4B6F69;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Brilk";
  line-height: 1;
}
.woocommerce-cart .woocommerce-cart-form .coupon :-ms-input-placeholder {
  color: #4B6F69;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Brilk";
  line-height: 1;
}
.woocommerce-cart .woocommerce-cart-form .coupon ::-ms-input-placeholder {
  color: #4B6F69;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Brilk";
  line-height: 1;
}
.woocommerce-cart .woocommerce-cart-form .coupon ::placeholder {
  color: #4B6F69;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Brilk";
  line-height: 1;
}
.woocommerce-cart .woocommerce-cart-form .coupon input {
  border-radius: 8px;
  height: 47px;
  color: #4B6F69;
  text-transform: uppercase;
  padding-left: 0.625rem;
  max-width: 100px;
}
.woocommerce-cart .woocommerce-cart-form .coupon input:focus {
  outline: none;
}
.woocommerce-cart .woocommerce-cart-form .coupon button {
  border: none;
  border-radius: 8px;
  height: 47px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #4B6F69;
  font-weight: 500;
  font-size: 0.8125rem;
  font-family: "Brilk";
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form .coupon button {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
.woocommerce-cart .woocommerce-cart-form .actions > button {
  position: relative;
  border: none;
  border-radius: 15px;
  height: 30px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #4B6F69;
  font-weight: 500;
  font-size: 0.8125rem;
  font-family: "Brilk";
  margin-top: 1.25rem;
  padding-right: 1.875rem;
}
.woocommerce-cart .woocommerce-cart-form .actions > button:after {
  content: "";
  background-image: url("../img/icons/reload.svg");
  background-size: cover;
  width: 11px;
  height: 14px;
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -7px;
}
.woocommerce-cart .cart-collaterals {
  width: 30%;
  background-color: #fff;
  border-radius: 15px;
  padding: 2.1875rem 1.875rem;
  border: 1px solid #837979;
}
@media screen and (max-width: 1120px) {
  .woocommerce-cart .cart-collaterals {
    width: 100%;
  }
}
.woocommerce-cart .cart-collaterals.cross-sells {
  border: none;
  width: inherit;
  padding: 0;
}
.woocommerce-cart .cart-collaterals h2 {
  color: #2D2828;
  font-size: 1.25rem;
  font-family: "Brilk";
  text-transform: uppercase;
  line-height: 1;
}
.woocommerce-cart .cart-collaterals th {
  color: #2D2828;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 900;
}
.woocommerce-cart .cart-collaterals td {
  color: #837979;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods.nonex li + li {
  display: none;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods li {
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods li:first-child {
  margin-top: 10px;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods li label {
  margin-left: 0.3125rem;
}
.woocommerce-cart .cart-collaterals .margin {
  height: 20px;
}
.woocommerce-cart .cart-collaterals strong .amount {
  color: #C37C5A;
  font-size: 1.5625rem;
  font-weight: 900;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form button {
  position: relative;
  border: none;
  border-radius: 15px;
  height: 30px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #4B6F69;
  font-weight: 500;
  font-size: 0.8125rem;
  font-family: "Brilk";
  padding-right: 1.875rem;
  cursor: pointer;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form button:after {
  content: "";
  background-image: url("../img/icons/reload.svg");
  background-size: cover;
  width: 11px;
  height: 14px;
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -7px;
}
.woocommerce-cart .wc-empty-cart-message,
.woocommerce-cart .return-to-shop {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  text-align: center;
}
.woocommerce-cart .cart-empty {
  color: #2D2828;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 12.5rem 0 0 0;
}
.woocommerce-cart .return-to-shop {
  margin-bottom: 12.5rem;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 1.25rem;
}

.woocommerce-checkout .wrap > .woocommerce {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.woocommerce-checkout .checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1120px) {
  .woocommerce-checkout .checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.25rem;
}
.woocommerce-checkout .woocommerce-notice--error a + a {
  margin-left: 15px;
}
.woocommerce-checkout .woocommerce-form-login-toggle {
  color: #2D2828;
  margin-bottom: 1.25rem;
}
.woocommerce-checkout .woocommerce-form-login {
  color: #2D2828;
}
.woocommerce-checkout .code-promo {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1120px) {
  .woocommerce-checkout .code-promo {
    margin-bottom: 2.5rem;
  }
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon-toggle {
  color: #2D2828;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon-toggle .showcoupon {
  margin-left: 1.25rem;
  margin-top: 0;
}
@media screen and (max-width: 1120px) {
  .woocommerce-checkout .code-promo .woocommerce-form-coupon-toggle .showcoupon {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon {
  color: #2D2828;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div .form-row {
  margin: 0;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div ::-webkit-input-placeholder {
  color: #4B6F69;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Brilk";
  line-height: 1;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div ::-moz-placeholder {
  color: #4B6F69;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Brilk";
  line-height: 1;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div :-ms-input-placeholder {
  color: #4B6F69;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Brilk";
  line-height: 1;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div ::-ms-input-placeholder {
  color: #4B6F69;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Brilk";
  line-height: 1;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div ::placeholder {
  color: #4B6F69;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Brilk";
  line-height: 1;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div input {
  border-radius: 8px;
  height: 47px;
  text-align: center;
  color: #4B6F69;
  text-transform: uppercase;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div input:focus {
  outline: none;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div input:focus::-webkit-input-placeholder {
  color: #fff;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div input:focus::-moz-placeholder {
  color: #fff;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div input:focus:-ms-input-placeholder {
  color: #fff;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div input:focus::-ms-input-placeholder {
  color: #fff;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div input:focus::placeholder {
  color: #fff;
}
.woocommerce-checkout .code-promo .woocommerce-form-coupon div button {
  border: none;
  border-radius: 8px;
  height: 47px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #4B6F69;
  font-weight: 500;
  font-size: 0.8125rem;
  font-family: "Brilk";
  margin-left: 1.25rem;
  cursor: pointer;
}
.woocommerce-checkout h3 {
  font-size: 2.5rem;
  color: #2D2828;
  font-family: "Brilk";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.875rem;
}
.woocommerce-checkout .col2-set {
  width: 65%;
}
@media screen and (max-width: 1120px) {
  .woocommerce-checkout .col2-set {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 50%;
}
@media screen and (max-width: 1120px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 90%;
}
@media screen and (max-width: 1120px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper {
    width: 100%;
  }
}
.woocommerce-checkout .create-account {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .woocommerce-additional-fields textarea {
  width: 95%;
  max-width: 100%;
  height: 200px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 1120px) {
  .woocommerce-checkout .woocommerce-additional-fields textarea {
    width: 100%;
  }
}
.woocommerce-checkout .order_right {
  width: 30%;
  background-color: #fff;
  border-radius: 15px;
  padding: 2.1875rem 1.875rem;
  border: 1px solid #837979;
}
@media screen and (max-width: 1120px) {
  .woocommerce-checkout .order_right {
    width: 100%;
  }
}
.woocommerce-checkout .order_right h3 {
  margin: 0 0 0.625rem;
  font-size: 1.25rem;
}
.woocommerce-checkout .order_right .margin {
  height: 1.25rem;
}
.woocommerce-checkout .order_right th {
  color: #2D2828;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
}
.woocommerce-checkout .order_right .amount {
  color: #837979;
  font-weight: 700;
  font-size: 1.0625rem;
}
.woocommerce-checkout .order_right .product-name {
  color: #2D2828;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  vertical-align: bottom;
}
.woocommerce-checkout .order_right .product-name .product-quantity {
  color: #C37C5A;
}
.woocommerce-checkout .order_right .product-total {
  border-bottom: 1px solid #837979;
  vertical-align: top;
}
.woocommerce-checkout .order_right .sub-total,
.woocommerce-checkout .order_right .cart_item {
  height: 40px;
}
.woocommerce-checkout .order_right .sub-total:last-child .product-total {
  border: none;
}
.woocommerce-checkout .order_right .woocommerce-shipping-methods,
.woocommerce-checkout .order_right .wc_payment_methods {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .order_right .woocommerce-shipping-methods.nonex li + li,
.woocommerce-checkout .order_right .wc_payment_methods.nonex li + li {
  display: none;
}
.woocommerce-checkout .order_right .woocommerce-shipping-methods li,
.woocommerce-checkout .order_right .wc_payment_methods li {
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.woocommerce-checkout .order_right .woocommerce-shipping-methods li:first-child,
.woocommerce-checkout .order_right .wc_payment_methods li:first-child {
  margin-top: 10px;
}
.woocommerce-checkout .order_right .woocommerce-shipping-methods li input,
.woocommerce-checkout .order_right .wc_payment_methods li input {
  margin-right: 0.3125rem;
}
.woocommerce-checkout .order_right .woocommerce-shipping-methods li label,
.woocommerce-checkout .order_right .wc_payment_methods li label {
  color: #837979;
  font-weight: 700;
  font-size: 1.0625rem;
}
.woocommerce-checkout .order_right .payment_box {
  display: none;
}
.woocommerce-checkout .order_right .payment_method_monetico img,
.woocommerce-checkout .order_right .payment_method_ppcp-gateway img {
  display: none;
}
.woocommerce-checkout .order_right .payment_method_monetico p,
.woocommerce-checkout .order_right .payment_method_ppcp-gateway p {
  color: #2D2828;
}
.woocommerce-checkout .order_right strong .amount {
  color: #C37C5A;
  font-size: 1.5625rem;
  font-weight: 900;
}
.woocommerce-checkout .order_right .includes_tax {
  color: #837979;
  font-weight: 400;
  font-size: 0.8125rem;
}
.woocommerce-checkout .order_right .includes_tax .amount {
  color: #837979;
  font-weight: 400;
  font-size: 0.8125rem;
}
.woocommerce-checkout .order_right .woocommerce-privacy-policy-text {
  color: #837979;
  font-weight: 500;
  font-size: 0.8125rem;
}

.relais-colis {
  margin: 1.25rem 0 2.5rem;
}
.relais-colis .info-rc-choose {
  background-color: #899786;
  width: 95%;
}
.relais-colis .relay-info-intro {
  color: #fff;
}
.relais-colis .relay-info-title {
  color: #2D2828;
}
.relais-colis span {
  color: #fff;
}
.relais-colis #open_map_relaiscolis {
  background-color: #4B6F69;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  padding: 1.25rem;
  height: auto;
  border-radius: 1rem;
}
.relais-colis #open_map_relaiscolis img {
  display: block;
  margin-right: 1.25rem;
}
.relais-colis #open_map_relaiscolis label {
  width: auto;
  float: none;
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
}

.mrwp th {
  display: block;
}
.mrwp td {
  display: block;
}

.woocommerce-order-received {
  color: #2D2828;
}
.woocommerce-order-received .woocommerce-order-overview {
  margin: 0;
}
.woocommerce-order-received .woocommerce-order-details {
  margin-top: 2.5rem;
}
.woocommerce-order-received .woocommerce-notice--success {
  color: #4B6F69;
  font-size: 1.875rem;
}
.woocommerce-order-received h2 {
  font-size: 2.5rem;
  color: #2D2828;
  font-family: "Brilk";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.875rem;
}
.woocommerce-order-received .woocommerce-table--order-details thead,
.woocommerce-order-received .woocommerce-table--order-details tfoot {
  text-align: left;
}
.woocommerce-order-received .woocommerce-columns--addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.woocommerce-order-received .woocommerce-column--billing-address {
  margin-right: 5rem;
}

.woocommerce-order-pay {
  color: #2D2828;
}
.woocommerce-order-pay .shop_table thead,
.woocommerce-order-pay .shop_table tfoot {
  text-align: left;
}
.woocommerce-order-pay .wc_payment_methods {
  margin: 0;
  padding: 0;
}
.woocommerce-order-pay .wc_payment_methods li {
  padding: 0;
  list-style: none;
}
.woocommerce-order-pay .wc_payment_methods li label {
  color: #837979;
  font-weight: 700;
  font-size: 1.0625rem;
  margin-left: 0.3125rem;
}
.woocommerce-order-pay .payment_box {
  display: none;
}
.woocommerce-order-pay .payment_method_monetico img,
.woocommerce-order-pay .payment_method_ppcp-gateway img {
  display: none;
}
.woocommerce-order-pay .payment_method_monetico p,
.woocommerce-order-pay .payment_method_ppcp-gateway p {
  color: #2D2828;
}
.woocommerce-order-pay #payment button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1.25rem;
}
.woocommerce-order-pay .shop_table {
  background-color: #fff;
  border-radius: 15px;
  padding: 2.1875rem 1.875rem;
  border: 1px solid #837979;
}

.woocommerce-order-overview {
  list-style: none;
}
.woocommerce-order-overview li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.9375rem;
}
.woocommerce-order-overview li:before {
  content: "";
  background: url("../img/icons/list-style.svg");
  width: 8px;
  height: 8px;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.blog > .wrap {
  max-width: 1280px;
}
.blog header h1 {
  margin-bottom: 60px;
}
.blog header p {
  text-align: center;
  margin: 20px;
}
.blog .listing-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  margin: 60px 0;
}
@media screen and (max-width: 1120px) {
  .blog .listing-post {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .blog .listing-post {
    grid-template-columns: 1fr;
  }
}
.blog .listing-post .thumb {
  position: relative;
  height: 200px;
  width: auto;
  overflow: hidden;
  border-radius: 10px;
}
.blog .listing-post .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog .listing-post h3 {
  color: #4B6F69;
  text-decoration: none;
  font-size: 1.125rem;
  margin: 0.9375rem 0;
  text-align: center;
}
.blog .listing-post .entry-meta {
  margin: 0;
  font-size: 0.75rem;
}
.blog .listing-post p {
  font-size: 0.875rem;
}
.blog .listing-post a {
  text-decoration: none;
}
.blog .listing-post a:hover img {
  opacity: 0.8;
}
/*# sourceMappingURL=main.css.map */
