/*
Theme Name: mangolds
Theme URI: https://www.mangolds.pro
Author: TRONIC
Author URI: https://tronic.digital
Description: Description
Version: 1.0.0
Text Domain: mangolds
*/
/*! 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%; /* 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.mobile-hidden {
  display: none !important;
}
@media (min-width: 768px) {
  .mobile-hidden {
    display: flex !important;
  }
}

.input-text,
.wpcf7-text {
  border: 0;
  border: 1px solid #EFEFEF;
  padding: 10px;
  font-size: 1em;
}
.input-text[type=number],
.wpcf7-text[type=number] {
  text-align: center;
}

.wpcf7-text {
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .wpcf7-text {
    width: initial;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.9em;
}

.wpcf7-submit {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #333333;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
  display: block;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}
.wpcf7-submit:hover {
  background-color: #333333;
  color: #ffffff;
}
.wpcf7-submit.block {
  display: block !important;
  width: 100%;
}
.wpcf7-submit.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.withdrawal-form {
  box-sizing: border-box;
}
.withdrawal-form *,
.withdrawal-form *::before,
.withdrawal-form *::after {
  box-sizing: border-box;
}
.withdrawal-form h4 {
  font-size: 1.5em !important;
}
.withdrawal-form .form-row {
  display: grid;
  margin-bottom: 15px;
}
.withdrawal-form .form-row p {
  margin-bottom: 0;
  display: inline-grid;
  width: 100%;
  font-size: 1.1em;
}
.withdrawal-form .form-row .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
}
.withdrawal-form .form-row input,
.withdrawal-form .form-row textarea,
.withdrawal-form .form-row select {
  width: 100% !important;
  max-width: 100%;
  border: 1px solid;
  padding: 10px;
  margin-bottom: 15px;
}
.withdrawal-form .form-row input,
.withdrawal-form .form-row select {
  min-height: 42px;
}
.withdrawal-form .form-row textarea {
  min-height: 120px;
  resize: vertical;
}
.withdrawal-form .form-row .wpcf7-acceptance {
  margin-bottom: 20px;
}
.withdrawal-form .form-row .wpcf7-acceptance input {
  width: auto !important;
  max-width: none;
  min-height: auto;
  height: auto !important;
  margin-bottom: 0;
}
.withdrawal-form .form-row .hidden-fields-container {
  display: none;
}
.withdrawal-form .form-row .privacy-notice {
  margin-bottom: 15px;
}
.withdrawal-form .form-row .privacy-notice p {
  display: block !important;
}
.withdrawal-form .form-row .form-checkbox {
  margin-bottom: 15px;
}
.withdrawal-form .form-submit {
  margin-top: 20px;
}

.hero h2 {
  font-size: 2.8em;
  font-family: "gill-sans-nova", sans-serif;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .hero h2 {
    font-size: 3.3em;
  }
}
.hero h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 10px;
  font-weight: normal;
  font-size: inherit;
  background: rgba(255, 255, 255, 0.5);
  max-width: fit-content;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .hero h3 {
    padding: 0;
    background: none;
  }
}

.woocommerce-breadcrumb {
  max-width: 1200px;
  margin: 15px auto 15px auto;
  padding: 0;
  color: #666666 !important;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.4;
  word-wrap: break-word;
}
.woocommerce-breadcrumb > a {
  color: #666666 !important;
  text-decoration: none !important;
  margin: 0 7px;
  font-weight: normal;
}
.woocommerce-breadcrumb > a:first-child {
  margin-left: 0;
}
.woocommerce-breadcrumb > a:hover {
  text-decoration: underline !important;
  color: #666666 !important;
}

#breadcrumbs {
  max-width: 1200px;
  margin: 15px auto;
  padding: 0;
  color: #666666 !important;
  font-size: 0.9em;
}
#breadcrumbs > span > span a {
  margin-left: 0;
}
#breadcrumbs a {
  color: #666666 !important;
  text-decoration: none !important;
  margin: 0 3px;
}
#breadcrumbs a:hover {
  text-decoration: underline !important;
  color: #666666 !important;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 600;
  margin-left: 3px;
}

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
  max-width: 1200px;
  margin: 0 auto 30px auto;
}
.woocommerce-notices-wrapper ul,
.woocommerce-NoticeGroup ul {
  list-style: none;
  padding: 0;
}
.woocommerce-notices-wrapper ul.woocommerce-error,
.woocommerce-NoticeGroup ul.woocommerce-error {
  background-color: red;
  color: #fff;
}
.woocommerce-notices-wrapper ul.woocommerce-error a,
.woocommerce-NoticeGroup ul.woocommerce-error a {
  color: inherit;
}
.woocommerce-notices-wrapper ul.woocommerce-error > li,
.woocommerce-NoticeGroup ul.woocommerce-error > li {
  padding: 10px 10px 0 10px;
}
.woocommerce-notices-wrapper ul.woocommerce-error > li:last-of-type,
.woocommerce-NoticeGroup ul.woocommerce-error > li:last-of-type {
  padding-bottom: 10px;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-message {
  background-color: lightgreen;
  padding: 15px;
  overflow: auto;
}
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-NoticeGroup .woocommerce-message a {
  color: #333333;
}

.woocommerce-Message .button {
  float: none !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .woocommerce-Message .button {
    float: right;
    margin-bottom: 0;
  }
}

ul.woocommerce-error {
  list-style: none;
  padding: 0;
}
ul.woocommerce-error.woocommerce-error {
  background-color: red;
  color: #fff;
}
ul.woocommerce-error.woocommerce-error a {
  color: inherit;
}
ul.woocommerce-error.woocommerce-error > li {
  padding: 10px 10px 0 10px;
}
ul.woocommerce-error.woocommerce-error > li:last-of-type {
  padding-bottom: 10px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: initial;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  font-weight: 600;
}

.product-total .amount,
.product-subtotal .amount {
  font-weight: 600 !important;
}

.woocommerce-pagination {
  text-align: center;
  margin-top: 40px;
}
.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
}
.woocommerce-pagination ul > li {
  margin-right: 5px;
}
.woocommerce-pagination ul > li:last-of-type {
  margin-right: 0;
}
.woocommerce-pagination ul > li .page-numbers {
  border: 1px solid #DDDDDD;
  color: #333333;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.7em;
}
.woocommerce-pagination ul > li .page-numbers.current {
  border: 2px solid #333333;
  color: #333333;
}
.woocommerce-pagination ul > li .page-numbers.next, .woocommerce-pagination ul > li .page-numbers.prev {
  border: 0;
}

.shop_table {
  width: 100%;
}

.woocommerce.single-product .content-area {
  margin-top: 30px;
}

.below-category-header {
  margin-bottom: 30px;
}

.woocommerce-form-register,
.woocommerce-form-login {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .woocommerce-form-register,
  .woocommerce-form-login {
    max-width: 400px;
  }
}
.woocommerce-form-register .form-row label:not(.woocommerce-form__label-for-checkbox),
.woocommerce-form-login .form-row label:not(.woocommerce-form__label-for-checkbox) {
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 5px;
}
.woocommerce-form-register .form-row input:not(.woocommerce-form__input-checkbox),
.woocommerce-form-login .form-row input:not(.woocommerce-form__input-checkbox) {
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .woocommerce-form-register .form-row input:not(.woocommerce-form__input-checkbox),
  .woocommerce-form-login .form-row input:not(.woocommerce-form__input-checkbox) {
    width: 100%;
  }
}
.woocommerce-form-register .form-row input.woocommerce-form__input-checkbox,
.woocommerce-form-login .form-row input.woocommerce-form__input-checkbox {
  margin-right: 10px;
}
.woocommerce-form-register .form-row button.button,
.woocommerce-form-login .form-row button.button {
  width: 100%;
}
.woocommerce-form-register .form-row .woocommerce-form-login__rememberme,
.woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  margin-bottom: 15px;
}

.wc-block-grid__product .woocommerce_de_versandkosten {
  display: none;
}

.prdctfltr_sc_products .prdctfltr_filter {
  margin-left: -20px;
}
@media (min-width: 992px) {
  .prdctfltr_sc_products .prdctfltr_filter {
    margin-left: 0;
  }
}
.prdctfltr_sc_products .prdctfltr_filter_title {
  display: none !important;
}
.prdctfltr_sc_products .prdctfltr_checkboxes {
  padding: 15px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 992px) {
  .prdctfltr_sc_products .prdctfltr_checkboxes {
    display: flex;
    justify-content: space-between;
  }
}
.prdctfltr_sc_products .prdctfltr_checkboxes label {
  display: block !important;
  font-size: 1.1em !important;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}
@media (min-width: 992px) {
  .prdctfltr_sc_products .prdctfltr_checkboxes label {
    display: inline-block;
  }
}

.wgm-info.shipping_de {
  display: none;
}

.container {
  width: calc(100% - 40px);
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 120px);
    max-width: 1050px;
  }
}
.container .container {
  width: initial;
  max-width: initial;
  padding: initial;
  margin: initial;
}

.home .container {
  margin: 0 auto 30px auto;
}

.bordered {
  border-bottom: 1px solid #DDDDDD;
}

.topbar {
  background-color: #F9F9F9;
  font-size: 0.8em;
  line-height: 1;
  color: #666666;
  text-align: center;
}
.topbar__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.topbar__left {
  width: 100%;
}
.topbar__left .swiper {
  width: 100%;
  height: 35px;
}
.topbar__left .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}

.header {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .header {
    position: sticky;
    z-index: 998;
    top: 0;
    padding: 15px 0 0 0;
    transition: padding 200ms ease-in-out;
  }
}
.header__scrolled {
  padding: 10px 0 0 0;
}
.header__wrapper {
  padding: 10px 15px 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.header__search__mobile .dgwt-wcas-search-wrapp {
  margin-top: 0 !important;
  max-width: 100% !important;
}
.header__search__mobile__wrapper {
  padding: 0 15px 10px 15px;
}
@media (min-width: 768px) {
  .header__search__mobile {
    display: none;
  }
}
.header__toolbar {
  display: flex;
  margin: 0 0 10px 0;
  justify-content: space-between;
}
.header__toolbar__left {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__toolbar__center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header__toolbar__right {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__toolbar__logo {
  width: 70% !important;
  max-width: 330px !important;
  height: auto;
  transition: max-width 200ms ease-in-out;
}
.header__toolbar__logo__scrolled {
  max-width: 200px !important;
}
.header__toolbar__burger, .header__toolbar__wishlist, .header__toolbar__bag {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  cursor: pointer;
}
.header__toolbar__burger:last-of-type, .header__toolbar__wishlist:last-of-type, .header__toolbar__bag:last-of-type {
  margin-right: 0;
}
.header__toolbar__burger > a, .header__toolbar__wishlist > a, .header__toolbar__bag > a {
  color: #333333;
}
.header__toolbar__search {
  display: none;
}
@media (min-width: 768px) {
  .header__toolbar__search {
    display: block;
  }
}
.header__toolbar__bag {
  position: relative;
}
.header__toolbar__bag__count {
  position: absolute;
  top: -3px;
  right: -3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__toolbar__bag__count > .count {
  background-color: #333333;
  color: #ffffff;
  font-size: 0.6em;
  font-weight: 600;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__categories {
  position: relative;
  margin: 0;
  background-color: rgb(255, 137, 111);
}
.header__categories__wrapper {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header__categories__wrapper {
    padding: 0 15px 0 15px;
  }
}
.header__categories__scroller {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__categories__scroller::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}
.header__categories__scroller ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media (min-width: 768px) {
  .header__categories__scroller ul {
    justify-content: space-between;
  }
}
.header__categories__scroller ul.menu > li:hover > a, .header__categories__scroller ul.sub-menu > li:hover > a {
  font-weight: bold;
}
.header__categories__scroller ul > li {
  line-height: 1;
  margin: 0 15px 0 0;
  cursor: pointer;
  text-align: center;
  flex-shrink: 0;
  padding: 10px 0 10px 0;
}
.header__categories__scroller ul > li.current-menu-item > a, .header__categories__scroller ul > li.current-menu-parent > a {
  font-weight: bold;
}
@media (min-width: 768px) {
  .header__categories__scroller ul > li.menu-item-has-children {
    padding: 10px 10px 10px 0;
  }
  .header__categories__scroller ul > li.menu-item-has-children > a {
    position: relative;
  }
  .header__categories__scroller ul > li.menu-item-has-children > a:after {
    content: " ";
    background: url(assets/img/icons/arrow_down_white.svg) no-repeat;
    width: 15px;
    height: 15px;
    top: 5px;
    right: -20px;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .header__categories__scroller ul > li:hover ul.sub-menu {
    display: block;
  }
}
.header__categories__scroller ul > li:first-of-type {
  padding: 10px 0 10px 15px;
}
@media (min-width: 768px) {
  .header__categories__scroller ul > li:first-of-type {
    padding-left: 0;
  }
}
.header__categories__scroller ul > li:last-of-type {
  padding: 10px 15px 10px 0;
}
@media (min-width: 768px) {
  .header__categories__scroller ul > li:last-of-type {
    margin-right: 0;
    padding: 10px 0 10px 0;
  }
}
.header__categories__scroller ul > li a {
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
}
.header__categories__scroller ul > li.new-in, .header__categories__scroller ul > li.presents, .header__categories__scroller ul > li.bl-cta {
  position: relative;
  padding-right: 22px;
}
.header__categories__scroller ul > li.new-in::after, .header__categories__scroller ul > li.presents::after, .header__categories__scroller ul > li.bl-cta::after {
  content: " ";
  background-size: cover;
  position: absolute;
  width: 17px;
  height: 17px;
  right: 0;
  top: 10px;
}
.header__categories__scroller ul > li.new-in::after {
  background-image: url(assets/img/icons/heart2.svg);
}
.header__categories__scroller ul > li.presents::after {
  background-image: url(assets/img/icons/star.svg);
}
.header__categories__scroller ul > li.bl-cta {
  display: none;
  background-color: #dad428;
  padding-right: 32px;
  padding-left: 10px;
}
.header__categories__scroller ul > li.bl-cta::after {
  right: 10px;
  background-image: url(assets/img/icons/truck.svg);
}
.header__categories__scroller ul > li > ul.sub-menu {
  position: absolute;
  background-color: #ffffff;
  top: 36px;
  display: none;
}
.header__categories__scroller ul > li > ul.sub-menu li {
  padding: 15px 15px 0 15px;
  text-align: left;
  font-size: 0.8em;
  margin-right: 0;
}
.header__categories__scroller ul > li > ul.sub-menu li a {
  color: #333333;
}
.header__categories__scroller ul > li > ul.sub-menu li:last-child {
  padding-bottom: 15px;
}
.header__drawer {
  width: 80%;
  min-width: 260px;
  overflow-y: auto;
}
@media (min-width: 376px) {
  .header__drawer {
    width: 360px;
  }
}
.header__drawer {
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: transform 0.2s ease;
  transform: translateX(-100%);
}
.header__drawer.open {
  transform: translateX(0%);
}
.header__drawer__inner {
  padding: 15px;
}
.header__drawer h3 {
  margin-top: 0;
}
.header__drawer {
  left: 0;
  transform: translateX(-100%);
}
@media (min-width: 576px) {
  .header__drawer__inner {
    padding: 50px;
  }
}
.header__drawer__close {
  cursor: pointer;
}
.header__drawer__close svg {
  width: 20px;
  height: 20px;
}
.header__drawer__nav {
  margin: 10px 0 30px;
}
.header__drawer__nav ul.menu#primary {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.header__drawer__nav ul.menu#primary a {
  color: #4e4040;
  text-decoration: none;
  font-size: 1.3em;
}
.header__drawer__nav ul.menu#primary a:hover {
  font-weight: bold;
}
.header__drawer__nav ul.menu#primary > li {
  position: relative;
  cursor: pointer;
  padding: 20px 0 0 0;
}
.header__drawer__nav ul.menu#primary > li > a {
  font-weight: 600;
}
.header__drawer__nav ul.menu#primary > li.menu-item-has-children::after {
  position: absolute;
  right: 0;
  top: 21px;
  width: 20px;
  height: 20px;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" /></svg>');
  vertical-align: -0.2em;
  padding-left: 0.1em;
}
.header__drawer__nav ul.menu#primary > li.menu-item-has-children.open::after {
  transform: rotate(180deg);
}
.header__drawer__nav ul.menu#primary ul.sub-menu {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: none;
}
.header__drawer__nav ul.menu#primary ul.sub-menu > li {
  margin-bottom: 10px;
}
.header__drawer__nav ul.menu#primary ul.sub-menu > li a {
  font-size: 1.2em;
}
.header__drawer__nav ul.menu#secondary {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__drawer__nav ul.menu#secondary a {
  color: #333333;
  text-decoration: none;
  font-size: 1em;
}
.header__drawer__nav ul.menu#secondary > li {
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
}
.header__minicart {
  overflow-y: scroll;
  width: 80%;
  min-width: 260px;
  overflow-y: auto;
}
@media (min-width: 376px) {
  .header__minicart {
    width: 360px;
  }
}
.header__minicart {
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: transform 0.2s ease;
  transform: translateX(-100%);
}
.header__minicart.open {
  transform: translateX(0%);
}
.header__minicart__inner {
  padding: 15px;
}
.header__minicart h3 {
  margin-top: 0;
}
.header__minicart {
  right: 0;
  transform: translateX(100%);
}
.header__minicart .jde_hint,
.header__minicart .wgm-info {
  display: none;
}
.header__minicart__inner h3 {
  font-size: 1.2em;
  margin-top: 0;
}
.header__minicart__inner .woocommerce-mini-cart__total {
  margin: 15px 0;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  font-size: 1em;
  border-top: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
}
.header__minicart__inner .woocommerce-mini-cart__buttons .button {
  margin-bottom: 5px;
  border: 2px solid #333333;
}
.header__minicart__inner .woocommerce-mini-cart__buttons .button:last-of-type {
  margin-bottom: 0;
}
.header__minicart__inner ul.cart_list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header__minicart__inner ul.cart_list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.header__minicart__inner ul.cart_list li dl.variation > dt {
  float: left;
  margin-right: 5px;
  font-weight: 600;
  font-size: 1em;
}
.header__minicart__inner ul.cart_list li dl.variation > dd {
  font-size: 1em;
}
.header__minicart__inner ul.cart_list li dl.variation > dd > p {
  margin: 0;
}
.header__minicart__inner ul.cart_list li .line-remove {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.header__minicart__inner ul.cart_list li .line-remove a {
  color: #333333;
}
.header__minicart__inner ul.cart_list li .line-remove svg {
  width: 20px;
  height: 20px;
}
.header__minicart__inner ul.cart_list li .line-thumbnail {
  margin-right: 10px;
}
.header__minicart__inner ul.cart_list li .line-meta {
  font-size: 1em;
  line-height: 1.4;
  display: block;
}
.header__minicart__inner ul.cart_list li .line-meta a {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
.header__minicart__inner ul.cart_list li .line-meta .amount {
  margin-left: 5px;
}
.header__minicart__inner ul.cart_list li img {
  width: 50px;
  height: auto;
}

.woocommerce-products-header {
  margin-top: 30px;
}
.woocommerce-products-header .woocommerce-products-header__title {
  font-family: "gill-sans-nova", sans-serif;
  font-size: 1.8em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 3em;
  }
}

.categories__subcategories {
  position: relative;
  margin: 0 -20px 0 -20px;
}
@media (min-width: 768px) {
  .categories__subcategories {
    margin: 0;
  }
}
.categories__subcategories__gradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255) 100%);
  width: 50px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 700;
}
.categories__subcategories__scroller {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}
.categories__subcategories__scroller::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.categories__subcategories__scroller ul.subcategories {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: flex;
}
@media (min-width: 768px) {
  .categories__subcategories__scroller ul.subcategories {
    justify-content: flex-start;
  }
}
.categories__subcategories__scroller ul.subcategories > li {
  margin: 0 20px 0 0;
}
.categories__subcategories__scroller ul.subcategories > li:first-child {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .categories__subcategories__scroller ul.subcategories > li:first-child {
    padding-left: 0;
  }
}
.categories__subcategories__scroller ul.subcategories > li:last-child {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .categories__subcategories__scroller ul.subcategories > li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .categories__subcategories__scroller ul.subcategories > li {
    margin: 0 40px 0 0;
  }
}
.categories__subcategories__scroller ul.subcategories > li {
  cursor: pointer;
  text-align: center;
  flex-shrink: 0;
  width: 100px;
}
@media (min-width: 768px) {
  .categories__subcategories__scroller ul.subcategories > li {
    width: 125px;
  }
}
.categories__subcategories__scroller ul.subcategories > li a {
  text-decoration: none;
}
.categories__subcategories__scroller ul.subcategories > li .cat-img {
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  .categories__subcategories__scroller ul.subcategories > li .cat-img {
    width: 125px;
    height: 125px;
  }
}
.categories__subcategories__scroller ul.subcategories > li .cat-img {
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 50%;
}
.categories__subcategories__scroller ul.subcategories > li .cat-title {
  font-size: 1em;
}
.categories__filter {
  width: 80%;
  min-width: 260px;
  overflow-y: auto;
}
@media (min-width: 376px) {
  .categories__filter {
    width: 360px;
  }
}
.categories__filter {
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: transform 0.2s ease;
  transform: translateX(-100%);
}
.categories__filter.open {
  transform: translateX(0%);
}
.categories__filter__inner {
  padding: 15px;
}
.categories__filter h3 {
  margin-top: 0;
}
.categories__filter {
  left: 0;
  transform: translateX(-100%);
}
.categories__filter .prdctfltr-widget .prdctfltr_checkboxes {
  overflow: hidden;
}
.categories__filter .prdctfltr-widget .prdctfltr_collector {
  margin-bottom: 20px !important;
}
.categories__filter .prdctfltr-widget .prdctfltr_pa_farbe .prdctfltr_customize_color,
.categories__filter .prdctfltr-widget .prdctfltr_pa_farbe .prdctfltr_customize_block {
  border-radius: 50%;
}
.categories__filter .prdctfltr-widget .widgettitle {
  font-size: 1.2em;
  font-family: "gill-sans-nova", sans-serif;
}
.categories__filter .prdctfltr-widget .prdctfltr_filter label {
  font-size: 1em;
  line-height: 1.4;
}
.categories__description {
  margin-top: 50px;
}
.categories__description__content {
  overflow: hidden;
  max-height: 150px;
  margin-bottom: 15px;
  position: relative;
}
.categories__description__content.open {
  max-height: initial;
  overflow: initial;
}
.categories__description__content figure {
  width: auto !important;
  margin: 0;
}
.categories__description__gradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255) 100%);
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.categories__description__more, .categories__description__less {
  text-decoration: underline;
  cursor: pointer;
}
.categories__description__less {
  display: none;
}

.selected-filters {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 20px 0;
  margin: 0;
}
.selected-filters h3 {
  display: none;
}
.selected-filters .bapf_sfa_taxonomy {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.selected-filters .bapf_sfa_taxonomy:last-of-type {
  margin-bottom: 0;
}
.selected-filters .bapf_sfa_taxonomy ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
}
.selected-filters .bapf_sfa_taxonomy ul li a {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 600;
  padding: 4px 4px 3px 20px;
  border-radius: 6px;
  position: relative;
}
.selected-filters .bapf_sfa_taxonomy ul li a i {
  display: none;
}
.selected-filters .bapf_sfa_taxonomy ul li a::before {
  position: absolute;
  left: 6px;
  top: 4px;
  color: #ffffff;
  content: url("assets/img/x_white.svg");
}
.selected-filters .bapf_sfa_unall {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  display: none;
}
.selected-filters .bapf_sfa_unall a {
  color: #333333;
  font-size: 0.9em;
}

.shop_categories__categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
  gap: 20px 20px;
  grid-template-areas: ". .";
}
.shop_categories__categories a {
  text-decoration: none !important;
  transition: opacity 200ms;
}
.shop_categories__categories a:hover {
  opacity: 0.75;
}
@media (min-width: 576px) {
  .shop_categories__categories {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 20px 20px;
    grid-template-areas: ". . .";
  }
}
@media (min-width: 768px) {
  .shop_categories__categories {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 20px 20px;
    grid-template-areas: ". . . .";
  }
}
.shop_categories__categories .cat-img {
  width: 100%;
  height: auto;
}
.shop_categories__categories .cat-title {
  text-align: center;
  margin-top: 10px;
}

.filterbar {
  margin: 20px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  .filterbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.filterbar #open-wc-filter {
  display: flex;
  border: 0;
  background-color: transparent;
  align-items: center;
  font-size: 1.1em;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  justify-content: center;
  width: 100%;
  border: 2px solid #333333;
  color: #333333;
}
@media (min-width: 768px) {
  .filterbar #open-wc-filter {
    padding: 10px;
    justify-content: initial;
    margin: 0;
    width: initial;
  }
}
.filterbar #open-wc-filter svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.filterbar .woocommerce-ordering {
  float: none;
}
.filterbar .woocommerce-ordering > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  color: #333333;
}
@supports (-webkit-touch-callout: none) {
  .filterbar .woocommerce-ordering > select {
    text-indent: calc(50% - 90px);
  }
}
@media (min-width: 768px) {
  .filterbar .woocommerce-ordering > select {
    text-align: right;
    padding: 0;
    height: 20px;
    font-size: 0.9em;
  }
}
.filterbar .woocommerce-ordering > select li {
  text-align: right;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0;
}

ul.products-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
  gap: 20px 20px;
  grid-template-areas: ". .";
}
ul.products-grid.products {
  display: block;
}
@media (min-width: 576px) {
  ul.products-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 20px 20px;
    grid-template-areas: ". . .";
  }
}
@media (min-width: 992px) {
  ul.products-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 20px 20px;
    grid-template-areas: ". . . .";
  }
}
ul.products-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.products-grid .wgm-info {
  display: none;
}
ul.products-grid > li.product {
  position: relative;
  text-align: center;
  transition: all 200ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) {
  ul.products-grid > li.product {
    display: block;
    padding-bottom: 40px;
  }
}
ul.products-grid > li.product:hover {
  background-color: #F9F9F9;
}
ul.products-grid > li.product:hover .secondary {
  transform: scale(115%);
}
ul.products-grid > li.product:hover .multiple > .primary {
  opacity: 0;
}
ul.products-grid > li.product:hover .multiple > .secondary {
  opacity: 1;
}
@media (min-width: 576px) {
  ul.products-grid > li.product:hover .button {
    display: inline-flex;
  }
}
ul.products-grid > li.product .badges {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
}
ul.products-grid > li.product .badges span {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  ul.products-grid > li.product .badges span {
    width: 60px;
    height: 60px;
  }
}
ul.products-grid > li.product .badges span {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
ul.products-grid > li.product .badges span.onsale {
  background-image: url(assets/img/icons/icon_sale.svg);
}
ul.products-grid > li.product .badges span.new {
  background-image: url(assets/img/icons/icon_new.svg);
}
ul.products-grid > li.product .badges span.vegan {
  background-image: url(assets/img/icons/icon_vegan.svg);
}
ul.products-grid > li.product .badges span.bestseller {
  background-color: #FF865E;
  color: #ffffff;
}
ul.products-grid > li.product a {
  color: #333333;
  text-decoration: none;
}
ul.products-grid > li.product div.woocommerce-loop-product__title {
  font-size: 1em;
  font-weight: 600;
  margin: 20px 0 0 0;
  padding: 0;
}
ul.products-grid > li.product span.price {
  margin-top: 5px;
  display: block;
}
ul.products-grid > li.product .price {
  margin: 0;
}
ul.products-grid > li.product .price .amount > bdi {
  font-size: 1em;
}
ul.products-grid > li.product .price ins {
  text-decoration: none;
  font-size: 1em;
}
ul.products-grid > li.product .price del {
  color: #666666;
  font-size: 0.9em;
}
ul.products-grid > li.product .yith-wcbr-brands {
  font-size: 0.9em;
  margin: 5px 0;
  text-transform: uppercase;
}
ul.products-grid > li.product .woocommerce-loop-product__link {
  margin-bottom: 5px;
  display: block;
}
ul.products-grid > li.product.product-type-grouped .woocommerce-loop-product__link {
  margin-bottom: 0;
  display: block;
}
ul.products-grid > li.product img {
  height: auto;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
ul.products-grid > li.product .button {
  display: none;
  font-size: 0.7em;
  padding: 10px;
  background-color: white;
  border: 2px solid rgb(255, 137, 111);
  color: rgb(255, 137, 111);
  height: 26px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 10px 0 10px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  ul.products-grid > li.product .button {
    display: none;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 20px;
    right: 20px;
    font-size: 0.7em;
  }
}
ul.products-grid > li.product .button:hover {
  color: #ffffff;
  background-color: rgb(255, 137, 111);
}
ul.products-grid > li.product .added_to_cart {
  display: none;
}
ul.products-grid > li.product.sale ins {
  color: rgb(255, 137, 111);
}

ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.products .wgm-info {
  display: none;
}
ul.products > li.product {
  position: relative;
  text-align: center;
  transition: all 200ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) {
  ul.products > li.product {
    display: block;
    padding-bottom: 40px;
  }
}
ul.products > li.product:hover {
  background-color: #F9F9F9;
}
ul.products > li.product:hover .secondary {
  transform: scale(115%);
}
ul.products > li.product:hover .multiple > .primary {
  opacity: 0;
}
ul.products > li.product:hover .multiple > .secondary {
  opacity: 1;
}
@media (min-width: 576px) {
  ul.products > li.product:hover .button {
    display: inline-flex;
  }
}
ul.products > li.product .badges {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
}
ul.products > li.product .badges span {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  ul.products > li.product .badges span {
    width: 60px;
    height: 60px;
  }
}
ul.products > li.product .badges span {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
ul.products > li.product .badges span.onsale {
  background-image: url(assets/img/icons/icon_sale.svg);
}
ul.products > li.product .badges span.new {
  background-image: url(assets/img/icons/icon_new.svg);
}
ul.products > li.product .badges span.vegan {
  background-image: url(assets/img/icons/icon_vegan.svg);
}
ul.products > li.product .badges span.bestseller {
  background-color: #FF865E;
  color: #ffffff;
}
ul.products > li.product a {
  color: #333333;
  text-decoration: none;
}
ul.products > li.product div.woocommerce-loop-product__title {
  font-size: 1em;
  font-weight: 600;
  margin: 20px 0 0 0;
  padding: 0;
}
ul.products > li.product span.price {
  margin-top: 5px;
  display: block;
}
ul.products > li.product .price {
  margin: 0;
}
ul.products > li.product .price .amount > bdi {
  font-size: 1em;
}
ul.products > li.product .price ins {
  text-decoration: none;
  font-size: 1em;
}
ul.products > li.product .price del {
  color: #666666;
  font-size: 0.9em;
}
ul.products > li.product .yith-wcbr-brands {
  font-size: 0.9em;
  margin: 5px 0;
  text-transform: uppercase;
}
ul.products > li.product .woocommerce-loop-product__link {
  margin-bottom: 5px;
  display: block;
}
ul.products > li.product.product-type-grouped .woocommerce-loop-product__link {
  margin-bottom: 0;
  display: block;
}
ul.products > li.product img {
  height: auto;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
ul.products > li.product .button {
  display: none;
  font-size: 0.7em;
  padding: 10px;
  background-color: white;
  border: 2px solid rgb(255, 137, 111);
  color: rgb(255, 137, 111);
  height: 26px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 10px 0 10px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  ul.products > li.product .button {
    display: none;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 20px;
    right: 20px;
    font-size: 0.7em;
  }
}
ul.products > li.product .button:hover {
  color: #ffffff;
  background-color: rgb(255, 137, 111);
}
ul.products > li.product .added_to_cart {
  display: none;
}
ul.products > li.product.sale ins {
  color: rgb(255, 137, 111);
}

ul.products-grid li.product a figure.loop-image,
ul.products li.product a figure.loop-image {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul.products-grid li.product a figure.loop-image > .secondary,
ul.products li.product a figure.loop-image > .secondary {
  opacity: 0;
  transition: all 250ms linear;
  position: absolute;
}

.swiper-slide .button {
  display: none;
}

.wc-category-slider__head {
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wc-category-slider__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.wc-category-slider__head h2 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.6em;
  font-family: "ff-ernestine-pro", serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .wc-category-slider__head h2 {
    margin: 0;
    font-size: 2em;
  }
}
.wc-category-slider__head a {
  color: #333333;
  text-decoration: none;
  font-size: 1em;
  display: block;
}
.wc-category-slider .swiper-container {
  margin-right: -20px;
}
@media (min-width: 1200px) {
  .wc-category-slider .swiper-container {
    margin-right: 0;
  }
}

.product .ywpo_availability_date {
  margin-top: 30px;
  display: inline-block;
  border-radius: 6px;
  padding: 8px 10px;
  background-color: #F9F9F9;
  color: #666666;
  font-size: 1.2em;
}
.product .ywpo_availability_date > .availability_date {
  font-weight: bold;
}
.product h3 {
  margin-top: 0;
}
.product.sale ins .amount {
  color: rgb(255, 137, 111);
}
.product .woocommerce-product-gallery {
  margin-bottom: 20px;
}
.product .woocommerce-product-gallery .flex-control-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.product .woocommerce-product-gallery .flex-control-thumbs > li {
  margin-right: 3px;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.product a {
  color: #333333;
}
.product .summary .onsale {
  background-color: rgb(255, 137, 111);
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  padding: 4px 5px;
  border-radius: 4px;
}
.product .summary .price > .amount > bdi {
  font-weight: 600;
  font-size: 1.6em;
}
.product .summary .price ins {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6em;
}
.product .summary .price del {
  color: #666666;
  font-size: 0.9em;
}
.product .summary .wgm-info {
  font-size: 0.9em;
  font-style: italic;
  color: #666666;
}
.product .summary .wgm-info small {
  font-size: 100%;
}
.product .summary .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.product .summary .product_meta {
  font-size: 0.9em;
}
.product .summary .product_meta > span {
  display: block;
  margin-bottom: 5px;
}
.product .products.upsells {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  clear: both;
}
.product .products.upsells h3 {
  margin-bottom: 20px;
}
.product .products.upsells a {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .product .woocommerce-tabs {
    border-top: 0;
    margin-top: 0;
    padding-top: 1px;
  }
}
.product .woocommerce-tabs .wc-tabs {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .product .woocommerce-tabs .wc-tabs {
    margin: 0 0 20px 0;
  }
}
.product .woocommerce-tabs .wc-tabs li {
  display: block !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product .woocommerce-tabs .wc-tabs li {
    display: inline-block !important;
    margin-right: 20px;
  }
}
.product .woocommerce-tabs .wc-tabs li a {
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}
.product .woocommerce-tabs .wc-tabs li a::before {
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url(assets/img/chevron_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  content: " ";
}
.product .woocommerce-tabs .wc-tabs li.active a {
  text-decoration: underline;
}
.product.product-type-simple .cart {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  background-color: white;
  z-index: 10;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .product.product-type-simple .cart {
    position: static;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: initial;
    box-shadow: none;
  }
}
.product.product-type-simple .cart .quantity {
  margin-right: 10px;
}
@media (min-width: 576px) {
  .product.product-type-simple .cart .quantity {
    margin-bottom: 0;
  }
}
.product.product-type-simple .cart .quantity.hidden {
  margin-right: 0;
}
.product.product-type-simple .cart .quantity input {
  max-width: 60px;
  width: initial;
  height: 30px;
}
.product.product-type-simple .cart button {
  width: 100%;
}
.product.product-type-variable .variations {
  margin-bottom: 30px;
}
.product.product-type-variable .variations td.label {
  font-weight: 600;
  padding: 5px 10px 5px 0;
  vertical-align: top;
}
.product.product-type-variable .variations td.value {
  padding: 5px 0 5px 0;
  vertical-align: top;
}
.product.product-type-variable .variations .reset_variations {
  display: block;
  margin-top: 10px;
}
.product.product-type-variable .woocommerce-variation-add-to-cart {
  display: flex;
  margin-bottom: 20px;
}
.product.product-type-variable .woocommerce-variation-add-to-cart .quantity {
  margin-right: 10px;
}
.product.product-type-variable .woocommerce-variation-add-to-cart .quantity input {
  max-width: 60px;
}
.product.product-type-variable .woocommerce-variation-add-to-cart button {
  width: 100%;
}
.product.product-type-variable .woocommerce-variation-price {
  margin-top: 20px;
}
.product.product-type-variable .woocommerce-variation-price .price {
  margin-bottom: 10px;
  display: block;
}
.product.product-type-variable .woocommerce-variation-price .price > .amount > bdi {
  font-weight: 600;
  font-size: 1.4em;
}
.product.product-type-variable .woocommerce-variation-price .price ins {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.4em;
}
.product.product-type-variable .woocommerce-variation-price .price del {
  color: #666666;
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .upsells ul.products > li.product {
    margin-bottom: 0 !important;
  }
}

.woocommerce-product-attributes {
  width: 100%;
}
.woocommerce-product-attributes th {
  width: 30%;
  text-align: left;
}
.woocommerce-product-attributes td {
  width: 70%;
  text-align: right;
}

.summary + .woocommerce-tabs {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F9F9F9;
}

.stock {
  display: inline-block;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 0.9em;
}
.stock.in-stock {
  color: darkgreen;
}
.stock.out-of-stock {
  color: darkred;
}

.related h3,
.up-sells h3 {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
}

footer {
  background: #F9F9F9;
  margin-top: 0;
  padding: 20px 0;
  font-size: 1em;
}
@media (min-width: 768px) {
  footer {
    font-size: 0.9em;
  }
}
footer .container {
  color: #666666;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer a,
footer a:link,
footer a:visited {
  color: #666666;
  text-decoration: none;
}
footer a:hover,
footer a:link:hover,
footer a:visited:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  footer {
    padding-top: 30px;
  }
}
footer p {
  margin-bottom: 0;
  font-size: 1em;
}
@media (min-width: 768px) {
  footer p {
    font-size: 0.9em;
  }
}
footer ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
footer ul li {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1em;
}
@media (min-width: 768px) {
  footer ul li {
    font-size: 0.9em;
  }
}
footer h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  margin-top: 0;
}
footer .first-block {
  order: 1;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer .first-block {
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .first-block {
    width: calc(25% - 20px);
    margin-bottom: 0;
    padding-right: 20px;
  }
}
footer .second-block {
  order: 2;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer .second-block {
    order: 3;
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .second-block {
    order: 2;
    width: calc(25% - 20px);
    margin-bottom: 0;
    padding-right: 20px;
  }
}
footer .third-block {
  order: 3;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer .third-block {
    order: 3;
    width: 40%;
  }
}
@media (min-width: 992px) {
  footer .third-block {
    order: 3;
    width: calc(25% - 20px);
    padding-right: 20px;
    margin-bottom: 0;
  }
}
footer .fourth-block {
  order: 4;
  width: 100%;
}
@media (min-width: 768px) {
  footer .fourth-block {
    order: 3;
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .fourth-block {
    order: 4;
    width: 25%;
  }
}
footer .copyright {
  order: 4;
  width: 100%;
}
footer .copyright {
  margin-bottom: 0;
  margin-top: 34px;
  width: 100%;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  footer .copyright {
    text-align: center;
  }
}

.restaurant_badge {
  z-index: 888;
  position: fixed;
  right: -30px;
  bottom: 50px;
  width: 124px;
  height: 97px;
  background: url(assets/img/restaurant_badge.png) no-repeat;
  background-size: cover;
  transition: all 200ms ease-in-out;
}
.restaurant_badge:hover {
  right: 0;
}

.cart-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr;
  gap: 20px 20px;
  grid-template-areas: ".";
}
@media (min-width: 768px) {
  .cart-wrapper {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 0px 50px;
    grid-template-areas: ". .";
  }
}
.cart-wrapper a {
  color: #333333;
}
.cart-wrapper th {
  text-align: left;
}
.cart-wrapper th:first-of-type {
  text-align: left !important;
}
.cart-wrapper th:last-of-type {
  text-align: right;
}
.cart-wrapper .wgm-tax {
  font-size: 0.7em;
  font-style: italic;
  color: #666666;
}
.cart-wrapper .cross-sells {
  margin-top: 40px;
  border-top: 1px solid #EFEFEF;
}
.cart-wrapper .cross-sells h2 {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cart-wrapper .woocommerce-cart-form .shop_table {
  width: 100%;
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item > td {
  padding: 0 0 7px 0;
}
@media (min-width: 768px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .cart_item > td {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .cart_item > td {
    border-bottom: 1px solid #F9F9F9;
  }
}
@media (min-width: 768px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .cart_item > td:first-of-type {
    padding: 0 10px 0 0;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item dl.variation > dt {
  float: left;
  margin-right: 5px;
  font-weight: 600;
  font-size: 0.9em;
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item dl.variation > dd {
  font-size: 0.9em;
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item dl.variation > dd > p {
  margin: 0;
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-quantity input {
  width: 60px;
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-remove {
  padding-bottom: 0;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-remove {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-remove a {
  color: #333333;
  text-decoration: none;
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-remove a svg {
  width: 20px;
  height: 20px;
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
  display: block !important;
  text-align: left !important;
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-thumbnail::before {
  content: "";
  float: none;
}
@media (min-width: 768px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
    text-align: inherit;
  }
  .cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-thumbnail::before {
    content: inherit;
    float: inherit;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-thumbnail img {
  max-width: 50px;
}
.cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal {
  text-align: right;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}
@media (min-width: 768px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .cart_item .product-subtotal {
    padding-bottom: inherit;
  }
}
.cart-wrapper .cart-collaterals h2 {
  margin: 0 0 15px 0;
}
.cart-wrapper .cart-collaterals .cart_totals {
  padding: 20px;
  float: none;
  width: calc(100% - 40px);
  border: 3px solid #333333;
}
.cart-wrapper .cart-collaterals .cart_totals th,
.cart-wrapper .cart-collaterals .cart_totals td {
  padding: 10px 0 10px 0;
  vertical-align: top;
}
.cart-wrapper .cart-collaterals .cart_totals th {
  font-weight: 600;
}
.cart-wrapper .cart-collaterals .cart_totals tr:not(.woocommerce-shipping-totals) td {
  text-align: right;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table {
  width: 100%;
}
.cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td::before {
  content: "" !important;
}
@media (min-width: 768px) {
  .cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals td::before {
    content: attr(data-title) ": ";
  }
}
.cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals .title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals ul li {
  margin-bottom: 10px;
}
.cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals ul li input {
  margin-right: 5px;
}
.cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-totals ul li label > .amount {
  float: right;
}
.cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  font-size: 0.9em;
}
.cart-wrapper td.actions {
  text-align: left !important;
}
.cart-wrapper tr.jde_hint > td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.9em;
  font-style: italic;
}
@media (min-width: 768px) {
  .cart-wrapper .actions-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .cart-wrapper .actions-wrapper .coupon {
    display: flex;
    justify-content: space-between;
  }
  .cart-wrapper .actions-wrapper .coupon button[name=update_cart] {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .cart-wrapper .actions-wrapper .coupon .input-text {
    width: 150px !important;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .cart-wrapper .actions-wrapper .coupon .input-text {
    width: 200px !important;
    margin-right: 10px;
  }
}

.woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td,
.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td {
  text-align: left !important;
}

.free-shipping-notice {
  border-bottom: 1px solid #F9F9F9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.free-shipping-notice__wrapper {
  border: 1px solid #333333;
  padding: 2px;
  border-radius: 10px;
  margin-top: 5px;
}
.free-shipping-notice__progress {
  background-color: #333333;
  height: 4px;
  border-radius: 10px;
}

.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
  width: 100% !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input {
    margin-bottom: 0;
  }
}

.woocommerce table.cart td.actions .button {
  font-size: 0.8em;
}

.woocommerce-checkout .woocommerce-info {
  margin: 30px 0 15px 0;
}
.woocommerce-checkout .header,
.woocommerce-checkout .topbar {
  display: none;
}
.woocommerce-checkout .form-row label {
  font-weight: 600;
  margin-bottom: 5px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
  border: 2px solid #EFEFEF;
  border-collapse: collapse;
  background-color: #F9F9F9;
  margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > thead > tr > th {
  text-align: left;
  padding: 10px 15px 0 15px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > thead > tr > th:last-of-type {
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tbody > tr > td {
  padding: 10px 15px 0 15px;
  vertical-align: top;
  border-bottom: 1px solid #F9F9F9;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tbody > tr > td:last-of-type {
  text-align: right;
  padding: 10px 15px 15px 15px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tbody > tr > td:last-of-type .product-tax {
  text-align: right;
  font-size: 0.7em;
  font-style: italic;
  color: #666666;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tbody > tr > td dl.variation {
  margin: 5px 0 0 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tbody > tr > td dl.variation > dt {
  float: left;
  margin-right: 5px;
  font-weight: 600;
  font-size: 0.9em;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tbody > tr > td dl.variation > dd {
  font-size: 0.9em;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tbody > tr > td dl.variation > dd > p {
  margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tbody > tr:last-of-type {
  border-bottom: 2px solid #EFEFEF;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.cart-subtotal {
  border-bottom: 2px solid #EFEFEF;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.cart-subtotal > th {
  padding: 15px;
  text-align: left;
  vertical-align: top;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.cart-subtotal > td {
  padding: 15px;
  vertical-align: top;
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.shipping {
  border-bottom: 2px solid #EFEFEF;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.shipping > td {
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.shipping > td .title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.shipping > td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.shipping > td ul li {
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.shipping > td ul li input {
  margin-right: 5px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.shipping > td ul li label > .amount {
  float: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.shipping > td ul li label .wgm-tax {
  display: block;
  text-align: right;
  font-size: 0.7em;
  font-style: italic;
  color: #666666;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.order-total > th {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #F9F9F9;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.order-total > td {
  padding: 10px;
  vertical-align: top;
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table > tfoot > tr.order-total > td .wgm-tax {
  display: block;
  text-align: right;
  font-size: 0.7em;
  font-style: italic;
  color: #666666;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 0.9em;
}
.woocommerce-checkout .woocommerce-checkout-payment ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  border: 2px solid #EFEFEF;
}
.woocommerce-checkout .woocommerce-checkout-payment ul li {
  margin-bottom: 10px;
  padding: 15px;
  border-bottom: 2px solid #EFEFEF;
}
.woocommerce-checkout .woocommerce-checkout-payment ul li:last-of-type {
  border-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment ul li p {
  margin-bottom: 0;
  font-size: 0.9em;
  font-style: italic;
}
.woocommerce-checkout .woocommerce-checkout-payment ul li img {
  float: right;
}
.woocommerce-checkout .woocommerce-checkout-payment ul li.wc_payment_method input:checked + label {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order p {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order p label {
  font-weight: 400 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .button {
  float: none;
  width: 100%;
  font-size: 1.2em;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
  background-color: #90e06e;
  border-color: #90e06e;
  color: #ffffff;
}
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr;
  gap: 0 20px;
  grid-template-areas: ".";
}
@media (min-width: 768px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 60px;
    grid-template-areas: ". .";
  }
}
.woocommerce-checkout .checkout_coupon {
  padding: 15px;
  border: 2px dashed #000;
  margin-top: 20px;
  margin-bottom: 15px;
}
.woocommerce-checkout .checkout_coupon p {
  margin: 0 0 15px;
}
.woocommerce-checkout .checkout_coupon .form-row-first,
.woocommerce-checkout .checkout_coupon .form-row-last {
  float: none;
  width: 100%;
  margin: 0;
}
.woocommerce-checkout .checkout_coupon .form-row-first {
  margin-bottom: 10px;
}
.woocommerce-checkout__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
  grid-template-areas: ". .";
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce-checkout__header__logo img {
  max-width: 150px;
  height: auto;
}
.woocommerce-checkout__header__support {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  color: rgb(255, 137, 111);
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 600;
  font-size: 1.8em !important;
  line-height: 1;
}
@media (min-width: 768px) {
  .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 2.6em !important;
  }
}
.woocommerce-order .wc-item-meta {
  font-size: 0.9em !important;
  list-style: none !important;
  margin: 15px 0 0 0 !important;
  padding: 0 !important;
}
.woocommerce-order .wc-item-meta li p {
  font-size: 1em !important;
  display: inline !important;
}
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
  margin-top: 50px;
}
.woocommerce-order .woocommerce-table--order-details {
  border-collapse: collapse;
}
.woocommerce-order .woocommerce-table--order-details th,
.woocommerce-order .woocommerce-table--order-details td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.woocommerce-order .woocommerce-table--order-details th {
  border-top: 0;
  text-transform: uppercase;
}
.woocommerce-order .woocommerce-table--order-details tbody tr {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.woocommerce-account .woocommerce .myaccount-wrapper {
  clear: both;
  overflow: auto;
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-navigation {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-navigation {
    width: 25%;
  }
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-navigation > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 2px solid #333333;
  width: calc(100% - 5px);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-navigation > ul {
    width: 80%;
  }
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-navigation > ul li {
  padding: 7px 0 7px 25px;
  position: relative;
  margin-bottom: 0;
  border-bottom: 2px solid #333333;
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-navigation > ul li:last-of-type {
  border: 0;
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-navigation > ul li.is-active {
  background-color: #333333;
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-navigation > ul li.is-active::before {
  background-image: url(assets/img/chevron_right_white.svg);
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-navigation > ul li.is-active a {
  color: #ffffff;
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-navigation > ul li::before {
  content: " ";
  background-image: url(assets/img/chevron_right.svg);
  position: absolute;
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-navigation > ul li a {
  text-decoration: none;
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-content {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-content {
    width: 73%;
  }
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-content label {
  font-weight: 600;
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce .myaccount-wrapper > .woocommerce-MyAccount-content .button {
  font-size: 0.9em;
  padding: 5px;
}
.woocommerce-account .woocommerce-LostPassword {
  font-size: 0.8em;
  text-align: center;
}

.register-now,
.login-now {
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #EFEFEF;
}

.trnc__blocks__teaser__container {
  min-height: 225px;
  padding: 15px;
}
.trnc__blocks__teaser__container .teaser-block__button {
  font-weight: 600;
}
.trnc__blocks__teaser__container h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.trnc__blocks__teaser__container p {
  font-size: 0.8em;
  width: 50%;
}
.trnc__blocks__teaser__container a {
  text-decoration: none !important;
}

.insert h2 {
  font-family: "ff-ernestine-pro", serif;
  font-weight: 400;
  font-size: 2em;
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .insert h2 {
    margin-bottom: 5px;
  }
}
.insert h4 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 0 0 20px 0;
  padding: 0;
}
.insert p {
  margin: 0 0 20px 0;
  padding: 0;
}
.insert img {
  transform: translateY(-15%);
}

.yith-wcbr-brand-grid ul li a {
  text-align: left;
}

.yith-wcbr-brand-grid ul li a:first-child {
  margin-bottom: 0;
}

.yith-wcbr-brand-grid .yith-wcbr-same-heading-box h4 {
  border: 0;
}

.dgwt-wcas-search-input {
  padding: 10px 15px;
  background-color: #F9F9F9 !important;
  border: 0 !important;
  border-radius: 4px;
  font-size: 1em;
  height: 30px !important;
}
@media (min-width: 768px) {
  .dgwt-wcas-search-input {
    background-color: #F9F9F9 !important;
  }
}

@media (min-width: 768px) {
  .dgwt-wcas-search-wrapp {
    margin-top: -5px;
  }
}

.dgwt-wcas-suggestions-wrapp a {
  text-decoration: none !important;
}

.mangolds__brands {
  overflow: hidden;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-108rem, 0, 0);
  }
}
.mangolds__brands__wrapper {
  animation: ticker 25s linear infinite;
  display: flex;
}
.mangolds__brands__item {
  width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}
.mangolds__brands__item img {
  width: 100px;
  height: auto;
  max-height: 75px;
  filter: grayscale(100%);
  max-width: initial !important;
}

#mc_embed_signup {
  margin-top: 20px;
}
#mc_embed_signup .form-row {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #mc_embed_signup .form-row {
    display: flex;
  }
}
#mc_embed_signup .form-row.cols {
  justify-content: space-between;
}
#mc_embed_signup .form-row.section {
  margin-bottom: 20px;
}
#mc_embed_signup .form-row.optin {
  font-size: 0.9em;
  font-style: italic;
}
#mc_embed_signup .form-row input[type=text],
#mc_embed_signup .form-row input[type=email] {
  width: calc(100% - 20px);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #mc_embed_signup .form-row input[type=text],
  #mc_embed_signup .form-row input[type=email] {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
#mc_embed_signup .form-row input[type=text]:last-child,
#mc_embed_signup .form-row input[type=email]:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
#mc_embed_signup .form-row input[type=checkbox] {
  margin-right: 10px;
}
#mc_embed_signup .form-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mc_embed_signup .form-row ul li {
  display: flex;
  align-items: center;
}
#mc_embed_signup .form-row .button {
  width: 100%;
}
@media (min-width: 768px) {
  #mc_embed_signup .form-row .button {
    width: auto;
  }
}

.infobox {
  background-color: rgb(237, 225, 192);
}
.infobox p:last-of-type {
  margin-bottom: 0;
}
.infobox:before {
  background: linear-gradient(-45deg, rgb(237, 225, 192) 16px, rgb(237, 225, 192) 16px, rgb(237, 225, 192) 16px, transparent 0), linear-gradient(45deg, rgb(237, 225, 192) 16px, transparent 0);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 22px 32px;
  content: " ";
  display: block;
  height: 32px;
  width: 100%;
  position: relative;
  bottom: 32px;
  left: 0;
}
.infobox:after {
  background: linear-gradient(-45deg, transparent 16px, rgb(237, 225, 192) 0), linear-gradient(45deg, transparent 16px, rgb(237, 225, 192) 0);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 22px 32px;
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: relative;
  top: 16px;
  left: 0px;
}

.kt-blocks-carousel .kt-carousel-dotstyle-outlinedark .slick-dots li.slick-active button::before {
  box-shadow: inset 0 0 0 8px rgb(255, 137, 111) !important;
}

.kb-advanced-slide-inner-wrap {
  background: transparent !important;
}

#yith-wcwl-form {
  overflow-x: auto;
}
@media (min-width: 768px) {
  #yith-wcwl-form {
    overflow-x: none;
  }
}
#yith-wcwl-form .wishlist_table {
  font-size: 100% !important;
}
#yith-wcwl-form th.product-name {
  text-align: left;
}
#yith-wcwl-form .product-add-to-cart svg {
  display: none;
}
#yith-wcwl-form a.remove_from_wishlist {
  text-decoration: none;
}

.mangolds-trends-header {
  margin: 30px 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mangolds-trends-header__title h2 {
  font-family: "ff-ernestine-pro", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .mangolds-trends-header__title h2 {
    font-size: 2em;
  }
}
.mangolds-trends-header__arrow {
  width: 20px;
}
@media (min-width: 992px) {
  .mangolds-trends-header__arrow {
    width: 30px;
  }
}
.mangolds-trends-header__arrow > img {
  width: 100%;
  height: auto;
}

.mangolds-trends {
  margin: 0 0 75px 0;
}
.mangolds-trends__container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1440px) {
  .mangolds-trends__container {
    padding-left: calc(calc(var(--vw, 1vw) * 100 - 1200px) / 2);
    padding-right: calc(calc(var(--vw, 1vw) * 100 - 1200px) / 2);
  }
}
.mangolds-trends__container__item a {
  text-decoration: none !important;
}
.mangolds-trends__container__item__image {
  margin-bottom: 20px;
}
.mangolds-trends__container__item__image img {
  width: 100%;
  height: auto;
}
.mangolds-trends__container__item__title {
  font-family: "gill-sans-nova", sans-serif;
  margin: 0 0 15px 0;
  font-size: 1.4em;
  font-weight: bold;
}
.mangolds-trends__container__item__teaser {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 15px;
}
.mangolds-trends__container__item__cta {
  background-color: rgb(255, 137, 111);
  display: inline-block;
  border: 2px solid rgb(255, 137, 111);
}
.mangolds-trends__container__item__cta:hover {
  background-color: white;
  border: 2px solid rgb(255, 137, 111);
}
.mangolds-trends__container__item__cta a {
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 10px 15px;
}
.mangolds-trends__container__item__cta a:hover {
  color: rgb(255, 137, 111) !important;
  text-decoration: none !important;
}

.mangolds-spotlight {
  display: block;
}
@media (min-width: 768px) {
  .mangolds-spotlight {
    display: flex;
    padding-right: calc((calc(var(--vw, 1vw) * 100) - 1200px) / 2) !important;
  }
}
.mangolds-spotlight__image {
  width: calc(var(--vw, 1vw) * 100);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 768px) {
  .mangolds-spotlight__image {
    flex: 1;
    height: auto;
    margin-bottom: 0;
    width: initial;
    left: initial;
    right: initial;
    margin-left: initial;
    margin-right: initial;
  }
}
.mangolds-spotlight__image {
  position: relative;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
}
.mangolds-spotlight__image h2 {
  position: absolute;
  transform: translateY(-50%);
  right: 30px;
  width: 50%;
  margin: 0;
  padding: 0;
  font-family: "ff-ernestine-pro", serif;
  font-weight: 400;
  font-size: 2em;
}
@media (min-width: 768px) {
  .mangolds-spotlight__image h2 {
    width: initial;
  }
}
.mangolds-spotlight__content {
  padding: 30px;
}
@media (min-width: 768px) {
  .mangolds-spotlight__content {
    flex: 2;
    padding: 50px;
  }
}
.mangolds-spotlight__content .description {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 30px;
}
.mangolds-spotlight__content .products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
  grid-template-areas: ". .";
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mangolds-spotlight__content .products {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 50px;
    grid-template-areas: ". . .";
  }
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: initial;
  width: initial;
}

@media (min-width: 768px) {
  .mangolds-product-single {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
    gap: 50px 50px;
    grid-template-areas: ". .";
  }
}
.mangolds-product-single__gallery .woocommerce-product-gallery {
  position: sticky;
  top: 150px;
}
.mangolds-product-single__gallery .swiper-pagination {
  right: 30px;
  bottom: 30px;
  text-align: right;
}
.mangolds-product-single__gallery .swiper-container-horizontal > .swiper-pagination-bullets {
  width: initial;
}
.mangolds-product-single__gallery .swiper-pagination-bullet-active {
  background: rgb(255, 137, 111);
}
.mangolds-product-single__meta .stock.in-stock {
  display: none;
}
.mangolds-product-single__meta .yith-wcbr-brands-logo img {
  max-width: 100px;
  filter: grayscale(100%);
}
.mangolds-product-single__meta .woocommerce-product-details__short-description {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mangolds-product-single__meta .read-more {
  text-decoration: underline;
  cursor: pointer;
}
.mangolds-product-single__meta .read-more:hover {
  text-decoration: none;
}
.mangolds-product-single__meta .long-description {
  display: none;
}
.mangolds-product-single__meta .added_to_cart {
  display: none !important;
}
.mangolds-product-single__meta h1.product_title {
  font-family: "gill-sans-nova", sans-serif;
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .mangolds-product-single__meta h1.product_title {
    font-size: 1.8em;
  }
}
.mangolds-product-single__meta .wgm-info {
  font-size: 12px;
}
.mangolds-product-single__meta .wgm-info small {
  font-size: 100%;
}
.mangolds-product-single__meta .price {
  font-size: 1.4em;
  margin-bottom: 15px;
}
.mangolds-product-single__meta .price ins {
  text-decoration: none;
}
.mangolds-product-single__meta .price del {
  font-size: 0.6em;
}
.mangolds-product-single__meta .onsale {
  display: none;
}
.mangolds-product-single__meta .attributes {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: flex;
}
.mangolds-product-single__meta .attributes li {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.mangolds-product-single__meta .attributes li img {
  margin-right: 7px;
  height: 30px;
  max-width: auto;
}
.mangolds-product-single__meta .single_variation {
  margin-bottom: 25px;
}
.mangolds-product-single__meta .variations {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0 !important;
}
.mangolds-product-single__meta .variations th {
  vertical-align: top;
}
.mangolds-product-single__meta .variations th.label {
  padding-top: 20px;
  text-align: left;
}
.mangolds-product-single__meta .variations td {
  margin: 0;
}
.mangolds-product-single__meta .variations select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  height: 50px;
  padding: 5px;
  font-size: 1em;
  color: black;
}
.mangolds-product-single__meta .single_variation_wrap .quantity input {
  height: 30px;
}
.mangolds-product-single .woocommerce-variation .woocommerce-Price-amount bdi {
  font-weight: normal !important;
  font-size: 1em !important;
}
.mangolds-product-single #product-accordion {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.mangolds-product-single #product-accordion > li {
  border-top: 1px solid #E5E5E5;
  padding: 0;
  margin: 0;
}
.mangolds-product-single #product-accordion > li:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.mangolds-product-single #product-accordion > li .acc_head {
  padding: 17px 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
}
.mangolds-product-single #product-accordion > li .acc_head::after {
  position: absolute;
  right: 0;
  background: url(assets/img/icons/arrow_right.svg) no-repeat;
  content: " ";
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
}
.mangolds-product-single #product-accordion > li .acc_content p {
  margin-top: 0;
}
.mangolds-product-single #product-accordion > li.acc_active .acc_head::after {
  transform: rotate(-90deg);
}

.single-product .ElementsWidget-prefix {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 50px;
  padding-top: 30px;
  margin-bottom: 50px;
}
.single-product .ElementsWidget-prefix h2 {
  margin-top: 0;
  padding-top: 0;
}
.single-product .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header {
  border-bottom: 1px solid #DDDDDD !important;
}
.single-product .R-Button {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

#hardfacts {
  background-color: #F9F9F9;
  margin-top: 50px;
  padding-bottom: 20px;
}
#hardfacts .container {
  margin-bottom: 0 !important;
}
#hardfacts section {
  padding: 50px 0 20px 0;
}
@media (min-width: 768px) {
  #hardfacts section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
    gap: 0 50px;
    grid-template-areas: ". .";
  }
}
#hardfacts section > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
#hardfacts section > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #hardfacts section > div {
    margin-bottom: 0;
  }
}
#hardfacts section > div p {
  margin-top: 0;
}
#hardfacts section > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hardfacts section > div ul li {
  display: inline;
  margin-right: 10px;
}
#hardfacts section > div ul li:last-child {
  margin-right: 0;
}
#hardfacts section > div ul li img {
  height: 35px;
  width: auto;
}
#hardfacts section > div.shipping img {
  height: 30px;
}

.mangolds__blog__post_nav {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #DDDDDD;
}
.mangolds__blog__post_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .mangolds__blog__post_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.mangolds__blog__post_nav ul li {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .mangolds__blog__post_nav ul li {
    margin: 0;
    flex: 1;
    width: 33.3%;
  }
}
.mangolds__blog__post_nav ul li .button {
  display: none;
}
@media (min-width: 768px) {
  .mangolds__blog__post_nav ul li .button {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .mangolds__blog__post_nav ul li:first-child {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .mangolds__blog__post_nav ul li:last-child {
    text-align: right;
  }
}
.mangolds__blog__pagination {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.mangolds__blog__pagination li {
  margin: 0;
  padding: 0;
}
.mangolds__blog__posts {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-areas: ".";
  grid-template-rows: masonry;
  gap: 50px 50px;
}
@media (min-width: 768px) {
  .mangolds__blog__posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: ". .";
  }
}
@media (min-width: 992px) {
  .mangolds__blog__posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: ". . .";
  }
}
.mangolds__blog__posts .post-image {
  min-height: 250px;
  background-color: #F9F9F9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.mangolds__blog__posts .post-meta {
  margin-top: 30px;
}
.mangolds__blog__posts .post-meta .post-title h2 {
  font-family: "ff-ernestine-pro", serif;
  font-weight: 400;
  margin: 0 0 5px 0;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: initial;
}
.mangolds__blog__posts .post-meta .post-title time {
  font-size: 0.8em;
  text-transform: uppercase;
}
.mangolds__blog__posts .post-meta .post-content p {
  margin-top: 10px;
}
.mangolds__blog__posts .post-meta .post-content {
  font-size: 1em;
  line-height: 1.3;
}
.mangolds__blog__posts .post-meta .post-more {
  margin-top: 15px;
}

.wc-block-grid__products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
  gap: 20px 20px;
  grid-template-areas: ". .";
}
@media (min-width: 576px) {
  .wc-block-grid__products {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 20px 20px;
    grid-template-areas: ". . .";
  }
}
@media (min-width: 768px) {
  .wc-block-grid__products {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 20px 20px;
    grid-template-areas: ". . . .";
  }
}
.wc-block-grid__products a {
  text-decoration: none !important;
}
.wc-block-grid__products {
  text-align: center;
}
.wc-block-grid__product-image img {
  height: auto;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
.wc-block-grid__product-title {
  font-size: 1em;
  font-weight: 600;
  margin: 20px 0 0 0;
  padding: 0;
}
.wc-block-grid__product-price {
  margin: 10px 0 10px 0;
}
.wc-block-grid__product-price .amount > bdi {
  font-size: 1em;
}
.wc-block-grid__product-price ins {
  text-decoration: none;
  font-size: 1em;
  color: rgb(255, 137, 111);
}
.wc-block-grid__product-price del {
  color: #666666;
  font-size: 0.9em;
}
.wc-block-grid__product-onsale {
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 4px 5px;
  border-radius: 4px;
  background-color: rgb(255, 137, 111);
  color: #ffffff;
  display: inline-block;
  margin-top: 10px;
}

.error404 .container {
  margin-top: 50px;
  text-align: center;
}
.error404 .container .dgwt-wcas-search-wrapp {
  margin-top: 30px;
}

.subpagemenu {
  padding: 1em 0;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  .subpagemenu {
    padding: 1.5em 0;
  }
}
.subpagemenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .subpagemenu ul {
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }
}
.subpagemenu ul li.mobileButton {
  display: block;
  position: relative;
  cursor: pointer;
}
.subpagemenu ul li.mobileButton:after {
  content: " ";
  background: url(assets/img/icons/arrow_down.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 20px;
  position: absolute;
}
.subpagemenu ul li.mobileButton.open {
  margin-bottom: 15px;
}
.subpagemenu ul li.mobileButton.open:after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .subpagemenu ul li.mobileButton {
    display: none;
  }
}
.subpagemenu ul li {
  display: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .subpagemenu ul li {
    display: block;
  }
}
.subpagemenu a {
  text-decoration: none !important;
  font-size: 1em;
  margin: 0.5em 20px 0 20px;
  display: inline-block;
}
@media (min-width: 768px) {
  .subpagemenu a {
    margin: 0 1em;
  }
}
.subpagemenu a:hover {
  border-bottom: 1px solid rgb(255, 137, 111);
}
.subpagemenu a.active {
  border-bottom: 1px solid rgb(255, 137, 111);
}

.ttp-tier-matrix {
  padding: 15px;
  background-color: rgba(237, 225, 192, 0.5);
  margin-top: 30px;
}
.ttp-tier-matrix p {
  margin: 0 0 10px 0;
}
.ttp-tier-matrix__table {
  width: 100%;
}
.ttp-tier-matrix__table th {
  border-bottom: 1px solid rgb(237, 225, 192);
  padding-bottom: 10px;
}
.ttp-tier-matrix__table th:first-of-type {
  text-align: left;
}
.ttp-tier-matrix__table th:last-of-type {
  text-align: right;
}
.ttp-tier-matrix__table td {
  padding: 10px 0 0 0;
}
.ttp-tier-matrix__table td:first-of-type {
  text-align: left;
}
.ttp-tier-matrix__table td:last-of-type {
  text-align: right;
}

:root {
  --swiper-navigation-size: 30px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: none;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #333333;
}

b,
strong {
  font-weight: 600;
}

a,
a:link,
a:visited {
  color: #333333;
  text-decoration: underline;
}
a:hover,
a:link:hover,
a:visited:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  line-height: 1.2;
}

h1 {
  font-family: "gill-sans-nova", sans-serif;
  font-size: 1.8em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-family: "ff-ernestine-pro", serif;
  font-weight: 400;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2em;
  }
}

h4 {
  margin-bottom: 10px;
}

ul > li {
  margin-bottom: 5px;
}

p {
  line-height: 1.4;
}

.page .container h1 {
  font-size: 2.8em;
}
@media (min-width: 768px) {
  .page .container h1 {
    font-size: 3.4em;
  }
}
@media (min-width: 768px) {
  .page .container p,
  .page .container ul {
    font-size: 1.1em;
  }
}

.content-area p,
.content-area ul,
.content-area ol {
  line-height: 1.4;
}
.content-area ol li {
  margin-bottom: 5px;
}
.content-area ol li:last-child {
  margin-bottom: 0;
}

.overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  cursor: pointer;
}

.button {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #333333;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
  display: block;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}
.button:hover {
  background-color: #333333;
  color: #ffffff;
}
.button.block {
  display: block !important;
  width: 100%;
}
.button.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.checkout, .button.single_add_to_cart_button {
  background-color: rgb(255, 137, 111);
  border: 2px solid rgb(255, 137, 111) !important;
  color: #ffffff;
}
.button.checkout:hover, .button.single_add_to_cart_button:hover {
  background-color: #ffffff;
  color: rgb(255, 137, 111);
}

input[type=number],
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.clear {
  clear: both;
}

.wgm-tax,
.product-total .product-tax,
.product-subtotal .product-tax {
  white-space: initial !important;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.full-width {
  width: calc(var(--vw, 1vw) * 100);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: calc(576px - 1px)) {
  .full-width-mobile {
    position: relative;
    width: calc(var(--vw, 1vw) * 100);
    left: 50%;
    transform: translateX(-50%);
  }
}

.wp-block-button .wp-block-button__link {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #333333;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
  font-size: 1em !important;
}
.wp-block-button .wp-block-button__link.has-white-color {
  border-color: #ffffff;
  color: #ffffff;
}
.wp-block-button .wp-block-button__link.has-white-color:hover {
  background-color: #ffffff;
  color: #333333;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #333333;
  color: #ffffff;
}

.wp-block-social-links {
  margin: 0;
  padding: 0;
}
.wp-block-social-links .wp-block-social-link-anchor {
  padding: 0 0 30px 0 !important;
}

.theme-mangolds:not(.home) #richSnippetReviewsWidget-defaultContainer {
  display: none;
}

.wp-block-quote p {
  font-style: italic;
  font-size: 1.2em;
}

.wp-block-separator {
  width: calc(var(--vw, 1vw) * 100);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #EFEFEF;
  margin-top: 50px;
  margin-bottom: 50px;
}

.read-more {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 768px) {
  img.alignleft {
    float: left;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  img.alignright {
    float: right;
    margin-left: 20px;
  }
}

img.size-full:not(.alignright, .alignleft) {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.BorlabsCookie .container {
  margin: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
