@charset "UTF-8";
/*
 * Include your own SASS files below
 */
/*
 * Taartenwinkel Boilerplate
 */
/*
 * Magento 2 Boilerplate
 * Author: Taartenwinkel E-commerce B.V.
 * License: MIT
 */
/*
 * Magento 2 Boilerplate
 * Author: Taartenwinkel E-commerce B.V.
 * License: MIT
 */
/*
 * Color palette
 */
/*
 * Responsive breakpoints
 */
/*
 * Fonts
 */
/* Body */
/* Heading */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
/* Link */
/* Header Links */
/* Footer links */
/* Standard title classes */
/*
 * Buttons
 */
/* Button default states */
/* Button primary */
/* Button primary hover states */
/* Button secondary */
/* Button secondary hover states */
/*
 * Swatches
 */
/*
 * Inputs & Forms
 */
/* [input-text|select|textarea|input-radio|input-checkbox] */
/* Placeholder */
/* Disabled state */
/* Focus state */
/* Input[type="text"] */
/* Input[type="text"] Placeholder */
/* Input[type="text"] Disabled state */
/* Input[type="text"] Focus state */
/* Select */
/* Select Placeholder */
/* Select Disabled state */
/* Select Focus state */
/* Textarea */
/* Textarea Placeholder */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Checkbox / Radio */
/* Limiter */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Sorter */
/* Sorter Disabled state */
/*
 * Header
 */
/*
 * Menu bar
 */
/*
 * Fieldset / Fields
 */
/* Fieldset */
/* Field */
/* Label */
/* Control */
/* Action toolbar */
/* Breadcrumbs */
/* Toolbar */
/*
 * Tabs
 */
/* Detail tabs */
html, body {
  font-family: "Open Sans";
  color: #5e4637;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Open Sans";
  color: #5e4637;
  font-weight: 300;
  text-transform: none;
}
html h1, body h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0rem 0 40px 0;
  color: #5e4637;
}
html h2, body h2 {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 2.5rem 0 2rem 0;
  color: #5e4637;
}
html h3, body h3 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 1.5rem 0 1rem 0;
  color: #5e4637;
}
html h4, body h4 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 2rem 0 2rem 0;
  color: #5e4637;
}
html h5, body h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 2rem 0 2rem 0;
  color: #5e4637;
}
html h6, body h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 2rem 0 2rem 0;
  color: #5e4637;
}
html .filter-title, body .filter-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #5e4637;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-title strong, body .filter-title strong {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #5e4637;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-subtitle, body .filter-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #5e4637;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-options .filter-options-title, body .filter-options .filter-options-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #5e4637;
  text-transform: none;
}
html .product-item-name > a, body .product-item-name > a {
  color: #5e4637;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px;
  margin: 5px 0px;
  text-transform: none;
}
html .product-item-name > a:visited, body .product-item-name > a:visited {
  color: #5e4637;
}

/*
 * Magento 2 Boilerplate
 * Author: Taartenwinkel E-commerce B.V.
 * License: MIT
 */
button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 3px;
  transition: all 0.34s ease-in-out;
  color: #f2f2f2;
  font-family: "Open Sans";
  font-size: 1.4rem;
  font-weight: 400;
  transition: all 0.34s ease-in-out;
  padding: 7px 15px;
  text-transform: none;
}
button:hover {
  color: white;
  border: 1px solid #1979c3;
  background-color: #ff5501;
}
button:focus {
  color: white;
  border: 1px solid #1979c3;
  background-color: #ff5501;
}
button.action:hover {
  background: #ff5501;
  border: 1px solid #1979c3;
  color: white;
}
button.action.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #f2f2f2;
  padding: 7px 15px;
  font-family: "Open Sans";
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 600;
  transition: all 0.34s ease-in-out;
}
button.action.primary:hover {
  background: #ff5501;
  border: 1px solid #1979c3;
  color: white;
}
button.action.primary.tocart {
  font-size: 1.4rem;
}
button.action.primary#product-addtocart-button {
  font-size: 1.4rem;
}
button.action.secondary {
  background: white;
  border: 1px solid blue;
  color: #1979c3;
  font-size: 1.4rem;
  text-transform: none;
}
button.action.secondary:hover {
  background: #dadada;
  border: 1px solid #2a2a2a;
  color: #000;
}

.action.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 3px;
  color: #f2f2f2;
  font-family: "Open Sans";
  padding: 7px 15px;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: none;
  transition: all 0.34s ease-in-out;
}
.action.primary:hover {
  background: #ff5501;
  border: 1px solid #1979c3;
  color: white;
}
.action.primary.tocart {
  font-size: 1.4rem;
}
.action.primary#product-addtocart-button {
  font-size: 1.4rem;
}
.action.secondary {
  background: white;
  border: 1px solid blue;
  color: #1979c3;
  font-family: "Open Sans";
  font-size: 1.4rem;
}
.action.secondary:hover {
  background: #dadada;
  border: 1px solid #2a2a2a;
  color: #000;
}

.block.newsletter .action.subscribe {
  height: 36px;
}
.block.newsletter .field .control:before {
  line-height: 36px;
}

.modes .modes-mode {
  background: #f2f2f2;
  border-top: 1px solid rgb(148, 148, 148);
  border-left: 1px solid rgb(148, 148, 148);
  border-bottom: 1px solid rgb(148, 148, 148);
  color: rgb(148, 148, 148);
  padding: 7px 10px;
}
.modes .modes-mode:before {
  color: rgb(148, 148, 148);
}
.modes .modes-mode:last-child {
  border-right: 1px solid rgb(148, 148, 148);
}
.modes .modes-mode:last-child.active {
  border-right: 1px solid rgb(148, 148, 148);
}
.modes .modes-mode:last-child:hover {
  border-right: 1px solid rgb(148, 148, 148);
}
.modes .modes-mode.active {
  background: #f2f2f2;
  border-left: 1px solid rgb(148, 148, 148);
  border-top: 1px solid rgb(148, 148, 148);
  border-bottom: 1px solid rgb(148, 148, 148);
  color: rgb(148, 148, 148);
  padding: 7px 10px;
}
.modes .modes-mode.active:before {
  color: rgb(148, 148, 148);
}
.modes .modes-mode:hover {
  background: rgb(218, 218, 218);
  border-left: 1px solid rgb(148, 148, 148);
  border-top: 1px solid rgb(148, 148, 148);
  border-bottom: 1px solid rgb(148, 148, 148);
  color: rgb(148, 148, 148);
  padding: 7px 10px;
}
.modes .modes-mode:hover:before {
  color: rgb(148, 148, 148);
}

.swatch-option {
  background: #f2f2f2;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 0px;
  color: rgb(148, 148, 148);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden;
}
.swatch-option:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-option.text {
  background: #f2f2f2;
  border: 1px solid rgb(218, 218, 218);
  color: rgb(148, 148, 148);
  padding: 4px 8px;
  min-width: 22px;
  margin: 0px 7px 5px 0;
}
.swatch-option.text:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-option.color {
  border: 1px solid rgb(218, 218, 218);
  padding: 1px 2px;
  min-width: 30px;
  margin: 0 10px 5px 0;
}

.swatch-attribute.size .swatch-option {
  background: #f2f2f2;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 0px;
  color: rgb(148, 148, 148);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden;
}
.swatch-attribute.size .swatch-option:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-attribute.size .swatch-option.text {
  background: #f2f2f2;
  border: 1px solid rgb(218, 218, 218);
  font-size: 12px;
  color: rgb(148, 148, 148);
  padding: 4px 8px;
  min-width: 22px;
  margin: 0px 7px 5px 0;
}
.swatch-attribute.size .swatch-option.text:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}

input[type=text], input[type=radio], input[type=checkbox], input[type=email], input[type=password], input[type=tel], input[type=number], select, textarea {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
input[type=text]:focus, input[type=radio]:focus, input[type=checkbox]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=number]:focus, select:focus, textarea:focus {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  color: black;
  font-style: normal;
}
input[type=text]:disabled, input[type=radio]:disabled, input[type=checkbox]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=number]:disabled, select:disabled, textarea:disabled {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  opacity: 0.2;
  color: black;
  font-style: normal;
}
input[type=text]::placeholder, input[type=radio]::placeholder, input[type=checkbox]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, select::placeholder, textarea::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

