@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document ========================================================================== */

/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* 2 */
}

/* Sections ========================================================================== */

/** Remove the margin in all browsers. */

body {
  margin: 0;
}

/** Render the `main` element consistently in IE. */

main {
  display: block;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content ========================================================================== */

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics ========================================================================== */

/** Remove the gray background on active links in IE 10. */

a {
  background-color: transparent;
}

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/** Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
  font-weight: bolder;
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/** Add the correct font size in all browsers. */

small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */

/** Remove the border on images inside links in IE 10. */

img {
  border-style: none;
}

/* Forms ========================================================================== */

/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

/** Show the overflow in IE. 1. Show the overflow in Edge. */

button,
input {
  /* 1 */
  overflow: visible;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */

button,
select {
  /* 1 */
  text-transform: none;
}

/** Correct the inability to style clickable types in iOS and Safari. */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/** Remove the inner border and padding in Firefox. */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/** Restore the focus styles unset by the previous rule. */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** Correct the padding in Firefox. */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */

legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
  vertical-align: baseline;
}

/** Remove the default vertical scrollbar in IE 10+. */

textarea {
  overflow: auto;
}

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */

[type='search'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/** Remove the inner padding in Chrome and Safari on macOS. */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive ========================================================================== */

/* Add the correct display in Edge, IE 10+, and Firefox. */

details {
  display: block;
}

/* Add the correct display in all browsers. */

summary {
  display: list-item;
}

/* Misc ========================================================================== */

/** Add the correct display in IE 10+. */

template {
  display: none;
}

/** Add the correct display in IE 10. */

[hidden] {
  display: none;
}

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./assets/lib/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./assets/lib/slick/fonts/slick.eot");
  src: url("./assets/lib/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/lib/slick/fonts/slick.woff") format("woff"), url("./assets/lib/slick/fonts/slick.ttf") format("truetype"), url("./assets/lib/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

:root {
  --glchild-breakpoint-xs: 0;
  --glchild-breakpoint-sm: 576px;
  --glchild-breakpoint-md: 768px;
  --glchild-breakpoint-lg: 992px;
  --glchild-breakpoint-xl: 1200px;
  --glchild-breakpoint-xxl: 1400px;
  --glchild-breakpoint-fhd: 1900px;
  --scrollbarsize: calc(100vw - 100%);
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: var(--nomotion, smooth);
}

/** Basic styles for links */

a {
  text-decoration: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon/fonts/icomoon.eot?jmkjt4");
  src: url("../../fonts/icomoon/fonts/icomoon.eot?jmkjt4#iefix") format("embedded-opentype"), url("../../fonts/icomoon/fonts/icomoon.ttf?jmkjt4") format("truetype"), url("../../fonts/icomoon/fonts/icomoon.woff?jmkjt4") format("woff"), url("../../fonts/icomoon/fonts/icomoon.svg?jmkjt4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Quicksand/Quicksand-Light.ttf") format("truetype");
  src: url("../../fonts/Quicksand/Quicksand-Light.eot") format("embedded-opentype"), url("../../fonts/Quicksand/Quicksand-Light.eotiefix") format("embedded-opentype"), url("../../fonts/Quicksand/Quicksand-Light.woff") format("woff"), url("../../fonts/Quicksand/Quicksand-Light.svgQuicksand") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Quicksand/Quicksand-Regular.ttf") format("truetype");
  src: url("../../fonts/Quicksand/Quicksand-Regular.eot") format("embedded-opentype"), url("../../fonts/Quicksand/Quicksand-Regular.eotiefix") format("embedded-opentype"), url("../../fonts/Quicksand/Quicksand-Regular.woff") format("woff"), url("../../fonts/Quicksand/Quicksand-Regular.svgQuicksand") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Quicksand/Quicksand-Medium.ttf") format("truetype");
  src: url("../../fonts/Quicksand/Quicksand-Medium.eot") format("embedded-opentype"), url("../../fonts/Quicksand/Quicksand-Medium.eotiefix") format("embedded-opentype"), url("../../fonts/Quicksand/Quicksand-Medium.woff") format("woff"), url("../../fonts/Quicksand/Quicksand-Medium.svgQuicksand") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Quicksand/Quicksand-SemiBold.ttf") format("truetype");
  src: url("../../fonts/Quicksand/Quicksand-SemiBold.eot") format("embedded-opentype"), url("../../fonts/Quicksand/Quicksand-SemiBold.eotiefix") format("embedded-opentype"), url("../../fonts/Quicksand/Quicksand-SemiBold.woff") format("woff"), url("../../fonts/Quicksand/Quicksand-SemiBold.svgQuicksand") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/Quicksand/Quicksand-Bold.ttf") format("truetype");
  src: url("../../fonts/Quicksand/Quicksand-Bold.eot") format("embedded-opentype"), url("../../fonts/Quicksand/Quicksand-Bold.eotiefix") format("embedded-opentype"), url("../../fonts/Quicksand/Quicksand-Bold.woff") format("woff"), url("../../fonts/Quicksand/Quicksand-Bold.svgQuicksand") format("svg");
}

html {
  font-size: 16px;
}

body {
  font-size: 100%;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.hide-text {
  padding: 0;
  /* 1 */
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

#header .menu-main-container .menu .item-link {
  color: #434053 !important;
}

#header .cart-item .mini_cart_item a:not(.remove) {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#header .nav-top-link {
  color: black !important;
}

#header .nav-top-link:hover {
  color: rgba(102, 102, 102, 0.85) !important;
}

#header .header-button .nav-top-link {
  color: #fff !important;
}

#footer {
  padding-top: 0;
  /*  .mc-form-footer { display: inline; max-width: 234px !important; margin-left: 20px; margin:0; }*/
}

