/*!
Theme Name: NaN
Theme URI: www.notanumber.digital
Author: NaN
Author URI: www.notanumber.digital
Description: Theme for the website of ARS-rental
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ...
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media
	## custom style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variable, mixins and media queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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: 18123em 1.5em 1.5em;
}

img,
picture {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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;
}

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 #ccc;
  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;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# 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-"],
.wp-caption picture[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;
}

/*--------------------------------------------------------------
# Hamburger
--------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -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.15s;
          transition-duration: 0.15s;
  -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;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 30px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 50px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 60px;
          perspective: 60px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -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);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -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);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -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);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
          transform: translate3d(0, -7px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -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);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
          transform: translate3d(0, 7px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
          transform: translate3d(0, -14px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
          transform: translate3d(0, 7px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(270deg);
          transform: translate3d(0, -14px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  -webkit-transform: translate3d(60px, 60px, 0) rotate(45deg);
          transform: translate3d(60px, 60px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  -webkit-transform: translate3d(-60px, 60px, 0) rotate(-45deg);
          transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  -webkit-transform: translate3d(60px, -60px, 0) rotate(-45deg);
          transform: translate3d(60px, -60px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  -webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg);
          transform: translate3d(-60px, -60px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.28571px, -4px, 0);
          transform: rotate(-45deg) translate3d(-4.28571px, -4px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4.28571px, -4px, 0);
          transform: rotate(45deg) translate3d(4.28571px, -4px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(90deg);
          transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -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);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -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);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -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);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -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);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 7px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -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);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -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);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -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);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -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);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*--------------------------------------------------------------
# Focus Mixins
--------------------------------------------------------------*/
/* -------------------------------------------------------
- Font-family
------------------------------------------------------- */
/* -------------------------------------------------------
- Variables
------------------------------------------------------- */
/* -------------------------------------------------------
- Mixins
------------------------------------------------------- */
/*--------------------------------------------------------------
# Focus Focus custom style
--------------------------------------------------------------*/
/* -------------------------------------------------------
- Focus custom style default - color mixins Focus 
------------------------------------------------------- */
/* -------------------------------------------------------
- Focus custom style default - Headings
------------------------------------------------------- */
html body {
  color: #1A1A1A;
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  text-transform: none;
  color: #1A1A1A;
}

/*--------------------------------------------------------------
- Init Postcontent a 
--------------------------------------------------------------*/
body .gutenberg-content .post-content a, body .post-content a {
  color: #847552;
}

/* -------------------------------------------------------
- Focus custom style default - Header & Footer
------------------------------------------------------- */
body {
  background: #f2f2f2;
}

body header.header {
  background: #1A1A1A;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body header.header .content-row-header .usp-banner-wrap {
  background: #151515;
}

body header.header .col-wc-sub-menu {
  position: relative;
  top: 1.25rem;
}

@media only screen and (max-width: 1200px) {
  body header.header .col-wc-sub-menu {
    top: 0;
  }
}

@media only screen and (max-width: 1200px) {
  body header.header .content-row-header .header-wrap .header-row .col-search .search-container {
    background-color: #151515;
  }
}

body header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap input {
  padding-left: 1.5rem;
  color: #FFFFFF;
}

@media only screen and (max-width: 1200px) {
  body header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap input {
    background: #151515;
    border-color: #151515;
    padding-left: 1rem;
  }
}

body header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap .custom-button-search {
  left: auto;
  right: 0.5rem;
}

body header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap .custom-button-search svg, body header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap .custom-button-search path {
  fill: #847552;
  stroke: #847552;
}

body header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-account-link svg, body header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-account-link path {
  fill: #2C2C2B;
  stroke: #847552;
}

body header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-cart-link {
  background-color: #2C2C2B;
}

body header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-cart-link path {
  fill: #847552;
}

body header.header .content-row-header .menu-wrap.is-active {
  background-color: #151515;
  border-color: #151515;
}

body header.header .logo-container img {
  max-height: 6rem;
  position: relative;
  top: 1.5rem;
}

@media only screen and (max-width: 1200px) {
  body header.header .logo-container img {
    top: 0;
    max-height: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  body header.header .logo-container img {
    max-height: 3rem;
  }
}

body header.header .header-row, body header.header .usp-row {
  max-width: 1470px;
  padding: 0 1rem;
}

@media only screen and (max-width: 1500px) {
  body header.header .header-row, body header.header .usp-row {
    padding: 0;
  }
}

body footer.footer {
  background: #1A1A1A;
}

body footer.footer .title, body footer.footer .content p {
  color: #FFFFFF;
}

body footer.footer .copyright path {
  fill: #FFFFFF;
}

body footer.footer .row #mc_embed_signup form #mc_embed_signup_scroll .mc-row .mc-field-group.custom-input-wrapper input {
  border-color: #323231;
  background-color: #323231 !important;
  padding: 0.5rem 1rem;
  font-weight: 400;
}

body header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item a.link-menu-item.active {
  border-color: #847552;
}

@media only screen and (max-width: 1200px) {
  body header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu .sub-menu-footer {
    background: #2C2C2B !important;
  }
}

/* -------------------------------------------------------
- Focus custom style default - Row text with images
------------------------------------------------------- */
body #acf-content .content-row-text-with-image .row .custom-block.content-block .content li:before {
  background: #847552;
}

#acf-content .content-row-text-with-image .custom-block.image-block {
  background-color: #e4e0d6 !important;
}

/* -------------------------------------------------------
- Focus custom style default - Banner
------------------------------------------------------- */
body #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .content-bg {
  background-color: #1A1A1A;
  mix-blend-mode: normal;
  opacity: 0.9;
}

body #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .content-bg::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#847552), color-stop(99.99%, rgba(132, 117, 82, 0)), to(#847552));
  background: linear-gradient(0deg, #847552 0%, rgba(132, 117, 82, 0) 99.99%, #847552 100%);
}

body #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content h2 {
  color: #FFFFFF;
}

@media only screen and (max-width: 990px) {
  body #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content {
    background: #1A1A1A;
  }
}

@media only screen and (max-width: 990px) {
  body.home #banner-content .content-row-banner-content {
    padding-bottom: 2.5rem;
  }
}

/* -------------------------------------------------------
- Focus custom style default - Product overview
------------------------------------------------------- */
section#acf-content .content-row-products .title-content .link-to-shop {
  color: #1A1A1A !important;
}

html body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control path {
  fill: #847552;
}

@media only screen and (max-width: 1200px) {
  html body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control #filter-button {
    background: #1A1A1A;
  }
}

html body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control .filter-tags .filter-tag {
  border-color: #847552;
}

html body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control .filter-tags .filter-tag:hover {
  background: #847552;
}

html body.archive.woocommerce section#wp-content .shop-sidebar .toggle-filter-overlay {
  background-color: rgba(52, 52, 52, 0.75);
  opacity: 1;
}

body.woocommerce ul.products li.product .image-block, body .woocommerce ul.products li.product .image-block, html .woocommerce ul.products li.product .image-block {
  background: #e4e0d6;
  height: 25rem;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  body.woocommerce ul.products li.product .image-block, body .woocommerce ul.products li.product .image-block, html .woocommerce ul.products li.product .image-block {
    height: 14rem;
  }
}

body.woocommerce ul.products li.product .image-block::before, body .woocommerce ul.products li.product .image-block::before, html .woocommerce ul.products li.product .image-block::before {
  background: radial-gradient(50% 50% at 50% 50%, #1a1a1a 0%, rgba(249, 249, 249, 0) 100%);
}

body.woocommerce ul.products li.product .content-block .details .capacity, body .woocommerce ul.products li.product .content-block .details .capacity, html .woocommerce ul.products li.product .content-block .details .capacity {
  background-color: #e4e0d6;
  color: #1A1A1A;
}

body.woocommerce ul.products li.product.product_cat-vegan .image-block, body.woocommerce ul.products li.product.product_cat-vegan .content-block .details .capacity, body .woocommerce ul.products li.product.product_cat-vegan .image-block, body .woocommerce ul.products li.product.product_cat-vegan .content-block .details .capacity, html .woocommerce ul.products li.product.product_cat-vegan .image-block, html .woocommerce ul.products li.product.product_cat-vegan .content-block .details .capacity {
  background: #c7c9c1;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.checkbox label::before {
  border-color: #1A1A1A !important;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.checkbox.active label::before {
  background-color: #1A1A1A !important;
}

body section#acf-content .content-row-text.dark {
  background-color: #323231;
}

body section#acf-content .content-row-text.dark::before, body section#acf-content .content-row-text.dark::after {
  background-color: #323231;
}

body #wp-content p#breadcrumbs a {
  color: #1A1A1A;
}

/* -------------------------------------------------------
- Focus custom style default - Single product
------------------------------------------------------- */
body .wp-single-product-content .capacity {
  background-color: #e4e0d6;
  color: #1A1A1A;
}

body .wp-single-product-content img {
  border-radius: 5px;
}

body .wp-single-product-content .col-summary .summary.entry-summary .availability-content {
  background: #f9f9f9;
}

body .wp-single-product-content .col-summary .summary.entry-summary .availability-content .availability-text {
  opacity: 1;
  color: #151515;
}

body .wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .color-variation-options-wrap.checked .variation-picker-color {
  background-color: #847552;
}

body .wp-single-product-content .col-images-content .product-content-container .product-description-wrap .collapse-single-product .line,
body .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .collapse-single-product .line,
body .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .collapse-single-product .line {
  border-color: #363635;
}

body .wp-single-product-content .col-images-content .product-content-container .product-description-wrap .collapse-single-product .arrow,
body .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .collapse-single-product .arrow,
body .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .collapse-single-product .arrow {
  background: #1A1A1A;
  color: #FFFFFF;
}

body .wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .title-review-container .product-rating .rating-text {
  color: rgba(255, 255, 255, 0.4);
}

body .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails::after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(21, 21, 21, 0.6) 0%, rgba(21, 21, 21, 0) 100%);
}

body .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails::before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(131, 117, 81, 0.2) 0%, rgba(249, 249, 249, 0) 100%);
}

body .wp-single-product-content .col-summary .summary.entry-summary .single_add_to_cart_button:hover {
  background-color: #5e533a !important;
}

body .wp-single-product-content .col-summary .summary.entry-summary div.quantity input.input-text {
  border: 2px solid #5e533a;
  color: #151515;
}

body section#acf-content .content-row-product-reviews {
  background: #151515;
}

body section#acf-content .content-row-product-reviews::before, body section#acf-content .content-row-product-reviews::after {
  background: #151515;
}

body section#acf-content .content-row-product-reviews .title-content .title {
  color: #FFFFFF;
}

body section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review, body section#acf-content .content-row-product-reviews .title-content .slider-details .review-slider-navigation .nav-button {
  background: #1A1A1A;
}

body section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p textarea, body section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p input[type="email"], body section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p input[type="text"] {
  background: #2C2C2B;
  border-color: #2C2C2B;
}

html .overlay-add-to-cart .add-to-cart-container {
  background: #1A1A1A;
}

html .overlay-add-to-cart .add-to-cart-container .product-info-container {
  background: #151515;
}

html .overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap .checkbox-add-to-cart {
  background: #847552;
}

html .overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap .product-info .product-name .capacity {
  background-color: #e4e0d6;
  color: #1A1A1A;
}

html .overlay-add-to-cart .overlay-add-to-cart_background {
  background-color: rgba(52, 52, 52, 0.75);
}

html .nan-ajax-loader {
  background-color: rgba(52, 52, 52, 0.75) !important;
}

.overlay-proposal .overlay-container {
  background: #151515 !important;
}

.overlay-proposal .overlay-container .overlay-header {
  background: #151515 !important;
}

.overlay-proposal .overlay-background {
  background-color: rgba(52, 52, 52, 0.75) !important;
}

.wp-single-product-content .col-summary .summary.entry-summary div.quantity button.plus, .wp-single-product-content .col-summary .summary.entry-summary div.quantity button.minus {
  color: #151515 !important;
}

/* -------------------------------------------------------
- Focus custom style default - cart
------------------------------------------------------- */
html body.woocommerce-cart #wp-content .post-content .woocommerce .cart_totals table small {
  font-size: 0.8rem;
  display: block;
}

html body.woocommerce-cart #wp-content .post-content .woocommerce .cart_totals table small .woocommerce-Price-amount {
  font-size: 0.8rem !important;
}

html body.woocommerce-cart #wp-content .post-content .woocommerce .cart-thumbnail-name .product-thumbnail a {
  border-bottom: none;
}

html body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-quantity input {
  color: #151515;
}

html body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals ul.woocommerce-shipping-methods {
  text-align: left;
  max-width: 14rem;
  margin-left: auto !important;
}

html body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-name .capacity-label {
  background: #e4e0d6;
  color: #1A1A1A;
}

html body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart_item .product-remove .fas {
  opacity: 0.6;
}

html body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart_item, html body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh {
  border-color: #363635;
}

html body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart_item .actions .coupon button.button, html body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart_item .actions .button, html body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon button.button, html body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .button {
  background: #323231;
}

html body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart_item .actions .coupon button.button:hover, html body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart_item .actions .button:hover, html body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon button.button:hover, html body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .button:hover {
  background: #181818;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-name a,
body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-quantity button {
  color: #1A1A1A !important;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon input {
  color: #151515 !important;
}

html body .woocommerce-message,
html body.woocommerce .woocommerce-message,
html body .woocommerce-cart .woocommerce-message,
html body .woocommerce-info,
html body.woocommerce .woocommerce-info,
html body body.woocommerce-cart .woocommerce-info,
html body .woocommerce-error,
html body .woocommerce-info,
html body .woocommerce-message,
html body .woocommerce-info,
html body.woocommerce .woocommerce-info,
html body .woocommerce-cart .woocommerce-info {
  background-color: #323231 !important;
  color: #FFFFFF;
  border-color: #847552 !important;
  padding-left: 3.5rem !important;
}

body .blockUI.blockOverlay {
  position: fixed !important;
  opacity: 1 !important;
  background: url("https://focus.nan.reviews/wp-content/uploads/2022/01/Rolling-1s-54px.svg") center center no-repeat rgba(52, 52, 52, 0.75) !important;
}

body .blockUI.blockOverlay::before {
  display: none !important;
}

/* -------------------------------------------------------
- Focus custom style default - Checkout
------------------------------------------------------- */
.woocommerce-checkout header.header {
  height: 11.5rem;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-checkout header.header {
    height: auto;
  }
}

.woocommerce-checkout section#wp-content {
  padding-top: 7.5rem;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-checkout section#wp-content {
    padding-top: 2.5rem;
  }
}

body .woocommerce-account-fields .create-account input:after,
body .woocommerce-shipping-fields #ship-to-different-address input:after,
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper input:after {
  background: white !important;
}

/* -------------------------------------------------------
- Focus custom style default - Account
------------------------------------------------------- */
html body.woocommerce-account #wp-content .post-content .woocommerce form.login, html body.woocommerce-account #wp-content .post-content .woocommerce form.register {
  border-color: #363635;
  border-width: 2px;
}

html body.woocommerce-account #wp-content .post-content .woocommerce form.login a, html body.woocommerce-account #wp-content .post-content .woocommerce form.register a {
  color: #847552;
}

html body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-color: #363635;
}

html body section#acf-content .content-row-product-categories {
  background: #1A1A1A;
}

html body section#acf-content .content-row-product-categories::before, html body section#acf-content .content-row-product-categories::after {
  background: #1A1A1A;
}

html body section#acf-content .content-row-product-categories .product-categories::before, html body section#acf-content .content-row-product-categories .product-categories::after {
  display: none;
}

html body section#acf-content .content-row-product-categories .product-categories .product-cat {
  background: #2C2C2B;
}

/*--------------------------------------------------------------
- Focus: Custom style Checkbox - Checkout
--------------------------------------------------------------*/
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper input:after, .woocommerce-checkout-payment .create-account input:after, .woocommerce-checkout-payment #ship-to-different-address input:after, .woocommerce-account-fields .woocommerce-terms-and-conditions-wrapper input:after, .woocommerce-account-fields .create-account input:after, .woocommerce-account-fields #ship-to-different-address input:after, .woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper input:after, .woocommerce-shipping-fields .create-account input:after, .woocommerce-shipping-fields #ship-to-different-address input:after {
  background-color: #2C2C2B !important;
  border: 1px solid #847552 !important;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods .wc_payment_method:hover,
body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods .wc_payment_method.is-checked {
  border-color: #847552 !important;
}

/* -------------------------------------------------------
- Focus: Custom style radio's - Cart and Checkout
------------------------------------------------------- */
.woocommerce-checkout tr.woocommerce-shipping-totals ul#shipping_method li input.shipping_method:after, .woocommerce-checkout tr.woocommerce-shipping-totals ul#shipping_method li input.input-radio:after, .woocommerce-checkout tr.woocommerce-shipping-totals ul.woocommerce-shipping-methods li input.shipping_method:after, .woocommerce-checkout tr.woocommerce-shipping-totals ul.woocommerce-shipping-methods li input.input-radio:after, .woocommerce-checkout tr.woocommerce-shipping-totals ul.wc_payment_methods li input.shipping_method:after, .woocommerce-checkout tr.woocommerce-shipping-totals ul.wc_payment_methods li input.input-radio:after, .cart-collaterals .cart_totals ul#shipping_method li input.shipping_method:after, .cart-collaterals .cart_totals ul#shipping_method li input.input-radio:after, .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li input.shipping_method:after, .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li input.input-radio:after, .cart-collaterals .cart_totals ul.wc_payment_methods li input.shipping_method:after, .cart-collaterals .cart_totals ul.wc_payment_methods li input.input-radio:after, .woocommerce-checkout-payment ul#shipping_method li input.shipping_method:after, .woocommerce-checkout-payment ul#shipping_method li input.input-radio:after, .woocommerce-checkout-payment ul.woocommerce-shipping-methods li input.shipping_method:after, .woocommerce-checkout-payment ul.woocommerce-shipping-methods li input.input-radio:after, .woocommerce-checkout-payment ul.wc_payment_methods li input.shipping_method:after, .woocommerce-checkout-payment ul.wc_payment_methods li input.input-radio:after {
  background-color: #847552 !important;
  border: 1px solid #847552 !important;
}