input[type=text] {
  background-color: white;
  border-color: rgb(148, 148, 148);
  border: 1px solid rgb(148, 148, 148);
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: normal;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
input[type=text]:focus {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  color: black;
  font-style: normal;
}
input[type=text]:disabled {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  opacity: 0.2;
  color: black;
  font-style: normal;
}
input[type=text]::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

select {
  background-color: white;
  border-color: rgb(148, 148, 148);
  border: 1px solid rgb(148, 148, 148);
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
select:focus {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  color: black;
  font-style: normal;
}
select:disabled {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  opacity: 0.2;
  color: black;
  font-style: normal;
}
select::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

textarea {
  resize: vertical;
  background-color: white;
  border-color: rgb(148, 148, 148);
  border: 1px solid rgb(148, 148, 148);
  border-radius: 3px;
  height: auto;
  min-height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
textarea:focus {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  color: black;
  font-style: normal;
}
textarea:disabled {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  opacity: 0.2;
  color: black;
  font-style: normal;
}
textarea::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

input[type=checkbox] {
  width: auto;
}

.limiter-options {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  border-radius: 3px;
  height: 32px;
  width: auto;
  margin: 0 5px 0 7px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #5e4637;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.limiter-options:focus {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  color: black;
  font-style: normal;
}
.limiter-options:disabled {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  opacity: 0.2;
  color: black;
  font-style: normal;
}

.sorter .sorter-options {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  border-radius: 3px;
  height: 32px;
  width: auto;
  margin: 0 0 0 7px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #5e4637;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.sorter .sorter-action:before {
  line-height: 1.42;
}

/****
** Sidebar input
****/
.sidebar input[type=text], .sidebar input[type=password], .sidebar input[type=url], .sidebar input[type=tel], .sidebar input[type=search], .sidebar input[type=number], .sidebar input[type=datetime], .sidebar input[type=email], .sidebar select {
  border: 1px solid rgb(148, 148, 148);
  border-radius: 3px;
  padding: 5px 10px 4px;
  line-height: 36px;
  font-size: 1.4rem;
  font-weight: 400;
  color: black;
  height: 36px;
}

/* Search input icon */
.block-search .action.search {
  height: 36px;
}

/****
** Fieldset
****/
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.fieldset > legend.legend {
  color: #5e4637;
  font-size: 24px;
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  margin: 20px 0;
  padding: 0;
  width: inherit;
}
.fieldset > div.field {
  margin: 0 0 20px;
  box-sizing: border-box;
}
.fieldset > div.field:not(.choice) > label.label {
  padding: 6px 15px 0 0;
  text-align: left;
  width: auto;
  float: none;
  font-weight: 600;
}
.fieldset > div.field:not(.choice) > legend.label {
  padding: 6px 15px 0 0;
  text-align: left;
  width: auto;
  float: none;
  font-weight: 600;
}
.fieldset > div.field:not(.choice) > div.control {
  width: auto;
  float: none;
}
.fieldset > div.field.choice:before {
  width: auto;
  padding: 0;
  height: inherit;
  float: none;
}
.fieldset > div.field.choice label.label {
  margin: 0 0 0 5px;
}

/****
** Form
****/
form div.actions-toolbar {
  margin: 20px 0;
}

/****
** Sidebar input
****/
.sidebar input[type=text], .sidebar input[type=password], .sidebar input[type=url], .sidebar input[type=tel], .sidebar input[type=search], .sidebar input[type=number], .sidebar input[type=datetime], .sidebar input[type=email], .sidebar select {
  border: 1px solid rgb(148, 148, 148);
  border-radius: 3px;
  padding: 5px 10px 4px;
  line-height: 36px;
  font-size: 1.4rem;
  font-weight: 400;
  color: black;
  height: 36px;
}

.nav-sections {
  background: #f2f2f2;
  margin: 0 0 25px;
}
.nav-sections .navigation {
  background: #f2f2f2;
}
.nav-sections .navigation .ui-menu-item.level-top a {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Open Sans";
  color: rgb(148, 148, 148);
}
.nav-sections .navigation .ui-menu-item.level-top a:hover {
  color: #5e4637;
  background: #f2f2f2;
}
.nav-sections .navigation .ui-menu-item.level-top.has-active > a {
  color: #5e4637;
  background: #f2f2f2;
  border-top: none;
  border-bottom: 3px solid #ff5501;
  border-left: none;
  border-right: none;
}
.nav-sections .navigation .ui-menu-item.level-top.has-active > a:hover {
  color: #5e4637;
  background: #f2f2f2;
}
.nav-sections .navigation .level0 .submenu {
  background: #ffffff;
}
.nav-sections .navigation .level0 .submenu li a {
  color: #5e4637;
  font-weight: 400;
  border-color: #ff5501;
}
.nav-sections .navigation .level0 .submenu li:hover {
  background: #eaeaea;
}
.nav-sections .navigation .level0 .submenu li:hover a {
  color: #5e4637;
  font-weight: 400;
}

.breadcrumbs .items .item {
  font-size: 1.4rem;
  line-height: 18px;
  padding: 5px 5px 0 0;
  color: #5e4637;
  font-weight: 400;
}
.breadcrumbs .items .item a {
  font-size: 1.4rem;
  line-height: 18px;
  padding: 5px 5px 0 0;
  color: #5e4637;
  font-weight: 400;
}
.breadcrumbs .items .item strong {
  font-weight: 400;
  color: rgb(148, 148, 148);
}
.breadcrumbs .items .item:after {
  color: rgb(148, 148, 148);
  line-height: 18px;
}

.page-header {
  background: #fff;
  color: #5e4637;
}
.page-header .panel.wrapper {
  border-color: #e8e8e8;
  background: #fff;
}
.page-header .header.content {
  background: #fff;
  color: #5e4637;
  padding: 30px 20px 0;
}
.page-header .header.panel {
  background: #fff;
  color: #5e4637;
  padding: 10px 20px;
}
.page-header .header .links li a {
  color: #1979c3;
  text-decoration: none;
  font-weight: 400;
}
.page-header .header .links li a:hover {
  color: #1979c3;
  font-weight: 400;
  text-decoration: underline;
}

.product-info-main .price-box .price-wrapper span.price {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px;
  color: #5e4637;
}

.product.data.items .item.title > .switch {
  background: black;
  color: white;
  border-color: gray;
  font-weight: 300;
  text-decoration: none;
  padding: 5px 25px;
  font-size: 1.5rem;
}
.product.data.items .item.title:not(.disabled) > .switch:hover:hover {
  background: orange;
  color: white;
  border-color: red;
}
.product.data.items .item.title.active > .switch {
  background: orange;
  color: white;
  border-color: red;
}

.page-footer {
  background: #ffffff;
}
.page-footer .footer a {
  color: #1979c3;
  text-decoration: none;
  font-weight: 400;
}
.page-footer .footer a:hover {
  color: #1979c3;
  font-weight: 400;
  text-decoration: underline;
}
.page-footer .footer.content {
  margin: 25px auto;
  padding: 25px 20px 0;
  color: #5e4637;
  border-color: #5e4637;
}

.row-md {
  margin-right: -8px;
  margin-left: -8px;
}
.row-md .col-6,
.row-md .col-md-4 {
  padding-right: 8px;
  padding-left: 8px;
}

@font-face {
  font-family: "Amaranth";
  src: url("../fonts/Amaranth-BoldItalic.eot");
  src: url("../fonts/Amaranth-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Amaranth-BoldItalic.woff2") format("woff2"), url("../fonts/Amaranth-BoldItalic.woff") format("woff"), url("../fonts/Amaranth-BoldItalic.ttf") format("truetype"), url("../fonts/Amaranth-BoldItalic.svg#Amaranth") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Amaranth";
  src: url("../fonts/Amaranth-Bold.eot");
  src: url("../fonts/Amaranth-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Amaranth-Bold.woff2") format("woff2"), url("../fonts/Amaranth-Bold.woff") format("woff"), url("../fonts/Amaranth-Bold.ttf") format("truetype"), url("../fonts/Amaranth-Bold.svg#Amaranth") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amaranth";
  src: url("../fonts/Amaranth-Regular.eot");
  src: url("../fonts/Amaranth-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Amaranth-Regular.woff2") format("woff2"), url("../fonts/Amaranth-Regular.woff") format("woff"), url("../fonts/Amaranth-Regular.ttf") format("truetype"), url("../fonts/Amaranth-Regular.svg#Amaranth") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#Open Sans") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#Open Sans") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.svg#Open Sans") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.svg#Open Sans") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBoldItalic.svg#Open Sans") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-SemiBoldItalic.svg#Open Sans") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#Open Sans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic.svg#Open Sans") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#Open Sans") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg#Open Sans") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold.svg#Open Sans") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../fonts/Font Awesome 5 Free Regular.eot");
  src: url("../fonts/Font Awesome 5 Free Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Font Awesome 5 Free Regular.woff2") format("woff2"), url("../fonts/Font Awesome 5 Free Regular.woff") format("woff"), url("../fonts/Font Awesome 5 Free Regular.ttf") format("truetype"), url("../fonts/Font Awesome 5 Free Regular.svg#Font Awesome 5 Free") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Amaranth";
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}

html {
  font-family: "Amaranth";
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}
html h2 {
  color: #5e4637;
  line-height: 65px;
  font-size: 53px;
  font-family: "Amaranth";
  font-weight: bold;
  margin-bottom: 20px;
}
html h3 {
  color: #5e4637;
  line-height: 40px;
  font-size: 30px;
  font-family: "Amaranth";
  font-weight: bold;
}
html a {
  color: #5e4637;
}
html .items[class*=category_ids]:not(.items-children) > .item > a {
  font-weight: 400;
}
html .filter-options-content,
html .filter-options-content ul li,
html .filter-options-content ol li {
  font-family: "Amaranth";
  font-weight: 400;
}
html a.winkel-button,
html .winkel-button,
html .payment-method-content .action.primary {
  background: #5e4637;
  color: #ffffff;
  line-height: 24px;
  font-size: 20px;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: 0;
  outline: none;
}
html a.winkel-button:visited,
html .winkel-button:visited,
html .payment-method-content .action.primary:visited {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
html a.winkel-button.color-pink,
html .winkel-button.color-pink,
html .payment-method-content .action.primary.color-pink {
  background: #f4a9b6;
  color: #ffffff;
}
html a.winkel-button.color-yellow, html a.winkel-button.checkout,
html .winkel-button.color-yellow,
html .winkel-button.checkout,
html .payment-method-content .action.primary.color-yellow,
html .payment-method-content .action.primary.checkout {
  background: #048a81;
  color: #ffffff !important;
}
html a.winkel-button.color-yellow:hover, html a.winkel-button.checkout:hover,
html .winkel-button.color-yellow:hover,
html .winkel-button.checkout:hover,
html .payment-method-content .action.primary.color-yellow:hover,
html .payment-method-content .action.primary.checkout:hover {
  color: #ffffff !important;
}
html a.winkel-button.color-yellow:visited, html a.winkel-button.checkout:visited,
html .winkel-button.color-yellow:visited,
html .winkel-button.checkout:visited,
html .payment-method-content .action.primary.color-yellow:visited,
html .payment-method-content .action.primary.checkout:visited {
  color: #ffffff !important;
}
html a.winkel-button.color-blue,
html .winkel-button.color-blue,
html .payment-method-content .action.primary.color-blue {
  background: #b0c8e8;
  color: #ffffff;
}
html a.winkel-button.color-gray,
html .winkel-button.color-gray,
html .payment-method-content .action.primary.color-gray {
  background: #b9b9b9;
  color: #ffffff;
}
html ul {
  margin-bottom: 35px;
}
html ul li {
  line-height: 24px;
  font-size: 18px;
  color: #5e4637;
  font-family: "Open Sans";
  font-weight: 600;
  margin-bottom: 10px;
}
html .page-wrapper .page-main {
  max-width: initial;
  padding: 0;
}
html .container-margin-top {
  margin-top: 20px;
}

p:not(.unstyled *):not(.mingle *) {
  color: #5e4637;
  line-height: 29px;
  font-size: 24px;
  font-family: "Amaranth", serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.header-container {
  position: relative;
}
.header-container:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: transparent url("../images/pattern.svg") repeat-x bottom left;
  background-size: cover;
  background-position: center;
  transform: rotate(180deg);
  z-index: 1;
  height: 50px;
  width: 100%;
}

.quotes-slider-container {
  background: transparent url("../images/quotes.png") no-repeat top left 40%;
  padding-top: 65px;
}
.quotes-slider-container ul {
  padding: 0;
  list-style: none;
}
.quotes-slider-container ul .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quotes-slider-container ul .owl-item li {
  font-size: 38px;
  line-height: 46px;
  width: 60%;
  text-align: center;
  font-weight: normal;
}
.quotes-slider-container ul .owl-item li:before {
  content: "";
}
.quotes-slider-container ul .owl-item li p {
  color: #b0c8e8;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  margin-top: 30px;
}
.quotes-slider-container .owl-theme .owl-controls .owl-page span {
  opacity: 1;
  background: #b0c8e8;
}
.quotes-slider-container .owl-theme .owl-controls .owl-page.active span,
.quotes-slider-container .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #5e4637;
}

.modals-wrapper .modal-inner-wrap {
  max-height: 75%;
}
.modals-wrapper .modal-inner-wrap .modal-header {
  padding: 15px 30px 15px 30px;
}
.modals-wrapper .modal-inner-wrap .modal-header .modal-title {
  border: 0;
  padding: 0;
  font-family: "Amaranth";
  font-weight: normal;
  color: #5e4637;
}
.modals-wrapper .modal-inner-wrap .modal-header .action-close {
  outline: none;
}
.modals-wrapper .modal-inner-wrap .modal-content {
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.modals-wrapper .modal-inner-wrap .modal-content .form-shipping-address {
  max-width: initial;
}
.modals-wrapper .modal-inner-wrap .modal-footer {
  padding: 20px;
}
.modals-wrapper .modal-inner-wrap .modal-footer .action {
  background: #5e4637;
  color: #ffffff;
  line-height: 24px;
  font-size: 20px;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0 !important;
  border: 0;
}
.modals-wrapper .modal-inner-wrap .modal-footer .action:hover {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.modals-wrapper .modal-inner-wrap .modal-footer .action:visited {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.modals-wrapper .modal-inner-wrap .modal-footer .action.action-hide-popup {
  background: #b0c8e8;
  color: #ffffff;
}

@media (max-width: 1199.98px) {
  .quotes-slider-container ul .owl-item li {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .quotes-slider-container ul .owl-item li {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  html .header-container .winkel-button,
  html .taartenwinkel-information .winkel-button,
  html .taartenwinkel-pink-cake .winkel-button,
  html .taartenwinkel-left-sidebar .winkel-button,
  html .taartenwinkel-right-sidebar .winkel-button {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  html .winkel-button {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }
  html .winkel-button:hover {
    line-height: 26px;
    font-size: 18px;
  }
  html .winkel-button:visited {
    line-height: 26px;
    font-size: 18px;
  }
  html h2 {
    line-height: 42px;
    font-size: 38px;
  }
  p:not(.unstyled *):not(.mingle *) {
    line-height: 17px;
    font-size: 14px;
  }
  .quotes-slider-container ul .owl-item li {
    width: 100%;
    font-size: 34px;
    line-height: 41px;
  }
  .quotes-slider-container ul .owl-item li p {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-wrapper {
  background: transparent url("../images/taartenwinkel_logo_gray.svg") 0 0 no-repeat;
  background-size: 50%;
  background-position: top 5% right -30%;
}

.taartenwinkel-information {
  padding-top: 100px;
  padding-bottom: 150px;
}
.taartenwinkel-information h2 {
  margin-top: 0;
  width: 70%;
}
.taartenwinkel-information p {
  margin-bottom: 30px;
}
.taartenwinkel-information ul {
  margin-top: 40px;
  list-style: none;
  padding-left: 0;
}
.taartenwinkel-information ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  line-height: 29px;
  color: #5e4637;
  font-size: 24px;
  font-family: "Amaranth";
  font-weight: bold;
}
.taartenwinkel-information ul li:before {
  content: "";
  background: transparent url("../images/check-circle-solid.png") 0 0 no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 2px;
}

.taartenwinkel-pink-cake {
  background: #f4a9b6;
  position: relative;
  margin-bottom: 100px;
}
.taartenwinkel-pink-cake.blue-cake {
  background: #b0c8e8;
  margin-bottom: 30px;
}
.taartenwinkel-pink-cake.blue-cake h2, .taartenwinkel-pink-cake.blue-cake p {
  color: #5e4637;
}
.taartenwinkel-pink-cake:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
  background-image: url("../images/pink_pattern.svg");
  background-position: top left;
}
.taartenwinkel-pink-cake img {
  margin-top: -20px;
  margin-bottom: -10px;
  width: 95%;
}
.taartenwinkel-pink-cake h2 {
  color: #ffffff;
  padding-top: 25px;
  line-height: 61px;
  font-size: 50px;
}
.taartenwinkel-pink-cake p {
  color: #ffffff;
  line-height: 38px;
  font-size: 28px;
  margin-bottom: 30px;
}

.taartenwinkel-right-sidebar {
  padding-bottom: 20px;
}
.taartenwinkel-right-sidebar .row {
  display: flex;
  flex-direction: row;
}
.taartenwinkel-right-sidebar .left-sidebar {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 350px;
  height: 100%;
  background-color: #f4a9b6;
}
.taartenwinkel-right-sidebar .left-sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../images/pattern.svg") repeat-x bottom left;
  background-size: cover;
  background-position: center;
  z-index: 1;
  height: 30px;
  width: 100%;
}
.taartenwinkel-right-sidebar .left-sidebar img {
  max-width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 80%;
  height: auto;
  width: auto;
}
.taartenwinkel-right-sidebar .left-sidebar h3 {
  color: #ffffff;
  padding-top: 25px;
  padding-left: 30px;
}
.taartenwinkel-right-sidebar .left-sidebar div {
  width: 60%;
}
.taartenwinkel-right-sidebar .left-sidebar ul li {
  color: #ffffff;
}
.taartenwinkel-right-sidebar .left-sidebar ul li:before {
  color: #ffffff;
}
.taartenwinkel-right-sidebar .left-sidebar a {
  margin-left: 35px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.taartenwinkel-right-sidebar .right-sidebar {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 350px;
  height: 100%;
  background-color: #fbf4ed;
}
.taartenwinkel-right-sidebar .right-sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../images/pattern.svg") repeat-x bottom left;
  background-size: cover;
  background-position: center;
  z-index: 1;
  height: 30px;
  width: 100%;
}
.taartenwinkel-right-sidebar .right-sidebar img {
  max-width: 45%;
  position: absolute;
  bottom: 20px;
  right: 0;
  max-height: 80%;
  height: auto;
  width: auto;
}
.taartenwinkel-right-sidebar .right-sidebar h3 {
  padding-top: 25px;
  padding-left: 30px;
}
.taartenwinkel-right-sidebar .right-sidebar div {
  width: 70%;
}
.taartenwinkel-right-sidebar .right-sidebar a {
  margin-left: 35px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.taartenwinkel-right-sidebar ul {
  list-style: none;
  padding-left: 30px;
}
.taartenwinkel-right-sidebar ul li {
  line-height: 24px;
  font-size: 18px;
  color: #5e4637;
  font-family: "Open Sans";
  font-weight: 600;
  margin-bottom: 10px;
}
.taartenwinkel-right-sidebar ul li:before {
  content: "•";
  color: #5e4637;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  width: 10px;
  margin-left: -10px;
}

.taartenwinkel-left-sidebar {
  padding-bottom: 20px;
}
.taartenwinkel-left-sidebar .row {
  display: flex;
  flex-direction: row;
}
.taartenwinkel-left-sidebar .right-sidebar {
  background: #b0c8e8;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 350px;
  height: 100%;
}
.taartenwinkel-left-sidebar .right-sidebar img {
  max-width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 80%;
  height: auto;
  width: auto;
}
.taartenwinkel-left-sidebar .right-sidebar h3 {
  padding-top: 25px;
  padding-left: 30px;
}
.taartenwinkel-left-sidebar .right-sidebar div {
  width: 65%;
}
.taartenwinkel-left-sidebar .right-sidebar a {
  margin-left: 35px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.taartenwinkel-left-sidebar .left-sidebar {
  background: #f3efa2;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 350px;
  height: 100%;
}
.taartenwinkel-left-sidebar .left-sidebar img {
  max-width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 80%;
  height: auto;
  width: auto;
  margin: 0 10px 10px 0;
}
.taartenwinkel-left-sidebar .left-sidebar h3 {
  padding-top: 25px;
  padding-left: 30px;
}
.taartenwinkel-left-sidebar .left-sidebar div {
  width: 65%;
}
.taartenwinkel-left-sidebar .left-sidebar a {
  margin-left: 35px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.taartenwinkel-left-sidebar ul {
  list-style: none;
  padding-left: 30px;
}
.taartenwinkel-left-sidebar ul li {
  line-height: 24px;
  font-size: 18px;
  color: #5e4637;
  font-family: "Open Sans";
  font-weight: 600;
  margin-bottom: 10px;
}
.taartenwinkel-left-sidebar ul li:before {
  content: "•";
  color: #5e4637;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  width: 10px;
  margin-left: -10px;
}

@media (max-width: 1199.98px) {
  .page-wrapper {
    background-size: 65%;
    background-position: top 10% right -40%;
  }
}
@media (max-width: 767.98px) {
  .page-wrapper {
    background-size: 75%;
    background-position: top 10% right -40%;
  }
  .taartenwinkel-information p {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .taartenwinkel-pink-cake h2 {
    padding-top: 0;
    line-height: 55px;
    font-size: 48px;
  }
  .taartenwinkel-pink-cake p {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 991.98px) {
  .taartenwinkel-pink-cake h2 {
    padding-top: 0;
    line-height: 40px;
    font-size: 35px;
  }
  .taartenwinkel-pink-cake p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .taartenwinkel-information {
    padding: 50px 30px;
  }
  .taartenwinkel-information h2 {
    width: 100%;
  }
  .taartenwinkel-information ul {
    margin-top: 20px;
  }
  .taartenwinkel-information ul li {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .taartenwinkel-information .row {
    position: relative;
    padding-bottom: 70px;
  }
  .taartenwinkel-information .row .col-md-6 {
    position: initial;
  }
  .taartenwinkel-information .row .col-md-6 p img {
    width: 32%;
    height: auto;
    margin: 0 0.5% 0 0;
  }
  .taartenwinkel-information .row .col-md-6 ul {
    padding-left: 10px;
  }
  .taartenwinkel-information .row .col-md-6 a.winkel-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .taartenwinkel-pink-cake {
    padding: 0 30px 30px;
    margin-bottom: 35px;
  }
  .taartenwinkel-pink-cake img {
    margin-bottom: 0;
    width: 90%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .taartenwinkel-pink-cake h2 {
    padding-top: 25px;
    margin-top: 0;
  }
  .taartenwinkel-pink-cake p {
    line-height: 17px;
    font-size: 14px;
  }
  .taartenwinkel-right-sidebar .row {
    display: block;
  }
  .taartenwinkel-right-sidebar .left-sidebar {
    margin-bottom: 20px;
  }
  .taartenwinkel-right-sidebar .left-sidebar div {
    width: 100%;
  }
  .taartenwinkel-right-sidebar .left-sidebar h3 {
    font-size: 38px;
    line-height: 46px;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .taartenwinkel-right-sidebar .left-sidebar ul {
    display: none;
  }
  .taartenwinkel-right-sidebar .left-sidebar a {
    margin-left: 0;
    z-index: 1;
    bottom: 0;
    width: 70%;
    position: absolute;
  }
  .taartenwinkel-right-sidebar .left-sidebar img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 15%;
    width: auto;
    max-width: 90%;
    height: 50%;
  }
  .taartenwinkel-right-sidebar .right-sidebar:before {
    content: "";
    background: none;
  }
  .taartenwinkel-right-sidebar .right-sidebar div {
    width: 100%;
  }
  .taartenwinkel-right-sidebar .right-sidebar h3 {
    font-size: 38px;
    line-height: 46px;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .taartenwinkel-right-sidebar .right-sidebar ul {
    display: none;
  }
  .taartenwinkel-right-sidebar .right-sidebar a {
    margin-left: 0;
    z-index: 1;
    bottom: 0;
    width: 70%;
    position: absolute;
  }
  .taartenwinkel-right-sidebar .right-sidebar img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 15%;
    width: auto;
    max-width: 90%;
    height: 50%;
  }
  .taartenwinkel-left-sidebar .row {
    display: block;
  }
  .taartenwinkel-left-sidebar .left-sidebar {
    margin-bottom: 20px;
  }
  .taartenwinkel-left-sidebar .left-sidebar div {
    width: 100%;
  }
  .taartenwinkel-left-sidebar .left-sidebar h3 {
    font-size: 38px;
    line-height: 46px;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .taartenwinkel-left-sidebar .left-sidebar ul {
    display: none;
  }
  .taartenwinkel-left-sidebar .left-sidebar a {
    margin-left: 0;
    z-index: 1;
    bottom: 0;
    width: 70%;
    position: absolute;
  }
  .taartenwinkel-left-sidebar .left-sidebar img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 15%;
    width: auto;
    max-width: 90%;
    height: 50%;
  }
  .taartenwinkel-left-sidebar .right-sidebar div {
    width: 100%;
  }
  .taartenwinkel-left-sidebar .right-sidebar h3 {
    font-size: 38px;
    line-height: 46px;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .taartenwinkel-left-sidebar .right-sidebar ul {
    display: none;
  }
  .taartenwinkel-left-sidebar .right-sidebar a {
    margin-left: 0;
    z-index: 1;
    bottom: 0;
    width: 70%;
    position: absolute;
  }
  .taartenwinkel-left-sidebar .right-sidebar img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 15%;
    width: auto;
    max-width: 90%;
    height: 50%;
  }
}
.container-first {
  padding-top: 40px;
}

.assortiment-container .category-card {
  background: #f4a9b6;
  height: 260px;
  position: relative;
  margin-bottom: 20px;
}
.assortiment-container .category-card .full-container-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.assortiment-container .category-card h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 46px;
  font-family: "Amaranth";
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.assortiment-container .category-card img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 15%;
  width: auto;
  max-width: 90%;
  max-height: 65%;
}
.assortiment-container .category-card a {
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  position: absolute;
  padding: 10px 15px;
  color: #ffffff;
}
.assortiment-container .category-card a:hover {
  color: #ffffff;
}
.assortiment-container .category-products h2 {
  text-align: center;
}
.assortiment-container .category-products .col-md-3 {
  margin-bottom: 30px;
}
.assortiment-container .category-products .product-card {
  height: 100%;
  position: relative;
}
.assortiment-container .category-products .product-card .card-border {
  height: 100%;
  border: 1px solid #b0c8e8;
  padding: 10px 10px 35px 10px;
}
.assortiment-container .category-products .product-card img {
  max-width: 100%;
  max-height: 60%;
  width: auto;
  height: auto;
  margin: 10px auto;
  display: block;
}
.assortiment-container .category-products .product-card .title {
  font-size: 24px;
  line-height: 29px;
}
.assortiment-container .category-products .product-card .title a.product-item-link {
  font-size: 24px;
  line-height: 29px;
  font-family: "Open Sans";
  text-align: center;
  font-weight: normal;
  display: block;
}
.assortiment-container .category-products .product-card .title a:hover, .assortiment-container .category-products .product-card .title a:visited {
  color: #5e4637;
}
.assortiment-container .category-products .product-card .product-card-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.assortiment-container .category-products .product-card .product-card-bottom .price {
  font-size: 24px;
  line-height: 29px;
  color: #b0c8e8;
}
.assortiment-container .category-products .product-card .product-card-bottom .product-link {
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b0c8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assortiment-container .category-products .product-card .product-card-bottom .product-link i {
  font-size: 14px;
  padding-left: 2px;
}
.assortiment-container.assortiment-container-home {
  margin-bottom: 80px;
}
.assortiment-container.assortiment-container-home .row {
  margin-left: -10px;
  margin-right: -10px;
}
.assortiment-container.assortiment-container-home [class^=col-], .assortiment-container.assortiment-container-home .container {
  padding-left: 10px;
  padding-right: 10px;
}
.assortiment-container.assortiment-container-home .category-products h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
  margin-top: 0;
}
.assortiment-container.assortiment-container-home .category-products .category-button {
  margin-top: 12px;
  margin-bottom: 0;
}
.assortiment-container.assortiment-container-home .category-products .product-card img {
  max-height: 100%;
}
.assortiment-container.assortiment-container-home .category-products .product-card .card-border {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.assortiment-container.assortiment-container-home .category-products .product-card .product {
  margin-bottom: 0;
  flex: 1;
}
.assortiment-container.assortiment-container-home .category-products .product-card .product-card-bottom {
  position: relative;
  padding: 0;
}
.assortiment-container.assortiment-container-home .category-products .product-card .product-card-bottom .price {
  font-size: 20px;
  line-height: 26px;
  color: #5e4637;
}
.assortiment-container.assortiment-container-home .category-products .product-card .product-card-bottom .product-link {
  color: #5e4637;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f3efa2;
}
.assortiment-container.assortiment-container-home .category-products .product-card .title {
  margin-bottom: 6px;
}
.assortiment-container.assortiment-container-home .category-products .product-card a.product-item-link {
  font-size: 20px;
  line-height: 26px;
  font-family: "Amaranth";
  font-weight: bold;
  text-align: left;
}

.assortiment-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.assortiment-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 20px;
  color: #5e4637;
  font-size: 16px;
  font-family: "Amaranth";
  font-weight: bold;
  display: inline;
  margin-right: 15px;
}
.assortiment-list ul li:before {
  content: "";
  background: transparent url("../images/check-circle-solid.png") 0 0 no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
}

.winkel-content .assortiment-container + .container {
  display: none;
}

@media (max-width: 767.98px) {
  .assortiment-container .category-card {
    margin-bottom: 15px;
  }
  .assortiment-container .category-card a {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .assortiment-container .category-products .product-card .title a.product-item-link {
    font-size: 16px;
    line-height: 20px;
  }
  .category-products .product-card {
    height: auto !important;
    margin-bottom: 15px;
  }
  .assortiment-list ul {
    display: flex;
    flex-direction: column;
  }
  .assortiment-list ul li {
    margin-bottom: 10px;
  }
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  font-size: 16px !important;
  line-height: 20px !important;
  margin: 0;
}
.minicart-wrapper .ui-dialog .winkel-button:hover {
  color: inherit !important;
}
.minicart-wrapper .ui-dialog .block-minicart {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  right: -21px;
  padding: 18px 0 20px 0;
}
.minicart-wrapper .ui-dialog .block-minicart .actions .winkel-button {
  color: #ffffff !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 26px !important;
  margin: 0 !important;
}
.minicart-wrapper .ui-dialog .block-minicart .actions .winkel-button:hover {
  color: #ffffff !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.minicart-wrapper .ui-dialog .block-title {
  color: #5e4637;
}
.minicart-wrapper .ui-dialog .block-title .qty {
  display: none;
}
.minicart-wrapper .ui-dialog .block-content {
  overflow: hidden;
}
.minicart-wrapper .ui-dialog .block-content .item-qty {
  padding: 0;
  font-size: 16px;
  text-align: center;
  background: #DEDEDE;
  border-radius: 3px;
  border: none;
  color: #5E4637;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.minicart-wrapper .ui-dialog .block-content .delete {
  color: #DA2928;
  text-decoration: none;
  font-size: 16px !important;
  line-height: 26px !important;
}
.minicart-wrapper .ui-dialog .block-content .delete:hover {
  text-decoration: none;
}
.minicart-wrapper .ui-dialog .block-content .delete:before {
  content: "";
}
.minicart-wrapper .ui-dialog .block-content .close {
  color: #5e4637;
  opacity: 1;
  font-size: 20px;
  padding: 0;
  height: 36px;
  width: 36px;
  outline: none;
}
.minicart-wrapper .ui-dialog .block-content .close:before {
  content: "";
}
.minicart-wrapper .ui-dialog .block-content .items-total {
  padding-left: 12px;
  color: #5e4637;
  margin: 0;
  float: none;
  text-align: left;
}
.minicart-wrapper .ui-dialog .block-content .subtotal {
  color: #5e4637;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 12px 0 12px;
}
.minicart-wrapper .ui-dialog .block-content .subtotal .price {
  font-weight: bold;
  font-size: 18px;
}
.minicart-wrapper .ui-dialog .block-content .subtitle {
  color: #5e4637;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper {
  padding: 0;
  margin: 12px -12px 0 -12px;
  height: auto !important;
  border-bottom: 1px solid #D5D3D3;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #D5D3D3;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item {
  padding: 10px 24px 0 24px;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product {
  margin-bottom: 12px;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .toggle {
  display: none;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-photo {
  display: none;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-name {
  color: #5e4637;
  margin: 0;
  display: flex;
  align-items: flex-start;
  min-width: 130px;
  max-width: 150px;
  text-align: left;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-name a {
  color: #5e4637;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 26px !important;
  margin: 0;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing {
  color: #5e4637;
  display: flex;
  line-height: 16px !important;
  font-size: 16px !important;
  align-items: center;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .price-container {
  margin-top: -8px;
  margin-right: 5px;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .price-wrapper .price-excluding-tax {
  margin: 0;
  line-height: 16px;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .price-wrapper .price-excluding-tax .minicart-price {
  font-size: 16px;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .price-wrapper .price-excluding-tax .minicart-price .price {
  font-size: 16px;
  font-weight: normal;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .details-qty {
  display: flex;
  align-items: center;
  margin: 0 12px;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .details-qty .label {
  display: none;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .details-qty .update-cart-item {
  background: #5e4637;
  color: #ffffff;
  line-height: 17px !important;
  font-size: 16px !important;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 3px !important;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 34px;
  border: none;
  margin-left: 10px;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .details-qty .update-cart-item:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #fff;
  content: "\f021";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .details-qty .update-cart-item span {
  display: none;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .actions {
  margin: 0;
}
.minicart-wrapper .ui-dialog .block-content .minicart-items-wrapper .product-item .product .product-item-details .actions .primary {
  display: none;
}

.winkel-card,
.winkel-search {
  cursor: pointer;
}
.winkel-card i,
.winkel-search i {
  font-size: 20px;
  line-height: 26px;
}

.js-desktop-header-cart {
  padding-right: 10px;
}

.winkel-card {
  color: #ffffff !important;
  position: relative;
  font-size: 20px !important;
  margin-left: 10px;
}
.winkel-card:before {
  display: none !important;
}
.winkel-card .qty {
  position: absolute;
  top: -7px;
  right: -7px;
  background: #f3efa2 !important;
  border-radius: 100% !important;
  width: 14px !important;
  height: 14px !important;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e4637 !important;
  font-family: "Amaranth";
  font-weight: bold;
  min-width: auto !important;
  line-height: 14px !important;
}

.cart-empty {
  text-align: center;
  padding-top: 50px;
}
.cart-empty a {
  text-decoration: underline;
}

.cart-container {
  padding-top: 50px;
}
.cart-container .cart.items thead {
  display: none;
}
.cart-container .cart.items .col {
  padding: 5px 0 !important;
  vertical-align: middle;
  width: auto;
}
.cart-container .cart.items .col.item {
  border: 0;
}
.cart-container .cart.items .col.item .product-item-details {
  padding: 15px 15px 0 15px;
  vertical-align: middle;
}
.cart-container .cart.items .col.price .price-excluding-tax {
  font-size: 21px;
  line-height: 25px;
}
.cart-container .cart.items .col.price .cart-price {
  font-size: 21px;
  line-height: 25px;
  color: #5e4637;
}
.cart-container .cart.items .col.qty {
  padding: 0 20px !important;
}
.cart-container .cart.items .col.qty label {
  margin: 0;
}
.cart-container .cart.items .col.qty .input-text {
  margin: 0;
}
.cart-container .cart.items .col.subtotal .price-excluding-tax {
  font-size: 21px;
  line-height: 25px;
}
.cart-container .cart.items .col.subtotal .cart-price {
  font-size: 21px;
  line-height: 25px;
  color: #5e4637;
}
.cart-container .cart.items .col.actions .action-edit {
  display: none;
}
.cart-container .cart.items .col.actions .action-towishlist {
  display: none;
}
.cart-container .cart.items .col.actions .action-delete {
  padding-left: 25px;
}
.cart-container .cart.items .col.actions .action-delete:before {
  content: "x";
}
.cart-container .cart.items .col.actions .action-delete span {
  display: none;
}
.cart-container .winkel-cart-main-actions .continue {
  color: #ffffff;
  float: left;
}
.cart-container .winkel-cart-main-actions .continue:hover {
  text-decoration: none;
}
.cart-container .winkel-cart-main-actions .clear {
  border: 0;
}
.cart-container .winkel-cart-main-actions .update {
  border: 0;
}
.cart-container .cart-summary .title {
  color: #5e4637;
}
.cart-container .cart-summary .cart-totals {
  border: none;
}
.cart-container .cart-summary #co-shipping-method-form .fieldset {
  margin: 0 0 0 5px;
}
.cart-container .cart-summary .shipping .title strong {
  font-size: 20px !important;
}
.cart-container .cart-summary .shipping .title:after {
  top: 7px;
}
.cart-container .cart-summary .discount .title strong {
  font-size: 20px !important;
}
.cart-container .cart-summary .discount .title:after {
  top: 7px;
}
.cart-container .cart-summary .block .fieldset .field {
  line-height: 16px;
}
.cart-container .cart-summary .select {
  background: #d5d3d3;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  padding-right: 24px;
}
.cart-container .cart-summary .input-text {
  background: #d5d3d3;
  border: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #5e4637;
}
.cart-container .cart-summary .input-text::-webkit-input-placeholder {
  color: #989595 !important;
}
.cart-container .cart-summary .input-text::-moz-placeholder {
  color: #989595 !important;
}
.cart-container .cart-summary .input-text::placeholder {
  color: #989595 !important;
}
.cart-container .cart-summary .input-text:focus {
  outline: none;
}
.cart-container .cart-summary .radio {
  width: 20px;
  margin-top: -2px;
}
.cart-container .cart-summary .data.totals tr .mark {
  background: transparent;
}
@media (max-width: 767.98px) {
  .winkel-button {
    transform: none !important;
    left: initial !important;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .minicart-wrapper .ui-dialog .block-minicart {
    width: 340px;
  }
  .minicart-wrapper .ui-dialog .block-minicart .items-total {
    font-size: 16px;
  }
  .minicart-wrapper .ui-dialog .block-minicart .subtotal {
    font-size: 16px;
  }
  .minicart-wrapper .ui-dialog .block-minicart .minicart-items-wrapper .product-item .product .product-item-details .product-item-name a {
    font-size: 16px;
  }
  .cart-container .cart .item-info {
    display: flex;
    flex-direction: row;
  }
  .cart-container .cart .item-info .item {
    min-height: 90px !important;
  }
  .cart-container .cart .item-info .product-item-details {
    padding-left: 0;
  }
  .cart-container .cart .item-info .product-item-photo {
    top: 30px;
    left: 15px;
  }
  .cart-container .cart .item-info .actions {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .winkel-cart-main-actions {
    display: flex;
    flex-direction: column;
  }
}
.winkel-product-info {
  position: relative;
}
.winkel-product-info .product-label {
  position: absolute;
  right: 20px;
  top: 0;
  background: #f3efa2;
  width: 50px;
  padding: 6px 6px 17px;
  color: #5e4637;
  font-size: 10px;
  line-height: 8px;
  font-family: "Amaranth";
  font-weight: normal;
  text-align: center;
  z-index: 2;
}
.winkel-product-info .product-label:first-line {
  font-size: 15px;
}
.winkel-product-info .product-label:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 27.5px 10px 27.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}

.add-to-cart-popup .modal-inner-wrap {
  max-width: 460px;
}
.add-to-cart-popup .modal-inner-wrap .modal-header {
  border: 0;
  min-height: 35px;
}
.add-to-cart-popup .modal-inner-wrap .modal-content {
  padding: 0 56px 15px 22px !important;
}
.add-to-cart-popup .modal-inner-wrap .modal-footer {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 26px !important;
  padding-top: 0 !important;
}
.add-to-cart-popup .modal-inner-wrap button {
  margin-bottom: 0;
}
.add-to-cart-popup .modal-inner-wrap .action-close:before {
  color: #5e4637;
}

.product-info-main .product-add-form:after {
  display: table;
  content: "";
  clear: both;
}
.product-info-main .product-add-form .actions .tocart {
  float: right;
}
.product-info-main .product-info-price {
  text-align: right;
}
.product-info-main .price-box .price-wrapper .price {
  font-size: 30px;
  line-height: 27px;
  color: #5e4637;
}

.product-breadcrumbs {
  margin-top: 20px;
  margin-bottom: 35px;
}
.product-breadcrumbs .items {
  margin: 0;
  padding: 0;
  display: flex;
}
.product-breadcrumbs .items .item {
  font-size: 16px;
  line-height: 20px;
  font-family: "Amaranth";
  padding-right: 5px;
  white-space: nowrap;
}
.product-breadcrumbs .items .item:after {
  content: "/";
  color: #5e4637;
  font-weight: normal;
}
.product-breadcrumbs .items .item:last-child:after {
  display: none;
}
.product-breadcrumbs .items .item a {
  font-size: 16px;
  line-height: 20px;
  color: #5e4637;
  padding-right: 2px;
}
.product-breadcrumbs .items .item a:hover {
  font-weight: normal;
}
.product-breadcrumbs .items .item strong {
  color: #5e4637;
  font-weight: normal;
}

.product-back-to-overview {
  padding-bottom: 15px;
}
.product-back-to-overview .back-button {
  font-size: 16px;
  line-height: 20px;
  color: #5e4637;
}
.product-back-to-overview .back-button i {
  margin-right: 5px;
}

.product-info-main .product-name {
  font-size: 40px;
  line-height: 48px;
  color: #5e4637;
  font-weight: bold;
  margin-bottom: 25px;
  font-family: "Amaranth", sans-serif;
}
.product-info-main .product-info-stock-sku {
  display: none;
}
.product-info-main .product-social-links {
  display: none;
}
.product-info-main .product.attribute {
  display: none;
}

.product .additional-attributes-wrapper .additional-attributes {
  display: table;
  width: 100%;
}
.product .additional-attributes-wrapper .additional-attributes th {
  width: 50%;
  padding: 5px 10px 10px 5px;
}
.product .additional-attributes-wrapper .additional-attributes td {
  width: 50%;
}
.product.media .mobile-product-name {
  display: none;
}
.product.info .product-details-tab-buttons {
  display: flex;
}
.product.info .product-details-tab-buttons .item.title .nav-link {
  background: transparent;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: bold;
  color: #5e4637;
  border: 1px solid transparent;
}
.product.info .product-details-tab-buttons .item.title .nav-link:hover {
  background: inherit !important;
  color: #5e4637 !important;
  border: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #fff !important;
}
.product.info .product-details-tab-buttons .item.title.active .nav-link {
  background: transparent;
  border-color: gray;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: bold;
  color: #5e4637;
  border: 1px solid #dee2e6;
  border-bottom: 1px solid #fff;
}
.product .product-details-tab-content {
  padding: 15px 0;
}
.product .product-details-tab-content .description p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans";
  font-weight: normal;
}

.product-allergens {
  padding: 20px 0;
}
.product-allergens .field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 168px;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.product-allergens .field-tooltip .field-tooltip-content:before {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
}
.product-allergens .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
}
.product-allergens .block-title {
  font-size: 17px;
  line-height: 21px;
  font-family: "Amaranth";
  color: #5e4637;
  margin-bottom: 10px;
  position: relative;
}
.product-allergens .block-title .field-tooltip {
  display: inline-block;
  position: relative;
}
.product-allergens .block-title .field-tooltip .field-tooltip-action {
  width: 18px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #d5d3d3;
  border-radius: 100%;
  margin-left: 5px;
}
.product-allergens .block-title .field-tooltip .field-tooltip-action:before {
  content: "\f129";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 10px;
  color: #707070;
}
.product-allergens ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-allergens ul li {
  display: inline-block;
  padding: 0 5px;
  width: 75px;
  text-align: center;
}
.product-allergens ul li img {
  max-width: 100%;
}

.block.related .product .product-item-info, .block.upsell .product .product-item-info {
  padding-bottom: 20px;
}
.block.related .product .product-item-info .product-item-photo, .block.upsell .product .product-item-info .product-item-photo {
  height: 150px;
  margin-bottom: 20px;
}
.block.related .product .product-item-info .product-item-link, .block.upsell .product .product-item-info .product-item-link {
  font-size: 16px;
  line-height: 20px;
}
.block.related .product .price-box .price, .block.upsell .product .price-box .price {
  font-size: 24px;
  font-weight: normal;
}
.block.related .product .related-items-actions, .block.upsell .product .related-items-actions {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.block.related .product .related-items-actions .related-items-quantity-buttons, .block.upsell .product .related-items-actions .related-items-quantity-buttons {
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans";
  padding: 0;
  background: none;
  border: none;
  color: #5e4637;
}
.block.related .product .related-items-actions .related-items-quantity-buttons:hover, .block.upsell .product .related-items-actions .related-items-quantity-buttons:hover {
  background: none;
  outline: none;
  color: #5e4637;
}
.block.related .product .related-items-actions .related-items-quantity-buttons:focus, .block.upsell .product .related-items-actions .related-items-quantity-buttons:focus {
  outline: none;
  box-shadow: none;
}
.block.related .product .related-items-actions .related-items-quantity-buttons.decrement-qty, .block.upsell .product .related-items-actions .related-items-quantity-buttons.decrement-qty {
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 8px;
}
.block.related .product .related-items-actions .related-items-quantity-buttons.increment-qty, .block.upsell .product .related-items-actions .related-items-quantity-buttons.increment-qty {
  font-size: 21px;
  font-weight: normal;
  margin: 0 5px 0 0;
}
.block.related .product .related-items-actions .checkout-quantity-input, .block.upsell .product .related-items-actions .checkout-quantity-input {
  background: #d5d3d3;
  border-radius: 5px;
  border: none;
  width: 30px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans";
  color: #5e4637;
}

.product-ingredients p {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 400;
}

.attribute-title {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 10px;
}

.toggleable-option {
  font-size: 17px;
  line-height: 21px;
  display: block;
  border-bottom: 1px solid #d5d3d3;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.toggleable-option input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 52px;
  left: 0;
  z-index: 1;
}
.toggleable-option .checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 21px;
  width: 21px;
  border: 1px solid #d5d3d3;
  border-radius: 100%;
}
.toggleable-option input[type=checkbox]:checked ~ .checkmark {
  background-color: #5e4637;
}
.toggleable-option input[type=checkbox]:checked[disabled] ~ .checkmark {
  opacity: 0.5;
}
.toggleable-option input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.toggleable-option .checkmark:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggleable-option .price {
  display: block;
}
.toggleable-option section {
  margin-top: 10px;
}
.toggleable-option section .note {
  font-size: 14px;
  color: #a5a5a5;
  font-weight: normal;
}

.special-order-btn-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 44px;
  white-space: nowrap;
}
.special-order-btn-container .special-order-button {
  font-size: 14px;
  line-height: 27px;
  background: #036E67;
  color: #fff;
  border-radius: 15px;
  padding: 0 20px;
  display: inline-block;
}
.special-order-btn-container .special-order-button:hover {
  color: #fff;
}

.total-price-container,
.product-info-main .price-box .total-price-container {
  border-bottom: 1px solid #d5d3d3;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: block;
}
.total-price-container .price,
.product-info-main .price-box .total-price-container .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total-price-container .price .title,
.product-info-main .price-box .total-price-container .price .title {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
}
.total-price-container .price .price,
.total-price-container .price .price-wrapper .price,
.product-info-main .price-box .total-price-container .price .price,
.product-info-main .price-box .total-price-container .price .price-wrapper .price {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}
.total-price-container .price-vat,
.product-info-main .price-box .total-price-container .price-vat {
  font-family: "Open Sans";
  font-weight: normal;
  margin-top: 16px;
}
.total-price-container .price-vat > div,
.product-info-main .price-box .total-price-container .price-vat > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  line-height: 23px;
}
.total-price-container .price-vat > div .label,
.product-info-main .price-box .total-price-container .price-vat > div .label {
  padding-bottom: 0 !important;
}
.total-price-container .price-vat > div .vat-price,
.total-price-container .price-vat > div .price-wrapper span.price,
.product-info-main .price-box .total-price-container .price-vat > div .vat-price,
.product-info-main .price-box .total-price-container .price-vat > div .price-wrapper span.price {
  font-size: 20px;
  line-height: 23px;
}
.total-price-container .price-vat p,
.product-info-main .price-box .total-price-container .price-vat p {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  color: #a5a5a5;
}

.product-options-wrapper .fieldset {
  display: flex;
  justify-content: space-between;
}
.product-options-wrapper .fieldset .field {
  flex: 1;
}
.product-options-wrapper .fieldset .field + .field {
  margin-left: 20px;
}

.toggleable-option input:not(:checked) ~ section {
  margin-top: 5px;
  position: relative;
}
.toggleable-option input:not(:checked) ~ section .control {
  height: 0;
}
.toggleable-option input:not(:checked) ~ section .note {
  display: none;
}
.toggleable-option input:not(:checked) ~ section .product-custom-option {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}
.toggleable-option input:not(:checked) ~ section div.mage-error {
  font-size: 14px;
  position: absolute;
  bottom: -10px;
}

.toggleable-option input:checked ~ section {
  display: block !important;
}
.toggleable-option input:checked ~ section div.mage-error {
  font-size: 14px;
}
.toggleable-option input:checked ~ section .logo-generator-textarea {
  visibility: hidden;
  height: 0;
  padding: 0;
  position: absolute;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .block.related .product .product-item-info {
    padding-bottom: 50px;
  }
  .block.related .product .product-item-info .price-box {
    bottom: 34px;
  }
  .block.related .product .product-item-info .related-items-actions {
    bottom: 10px;
    right: 5px;
  }
}
@media (max-width: 766.98px) {
  .product-allergens .field-tooltip._active .field-tooltip-content {
    top: -9px;
    right: 0;
    left: 38px;
    width: 170px;
  }
  .product-allergens .field-tooltip._active .field-tooltip-content:before, .product-allergens .field-tooltip._active .field-tooltip-content:after {
    top: 32px;
    left: -21px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #f4f4f4;
  }
}
@media (max-width: 767.98px) {
  .block.related .product .product-item-info {
    padding-bottom: 20px;
  }
  .block.related .product .product-item-info .price-box {
    bottom: 0;
  }
  .block.related .product .product-item-info .related-items-actions {
    bottom: 15px;
    right: 0;
  }
  .product.data.items .product-details-tab-content .data.item {
    display: none;
  }
  .product.media {
    flex-direction: column;
  }
  .product.media .mobile-product-name {
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    color: #5e4637;
    font-weight: bold;
    margin-bottom: 25px;
    width: 100%;
  }
  .product-info-main .product-name {
    display: none;
  }
  .add-to-cart-popup .modal-inner-wrap {
    max-width: 90%;
    width: 90%;
  }
  .product-breadcrumbs .items .item {
    font-size: 14px;
    line-height: 18px;
    padding-right: 2px;
  }
  .product-breadcrumbs .items .item a {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
}
.product.media .action-skip-wrapper {
  display: none;
}
.product.media .product-media-container {
  width: 100%;
  position: relative;
}
.product.media .product-media-container .product-label {
  position: absolute;
  right: 14%;
  top: -2px;
  background: #f3efa2;
  width: 50px;
  padding: 6px 6px 17px;
  color: #5e4637;
  font-size: 10px;
  line-height: 8px;
  font-family: "Amaranth";
  font-weight: normal;
  text-align: center;
  z-index: 2;
}
.product.media .product-media-container .product-label:first-line {
  font-size: 15px;
}
.product.media .product-media-container .product-label:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 27.5px 10px 27.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product.media .gallery-placeholder {
  max-width: 100%;
  width: 90%;
}
.product.media .gallery-placeholder .fotorama__stage__frame {
  border: 1px solid #b0c8e8;
}
.product.media .gallery-placeholder .fotorama__stage__frame .fotorama__img {
  max-width: 90%;
  max-height: 90%;
}
.product.media .gallery-placeholder .fotorama__nav-wrap {
  margin-top: 10px;
}
.product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav__shaft {
  width: 100%;
}
.product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__thumb-border {
  border: 1px solid #b0c8e8;
  background: transparent;
}
.product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__thumb {
  background: transparent;
}
.product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__thumb .fotorama__img {
  padding: 15px;
}

.products-related .product-item-name,
.products-upsell .product-item-name {
  margin-bottom: 0;
}
.products-related .related-form-add-to-cart .winkel-button,
.products-upsell .related-form-add-to-cart .winkel-button {
  margin: 0 auto;
  display: block;
  font-size: 16px;
  padding: 5px 10px;
}

.block.related .block-actions {
  display: none;
}

.products {
  margin-top: 10px;
  margin-bottom: 35px;
}

.page-wrapper .product.media {
  width: 100% !important;
  float: none;
}

.header .category-header-info {
  margin-top: 0;
  position: relative;
}
.header .category-header-info ul {
  padding-left: 25px;
  margin-bottom: 10px;
}
.header .category-header-info ul li {
  color: #ffffff;
  margin: 0;
}
.header .category-header-info p {
  color: #ffffff;
}
.header .category-header-info .category-image-container {
  position: absolute;
  width: 60%;
  right: 2%;
  top: -50px;
  height: auto;
  overflow: hidden;
}
.header .category-header-info .description {
  color: #ffffff;
}
.header .category-header-info .category-image {
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
}

.toolbar-products {
  margin-bottom: 40px;
}

.product {
  margin-bottom: 30px;
}
.product .product-item-info {
  border: 1px solid #b0c8e8;
  height: 100%;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
.product .product-item-info .product-item-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 25px 0 25px;
  margin-bottom: 5px;
}
.product .product-item-info .product-item-photo img {
  max-width: 100%;
}
.product .product-item-info .product-image-container {
  height: 100%;
}
.product .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.product .product-item-info .product-item-link {
  font-size: 24px;
  line-height: 29px;
  padding: 0 10px;
  color: #5e4637;
  display: block;
  margin: 20px 0 10px;
  font-family: "Open Sans";
  text-align: center;
  font-weight: normal;
}
.product .product-item-info .product-item-actions {
  display: none;
}
.product .product-item-info .price-box {
  float: left;
  font-size: 24px;
  line-height: 29px;
  color: #b0c8e8;
  padding: 0 0 15px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product .product-item-info .price-box .price-label {
  display: none !important;
}
.product .product-item-info .price-box .price-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product .product-item-info .price-box .price-including-tax {
  order: 2;
  font-size: 16px;
}
.product .product-item-info .price-box .price-including-tax .price {
  font-size: inherit;
}
.product .product-item-info .price-box .price-including-tax::before {
  content: "Incl. 9% BTW: ";
}
.product .product-item-info .price-box .price-excluding-tax {
  order: 1;
  font-size: 24px;
}
.product .product-item-info .price-box .price-excluding-tax .price {
  font-size: inherit;
}
.product .product-item-info .price-box .price-excluding-tax::before {
  content: none;
}
.product .product-item-info .product-link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b0c8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .product-item-info .product-link i {
  font-size: 14px;
  padding-left: 2px;
}
.product .product-item-info .field.choice {
  display: none;
}

.toolbar-products .limiter {
  display: none !important;
}
.toolbar-products .pages {
  margin: 0 auto;
  float: none !important;
}
.toolbar-products .pages .pages-items .item {
  height: 48px;
  line-height: 48px;
  margin: 0 3px 0 0;
}
.toolbar-products .pages .pages-items .item .page {
  font-size: 24px;
  line-height: 29px;
  color: #b0c8e8;
  font-weight: normal;
  font-family: "Amaranth";
}
.toolbar-products .pages .pages-items .item.current .page {
  color: #5e4637;
}
.toolbar-products .pages .pages-items .item.pages-item-next {
  border: none;
}
.toolbar-products .pages .pages-items .item.pages-item-next .next {
  border: none;
  width: 48px;
  height: 48px;
  background: #b0c8e8;
  border-radius: 100%;
}
.toolbar-products .pages .pages-items .item.pages-item-next .next:before {
  color: #ffffff;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
}
.toolbar-products .pages .pages-items .item.pages-item-previous .previous {
  border: none;
  width: 48px;
  height: 48px;
  background: #b0c8e8;
  border-radius: 100%;
}
.toolbar-products .pages .pages-items .item.pages-item-previous .previous:before {
  color: #ffffff;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.current-filter-container .filter-current {
  display: flex;
  float: left;
}
.current-filter-container .filter-current .block-subtitle {
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  margin: 0 5px 0 0;
}
.current-filter-container .filter-current .items {
  display: inline-flex;
}
.current-filter-container .filter-current .items .item {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #707070;
  background: #d5d3d3;
  border-radius: 10px;
  padding: 2px 10px 2px 8px;
  margin-right: 5px;
}
.current-filter-container .filter-current .items .item a {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #707070;
  display: block;
  float: left;
  margin-top: -1px;
  margin-right: 2px;
}
.current-filter-container .filter-current .items .item a:hover {
  color: #707070;
}
.current-filter-container .filter-current .items .item .filter-label {
  display: none;
}
.current-filter-container .filter-actions {
  float: right;
  margin-bottom: 0;
}
.current-filter-container .filter-actions a {
  font-size: 14px;
  line-height: 17px;
  color: #5e4637;
}
.current-filter-container .filter-actions a:hover {
  color: #5e4637;
}

.filter .filter-title {
  display: none;
}
.filter .filter-toggle-button {
  display: none;
}
.filter .filter-subtitle {
  display: none;
}
.filter .filter-current-subtitle {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: #5e4637;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: block;
}
.filter .filter-options-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: #5e4637;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.filter .filter-content .items {
  list-style: none;
  padding: 0;
}
.filter .filter-content .items .item {
  margin-bottom: 5px;
}
.filter .filter-content .items .item:hover a:before {
  background: #5e4637;
  content: "\f00c";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: white;
  font-size: 6px;
  line-height: 18px;
  text-align: center;
  border: 0;
}
.filter .filter-content .items .item a {
  font-size: 17px;
  line-height: 21px;
  color: #5e4637;
  display: flex;
  align-items: center;
}
.filter .filter-content .items .item a:before {
  border: 1px solid #d5d3d3;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  content: "";
  margin-right: 5px;
}
.filter .filter-content .items .item a.remove {
  float: right;
}
.filter .filter-content .items .item a.remove:before {
  content: "x";
}
.filter .filter-content .items .item a.remove span {
  display: none;
}
.filter .filter-content .items .item a:hover {
  text-decoration: none;
}
.filter .filter-content .items .item a .count {
  background: #f3efa2;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  line-height: 9px;
  margin-left: 5px;
}
.filter .filter-content .items .item a .count:before {
  display: none;
}
.filter .filter-content .items .item a .count:after {
  display: none;
}
.filter .filter-content .items .item a .count .filter-count-label {
  display: none;
}
.filter .filter-actions .filter-clear {
  font-size: 14px;
  line-height: 17px;
  color: #5e4637;
  font-weight: bold;
}
.filter .filter-actions .filter-clear:hover {
  text-decoration: none;
  border-bottom: 4px solid #f3efa2;
}

.page-main .columns .column.main {
  padding: 0;
  width: 100%;
  float: unset;
}

.category-info {
  margin-bottom: 20px;
}
.category-info .category-image img {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .header .category-header-info .category-image-container {
    top: -75%;
    width: auto;
    height: auto;
  }
  .product .product-item-info .product-item-link {
    font-size: 16px;
    line-height: 20px;
  }
  .product.media .product-media-container .product-label {
    right: 2%;
  }
  .product.media .gallery-placeholder {
    width: 100%;
  }
  .product.media .gallery-placeholder .fotorama__nav-wrap .fotorama__nav__shaft {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .filter {
    margin-bottom: 0 !important;
  }
  .filter .filter-toggle-button {
    display: block;
    background: #f3efa2;
    padding: 12px 0;
    text-align: center;
    border-radius: 30px;
    font-family: "Amaranth";
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .filter .filter-toggle-button i {
    margin-left: 5px;
    font-size: 15px;
  }
  .filter .filter-content {
    display: none;
  }
}
@media (max-width: 576px) {
  .header .category-header-info .category-image-container {
    top: 30%;
    width: auto;
    height: auto;
  }
}
.login-container {
  padding-top: 30px;
}
.login-container .block-customer-login {
  padding-right: 60px;
  border-right: 1px solid #B9B9B9;
}
.login-container .block-new-customer {
  padding-left: 30px;
}
.login-container .block-title {
  color: #5e4637;
  line-height: 48px;
  font-size: 40px !important;
  font-family: "Amaranth";
  font-weight: normal;
  margin-bottom: 15px;
}
.login-container .field.note,
.login-container .block-new-customer .block-content p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}
.login-container .actions-toolbar {
  margin: 0 !important;
}
.login-container .actions-toolbar .action {
  background: #5e4637;
  color: #ffffff;
  line-height: 24px;
  font-size: 20px;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: 0;
  margin-top: 0 !important;
}
.login-container .actions-toolbar .action:hover {
  font-family: "Amaranth";
  background: #5e4637;
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  border: 0;
  text-decoration: none;
}
.login-container .actions-toolbar .action:visited {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
}
.login-container .fieldset.login::after {
  display: none;
}

@media (max-width: 767.98px) {
  .login-container .block-customer-login {
    padding-right: 0;
    border-right: none;
  }
  .login-container .block-new-customer {
    padding-left: 0;
  }
}
.customer-dob input {
  margin: 0 !important;
  border-radius: 3px 0 0 3px;
  width: calc(100% - 36px) !important;
}
.customer-dob .ui-datepicker-trigger {
  background: #d5d3d3;
  border-radius: 0 3px 3px 0;
}
.customer-dob .ui-datepicker-trigger:hover, .customer-dob .ui-datepicker-trigger:active {
  background: #d5d3d3;
}
.customer-dob .ui-datepicker-trigger::before {
  color: #5e4637;
  font-size: 36px;
  line-height: 36px;
}

.form-create-account .password-strength-meter {
  font-size: 12px;
}

.field-text, p.field-text {
  font-family: "Open Sans", serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 0;
}

.form.password.forget {
  margin: 0 auto;
}
.form.password.forget .fieldset:after {
  margin: 15px 0 !important;
  font-size: 16px !important;
  line-height: 20px;
  color: #5e4637 !important;
}
.form.password.forget .fieldset .mage-error:not(.input-text) {
  font-size: 12px;
}
.form.password.forget .fieldset .captcha-reload {
  background: transparent;
  border: 0;
  margin-top: -8px;
}
.form.password.forget .fieldset .captcha-reload:before {
  content: "\f021";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #5e4637;
}
.form.password.forget .fieldset .captcha-reload:focus {
  outline: none;
}
.form.password.forget .fieldset .captcha-reload span {
  display: none;
}

.form-create-account {
  margin: 0 auto;
}
.form-create-account .fieldset .legend {
  color: #5e4637;
  line-height: 40px;
  font-size: 30px;
  font-family: "Amaranth";
  font-weight: bold;
}
.form-create-account .fieldset .checkbox {
  display: none;
}
.form-create-account .fieldset .checkbox + label {
  position: relative;
  padding-left: 20px;
}
.form-create-account .fieldset .checkbox + label:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: " ";
  width: 16px;
  height: 16px;
  border: 1px solid #d5d3d3;
  display: inline-block;
}
.form-create-account .fieldset .checkbox + label:after {
  content: " ";
  background: transparent;
  border-radius: 2px;
  top: 6px;
  left: 3px;
  width: 10px;
  height: 10px;
  position: absolute;
  display: inline-block;
}
.form-create-account .fieldset .checkbox:checked + label:after,
.form-create-account .fieldset label.checked:after {
  background: #b0c8e8;
}
.form-create-account .fieldset:after {
  margin: 15px 0 !important;
  font-size: 16px !important;
  line-height: 20px;
  color: #5e4637 !important;
}
.form-create-account .fieldset .mage-error:not(.input-text) {
  font-size: 12px;
}

.account-nav-content .nav .item {
  display: block;
  width: 100%;
}
.account-nav-content .nav .item a:hover {
  line-height: inherit;
}

.winkel-account-container {
  margin-bottom: 50px;
  width: 100%;
}
.winkel-account-container .pager .toolbar-amount {
  padding-top: 0;
}
.winkel-account-container .pager .pages {
  justify-content: center;
  display: flex;
}
.winkel-account-container .pager .pages .pages-items .item {
  height: 30px;
  line-height: 30px;
  margin: 0 3px 0 0;
}
.winkel-account-container .pager .pages .pages-items .item .page {
  font-size: 24px;
  line-height: 29px;
  color: #b0c8e8;
  font-weight: normal;
  font-family: "Amaranth";
}
.winkel-account-container .pager .pages .pages-items .item.current .page {
  color: #5e4637;
}
.winkel-account-container .pager .pages .pages-items .item.pages-item-next {
  border: none;
}
.winkel-account-container .pager .pages .pages-items .item.pages-item-next .next {
  border: none;
  width: 30px;
  height: 30px;
  background: #b0c8e8;
  border-radius: 100%;
}
.winkel-account-container .pager .pages .pages-items .item.pages-item-next .next:before {
  color: #ffffff;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 30px;
}
.winkel-account-container .pager .pages .pages-items .item.pages-item-previous .previous {
  border: none;
  width: 30px;
  height: 30px;
  background: #b0c8e8;
  border-radius: 100%;
}
.winkel-account-container .pager .pages .pages-items .item.pages-item-previous .previous:before {
  color: #ffffff;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 30px;
}
.winkel-account-container .block-compare, .winkel-account-container .block-reorder, .winkel-account-container .block-wishlist {
  display: none;
}
.winkel-account-container .sidebar.sidebar-additional {
  width: 100% !important;
}
.winkel-account-container .form .legend {
  margin-top: 0;
}
.winkel-account-container .form .password-info p {
  font-size: 18px;
  font-weight: normal;
}
.winkel-account-container .form .password-info p a {
  font-size: 18px;
  color: #5e4637;
  text-decoration: underline;
}
.winkel-account-container .account-nav .account-nav-content {
  background: transparent;
  border: 1px solid #d5d3d3;
  border-radius: 5px;
  margin-bottom: 20px;
}
.winkel-account-container .account-nav .account-nav-content .items .item {
  border-bottom: 1px solid #d5d3d3;
  width: 90%;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans";
  color: #5e4637;
}
.winkel-account-container .account-nav .account-nav-content .items .item strong {
  border-color: #b0c8e8;
}
.winkel-account-container .account-nav .account-nav-content .items .item a {
  font-size: 18px;
  line-height: 24px;
}
.winkel-account-container .account-nav .account-nav-content .items .item a:hover {
  background: transparent;
  color: #5e4637;
  border-color: #b0c8e8;
}
.winkel-account-container .account-nav .account-nav-content .items .item a:visited {
  color: #5e4637;
}
.winkel-account-container .account-nav .account-nav-content .items .item:last-child {
  border-bottom: 0;
}
.winkel-account-container .block-dashboard-info .block-title, .winkel-account-container .block-dashboard-addresses .block-title, .winkel-account-container .block-addresses-default .block-title {
  font-size: 30px !important;
  margin-bottom: 10px;
}
.winkel-account-container .block-dashboard-info .block-title .action, .winkel-account-container .block-dashboard-addresses .block-title .action, .winkel-account-container .block-addresses-default .block-title .action {
  display: none;
}
.winkel-account-container .block-dashboard-info .block-content, .winkel-account-container .block-dashboard-addresses .block-content, .winkel-account-container .block-addresses-default .block-content {
  margin: 0 -10px 30px;
}
.winkel-account-container .block-dashboard-info .block-content:after, .winkel-account-container .block-dashboard-addresses .block-content:after, .winkel-account-container .block-addresses-default .block-content:after {
  content: "";
  display: table;
  clear: both;
}
.winkel-account-container .block-dashboard-info .box, .winkel-account-container .block-dashboard-addresses .box, .winkel-account-container .block-addresses-default .box {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.winkel-account-container .block-dashboard-info .box .box-title, .winkel-account-container .block-dashboard-addresses .box .box-title, .winkel-account-container .block-addresses-default .box .box-title {
  color: #5e4637;
  line-height: 30px;
  font-size: 20px;
  font-family: "Amaranth";
  font-weight: bold;
}
.winkel-account-container .block-dashboard-info .box .box-content p, .winkel-account-container .block-dashboard-info .box .box-content address, .winkel-account-container .block-dashboard-addresses .box .box-content p, .winkel-account-container .block-dashboard-addresses .box .box-content address, .winkel-account-container .block-addresses-default .box .box-content p, .winkel-account-container .block-addresses-default .box .box-content address {
  color: #5e4637;
  font-weight: normal;
  font-size: 16px;
}
.winkel-account-container .block-dashboard-info .box .box-content p a, .winkel-account-container .block-dashboard-info .box .box-content address a, .winkel-account-container .block-dashboard-addresses .box .box-content p a, .winkel-account-container .block-dashboard-addresses .box .box-content address a, .winkel-account-container .block-addresses-default .box .box-content p a, .winkel-account-container .block-addresses-default .box .box-content address a {
  font-size: 16px;
  text-decoration: underline;
}
.winkel-account-container .block-dashboard-info .box .box-actions .action, .winkel-account-container .block-dashboard-addresses .box .box-actions .action, .winkel-account-container .block-addresses-default .box .box-actions .action {
  font-size: 16px;
  color: #5e4637;
  text-decoration: underline;
}
.winkel-account-container .block-dashboard-info .box .box-actions .action:visited, .winkel-account-container .block-dashboard-addresses .box .box-actions .action:visited, .winkel-account-container .block-addresses-default .box .box-actions .action:visited {
  color: #5e4637;
}
.winkel-account-container .block-dashboard-info .block-addresses-list, .winkel-account-container .block-dashboard-addresses .block-addresses-list, .winkel-account-container .block-addresses-default .block-addresses-list {
  margin-bottom: 30px;
}
.winkel-account-container .block-dashboard-info .block-addresses-list .block-content .empty, .winkel-account-container .block-dashboard-addresses .block-addresses-list .block-content .empty, .winkel-account-container .block-addresses-default .block-addresses-list .block-content .empty {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
.winkel-account-container .block-addresses-list .block-title {
  margin-bottom: 0;
}
.winkel-account-container .block-addresses-list .block-content .additional-addresses th, .winkel-account-container .block-addresses-list .block-content .additional-addresses td {
  font-size: 16px;
  width: auto;
  padding: 6px;
}
.winkel-account-container .block-addresses-list .block-content .additional-addresses .actions {
  text-align: center;
}
.winkel-account-container .block-addresses-list .block-content .additional-addresses .actions .action {
  display: block;
  margin: 0;
  font-size: 16px;
  color: #5e4637;
}
.winkel-account-container .block-addresses-list .block-content .customer-addresses-toolbar .limiter-options {
  font-size: 16px;
}
.winkel-account-container .block-dashboard-orders {
  margin-bottom: 40px;
}
.winkel-account-container .block-dashboard-orders .block-title.order {
  margin-bottom: 5px;
}
.winkel-account-container .block-dashboard-orders .block-title a {
  display: none;
}
.winkel-account-container .orders-recent .col, .winkel-account-container .orders-history .col {
  width: auto;
  font-size: 12px;
  line-height: 28px;
  font-family: "Open Sans";
}
.winkel-account-container .orders-recent .col:first-child, .winkel-account-container .orders-history .col:first-child {
  padding-left: 0;
}
.winkel-account-container .orders-recent th.col, .winkel-account-container .orders-history th.col {
  font-size: 16px;
  line-height: 20px;
  font-family: "Amaranth";
  color: #5e4637;
  font-weight: normal;
}
.winkel-account-container .orders-recent tr, .winkel-account-container .orders-history tr {
  border-bottom: 1px solid #DEDEDE;
}
.winkel-account-container .orders-recent tr .status span, .winkel-account-container .orders-history tr .status span {
  display: inline-block;
  background: #DEDEDE;
  border-radius: 12px;
  line-height: 21px;
  padding: 0 7px 0 21px;
  position: relative;
}
.winkel-account-container .orders-recent tr .status span:before, .winkel-account-container .orders-history tr .status span:before {
  content: "x";
  position: absolute;
  line-height: 19px;
  width: 21px;
  height: 21px;
  text-align: center;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
}
.winkel-account-container .orders-recent tr .status span.inactive, .winkel-account-container .orders-history tr .status span.inactive {
  text-decoration: underline;
}
.winkel-account-container .orders-recent tr .status span.active, .winkel-account-container .orders-history tr .status span.active {
  background: #f3efa2;
}
.winkel-account-container .orders-recent tr .status span.active:before, .winkel-account-container .orders-history tr .status span.active:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  line-height: 21px;
  font-size: 11px;
}
.winkel-account-container .orders-recent tr .download, .winkel-account-container .orders-history tr .download {
  display: inline-block;
  background: #B9B9B9;
  border-radius: 12px;
  line-height: 28px;
  height: 28px;
  padding: 0 13px;
  color: #fff;
  text-decoration: none !important;
}
.winkel-account-container .orders-recent .actions a, .winkel-account-container .orders-history .actions a {
  font-size: 12px;
  line-height: 28px;
  font-family: "Open Sans";
  text-decoration: underline;
  color: #5e4637;
}
.winkel-account-container .orders-recent .actions a.view, .winkel-account-container .orders-history .actions a.view {
  display: none;
}
.winkel-account-container .orders-recent .actions a:hover, .winkel-account-container .orders-history .actions a:hover {
  color: #5e4637;
}
.winkel-account-container .orders-history .col {
  width: auto;
  font-size: 12px;
  line-height: 28px;
  font-family: "Open Sans";
}
.winkel-account-container .orders-history .col:first-child {
  padding-left: 0;
}
.winkel-account-container .orders-history th.col {
  font-size: 16px;
  line-height: 20px;
  font-family: "Amaranth";
  color: #5e4637;
  font-weight: normal;
}
.winkel-account-container .orders-history .actions a {
  font-size: 12px;
  line-height: 28px;
  font-family: "Open Sans";
  text-decoration: underline;
}
.winkel-account-container .orders-history .actions a.view {
  display: none;
}
.winkel-account-container .orders-history .actions a:hover {
  color: #5e4637;
}
.winkel-account-container .order-products-toolbar .toolbar-number {
  font-size: 16px;
  font-weight: normal;
}
.winkel-account-container .order-products-toolbar .limiter {
  font-size: 16px;
  font-weight: normal;
  font-family: "Amaranth";
  color: #5e4637;
}
.winkel-account-container .order-products-toolbar .limiter-options {
  background: #d5d3d3;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  padding-right: 24px;
}
.winkel-account-container .block-search.block {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}
.winkel-account-container .block-search.block .block-title {
  display: none;
}
.winkel-account-container .block-search.block .block-content {
  width: 100%;
}
.winkel-account-container .form-search label, .winkel-account-container .minisearch label {
  display: none;
}
.winkel-account-container .form-search .button, .winkel-account-container .minisearch .button {
  display: none;
}
.winkel-account-container .form-search .has-search, .winkel-account-container .form-search .control, .winkel-account-container .minisearch .has-search, .winkel-account-container .minisearch .control {
  position: relative;
}
.winkel-account-container .form-search .has-search .form-control-feedback, .winkel-account-container .form-search .control .form-control-feedback, .winkel-account-container .minisearch .has-search .form-control-feedback, .winkel-account-container .minisearch .control .form-control-feedback {
  position: absolute;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #5e4637;
  top: 9px;
  right: 8%;
  content: "";
}
.winkel-account-container .form-search .actions, .winkel-account-container .minisearch .actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.winkel-account-container .form-search .actions .action, .winkel-account-container .minisearch .actions .action {
  background: transparent;
  position: static;
  padding: 12px 12px !important;
}
.winkel-account-container .form-search .actions .action:before, .winkel-account-container .minisearch .actions .action:before {
  color: #5e4637;
  line-height: 14px;
}
.winkel-account-container .form-search .actions .action:focus, .winkel-account-container .minisearch .actions .action:focus {
  outline: none;
}
.winkel-account-container .form-search #search, .winkel-account-container .minisearch #search {
  border-radius: 30px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Amaranth";
  padding: 10px 15px;
  width: 100%;
  color: #5e4637;
  border: 0;
  background: #d5d3d3;
}
.winkel-account-container .form-search #search::-webkit-input-placeholder, .winkel-account-container .minisearch #search::-webkit-input-placeholder {
  color: #5e4637 !important;
}
.winkel-account-container .form-search #search::-moz-placeholder, .winkel-account-container .minisearch #search::-moz-placeholder {
  color: #5e4637 !important;
}
.winkel-account-container .form-search #search::placeholder, .winkel-account-container .minisearch #search::placeholder {
  color: #5e4637 !important;
}

.account-information h2 {
  font-size: 40px;
  line-height: 48px;
  margin: 0;
}
.account-information p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 40px;
}
.account-information h3 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}
.account-information .personal-assortiments {
  margin-bottom: 40px;
}
.account-information .personal-assortiments .row {
  margin: 0 -5px;
}
.account-information .personal-assortiments .row .product {
  padding: 0 5px;
}
.account-information .personal-assortiments .row .product .product-item-link {
  font-size: 18px;
}
.account-information .personal-assortiments .row .product .price-box {
  font-size: 20px;
}

.account-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.account-logo img {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .winkel-account-container .mobile-image-uploader {
    flex-direction: column;
  }
  .winkel-account-container .mobile-image-uploader h3 {
    width: 100%;
  }
  .winkel-account-container .mobile-image-uploader .winkel-button {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .winkel-account-container .block-search {
    display: none;
  }
  .winkel-account-container .account-nav .account-nav-content {
    padding: 0;
  }
  .winkel-account-container .account-nav .account-nav-content .items:hover .item {
    display: block;
  }
  .winkel-account-container .account-nav .account-nav-content .items:hover .item.current {
    border-bottom: 1px solid #D5D3D3;
  }
  .winkel-account-container .account-nav .account-nav-content .items .item {
    display: none;
    width: 100%;
  }
  .winkel-account-container .account-nav .account-nav-content .items .item strong {
    border: none;
  }
  .winkel-account-container .account-nav .account-nav-content .items .item.current {
    display: block;
    border: none;
    position: relative;
  }
  .winkel-account-container .account-nav .account-nav-content .items .item.current:before {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    position: absolute;
    top: 4px;
    right: 15px;
  }
  .winkel-account-container .account-container .actions-toolbar {
    margin-bottom: 15px !important;
  }
  .winkel-account-container .account-container .actions-toolbar .action.back {
    width: auto;
  }
  .winkel-account-container .block-dashboard-orders .block-title.order, .winkel-account-container .orders-history .block-title.order {
    font-size: 18px !important;
    line-height: 26px;
  }
  .winkel-account-container .block-dashboard-orders .block-content, .winkel-account-container .orders-history .block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .winkel-account-container .block-dashboard-orders .orders-recent thead, .winkel-account-container .block-dashboard-orders .table-order-items thead, .winkel-account-container .orders-history .orders-recent thead, .winkel-account-container .orders-history .table-order-items thead {
    display: none;
  }
  .winkel-account-container .block-dashboard-orders .orders-recent tr, .winkel-account-container .block-dashboard-orders .table-order-items tr, .winkel-account-container .orders-history .orders-recent tr, .winkel-account-container .orders-history .table-order-items tr {
    border: 1px solid #D5D3D3;
    border-radius: 8px;
    padding: 15px;
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 7px;
  }
  .winkel-account-container .block-dashboard-orders .orders-recent tr td, .winkel-account-container .block-dashboard-orders .table-order-items tr td, .winkel-account-container .orders-history .orders-recent tr td, .winkel-account-container .orders-history .table-order-items tr td {
    padding: 0 !important;
    width: 50% !important;
    flex: 0 50% !important;
  }
  .winkel-account-container .block-dashboard-info .box, .winkel-account-container .block-dashboard-addresses .box, .winkel-account-container .block-addresses-default .box {
    width: 100%;
  }
  .winkel-account-container .form-edit-account .actions-toolbar .action {
    display: inline-block;
    width: auto;
  }
  .winkel-account-container .block-addresses-list .block-content .additional-addresses .actions {
    text-align: left;
  }
  .winkel-account-container .block-addresses-list .block-content .additional-addresses .actions .action {
    display: inline-block;
    margin-right: 10px;
  }
  .account-information h2 {
    font-size: 22px;
    line-height: 42px;
  }
  .account-information p {
    font-size: 16px;
    line-height: 20px;
  }
  .account-information h3 {
    display: none;
  }
  .account .header .minisearch .actions button.action {
    padding-right: 20px !important;
  }
  .account-logo {
    display: none;
  }
}
@media (max-width: 424.98px) {
  .winkel-account-container .block-dashboard-orders .orders-recent tr, .winkel-account-container .block-dashboard-orders .table-order-items tr, .winkel-account-container .orders-history .orders-recent tr, .winkel-account-container .orders-history .table-order-items tr {
    padding: 6px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 4px;
  }
}
.form .control-spinner-icon, .block-customer-login .control-spinner-icon, .product-add-form .control-spinner-icon {
  position: relative;
}
.form .control-spinner-icon .fa-spin, .block-customer-login .control-spinner-icon .fa-spin, .product-add-form .control-spinner-icon .fa-spin {
  position: absolute;
  top: calc(50% - 9px);
  right: 8px;
}
.form .label, .block-customer-login .label, .product-add-form .label {
  font-size: 16px;
  line-height: 20px;
  color: #5e4637;
  padding-bottom: 6px !important;
}
.form .label:after, .block-customer-login .label:after, .product-add-form .label:after {
  margin-left: 0 !important;
  font-size: 16px !important;
  line-height: 20px;
  color: #5e4637 !important;
}
.form .input-text, .block-customer-login .input-text, .product-add-form .input-text {
  background: #d5d3d3;
  border: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #5e4637;
}
.form .input-text::-webkit-input-placeholder, .block-customer-login .input-text::-webkit-input-placeholder, .product-add-form .input-text::-webkit-input-placeholder {
  color: #989595 !important;
}
.form .input-text::-moz-placeholder, .block-customer-login .input-text::-moz-placeholder, .product-add-form .input-text::-moz-placeholder {
  color: #989595 !important;
}
.form .input-text::placeholder, .block-customer-login .input-text::placeholder, .product-add-form .input-text::placeholder {
  color: #989595 !important;
}
.form .input-text:focus, .block-customer-login .input-text:focus, .product-add-form .input-text:focus {
  outline: none;
}
.form textarea, .block-customer-login textarea, .product-add-form textarea {
  background: #d5d3d3;
  color: #5e4637;
  font-size: 14px;
  line-height: 19px;
}
.form fieldset .mage-error:not(.input-text), .block-customer-login fieldset .mage-error:not(.input-text), .product-add-form fieldset .mage-error:not(.input-text) {
  font-size: 12px;
}
.form fieldset.login:after, .block-customer-login fieldset.login:after, .product-add-form fieldset.login:after {
  margin-left: 0 !important;
  margin-top: 5px !important;
  font-size: 16px;
  color: #5e4637;
}
.form select, .block-customer-login select, .product-add-form select {
  background: #d5d3d3;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  padding-right: 24px;
}
.form .select-container, .block-customer-login .select-container, .product-add-form .select-container {
  position: relative;
}
.form .select-container i, .block-customer-login .select-container i, .product-add-form .select-container i {
  color: #000;
  padding: 9px 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
}
.form .select-container select, .block-customer-login .select-container select, .product-add-form .select-container select {
  background: #d5d3d3;
  border: 0;
  border-radius: 5px;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 22px;
  padding-right: 24px;
}
.form .actions-toolbar, .block-customer-login .actions-toolbar, .product-add-form .actions-toolbar {
  margin-left: 0 !important;
}
.form .actions-toolbar .winkel-button, .block-customer-login .actions-toolbar .winkel-button, .product-add-form .actions-toolbar .winkel-button {
  color: #ffffff;
}
.form .actions button.action, .block-customer-login .actions button.action, .product-add-form .actions button.action {
  background: #f3efa2;
  color: #5e4637;
  line-height: 24px !important;
  font-size: 20px !important;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px !important;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: 0;
}
.form .actions button.action:hover, .block-customer-login .actions button.action:hover, .product-add-form .actions button.action:hover {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #5e4637;
}
.form .actions button.action:visited, .block-customer-login .actions button.action:visited, .product-add-form .actions button.action:visited {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #5e4637;
}
.form .fieldset .legend, .block-customer-login .fieldset .legend, .product-add-form .fieldset .legend {
  color: #5e4637;
  line-height: 40px;
  font-size: 30px;
  font-family: "Amaranth";
  font-weight: bold;
}
.form .fieldset .checkbox, .block-customer-login .fieldset .checkbox, .product-add-form .fieldset .checkbox {
  display: none;
}
.form .fieldset .checkbox + label, .block-customer-login .fieldset .checkbox + label, .product-add-form .fieldset .checkbox + label {
  position: relative;
  padding-left: 20px;
}
.form .fieldset .checkbox + label:before, .block-customer-login .fieldset .checkbox + label:before, .product-add-form .fieldset .checkbox + label:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: " ";
  width: 16px;
  height: 16px;
  border: 1px solid #d5d3d3;
  display: inline-block;
}
.form .fieldset .checkbox + label:after, .block-customer-login .fieldset .checkbox + label:after, .product-add-form .fieldset .checkbox + label:after {
  content: " ";
  background: transparent;
  border-radius: 2px;
  top: 6px;
  left: 3px;
  width: 10px;
  height: 10px;
  position: absolute;
  display: inline-block;
}
.form .fieldset .checkbox:checked + label:after,
.form .fieldset label.checked:after, .block-customer-login .fieldset .checkbox:checked + label:after,
.block-customer-login .fieldset label.checked:after, .product-add-form .fieldset .checkbox:checked + label:after,
.product-add-form .fieldset label.checked:after {
  background: #b0c8e8;
}
.form .fieldset:after, .block-customer-login .fieldset:after, .product-add-form .fieldset:after {
  margin: 15px 0 !important;
  font-size: 16px !important;
  line-height: 20px;
  color: #5e4637 !important;
}
.form .fieldset .mage-error:not(.input-text), .form .fieldset .field-error, .block-customer-login .fieldset .mage-error:not(.input-text), .block-customer-login .fieldset .field-error, .product-add-form .fieldset .mage-error:not(.input-text), .product-add-form .fieldset .field-error {
  font-size: 12px;
}

.page-layout-checkout .page-title-wrapper {
  text-align: center;
}
.page-layout-checkout .page-title-wrapper .page-title {
  margin-bottom: 0;
  color: #5e4637;
  line-height: 65px;
  font-size: 53px;
  font-family: "Amaranth";
  font-weight: bold;
}
.page-layout-checkout .multicheckout .block-title {
  color: #5e4637;
  line-height: 40px;
  font-size: 30px;
  font-family: "Amaranth";
  font-weight: bold;
}
.page-layout-checkout .multicheckout .item-title .radio {
  width: 20px;
  margin-top: -2px;
}
.page-layout-checkout .multicheckout .box-title > span {
  color: #5e4637;
  line-height: 30px;
  font-size: 20px;
  font-family: "Amaranth";
  font-weight: bold;
}
.page-layout-checkout .multicheckout .box-title .action {
  font-size: 20px;
  text-decoration: underline;
  color: #5e4637;
}
.page-layout-checkout .multicheckout title {
  margin-bottom: 0;
}
.page-layout-checkout .multicheckout .select-container {
  min-width: 200px;
}
.page-layout-checkout .multicheckout .actions .delete {
  line-height: 1.4rem;
}
.page-layout-checkout .multicheckout .actions .delete:before {
  content: "x";
}
.page-layout-checkout .multicheckout .actions .delete span {
  display: none;
}
.page-layout-checkout .multicheckout .actions-toolbar div.secondary {
  margin-top: 0;
}
.page-layout-checkout .product-item-name a {
  line-height: 18px;
}
.page-layout-checkout .multicheckout.success {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 30px;
}
.page-layout-checkout .multicheckout.success p {
  width: 70%;
  margin: 0 auto;
  font-size: 22px;
}
.page-layout-checkout .multicheckout.success .secondary-thank-you-content {
  padding-bottom: 30px;
}
.page-layout-checkout .multicheckout.success .secondary-thank-you-content p {
  font-size: 20px;
}
.page-layout-checkout .multicheckout.success .secondary-thank-you-content p a {
  font-size: 20px;
}
.page-layout-checkout .multicheckout.success .secondary-thank-you-content p a:hover {
  color: #5e4637;
}
.page-layout-checkout .multicheckout.success .orders-list li {
  font-family: "Amaranth";
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 24px;
}
.page-layout-checkout .multicheckout.success .orders-list li a {
  font-family: "Amaranth";
  color: #5e4637;
  line-height: 29px;
  font-size: 24px;
  font-weight: normal;
}

@media (max-width: 767.98px) {
  .page-layout-checkout .multicheckout.success p {
    width: 80%;
  }
  .page-layout-checkout .block-shipping .box-shipping-address {
    width: 50%;
  }
  .page-layout-checkout .block-shipping .box-items {
    width: 100%;
  }
  .page-layout-checkout .multicheckout .actions-toolbar div.primary {
    margin: 0;
  }
  .page-layout-checkout .multicheckout .actions-toolbar div.primary .winkel-button {
    width: 100%;
  }
  .page-layout-checkout .multicheckout .actions-toolbar .secondary {
    display: flex;
    flex-direction: column;
  }
  .page-layout-checkout .form-address-edit .actions-toolbar {
    display: flex;
    justify-content: space-between;
  }
}
.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 35px;
}
.breadcrumbs .items {
  margin: 0;
  padding: 0;
  display: flex;
}
.breadcrumbs .items .item {
  font-size: 16px;
  line-height: 20px;
  font-family: "Amaranth";
}
.breadcrumbs .items .item:after {
  content: "/";
  color: #5e4637;
}
.breadcrumbs .items .item:last-child:after {
  display: none;
}
.breadcrumbs .items .item a {
  font-size: 16px;
  line-height: 20px;
  color: #5e4637;
  padding-right: 2px;
}
.breadcrumbs .items .item strong {
  color: #5e4637;
}

.page.messages .message.error {
  font-size: 15px;
  line-height: 15px;
  font-family: "Amaranth";
  color: #5e4637;
}
.page.messages .message.error a {
  font-size: 15px;
  line-height: 15px;
  font-family: "Amaranth";
}
.page.messages .message.success {
  font-size: 15px;
  line-height: 15px;
  font-family: "Amaranth";
  color: #5e4637;
}
.page.messages .message.success a {
  font-size: 15px;
  line-height: 15px;
  font-family: "Amaranth";
}

.page-wrapper .message.info {
  font-size: 15px;
  line-height: 15px;
  font-family: "Amaranth";
  color: #5e4637;
}

.modals-wrapper .modal-inner-wrap .modal-content {
  padding: 15px 30px 15px 30px;
}
.modals-wrapper .modal-inner-wrap .modal-content p {
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
}
.modals-wrapper .modal-inner-wrap .modal-footer {
  border: none;
  padding: 15px;
}
.modals-wrapper .modal-inner-wrap .modal-footer button:not(.winkel-button) {
  background: #5e4637;
  color: #ffffff;
  line-height: 24px;
  font-size: 20px;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  border: 0;
  outline: none;
}
.modals-wrapper .modal-inner-wrap .modal-footer button:not(.winkel-button):hover {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  background: #5e4637;
  color: #ffffff;
}

.header {
  padding-top: 24px;
  background-color: #f8cbd3;
  background-size: cover;
  position: relative;
}
.header .logo {
  width: 126px;
  height: auto;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .header .logo {
    width: 160px;
  }
}
.header .logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.header .header-card {
  padding-top: 12px;
  padding-right: 20px;
}
.header .menu-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.header .main-menu {
  display: flex;
  justify-content: flex-end;
}
.header .main-menu .header-card {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-grow: 1;
}
.header .main-menu .header-card li {
  margin-bottom: 0;
  padding-left: 30px;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Amaranth";
}
.header .main-menu .header-card li a {
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Amaranth";
  text-decoration: none;
}
.header .main-menu .header-card:last-child {
  margin: 0;
  justify-content: flex-end;
  flex-grow: 0;
  align-items: center;
  flex-wrap: unset;
}
.header .main-menu .header-card:last-child li {
  color: #ffffff;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 20px !important;
  padding-left: 10px;
}
.header .main-menu .header-card:last-child li a {
  color: #ffffff;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 26px !important;
  margin: 0;
}
.header .header-information-wrapper {
  padding-top: 16px;
  padding-bottom: 90px;
  overflow: hidden;
  margin-bottom: 0;
}
.header .header-information {
  margin-top: 30px;
}
.header .header-information.home-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header .header-information.home-header ul li {
  margin-bottom: 0;
  margin-right: 20px;
}
.header .header-information.home-header ul li a {
  font-family: "Amaranth";
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
  color: #5e4637;
}
.header .header-information.home-header ul li a:hover {
  font-size: 18px;
}
.header .header-information.category-header-info {
  margin-bottom: 20px;
  margin-top: 0;
}
.header .header-information.category-header-info h1 {
  margin: 0;
  font-size: 48px;
}
.header .header-information.category-header-info p {
  margin: 0;
}
.header .header-information h1 {
  font-size: 53px;
  line-height: 65px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.header .header-information p {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.header .header-information img {
  width: 100%;
  height: auto;
  display: inline-block;
  float: right;
}
.header .header-information .description p {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}
.header .search-area {
  position: absolute;
  width: 50%;
  bottom: 5px;
  right: 5px;
}
.header .search-area .block-search {
  width: 100%;
}
.header .search-area .form-search,
.header .search-area .minisearch {
  position: relative;
}
.header .search-area .form-search label,
.header .search-area .minisearch label {
  display: none;
}
.header .search-area .form-search .button,
.header .search-area .minisearch .button {
  display: none;
}
.header .search-area .form-search .actions,
.header .search-area .minisearch .actions {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
}
.header .search-area .form-search .actions .action,
.header .search-area .minisearch .actions .action {
  background: transparent;
  position: static;
}
.header .search-area .form-search .actions .action:before,
.header .search-area .minisearch .actions .action:before {
  color: #b0c8e8;
  line-height: 14px;
}
.header .search-area .form-search .actions .action:focus,
.header .search-area .minisearch .actions .action:focus {
  outline: none;
}
.header .search-area .form-search .has-search,
.header .search-area .form-search .control,
.header .search-area .minisearch .has-search,
.header .search-area .minisearch .control {
  position: relative;
}
.header .search-area .form-search .has-search .form-control-feedback,
.header .search-area .form-search .control .form-control-feedback,
.header .search-area .minisearch .has-search .form-control-feedback,
.header .search-area .minisearch .control .form-control-feedback {
  position: absolute;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #b0c8e8;
  top: 9px;
  right: 8%;
  content: "";
}
.header .search-area .form-search #search,
.header .search-area .minisearch #search {
  border-radius: 30px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Amaranth";
  padding: 10px 15px;
  width: 90%;
  margin-left: 5%;
  color: #b0c8e8;
  border: 0;
  background-color: #ffffff;
}
.header .search-area .form-search #search::-webkit-input-placeholder,
.header .search-area .minisearch #search::-webkit-input-placeholder {
  color: #b0c8e8 !important;
}
.header .search-area .form-search #search::-moz-placeholder,
.header .search-area .minisearch #search::-moz-placeholder {
  color: #b0c8e8 !important;
}
.header .search-area .form-search #search::placeholder,
.header .search-area .minisearch #search::placeholder {
  color: #b0c8e8 !important;
}
.header .search-area .form-search .search-autocomplete,
.header .search-area .minisearch .search-autocomplete {
  left: 5%;
}
.header .search-area .form-search .search-autocomplete ul,
.header .search-area .minisearch .search-autocomplete ul {
  width: 94%;
  margin-left: 3%;
}
.header .search-area .form-search .search-autocomplete ul li,
.header .search-area .minisearch .search-autocomplete ul li {
  background: #ffffff;
  border: 0;
}
.header a.winkel-my-account {
  color: #5e4637 !important;
  font-size: 16px !important;
  padding-top: 2px;
  padding-bottom: 2px;
  white-space: nowrap;
  font-weight: normal !important;
}
.header a.winkel-my-account i {
  padding-left: 4px;
  font-size: 16px;
}
.header a.winkel-logout {
  margin-right: 5px !important;
  text-decoration: none;
  color: #ffffff;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

.page-header {
  border: 0;
}
.page-header .header a.winkel-button {
  font-weight: bold;
}
.page-header .header .winkel-button:hover {
  line-height: 24px;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .header {
    background-size: cover;
    min-height: 250px;
  }
  .header .logo img {
    margin: 0 auto;
  }
  .header .search-area .block-search {
    margin-top: 10px;
  }
  .header .header-logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .header-logo-area .action.nav-toggle {
    display: none;
  }
  .header .header-logo-area .logo {
    padding: 0;
    margin: 0 auto;
  }
  .header .navbar {
    padding-top: 12px;
  }
  .header .header-card .winkel-my-account-mobile {
    color: #ffffff;
    font-size: 20px;
  }
  .header .header-card .winkel-my-account-mobile:hover {
    font-size: 20px;
  }
  .header .header-card .winkel-card {
    color: #5e4637 !important;
    position: relative;
  }
  .header .header-card .winkel-card span.counter {
    position: absolute;
    display: inline-flex;
    width: 14px;
    height: 14px;
    background: #f3efa2;
    border-radius: 100%;
    color: #5e4637;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    top: -4px;
    right: -8px;
  }
  .header .header-mobile-menu .navbar-toggler {
    border: 0;
    color: #ffffff;
    background-color: transparent;
    outline: none;
  }
  .header .header-mobile-menu #winkel-mobile-menu {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 20px 10% 10%;
    background: #ffffff;
    z-index: 10;
  }
  .header .header-mobile-menu #winkel-mobile-menu .winkel-mobile-menu-close {
    background-color: transparent;
    border: none;
    outline: none;
  }
  .header .header-mobile-menu #winkel-mobile-menu ul {
    list-style: none;
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }
  .header .header-mobile-menu #winkel-mobile-menu ul li {
    font-family: "Amaranth";
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #5e4637;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .header .header-mobile-menu #winkel-mobile-menu ul li.delimiter {
    display: none;
  }
  .header .header-mobile-menu #winkel-mobile-menu ul li a {
    font-size: 20px;
    font-family: "Amaranth";
    font-weight: bold;
    padding: 0;
    color: #5e4637;
  }
  .header .logo {
    width: 50px !important;
    height: 50px;
  }
  .header .header-information {
    padding: 0 5px;
  }
  .header .header-information h1 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .header .header-information p {
    font-size: 14px;
    line-height: 17px;
  }
  .header .header-information img {
    float: none;
    margin-top: 0 !important;
  }
  .header .header-information a {
    width: 100%;
  }
  .header .search-area {
    position: static;
    width: 100%;
  }
  .header .search-area .minisearch .control {
    border: 0;
  }
  .header .search-area .minisearch #search {
    position: static;
    width: 100%;
    margin: 0;
  }
  .header .search-area .actions .action {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px !important;
    margin: 0;
  }
  .header .search-area .actions .action:after {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    color: #b0c8e8;
    content: "\e615";
    font-family: "icons-blank-theme";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
  }
  .header .search-area .actions .action span {
    display: none;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .header .search-area {
    margin-bottom: 20px;
  }
}
.page-header .top-menu {
  display: flex;
  align-items: center;
  min-height: 40px;
  background-color: #5E4637;
  font-family: "Amaranth";
  line-height: 1.5;
}
.page-header .top-menu * {
  font-family: inherit;
}
.page-header .top-menu li,
.page-header .top-menu li a {
  color: #ffffff;
}
.page-header .top-menu .header-top-usps {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-header .top-menu .header-top-usps {
    width: auto;
  }
}
.page-header .top-menu .header-top-usps ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-header .top-menu .header-top-usps ul li {
  display: none;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
}
.page-header .top-menu .header-top-usps ul li.is-active {
  display: flex;
}
.page-header .top-menu .header-top-usps ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/cover no-repeat;
}
.page-header .top-menu .header-top-menu {
  display: none;
}
@media (min-width: 1024px) {
  .page-header .top-menu .header-top-menu {
    display: block;
  }
}
.page-header .top-menu .header-top-menu ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-header .top-menu .header-top-menu ul li {
  margin-bottom: 0;
  padding-left: 15px;
  color: #ffffff;
}
.page-header .top-menu .header-top-menu ul li.delimiter {
  border-right: 1px solid white;
}
.page-header .top-menu .header-top-menu ul li .fa, .page-header .top-menu .header-top-menu ul li .fas {
  font-size: 16px;
}
.page-header .top-menu .header-top-menu ul li a {
  font-size: 16px;
}

.footer .owl-carousel .owl-wrapper,
.footer .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.footer .footer-container {
  position: relative;
  background: #5e4637 url("../images/brown_logo.svg") no-repeat top left;
  overflow: hidden;
  background-position-y: -30px;
  background-position-x: -20px;
  padding-top: 60px;
  padding-bottom: 35px;
  background: #f8cbd3;
  color: #5e4637 !important;
}
.footer .footer-container p {
  color: #5e4637 !important;
}
.footer .footer-container:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background: transparent url("../images/pattern.svg") repeat-x bottom left;
  background-size: cover;
  background-position: center;
  z-index: 1;
  height: 40px;
  width: 100%;
}
.footer .footer-container h4 {
  color: #ffffff;
  font-size: 26px;
  line-height: 31px;
  margin: 0 0 20px 0;
  font-family: "Amaranth";
  font-weight: normal;
}
.footer .footer-container p {
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 15px 0;
}
.footer .footer-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .footer-container ul li {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 0;
}
.footer .footer-container ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
}
.footer .footer-container ul li a[href^="tel:"]:before {
  content: "\f095";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.footer .footer-container ul li a[href^="mailto:"]:before {
  content: "\f0e0";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.footer .footer-container ul li address {
  margin: 0;
}
.footer .footer-container ul li address:before {
  content: "\f041";
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.footer .footer-container p a {
  display: inline-block;
  height: 40px;
  margin-right: 15px;
}
.footer .footer-container p a em {
  color: transparent;
  background: #ffffff;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100%;
}
.footer .footer-container p a em:before {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e4637;
  height: 100%;
}
.footer .footer-container .column-content {
  margin-bottom: 10px;
}
.footer.checkout-footer .footer-container {
  padding: 70px 0 50px;
}
.footer.checkout-footer p {
  font-size: 26px;
  line-height: 31px;
  font-weight: normal;
  margin: 0;
  font-family: "Amaranth";
}
.footer.checkout-footer ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.footer.checkout-footer ul li a {
  font-size: 18px;
  font-weight: bold;
  font-family: "Amaranth";
  line-height: 26px;
  padding: 6px 30px;
  display: inline-block;
  background: #f3efa2;
  border-radius: 24px;
  margin: 0 15px;
  color: #5e4637;
}
.footer.checkout-footer ul li a:hover {
  text-decoration: none;
}
.footer.checkout-footer ul li a:before {
  display: none;
}

.footer-logos {
  padding-top: 30px;
  margin-bottom: 100px;
}
.footer-logos h3 {
  font-size: 38px;
  font-family: "Amaranth";
  font-weight: normal;
  line-height: 46px;
  text-align: center;
  margin-bottom: 30px;
}
.footer-logos ul {
  padding: 0;
  margin: 0;
  list-style: none none;
  display: flex;
  justify-content: space-between;
}
.footer-logos ul .owl-item li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logos ul .owl-item li img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.footer-bottom {
  background-color: #f4a9b6;
}
.footer-bottom p {
  padding: 22px 0;
  margin: 0;
  font-size: 16px;
  font-family: "Amaranth";
  font-weight: normal;
}
.footer-bottom img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.footer-bottom ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.footer-bottom ul li {
  font-size: 16px;
  padding: 22px 0;
  font-family: "Amaranth";
  font-weight: normal;
}
.footer-bottom ul li p {
  padding: 0;
}
.footer-bottom ul li a {
  font-size: 16px;
  font-family: "Amaranth";
  font-weight: normal;
  color: #5e4637;
  margin: 0;
}
.footer-bottom ul li a:hover {
  color: #5e4637;
}

.page-footer .footer {
  border: none;
}
.page-footer .footer.content {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.page-footer .footer a:hover {
  color: inherit;
}
.page-footer .footer .block.newsletter {
  display: none;
}

.store-information {
  display: none !important;
}

@media (max-width: 767.98px) {
  .footer .footer-container {
    background-size: 70%;
    padding: 100px 20px 20px 20px;
  }
  .footer .footer-container h4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    cursor: pointer;
  }
  .footer .footer-container h4:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    float: right;
    margin-top: 5px;
  }
  .footer .footer-container h4.active:after {
    transform: rotate(180deg);
  }
  .footer .footer-container .column-content {
    display: none;
    border-bottom: 1px solid #fff;
  }
  .footer .footer-container ul {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer .footer-container .socials p {
    text-align: center;
  }
  .footer-logos h3 {
    font-size: 34px;
    line-height: 41px;
  }
  .footer-bottom p {
    text-align: center;
  }
  .footer-bottom img {
    margin: 0 auto;
  }
  .footer-bottom ul {
    justify-content: space-around;
  }
  .footer-bottom ul li {
    padding: 0;
  }
}
.search .modes {
  display: none;
}
.search .toolbar-amount {
  font-size: 16px;
  font-weight: normal;
}
.search .toolbar-products {
  margin-bottom: 10px;
}
.search .toolbar .limiter span {
  font-size: 16px;
  font-weight: normal;
  font-family: "Amaranth";
  color: #5e4637;
}
.search .toolbar .sorter-label {
  font-size: 16px;
  font-weight: normal;
  font-family: "Amaranth";
  color: #5e4637;
}
.search .toolbar .sorter-options, .search .toolbar .limiter-options {
  background: #d5d3d3;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  padding-right: 24px;
}
.search .products {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-main .message {
  font-size: 16px;
}

.special-order-info h2 {
  font-size: 40px;
  line-height: 48px;
  margin-top: 0;
}
.special-order-info p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans";
  font-weight: normal;
}
.special-order-info ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.special-order-info ul li a {
  font-size: 18px;
  color: #5e4637;
  background: #f3efa2;
  display: inline-block;
  width: 250px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
}
.special-order-info ul li a:hover {
  text-decoration: none;
}
.special-order-info ul li a:visited {
  color: #5e4637;
}

.special-order-item {
  border-bottom: 1px solid #d5d3d3;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.special-order-item .item-image {
  width: 80px;
  margin-right: 25px;
}
.special-order-item .item-image img {
  max-width: 100%;
  display: block;
}
.special-order-item .item-info .item-title {
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
}
.special-order-item .item-info .item-price {
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  font-family: "Open Sans";
}

.special-order-item-add {
  color: #A5A5A5 !important;
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px dashed #d5d3d3;
  border-radius: 25px;
  cursor: pointer;
  min-height: 75px;
}
.special-order-item-add i {
  font-size: 40px;
  padding: 0 20px;
}
.special-order-item-add span {
  font-size: 17px;
  line-height: 21px;
}

.special-order-form {
  margin-bottom: 100px;
}
.special-order-form .mage-error {
  font-size: 12px !important;
}
.special-order-form .form .form-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 35px;
  padding-top: 10px;
  border-top: 1px solid #d5d3d3;
}
.special-order-form .form .form-fields {
  border-top: 1px solid #d5d3d3;
  padding-top: 25px;
  margin-top: 25px;
}
.special-order-form .form .form-fields .field {
  width: 80%;
  margin: 0 auto 20px;
}
.special-order-cases {
  margin-bottom: 70px;
}
.special-order-cases .cases-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.special-order-cases .cases-button {
  text-align: center;
  margin-top: 40px;
}
.special-order-cases .case-item {
  border: 1px solid #B0C8E8;
  position: relative;
  height: 100%;
}
.special-order-cases .case-item .case-image {
  display: inline-block;
}
.special-order-cases .case-item .case-image img {
  display: block;
  margin: 0 auto;
}
.special-order-cases .case-item .case-title {
  padding-left: 10px;
  margin-bottom: 25px;
}
.special-order-cases .case-item .case-title a {
  font-size: 24px;
  line-height: 29px;
  color: #5e4637;
}
.special-order-cases .case-item .case-card-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 10px 10px;
}
.special-order-cases .case-item .case-card-bottom .case-link {
  float: right;
  color: #b0c8e8;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .special-order-info ul {
    flex-direction: column;
  }
  .special-order-info ul li {
    text-align: center;
  }
}
.authentication-wrapper {
  display: none;
}

.page-layout-checkout .container {
  max-width: 1300px;
}
.page-layout-checkout .delivery-form a {
  color: #5e4637;
  font-size: 24px;
  text-decoration: underline;
}
.page-layout-checkout .delivery-form a:hover {
  color: #5e4637;
}
.page-layout-checkout .modal-popup .modal-inner-wrap {
  width: 40%;
}
.page-layout-checkout .store-information span {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  padding-left: 15px;
}
.page-layout-checkout .authentication-wrapper {
  margin-top: 0;
}
.page-layout-checkout .authentication-wrapper .action {
  color: #5e4637;
  outline: none;
  margin-top: 40px;
  background: #f3efa2;
  border-radius: 20px;
  font-size: 16px;
  padding: 6px 14px;
  border: 0;
}
.page-layout-checkout .authentication-wrapper .action:after {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  font-size: 16px;
  margin-left: 5px;
}
.page-layout-checkout .authentication-wrapper .action:hover {
  background: #f3efa2;
}
.page-layout-checkout .authentication-dropdown {
  top: 80px;
}
.page-layout-checkout .authentication-dropdown .modal-header {
  border: none;
}
.page-layout-checkout .authentication-dropdown .mage-error {
  font-size: 14px;
}
.page-layout-checkout .authentication-dropdown .label {
  margin-bottom: 5px;
}
.page-layout-checkout .authentication-dropdown .action-close {
  outline: none;
}
.page-layout-checkout .authentication-dropdown .modal-content {
  border: none;
}
.page-layout-checkout .authentication-dropdown .actions-toolbar {
  margin-left: 0;
}
.page-layout-checkout .authentication-dropdown .actions-toolbar .primary .action-login {
  background: #5e4637;
  color: #ffffff;
  line-height: 24px;
  font-size: 20px;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: 0;
}
.page-layout-checkout .authentication-dropdown .actions-toolbar .primary .action-login:hover {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.page-layout-checkout .authentication-dropdown .actions-toolbar .primary .action-login:visited {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.page-layout-checkout .authentication-dropdown .actions-toolbar .secondary {
  padding-top: 2px;
}
.page-layout-checkout .authentication-dropdown .actions-toolbar .secondary .action {
  font-size: 16px;
}
.page-layout-checkout .authentication-dropdown .actions-toolbar .secondary .action:hover {
  color: #5e4637;
}
.page-layout-checkout .checkout-container .step-title,
.page-layout-checkout .checkout-container .title,
.page-layout-checkout .checkout-container .shipping-information-title {
  color: #5e4637;
  line-height: 40px;
  font-size: 30px;
  font-family: "Amaranth";
  font-weight: bold;
  border: none;
}
.page-layout-checkout .checkout-container .opc-sidebar .modal-header {
  display: none;
}
.page-layout-checkout .checkout-container .opc-sidebar .opc-block-summary .mark {
  background: transparent;
}
.page-layout-checkout .checkout-container .opc-sidebar .opc-block-shipping-information {
  background: #f5f5f5;
}
.page-layout-checkout .checkout-container .opc-sidebar .opc-block-shipping-information .ship-via {
  margin: 0;
  padding-bottom: 20px;
}
.page-layout-checkout .checkout-container .opc-block-summary {
  margin: 0;
}
.page-layout-checkout .checkout-container .opc-block-summary .title {
  display: flex;
}
.page-layout-checkout .checkout-container .minicart-items-wrapper .minicart-items .product-item-inner {
  display: block;
}
.page-layout-checkout .checkout-container .minicart-items-wrapper .minicart-items .product-item-inner .product-item-name {
  margin-bottom: 5px;
}
.page-layout-checkout .checkout-container .minicart-items-wrapper .minicart-items .product-item-inner .details-qty {
  font-size: 18px;
  margin-top: 0;
}
.page-layout-checkout .checkout-container .minicart-items-wrapper .minicart-items .product-item-inner .product-item-name-block {
  display: block;
}
.page-layout-checkout .checkout-container .minicart-items-wrapper .minicart-items .product-item-inner .subtotal {
  display: block;
}
.page-layout-checkout .checkout-container .minicart-items-wrapper .minicart-items .product-item-inner .subtotal .price-excluding-tax {
  margin: 0;
}
.page-layout-checkout .checkout-container .minicart-items-wrapper .minicart-items .product-item-inner .subtotal .price {
  font-size: 22px;
}
.page-layout-checkout .checkout-container .methods-shipping .radio {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}
.page-layout-checkout .checkout-container .methods-shipping .actions-toolbar .primary .continue {
  background: #5e4637;
  color: #ffffff;
  line-height: 24px;
  font-size: 20px;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: 0;
}
.page-layout-checkout .checkout-container .methods-shipping .actions-toolbar .primary .continue:hover {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.page-layout-checkout .checkout-container .methods-shipping .actions-toolbar .primary .continue:visited {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.page-layout-checkout .checkout-container .payment-method-title {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio] {
  --active: #5e4637;
  --active-inner: #fff;
  --focus: 2px rgba(94, 70, 55, 0.3);
  --border: #bbc1e1;
  --border-hover: #5e4637;
  --background: #fff;
  --disabled: #f6f8ff;
  --disabled-inner: #e1e6f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  border-radius: 50%;
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio]:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio]:focus {
  box-shadow: 0 0 0 var(--focus);
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio]:not(.switch) {
  width: 21px;
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio]:not(.switch):after {
  opacity: var(--o, 0);
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio]:not(.switch):checked {
  --o: 1;
}
.page-layout-checkout .checkout-container .payment-method-title input[type=radio] + label {
  cursor: pointer;
  margin-left: 4px;
}
.page-layout-checkout .checkout-container .payment-method-title label {
  margin: 0;
  padding-bottom: 0 !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-layout-checkout .checkout-container .payment-method-title label img {
  order: 2;
}
.page-layout-checkout .checkout-container .payment-method-content {
  padding: 0;
}
.page-layout-checkout .checkout-container .payment-method-content .actions-toolbar {
  margin-top: 0;
}
.page-layout-checkout .checkout-container .payment-method-content .actions-toolbar .primary {
  width: 100%;
}
.page-layout-checkout .checkout-container .payment-method-content .actions-toolbar .primary .action {
  width: 100%;
  padding: 10px 20px;
  font-size: 1.2rem;
}
.page-layout-checkout .opc-progress-bar {
  margin-bottom: 30px;
  position: relative;
  margin-top: 70px;
}
.page-layout-checkout .opc-progress-bar:before {
  width: 21px;
  height: 21px;
  left: 0;
  top: 10.5px;
  border-radius: 50%;
  content: "\f00c";
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  background: #f3efa2;
  line-height: 22px;
  z-index: 1;
  text-align: center;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-first-item {
  width: 0;
  position: relative;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-first-item span {
  color: #5e4637;
  position: absolute;
  width: 200px;
  font-size: 16px;
  height: 31px;
  line-height: 31px;
  background: #f3efa2;
  min-width: 200px;
  padding: 0 15px;
  border-radius: 20px;
  text-align: center;
  font-family: "Amaranth";
  font-weight: normal;
  right: -187px;
  top: -40px;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-first-item span:before {
  content: "";
  width: 19px;
  height: 19px;
  background: #f3efa2;
  position: absolute;
  z-index: -1;
  left: 15px;
  top: 20px;
  border-radius: unset;
  transform: rotate(45deg);
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-first-item span:after {
  display: none;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item {
  width: 50%;
  position: relative;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item:last-child span {
  right: -10px;
  top: -40px;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item:last-child span:before {
  left: auto;
  right: 11px;
  top: 20px;
  z-index: 2;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item:after {
  width: 21px;
  height: 21px;
  right: 0;
  top: 10.5px;
  border-radius: 50%;
  content: "";
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  background: #d5d3d3;
  line-height: 22px;
  z-index: 1;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item span {
  color: #5e4637;
  position: absolute;
  width: 200px;
  font-size: 16px;
  height: 31px;
  line-height: 31px;
  background: #d5d3d3;
  min-width: 200px;
  padding: 0 15px;
  border-radius: 20px;
  text-align: center;
  font-family: "Amaranth";
  right: -100px;
  top: -40px;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item span:before {
  content: "";
  width: 19px;
  height: 19px;
  background: #d5d3d3;
  position: absolute;
  left: 100px;
  z-index: -1;
  top: 20px;
  border-radius: unset;
  transform: rotate(45deg);
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item span:after {
  display: none;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._complete:before {
  background: #f3efa2;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._complete:after {
  background: #f3efa2;
  content: "\f00c";
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._complete span {
  background: #f3efa2;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._complete span:before {
  background: #f3efa2;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #f3efa2;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._active:after {
  background: #f3efa2;
  content: "";
  width: 34px;
  height: 34px;
  top: 5px;
  right: -7px;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._active span {
  background: #f3efa2;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._active span:before {
  background: #f3efa2;
}
.page-layout-checkout .opc-sidebar {
  display: none;
}
.page-layout-checkout .opc-estimated-wrapper {
  display: none;
}
.page-layout-checkout .opc-wrapper {
  width: 100%;
  padding: 0;
}
.page-layout-checkout .opc-wrapper .opc {
  display: flex;
  justify-content: space-between;
}
.page-layout-checkout .opc-wrapper li.checkout-shipping-method {
  width: 48%;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address {
  width: 48%;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address [name="shippingAddress.firstname"],
.page-layout-checkout .opc-wrapper .checkout-shipping-address [name="shippingAddress.city"] {
  width: 48%;
  float: left;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address [name="shippingAddress.lastname"],
.page-layout-checkout .opc-wrapper .checkout-shipping-address [name="shippingAddress.postcode"] {
  width: 48%;
  float: right;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address [name="shippingAddress.region"],
.page-layout-checkout .opc-wrapper .checkout-shipping-address [name="shippingAddress.country_id"] {
  display: none;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .street .label {
  width: 100%;
  text-align: left;
  font-weight: 600;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .street .control {
  width: 100%;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .street .control [name="shippingAddress.street.1"],
.page-layout-checkout .opc-wrapper .checkout-shipping-address .street .control [name="shippingAddress.street.2"] {
  display: none;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .shipping-address-item {
  border: 2px solid #d5d3d3;
  padding: 15px 35px 15px 18px;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .shipping-address-item:after {
  background: transparent;
  border-left: 2px solid #d5d3d3;
  border-bottom: 2px solid #d5d3d3;
  height: 27px;
  width: 29px;
  position: absolute;
  right: 0;
  top: 0;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item:after {
  border: none;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .shipping-address-item .edit-address-link {
  margin-top: 10px;
  text-decoration: underline;
  color: #5e4637;
  font-family: "Amaranth";
  font-weight: normal;
  font-size: 18px;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item {
  border-color: #5e4637;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item:after {
  background: #5e4637;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .shipping-address-item a {
  font-size: 22px;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .shipping-address-item a:hover {
  color: #5e4637;
}
.page-layout-checkout .opc-wrapper .checkout-shipping-address .shipping-address-item .action-select-shipping-item {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 29px;
  height: 27px;
  outline: none;
  overflow: hidden;
  color: transparent;
  border: 0;
  border-left: 2px solid #d5d3d3;
  border-bottom: 2px solid #d5d3d3;
  border-radius: 0;
}
.page-layout-checkout .opc-wrapper .new-address-popup .action-show-popup {
  background: #5e4637;
  color: #ffffff;
  line-height: 24px;
  font-size: 20px;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: 0;
  outline: none;
}
.page-layout-checkout .opc-wrapper .new-address-popup .action-show-popup:hover {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.page-layout-checkout .opc-wrapper .new-address-popup .action-show-popup:visited {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method {
  width: 100%;
  position: relative;
  min-height: 700px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title {
  padding: 10px 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio] {
  --active: #5e4637;
  --active-inner: #fff;
  --focus: 2px rgba(94, 70, 55, 0.3);
  --border: #bbc1e1;
  --border-hover: #5e4637;
  --background: #fff;
  --disabled: #f6f8ff;
  --disabled-inner: #e1e6f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:focus {
  box-shadow: 0 0 0 var(--focus);
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:not(.switch) {
  width: 21px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:not(.switch):after {
  opacity: var(--o, 0);
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:not(.switch):checked {
  --o: 1;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio] + label {
  cursor: pointer;
  margin-left: 4px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio] {
  border-radius: 50%;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio]:checked {
  --s: 0.5;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-billing-address .checkout-billing-address {
  margin: 0 0 10px 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-billing-address .billing-address-same-as-shipping-block {
  margin-bottom: 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-billing-address .billing-address-details {
  padding: 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .actions-toolbar {
  margin: 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .actions-toolbar .checkout {
  margin: 0 0 15px 0 !important;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .opc-payment {
  width: 33%;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .table-totals {
  float: left;
  width: 64%;
  margin-bottom: 10px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .table-totals .totals .mark {
  background: transparent;
  padding: 0 0 5px 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .table-totals .totals .amount {
  text-align: right;
  padding: 0 10px 5px 0;
  font-weight: 300;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart {
  float: left;
  width: 64%;
  margin: 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .title {
  display: none;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items {
  display: block !important;
  padding-top: 10px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item {
  margin: 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product {
  margin: 0;
  position: relative;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product .toggle {
  float: right;
  font-size: 13px;
  background: #b9b9b9;
  border-radius: 25px;
  height: 25px;
  font-weight: normal;
  color: #fff;
  padding: 0 15px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product .toggle:after {
  display: none;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product .content {
  float: left;
  width: 90%;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product .content .item-options:before {
  display: table;
  content: "";
  clear: both;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product .content .item-options .label {
  display: none;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product .content .item-options .values {
  font-weight: normal;
  font-size: 14px;
  background: #d5d3d3;
  float: left;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product .product-item-inner {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product .product-item-name {
  float: left;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product .subtotal {
  position: absolute;
  top: 0;
  right: 110px;
  font-size: 21px;
  font-weight: normal;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product .details-qty {
  float: left;
  width: 100%;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items .product-item .product .product-image-container {
  margin-right: 20px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .items-in-cart .minicart-items-wrapper {
  padding: 0;
  margin: 0;
  border: none;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .opc-payment-additional {
  float: left;
  width: 64%;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-option-title {
  padding: 15px 0 5px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-option-content {
  padding: 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type=radio] {
  float: left;
  width: 21px;
  height: 21px;
  margin-right: 9px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title .label {
  display: block;
  margin-bottom: 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title .label img {
  float: right;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-option-content .messages .message-error {
  font-size: 14px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content {
  padding: 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content [name="billingAddresscheckmo.firstname"],
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content [name="billingAddresscheckmo.city"] {
  width: 48%;
  float: left;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content [name="billingAddresscheckmo.lastname"],
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content [name="billingAddresscheckmo.postcode"] {
  width: 48%;
  float: right;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content [name="billingAddresscheckmo.region"],
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content [name="billingAddresscheckmo.country_id"] {
  display: none;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .street .label {
  width: 100%;
  text-align: left;
  font-weight: 600;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .street .control {
  width: 100%;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .street .control [name="billingAddresscheckmo.street.1"],
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .street .control [name="billingAddresscheckmo.street.2"] {
  display: none;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content a {
  font-size: 22px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content a:hover {
  color: #5e4637;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .action {
  background: #5e4637;
  color: #ffffff;
  line-height: 24px !important;
  font-size: 20px !important;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin: 15px 20px 20px 0;
  border: 0;
  outline: none;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .action:hover {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .action:visited {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .billing-address-same-as-shipping-block input[type=checkbox] {
  display: none;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .billing-address-same-as-shipping-block input[type=checkbox] + label {
  position: relative;
  padding-left: 20px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .billing-address-same-as-shipping-block input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: " ";
  width: 16px;
  height: 16px;
  border: 1px solid #d5d3d3;
  display: inline-block;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .billing-address-same-as-shipping-block input[type=checkbox] + label:after {
  content: " ";
  background: transparent;
  border-radius: 2px;
  top: 6px;
  left: 3px;
  width: 10px;
  height: 10px;
  position: absolute;
  display: inline-block;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .billing-address-same-as-shipping-block input[type=checkbox]:checked + label:after,
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-content .billing-address-same-as-shipping-block label.checked:after {
  background: #b0c8e8;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .form-discount {
  max-width: 100%;
  position: relative;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .form-discount .payment-option-inner {
  margin: 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .form-discount #discount-code {
  float: right;
  width: 40%;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .form-discount .actions-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .form-discount .actions-toolbar .action-apply {
  margin: 2px;
  padding: 0;
  height: 32px;
  width: 46px;
  border-radius: 5px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .form-discount .actions-toolbar .action-apply:after {
  content: "+";
  font-size: 20px;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .form-discount .actions-toolbar .action-apply span {
  display: none;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .payment-option-title .action-toggle {
  color: #5e4637;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .actions-toolbar .action {
  background: #5e4637;
  color: #ffffff;
  line-height: 24px !important;
  font-size: 20px !important;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: 0;
  outline: none;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .actions-toolbar .action:hover {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.page-layout-checkout .opc-wrapper .checkout-payment-method .actions-toolbar .action:visited {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}

.checkout-onepage-success .checkout-success {
  text-align: center;
  padding-top: 40px;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.checkout-onepage-success .checkout-success .actions-toolbar .action {
  background: #5e4637;
  color: #ffffff;
  line-height: 24px !important;
  font-size: 20px !important;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: 0;
  outline: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar .action:hover {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.checkout-onepage-success .checkout-success .actions-toolbar .action:visited {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}

.checkout-shipping-method .step-title {
  display: none;
}
.delivery-form {
  border-top: 1px solid #dedede;
  padding-top: 30px;
  margin-top: 23px;
  margin-bottom: -15px;
}
.delivery-form .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 25px;
}
.delivery-form .label-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: normal;
}
.delivery-form .account-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}
.delivery-form .account-info-container {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.delivery-form .account-info-container ul {
  margin: 8px 0 17px 0;
  list-style: none;
  padding-left: 0;
}
.delivery-form .account-info-container ul li {
  font-family: "Amaranth";
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  padding-left: 27px;
  margin-bottom: 5px;
}
.delivery-form .account-info-container ul li:before {
  content: "";
  background: transparent url("../images/check-circle-solid.png") 0 0 no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
}
.delivery-form .right-column-checkbox-spacing {
  margin-bottom: 24px;
}

.form-group-checkboxes {
  display: flex;
  justify-content: start;
  margin-bottom: 5px;
}
.form-group-checkboxes .checkbox {
  display: none;
}
.form-group-checkboxes .checkbox + label {
  position: relative !important;
  padding-left: 23px !important;
  margin-right: 13px;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  font-family: "Open Sans";
  color: #989595;
}
.form-group-checkboxes .checkbox + label a {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  font-family: "Open Sans";
  color: #989595;
  text-decoration: underline;
}
.form-group-checkboxes .checkbox + label:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: " ";
  width: 16px;
  height: 16px;
  border: 1px solid #d5d3d3;
  display: inline-block;
}
.form-group-checkboxes .checkbox + label:after {
  content: " ";
  background: transparent;
  border-radius: 2px;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  position: absolute;
  display: inline-block;
}
.form-group-checkboxes .checkbox:checked + label:after,
.form-group-checkboxes label.checked:after {
  background: #b0c8e8;
}

.checkout-product-container {
  border-bottom: 1px solid #dedede;
  padding-top: 5px;
  padding-bottom: 5px;
}
.checkout-product-container:first-child {
  border-top: 1px solid #dedede;
}
.checkout-product-container .row {
  margin: 0 -5px;
}
.checkout-product-container .row .col-md-6,
.checkout-product-container .row .col-12 {
  padding: 0 5px;
}
.checkout-product-container .checkout-item-column {
  padding: 0 0 10px 0;
}
.checkout-product-container .checkout-product-collapsed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 5px;
  font-family: "Amaranth";
  font-weight: normal;
  font-size: 18px;
}
.checkout-product-container .checkout-product-collapsed .checkout-product-image {
  max-width: 55px;
  margin-right: 10px;
}
.checkout-product-container .checkout-product-collapsed .price {
  font-size: 21px;
}
.checkout-product-container .checkout-product-details-container {
  margin-top: 13px;
  margin-bottom: 8px;
}

.checkout-product-info {
  display: flex;
}
.checkout-product-info .checkout-product-image {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.checkout-product-details {
  flex-grow: 1;
}
.checkout-product-details .product-item-name {
  display: block;
  margin-bottom: 15px;
}
.checkout-product-details .product-item-name a {
  font-family: "Amaranth";
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
}
.checkout-product-details .item-choosen-options {
  margin-top: 15px;
}
.checkout-product-details .item-choosen-options span {
  font-size: 12px;
  font-weight: normal;
  font-family: "Open Sans";
  margin-bottom: 0;
  color: #707070;
  line-height: 17px;
}
.checkout-product-details .item-choosen-options span.option-label {
  font-weight: bold;
}
.checkout-product-details .item-choosen-options img {
  display: block;
  width: 60px;
  margin-top: 5px;
  border: 1px dashed #b9b9b9;
}
.checkout-product-details .item-choosen-options a {
  font-size: inherit;
  color: inherit;
}
.checkout-product-details .item-options {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.checkout-product-details .item-options button {
  background: none;
  border: none;
  color: #5e4637;
}
.checkout-product-details .item-options button:hover {
  background: none;
  outline: none;
  color: #5e4637;
}
.checkout-product-details .item-options button:focus {
  outline: none;
  box-shadow: none;
}
.checkout-product-details .item-options .checkout-quantity-buttons {
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans";
  padding: 0;
}
.checkout-product-details .item-options .checkout-quantity-buttons.decrement-qty {
  font-size: 40px;
  font-weight: 300;
  margin: 0 7px 8px;
}
.checkout-product-details .item-options .checkout-quantity-buttons.increment-qty {
  font-size: 23px;
  font-weight: normal;
  margin: 0 7px;
}
.checkout-product-details .item-options .checkout-quantity-buttons.remove-item-from-cart {
  margin: 0 5px;
}
.checkout-product-details .item-options .checkout-quantity-input {
  width: 40px;
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans";
}
.checkout-product-details .item-options .checkout-select-input {
  padding: 0 5px 0 10px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans";
  min-width: 130px;
  max-width: 150px;
}
.checkout-product-details .item-options .checkout-item-price {
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans";
  white-space: nowrap;
}
.checkout-product-details .item-options-qty {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.checkout-item-addresses {
  height: 100%;
  border-left: 1px solid #dedede;
  margin: 0 -5px;
  padding: 0 0 0 3px;
}
.checkout-item-addresses .col-6 {
  padding: 0 5px;
}
.checkout-item-addresses .checkout-address-title {
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans";
  margin-bottom: 10px;
}
.checkout-item-addresses .checkout-address-title a {
  font-size: 13px;
  color: inherit;
  margin-left: 10px;
}
.checkout-item-addresses .checkout-address-title a span {
  text-decoration: underline;
}
.checkout-item-addresses .checkout-address-title a:hover {
  color: initial;
}
.checkout-item-addresses .checkout-address-username,
.checkout-item-addresses .checkout-address-value,
.checkout-item-addresses .checkout-address-delivery-time {
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans";
}
.checkout-item-addresses .checkout-address-value {
  margin-bottom: 20px;
}
.checkout-item-addresses .checkout-order-item-prices {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.checkout-item-addresses .checkout-order-item-prices .toggle-action {
  display: flex;
  justify-content: flex-end;
}
.checkout-item-addresses .checkout-order-item-prices .toggle-action .winkel-button {
  margin: 0;
}

.checkout-item-detail {
  padding-left: 5px;
  padding-right: 5px;
}

.checkout-item-prices {
  text-align: right;
}
.checkout-item-prices td {
  font-family: "Amaranth";
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  padding: 0 0 8px 0;
}
.checkout-item-prices .total-price td {
  font-size: 18px;
  line-height: 25px;
  padding: 15px 0 5px 0;
}
.checkout-item-prices .total-without-vat td {
  padding: 0 0 8px 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans";
  line-height: 19px;
  color: #a5a5a5;
}

.checkout-overview-container {
  padding: 100px 0;
}
.checkout-overview-container div.mage-error {
  font-size: 14px;
}
.checkout-overview-container .checkout-block h2 {
  font-family: "Amaranth";
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 25px;
}
.checkout-overview-container .checkout-block h2.payment-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
.checkout-overview-container .checkout-block .winkel-button {
  color: #5e4637;
  font-size: 18px;
}
.checkout-overview-container .checkout-block .winkel-button:hover {
  border: none;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title {
  padding: 0 0 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d3d3;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title .item-note {
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #a5a5a5;
  margin-top: 5px;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title .item-note a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title label {
  margin-bottom: 0;
  font-family: "Amaranth";
  font-size: 17px;
  font-weight: normal;
  line-height: 21px;
  width: calc(100% - 32px);
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title label img {
  float: right;
  max-height: 25px;
  width: auto;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio] {
  --active: #5e4637;
  --active-inner: #fff;
  --focus: 2px rgba(94, 70, 55, 0.3);
  --border: #bbc1e1;
  --border-hover: #5e4637;
  --background: #fff;
  --disabled: #f6f8ff;
  --disabled-inner: #e1e6f9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:focus {
  box-shadow: 0 0 0 var(--focus);
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:not(.switch) {
  width: 21px;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:not(.switch):after {
  opacity: var(--o, 0);
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:not(.switch):checked {
  --o: 1;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio] + label {
  cursor: pointer;
  margin-left: 4px;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio] {
  border-radius: 50%;
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-overview-container .checkout-block .checkout-payment-method .item-title input[type=radio]:checked {
  --s: 0.5;
}

.checkout-order-overview-container {
  border-right: 1px solid #dedede;
}

.form-discount {
  max-width: 100%;
  position: relative;
  flex-grow: 1;
}
.form-discount .discount-info {
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans";
  line-height: 19px;
  color: #a5a5a5;
  text-align: right;
  display: block;
  margin-bottom: 5px;
}
.form-discount .payment-option-inner {
  margin: 0;
}
.form-discount #discount-code {
  float: right;
  width: 315px;
}
.form-discount .actions-toolbar {
  position: absolute;
  top: 24px;
  right: 0;
  margin: 0;
}
.form-discount .actions-toolbar .action {
  background: #5e4637;
  color: #ffffff;
  line-height: 24px !important;
  font-size: 20px !important;
  font-family: "Amaranth";
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  border: 0;
  outline: none;
}
.form-discount .actions-toolbar .action:hover {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.form-discount .actions-toolbar .action:visited {
  font-family: "Amaranth";
  font-weight: bold;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}
.form-discount .actions-toolbar .action-apply {
  margin: 2px !important;
  padding: 0 !important;
  height: 32px;
  width: 46px !important;
  border-radius: 5px;
}
.form-discount .actions-toolbar .action-apply:after {
  content: "+";
  font-size: 20px;
}
.form-discount .actions-toolbar .action-apply span {
  display: none;
}

.checkout-order-bottom {
  padding-top: 15px;
}
.checkout-order-bottom .checkout-grand-total {
  text-align: right;
  font-family: "Amaranth";
  font-weight: normal;
  line-height: 27px;
  font-size: 23px;
  margin: 18px 0 15px;
}
.checkout-order-bottom .checkout-grand-total .title {
  margin-right: 15px;
}
.checkout-order-bottom .checkout-grand-total-without-vat {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans";
  line-height: 19px;
  color: #a5a5a5;
}
.checkout-order-bottom .winkel-button.color-gray {
  background: #a5a5a5;
  font-size: 18px;
  padding: 11px 40px;
}

.checkout-order-actions {
  padding-top: 25px;
  margin-bottom: 20px;
}

.checkout-payment-method .form-select.issuers {
  display: none;
  margin-top: 15px;
  width: 100%;
}
.checkout-payment-method .radio:checked ~ .form-select.issuers {
  display: block;
}

.form-address-edit .label {
  font-size: 14px;
}
.form-address-edit .house_number .label {
  white-space: nowrap;
}

.checkout-block .checkout-shipping-buttons .winkel-button {
  font-size: 18px;
  padding: 12px 20px;
}
.checkout-block .checkout-shipping-buttons .winkel-button.color-yellow {
  padding: 12px 35px;
}

@media (max-width: 1199.98px) {
  .page-layout-checkout .modal-popup .modal-inner-wrap {
    width: 55%;
  }
  .form.shipping .col-padded-right-shipping {
    padding-right: 80px;
  }
  .form.shipping .col-padded-left-shipping {
    padding-left: 80px;
  }
  .checkout-block .winkel-button {
    padding: 10px 15px;
    font-size: 18px;
  }
  .checkout-block .winkel-button:hover {
    font-size: 18px;
  }
  .checkout-product-details .item-options {
    flex-direction: column-reverse;
    align-items: inherit;
  }
  .checkout-product-details .item-options .item-options-qty {
    justify-content: space-between;
  }
  .checkout-product-details .item-options .checkout-select-input + .item-options-qty {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .page-layout-checkout .modal-popup .modal-inner-wrap {
    width: 70%;
  }
  .page-layout-checkout .form.shipping .col-padded-right-shipping {
    padding-right: 15px;
  }
  .page-layout-checkout .form.shipping .col-padded-left-shipping {
    padding-left: 15px;
  }
  .page-layout-checkout .checkout-block .winkel-button {
    padding: 10px 15px;
    font-size: 16px;
  }
  .page-layout-checkout .checkout-block .winkel-button:hover {
    font-size: 16px;
  }
  .page-layout-checkout .checkout-item-prices {
    margin-top: 15px;
  }
  .page-layout-checkout .checkout-order-bottom .winkel-button {
    font-size: 18px;
    line-height: 20px;
    padding: 8px 18px;
    margin-top: 22px;
  }
  .page-layout-checkout .form-discount #discount-code {
    width: 250px;
  }
  .page-layout-checkout .checkout-order-actions .winkel-button {
    margin-top: 10px;
  }
  .page-layout-checkout .delivery-form .right-column-checkbox-spacing {
    margin-bottom: 0;
  }
  .page-layout-checkout .delivery-form .account-info-container ul {
    margin-bottom: 7px;
  }
  .page-layout-checkout .opc-wrapper .opc {
    display: block;
  }
  .page-layout-checkout .opc-wrapper li.checkout-shipping-method {
    width: 100%;
  }
  .page-layout-checkout .opc-wrapper li.checkout-shipping-address {
    width: 100%;
  }
  .page-layout-checkout .checkout-item-addresses {
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .page-layout-checkout .modal-popup .modal-inner-wrap {
    width: 90%;
    min-height: auto !important;
  }
  .page-layout-checkout .modal-popup .modal-inner-wrap .action-close {
    padding: 10px;
  }
  .page-layout-checkout .checkout-item-prices {
    margin-top: 15px;
  }
  .page-layout-checkout .checkout-product-info {
    flex-direction: row;
  }
  .page-layout-checkout .checkout-order-bottom .d-flex {
    flex-direction: column;
  }
  .page-layout-checkout .header .header-logo-area .logo {
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 575.98px) {
  .page-layout-checkout .form.shipping .col-padded-right-shipping {
    padding: 0;
  }
  .page-layout-checkout .form.shipping .col-padded-left-shipping {
    padding: 0;
  }
  .checkout-overview-container {
    padding-top: 40px;
  }
  .checkout-order-actions {
    padding-top: 0;
  }
  .checkout-order-overview-container {
    margin-bottom: 15px;
    border: none;
  }
  .opc-progress-bar .opc-progress-bar-first-item span {
    right: -97px !important;
  }
  .opc-progress-bar .opc-progress-bar-item._active:after {
    right: 0 !important;
  }
  .opc-progress-bar .opc-progress-bar-item span {
    z-index: 2;
    right: -48px !important;
    white-space: normal !important;
    line-height: 1 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 37px !important;
  }
  .opc-progress-bar .opc-progress-bar-item span:before {
    left: 60px !important;
  }
  .opc-progress-bar .opc-progress-bar-item:last-child span {
    right: -3px !important;
    height: 31px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px !important;
  }
  .opc-progress-bar .opc-progress-bar-item:last-child span:before {
    left: auto !important;
    top: 20px !important;
  }
  .opc-progress-bar .opc-progress-bar-item span {
    top: -46px !important;
  }
  .opc-progress-bar .opc-progress-bar-item span:before {
    top: 26px !important;
  }
  .opc-progress-bar .opc-progress-bar-first-item span,
  .opc-progress-bar .opc-progress-bar-item span {
    font-size: 13px !important;
    width: 110px !important;
    min-width: 100px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    white-space: nowrap;
  }
  .header-store-information ul {
    flex-direction: column;
    align-items: flex-end;
  }
}
.custom-tooltip {
  position: relative;
}
.custom-tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.custom-tooltip .tooltip-content:after, .custom-tooltip .tooltip-content:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.custom-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.custom-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.custom-tooltip .tooltip-content:after, .custom-tooltip .tooltip-content:before {
  top: 100%;
}
.custom-tooltip .tooltip-content:after {
  border-top-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.custom-tooltip .tooltip-content:before {
  border-top-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.custom-tooltip .tooltip-toggle {
  cursor: help;
}
.custom-tooltip .tooltip-toggle:hover + .tooltip-content, .custom-tooltip .tooltip-toggle:focus + .tooltip-content, .custom-tooltip:hover .tooltip-content {
  display: block;
}

.form.contact {
  margin: 0 auto;
}
.form.contact .fieldset .legend {
  line-height: 65px;
  font-size: 53px;
  font-family: "Amaranth";
  font-weight: bold;
  width: 100%;
}
.form.contact .note:before {
  display: none;
}

.cms-no-route .container-margin-top {
  margin-top: 40px;
}
.cms-no-route dl dt {
  font-size: 24px;
}
.cms-no-route dl dd .disc li a {
  font-size: 18px;
  line-height: 24px;
  color: #5e4637;
  text-decoration: underline;
  font-weight: normal;
}

.cms-page-view:not(.page-layout-business-page) .page-main p:not(.mingle *) {
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: normal;
  line-height: 28px;
}
.cms-page-view:not(.page-layout-business-page) .page-main h1:not(.mingle *) {
  color: #5e4637;
  line-height: 65px;
  font-size: 53px;
  font-family: "Amaranth";
  font-weight: bold;
}
.cms-page-view:not(.page-layout-business-page) .page-main h2:not(.mingle *) {
  color: #5e4637;
  line-height: 44px;
  font-size: 40px;
  font-family: "Amaranth";
  font-weight: bold;
}
.cms-page-view:not(.page-layout-business-page) .page-main h3:not(.mingle *) {
  color: #5e4637;
  line-height: 35px;
  font-size: 30px;
  font-family: "Amaranth";
  font-weight: bold;
}
.cms-page-view:not(.page-layout-business-page) .page-main h4:not(.mingle *) {
  color: #5e4637;
  line-height: 28px;
  font-size: 24px;
  font-family: "Amaranth";
  font-weight: bold;
}
.cms-page-view:not(.page-layout-business-page) .page-main img {
  height: auto;
}
.cms-page-view:not(.page-layout-business-page) .page-main .winkel-collapsible-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-page-view:not(.page-layout-business-page) .page-main .winkel-collapsible-list li {
  border-top: 1px solid #d8d7d4;
  padding-top: 15px;
  margin-bottom: 15px;
}
.cms-page-view:not(.page-layout-business-page) .page-main .winkel-collapsible-list li.active h3:after, .cms-page-view:not(.page-layout-business-page) .page-main .winkel-collapsible-list li.active h4:after {
  content: "\f106";
}
.cms-page-view:not(.page-layout-business-page) .page-main .winkel-collapsible-list li.active p {
  display: block;
}
.cms-page-view:not(.page-layout-business-page) .page-main .winkel-collapsible-list li h3, .cms-page-view:not(.page-layout-business-page) .page-main .winkel-collapsible-list li h4 {
  margin: 0;
  padding-right: 20px;
  position: relative;
  font-weight: normal;
  cursor: pointer;
}
.cms-page-view:not(.page-layout-business-page) .page-main .winkel-collapsible-list li h3:after, .cms-page-view:not(.page-layout-business-page) .page-main .winkel-collapsible-list li h4:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #5e4637;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  top: 0;
  right: 4px;
}
.cms-page-view:not(.page-layout-business-page) .page-main .winkel-collapsible-list li p {
  padding: 15px 0 5px 30px;
  display: none;
}

.winkel-inspiration-page {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .winkel-inspiration-page {
    max-width: 1140px;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .winkel-inspiration-page {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .winkel-inspiration-page {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .winkel-inspiration-page {
    max-width: 540px;
  }
}
.winkel-inspiration-page .page-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  background: unset;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-search {
  padding: unset;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-search #blog_search {
  background-color: white;
  border: 1px solid #68a8e0;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .winkel-inspiration-page .page-wrapper .sidebar .block-search .control {
    border-top: 1px solid #d1d1d1;
    clear: unset;
    margin: unset;
    padding: unset;
  }
}
.winkel-inspiration-page .page-wrapper .sidebar .block-search .actions button {
  background-color: transparent;
  margin: unset;
  padding: unset !important;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-categories .categories-sidebar .filter-options-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #5e4637;
  text-transform: none;
  padding: 0 0 15px;
  margin-bottom: 10px;
  font-family: "Amaranth", sans-serif;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-categories .categories-sidebar .filter-options-title.current-url {
  text-decoration: underline;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-categories .categories-sidebar .items {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #5e4637;
  line-height: 29px;
  font-size: 20px;
  font-family: "Amaranth", serif;
  margin-bottom: 25px;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-categories .categories-sidebar .items .item {
  padding: unset;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-categories .categories-sidebar .items a {
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  color: #5e4637;
  display: flex;
  align-items: center;
  font-family: "Amaranth", serif;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-categories .categories-sidebar .items a:before {
  border: 1px solid #D5D3D3;
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  margin-right: 5px;
  border-radius: unset;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-categories .categories-sidebar .items a:hover {
  text-decoration: none;
  cursor: pointer;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-categories .categories-sidebar .items a.current-url:before {
  background: #5e4637;
  content: "\f00c";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: white;
  font-size: 6px;
  line-height: 18px;
  text-align: center;
  border: 0;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-categories .categories-sidebar .items .item a .count {
  background: #f3efa2;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  line-height: 9px;
  margin-left: 5px;
}
.winkel-inspiration-page .page-wrapper .sidebar .block-categories .categories-sidebar .items .item:hover a:before {
  background: #5e4637;
  content: "\f00c";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: white;
  font-size: 6px;
  line-height: 18px;
  text-align: center;
  border: 0;
}
.winkel-inspiration-page .page-wrapper .container-wrapper {
  margin: unset;
  max-width: 100%;
  width: 100%;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container {
  max-width: unset;
  padding: unset;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container .custom-title {
  color: #5e4637;
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans";
  font-weight: normal;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper .post-list-header {
  color: #5e4637;
  line-height: 29px;
  font-size: 20px;
  font-family: "Amaranth", serif;
  font-weight: normal;
  margin: 10px 0;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper .post-list-header .current-filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper .post-list-header .current-filter-container .filter-current {
    display: flex;
    flex-direction: column;
  }
  .winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper .post-list-header .current-filter-container .filter-current .items {
    display: flex;
    flex-direction: column;
  }
  .winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper .post-list-header .current-filter-container .filter-current .items .item {
    margin: 5px;
  }
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper .post-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 360px);
  grid-gap: 10px;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper #blog-post-holder {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b0c8e8;
  margin: unset;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper #blog-post-holder a img {
  min-width: 125px;
  min-height: 125px;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper #blog-post-holder a div {
  min-width: 125px;
  min-height: 125px;
  background: transparent url("../images/winkel_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper #blog-post-holder .post-featured-image {
  height: inherit;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper #blog-post-holder .post-featured-image a {
  display: block;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper #blog-post-holder .post-featured-image a img {
  height: inherit;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper #blog-post-holder a:hover {
  text-decoration: none;
}
.winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper #blog-post-holder:hover {
  border: 1px solid yellow;
}
@media screen and (max-width: 420px) {
  .winkel-inspiration-page .page-wrapper .container-wrapper .container #post-list-wrapper .post-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 295px);
  }
}

.winkel-inspiration-post-view .page-wrapper {
  width: 99vw;
  height: 100%;
  min-height: unset;
  background: unset;
}
.winkel-inspiration-post-view .page-wrapper .container-wrapper {
  display: flex;
  justify-content: center;
}
.winkel-inspiration-post-view .page-wrapper .container {
  margin: unset;
  max-width: unset;
  padding: unset;
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: 1024px;
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper {
  width: 100%;
  display: flex;
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-left, .winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-right {
  color: #5e4637;
  line-height: 29px;
  font-size: 18px;
  font-family: "Amaranth", serif;
  font-weight: normal;
  margin-bottom: 10px;
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-left {
  width: 25%;
  border-right: 2px solid rgba(128, 128, 128, 0.5);
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-left div {
  width: 90%;
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-left h4 {
  margin: 2px 0;
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-left ul {
  font-weight: bold;
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-left li {
  font-weight: normal;
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-right {
  width: 75%;
  padding: 0 10px;
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-right p {
  color: #5e4637;
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans";
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-left {
    width: 75%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 50%);
    border-right: unset;
    border-bottom: 2px solid rgba(128, 128, 128, 0.5);
    margin: 0 auto 30px auto;
    max-width: 350px;
  }
  .winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-left h4 {
    margin: 10px;
  }
  .winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-left div {
    display: flex;
    align-items: center;
  }
  .winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-content-wrapper .post-content-right {
    margin: auto;
  }
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: unset;
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-gallery .gallery-image-hld {
  border: none;
}
.winkel-inspiration-post-view .page-wrapper .container .post-view .post-holder .post-gallery .last {
  grid-column-start: 1;
  grid-column-end: 3;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.winkel-inspiration-post-view .page-wrapper .post-list-footer {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  min-height: 439px;
}
.winkel-inspiration-post-view .page-wrapper .post-list-footer .container {
  max-width: 500px;
  margin: auto;
  z-index: 2;
  text-align: center;
}
.winkel-inspiration-post-view .page-wrapper .post-list-footer .container h2, .winkel-inspiration-post-view .page-wrapper .post-list-footer .container p {
  margin: auto;
}
.winkel-inspiration-post-view .page-wrapper .post-list-footer .container .post-list-footer-buttons {
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .winkel-inspiration-post-view .page-wrapper .post-list-footer .container .post-list-footer-buttons {
    padding: unset;
    height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .winkel-inspiration-post-view iframe {
    width: 75vw;
  }
}

.winkel-inspiration-post-view .page-wrapper .post-list-footer {
  justify-content: center;
}

.benefits {
  margin-bottom: 70px;
}
.benefits .benefits-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.benefits .benefit-card {
  text-align: center;
}
.benefits .benefit-card p {
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: normal;
}

.downloads {
  margin-bottom: 70px;
}
.downloads .downloads-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.downloads .download-card img {
  width: 100%;
  margin-bottom: 20px;
}
.downloads .download-card p {
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: normal;
}
.downloads .download-card .winkel-button {
  width: 100%;
}

.download-form .form-fields .field {
  margin-bottom: 20px;
}
.download-form .mage-error {
  font-size: 12px !important;
}

.landing-products {
  background: #f3efa2;
  margin-bottom: 100px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.landing-products h2 {
  margin-bottom: 40px;
}
.landing-products .product-card {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 10px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.landing-products .product-card .product-button {
  text-align: center;
}
.landing-products .product-card .winkel-button {
  margin-bottom: 0;
}
.landing-products .product-card .product-image {
  text-align: center;
  margin-bottom: 24px;
}
.landing-products .product-card .product-image img {
  max-width: 80%;
}
.landing-products .product-card .product-title {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 24px;
}
.landing-products .product-card .product-price {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 24px;
  margin-top: auto;
}

.client-feedback {
  margin-bottom: 70px;
}
.client-feedback .client-card {
  margin-bottom: 50px;
}
.client-feedback .client-card .client-stars {
  background-image: url(../images/star.svg);
  background-repeat: space;
  background-size: 24px auto;
  width: 120px;
  height: 20px;
  margin-bottom: 30px;
}
.client-feedback .client-card .client-quote {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 30px;
}
.client-feedback .client-card .client-name {
  font-family: "Amaranth";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.client-feedback .client-card .client-position {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.card-generator .m-auto {
  margin: auto;
}
.card-generator .card-container {
  position: relative;
}
.card-generator .margin-top {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.card-generator .justify-center {
  display: flex;
  justify-content: center;
}
.card-generator .justify-center button {
  margin: 0 10px;
}
.card-generator .preview-image img {
  border: 1px solid black;
}
.card-generator .ghost {
  background-color: unset;
  color: #5e4637;
  padding: 0;
}
.card-generator .preview-selected {
  box-shadow: 0 0 2px 2px #b0c8e8;
  width: 109px;
  height: 77px;
  margin-top: 10px;
  display: block;
}
.card-generator .canvas-preview {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
  width: 109px;
  height: 77px;
  margin-top: 10px;
  display: block;
}
.card-generator .image-templates-wrapper {
  margin-bottom: 15px;
  padding: 0 0 0 15px;
}
.card-generator .image-template {
  border: 1px solid #5e4637;
  min-height: 100%;
}

#previews {
  display: flex;
  align-items: center;
  flex-direction: row;
}
#previews img {
  margin-right: 10px;
}

#image-modal {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#image-modal img {
  margin-bottom: 10px;
  border: 1px solid black;
}
#image-modal img:nth-child(even) {
  border-bottom: unset;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  width: 100%;
  min-height: 250px;
  height: 100%;
  z-index: 1;
}

.display-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.display-flex h3 {
  margin: 0;
}

.dropdown-content.items {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #5e4637;
  line-height: 29px;
  font-size: 20px;
  font-family: "Amaranth", serif;
  margin-bottom: 10px;
}
.dropdown-content.items .item {
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-content.items .count {
  background: #f3efa2;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  line-height: 9px;
  margin-left: 5px;
}
.dropdown-content.items a {
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  color: #5e4637;
  display: flex;
  align-items: center;
  font-family: "Amaranth", serif;
}
.dropdown-content.items a:before {
  border: 1px solid #D5D3D3;
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  margin-right: 5px;
  border-radius: unset;
}
.dropdown-content.items a:hover {
  text-decoration: none;
  cursor: pointer;
}
.dropdown-content.items a.selected:before {
  background: #5e4637;
  content: "\f00c";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: white;
  font-size: 6px;
  line-height: 18px;
  text-align: center;
  border: 0;
}

.template:hover {
  cursor: pointer;
}

.disabled {
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
}

.page-layout-mingle-landingpage .page-header {
  background: #b0c8e8;
  margin: 0;
}
.page-layout-mingle-landingpage .page-header > * {
  position: relative;
  z-index: 1;
}
.page-layout-mingle-landingpage .page-header > *.header-container {
  z-index: 2;
}
.page-layout-mingle-landingpage .header-container::after {
  content: none;
}
.page-layout-mingle-landingpage .header-information-wrapper {
  padding: 0;
  margin: 0;
}
.page-layout-mingle-landingpage .header {
  min-height: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.page-layout-mingle-landingpage .header .logo {
  height: fit-content;
}
.page-layout-mingle-landingpage .breadcrumbs {
  margin-block: 24px;
}

.page-layout-mingle-landingpage .category-products .col-md-3,
.page-layout-mingle-page .category-products .col-md-3 {
  margin-bottom: 30px;
}
.page-layout-mingle-landingpage .category-products .product-card,
.page-layout-mingle-page .category-products .product-card {
  height: 100% !important;
  position: relative;
}
.page-layout-mingle-landingpage .category-products .product-card .card-border,
.page-layout-mingle-page .category-products .product-card .card-border {
  height: 100%;
  border: 1px solid #b0c8e8;
  padding: 10px 10px 35px 10px;
}
.page-layout-mingle-landingpage .category-products .product-card img,
.page-layout-mingle-page .category-products .product-card img {
  max-width: 100%;
  max-height: 60%;
  width: auto;
  height: auto;
  margin: 10px auto;
  display: block;
}
.page-layout-mingle-landingpage .category-products .product-card .title,
.page-layout-mingle-page .category-products .product-card .title {
  font-size: 24px;
  line-height: 29px;
}
.page-layout-mingle-landingpage .category-products .product-card .title a.product-item-link,
.page-layout-mingle-page .category-products .product-card .title a.product-item-link {
  font-size: 24px;
  line-height: 29px;
  font-family: "Open Sans";
  text-align: center;
  font-weight: normal;
  display: block;
}
.page-layout-mingle-landingpage .category-products .product-card .title a:hover, .page-layout-mingle-landingpage .category-products .product-card .title a:visited,
.page-layout-mingle-page .category-products .product-card .title a:hover,
.page-layout-mingle-page .category-products .product-card .title a:visited {
  color: #5e4637;
}
.page-layout-mingle-landingpage .category-products .product-card .product-card-bottom,
.page-layout-mingle-page .category-products .product-card .product-card-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-layout-mingle-landingpage .category-products .product-card .product-card-bottom .price,
.page-layout-mingle-page .category-products .product-card .product-card-bottom .price {
  font-size: 24px;
  line-height: 29px;
  color: #b0c8e8;
}
.page-layout-mingle-landingpage .category-products .product-card .product-card-bottom .product-link,
.page-layout-mingle-page .category-products .product-card .product-card-bottom .product-link {
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b0c8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-layout-mingle-landingpage .category-products .product-card .product-card-bottom .product-link i,
.page-layout-mingle-page .category-products .product-card .product-card-bottom .product-link i {
  font-size: 14px;
  padding-left: 2px;
}

[v-cloak] > * {
  display: none !important;
}

.checkout-page-title-container {
  font-size: 53px;
  font-family: "Amaranth", sans-serif;
  font-weight: bold;
  line-height: 65px;
}

.header-store-information {
  display: flex;
  justify-content: flex-end;
}
.header-store-information ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.header-store-information ul li {
  padding-left: 15px;
}
.header-store-information ul li .fa,
.header-store-information ul li .fas {
  font-size: 16px;
}
.header-store-information ul li a {
  font-family: "Amaranth", sans-serif;
  font-weight: normal;
  font-size: 18px;
}

.header-checkout-buttons {
  display: flex;
  justify-content: flex-end;
  padding-top: 44px;
  margin-bottom: 20px;
}

.checkout-block h2 {
  font-family: "Amaranth", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin: 0 0 10px 0;
}
.checkout-block p {
  font-family: "Amaranth", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 20px;
}
.checkout-block p a {
  color: inherit;
  font-size: 16px;
  text-decoration: underline;
}

.date-info {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin: 15px 0;
}
.date-info span {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background: #5e4637;
  display: inline-block;
  border-radius: 11px;
  padding: 0 10px 3px;
}

.delivery-hours {
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d3d3;
  margin-bottom: 20px;
  overflow: hidden;
}

.delivery-hour-wrapper {
  position: relative;
}
.delivery-hour-wrapper input {
  display: none;
}
.delivery-hour-wrapper label {
  cursor: pointer;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.delivery-hour-wrapper label:hover ~ section {
  background: #b0c8e8;
  border: 1px solid #b0c8e8;
  color: white;
}
.delivery-hour-wrapper input:checked ~ section {
  background: #b0c8e8;
  border: 1px solid #b0c8e8;
  color: white;
}
.delivery-hour-wrapper section {
  border: 1px dotted #d5d3d3;
  border-radius: 10px;
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  flex-direction: column;
  cursor: pointer;
  color: #707070;
}
.delivery-hour-wrapper section .time,
.delivery-hour-wrapper section .price {
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  margin-bottom: 5px;
}

.delivery-address-container {
  min-height: 150px;
  margin-bottom: 15px;
}

.delivery-address {
  position: relative;
  height: 100%;
}
.delivery-address input {
  display: none;
}
.delivery-address label {
  cursor: pointer;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.delivery-address input:checked ~ section {
  border-color: #5e4637;
}
.delivery-address input:checked ~ section .delivery-address__checkbox {
  background: #5e4637;
  border-color: #5e4637;
}
.delivery-address input:checked ~ section .delivery-address__checkbox:after {
  color: white;
  content: "\e610";
  font-family: "icons-blank-theme", sans-serif;
  height: 26px;
  width: 26px;
  font-size: 26px;
  position: absolute;
  left: -2px;
}
.delivery-address section {
  height: 100%;
  border: 2px solid #d5d3d3;
  padding: 15px 35px 15px 15px;
}
.delivery-address .delivery-address__checkbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  border: 2px solid #d5d3d3;
}

[delivery-date] {
  max-width: 344px;
  margin-bottom: 60px;
}
[delivery-date] .ui-datepicker-inline {
  box-shadow: none;
  background: white;
  margin: 0;
  padding: 0;
  border: 0;
}
[delivery-date] .ui-datepicker .ui-datepicker-header {
  padding: 0;
}
[delivery-date] .ui-datepicker .ui-datepicker-next span {
  border-color: transparent transparent transparent #5e4637;
}
[delivery-date] .ui-datepicker .ui-datepicker-prev span {
  border-color: transparent #5e4637 transparent transparent;
}
[delivery-date] .ui-datepicker .ui-datepicker-prev,
[delivery-date] .ui-datepicker .ui-datepicker-next {
  top: -6px;
}
[delivery-date] .ui-datepicker .ui-datepicker-calendar {
  border: none;
}
[delivery-date] .ui-datepicker .ui-datepicker-calendar .ui-state-active,
[delivery-date] .ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #5e4637;
  color: white;
  border-radius: 50%;
}
[delivery-date] .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: white;
}
[delivery-date] .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: white;
}
[delivery-date] .ui-datepicker .ui-datepicker-calendar td {
  border: none;
}
[delivery-date] .ui-datepicker table {
  font-size: 18px;
  line-height: 22px;
}
[delivery-date] .ui-datepicker .ui-datepicker-calendar th {
  text-transform: lowercase;
  font-weight: normal;
  text-align: center;
  background: white;
  border: 0;
  padding: 14px 7px;
  border-bottom: #dedede 1px solid;
}
[delivery-date] .ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
  color: #d5d3d3;
}
[delivery-date] .ui-datepicker td span,
[delivery-date] .ui-datepicker td a {
  padding: 0;
  text-align: center;
  color: #707070;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  width: 34px;
  height: 34px;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fieldset div.field {
  margin: 0 0 20px;
}

.fieldset div.field:not(.choice) label.label {
  margin-bottom: 0;
  font-weight: normal;
}

.fieldset .field.required .label:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}

.col-padded-right-shipping {
  padding-right: 136px;
}

.col-padded-left-shipping {
  padding-left: 136px;
}

@media (max-width: 767.98px) {
  .checkout-page-title-container {
    font-size: 42px;
    line-height: 54px;
  }
}
.winkel-button.button-md {
  font-size: 16px;
  line-height: 1;
}
.winkel-button.button-sm {
  font-size: 13px;
  font-weight: normal;
  padding: 1px 10px;
  margin-bottom: 0;
}
.winkel-button.button-sm i {
  font-size: 12px;
}
.winkel-button.button-outlined {
  color: #5e4637 !important;
  background: none;
  border: 1px solid #5e4637;
}
.container-compact [class^=col-], .container-compact.container {
  padding-left: 10px;
  padding-right: 10px;
}
.container-compact .row {
  margin-left: -10px;
  margin-right: -10px;
}

.popup-sm .modal-inner-wrap {
  max-width: 600px;
}

.popup-md .modal-inner-wrap {
  max-width: 800px;
}