#footer .pb-0 widget {
  margin-bottom: 0;
}

#footer .mc4wp-form-fields {
  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;
  gap: 18px;
}

#footer .mc-form-footer {
  max-width: 234px !important;
}

#mwb-cpr-drag {
  background-color: black !important;
}

.light-button-cart .add-to-cart-button .add_to_cart_button {
  color: #fff;
}

.badge {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.badge-inner.new-bubble {
  padding: 10px !important;
  border: #00696d !important;
  background-color: #00696d !important;
  color: white !important;
}

#mwb-cpr-drag {
  display: none;
}

/**COOKIE CONSENT**/

.cookieTable {
  display: table;
}

.cookieTable__wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px auto;
}

.cookieTable thead {
  display: none;
}

.cookieTable tbody {
  display: block;
}

.cookieTable th {
  display: table-cell;
  min-width: 100px;
  padding: 4px 16px 4px 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.cookieTable tr {
  display: block;
  margin-bottom: 40px;
}

.cookieTable td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 8px 4px 8px;
  text-align: justify;
}

.cookieTable td::before {
  content: attr(data-label);
  display: block;
  margin-right: 25px;
  font-weight: bold;
}

#cookie-law-info-bar p {
  margin-bottom: 3px;
}

#cookie-law-info-bar br {
  display: none;
}

#cookie-law-info-bar .cli-bar-message {
  margin-bottom: 20px;
}

#cookie-law-info-bar .cli-bar-btn_container {
  display: block;
  padding-top: 0;
}

#cookie-law-info-bar .cli-bar-btn_container .wt-cli-accept-all-btn {
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  text-align: center;
}

#cookie-law-info-bar .cli-bar-btn_container a {
  width: 48%;
  margin: 0;
  border-radius: 6px;
  font-family: altivo, sans-serif !important;
  font-size: 16px;
}

/**REFERAL**/

.woocommerce-MyAccount-content .mwb_cpr_heading {
  margin-bottom: 0 !important;
}

.woocommerce-MyAccount-content .mwb_crp_referral_link {
  margin-top: 15px;
  float: left;
}

.woocommerce-MyAccount-content .mwb_crp_referral_link + code {
  margin-top: 15px;
  float: left;
}

.woocommerce-MyAccount-content .mwb_crp_wrapper_button {
  margin-top: 15px;
  float: left;
}

.woocommerce-MyAccount-content .mwb_crp_wrapper_button a {
  color: white !important;
}

.mwb_modal #notify_user_gain_tab {
  display: none !important;
}