.woocommerce-checkout tr.woocommerce-shipping-totals ul#shipping_method li input.shipping_method:checked:before, .woocommerce-checkout tr.woocommerce-shipping-totals ul#shipping_method li input.input-radio:checked:before, .woocommerce-checkout tr.woocommerce-shipping-totals ul.woocommerce-shipping-methods li input.shipping_method:checked:before, .woocommerce-checkout tr.woocommerce-shipping-totals ul.woocommerce-shipping-methods li input.input-radio:checked:before, .woocommerce-checkout tr.woocommerce-shipping-totals ul.wc_payment_methods li input.shipping_method:checked:before, .woocommerce-checkout tr.woocommerce-shipping-totals ul.wc_payment_methods li input.input-radio:checked:before, .cart-collaterals .cart_totals ul#shipping_method li input.shipping_method:checked:before, .cart-collaterals .cart_totals ul#shipping_method li input.input-radio:checked:before, .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li input.shipping_method:checked:before, .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li input.input-radio:checked:before, .cart-collaterals .cart_totals ul.wc_payment_methods li input.shipping_method:checked:before, .cart-collaterals .cart_totals ul.wc_payment_methods li input.input-radio:checked:before, .woocommerce-checkout-payment ul#shipping_method li input.shipping_method:checked:before, .woocommerce-checkout-payment ul#shipping_method li input.input-radio:checked:before, .woocommerce-checkout-payment ul.woocommerce-shipping-methods li input.shipping_method:checked:before, .woocommerce-checkout-payment ul.woocommerce-shipping-methods li input.input-radio:checked:before, .woocommerce-checkout-payment ul.wc_payment_methods li input.shipping_method:checked:before, .woocommerce-checkout-payment ul.wc_payment_methods li input.input-radio:checked:before {
  background-color: #2C2C2B !important;
}

/*-------------------------------------------------------------
Focus: link in wp-content
-------------------------------------------------------------*/
#wp-content p a:hover {
  color: #5e533a !important;
}

/*-------------------------------------------------------------
Focus: custom related products
-------------------------------------------------------------*/
.related-products .select-related-products .select-label {
  border-color: #847552 !important;
  color: #FFFFFF !important;
}

.related-products .select-related-products .select-label.active {
  background-color: #847552 !important;
}

/*--------------------------------------------------------------
# NaN
--------------------------------------------------------------*/
/*--------------------------------------------------------------
- Init Body : Globals
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

@media only screen and (max-width: 990px) {
  html body {
    overflow-x: hidden;
  }
}

html body * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

html body main {
  margin-top: 7rem;
}

@media only screen and (min-width: 990px) {
  html body main {
    margin-top: 8rem;
  }
}

@media only screen and (min-width: 1200px) {
  html body main {
    margin-top: 11.5rem;
  }
}

html body main article.hentry {
  position: relative;
  margin: 0;
}

/*--------------------------------------------------------------
- Init custom selection
--------------------------------------------------------------*/
::-moz-selection {
  background-color: #072035;
  color: #FFFFFF;
}

::selection {
  background-color: #072035;
  color: #FFFFFF;
}

/*--------------------------------------------------------------
- Init button
--------------------------------------------------------------*/
a,
button,
.button,
input,
select,
textarea {
  outline: none !important;
  text-decoration: none !important;
}

button {
  opacity: 1 !important;
}

/*--------------------------------------------------------------
- Set : Custom covers
--------------------------------------------------------------*/
.link-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
}

/*--------------------------------------------------------------
- Set : Custom button
--------------------------------------------------------------*/
.custom-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce #payment #place_order
, .woocommerce-page #payment #place_order {
  background-color: #847552;
  color: #FFFFFF !important;
  border-radius: 0.31rem;
  padding: 0.5rem 1rem;
  min-height: 3rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.custom-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce #payment #place_order:hover
, .woocommerce-page #payment #place_order:hover {
  background-color: #453d2b;
}

/*--------------------------------------------------------------
- Set : Custom capacity 
--------------------------------------------------------------*/
span.capacity {
  background-color: #fff;
  color: #FFFFFF;
  border-radius: 0.31rem;
  font-size: 0.875rem;
  line-height: 1.6rem;
  padding: 0 1rem;
  white-space: nowrap;
}

@media only screen and (max-width: 550px) {
  span.capacity {
    padding: 0.187rem 0.5rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

/*--------------------------------------------------------------
- Set : ACF content
--------------------------------------------------------------*/
#breadcrumbs {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 0.5rem;
  text-transform: lowercase;
}

#breadcrumbs a {
  color: #fff;
  border-bottom: none;
}

/*--------------------------------------------------------------
- Set : ACF content
--------------------------------------------------------------*/
section#acf-content {
  overflow-x: clip;
}

/*--------------------------------------------------------------
- Init all global width options
--------------------------------------------------------------*/
.global-width-xxxl {
  max-width: 1792px;
  width: 100%;
}

.global-width-xxl {
  max-width: 1470px;
  width: 100%;
}

.global-width-xl {
  max-width: 1213px;
  width: 100%;
}

.global-width-lg {
  max-width: 1074px;
  width: 100%;
}

.global-width-md {
  max-width: 994px;
  width: 100%;
}

.global-width-sm {
  max-width: 740px;
  width: 100%;
}

/*--------------------------------------------------------------
- Content : Globals
--------------------------------------------------------------*/
.content-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*--------------------------------------------------------------
- Content : Globals
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

html body.light {
  color: #FFFFFF;
}

/*-------------------------------------------------------------
- Content : Ajax overlay loader
-------------------------------------------------------------*/
html .click-blocker {
  pointer-events: none;
  scroll-behavior: smooth;
  cursor: progress;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.8;
  overflow: hidden;
}

html .nan-ajax-loader {
  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;
  background: rgba(255, 255, 255, 0.3);
  z-index: 999999999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}

/*-------------------------------------------------------------
Overlay Woocommerce and loader
-------------------------------------------------------------*/
.blockUI.blockOverlay {
  position: fixed !important;
  opacity: 1 !important;
  background: url("/wp-content/uploads/2021/11/Rolling-1s-50px.svg") center center no-repeat rgba(255, 255, 255, 0.7) !important;
}

.blockUI.blockOverlay::before {
  display: none !important;
}

.spinner-border {
  border-color: #847552;
  border-right-color: transparent;
}

/*-------------------------------------------------------------
Standard link style in wp-content
-------------------------------------------------------------*/
#wp-content p a {
  color: #847552;
}

#wp-content p a:hover {
  color: #fff;
}

#wp-content p#breadcrumbs a {
  color: #FFFFFF;
}

#wp-content p#breadcrumbs a:hover {
  color: #FFFFFF;
}

/*--------------------------------------------------------------
- Init Body : Globals
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

@media only screen and (max-width: 990px) {
  html body {
    overflow-x: hidden;
  }
}

html body main {
  margin-top: 7rem;
}

@media only screen and (min-width: 990px) {
  html body main {
    margin-top: 8rem;
  }
}

@media only screen and (min-width: 1200px) {
  html body main {
    margin-top: 11.5rem;
  }
}

html body main article.hentry {
  position: relative;
  margin: 0;
}

/*--------------------------------------------------------------
- Init custom selection
--------------------------------------------------------------*/
::-moz-selection {
  background-color: #072035;
  color: #FFFFFF;
}

::selection {
  background-color: #072035;
  color: #FFFFFF;
}

/*--------------------------------------------------------------
- Init button
--------------------------------------------------------------*/
a,
button,
.button,
input,
select,
textarea {
  outline: none !important;
  text-decoration: none !important;
}

button {
  opacity: 1 !important;
}

/*--------------------------------------------------------------
- Set : Custom covers
--------------------------------------------------------------*/
.link-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
}

/*--------------------------------------------------------------
- Set : Custom button
--------------------------------------------------------------*/
.custom-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #847552;
  color: #FFFFFF !important;
  border-radius: 0.31rem;
  padding: 0.5rem 1rem;
  min-height: 3rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.custom-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: #453d2b;
}

/*--------------------------------------------------------------
- Set : Custom capacity 
--------------------------------------------------------------*/
span.capacity {
  background-color: #fff;
  color: #FFFFFF;
  border-radius: 0.31rem;
  font-size: 0.875rem;
  line-height: 1.6rem;
  padding: 0 1rem;
  white-space: nowrap;
}

@media only screen and (max-width: 550px) {
  span.capacity {
    padding: 0.187rem 0.5rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

/*--------------------------------------------------------------
- Set : ACF content
--------------------------------------------------------------*/
#breadcrumbs {
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 1rem;
  text-transform: lowercase;
}

#breadcrumbs a {
  color: #fff;
  border-bottom: none;
}

/*--------------------------------------------------------------
- Set : ACF content
--------------------------------------------------------------*/
section#acf-content {
  overflow-x: clip;
}

/*--------------------------------------------------------------
- Init all global width options
--------------------------------------------------------------*/
.global-width-xxxl {
  max-width: 1792px;
  width: 100%;
}

.global-width-xxl {
  max-width: 1470px;
  width: 100%;
}

.global-width-xl {
  max-width: 1213px;
  width: 100%;
}

.global-width-lg {
  max-width: 1074px;
  width: 100%;
}

.global-width-md {
  max-width: 994px;
  width: 100%;
}

.global-width-sm {
  max-width: 740px;
  width: 100%;
}

/*--------------------------------------------------------------
- Content : Globals
--------------------------------------------------------------*/
.content-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*--------------------------------------------------------------
- Content : Globals
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

html body.light {
  color: #FFFFFF;
}

/*-------------------------------------------------------------
- Content : Ajax overlay loader
-------------------------------------------------------------*/
html .click-blocker {
  pointer-events: none;
  scroll-behavior: smooth;
  cursor: progress;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.8;
  overflow: hidden;
}

html .nan-ajax-loader {
  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;
  background: rgba(255, 255, 255, 0.3);
  z-index: 999999999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}

/*-------------------------------------------------------------
Overlay Woocommerce and loader
-------------------------------------------------------------*/
.blockUI.blockOverlay {
  position: fixed !important;
  opacity: 1 !important;
  background: url("/wp-content/uploads/2021/11/Rolling-1s-50px.svg") center center no-repeat rgba(255, 255, 255, 0.7) !important;
}

.blockUI.blockOverlay::before {
  display: none !important;
}

.spinner-border {
  border-color: #847552;
  border-right-color: transparent;
}

/*-------------------------------------------------------------
Standard link style in wp-content
-------------------------------------------------------------*/
#wp-content p a {
  color: #847552;
}

#wp-content p a:hover {
  color: #fff;
}

#wp-content p#breadcrumbs a {
  color: #fff;
}

#wp-content p#breadcrumbs a:hover {
  color: #847552;
}

/*-------------------------------------------------------------
Image overlay slider
-------------------------------------------------------------*/
.pswp {
  z-index: 99999;
}

/*-------------------------------------------------------------
Custom dropdown style
-------------------------------------------------------------*/
.custom-dropdown {
  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;
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  height: 3rem;
  border-radius: 5px;
  border: 1.5px solid #fff;
  padding: 1rem;
}

.custom-dropdown .selectionbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 19rem;
}

@media only screen and (max-width: 550px) {
  .custom-dropdown .selectionbtn {
    width: 14rem;
  }
}

.custom-dropdown .selectionbtn:after {
  content: url("../img/icons/arrow-dropdown.svg");
  position: absolute;
  top: auto;
  right: 0.25rem;
}

.custom-dropdown .selectionbtn.toggle {
  border-radius: 3px 3px 0 0;
}

.custom-dropdown .selectionbtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.custom-dropdown .selectionbtn .color-block {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 3px;
  margin-right: 0.5rem;
}

.custom-dropdown .selectDropdown {
  position: absolute;
  top: calc(100% + 1.5px);
  right: -1.5px;
  width: calc(100% + 3px);
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 10px 0 #0000001a;
          box-shadow: 0 4px 10px 0 #0000001a;
  z-index: 1;
  background: #FFFFFF;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  max-height: 225px;
  overflow-y: scroll;
}

.custom-dropdown .selectDropdown .variation-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  height: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.custom-dropdown .selectDropdown .variation-option:hover {
  background: #2C2C2B;
}

.custom-dropdown .selectDropdown .variation-option.hidden-option {
  display: none;
}

.custom-dropdown .selectDropdown .variation-option .color-block {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 3px;
  margin-right: 0.5rem;
}

.custom-dropdown .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*--------------------------------------------------------------
- Init archive 
--------------------------------------------------------------*/
.archive-description {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}

.archive-description .title {
  text-align: center;
}

/*--------------------------------------------------------------
- Init archive post
--------------------------------------------------------------*/
.archive-post {
  position: relative;
  margin-bottom: 5rem;
}

.archive-post .archive-post-header {
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  background-size: cover;
  background-color: #fff;
  min-height: 14rem;
  display: block;
}

.archive-post .archive-post-body {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.archive-post .archive-post-body .title,
.archive-post .archive-post-body .date {
  margin-bottom: 0.5rem;
}

.archive-post .archive-post-body .date {
  color: #fff;
  font-size: 0.8rem;
  list-style: 1.5rem;
}

.archive-post .archive-post-body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.archive-post .archive-post-body .content .excerpt {
  max-width: 24.5rem;
  width: 100%;
  color: #999999;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .archive-post .archive-post-body .content .excerpt {
    width: 100%;
    max-width: unset;
    margin-bottom: 2rem;
  }
}

.archive-post .archive-post-body .content .arrow {
  min-width: 1.5rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .archive-post .archive-post-body .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-post:hover .archive-post-body {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

@media only screen and (max-width: 768px) {
  .archive-post {
    margin-bottom: 2.5rem;
  }
}

/*--------------------------------------------------------------
  - Init archive 
  --------------------------------------------------------------*/
.archive-description {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}

.archive-description .title {
  text-align: center;
}

/*--------------------------------------------------------------
  - Init archive post
  --------------------------------------------------------------*/
.archive-post {
  position: relative;
  margin-bottom: 5rem;
}

.archive-post .archive-post-header {
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  background-size: cover;
  background-color: #fff;
  min-height: 14rem;
  display: block;
}

.archive-post .archive-post-body {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.archive-post .archive-post-body .title,
.archive-post .archive-post-body .date {
  margin-bottom: 0.5rem;
}

.archive-post .archive-post-body .date {
  color: #fff;
  font-size: 0.8rem;
  list-style: 1.5rem;
}

.archive-post .archive-post-body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.archive-post .archive-post-body .content .excerpt {
  max-width: 24.5rem;
  width: 100%;
  color: #999999;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .archive-post .archive-post-body .content .excerpt {
    width: 100%;
    max-width: unset;
    margin-bottom: 2rem;
  }
}

.archive-post .archive-post-body .content .arrow {
  min-width: 1.5rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .archive-post .archive-post-body .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-post:hover .archive-post-body {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

@media only screen and (max-width: 768px) {
  .archive-post {
    margin-bottom: 2.5rem;
  }
}

/*--------------------------------------------------------------
- Init body globals
--------------------------------------------------------------*/
body {
  color: #fff;
  font-family: "Lato", sans-serif;
}

.bold, strong, b {
  font-weight: 700;
}

/*--------------------------------------------------------------
- Init headings sizes
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.5rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

h1, h2 {
  font-size: 2rem;
  line-height: 2rem;
}

@media only screen and (max-width: 768px) {
  h1, h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

h3 {
  font-size: 1.75rem;
  line-height: 2.625rem;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media only screen and (max-width: 550px) {
  h4 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

/*--------------------------------------------------------------
- Init paragraph sizes
--------------------------------------------------------------*/
p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 550px) {
  p {
    font-size: 0.875rem;
    line-height: 1.437rem;
  }
}

/*--------------------------------------------------------------
- Init Postcontent a 
--------------------------------------------------------------*/
.gutenberg-content .post-content a,
.gutenberg-content .post-content a:visited, .post-content a,
.post-content a:visited {
  color: #fff;
  border-bottom: 2px solid #847552;
  font-weight: 600;
}

.gutenberg-content .post-content ol, .post-content ol {
  margin-left: 0;
}

.gutenberg-content .post-content ol li::marker, .post-content ol li::marker {
  color: #847552;
}

.gutenberg-content .post-content li::marker, .post-content li::marker {
  color: #847552;
}

/*--------------------------------------------------------------
# Include website
--------------------------------------------------------------*/
/* -------------------------------------------------------
- Import flexible content rows
------------------------------------------------------- */
/*--------------------------------------------------------------
- Init content-row : Text
--------------------------------------------------------------*/
section#acf-content .content-row-text {
  padding: 5rem 0;
  /* ---------------------------------------
        - Set : Content block
        --------------------------------------- */
  /* ---------------------------------------
        - Set : Dark variation
        --------------------------------------- */
}

section#acf-content .content-row-text .content-block p:last-of-type {
  margin-bottom: 0;
}

section#acf-content .content-row-text .content-block.title {
  max-width: 27.5rem;
  width: 100%;
}

section#acf-content .content-row-text .content-block.title h2 {
  line-height: 2.5rem;
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-text .content-block.title h2 {
    line-height: 2rem;
  }
}

section#acf-content .content-row-text .content-block.title .term,
section#acf-content .content-row-text .content-block.title .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

section#acf-content .content-row-text .content-block.title .term {
  color: #847552;
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-text .content-block.title {
    max-width: 40.5rem;
    width: 100%;
  }
}

section#acf-content .content-row-text.dark {
  background-color: #fff;
  position: relative;
  /* ---------------------------------------
            - Set : BG extensions
            --------------------------------------- */
}

section#acf-content .content-row-text.dark .content-block * {
  color: #FFFFFF;
}

section#acf-content .content-row-text.dark::before, section#acf-content .content-row-text.dark::after {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100vw;
  top: 0;
}

section#acf-content .content-row-text.dark::before {
  left: -100vw;
}

section#acf-content .content-row-text.dark::after {
  right: -100vw;
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-text {
    padding: 3.5rem 0;
  }
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-text {
    padding: 2.5rem 0;
  }
}

/*--------------------------------------------------------------
- Init content-row : Banner
--------------------------------------------------------------*/
#banner-content .content-row-banner {
  padding: 2rem 0;
}

#banner-content .content-row-banner .col .owl-carousel-banner {
  position: relative;
  min-height: 21.5rem;
  /* ---------------------------------------
                - Set : Owl stage
                --------------------------------------- */
  /* ---------------------------------------
                - Set : Owl dots
                --------------------------------------- */
}

@media only screen and (max-width: 768px) {
  #banner-content .content-row-banner .col .owl-carousel-banner {
    min-height: unset;
  }
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide {
  position: relative;
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .image,
#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .content-bg,
#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content {
  border-radius: 0.31rem;
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .image,
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .content-bg,
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content {
    border-radius: 0;
  }
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .image img,
#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .content-bg img,
#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content img {
  border-radius: 0.31rem;
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .image img,
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .content-bg img,
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content img {
    border-radius: 0;
  }
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .image,
#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-height: 21.5rem;
}

@media only screen and (max-width: 768px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .image,
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .image img {
    min-height: 12rem;
  }
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .content-bg,
#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content {
  max-width: 26rem;
  width: 100%;
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .content-bg {
  background-color: #fff;
  mix-blend-mode: darken;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .content-bg::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 15, 80, 0.5)), color-stop(99.99%, rgba(255, 15, 80, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 15, 80, 0.5) 0%, rgba(255, 15, 80, 0) 99.99%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0.31rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8.5rem;
  width: 100%;
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .content-bg {
    display: none;
  }
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  padding: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content .content {
  width: 100%;
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content .content h2 {
  line-height: 2.37rem;
}

@media only screen and (max-width: 550px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content .content h2 {
    line-height: 1.62rem;
  }
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content .content .usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content .content .usp p {
  margin: 0;
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content .content .usp .icon {
  width: auto;
  margin-right: 1rem;
  display: none;
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content .content .usp .icon.mobile {
  display: block;
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content .content .usp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content .custom-button {
    height: 2.5rem;
    width: 2.5rem;
    min-height: unset;
    color: transparent !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 1.5rem;
  }
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content .custom-button::after {
    content: "\f054";
    font-size: 0.75rem;
    font-weight: 900;
    color: #FFFFFF;
    position: absolute;
    font-family: "Font Awesome 5 Free";
  }
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide .slide-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #fff;
    min-height: unset;
    max-width: unset;
    padding: 2.5rem 1rem;
    position: relative;
  }
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-stage-outer .owl-stage .owl-item .slide {
    min-height: unset;
  }
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: absolute;
  right: 3rem;
  height: 100%;
  top: 0;
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-dots button.owl-dot {
  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;
  border: 0.125rem solid transparent;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-dots button.owl-dot span {
  background-color: #FFFFFF;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-dots button.owl-dot span {
    height: 0.375rem;
    width: 0.375rem;
  }
}

#banner-content .content-row-banner .col .owl-carousel-banner .owl-dots button.owl-dot.active {
  border-color: #847552;
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-dots button.owl-dot {
    height: 1rem;
    width: 1rem;
  }
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-dots {
    height: 15.5rem;
    top: 0;
    right: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  #banner-content .content-row-banner .col .owl-carousel-banner .owl-dots {
    height: 8rem;
  }
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner .col {
    padding: 0;
  }
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner {
    padding: 0;
  }
}

#banner-content .content-row-banner-content {
  padding-bottom: 2rem;
}

#banner-content .content-row-banner-content .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#banner-content .content-row-banner-content .banner-content .title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.31rem;
  font-family: "Lato", sans-serif;
  text-transform: unset;
  opacity: 0.5;
  margin: 0;
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner-content .banner-content .title {
    opacity: 1;
  }
}

@media only screen and (max-width: 550px) {
  #banner-content .content-row-banner-content .banner-content .title {
    font-size: 1rem;
  }
}

#banner-content .content-row-banner-content .banner-content .usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
}

#banner-content .content-row-banner-content .banner-content .usp p {
  margin-bottom: 0;
  font-weight: 700;
  opacity: 0.5;
}

#banner-content .content-row-banner-content .banner-content .usp .icon {
  margin-right: 1rem;
}

#banner-content .content-row-banner-content .banner-content .usp .icon.mobile {
  display: none;
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner-content .banner-content .usp {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  #banner-content .content-row-banner-content {
    background-color: #f9f9f9;
    padding: 2.5rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .home #banner-content .content-row-banner-content {
    padding-bottom: 0rem;
  }
}

/*--------------------------------------------------------------
- Init content-row : text
--------------------------------------------------------------*/
#acf-content .content-row-text-with-image {
  position: relative;
  width: 100%;
  /* ------------------------------------------
        - Init : Row
        ------------------------------------------ */
}

#acf-content .content-row-text-with-image .row {
  /* ------------------------------------------
            - Init : Custom block
            ------------------------------------------ */
  /* ------------------------------------------
            - Init : Mirrored row
            ------------------------------------------ */
}

#acf-content .content-row-text-with-image .row .custom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  /* ------------------------------------------
                - Init : Content block
                ------------------------------------------ */
  /* ------------------------------------------
                - Init : Image block
                ------------------------------------------ */
}

#acf-content .content-row-text-with-image .row .custom-block.content-block {
  padding: 3rem;
}

#acf-content .content-row-text-with-image .row .custom-block.content-block .content {
  max-width: 41rem;
  width: 100%;
}

#acf-content .content-row-text-with-image .row .custom-block.content-block .content ul, #acf-content .content-row-text-with-image .row .custom-block.content-block .content li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#acf-content .content-row-text-with-image .row .custom-block.content-block .content li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3rem;
}

@media only screen and (max-width: 768px) {
  #acf-content .content-row-text-with-image .row .custom-block.content-block .content li {
    margin-bottom: 0.5rem;
    padding-left: 2.25rem;
    font-size: 0.875rem;
  }
}

#acf-content .content-row-text-with-image .row .custom-block.content-block .content li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 2rem;
  width: 2rem;
  background: #fff;
  color: #FFFFFF;
  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;
  position: absolute;
  left: 0;
  top: -0.25rem;
  border-radius: 0.31rem;
}

@media only screen and (max-width: 768px) {
  #acf-content .content-row-text-with-image .row .custom-block.content-block .content li:before {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 0.8rem;
    top: -1px;
  }
}

#acf-content .content-row-text-with-image .row .custom-block.content-block .content .text {
  max-width: 35rem;
  width: 100%;
}

#acf-content .content-row-text-with-image .row .custom-block.content-block .content .text p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 990px) {
  #acf-content .content-row-text-with-image .row .custom-block.content-block .content .text {
    max-width: unset;
  }
}

@media only screen and (max-width: 990px) {
  #acf-content .content-row-text-with-image .row .custom-block.content-block .content {
    max-width: unset;
  }
}

@media only screen and (max-width: 1500px) {
  #acf-content .content-row-text-with-image .row .custom-block.content-block {
    padding: 0rem 2rem;
  }
}

@media only screen and (max-width: 768px) {
  #acf-content .content-row-text-with-image .row .custom-block.content-block {
    padding: 3rem 0;
  }
}

#acf-content .content-row-text-with-image .row .custom-block.image-block {
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  min-height: 35rem;
  border-radius: 0 0.31rem 0.31rem 0;
  position: relative;
  left: -1.625rem;
}

@media only screen and (max-width: 1200px) {
  #acf-content .content-row-text-with-image .row .custom-block.image-block {
    min-height: 25rem;
  }
}

@media only screen and (max-width: 990px) {
  #acf-content .content-row-text-with-image .row .custom-block.image-block {
    border-radius: 0.5rem;
    left: unset;
    min-height: 25rem;
  }
}

@media only screen and (max-width: 768px) {
  #acf-content .content-row-text-with-image .row .custom-block.image-block {
    min-height: 15rem;
  }
}

@media only screen and (max-width: 400px) {
  #acf-content .content-row-text-with-image .row .custom-block.image-block {
    min-height: 14rem;
  }
}

#acf-content .content-row-text-with-image .row.mirror {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#acf-content .content-row-text-with-image .row.mirror .custom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  /* ------------------------------------------
                    - Init : Image block
                    ------------------------------------------ */
  /* ------------------------------------------
                    - Init : Image block
                    ------------------------------------------ */
}

#acf-content .content-row-text-with-image .row.mirror .custom-block.content-block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#acf-content .content-row-text-with-image .row.mirror .custom-block.image-block {
  border-radius: 0.31rem 0 0 0.31rem;
  right: -1.625rem;
  left: unset;
}

@media only screen and (max-width: 990px) {
  #acf-content .content-row-text-with-image .row.mirror .custom-block.image-block {
    right: unset;
    border-radius: 0.31rem;
  }
}

/*--------------------------------------------------------------
- Init content-row : Products
--------------------------------------------------------------*/
section#acf-content .content-row-products {
  padding: 4.5rem 0;
  /* ---------------------------------------
        - Set : Title content
        --------------------------------------- */
}

section#acf-content .content-row-products .title-content {
  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;
  margin-bottom: 2rem;
}

section#acf-content .content-row-products .title-content .title {
  margin: 0;
}

section#acf-content .content-row-products .title-content .link-to-shop {
  font-weight: 700;
  color: #fff;
}

section#acf-content .content-row-products .title-content .link-to-shop::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #847552;
  font-size: 0.93rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-products .title-content .link-to-shop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-products .title-content {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-products {
    padding: 2.5rem 0;
  }
}

section#acf-content .content-row-products .woocommerce ul.products.columns-5 li.product:nth-child(5n) {
  margin-right: 0;
  clear: none;
}

/*--------------------------------------------------------------
- Init content-row : Branches
--------------------------------------------------------------*/
section#acf-content .content-row-branches {
  /* ---------------------------------------
        - Set : Content block
        --------------------------------------- */
  /* ---------------------------------------
        - Set : Image block
        --------------------------------------- */
}

section#acf-content .content-row-branches .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

section#acf-content .content-row-branches .content-block .content {
  padding: 2.5rem 0;
  width: 100%;
  /* ---------------------------------------
                - Set : Content
                --------------------------------------- */
  /* ---------------------------------------
                - Set : Branches
                --------------------------------------- */
}

section#acf-content .content-row-branches .content-block .content h1,
section#acf-content .content-row-branches .content-block .content h2,
section#acf-content .content-row-branches .content-block .content h3,
section#acf-content .content-row-branches .content-block .content h4,
section#acf-content .content-row-branches .content-block .content h5,
section#acf-content .content-row-branches .content-block .content h6 {
  margin-bottom: 0.5rem;
}

section#acf-content .content-row-branches .content-block .content p {
  margin-bottom: 1.5rem;
}

section#acf-content .content-row-branches .content-block .content .branches-list {
  position: relative;
  display: block;
}

section#acf-content .content-row-branches .content-block .content .branches-list .branche {
  position: relative;
  z-index: 1;
  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;
  background-color: #f9f9f9;
  border-radius: 0.31rem;
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
  /* ---------------------------------------
                        - Set : Branche content
                        --------------------------------------- */
  /* ---------------------------------------
                        - Set : Branche hover
                        --------------------------------------- */
}

section#acf-content .content-row-branches .content-block .content .branches-list .branche .branche-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#acf-content .content-row-branches .content-block .content .branches-list .branche .branche-details .branche-icon {
  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: 3rem;
  width: 2.5rem;
  margin-right: 1.5rem;
}

section#acf-content .content-row-branches .content-block .content .branches-list .branche .branche-details .branche-icon .icon-image {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  height: 100%;
  width: 100%;
  max-height: 1.75rem;
  max-width: 2rem;
}

section#acf-content .content-row-branches .content-block .content .branches-list .branche .branche-details .branche-icon i {
  color: #847552;
  font-size: 1.25rem;
}

section#acf-content .content-row-branches .content-block .content .branches-list .branche .branche-details .branche-name {
  font-weight: 700;
}

section#acf-content .content-row-branches .content-block .content .branches-list .branche p {
  color: #fff;
  line-height: 1.125rem;
  margin: 0;
}

section#acf-content .content-row-branches .content-block .content .branches-list .branche .products-in-branche {
  opacity: 0.3;
}

section#acf-content .content-row-branches .content-block .content .branches-list .branche:last-of-type {
  margin-bottom: 0;
}

section#acf-content .content-row-branches .content-block .content .branches-list .branche:hover {
  background-color: #fff;
}

section#acf-content .content-row-branches .content-block .content .branches-list .branche:hover p {
  color: #FFFFFF;
}

section#acf-content .content-row-branches .content-block .content .branches-list::before, section#acf-content .content-row-branches .content-block .content .branches-list::after {
  content: "";
  position: absolute;
  width: 17rem;
  height: 17rem;
  z-index: 0;
}

section#acf-content .content-row-branches .content-block .content .branches-list::before {
  right: -4rem;
  top: -5rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 55, 84, 0.6) 0%, rgba(249, 249, 249, 0) 100%);
  opacity: 0.3;
}

section#acf-content .content-row-branches .content-block .content .branches-list::after {
  left: -4.5rem;
  bottom: -4rem;
  background: radial-gradient(50% 50% at 50% 50%, #ff0f50 0%, rgba(249, 249, 249, 0) 100%);
  opacity: 0.15;
}

section#acf-content .content-row-branches .image-col .image-block {
  position: relative;
  padding-right: 4rem;
  height: 100%;
}

section#acf-content .content-row-branches .image-col .image-block .branches-images {
  position: relative;
  height: 100%;
  min-height: 42rem;
}

section#acf-content .content-row-branches .image-col .image-block .branches-images .branche-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section#acf-content .content-row-branches .image-col .image-block .branches-images .branche-image .image {
  border-radius: 0 0.31rem 0.31rem 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-branches .image-col .image-block .branches-images .branche-image .image {
    border-radius: 0;
  }
}

section#acf-content .content-row-branches .image-col .image-block .branches-images .branche-image .image img {
  border-radius: 0 0.31rem 0.31rem 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-branches .image-col .image-block .branches-images .branche-image .image img {
    border-radius: 0;
  }
}

section#acf-content .content-row-branches .image-col .image-block .branches-images .branche-image:first-of-type {
  opacity: 1;
}

@media only screen and (max-width: 1500px) {
  section#acf-content .content-row-branches .image-col .image-block .branches-images {
    width: calc(100% + 0.93rem);
    left: -0.93rem;
  }
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-branches .image-col .image-block .branches-images {
    min-height: unset;
    height: 25rem;
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-branches .image-col .image-block .branches-images {
    height: 18.5rem;
  }
}

@media only screen and (max-width: 550px) {
  section#acf-content .content-row-branches .image-col .image-block .branches-images {
    height: 12rem;
  }
}

@media only screen and (max-width: 1200px) {
  section#acf-content .content-row-branches .image-col .image-block {
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-branches .image-col .image-block {
    padding: 0;
  }
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-branches .image-col {
    padding: 0;
  }
}

/*--------------------------------------------------------------
- Init content-row : Product reviews
--------------------------------------------------------------*/
section#acf-content .content-row-product-reviews {
  background-color: #fff;
  color: #FFFFFF;
  position: relative;
  padding: 5rem 0;
  /* ---------------------------------------
        - Set : Title content
        --------------------------------------- */
  /* ---------------------------------------
        - Set : Owl-carousel
        --------------------------------------- */
  /* ---------------------------------------
        - Set : Add reviews
        --------------------------------------- */
  /* ---------------------------------------
        - Set : BG extensions
        --------------------------------------- */
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-reviews {
    padding: 4rem 0;
  }
}

section#acf-content .content-row-product-reviews .title-content {
  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;
  margin-bottom: 1rem;
}

section#acf-content .content-row-product-reviews .title-content .title {
  margin-bottom: 0;
}

section#acf-content .content-row-product-reviews .title-content .slider-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#acf-content .content-row-product-reviews .title-content .slider-details .product-rating {
  margin-right: 2rem;
}

section#acf-content .content-row-product-reviews .title-content .slider-details .product-rating i {
  color: #00B67A;
  font-size: 0.85rem;
  margin-left: 3px;
}

section#acf-content .content-row-product-reviews .title-content .slider-details .product-rating .rating-text {
  font-size: 14px;
  line-height: 1rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-product-reviews .title-content .slider-details .product-rating {
    display: none;
  }
}

section#acf-content .content-row-product-reviews .title-content .slider-details .review-slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section#acf-content .content-row-product-reviews .title-content .slider-details .review-slider-navigation .nav-button {
  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;
  cursor: pointer;
  height: 3rem;
  width: 3rem;
  background-color: #847552;
  border-radius: 5px;
  margin-left: 0.5rem;
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-reviews .title-content .slider-details .review-slider-navigation .nav-button {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 0.8rem;
  }
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews {
  margin-bottom: 2rem;
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #847552;
  border-radius: 5px;
  padding: 3rem;
  min-height: 196px;
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-content .rating,
section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-content .name {
  margin-bottom: 0.5rem;
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-content .rating {
  color: #00B67A;
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-content .rating i {
  font-size: 0.85rem;
  margin-right: 3px;
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-content .name {
  font-family: "Lato", sans-serif;
  text-transform: unset;
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-content .name {
    font-size: 1rem;
  }
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-content .text {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

@media only screen and (max-width: 550px) {
  section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-content .text {
    font-size: 0.875rem;
    line-height: 1.437rem;
  }
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 3rem;
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-image .image {
  display: block;
  height: 112px;
  width: 112px;
  min-width: 112px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-image .image img {
  display: block;
  height: 112px;
  width: 112px;
  min-width: 112px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-image .link-to-product {
  color: #FFFFFF;
  font-size: 0.9rem;
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-image .link-to-product::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #847552;
  font-size: 0.93rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review .review-image {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review {
    padding: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 550px) {
  section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .review {
    padding: 1.5rem;
  }
}

section#acf-content .content-row-product-reviews .owl-carousel-reviews .owl-stage-outer .owl-stage .owl-item .no-review-text p {
  margin-bottom: 0;
}

section#acf-content .content-row-product-reviews .extra-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section#acf-content .content-row-product-reviews .extra-content .custom-open-button {
  font-size: 1rem;
  font-weight: 700;
  line-height: 18px;
  padding-right: 2rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-reviews .extra-content .custom-open-button {
    font-size: 0.9rem;
  }
}

section#acf-content .content-row-product-reviews .extra-content .custom-open-button .close {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 2px;
}

section#acf-content .content-row-product-reviews .extra-content .custom-open-button .close::before, section#acf-content .content-row-product-reviews .extra-content .custom-open-button .close::after {
  content: "";
  background-color: #847552;
  height: 14px;
  width: 2px;
  position: absolute;
  display: block;
  right: 0;
}

section#acf-content .content-row-product-reviews .extra-content .custom-open-button .close::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

section#acf-content .content-row-product-reviews .extra-content .custom-open-button.active .close {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section#acf-content .content-row-product-reviews .extra-content .add-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews {
  margin-top: 3rem;
  -webkit-transition: 0s;
  transition: 0s;
  width: 100%;
  display: none;
}

section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-reply-title {
  display: none;
}

section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-form {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating .stars a {
  color: #00B67A;
}

section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p {
  margin-bottom: 1rem;
}

section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p textarea,
section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p input[type="email"],
section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p input[type="text"] {
  background-color: #847552;
  color: #FFFFFF;
  font-weight: 400;
}

section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

section#acf-content .content-row-product-reviews .extra-content .add-reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p.form-submit input[type="submit"] {
  background-color: #847552;
  color: #FFFFFF;
}

section#acf-content .content-row-product-reviews .extra-content .details {
  margin-bottom: 0.5rem;
}

section#acf-content .content-row-product-reviews .extra-content .details p {
  margin: 0;
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-product-reviews .extra-content .details {
    opacity: 0.5;
  }
}

section#acf-content .content-row-product-reviews .extra-content .trust-pilot-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

section#acf-content .content-row-product-reviews .extra-content .trust-pilot-review .custom-open-button {
  margin-left: 1.5rem;
}

section#acf-content .content-row-product-reviews .extra-content .trust-pilot-review .custom-open-button .close {
  right: 5px;
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-product-reviews .extra-content .trust-pilot-review {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-product-reviews .extra-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section#acf-content .content-row-product-reviews::before, section#acf-content .content-row-product-reviews::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100vw;
  top: 0;
}

section#acf-content .content-row-product-reviews::before {
  left: -100vw;
}

section#acf-content .content-row-product-reviews::after {
  right: -100vw;
}

/*--------------------------------------------------------------
- Init content-row : Product categories
--------------------------------------------------------------*/
section#acf-content .content-row-product-categories {
  background-color: #f9f9f9;
  padding: 2.5rem 0 2.5rem;
  position: relative;
  /* ---------------------------------------
        - Set : Product categories
        --------------------------------------- */
  /* ---------------------------------------
        - Set : BG extensions
        --------------------------------------- */
}