.newsletter-signup__wrapper {
  margin: 1em 0;
  background-color: #5b5b5b;
}

.newsletter-signup__wrapper * {
  margin: 0 !important;
}

.newsletter-signup__fields-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.4em;
}

.newsletter-signup__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.25em;
  color: #fff;
  font-size: 1em;
}

.newsletter-signup__field-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.newsletter-signup__honeypot {
  position: absolute;
  left: -5000px;
}

.newsletter-signup__submit {
  height: 2.507em;
  border: 1px solid #ddd;
  background-color: #fff !important;
  color: #5b5b5b !important;
}

.newsletter-signup__success-response {
  z-index: 1;
  padding: 5px 10px;
  background-color: #7bdcb5;
  color: #5b5b5b;
  font-weight: bold;
}

.newsletter-signup__error-response {
  z-index: 1;
  padding: 5px 10px;
  background-color: #6b0505;
  color: #fff;
  font-weight: bold;
}

.mce_inline_error[for],
.newsletter-signup__responses {
  position: absolute;
  top: calc(100% + 0.6em);
  left: 0;
  width: 100%;
}

body.woocommerce-cart .breadcrumbs,
body.woocommerce-checkout .breadcrumbs,
body.woocommerce-order-received .breadcrumbs {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: -30px;
  text-align: left;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-order-received .woocommerce-notices-wrapper {
  margin: 0;
  padding: 0;
  text-align: left;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-order-received .woocommerce-notices-wrapper .woocommerce-message {
  padding: 30px 0;
}

body.woocommerce-cart .woocommerce-notices-wrapper .success-color,
body.woocommerce-checkout .woocommerce-notices-wrapper .success-color,
body.woocommerce-order-received .woocommerce-notices-wrapper .success-color {
  color: #05838e;
}

body.woocommerce-cart .return-to-shop .button {
  background-color: #05838e;
}

body.woocommerce-cart .cart-container .woocommerce.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.woocommerce-cart .cart-container .woocommerce.row .col.large-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px 0;
}

body.woocommerce-cart .cart-container .woocommerce.row .cart-collaterals {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px 0;
}

body.woocommerce-cart .woocommerce-cart-form th {
  color: #05838e;
}

body.woocommerce-cart .woocommerce-cart-form__cart-item .product-name a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
  color: #000;
  font-weight: 400;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.woocommerce-cart .woocommerce-cart-form__cart-item .product-name a:hover,
body.woocommerce-cart .woocommerce-cart-form__cart-item .product-name a:active,
body.woocommerce-cart .woocommerce-cart-form__cart-item .product-name a:focus {
  color: #05838e;
}

body.woocommerce-cart .woocommerce-cart-form .actions.clear {
  text-align: right;
}

body.woocommerce-cart .woocommerce-cart-form .actions.clear .button.primary {
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  height: 10px;
  min-height: unset;
  margin-right: 0;
  margin-left: auto !important;
  padding: 0 !important;
  float: none;
  -webkit-transition: opacity ease-in-out 0.2s, -webkit-text-decoration ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s, -webkit-text-decoration ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s, text-decoration ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s, text-decoration ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s, text-decoration ease-in-out 0.2s, -webkit-text-decoration ease-in-out 0.2s;
  border: none;
  opacity: 1;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--primary-color);
  color: #05838e;
  font-weight: normal;
  line-height: 10px;
}

body.woocommerce-cart .woocommerce-cart-form .actions.clear .button.primary:hover,
body.woocommerce-cart .woocommerce-cart-form .actions.clear .button.primary:active,
body.woocommerce-cart .woocommerce-cart-form .actions.clear .button.primary:focus {
  opacity: 0.7;
}