section#acf-content .content-row-product-categories .product-categories {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[7];
      grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1rem;
  justify-items: center;
  row-gap: 1rem;
  /* ---------------------------------------
            - Set : Product cat 
            --------------------------------------- */
  /* ---------------------------------------
            - Set : Style elements
            --------------------------------------- */
}

@media only screen and (max-width: 1500px) {
  section#acf-content .content-row-product-categories .product-categories {
    -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1200px) {
  section#acf-content .content-row-product-categories .product-categories {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 990px) {
  section#acf-content .content-row-product-categories .product-categories {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-categories .product-categories {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

section#acf-content .content-row-product-categories .product-categories .product-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  color: #fff;
  border-radius: 0.31rem;
  min-height: 12.5rem;
  padding: 1rem;
  width: 100%;
  z-index: 2;
}

section#acf-content .content-row-product-categories .product-categories .product-cat:hover .image-block img,
section#acf-content .content-row-product-categories .product-categories .product-cat:hover .image-block picture {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

section#acf-content .content-row-product-categories .product-categories .product-cat .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

section#acf-content .content-row-product-categories .product-categories .product-cat .content .image-block {
  position: relative;
  margin-bottom: 1rem;
  height: 7.5rem;
  width: 100%;
}

section#acf-content .content-row-product-categories .product-categories .product-cat .content .image-block .image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

section#acf-content .content-row-product-categories .product-categories .product-cat .content .image-block .image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

section#acf-content .content-row-product-categories .product-categories .product-cat .content .image-block::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 55, 84, 0.6) 0%, rgba(249, 249, 249, 0) 100%);
  opacity: 0.1;
  width: 80%;
  top: -0.5rem;
  bottom: -1rem;
  width: 70%;
  margin: auto;
}

section#acf-content .content-row-product-categories .product-categories .product-cat .content .image-block.no-image::before {
  display: none;
}

@media only screen and (max-width: 550px) {
  section#acf-content .content-row-product-categories .product-categories .product-cat .content .image-block {
    height: 5.5rem;
  }
}

section#acf-content .content-row-product-categories .product-categories .product-cat .content .title {
  font-weight: 700;
  line-height: 1.125rem;
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 550px) {
  section#acf-content .content-row-product-categories .product-categories .product-cat .content .title {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

section#acf-content .content-row-product-categories .product-categories .product-cat.link-to-shop {
  display: none;
}

section#acf-content .content-row-product-categories .product-categories .product-cat.link-to-shop .content i {
  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: 1.5rem;
  width: 1.5rem;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin-top: 0.5rem;
  color: #847552;
  font-size: 0.7rem;
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-categories .product-categories .product-cat.link-to-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

section#acf-content .content-row-product-categories .product-categories .product-cat:hover .content .image-block::before {
  opacity: 0.3;
  width: 90%;
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-categories .product-categories .product-cat {
    min-height: 11rem;
  }
}

section#acf-content .content-row-product-categories .product-categories::before, section#acf-content .content-row-product-categories .product-categories::after {
  content: "";
  position: absolute;
  width: 17rem;
  height: 17rem;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-categories .product-categories::before, section#acf-content .content-row-product-categories .product-categories::after {
    width: 90%;
  }
}

section#acf-content .content-row-product-categories .product-categories::before {
  left: -4.5rem;
  top: -2.5rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 55, 84, 0.6) 0%, rgba(249, 249, 249, 0) 100%);
  opacity: 0.3;
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-categories .product-categories::before {
    left: 10%;
    top: 0;
  }
}

section#acf-content .content-row-product-categories .product-categories::after {
  right: -4.5rem;
  bottom: -2.5rem;
  background: radial-gradient(50% 50% at 50% 50%, #ff0f50 0%, rgba(249, 249, 249, 0) 100%);
  opacity: 0.15;
}

@media only screen and (max-width: 768px) {
  section#acf-content .content-row-product-categories .product-categories::after {
    right: 10%;
    bottom: 0;
  }
}

section#acf-content .content-row-product-categories::before, section#acf-content .content-row-product-categories::after {
  content: "";
  position: absolute;
  background-color: #f9f9f9;
  height: 100%;
  width: 100vw;
  top: 0;
}

section#acf-content .content-row-product-categories::before {
  left: -100vw;
}

section#acf-content .content-row-product-categories::after {
  right: -100vw;
}

.overlay-add-to-cart {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  position: fixed;
  overflow-y: auto;
}

.overlay-add-to-cart .overlay-add-to-cart_background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(11, 33, 51, 0.9);
  z-index: 999998;
  position: fixed;
}

.overlay-add-to-cart .add-to-cart-wrapper {
  margin: 5rem 1rem;
}

@media only screen and (max-width: 768px) {
  .overlay-add-to-cart .add-to-cart-wrapper {
    margin: 2.5rem 1rem;
  }
}

.overlay-add-to-cart .add-to-cart-container {
  background-color: #FFFFFF;
  max-width: 60.5rem;
  width: 100%;
  border-radius: 0.5rem;
  color: #fff;
  position: relative;
  margin: auto;
  z-index: 999999;
}

.overlay-add-to-cart .add-to-cart-container .product-info-container {
  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;
  background-color: #f9f9f9;
  min-height: 8rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 1.5rem 3.5rem;
}

@media only screen and (max-width: 768px) {
  .overlay-add-to-cart .add-to-cart-container .product-info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem;
  }
}

.overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap .product-added-to-cart {
    position: absolute;
  }
}

.overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap .checkbox-add-to-cart {
  background-color: #fff;
  border-radius: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  margin-right: 1rem;
  margin-top: 0.1rem;
}

.overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap .checkbox-add-to-cart .fas {
  color: #FFFFFF;
  position: absolute;
  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;
  height: 1.5rem;
  width: 1.5rem;
}

.overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap .product-info .added-to-cart-text {
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 768px) {
  .overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap .product-info .added-to-cart-text {
    padding-left: 2.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap .product-info .added-to-cart-text {
    font-size: 1rem;
  }
}

.overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap .product-info .product-name {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  color: #fff;
  display: inline;
}

.overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap .product-info .product-name .capacity {
  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;
  margin-left: 0.5rem;
  background-color: #fff;
  color: #FFFFFF;
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
  display: inline-block;
}

@media only screen and (max-width: 550px) {
  .overlay-add-to-cart .add-to-cart-container .product-info-container .product-info-wrap .product-info .product-name .capacity {
    font-size: 0.6rem;
    line-height: 1rem;
    padding: 0.1rem 0.5rem;
    top: -2px;
    position: relative;
  }
}

.overlay-add-to-cart .add-to-cart-container .product-info-container .close-pop-up-wrap {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .overlay-add-to-cart .add-to-cart-container .product-info-container .close-pop-up-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 2.5rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .overlay-add-to-cart .add-to-cart-container .product-info-container .close-pop-up-wrap {
    padding-left: 0;
  }
}

.overlay-add-to-cart .add-to-cart-container .product-info-container .close-pop-up-wrap a.cart-button {
  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;
  min-width: 12rem;
  min-height: 2.5rem;
  background-color: #847552;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 550px) {
  .overlay-add-to-cart .add-to-cart-container .product-info-container .close-pop-up-wrap a.cart-button {
    width: 100%;
    font-size: 0.9rem;
  }
}

.overlay-add-to-cart .add-to-cart-container .product-info-container .close-pop-up-wrap .go-shopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  .overlay-add-to-cart .add-to-cart-container .product-info-container .close-pop-up-wrap .go-shopping {
    width: 100%;
    font-size: 0.9rem;
  }
}

.overlay-add-to-cart .add-to-cart-container .product-info-container .close-pop-up-wrap .go-shopping .fas {
  color: #847552;
  padding-left: 1rem;
  font-size: 0.75rem;
}

.overlay-add-to-cart .product-related-products {
  padding: 2.5rem 3.5rem;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .overlay-add-to-cart .product-related-products {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}

.overlay-add-to-cart .title-related-products {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .overlay-add-to-cart .title-related-products {
    font-size: 1rem;
  }
}

.overlay-add-to-cart ul.products {
  padding: 0;
  font-family: "Lato", sans-serif;
}

.overlay-add-to-cart ul.products li.product:last-child {
  margin-right: 0;
}

.overlay-proposal {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  position: fixed;
  overflow-y: auto;
  display: none;
  -webkit-transition: none;
  transition: none;
}

.overlay-proposal .overlay-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(11, 33, 51, 0.9);
  z-index: 999998;
  position: fixed;
}

.overlay-proposal .overlay-wrapper {
  margin: 5rem 1rem;
}

@media only screen and (max-width: 768px) {
  .overlay-proposal .overlay-wrapper {
    margin: 2.5rem 1rem;
  }
}

.overlay-proposal .overlay-wrapper .overlay-container {
  background-color: #FFFFFF;
  max-width: 60.5rem;
  width: 100%;
  border-radius: 0.5rem;
  color: #fff;
  position: relative;
  margin: auto;
  z-index: 999999;
}

.overlay-proposal .overlay-wrapper .overlay-container .overlay-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #f9f9f9;
  min-height: 4rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 1.5rem 3.5rem;
}

@media only screen and (max-width: 768px) {
  .overlay-proposal .overlay-wrapper .overlay-container .overlay-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem;
  }
}

.overlay-proposal .overlay-wrapper .overlay-container .overlay-header .close-overlay-wrap {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .overlay-proposal .overlay-wrapper .overlay-container .overlay-header .close-overlay-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 2.5rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .overlay-proposal .overlay-wrapper .overlay-container .overlay-header .close-overlay-wrap {
    padding-left: 0;
  }
}

.overlay-proposal .overlay-wrapper .overlay-container .overlay-header .close-overlay-wrap .fas {
  color: #847552;
  font-size: 1.5rem;
  cursor: pointer;
}

.overlay-proposal .overlay-wrapper .content-container {
  padding: 2.5rem 3.5rem;
}

@media only screen and (max-width: 768px) {
  .overlay-proposal .overlay-wrapper .content-container {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}

.overlay-proposal .overlay-wrapper .content-container .title-proposal {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .overlay-proposal .overlay-wrapper .content-container .title-proposal {
    font-size: 1rem;
  }
}

.related-products span.label-variation-title {
  font-size: 1.125rem;
  font-weight: 700;
}

.related-products .select-related-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-products .select-related-products .select-label {
  min-width: 6rem;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
  margin: 1rem 0.5rem 1rem 0;
  color: #fff;
  font-weight: 600;
}

.related-products .select-related-products .select-label.active {
  background-color: #fff;
  color: #FFFFFF;
}

/* -------------------------------------------------------
- Import Nan
------------------------------------------------------- */
/*--------------------------------------------------------------
- Init header : Globals
--------------------------------------------------------------*/
header.header {
  z-index: 99999;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 0 0.25rem #ebeceb;
          box-shadow: 0 0 0.25rem #ebeceb;
  background-color: #FFFFFF;
  top: 0;
}

header.header .content-row-header {
  width: 100%;
  /*--------------------------------------------------------------
            - Init : usp row with trustpilot, usp and translate switch
            --------------------------------------------------------------*/
  /*--------------------------------------------------------------
            - Init : header row with search, logo and sub-menu
            --------------------------------------------------------------*/
  /*--------------------------------------------------------------
            - Init : Main menu row
            --------------------------------------------------------------*/
}

header.header .content-row-header .usp-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin: 0 -0.9375rem;
  padding: 0 0.9375rem;
  height: 3rem;
}

header.header .content-row-header .usp-banner-wrap .usp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  /*--------------------------------------------------------------
                    - Init : Truspilot container
                    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
                    - Init : USP container
                    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
                    - Init : Translate switch container and mobile search container
                    --------------------------------------------------------------*/
}

header.header .content-row-header .usp-banner-wrap .usp-row .col-trustpilot {
  display: none;
}

@media only screen and (min-width: 1200px) {
  header.header .content-row-header .usp-banner-wrap .usp-row .col-trustpilot {
    display: block;
  }
}

header.header .content-row-header .usp-banner-wrap .usp-row .col-trustpilot .trustpilot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 15.5rem;
}

header.header .content-row-header .usp-banner-wrap .usp-row .col-trustpilot .trustpilot-container .trustpilot-widget,
header.header .content-row-header .usp-banner-wrap .usp-row .col-trustpilot .trustpilot-container .trustpilot-widget a {
  color: #fff;
}

header.header .content-row-header .usp-banner-wrap .usp-row .col-trustpilot .trustpilot-container .trustpilot-widget:hover,
header.header .content-row-header .usp-banner-wrap .usp-row .col-trustpilot .trustpilot-container .trustpilot-widget a:hover {
  color: #fff;
}

header.header .content-row-header .usp-banner-wrap .usp-row .col-content-usp {
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  header.header .content-row-header .usp-banner-wrap .usp-row .col-content-usp {
    text-align: center;
  }
}

header.header .content-row-header .usp-banner-wrap .usp-row .col-content-usp .owl-carousel-meta .content-usp {
  font-size: 0.875rem;
  line-height: 1rem;
}

@media only screen and (max-width: 550px) {
  header.header .content-row-header .usp-banner-wrap .usp-row .col-content-usp .owl-carousel-meta .content-usp {
    font-size: 0.75rem;
  }
}

header.header .content-row-header .usp-banner-wrap .usp-row .col-content-usp .owl-carousel-meta .content-usp a.usp-button {
  color: #FFFFFF;
  font-weight: 500;
  display: inline-block;
  border-bottom: 0.0625rem solid #FFFFFF;
  margin-left: 0.75rem;
}

@media only screen and (max-width: 768px) {
  header.header .content-row-header .usp-banner-wrap .usp-row .col-content-usp .owl-carousel-meta .content-usp a.usp-button {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  header.header .content-row-header .usp-banner-wrap .usp-row .col-content-usp .owl-carousel-meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

header.header .content-row-header .usp-banner-wrap .usp-row .translate-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  header.header .content-row-header .usp-banner-wrap .usp-row .translate-container {
    display: none;
  }
}

header.header .content-row-header .usp-banner-wrap .usp-row .mobile-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 1200px) {
  header.header .content-row-header .usp-banner-wrap .usp-row .mobile-search-container {
    display: none;
  }
}

header.header .content-row-header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.header .content-row-header .header-wrap .header-row {
  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;
  height: 5rem;
  /*--------------------------------------------------------------
                    - Init : Search container
                    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
                    - Init : logo container
                    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
                    - Init : Woocommerce sub-menu container
                    --------------------------------------------------------------*/
}

@media only screen and (max-width: 768px) {
  header.header .content-row-header .header-wrap .header-row {
    height: 4rem;
  }
}

header.header .content-row-header .header-wrap .header-row .col-search {
  display: none;
}

@media only screen and (min-width: 1200px) {
  header.header .content-row-header .header-wrap .header-row .col-search {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  header.header .content-row-header .header-wrap .header-row .col-search {
    top: 128px;
    position: absolute;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    right: 0;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  header.header .content-row-header .header-wrap .header-row .col-search {
    top: 112px;
  }
}

header.header .content-row-header .header-wrap .header-row .col-search .search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  header.header .content-row-header .header-wrap .header-row .col-search .search-container {
    background-color: #f2f2f2;
    min-height: 48px;
  }
  header.header .content-row-header .header-wrap .header-row .col-search .search-container .searchform {
    width: 100%;
  }
}

header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap {
  position: relative;
}

header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap input {
  display: inline-block;
  padding-left: 2.75rem;
  min-height: 2.5rem;
  width: 12.5rem;
  border-radius: 6.25rem;
  border-color: #2C2C2B;
  background-color: #2C2C2B;
}

@media only screen and (max-width: 768px) {
  header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap input {
    border-radius: none;
    width: 100%;
  }
}

header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #fff;
  opacity: 0.3;
}

header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap input:-ms-input-placeholder {
  font-size: 1rem;
  color: #fff;
  opacity: 0.3;
}

header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap input::-ms-input-placeholder {
  font-size: 1rem;
  color: #fff;
  opacity: 0.3;
}

header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap input::placeholder {
  font-size: 1rem;
  color: #fff;
  opacity: 0.3;
}

header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap .custom-button-search {
  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;
  position: absolute;
  bottom: 0;
  top: 0;
  padding: 0;
  width: 2.75rem;
  background-color: unset;
  border: none;
}

header.header .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap .custom-button-search svg {
  height: 1.25rem;
  width: 1.25rem;
}

header.header .content-row-header .header-wrap .header-row .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  max-height: 1.125rem;
}

@media only screen and (min-width: 1200px) {
  header.header .content-row-header .header-wrap .header-row .logo-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: 1.5rem;
  }
}

header.header .content-row-header .header-wrap .header-row .logo-container img {
  min-height: 4.5rem;
  width: auto;
}

@media only screen and (max-width: 768px) {
  header.header .content-row-header .header-wrap .header-row .logo-container img {
    min-height: 1.5rem;
  }
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .link-customer-service ul.sub-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .link-customer-service ul.sub-menu-header li.menu-item {
  margin-right: 1rem;
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .link-customer-service ul.sub-menu-header li.menu-item a {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .link-customer-service {
    display: none;
  }
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-account-link {
  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;
  position: relative;
  background-color: #2C2C2B;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-account-link:hover {
  background-color: #121212;
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-account-link svg {
  height: 1.25rem;
  width: auto;
}

@media only screen and (max-width: 550px) {
  header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-account-link svg {
    width: 1.125rem;
    height: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-account-link {
    width: 2.25rem;
    height: 2.25rem;
  }
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-account-link .logged-in-check {
  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;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  background-color: #00B67A;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  color: #FFFFFF;
  font-size: 0.5rem;
  font-weight: 500;
}

@media only screen and (max-width: 550px) {
  header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-account-link .logged-in-check {
    width: 1.125rem;
    height: 1.125rem;
    top: -0.375rem;
    right: -0.375rem;
  }
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-cart-link {
  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;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-cart-link:hover {
  background-color: #121212;
}

@media only screen and (max-width: 550px) {
  header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-cart-link {
    width: 2.25rem;
    height: 2.25rem;
  }
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-cart-link svg {
  height: 1.25rem;
  width: auto;
}

@media only screen and (max-width: 550px) {
  header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-cart-link svg {
    width: 1.125rem;
    height: 1rem;
  }
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-cart-link .wc-cart-total-products {
  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;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  background-color: #847552;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 500;
}

@media only screen and (max-width: 550px) {
  header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .wc-cart-link .wc-cart-total-products {
    width: 1.125rem;
    height: 1.125rem;
    top: -0.375rem;
    right: -0.375rem;
  }
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin-left: 1.25rem;
  background: transparent;
  cursor: pointer;
  height: 1rem;
}

@media only screen and (min-width: 1200px) {
  header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .hamburger-menu {
    display: none;
  }
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .hamburger-menu .list-hamburger-menu {
  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;
  position: relative;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .hamburger-menu .list-hamburger-menu:before, header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .hamburger-menu .list-hamburger-menu:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -0.5rem;
  width: 1.5rem;
  height: 0.125rem;
  background: inherit;
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .hamburger-menu .list-hamburger-menu:after {
  top: 0.5rem;
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .hamburger-menu.is-active .list-hamburger-menu {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .hamburger-menu.is-active .list-hamburger-menu:before, header.header .content-row-header .header-wrap .header-row .wc-sub-menu-container .hamburger-menu.is-active .list-hamburger-menu:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header.header .content-row-header .menu-wrap {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  /*--------------------------------------------------------------
                 - Init : Mobile main menu
                --------------------------------------------------------------*/
}

@media only screen and (max-width: 990px) {
  header.header .content-row-header .menu-wrap {
    border-top: 1px solid #2C2C2B;
  }
}

header.header .content-row-header .menu-wrap .menu-row {
  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-transition: 0;
  transition: 0;
  height: 3.5rem;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu {
  position: unset;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item {
  margin-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .mobile-submenu-toggle {
  display: none;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item a.link-menu-item {
  color: #fff;
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 0 1.25rem;
  border-bottom: 0.125rem solid transparent;
  padding: 1.1rem 0rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item a.link-menu-item.active {
  font-weight: 700;
  border-color: #847552;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item a.link-menu-item:hover {
  border-color: #847552;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay {
  z-index: 9;
  top: 100%;
  height: 16rem;
  background-color: #2C2C2B;
  padding: 1.5rem 0;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: none;
  transition: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1200px) {
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay {
    height: calc(100vh - 10rem);
  }
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay .back-to-main-menu {
  display: none;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay .sub-menu-title-parent {
  display: none;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu {
  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;
  margin: 0;
  padding: 0;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 82.5rem;
  width: 100%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item {
  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;
  list-style-type: none;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item:nth-child(n + 6) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #FFFFFF;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 0.5rem;
  margin-right: 1.25rem;
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 55, 84, 0.6) 0%, rgba(249, 249, 249, 0) 100%);
  opacity: 0.1;
  width: 80%;
  top: 0rem;
  bottom: 1.5rem;
  width: 70%;
  margin: auto;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item:hover::before {
  opacity: 0.3;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item:hover img,
header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item:hover picture {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item .image-menu-item {
  position: relative;
  width: auto;
  height: 7rem;
  margin-bottom: 0.75rem;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item .image-menu-item img {
  position: relative;
  width: auto;
  height: 7rem;
  margin-bottom: 0.75rem;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item .text-menu-item {
  font-weight: 700;
  padding: 0 0.5rem;
  color: #fff;
  line-height: 1.2rem;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-footer {
  display: none;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item.desktop-active a.link-menu-item {
  border-color: #847552;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item.desktop-active .sub-menu-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item.desktop-active .sub-menu-overlay ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header .content-row-header .menu-wrap .menu-row .col-menu .sub-menu-shadow {
  background-color: #0b2133e5;
  height: 100vh;
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  -webkit-transition: none;
  transition: none;
}

@media only screen and (max-width: 1200px) {
  header.header .content-row-header .menu-wrap {
    position: fixed;
    top: 8rem;
    left: 0;
    height: 100%;
    background-color: #FFFFFF;
    right: 0;
    -webkit-box-shadow: 0.25rem 0 0 #ebeceb;
            box-shadow: 0.25rem 0 0 #ebeceb;
    display: none;
    opacity: 0;
  }
  header.header .content-row-header .menu-wrap.opacity {
    opacity: 1;
  }
  header.header .content-row-header .menu-wrap.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header.header .content-row-header .menu-wrap .menu-row {
    width: 100%;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu {
    margin-top: 2.25rem;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu.is-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item {
    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: 0 2.5rem 1rem;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item a.link-menu-item {
    padding: 0 0 0.25rem;
    font-size: 1.125rem;
    font-weight: 700;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item a.link-menu-item.active {
    border-bottom: 0.0625rem solid #ff0f50;
    padding-bottom: 0.25rem;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .mobile-submenu-toggle {
    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;
    background-color: #f5f5f5;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    border: none;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .mobile-submenu-toggle .fas {
    color: #fff;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay {
    top: 0;
    bottom: 0;
    margin: 0;
    background-color: #f5f5f5;
    padding: 1.75rem 0;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay .sub-menu-title-parent,
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay .back-to-main-menu {
    margin-left: 2.5rem;
    display: block;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay .sub-menu-title-parent button.button-back-to-main-menu,
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay .back-to-main-menu button.button-back-to-main-menu {
    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;
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    margin-right: 1rem;
    padding: 0;
    height: 2rem;
    width: 2rem;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay .sub-menu-title-parent button.button-back-to-main-menu .fas,
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay .back-to-main-menu button.button-back-to-main-menu .fas {
    color: #fff;
    font-size: 0.625rem;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay .back-to-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    cursor: pointer;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay .sub-menu-title-parent {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 700;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 3rem;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 0.5rem);
    margin: 0 1rem 0.625rem 0;
    opacity: 0;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item:nth-child(even) {
    margin: 0;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item {
    height: 10rem;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item .text-menu-item {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item .image-menu-item {
    height: 5rem;
    width: auto;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-overlay ul.sub-menu .row-sub-menu li.sub-menu-item a.link-sub-menu-item .image-menu-item img {
    height: 5rem;
    width: auto;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item.desktop-active .sub-menu-overlay {
    display: inherit;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item.desktop-active .sub-menu-overlay ul.sub-menu {
    display: inherit;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item.mobile-active .sub-menu-overlay ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1200px) {
  header.header .content-row-header .menu-wrap {
    top: 7rem;
    -webkit-box-shadow: 0.25rem 0 0 #ebeceb;
            box-shadow: 0.25rem 0 0 #ebeceb;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99999;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 6.625rem;
    left: 0;
    right: 0;
    height: 3rem;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-footer.white-background {
    background-color: #FFFFFF;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-footer .menu-sub-menu-header-container ul.sub-menu-header {
    margin: 0 0 0 1.5rem;
    padding: 0;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-footer .menu-sub-menu-header-container ul.sub-menu-header li.menu-item {
    margin: 0;
  }
  header.header .content-row-header .menu-wrap .menu-row .col-menu ul.main-menu li.menu-item .sub-menu-footer .menu-sub-menu-header-container ul.sub-menu-header li.menu-item a {
    font-size: 0.875rem;
    color: #fff;
  }
}

header.left-variation .content-row-header .header-wrap .header-row .logo-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header.left-variation .content-row-header .header-wrap .header-row .col-search .search-container .input-wrap input, header.left-variation .searchform {
  width: 100%;
}

/*--------------------------------------------------------------
- Init footer : Globals
--------------------------------------------------------------*/
footer {
  background-color: #2C2C2B;
  padding: 3.5rem 0;
  /* ---------------------------------------
    - Init : Row (BS)
    --------------------------------------- */
}

footer .row {
  /* ---------------------------------------
        - Init : Footer block
        --------------------------------------- */
  /* ---------------------------------------
        - Init : Social block
        --------------------------------------- */
  /* ---------------------------------------
        - Init : Details block
        --------------------------------------- */
  /* ---------------------------------------
        - Init : First row
        --------------------------------------- */
}

footer .row #mc_embed_signup form {
  padding: 0;
  width: 100%;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll p {
  margin-bottom: 0.5rem;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll .mc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll .mc-row .mc-field-group {
  position: relative;
  padding: 0;
  margin: 0;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll .mc-row .mc-field-group.custom-input-wrapper {
  width: 100%;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll .mc-row .mc-field-group.custom-input-wrapper input {
  border-color: #FFFFFF;
  background-color: #FFFFFF !important;
  padding: 0.5rem 1rem;
  font-weight: 400;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll .mc-row .mc-field-group.custom-input-wrapper div.mce_inline_error {
  margin: 0.5rem 0 0 0;
  padding: 0.5rem 1rem;
  border: solid 1.5px;
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
  width: 100%;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll .mc-row .mc-field-group.custom-submit-wrapper {
  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-left: 0.5rem;
  width: unset;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll .mc-row .mc-field-group.custom-submit-wrapper input[type="submit"] {
  background-color: #847552;
  color: #847552;
  margin: 0;
  min-width: unset;
  height: 48px;
  width: 48px;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll .mc-row .mc-field-group.custom-submit-wrapper::after {
  content: "\f054";
  font-weight: 900;
  color: #FFFFFF;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 12px;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll #mce-responses {
  margin: 0;
  width: 100%;
  padding: 0;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll #mce-responses #mce-error-response,
footer .row #mc_embed_signup form #mc_embed_signup_scroll #mce-responses #mce-success-response {
  border: solid 1.5px;
  padding: 1rem;
  width: 100%;
  font-size: 12px;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll #mce-responses #mce-error-response a,
footer .row #mc_embed_signup form #mc_embed_signup_scroll #mce-responses #mce-success-response a {
  color: black;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll #mce-responses #mce-success-response {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

footer .row #mc_embed_signup form #mc_embed_signup_scroll #mce-responses #mce-error-response {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

footer .row .footer-block {
  height: 100%;
}

footer .row .footer-block .title {
  margin-bottom: 1rem;
  font-family: "Lato", sans-serif;
  text-transform: unset;
  font-weight: 700;
}

footer .row .footer-block .content p {
  margin-bottom: 0.5rem;
}

footer .row .footer-block .content p a {
  color: #fff !important;
}

footer .row .footer-block .content p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 550px) {
  footer .row .footer-block .content p {
    line-height: 1.25rem;
  }
}

footer .row .footer-block .social-media {
  display: none;
}

@media only screen and (max-width: 990px) {
  footer .row .footer-block .social-media {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}

footer .row .footer-block #mc_embed_signup {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 990px) {
  footer .row .footer-block #mc_embed_signup {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  footer .row .footer-block {
    margin-bottom: 2rem;
  }
}

footer .row .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

footer .row .social-media a.social-media-item {
  font-size: 2rem;
  line-height: 2rem;
  margin-right: 2rem;
  color: #fff;
}

footer .row .social-media a.social-media-item:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 990px) {
  footer .row .social-media a.social-media-item {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-right: 1rem;
  }
}

footer .row .social-block {
  height: 100%;
}

@media only screen and (max-width: 990px) {
  footer .row .social-block .social-media {
    display: none;
  }
}

footer .row .social-block #mc_embed_signup {
  display: none;
}

@media only screen and (max-width: 990px) {
  footer .row .social-block #mc_embed_signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 990px) {
  footer .row .social-block {
    margin-bottom: 48px;
  }
}

footer .row .details-block {
  /* ---------------------------------------
            - Init : Methods
            --------------------------------------- */
  /* ---------------------------------------
            - Init : Copyright
            --------------------------------------- */
}

footer .row .details-block .methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 2.5rem;
}

footer .row .details-block .methods .method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2.5rem;
}

footer .row .details-block .methods .method img,
footer .row .details-block .methods .method picture {
  margin-left: 0.5rem;
  height: 2.5rem;
  width: auto;
}

footer .row .details-block .methods .method img:first-of-type,
footer .row .details-block .methods .method picture:first-of-type {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  footer .row .details-block .methods .method img,
  footer .row .details-block .methods .method picture {
    height: 1.75rem;
  }
}

footer .row .details-block .methods .method:first-of-type {
  margin-left: 0;
}

@media only screen and (max-width: 990px) {
  footer .row .details-block .methods {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .row .details-block .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2rem;
}

footer .row .details-block .copyright .menu-footer-container {
  margin-right: 1rem;
}

footer .row .details-block .copyright .menu-footer-container ul.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

footer .row .details-block .copyright .menu-footer-container ul.footer-menu li {
  list-style-type: none;
  margin-left: 1.5rem;
}

footer .row .details-block .copyright .menu-footer-container ul.footer-menu li a {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #fff;
}

@media only screen and (max-width: 550px) {
  footer .row .details-block .copyright .menu-footer-container ul.footer-menu li a {
    font-size: 0.625rem;
  }
}

@media only screen and (max-width: 768px) {
  footer .row .details-block .copyright .menu-footer-container ul.footer-menu li:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  footer .row .details-block .copyright .menu-footer-container ul.footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 990px) {
  footer .row .details-block .copyright .menu-footer-container {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 990px) {
  footer .row .details-block .copyright {
    -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;
  }
}

footer .row.first {
  margin-bottom: 4.5rem;
}

@media only screen and (max-width: 990px) {
  footer .row.first {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 2.5rem 0;
  }
}

/*--------------------------------------------------------------
- Init WP-content : Globals
--------------------------------------------------------------*/
section#wp-content {
  padding: 2.5rem 0 5rem;
}

section#wp-content .content-row-gutenberg .post-content ul {
  margin: 0 0 2rem;
  padding-left: 1.5rem;
}

section#wp-content .content-row-gutenberg .post-content ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

@media only screen and (max-width: 550px) {
  section#wp-content .content-row-gutenberg .post-content ul li {
    font-size: 0.875rem;
    line-height: 1.437rem;
  }
}

section#wp-content .content-row-gutenberg .post-content blockquote, section#wp-content .content-row-gutenberg .post-content .wp-block-quote {
  margin-bottom: 2rem;
  margin-left: 0;
  border-left: 0.2rem solid #847552;
  padding-left: 1.5rem;
}

section#wp-content .content-row-gutenberg .post-content blockquote p, section#wp-content .content-row-gutenberg .post-content .wp-block-quote p {
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  margin-bottom: 0;
}

section#wp-content .content-row-gutenberg .post-content blockquote cite, section#wp-content .content-row-gutenberg .post-content .wp-block-quote cite {
  font-style: normal;
  font-size: 1rem;
  line-height: 20px;
}

@media only screen and (max-width: 768px) {
  .single-product section#wp-content {
    padding: 2.5rem 0;
  }
}

/* -------------------------------------------------------
- Import Shared
------------------------------------------------------- */
/*--------------------------------------------------------------
- Init Forms
--------------------------------------------------------------*/
/* -----------------------------------------------
- Init : Forms global
----------------------------------------------- */
form input,
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form input[type="submit"],
form button._submit,
form textarea,
form select {
  background-color: #FFFFFF;
  border: solid 1.5px #fff;
  color: #fff;
  margin-bottom: 0;
  border-radius: 5px;
  min-height: 48px;
  width: 100%;
  padding: 0 1.1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

form input::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="range"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="color"]::-webkit-input-placeholder,
form input[type="submit"]::-webkit-input-placeholder,
form button._submit::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  color: #fff;
  font-weight: 400;
}

form input:-ms-input-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="range"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="color"]:-ms-input-placeholder,
form input[type="submit"]:-ms-input-placeholder,
form button._submit:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
}

form input::-ms-input-placeholder,
form input[type="text"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form input[type="url"]::-ms-input-placeholder,
form input[type="password"]::-ms-input-placeholder,
form input[type="search"]::-ms-input-placeholder,
form input[type="number"]::-ms-input-placeholder,
form input[type="tel"]::-ms-input-placeholder,
form input[type="range"]::-ms-input-placeholder,
form input[type="date"]::-ms-input-placeholder,
form input[type="month"]::-ms-input-placeholder,
form input[type="week"]::-ms-input-placeholder,
form input[type="time"]::-ms-input-placeholder,
form input[type="datetime"]::-ms-input-placeholder,
form input[type="datetime-local"]::-ms-input-placeholder,
form input[type="color"]::-ms-input-placeholder,
form input[type="submit"]::-ms-input-placeholder,
form button._submit::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
form select::-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
}

form input::placeholder,
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="number"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="range"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="week"]::placeholder,
form input[type="time"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="color"]::placeholder,
form input[type="submit"]::placeholder,
form button._submit::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: #fff;
  font-weight: 400;
}

form input[type=checkbox],
form input[type=radio] {
  width: auto;
  min-height: unset;
  margin-right: 0.5rem;
}

form textarea {
  min-height: 15.5rem;
  padding: 1.25rem 1.3rem;
}

form select {
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/icons/arrow-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 1em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

form input[type="submit"] {
  border-color: #847552 !important;
  background-color: #847552;
  border-radius: 5px;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 16.25rem;
  font-weight: 700;
  height: 3rem;
}

/* -----------------------------------------------
- Init : Contact form 7 form
----------------------------------------------- */
.wpcf7 form .form-row {
  margin: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 550px) {
  .wpcf7 form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wpcf7 form .form-group {
  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;
  position: relative;
  margin-bottom: 1rem;
}

.wpcf7 form .form-group label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1rem;
  margin-bottom: 0.9rem;
}

.wpcf7 form .form-group .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 form .form-group .wpcf7-form-control-wrap input.wpcf7-not-valid {
  border-color: #ff6347;
  background-color: #FFEFEF;
}

.wpcf7 form .form-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form .form-group.custom-submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 0.5rem;
  padding: 1.25rem 1.3rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff6347;
}

/* -----------------------------------------------
- Init : When label needs to animate
----------------------------------------------- */
.custom-input-wrapper {
  position: relative;
}

.custom-input-wrapper label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1rem;
  color: #fff;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 1;
  padding: 0 1.225rem;
  margin-bottom: 0;
  pointer-events: none;
}

.custom-input-wrapper.focus, .custom-input-wrapper.not-empty {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.custom-input-wrapper.focus label, .custom-input-wrapper.not-empty label {
  font-size: 0.5rem !important;
  line-height: 0.68rem !important;
  top: 0.3rem;
}

.custom-input-wrapper.focus .wpcf7-form-control-wrap input,
.custom-input-wrapper.focus .wpcf7-form-control-wrap textarea, .custom-input-wrapper.not-empty .wpcf7-form-control-wrap input,
.custom-input-wrapper.not-empty .wpcf7-form-control-wrap textarea {
  border-color: #00B67A;
}

/* -----------------------------------------------
- Init : Custom-checkbox
----------------------------------------------- */
.form-group .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

.form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  height: 100%;
  opacity: 0;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

.form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .custom-checkbox {
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 0.125rem #EFEFEF;
  border-radius: 0.5rem;
  margin-right: 0.9rem;
  -webkit-transition: 0s;
  transition: 0s;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .custom-checkbox i {
  font-size: 0.85rem;
  color: transparent;
  -webkit-transition: 0s;
  transition: 0s;
}

.form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .custom-checkbox.checked {
  background-color: #00B67A;
  border-color: #00B67A;
}

.form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item .custom-checkbox.checked i {
  color: #FFFFFF;
}

/*--------------------------------------------------------------
# Include webshop
--------------------------------------------------------------*/
/* -------------------------------------------------------
- Import Nan
------------------------------------------------------- */
/*------------------------------------------
- WC templates : Account
------------------------------------------*/
body.woocommerce-cart #wp-content {
  padding: 2.5rem 0 2.5rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .woocommerce-notices-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

body.woocommerce-cart #wp-content .post-content .woocommerce form.woocommerce-cart-form {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  margin-right: 3%;
  margin-bottom: 0;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce form.woocommerce-cart-form {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .woocommerce-Price-currencySymbol {
  margin-right: 0.25rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .head-wc-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .head-wc-cart .head-wc-cart-col div {
  font-weight: 700;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .head-wc-cart .head-wc-cart-col div {
    display: none;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0rem;
  border-top: 2px solid #f9f9f9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-thumbnail-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-thumbnail-name .product-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-thumbnail-name .product-remove .remove {
  height: 2rem;
  width: 2rem;
  background: #f9f9f9;
  border-radius: 50%;
  font-size: 0.8em;
  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;
  opacity: 0.75;
  color: #847552;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-thumbnail-name .product-remove .remove:hover {
  background: #847552;
  color: #FFFFFF !important;
  opacity: 1;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-thumbnail-name .product-remove .remove .fas {
  -webkit-transition: none;
  transition: none;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-thumbnail-name .product-thumbnail a {
  background-color: #f9f9f9;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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: 5rem;
  height: 5rem;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-thumbnail-name .product-thumbnail a {
    height: 100%;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-thumbnail-name .product-thumbnail a img,
body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-thumbnail-name .product-thumbnail a picture {
  max-height: 3rem;
  width: auto;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-left: 1rem;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-name a {
  color: #fff;
  border: none;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-name .capacity-label {
  background-color: #fff;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 0.8rem;
  line-height: 1.5rem;
  padding: 0.2rem 1rem;
  margin-left: 0.5rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-name .capacity-label {
    font-size: 0.6rem;
    line-height: 1rem;
    padding: 0.1rem 0.5rem;
    margin-left: 0rem;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-name .variation dd {
  margin: 0rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-name .variation dd p {
  margin-bottom: 1rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-price {
    display: none;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-quantity input {
  min-width: 5rem;
  min-height: 2.5rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-quantity input {
    height: 2rem;
    min-height: 2rem;
    width: 3.5rem;
    min-width: 3.5rem;
    padding: 0;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-quantity button {
  background: none;
  border: none;
  font-size: 1.3rem;
  padding: 0.5rem;
  color: #fff;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-quantity button {
    display: none;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-subtotal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .shop_cart .cart-price-quantity-total .product-subtotal {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    font-weight: 900;
    padding-left: 1rem;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh {
  padding: 1rem 0rem;
  border-top: 2px solid #f9f9f9;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon input {
  width: 10rem;
  color: #fff;
  font-size: 0.8rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
  font-size: 0.8rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
  font-size: 0.8rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
  font-size: 0.8rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon input::placeholder {
  color: #fff;
  opacity: 0.5;
  font-size: 0.8rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon button.button {
  margin-left: 0.5rem;
  color: #fff !important;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon button.button:hover {
  color: #FFFFFF !important;
}

@media only screen and (max-width: 768px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .coupon button.button {
    display: none;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .button {
  margin-left: auto;
  background: #2C2C2B;
  color: #fff !important;
  font-size: 0.8rem;
  border-radius: 5px;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .button:disabled {
  opacity: 0.5 !important;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .coupon-refresh .actions .button:hover {
  background: #fff;
  color: #FFFFFF !important;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals {
  padding: 2rem;
  background: #f9f9f9;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  border-radius: 5px;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals {
    max-width: 450px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals {
    max-width: 100%;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals h2 {
  display: none;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals table {
  border: none;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals table tr,
body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals table th {
  border-top: 2px solid #2C2C2B;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals table tr:first-child th,
body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals table tr:first-child td,
body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals table th:first-child th,
body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals table th:first-child td {
  border: none;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals table th,
body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals table td {
  padding: 1rem 0rem;
  background: none !important;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals table td {
  text-align: right;
  border-top: 2px solid #2C2C2B;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals table td {
    border: none !important;
  }
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals ul#shipping_method {
  padding: 0;
  margin: 0;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals ul#shipping_method li {
  margin-bottom: 0;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals .woocommerce-shipping-destination {
  display: none;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals .order-total .woocommerce-Price-amount {
  font-size: 1.5rem;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding: 0;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
  width: 100%;
}

body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals img,
body.woocommerce-cart #wp-content .post-content .woocommerce .cart-collaterals picture {
  width: 200px;
  margin: auto;
  float: right;
}

section#wp-content .content-row-gutenberg .post-content .cross-sells {
  width: 100%;
  margin-top: 3rem;
}

section#wp-content .content-row-gutenberg .post-content .cross-sells .products {
  padding-left: 0;
}

section#wp-content .content-row-gutenberg .post-content .cross-sells h2:not(.woocommerce-loop-product__title) {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  text-transform: none;
}

/*------------------------------------------
- WC templates : Ceheckout
------------------------------------------*/
body.woocommerce-checkout main {
  margin-top: 8rem;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-form-login-toggle .woocommerce-info::before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
}

body.woocommerce-checkout #wp-content .post-content .woocommerce form.login {
  border: 1.5px solid #fff;
  -webkit-transition: none;
  transition: none;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce form.login .lost_password a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1.5px solid #847552;
}

@media only screen and (max-width: 768px) {
  body.woocommerce-checkout #wp-content .post-content .woocommerce form.login .form-row {
    width: 100%;
  }
}

body.woocommerce-checkout #wp-content .post-content h3 {
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  body.woocommerce-checkout #wp-content .post-content h3 {
    font-size: 1.2rem;
  }
}

body.woocommerce-checkout #wp-content .post-content .payment-method {
  margin-top: 2rem;
}

body.woocommerce-checkout #wp-content .post-content .col-1 {
  width: 65%;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-checkout #wp-content .post-content .col-1 {
    width: 100%;
  }
}

body.woocommerce-checkout #wp-content .post-content .col-2 {
  width: 30%;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-checkout #wp-content .post-content .col-2 {
    width: 100%;
  }
}

body.woocommerce-checkout #wp-content .post-content form .form-row-first, body.woocommerce-checkout #wp-content .post-content .woocommerce form .form-row-last, body.woocommerce-checkout #wp-content .post-content .woocommerce-page form .form-row-first, body.woocommerce-checkout #wp-content .post-content .woocommerce-page form .form-row-last {
  width: 49%;
  overflow: visible;
}

body.woocommerce-checkout #wp-content .post-content form .form-row label, body.woocommerce-checkout #wp-content .post-content .woocommerce-page form .form-row label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

body.woocommerce-checkout #wp-content .post-content form .form-row.notes label {
  float: left;
  width: 100%;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-page form .form-row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.woocommerce-checkout #wp-content .post-content .select2-container--default .select2-selection--single {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1.5px solid #fff;
}

body.woocommerce-checkout #wp-content .post-content .select2-container--default .select2-selection--single span {
  color: #fff;
  padding-left: 1rem;
}

body.woocommerce-checkout #wp-content .post-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.6rem;
  right: 1rem;
}

body.woocommerce-checkout #wp-content .post-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-account-fields .input-checkbox {
  margin: 0 0.5rem 0 0;
}

body.woocommerce-checkout #wp-content .post-content form .form-row .input-checkbox, body.woocommerce-checkout #wp-content .post-content input[type=checkbox] {
  height: 1.25rem;
  width: 1.25rem;
}

body.woocommerce-checkout #wp-content .post-content #ship-to-different-address {
  padding: 0 3px;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-form__label-for-checkbox span {
  font-weight: 500;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order-table {
  border: none;
  margin-bottom: 0;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order-table th, body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order-table td {
  padding-left: 0;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order table {
  border: none;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order table td {
  padding: 1rem 0;
  font-weight: 400;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order table td {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order table td.product-name {
  padding-right: 0rem;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order table ul, body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order table li {
  padding: 0;
  margin: 0;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order .cart-subtotal {
  display: none;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order .order-total td {
  font-size: 1.5rem;
}

@media only screen and (max-width: 990px) {
  body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-review-order .order-total td {
    font-size: 1rem;
  }
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment {
  background: #f9f9f9;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .woocommerce-info {
  background: #FFFFFF;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods {
  margin: 0;
  padding: 2rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods {
    padding: 1rem;
  }
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods .wc_payment_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid rgba(19, 55, 84, 0.15);
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods .wc_payment_method:hover, body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods .wc_payment_method.is-checked {
  border-color: #fff;
  background-color: #FFFFFF;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods .wc_payment_method input {
  cursor: pointer;
  margin: 0 0.5rem 0 1rem;
  padding: 0;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods .wc_payment_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  cursor: pointer;
  padding: 0.5rem 0rem;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods .wc_payment_method label img {
  margin: 0 0.5rem;
  width: 2.5rem;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods div.payment_box {
  -webkit-transition: none;
  transition: none;
  background: #2C2C2B;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods div.payment_box::before {
  border-bottom-color: #2C2C2B;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .payment_methods div.payment_box p {
  line-height: 1.2rem;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .place-order {
  padding: 2rem;
  padding-top: 1rem;
}

@media only screen and (max-width: 768px) {
  body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .place-order {
    padding: 1rem;
  }
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .place-order .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5rem;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-checkbox-text a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

body.woocommerce-checkout #wp-content .post-content .woocommerce-checkout-payment .place-order .button {
  width: 100% !important;
}

.woocommerce-order-received h2 {
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .woocommerce-order-received h2 {
    font-size: 1.2rem;
  }
}

.woocommerce-order-received address {
  padding: 0;
  border: none;
}

.woocommerce-order-received .woocommerce-order-overview {
  padding-left: 0 !important;
}

.woocommerce-order-received .woocommerce-order-details a {
  color: #fff;
}

.woocommerce-order-received .woocommerce table.shop_table {
  border: none;
}

.woocommerce-order-received .woocommerce table.shop_table th {
  padding-left: 0;
}

/*--------------------------------------------------------------
- Init WC default : Globals
--------------------------------------------------------------*/
body .woocommerce-info,
body.woocommerce .woocommerce-info,
.woocommerce-cart .woocommerce-info {
  width: 100%;
  border-color: #fff;
  background-color: #f9f9f9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

body .woocommerce-info::before,
body.woocommerce .woocommerce-info::before,
.woocommerce-cart .woocommerce-info::before {
  color: #847552;
}

body .woocommerce-info a,
body .woocommerce-info a:visited,
body.woocommerce .woocommerce-info a,
body.woocommerce .woocommerce-info a:visited,
.woocommerce-cart .woocommerce-info a,
.woocommerce-cart .woocommerce-info a:visited {
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #847552;
}

body .woocommerce-message,
body.woocommerce .woocommerce-message,
.woocommerce-cart .woocommerce-message {
  border-color: #00B67A;
}

body .woocommerce-message a,
body.woocommerce .woocommerce-message a,
.woocommerce-cart .woocommerce-message a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #847552;
}

body .woocommerce-message::before,
body.woocommerce .woocommerce-message::before,
.woocommerce-cart .woocommerce-message::before {
  color: #00B67A;
}

/*--------------------------------------------------------------
- Set : WC products (Loop)
--------------------------------------------------------------*/
.woocommerce ul.products li.product {
  position: relative;
  margin-bottom: 2.5rem;
  cursor: pointer;
}

.woocommerce ul.products li.product:hover .image-block img,
.woocommerce ul.products li.product:hover .image-block picture {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.woocommerce ul.products li.product .image-block {
  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;
  position: relative;
  background-color: #2C2C2B;
  margin-bottom: 1.5rem;
  padding: 1rem;
  height: 20rem;
}

.woocommerce ul.products li.product .image-block img,
.woocommerce ul.products li.product .image-block picture {
  width: 100%;
  height: auto;
  max-height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
}

@media only screen and (max-width: 990px) {
  .woocommerce ul.products li.product .image-block img,
  .woocommerce ul.products li.product .image-block picture {
    max-width: 15.5rem;
  }
}

.woocommerce ul.products li.product .image-block::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: radial-gradient(50% 50% at 50% 50%, #133754 0%, rgba(249, 249, 249, 0) 100%);
  opacity: 0.18;
}

@media only screen and (max-width: 990px) {
  .woocommerce ul.products li.product .image-block {
    min-height: 20rem;
    height: auto;
  }
}

@media only screen and (max-width: 550px) {
  .woocommerce ul.products li.product .image-block {
    min-height: 15.5rem;
  }
}

@media only screen and (max-width: 400px) {
  .woocommerce ul.products li.product .image-block {
    min-height: 12.5rem;
  }
}

.woocommerce ul.products li.product .content-block .details {
  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-bottom: 0.5rem;
}

.woocommerce ul.products li.product .content-block .details .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce ul.products li.product .content-block .details .price-block .product-price,
.woocommerce ul.products li.product .content-block .details .price-block .product-price-detail {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .content-block .details .price-block .product-price {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-right: 0.5rem;
}

.woocommerce ul.products li.product .content-block .details .price-block .product-price .old-price {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(40%, #ffffff00), color-stop(red), color-stop(49%, #ffffff00));
  background: linear-gradient(to top left, #ffffff00 40%, red, #ffffff00 49%);
  font-size: 0.875rem;
  line-height: 1rem;
  opacity: 0.5;
  position: absolute;
  top: -1rem;
}

@media only screen and (max-width: 550px) {
  .woocommerce ul.products li.product .content-block .details .price-block .product-price {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.woocommerce ul.products li.product .content-block .details .price-block .product-price-detail {
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

@media only screen and (max-width: 550px) {
  .woocommerce ul.products li.product .content-block .details .price-block .product-price-detail {
    display: none;
  }
}

.woocommerce ul.products li.product .content-block .details .capacity {
  background-color: #fff;
  color: #FFFFFF;
  border-radius: 0.31rem;
  font-size: 0.875rem;
  line-height: 1.6rem;
  padding: 0 1rem;
}

@media only screen and (max-width: 550px) {
  .woocommerce ul.products li.product .content-block .details .capacity {
    padding: 0.187rem 0.5rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.woocommerce ul.products li.product .content-block .product-title {
  font-family: "Lato", sans-serif;
  margin-bottom: 0.5rem;
  text-transform: unset;
  line-height: 1.5rem;
  font-weight: 400;
}

@media only screen and (max-width: 550px) {
  .woocommerce ul.products li.product .content-block .product-title {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.woocommerce ul.products li.product .content-block .product-sub-title {
  line-height: 1.125rem;
  margin-bottom: 0;
  opacity: 0.5;
  font-size: 0.9rem;
}

@media only screen and (max-width: 550px) {
  .woocommerce ul.products li.product .content-block .product-sub-title {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.woocommerce ul.products li.product .labels {
  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;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}

.woocommerce ul.products li.product .labels .label {
  background-color: #847552;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  border-radius: 0.31rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  z-index: 1;
  max-width: 9rem;
  margin-bottom: 0.5rem;
}

.woocommerce ul.products li.product .link-cover {
  z-index: 1;
}

.woocommerce ul.products li.product:hover .image-block::before {
  opacity: 0.45;
}

@media only screen and (max-width: 990px) {
  .woocommerce ul.products li.product {
    margin-bottom: 1rem;
  }
}

.woocommerce ul.products.columns-4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products.columns-5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
      grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media only screen and (max-width: 1200px) {
  .woocommerce ul.products.columns-5 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.woocommerce ul.products.columns-5, .woocommerce ul.products.columns-4 {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  justify-items: center;
  row-gap: 3.5rem;
}

.woocommerce ul.products.columns-5::before, .woocommerce ul.products.columns-5::after, .woocommerce ul.products.columns-4::before, .woocommerce ul.products.columns-4::after {
  display: none;
}

.woocommerce ul.products.columns-5 li.product, .woocommerce ul.products.columns-4 li.product {
  width: 100%;
  margin: 0;
  clear: unset;
}

@media only screen and (max-width: 990px) {
  .woocommerce ul.products.columns-5, .woocommerce ul.products.columns-4 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce ul.products.columns-5, .woocommerce ul.products.columns-4 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 3rem;
    gap: 1rem;
  }
}

/*--------------------------------------------------------------
- Set : Related products
--------------------------------------------------------------*/
.related.products ul.products.columns-5 li.product:last-child {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .related.products ul.products.columns-5 li.product:last-child {
    display: block;
  }
}

/*--------------------------------------------------------------
- Set : Custom style Checkbox - Checkout
--------------------------------------------------------------*/
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper input, .woocommerce-checkout-payment .create-account input, .woocommerce-checkout-payment #ship-to-different-address input, .woocommerce-account-fields .woocommerce-terms-and-conditions-wrapper input, .woocommerce-account-fields .create-account input, .woocommerce-account-fields #ship-to-different-address input, .woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper input, .woocommerce-shipping-fields .create-account input, .woocommerce-shipping-fields #ship-to-different-address input {
  position: relative;
  -webkit-appearance: none;
  display: block;
  border: none;
  padding: 0;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper input:after, .woocommerce-checkout-payment .create-account input:after, .woocommerce-checkout-payment #ship-to-different-address input:after, .woocommerce-account-fields .woocommerce-terms-and-conditions-wrapper input:after, .woocommerce-account-fields .create-account input:after, .woocommerce-account-fields #ship-to-different-address input:after, .woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper input:after, .woocommerce-shipping-fields .create-account input:after, .woocommerce-shipping-fields #ship-to-different-address input:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 0.31rem;
  z-index: 1;
  left: 0;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper input:checked:before, .woocommerce-checkout-payment .create-account input:checked:before, .woocommerce-checkout-payment #ship-to-different-address input:checked:before, .woocommerce-account-fields .woocommerce-terms-and-conditions-wrapper input:checked:before, .woocommerce-account-fields .create-account input:checked:before, .woocommerce-account-fields #ship-to-different-address input:checked:before, .woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper input:checked:before, .woocommerce-shipping-fields .create-account input:checked:before, .woocommerce-shipping-fields #ship-to-different-address input:checked:before {
  content: '';
  position: absolute;
  background-image: url(../img/icons/checked-white.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  top: 0.35rem;
  left: 0.25rem;
  z-index: 9;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper input:checked:after, .woocommerce-checkout-payment .create-account input:checked:after, .woocommerce-checkout-payment #ship-to-different-address input:checked:after, .woocommerce-account-fields .woocommerce-terms-and-conditions-wrapper input:checked:after, .woocommerce-account-fields .create-account input:checked:after, .woocommerce-account-fields #ship-to-different-address input:checked:after, .woocommerce-shipping-fields .woocommerce-terms-and-conditions-wrapper input:checked:after, .woocommerce-shipping-fields .create-account input:checked:after, .woocommerce-shipping-fields #ship-to-different-address input:checked:after {
  background-color: #847552;
}

/* -------------------------------------------------------
- Set: Custom style radio's - Cart and Checkout
------------------------------------------------------- */
.woocommerce-checkout tr.woocommerce-shipping-totals ul#shipping_method li, .woocommerce-checkout tr.woocommerce-shipping-totals ul.woocommerce-shipping-methods li, .woocommerce-checkout tr.woocommerce-shipping-totals ul.wc_payment_methods li, .cart-collaterals .cart_totals ul#shipping_method li, .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li, .cart-collaterals .cart_totals ul.wc_payment_methods li, .woocommerce-checkout-payment ul#shipping_method li, .woocommerce-checkout-payment ul.woocommerce-shipping-methods li, .woocommerce-checkout-payment ul.wc_payment_methods li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-checkout tr.woocommerce-shipping-totals ul#shipping_method li input.shipping_method, .woocommerce-checkout tr.woocommerce-shipping-totals ul#shipping_method li input.input-radio, .woocommerce-checkout tr.woocommerce-shipping-totals ul.woocommerce-shipping-methods li input.shipping_method, .woocommerce-checkout tr.woocommerce-shipping-totals ul.woocommerce-shipping-methods li input.input-radio, .woocommerce-checkout tr.woocommerce-shipping-totals ul.wc_payment_methods li input.shipping_method, .woocommerce-checkout tr.woocommerce-shipping-totals ul.wc_payment_methods li input.input-radio, .cart-collaterals .cart_totals ul#shipping_method li input.shipping_method, .cart-collaterals .cart_totals ul#shipping_method li input.input-radio, .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li input.shipping_method, .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li input.input-radio, .cart-collaterals .cart_totals ul.wc_payment_methods li input.shipping_method, .cart-collaterals .cart_totals ul.wc_payment_methods li input.input-radio, .woocommerce-checkout-payment ul#shipping_method li input.shipping_method, .woocommerce-checkout-payment ul#shipping_method li input.input-radio, .woocommerce-checkout-payment ul.woocommerce-shipping-methods li input.shipping_method, .woocommerce-checkout-payment ul.woocommerce-shipping-methods li input.input-radio, .woocommerce-checkout-payment ul.wc_payment_methods li input.shipping_method, .woocommerce-checkout-payment ul.wc_payment_methods li input.input-radio {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-checkout tr.woocommerce-shipping-totals ul#shipping_method li input.shipping_method:after, .woocommerce-checkout tr.woocommerce-shipping-totals ul#shipping_method li input.input-radio:after, .woocommerce-checkout tr.woocommerce-shipping-totals ul.woocommerce-shipping-methods li input.shipping_method:after, .woocommerce-checkout tr.woocommerce-shipping-totals ul.woocommerce-shipping-methods li input.input-radio:after, .woocommerce-checkout tr.woocommerce-shipping-totals ul.wc_payment_methods li input.shipping_method:after, .woocommerce-checkout tr.woocommerce-shipping-totals ul.wc_payment_methods li input.input-radio:after, .cart-collaterals .cart_totals ul#shipping_method li input.shipping_method:after, .cart-collaterals .cart_totals ul#shipping_method li input.input-radio:after, .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li input.shipping_method:after, .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li input.input-radio:after, .cart-collaterals .cart_totals ul.wc_payment_methods li input.shipping_method:after, .cart-collaterals .cart_totals ul.wc_payment_methods li input.input-radio:after, .woocommerce-checkout-payment ul#shipping_method li input.shipping_method:after, .woocommerce-checkout-payment ul#shipping_method li input.input-radio:after, .woocommerce-checkout-payment ul.woocommerce-shipping-methods li input.shipping_method:after, .woocommerce-checkout-payment ul.woocommerce-shipping-methods li input.input-radio:after, .woocommerce-checkout-payment ul.wc_payment_methods li input.shipping_method:after, .woocommerce-checkout-payment ul.wc_payment_methods li input.input-radio:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #fff;
  z-index: 1;
}

.woocommerce-checkout tr.woocommerce-shipping-totals ul#shipping_method li input.shipping_method:checked:before, .woocommerce-checkout tr.woocommerce-shipping-totals ul#shipping_method li input.input-radio:checked:before, .woocommerce-checkout tr.woocommerce-shipping-totals ul.woocommerce-shipping-methods li input.shipping_method:checked:before, .woocommerce-checkout tr.woocommerce-shipping-totals ul.woocommerce-shipping-methods li input.input-radio:checked:before, .woocommerce-checkout tr.woocommerce-shipping-totals ul.wc_payment_methods li input.shipping_method:checked:before, .woocommerce-checkout tr.woocommerce-shipping-totals ul.wc_payment_methods li input.input-radio:checked:before, .cart-collaterals .cart_totals ul#shipping_method li input.shipping_method:checked:before, .cart-collaterals .cart_totals ul#shipping_method li input.input-radio:checked:before, .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li input.shipping_method:checked:before, .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li input.input-radio:checked:before, .cart-collaterals .cart_totals ul.wc_payment_methods li input.shipping_method:checked:before, .cart-collaterals .cart_totals ul.wc_payment_methods li input.input-radio:checked:before, .woocommerce-checkout-payment ul#shipping_method li input.shipping_method:checked:before, .woocommerce-checkout-payment ul#shipping_method li input.input-radio:checked:before, .woocommerce-checkout-payment ul.woocommerce-shipping-methods li input.shipping_method:checked:before, .woocommerce-checkout-payment ul.woocommerce-shipping-methods li input.input-radio:checked:before, .woocommerce-checkout-payment ul.wc_payment_methods li input.shipping_method:checked:before, .woocommerce-checkout-payment ul.wc_payment_methods li input.input-radio:checked:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}

/*------------------------------------------
- WC templates : Account
------------------------------------------*/
/*------------------------------------------
- WC templates : Account
------------------------------------------*/
body.woocommerce-account #wp-content .post-content .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}

body.woocommerce-account #wp-content .post-content .woocommerce h2, body.woocommerce-account #wp-content .post-content .woocommerce h3 {
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 0;
}

body.woocommerce-account #wp-content .post-content .woocommerce form.login, body.woocommerce-account #wp-content .post-content .woocommerce form.register {
  margin: 1rem 0rem;
  border: 1.5px solid #fff;
  min-height: 23rem;
}

body.woocommerce-account #wp-content .post-content .woocommerce form.login a, body.woocommerce-account #wp-content .post-content .woocommerce form.register a {
  color: #133754;
  font-weight: 500;
  border-bottom: 1.5px solid #847552;
}

body.woocommerce-account #wp-content .post-content .woocommerce address {
  border: none;
  padding: 0;
}

body.woocommerce-account #wp-content .post-content .woocommerce mark {
  background: #f9f9f9;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-navigation {
  max-width: 250px;
  width: 100%;
  margin-right: 50px;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  width: 100%;
  padding: 15px 0;
  border-top: solid 1px #2C2C2B;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  font-weight: 500;
  display: block;
  width: 100%;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-navigation ul li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  float: right;
  opacity: 0;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-navigation ul li:first-of-type {
  border: none;
  padding-top: 0;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 800;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
  color: #847552;
  opacity: 1;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-content a {
  color: #fff;
  border-bottom: 1px solid #847552;
  font-weight: 500;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
  float: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
    margin-bottom: 30px;
  }
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-content form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.woocommerce-account #wp-content .post-content .woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection__arrow .presentation {
  width: unset !important;
}

body.logged-in #wp-content .post-content .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  max-width: unset;
  width: 100%;
}

@media only screen and (max-width: 990px) {
  body.logged-in #wp-content .post-content .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.logged-in #wp-content .post-content .woocommerce .woocommerce-MyAccount-navigation {
    max-width: unset;
    width: 100%;
    margin: 0 0 30px 0;
  }
}

/* -------------------------------------------------------
- Import Archive globals
------------------------------------------------------- */
/*--------------------------------------------------------------
- Init WC archive : Title content
--------------------------------------------------------------*/
body.archive.woocommerce section#wp-content {
  /* ---------------------------------------
        - Set : Title content
        --------------------------------------- */
}

body.archive.woocommerce section#wp-content .title-content {
  margin-bottom: 2.5rem;
}

body.archive.woocommerce section#wp-content .title-content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.archive.woocommerce section#wp-content .title-content .title h1 {
  margin: 0;
}

body.archive.woocommerce section#wp-content .title-content .title .total-products {
  margin-left: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}

@media only screen and (max-width: 550px) {
  body.archive.woocommerce section#wp-content .title-content .title .total-products {
    font-size: 1.125rem;
    line-height: 1.31rem;
  }
}

/*--------------------------------------------------------------
- Init WC archive : Pagination
--------------------------------------------------------------*/
body.archive.woocommerce section#wp-content {
  /* ---------------------------------------
        - Set : WC pagination
        --------------------------------------- */
}

body.archive.woocommerce section#wp-content .woocommerce-pagination {
  margin-top: 2rem;
}

body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  margin: 0;
}

body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li {
  margin-left: 1rem;
  border: none;
}

body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers {
  background-color: transparent;
  color: #fff;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
}

body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: #847552;
}

body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers.prev, body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers.next {
  color: transparent;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers.prev, body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers.next {
    display: none;
  }
}

body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  left: 0;
}

body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers.prev::after {
  content: 'vorige';
  color: #fff;
  position: relative;
  left: -0.31rem;
}

body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers.prev::before {
  content: "\f053";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #847552;
  font-size: 0.93rem;
}

body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers.next {
  right: 0;
}

body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers.next::before {
  content: 'volgende';
  color: #fff;
  position: relative;
  right: -0.31rem;
}

body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li .page-numbers.next::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #847552;
  font-size: 0.93rem;
}

@media only screen and (max-width: 768px) {
  body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li:first-of-type {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers li {
    margin-left: 0.5rem;
  }
}

@media only screen and (max-width: 768px) {
  body.archive.woocommerce section#wp-content .woocommerce-pagination ul.page-numbers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/*--------------------------------------------------------------
- Init WC archive : Shop sidebar
--------------------------------------------------------------*/
body.archive.woocommerce section#wp-content {
  /* ---------------------------------------
        - Set : Shop sidebar
        --------------------------------------- */
}

body.archive.woocommerce section#wp-content .shop-sidebar {
  color: transparent;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .close-overlay {
  display: none;
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .close-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: auto;
    background-color: unset;
    margin-bottom: 1rem;
    opacity: 1;
  }
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block {
  border-bottom: 0.125rem solid #2C2C2B;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter {
  border-top: 0.125rem solid #2C2C2B;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  /* ---------------------------------------
                                - Set : Filter title
                                --------------------------------------- */
  /* ---------------------------------------
                                - Set : Filter content
                                --------------------------------------- */
  /* ---------------------------------------
                                - Set : Closed
                                --------------------------------------- */
  /* ---------------------------------------
                                - Set : First
                                --------------------------------------- */
  /* ---------------------------------------
                                - Set : Last
                                --------------------------------------- */
  /* ---------------------------------------
                                - Set : Last
                                --------------------------------------- */
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Lato", sans-serif;
  text-transform: unset;
  line-height: 1.5rem;
  cursor: pointer;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-title::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: relative;
  right: 0;
  top: 0;
  height: 2rem;
  width: 2rem;
  background-color: #f9f9f9;
  border-radius: 50%;
  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;
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-title.closed::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media only screen and (max-width: 990px) {
  body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-title {
    font-size: 1.25rem;
    line-height: 1.31rem;
  }
}

@media only screen and (max-width: 768px) {
  body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-title {
    font-size: 1.125rem;
  }
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content {
  -webkit-transition: unset;
  transition: unset;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item {
  margin-bottom: 0.5rem;
  /* ---------------------------------------
                                            - Set : Text variant
                                            --------------------------------------- */
  /* ---------------------------------------
                                            - Set : Checkbox variant
                                            --------------------------------------- */
  /* ---------------------------------------
                                            - Set : Color variant
                                            --------------------------------------- */
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.text {
  margin-bottom: 1rem;
  line-height: 1.125rem;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.text a {
  font-size: 1rem;
  line-height: 1.125rem;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.text ul.filter-items {
  border-left: solid 0.125rem #847552;
  margin: 1rem 0 0 0;
  padding-left: 1rem;
  display: none;
  -webkit-transition: 0s;
  transition: 0s;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.text ul.filter-items li.filter-item {
  margin-bottom: 0.5rem;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.text ul.filter-items li.filter-item a {
  font-weight: 400;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.text.level-0 a {
  -webkit-transition: 0s;
  transition: 0s;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.text.active {
  opacity: 1;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.text.active a {
  font-weight: 700;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.text.active ul.filter-items {
  display: block;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.text.opened ul.filter-items {
  display: block;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.text.opened.level-0 a {
  font-weight: 700;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.checkbox label::before {
  content: "\f00c";
  font-size: 0.8rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  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;
  height: 2rem;
  width: 2rem;
  border-radius: 0.31rem;
  border: solid 0.125rem #fff;
  color: transparent;
  margin-right: 1rem;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.checkbox label input[type=checkbox] {
  height: 2rem;
  width: 2rem;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.checkbox label a {
  font-size: 1rem;
  line-height: 1.125rem;
  opacity: 0.4;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.checkbox.active label::before {
  background-color: #fff;
  color: #FFFFFF;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.checkbox.active label a {
  opacity: 1;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color .term-color {
  position: relative;
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color .term-color::before {
  content: "\f00c";
  font-size: 0.8rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  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;
  position: absolute;
  height: 100%;
  width: 100%;
  color: transparent;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color .term-label {
  opacity: 0.4;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color a[data-term-slug="transparant"] .term-color, body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color a[data-term-slug="wit"] .term-color {
  border-color: #fff !important;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color.active .term-color::before {
  color: #FFFFFF;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color.active .term-label {
  opacity: 1;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color.active a[data-term-slug="ral-9001"] .term-color::before, body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color.active a[data-term-slug="transparant"] .term-color::before, body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color.active a[data-term-slug="transparant-grijs"] .term-color::before, body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color.active a[data-term-slug="wit"] .term-color::before, body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content ul.filter-items li.filter-item.color.active a[data-term-slug="beige"] .term-color::before {
  color: #fff;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content .yith-wcan-dropdown {
  border: 2px solid #fff;
  color: #fff;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter .filter-content .yith-wcan-dropdown .dropdown-wrapper ul.filter-items {
  margin: 0;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter.closed {
  padding-bottom: 0;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter:first-of-type {
  border: none;
  padding-top: 0;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter:last-of-type {
  margin-bottom: 0;
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter.filter-orderby {
  display: none;
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter.filter-orderby {
    display: block;
  }
}

@media only screen and (max-width: 990px) {
  body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block .yith-wcan-filters .filters-container .yith-wcan-filter {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

body.archive.woocommerce section#wp-content .shop-sidebar .sidebar .sidebar-block:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .shop-sidebar .sidebar {
    background-color: #FFFFFF;
    padding: 2rem 1rem;
    overflow-y: auto;
    max-width: 24.5rem;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  body.archive.woocommerce section#wp-content .shop-sidebar .sidebar {
    max-width: unset;
    width: 85%;
  }
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .shop-sidebar .toggle-filter-overlay {
    background-color: #fff;
    height: 100%;
    width: 100%;
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  body.archive.woocommerce section#wp-content .shop-sidebar .toggle-filter-overlay {
    width: 15%;
  }
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .shop-sidebar {
    position: fixed;
    top: 8rem;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    -webkit-transition: 0s;
    transition: 0s;
    z-index: 100;
  }
}

@media only screen and (max-width: 768px) {
  body.archive.woocommerce section#wp-content .shop-sidebar {
    top: 7rem;
  }
}

/*--------------------------------------------------------------
- Init WC archive : Loop control
--------------------------------------------------------------*/
body.archive.woocommerce section#wp-content {
  /* ---------------------------------------
        - Set : WC loop control
        --------------------------------------- */
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control {
  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;
  margin-bottom: 1rem;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control #filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  pointer-events: none;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control #filter-button .label {
  margin-left: 1rem;
  font-size: 0.87rem;
  line-height: 1rem;
  display: none;
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control #filter-button .label {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control #filter-button {
    background-color: #F7F7F8;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    min-width: 10rem;
    pointer-events: all;
  }
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control .filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control .filter-tags .filter-tag {
  border-radius: 4rem;
  border: solid 0.125rem #fff;
  padding: 0.5rem 1.5rem;
  color: #fff;
  margin: 0 0.5rem 0 0;
  font-size: 0.87rem;
  line-height: 1rem;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control .filter-tags .filter-tag:hover {
  background-color: #fff;
  color: #FFFFFF;
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control .filter-tags .filter-tag {
    font-size: 0.75rem;
    line-height: 0.87rem;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control .filter-tags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: scroll;
    right: -0.94rem;
    width: calc(100% + 0.94rem);
    position: relative;
  }
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .woocommerce-loop-control .filter-control {
    width: 100%;
  }
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .yith-wcan-filters {
  margin: 0;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .yith-wcan-filters .filters-container .filter-tax {
  display: none;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .yith-wcan-filters .filters-container .filter-orderby {
  margin: 0;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .yith-wcan-filters .filters-container .filter-orderby .filter-title {
  display: none;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .yith-wcan-filters .filters-container .filter-orderby .filter-content .yith-wcan-dropdown {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .yith-wcan-filters .filters-container .filter-orderby .filter-content .yith-wcan-dropdown .dropdown-label {
  font-size: 1rem;
  line-height: 1.125rem;
  margin-right: 2rem;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .yith-wcan-filters .filters-container .filter-orderby .filter-content .yith-wcan-dropdown .dropdown-wrapper {
  left: unset;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .yith-wcan-filters .filters-container .filter-orderby .filter-content .yith-wcan-dropdown .dropdown-wrapper ul.filter-items {
  margin: 0;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .yith-wcan-filters .filters-container .filter-orderby .filter-content .yith-wcan-dropdown .dropdown-wrapper ul.filter-items li.filter-item a {
  padding-right: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

body.archive.woocommerce section#wp-content .woocommerce-loop-control .yith-wcan-filters .filters-container .filter-orderby .filter-content .yith-wcan-dropdown::after {
  right: 0;
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .woocommerce-loop-control .yith-wcan-filters {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  body.archive.woocommerce section#wp-content .woocommerce-loop-control {
    margin-bottom: 2rem;
  }
}

/* -------------------------------------------------------
- Import Product detail globals
------------------------------------------------------- */
.single-product section#wp-content:not(.wp-single-product-content) {
  padding: 5rem 0;
}

@media only screen and (max-width: 768px) {
  .single-product section#wp-content:not(.wp-single-product-content) {
    padding: 2.5rem 0;
  }
}

.wp-single-product-content {
  background-color: #f9f9f9;
  /*--------------------------------------------------------------
     - Set : col images, reviews, usps, short and long description, 
             attributes and applications of product
     --------------------------------------------------------------*/
  /*--------------------------------------------------------------
     - Set : col product prices, in stock, color, quantity, 
             usp under add to cart button and add to cart button
     --------------------------------------------------------------*/
}

.wp-single-product-content .woocommerce-notices-wrapper .woocommerce-message {
  z-index: 9;
  margin: -2.5rem 0 1.5rem;
}

.wp-single-product-content .col-images-content-wrapper {
  padding-right: 2rem;
}

@media only screen and (max-width: 1200px) {
  .wp-single-product-content .col-images-content-wrapper {
    padding-right: 0rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
  /*--------------------------------------------------------------
            - Set : Title, reviews, excerpt and usp container
            --------------------------------------------------------------*/
  /*--------------------------------------------------------------
            - Set : Image slider
            --------------------------------------------------------------*/
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  z-index: 99;
}

@media only screen and (max-width: 1200px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .col-summary {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .col-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .title-review-container {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .title-review-container {
    margin-bottom: 1rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .title-review-container .product-title-capacity-wrap h1 {
  margin-bottom: 0.5rem;
  display: inline;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .title-review-container .product-title-capacity-wrap h1 {
    font-size: 1.5rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .title-review-container .product-title-capacity-wrap .capacity {
  margin-left: 1rem;
  display: inline;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  bottom: 0.25rem;
  position: relative;
  padding: 0.3125rem 0.5rem;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .title-review-container .product-title-capacity-wrap .capacity {
    padding: 0.3125rem 0.5rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .title-review-container .product-rating i {
  color: #00B67A;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .title-review-container .product-rating i {
    font-size: 0.75rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .title-review-container .product-rating .rating-text {
  padding-left: 1rem;
  font-size: 0.875rem;
  color: rgba(19, 55, 84, 0.4);
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .title-review-container .product-rating .rating-text {
    font-size: 0.75rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .woocommerce-product-details__short-description {
  max-width: 30rem;
}

.wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .usp-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .usp-title {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .product-usp-container {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .product-usp-container .fas {
  color: #00B67A;
  font-size: 1.375rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container .product-excerpt-container .product-usp-container .fas {
    font-size: 1rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  /*--------------------------------------------------------------
                - Set : Overlay video
                --------------------------------------------------------------*/
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container {
    margin-top: 3.5em;
    margin-bottom: 1.5rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-carousel-product-image-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-carousel-product-image-slide {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-carousel-product-image-slide .owl-item {
    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;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-carousel-product-image-slide .owl-item .slide {
  width: 22rem;
  height: 22rem;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-carousel-product-image-slide .owl-item .slide {
    width: 14.5rem;
    height: 14.5rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails:before {
  content: "";
  position: absolute;
  left: 0;
  top: -14rem;
  right: 0;
  bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 15, 80, 0.15) 0%, rgba(249, 249, 249, 0) 100%);
  opacity: 0.7;
  z-index: 1;
  width: 28.5rem;
  height: 28.5rem;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails:before {
    width: 28rem;
    height: 20.5rem;
    top: -10rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails:after {
  content: "";
  position: absolute;
  right: 3rem;
  bottom: 5rem;
  -webkit-transition: .5s;
  transition: .5s;
  height: 24rem;
  width: 18rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 55, 84, 0.6) 0%, rgba(249, 249, 249, 0) 100%);
  opacity: 0.3;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails:after {
    bottom: -5rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-item, .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-video {
  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;
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  width: 4rem;
  height: 4rem;
  margin-left: 0.5rem;
  z-index: 2;
  cursor: pointer;
  border: 0.0625rem solid transparent;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-item, .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-video {
    margin-left: 0;
    margin-right: 0.5rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-item.active, .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-video.active {
  border: 0.125rem solid #847552;
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-item img, .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-item picture, .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-video img, .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-video picture {
  height: 2.5rem;
  width: 2.5rem;
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-item .fas, .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .owl-thumbnails .owl-thumbnail-video .fas {
  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;
  color: #FFFFFF;
  background-color: #847552;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.75rem;
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .overlay-video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
  -webkit-transition: none;
  transition: none;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .overlay-video {
    top: 3rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .overlay-video .overlay-background {
  background: #fff;
  opacity: 0.95;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .overlay-video .product-video {
  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%;
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .overlay-video .product-video iframe {
  max-width: 62.5rem;
  max-height: 35rem;
  z-index: 999999;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .overlay-video .product-video iframe {
    max-height: 15rem;
  }
}

.wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .overlay-video .close-video-overlay {
  position: absolute;
  color: #FFFFFF;
  font-size: 1.5rem;
  top: 2rem;
  right: 5rem;
  cursor: pointer;
  z-index: 999999;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-image-excerpt-container #product-slide-container .overlay-video .close-video-overlay {
    right: 2rem;
  }
}

.wp-single-product-content .col-images-content .product-content-container .product-description-wrap .collapse-single-product, .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .collapse-single-product, .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .collapse-single-product, .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .collapse-single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: none;
  cursor: pointer;
}

.wp-single-product-content .col-images-content .product-content-container .product-description-wrap .collapse-single-product .product-name-description, .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .collapse-single-product .product-name-description, .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .collapse-single-product .product-name-description, .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .collapse-single-product .product-name-description {
  white-space: pre;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-content-container .product-description-wrap .collapse-single-product .product-name-description, .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .collapse-single-product .product-name-description, .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .collapse-single-product .product-name-description, .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .collapse-single-product .product-name-description {
    display: none;
  }
}

.wp-single-product-content .col-images-content .product-content-container .product-description-wrap .collapse-single-product .line, .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .collapse-single-product .line, .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .collapse-single-product .line, .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .collapse-single-product .line {
  border-top: 0.125rem solid #2C2C2B;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 1rem;
}

.wp-single-product-content .col-images-content .product-content-container .product-description-wrap .collapse-single-product .arrow, .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .collapse-single-product .arrow, .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .collapse-single-product .arrow, .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .collapse-single-product .arrow {
  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: 2rem;
  width: 2rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 1rem;
  background-image: none;
}

.wp-single-product-content .col-images-content .product-content-container .product-description-wrap .collapse-single-product .arrow .fas, .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .collapse-single-product .arrow .fas, .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .collapse-single-product .arrow .fas, .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .collapse-single-product .arrow .fas {
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 0.875rem;
}

.wp-single-product-content .col-images-content .product-content-container .product-description-wrap .collapse-single-product.toggle .arrow .fas, .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .collapse-single-product.toggle .arrow .fas, .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .collapse-single-product.toggle .arrow .fas, .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .collapse-single-product.toggle .arrow .fas {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.wp-single-product-content .col-images-content .product-content-container .product-description-wrap .product-applications p, .wp-single-product-content .col-images-content .product-content-container .product-description-wrap .product-description p, .wp-single-product-content .col-images-content .product-content-container .product-description-wrap .product-attributes p, .wp-single-product-content .col-images-content .product-content-container .product-description-wrap .product-discount-wrap p, .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .product-applications p, .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .product-description p, .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .product-attributes p, .wp-single-product-content .col-images-content .product-content-container .product-applications-wrap .product-discount-wrap p, .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .product-applications p, .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .product-description p, .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .product-attributes p, .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap .product-discount-wrap p, .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .product-applications p, .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .product-description p, .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .product-attributes p, .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .product-discount-wrap p {
  margin-bottom: 2.5rem;
}

.wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap {
  display: none;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap {
    display: block;
  }
}

.wp-single-product-content .col-images-content .product-content-container .product-discount-table-wrap .staffel-header {
  display: none;
}

.wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap table {
  max-width: 50rem;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap table {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-images-content .product-content-container .product-attributes-wrap {
    margin-bottom: 0;
  }
}

.wp-single-product-content .col-summary {
  position: -webkit-sticky;
  position: sticky;
  top: 14rem;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .wp-single-product-content .col-summary {
    display: none;
    position: unset;
  }
}

.wp-single-product-content .col-summary::after {
  content: '';
  position: absolute;
  left: 0;
  background-color: white;
  top: -12.5rem;
  bottom: -20rem;
  width: 100vw;
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .wp-single-product-content .col-summary::after {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .wp-single-product-content .col-summary::after {
    display: none;
  }
}

.wp-single-product-content .col-summary .summary-wrapper {
  padding-left: 1rem;
}

@media only screen and (max-width: 1200px) {
  .wp-single-product-content .col-summary .summary-wrapper {
    padding-left: 0rem;
  }
}

.wp-single-product-content .col-summary .summary-wrapper #wc_bis_product_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wp-single-product-content .col-summary .summary-wrapper #wc_bis_product_form p.wc_bis_form_title {
  width: 100%;
}

.wp-single-product-content .col-summary .summary-wrapper #wc_bis_product_form input#wc_bis_email {
  -webkit-box-flex: calc(50% - 1rem);
      -ms-flex: calc(50% - 1rem);
          flex: calc(50% - 1rem);
  margin-right: 1rem;
}

.wp-single-product-content .col-summary .summary-wrapper #wc_bis_product_form button.wc_bis_send_form {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.wp-single-product-content .col-summary .summary-wrapper #wc_bis_already_registered .wc_bis_signup_form_subscribed_link {
  color: #847552;
}

.wp-single-product-content .col-summary .sidebar-image {
  padding-left: 1rem;
}

@media only screen and (max-width: 1200px) {
  .wp-single-product-content .col-summary .sidebar-image {
    padding-left: 0rem;
    padding-top: 1rem;
  }
}

.wp-single-product-content .col-summary .summary.entry-summary {
  width: 100% !important;
  float: unset !important;
  margin-top: 0;
  border-bottom: 0.125rem solid #2C2C2B;
  padding-bottom: 1.5rem;
  /*--------------------------------------------------------------
            - Set : Variations, quantity, cart button
            --------------------------------------------------------------*/
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-summary .summary.entry-summary {
    border-bottom: none;
    padding-bottom: 0.5rem;
  }
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container {
  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;
  margin-bottom: 1rem;
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box .wc-price-amount {
  padding-right: 1rem;
}

@media only screen and (max-width: 550px) {
  .wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box .wc-price-amount {
    padding-right: 0.5rem;
  }
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box .wc-price-amount .regular-price {
  font-size: 2rem;
  font-weight: 900;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box .wc-price-amount .regular-price {
    font-size: 1.5rem;
  }
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box .wc-price-amount .regular-price.has-sale {
  font-weight: 700;
  font-size: 1.175rem;
  color: #303E49;
  position: relative;
  opacity: 0.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box .wc-price-amount .regular-price.has-sale::after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
  left: 0;
  bottom: 0.875rem;
  height: 0.125rem;
  background-color: red;
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box .wc-price-amount .sale-price {
  font-size: 2rem;
  font-weight: 900;
  display: none;
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box .wc-price-amount .sale-price.sale-price {
  display: inline-block;
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box .wc-price-amount .sale-and-regular-price-wrap {
  display: -ms-grid;
  display: grid;
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box .tax-rate-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 550px) {
  .wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .custom-product-price-box .tax-rate-box {
    line-height: 1rem;
  }
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .bulk-sales-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

@media only screen and (max-width: 550px) {
  .wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .bulk-sales-container {
    font-size: 0.75rem;
  }
  .wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .bulk-sales-container .del-mobile {
    display: none;
  }
}

.wp-single-product-content .col-summary .summary.entry-summary .price-box-and-bulk-sales-container .bulk-sales-container .bulk-sales-icon {
  padding-right: 0.5rem;
}

.wp-single-product-content .col-summary .summary.entry-summary .availability-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5rem;
  width: 100%;
  background-color: #2C2C2B;
  margin-bottom: 1.5rem;
  border-radius: 0.3125rem;
}

.wp-single-product-content .col-summary .summary.entry-summary .availability-content img.availability-icon {
  height: 1.1rem;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-summary .summary.entry-summary .availability-content img.availability-icon {
    height: 1rem;
  }
}

.wp-single-product-content .col-summary .summary.entry-summary .availability-content .availability-text {
  color: #fff;
  opacity: 0.4;
  padding-left: 1rem;
  font-size: 0.9rem;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-summary .summary.entry-summary .availability-content .availability-text {
    font-size: 0.7rem;
  }
}

.wp-single-product-content .col-summary .summary.entry-summary .availability-content .availability-icon {
  padding-left: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .wp-single-product-content .col-summary .summary.entry-summary .availability-content .availability-icon {
    padding-left: 1rem;
  }
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form {
  margin-bottom: 1rem;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .woocommerce-variation-price, .wp-single-product-content .col-summary .summary.entry-summary form.variations_form .reset_variations {
  display: none !important;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .select-attribute {
  margin-bottom: 1rem;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .select-attribute:last-of-type {
  margin-bottom: 0;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .label-variation-title {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

@media only screen and (max-width: 550px) {
  .wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .label-variation-title {
    font-size: 1rem;
  }
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .color-variation-options-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .color-variation-options-wrap.checked label .variation-picker-color:after {
  content: "";
  background-image: url(../img/icons/checked-white.svg);
  width: 1.75rem;
  height: 1.75rem;
  background-position: center center;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  display: block;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .color-variation-options-wrap.checked label .variation-picker-color.checked-blue:after {
  background-image: url(../img/icons/checked-blue.svg);
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .color-variation-options-wrap.checked label .color-name {
  opacity: 1;
  cursor: pointer;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .color-variation-options-wrap input.color-radio {
  display: none;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .color-variation-options-wrap label {
  height: 1.75rem;
  margin-bottom: 0.5rem;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .color-variation-options-wrap label .variation-picker-color {
  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: 1.75rem;
  height: 1.75rem;
  position: absolute;
  border-radius: 0.3125rem;
  cursor: pointer;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .color-variation-options-wrap label .color-name {
  margin-left: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
  opacity: 0.4;
}

.wp-single-product-content .col-summary .summary.entry-summary form.variations_form .variation-quantity-container .variations-wrap .reset_variations {
  color: #fff;
}

.wp-single-product-content .col-summary .summary.entry-summary div.quantity {
  margin-bottom: 1.5rem !important;
}

.wp-single-product-content .col-summary .summary.entry-summary div.quantity .quantity-title {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

@media only screen and (max-width: 550px) {
  .wp-single-product-content .col-summary .summary.entry-summary div.quantity .quantity-title {
    font-size: 1rem;
  }
}

.wp-single-product-content .col-summary .summary.entry-summary div.quantity input.input-text {
  min-width: 5rem;
  min-height: 2.5rem;
}

.wp-single-product-content .col-summary .summary.entry-summary div.quantity button.plus, .wp-single-product-content .col-summary .summary.entry-summary div.quantity button.minus {
  background: none;
  border: none;
  font-size: 1.7rem;
  padding: 0 1rem 0 0;
  color: #fff;
}

.wp-single-product-content .col-summary .summary.entry-summary div.quantity button.plus {
  padding-left: 1rem;
}

.wp-single-product-content .col-summary .summary.entry-summary .single_add_to_cart_button {
  background-color: #847552;
  position: relative;
  width: 100%;
  height: 3rem;
  float: unset !important;
  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: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wp-single-product-content .col-summary .summary.entry-summary .single_add_to_cart_button:hover {
  background-color: #a8002e !important;
}

.wp-single-product-content .col-summary .summary.entry-summary .single_add_to_cart_button::before {
  content: "";
  background-image: url(../img/icons/cart-white.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.wp-single-product-content .col-summary .summary.entry-summary .single_add_to_cart_button.disabled:hover {
  background-color: #a8002e !important;
}

.wp-single-product-content .col-summary .summary.entry-summary .custom-usp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-single-product-content .col-summary .summary.entry-summary .custom-usp-container .custom-usp {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
}

.wp-single-product-content .col-summary .summary.entry-summary .custom-usp-container .custom-usp .fas {
  color: #00B67A;
  padding-right: 0.5rem;
}

.quantity-discount .staffel-header {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  margin-bottom: 1rem;
}

.quantity-discount table {
  width: 100%;
  max-width: 25rem;
}

.quantity-discount table tr {
  padding-bottom: 1rem;
}

.quantity-discount table tr th.staffel-quantity {
  font-weight: 400;
  font-size: 1rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
}

.quantity-discount table tr td.staffel-price {
  font-weight: 700;
  font-size: 1rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
}

.quantity-discount table tr td.staffel-add-to-cart {
  padding-right: 2rem;
  padding-bottom: 0.5rem;
}

.quantity-discount table tr td.staffel-go-to-proposal .staffel-link {
  display: inline-block;
  margin-right: 2rem;
}

.quantity-discount table tr td.staffel-add-to-cart, .quantity-discount table tr td.staffel-go-to-proposal {
  text-align: right;
}

.quantity-discount table tr td.staffel-add-to-cart .staffel-link, .quantity-discount table tr td.staffel-go-to-proposal .staffel-link {
  text-decoration: underline !important;
  cursor: pointer;
  position: relative;
  text-align: right;
  color: #fff;
}

.quantity-discount table tr td.staffel-add-to-cart .staffel-link::after, .quantity-discount table tr td.staffel-go-to-proposal .staffel-link::after {
  color: #847552;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  right: -1.5rem;
  position: absolute;
}