body.woocommerce-cart .woocommerce-cart-form .actions.clear .button.primary::before {
  content: '\f01e';
  display: inline-block;
  margin-right: 6px;
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 1;
  text-rendering: auto;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells h2,
body.woocommerce-cart .woocommerce-cart-form .cross-sells h2 {
  color: #05838e;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row {
  display: grid;
  grid-template-columns: 1fr;
  height: unset !important;
  margin: 0 !important;
  padding: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  background-color: #f0f0f0;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 20px 0 !important;
  padding: 20px !important;
  float: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  background-color: #fff;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-image,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-image {
  margin-bottom: 6px !important;
  padding: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .title-wrapper,
body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .price-wrapper,
body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .add-to-cart-button,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .title-wrapper,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .price-wrapper,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .add-to-cart-button {
  display: block;
  width: 100%;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .title-wrapper,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .title-wrapper {
  font-size: 0.875rem;
  position: relative;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: 100%;
  width: 100%;
  max-width: 100%;
  max-width: 300px !important;
  margin: 0 auto;
  margin-bottom: 7px !important;
  padding: 0 !important;
  line-height: 1.5;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .title-wrapper .woocommerce-LoopProduct-link,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .title-wrapper .woocommerce-LoopProduct-link {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .price-wrapper,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .price-wrapper {
  font-size: 1rem;
  width: 100%;
  max-width: 300px !important;
  margin: 0 auto;
  margin-bottom: 6px;
  font-weight: 500;
  text-align: left;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .price-wrapper bdi,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .price-wrapper bdi {
  font-weight: 500;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .add-to-cart-button,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .add-to-cart-button {
  display: block;
  width: 100%;
  max-width: 300px !important;
  margin: 0 auto;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .add-to-cart-button a,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .add-to-cart-button a {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: unset;
  margin-bottom: 0 !important;
  padding: 8px 6px !important;
  -webkit-transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
  border: none;
  background-color: #05838e;
  color: white;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .add-to-cart-button a:hover,
body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .add-to-cart-button a:active,
body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product .product-small.box .box-text .add-to-cart-button a:focus,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .add-to-cart-button a:hover,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .add-to-cart-button a:active,
body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product .product-small.box .box-text .add-to-cart-button a:focus {
  background-color: #046c75;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  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-cart .cart-collaterals .checkout_coupon {
  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-cart .cart-collaterals .wc-proceed-to-checkout {
  margin: 0;
}

body.woocommerce-cart .cart-collaterals .shop_table th {
  color: #05838e;
  font-weight: 400;
}

body.woocommerce-cart .cart-collaterals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
  -webkit-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
  color: #000;
  text-decoration: underline;
}

body.woocommerce-cart .cart-collaterals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: #05838e;
}

body.woocommerce-cart .cart-collaterals .shop_table .woocommerce-shipping-calculator button {
  height: unset;
  min-height: unset;
  padding: 8px 6px !important;
  background-color: #05838e;
  line-height: 1;
}

body.woocommerce-cart .cart-collaterals .button-continue-shopping {
  font-size: 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: unset;
  margin: 5px 0 20px 0;
  padding: 0;
  -webkit-transition: opacity ease-in-out 0.2s, -webkit-text-decoration ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s, -webkit-text-decoration ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s, text-decoration ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s, text-decoration ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s, text-decoration ease-in-out 0.2s, -webkit-text-decoration ease-in-out 0.2s;
  border: none;
  background-color: transparent;
  color: #05838e;
  font-weight: 500;
  line-height: 1.2;
}

body.woocommerce-cart .cart-collaterals .button-continue-shopping:hover,
body.woocommerce-cart .cart-collaterals .button-continue-shopping:active,
body.woocommerce-cart .cart-collaterals .button-continue-shopping:focus {
  opacity: 0.7;
  background-color: transparent;
}

body.woocommerce-cart .cart-collaterals .button-continue-shopping::before {
  content: '\f060';
  display: inline-block;
  margin-right: 6px;
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  text-rendering: auto;
}

body.woocommerce-cart .cart-collaterals .checkout_coupon {
  margin-top: 30px;
}

body.woocommerce-cart .cart-collaterals .checkout_coupon .widget-title {
  position: relative;
  padding-right: 15px;
  -webkit-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
  color: #05838e;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.woocommerce-cart .cart-collaterals .checkout_coupon .widget-title:hover,
body.woocommerce-cart .cart-collaterals .checkout_coupon .widget-title:active,
body.woocommerce-cart .cart-collaterals .checkout_coupon .widget-title:focus {
  opacity: 0.7;
}

body.woocommerce-cart .cart-collaterals .checkout_coupon .widget-title::after {
  content: '\f067';
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  margin-right: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  text-rendering: auto;
}

body.woocommerce-cart .cart-collaterals .checkout_coupon .widget-title.open::after {
  content: '\f068';
}

body.woocommerce-cart .cart-collaterals .checkout_coupon .coupon-inputs {
  display: none;
}

body.woocommerce-cart .cart-collaterals .payment-icons {
  margin-top: 30px;
}

body.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal #payment_method_paypal {
  margin-bottom: 26px;
}

body.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal label a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

.woocommerce-info-freeshipping {
  margin-bottom: 45px;
  padding: 15px;
  background-color: #000;
  color: white;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce-info-freeshipping .amount {
  color: #e4c5d0;
}

.woocommerce-error .alert-color {
  color: black !important;
}

.product__carte-cadeau-les-jolies-planches .product-page-price {
  display: none !important;
}

@media screen and (min-width: 576px) {
  #mwb-cpr-drag {
    display: inline-block;
  }

  #cookie-law-info-bar .cli-bar-btn_container a {
    width: 49%;
  }
}

@media (min-width: 576px) {
  body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row,
  body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row {
    grid-template-columns: 1fr 1fr;
  }

  body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product,
  body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product {
    margin: 0 0 20px 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .cookieTable thead {
    display: table-header-group;
  }

  .cookieTable tbody {
    display: table-row-group;
  }

  .cookieTable tr {
    display: table-row;
    margin-bottom: 0;
    vertical-align: top;
  }

  .cookieTable td {
    display: table-cell;
    padding: 4px 16px 4px 16px;
    text-align: left;
    vertical-align: top;
  }

  .cookieTable td::before {
    display: none;
  }

  .newsletter-signup__wrapper {
    width: 730px;
    margin: 1em auto;
  }
}

@media (min-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row,
  body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product,
  body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product {
    margin: 0 !important;
  }
}

@media screen and (min-width: 850px) {
  body.woocommerce-cart .cart-container .woocommerce.row .col.large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    width: 100%;
    max-width: 65%;
  }

  body.woocommerce-cart .cart-container .woocommerce.row .cart-collaterals {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    width: 100%;
    max-width: 35%;
  }

  body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row,
  body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row {
    grid-template-columns: 1fr 1fr;
  }

  body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product,
  body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product {
    margin: 0 0 20px 0 !important;
  }
}

@media screen and (min-width: 992px) {
  #cookie-law-info-bar {
    width: 450px !important;
  }
}

@media (min-width: 992px) {
  body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row,
  body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  body.woocommerce-cart .woocommerce-cart-form .up-sells .products.row .product,
  body.woocommerce-cart .woocommerce-cart-form .cross-sells .products.row .product {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1080px) {
  .newsletter-signup__wrapper {
    margin: 1em 10em;
  }
}

@media (min-width: 1200px) {
  body.woocommerce-cart .cart-container .woocommerce.row .col.large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    width: 100%;
    max-width: 65%;
  }

  body.woocommerce-cart .cart-container .woocommerce.row .cart-collaterals {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    width: 100%;
    max-width: 35%;
  }
}

@media only screen and (max-width: 48em) {
  .badge {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  }

  .badge-frame {
    display: block;
    width: 130px;
    max-width: 130px;
    height: 55px;
    margin-left: -4px;
  }

  .badge-inner.new-bubble {
    display: block;
    width: 130px;
    max-width: 130px;
    height: 55px;
    padding: 10px !important;
    border: #00696d !important;
    background-color: #00696d !important;
    color: white !important;
    font-size: 9pt;
    line-height: 1rem;
    text-align: left;
    white-space: pre-wrap;
  }
}

@media screen and (max-width: 768px) {
  .newsletter-signup__wrapper {
    margin: 1em 1em;
  }

  .newsletter-signup__label {
    padding-right: 0;
    padding-bottom: 1em;
    font-size: 1.1em;
    text-align: center;
  }

  .newsletter-signup__fields-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-signup__fields-wrapper * {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --nomotion: none;
  }
}
/*# sourceMappingURL=style.css.map */
