/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Custom variables color */
/* Breacrumbs background */
.hidden {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/*
 * Copyright Magmodules.eu. All rights reserved.
 * See COPYING.txt for license details.
 */
.apple-pay-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: -apple-pay-button;
  box-sizing: border-box;
  font-size: 0 !important;
}
.apple-pay-button > * {
  visibility: hidden;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    visibility: hidden;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }
  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }
  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }
  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }
  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }
  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }
  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }
  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }
  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }
  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }
  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }
  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
  .mollie-applepay-minicart-button {
    width: 100%;
    height: 52px;
    margin-top: 5px;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: 1em;
    font-weight: 300;
    align-self: center;
    margin-right: 2px;
  }
  .apple-pay-button-with-text > .logo {
    width: 35px;
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: 2px;
    border: none;
  }
}
.mollie-applepay-button-hidden {
  display: none;
}
/* gobal popup-ajaxsuite style */
/* Ipad and lager srceen */
/* Mobile screen */
@-webkit-keyframes nivolodinglinetime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes nivolodinglinetime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
.notice_activation_purchase_code {
  background: red;
  color: #fff;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/* Gobal style */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media all and (min-width: 993px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 12px 6px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 6px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 24px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 6px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 24px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 12px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 3rem;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 3rem;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 3rem;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 3rem;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 24px;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 24px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 24px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 6px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 100%;
    font-size: 1.8rem;
    color: #333333;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: none;
    height: 100%;
    padding: 1.7rem 24px 1.7rem 24px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #be9d34;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: rgba(13, 13, 13, 0);
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: rgba(38, 38, 38, 0);
    color: #be9d34;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2.7rem;
  }
  .product.data.items > .item.content {
    background: rgba(38, 38, 38, 0);
    margin-top: 5.1rem;
    padding: 2rem 2rem 0 2rem;
    border: 0;
    border-top: none;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 6px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .mollie-product-page-apple-pay-button {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    min-width: 300px;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication {
    border: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-title {
    text-align: center;
    /* font-family: @heading__font-family__base;
							color: @heading__color__base; */
    font-weight: 500;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-customer-login .logo {
    margin: 0 auto 25px auto;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block[class] {
    padding: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .fieldset {
    margin-bottom: 0;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .password .action {
    display: block;
    text-align: right;
    margin-top: 0.5rem;
    color: #999999;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar > .primary {
    float: none;
    display: block;
    margin-bottom: 2rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register,
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-login {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .form-login .actions-toolbar .action-register {
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 1.5rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .photo.image {
    max-width: 29rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success {
    min-width: 50rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .photo.image {
    max-width: 100%;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .photo.image {
    max-width: 23.6rem;
    margin-right: 3rem;
    width: 50%;
    height: 100%;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name {
    margin: 0;
    text-align: left;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .ajaxsuite-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .quickview-popup-wrapper.modal-popup.modal-slide .modal-inner-wrap {
    max-height: 85vh;
    overflow: visible;
  }
  .quickview-popup-wrapper.modal-popup.modal-slide .modal-inner-wrap .modal-content {
    overflow: auto;
    padding-bottom: 0;
  }
  .quickview-popup-wrapper.modal-popup.modal-slide .modal-inner-wrap .modal-content .quickviewContainer .product-main-content {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .super-deal .time_circles .number,
  .super-deal-banner .time_circles .number {
    font-size: 3.6rem;
  }
  .super-deal .title-deal,
  .super-deal-banner .title-deal {
    font-size: 5.2rem;
  }
  .super-deal-banner {
    padding: 11.5rem 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 36px;
    padding: 12px 0 36px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .form-cart {
    width: 70%;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 26%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 24px;
    margin: 0 0 12px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 6px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 18px 8px 12px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 24px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions {
    position: absolute;
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    z-index: 1;
    right: 0;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 12px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 30px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 36px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 12px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 24px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 992px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 12px 36px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 12px 0 0 48px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 24px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 24px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 36px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 100%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 24px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 12px 12px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 24px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 24px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 24px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 24px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 24px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 24px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 6px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 24px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 12px;
    padding: 6px 12px 12px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 12px;
    padding: 6px 12px 12px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #be9d34;
    font-weight: 500;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 30px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #e1e1e1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 24px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -15px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 24px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 12px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 12px;
    padding-right: 12px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 24px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
    position: relative;
    top: 5px;
  }
  .modes {
    display: inline-block;
    float: right;
    margin-left: 24px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    opacity: 0.5;
    font-size: 0;
  }
  .modes-mode.active {
    opacity: 1;
  }
  .modes-mode::before {
    content: "";
    min-width: 30px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    -webkit-mask: url("../images/grid.svg") no-repeat center center;
    -moz-mask: url("../images/grid.svg") no-repeat center center;
    -ms-mask: url("../images/grid.svg") no-repeat center center;
    mask: url("../images/grid.svg") no-repeat center center;
    background-color: #23232c;
  }
  .mode-list::before {
    -webkit-mask: url("../images/list.svg") no-repeat center center;
    -moz-mask: url("../images/list.svg") no-repeat center center;
    -ms-mask: url("../images/list.svg") no-repeat center center;
    mask: url("../images/list.svg") no-repeat center center;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart .fieldset,
  .product-options-bottom .box-tocart .fieldset {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 12px 12px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 49%;
  }
  .page-layout-1column .product.media {
    width: 49%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .magnifier-preview {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100%;
  }
  .filter .block-subtitle {
    font-weight: 400;
    margin-bottom: 2.4rem;
  }
  .filter.block {
    margin-bottom: 48px;
  }
  .filter-title {
    display: none;
  }
  .filter-options-content {
    padding-bottom: 2.6rem;
    display: block !important;
  }
  .filter-options-item {
    margin-bottom: 2rem;
  }
  .filter-actions {
    margin-bottom: 36px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #e1e1e1;
  }
  .page-layout-1column .filter-content {
    margin-top: 12px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 30px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 6px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 24px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #e1e1e1;
    padding: 6px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 6px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #666666;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 30px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 30px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 6px;
  }
  .header.content {
    padding: 36px 24px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 24px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .size-26 {
    font-size: 2.6rem;
  }
  .size-30 {
    font-size: 3rem;
  }
  .size-36 {
    font-size: 3.6rem;
  }
  .size-38 {
    font-size: 3.8rem;
  }
  .size-44 {
    font-size: 4.4rem;
  }
  .size-48 {
    font-size: 4.8rem;
  }
  .size-50 {
    font-size: 5rem;
  }
  .size-52 {
    font-size: 5.2rem;
  }
  .size-60 {
    font-size: 6rem;
  }
  .size-70 {
    font-size: 7rem;
  }
  .size-72 {
    font-size: 7.2rem;
  }
  .breadcrumbs {
    max-width: 100%;
  }
  .breadcrumbs .items {
    margin: auto;
    width: 95%;
  }
  .page-header .header.panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  .page-footer .footer-static_link .footer-links {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-footer .footer-static_link .footer-links.not-collapse-mobile {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-footer .footer-static_link .footer-links.not-collapse-mobile ul.ft-contactus {
    margin-top: 1.4rem;
  }
  .page-footer .footer-static_link .footer-links.not-collapse-mobile ul.ft-contactus li {
    line-height: 2;
  }
  .page-footer .footer-static_link .footer-links.not-collapse-mobile ul.ft-contactus li i {
    padding-right: 5px;
    min-width: 23px;
  }
  .page-footer .footer-static_link .footer-links ul li {
    line-height: 2.3;
  }
  .product.info.detailed .product.data.items {
    text-align: center;
  }
  .product.info.detailed .product.data.items > .item.title {
    float: none;
    display: inline-flex;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .product.info.detailed .product.data.items > .item.title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: transparent;
    z-index: 2;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch,
  .product.info.detailed .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 1.7rem;
  }
  .product.info.detailed .product.data.items > .item.title.active:after {
    background: #be9d34;
  }
  .fieldset {
    margin: 0 0 20px;
  }
  .cart-container .cart.table-wrapper .items tr td:first-child {
    padding-left: 0;
  }
  .login-container .block.block-customer-login {
    position: relative;
    padding-right: 8%;
  }
  .login-container .block.block-customer-login:before {
    position: absolute;
    content: 'or';
    top: 0;
    bottom: 0;
    right: -2.5%;
    width: 51px;
    height: 51px;
    font-size: 14px;
    line-height: 51px;
    font-style: italic;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center;
    margin: auto;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
  }
  .login-container .block.block-customer-login:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2.5%;
    bottom: 0;
    border-right: 1px solid #e1e1e1;
    z-index: 0;
  }
  .login-container .block.block-new-customer {
    padding-left: 8%;
  }
  .login-container .block.block-new-customer .block-content .actions-toolbar .primary a {
    min-height: 45px;
    line-height: 1;
  }
  .login-container .block.block-new-customer .block-content .actions-toolbar .primary a:hover {
    background-position: right top !important;
    border-color: #be9d34;
  }
  body .fieldset > .field.choice:before,
  body .fieldset > .field.no-label:before {
    padding: 0;
  }
  .contact-us > div:first-child {
    padding-right: 3rem;
  }
  .contact-us > div:last-child {
    padding-left: 3rem;
  }
  .page-layout-2columns-left .main {
    padding-left: 0 !important;
  }
  .banner-about-top img {
    width: 100%;
  }
  .banner-about-top.absolute-content {
    position: relative;
  }
  .banner-about-top.absolute-content .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  [style*="background: #f5f5f5"] {
    -webkit-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    -moz-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    -ms-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
  }
  .about-top p {
    padding-right: 10%;
  }
  .about-top .about-left {
    z-index: 2;
  }
  .how-it-work .sm-4 {
    padding: 0 3rem;
  }
  .customer-account-create .form-create-account .fieldset:not(.additional_info) {
    float: left;
    overflow: hidden;
    width: calc(50% - 30px);
    margin: 0 15px;
    overflow: visible;
  }
  .customer-account-create .form-create-account .actions-toolbar > div {
    width: calc(50% - 30px);
  }
  .customer-account-create .form-create-account .actions-toolbar > div,
  .customer-account-forgotpassword .form-create-account .actions-toolbar > div {
    margin: 3rem 15px 0;
  }
  .banner-about-top img {
    width: 100%;
  }
  .banner-about-top.absolute-content {
    position: relative;
  }
  .banner-about-top.absolute-content .content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [style*="background: #f5f5f5"] {
    -webkit-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    -moz-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    -ms-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
  }
  .about-top {
    margin-top: 5rem;
  }
  .about-top p {
    padding-right: 10%;
  }
  .about-top .about-left {
    z-index: 2;
  }
  .how-it-work .sm-4 {
    padding: 0 3rem;
  }
}
@media all and (min-width: 993px) and only screen and (max-width: 1200px), print and only screen and (max-width: 1200px) {
  [style*="background: #f5f5f5"] {
    -webkit-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    -moz-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    -ms-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
  }
}
@media all and (min-width: 1200px), print {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 12px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #ffffff;
    line-height: 50px;
    padding: 0 15.5px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #be9d34;
    border-width: 0 0 3px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    font-weight: 400;
    min-width: 230px;
    padding: 20px 15px;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #e1e1e1;
    color: #e1e1e1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #666666;
    padding: 0 15px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    color: #be9d34;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #be9d34;
    border-style: solid;
    border-width: 0 0 0 0;
    color: #ffffff;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .brand-product-tab .brand-list-tab-container-title {
    grid-template-columns: repeat(1000, 16.66666667%);
  }
  #close-menu {
    display: none;
  }
  .navigation {
    position: static;
  }
  .navigation ul,
  .navigation ol {
    list-style: none;
  }
  .navigation > ul {
    position: static;
  }
  .navigation > ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .navigation .menu-top-block {
    margin-bottom: 10px;
  }
  .navigation .menu-bottom-block {
    margin-top: 10px;
  }
  .navigation .open-children-toggle {
    display: none;
  }
  .navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    display: none;
  }
  .navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .navigation span.cat-label.cat-label-label2 {
    background-color: #ff3b30;
  }
  .navigation span.cat-label.cat-label-label3 {
    background-color: #4cd964;
  }
  .navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .navigation li.level0 > .level-top {
    font-weight: 500;
  }
  .navigation li.level0 .row {
    justify-content: space-between;
  }
  .navigation li.level0:first-child > .level-top {
    padding-left: 0;
  }
  .navigation li.level0.parent > .level-top {
    padding-right: inherit;
    display: inline-block;
    text-decoration: none;
  }
  .navigation li.level0.parent > .level-top > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation li.level0.parent > .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation li.level0.parent .submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    pointer-events: none;
  }
  .navigation li.level0.parent .submenu:before {
    height: 15px;
    top: -15px;
  }
  .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    margin-bottom: 2rem;
  }
  .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    font-family: inherit;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .navigation li.level0.parent .submenu .mega-columns .level1.parent > a:not(:hover) {
    color: #323232;
  }
  .navigation li.level0.parent .submenu {
    margin-top: 15px !important;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  .navigation li.level0.parent .submenu,
  .navigation li.level0.parent .subchildmenu .subchildmenu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navigation li.level0.parent:hover .submenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
  .navigation li.level0.classic .row {
    margin: 0;
  }
  .navigation li.level0.classic .submenu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation li.level0.classic .submenu a {
    padding: 0 15px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .navigation li.level0.classic .subchildmenu {
    width: 100%;
    z-index: 22;
    margin: 0;
  }
  .navigation li.level0.classic .subchildmenu .level1 .subchildmenu {
    position: absolute;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    min-width: 1px;
    border: 1px solid #e1e1e1;
    padding: 20px 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .navigation li.level0.classic .subchildmenu .level1.parent > a > span {
    width: 100%;
    display: inline-block;
    text-decoration: none;
  }
  .navigation li.level0.classic .subchildmenu .level1.parent > a > span > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation li.level0.classic .subchildmenu .level1.parent > a > span:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation li.level0.classic .subchildmenu .level1.parent > a > span:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navigation li.level0.classic .subchildmenu .level1:hover .subchildmenu {
    left: 100% !important;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .navigation li.level0.fullwidth {
    position: static;
  }
  .navigation li.level0.fullwidth > .submenu {
    width: 100%;
    padding: 4rem 4rem 2rem;
  }
  .navigation li.level0.fullwidth .submenu li.parent > a:after,
  .navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .navigation li.level0.fullwidth .submenu .menu-left-block h3,
  .navigation li.level0.staticwidth .submenu .menu-left-block h3 {
    margin-bottom: 0.7rem;
  }
  .navigation li.level0.fullwidth .submenu .menu-left-block p,
  .navigation li.level0.staticwidth .submenu .menu-left-block p {
    margin-bottom: 2rem;
  }
  .navigation li.level0.fullwidth .submenu .menu-top-block a,
  .navigation li.level0.staticwidth .submenu .menu-top-block a,
  .navigation li.level0.fullwidth .submenu .menu-left-block a,
  .navigation li.level0.staticwidth .submenu .menu-left-block a,
  .navigation li.level0.fullwidth .submenu .menu-right-block a,
  .navigation li.level0.staticwidth .submenu .menu-right-block a,
  .navigation li.level0.fullwidth .submenu .menu-bottom-block a,
  .navigation li.level0.staticwidth .submenu .menu-bottom-block a {
    display: inline;
  }
  .navigation li.level0.fullwidth .submenu .menu-top-block a:hover,
  .navigation li.level0.staticwidth .submenu .menu-top-block a:hover,
  .navigation li.level0.fullwidth .submenu .menu-left-block a:hover,
  .navigation li.level0.staticwidth .submenu .menu-left-block a:hover,
  .navigation li.level0.fullwidth .submenu .menu-right-block a:hover,
  .navigation li.level0.staticwidth .submenu .menu-right-block a:hover,
  .navigation li.level0.fullwidth .submenu .menu-bottom-block a:hover,
  .navigation li.level0.staticwidth .submenu .menu-bottom-block a:hover {
    text-decoration: underline;
  }
  .navigation li.level0.fl-left {
    float: left;
  }
  .navigation li.level0.fl-right {
    float: right;
  }
  .navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .navigation li.level0 > a > span.cat-label {
    top: -2px;
    right: 0px;
  }
  .navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -6px;
  }
  .navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #007aff;
  }
  .navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #ff3b30;
  }
  .navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .navigation li.parent > .submenu.popup-left {
    left: auto;
    right: 0;
  }
  .navigation li .subchildmenu li > a > span > span.cat-label {
    top: 0px;
    right: -35px;
  }
  .navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 0 5px;
  }
  .navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .navigation.side-custommenu li {
    margin: 0;
    position: relative;
  }
  .navigation.side-custommenu li.level0 {
    display: block;
    position: relative;
  }
  .navigation.side-custommenu li.level0.parent > a:after {
    vertical-align: top;
    margin-left: 6px;
    line-height: 41px;
    float: right;
    content: '\e622';
    display: inline-block;
    font-family: 'icons-blank-theme';
    transform: rotate(-90deg);
  }
  .navigation.side-custommenu li.level0.classic .submenu li.parent > a:after {
    content: '\e622';
    display: inline-block;
    font-family: 'icons-blank-theme';
    transform: rotate(-90deg);
    vertical-align: top;
    margin-left: 6px;
    margin-right: 5px;
    line-height: 15px;
    float: right;
  }
  .navigation.side-custommenu li.level0.fullwidth > .submenu,
  .navigation.side-custommenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .navigation.side-custommenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
  }
  .navigation.side-custommenu li.level0.fullwidth > .submenu {
    width: 871px;
  }
  .navigation.side-custommenu li.level0 > a {
    display: block;
    padding: 0 5px;
    margin: 0 10px;
    border-top: 1px solid #ddd;
    line-height: 41px;
    font-weight: 400;
    font-size: 14px;
  }
  .navigation.side-custommenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .navigation.side-custommenu li.level0 > a > span.cat-label:before {
    left: -6px;
    top: 3px;
    bottom: auto;
    border-top-color: transparent;
  }
  .navigation.side-custommenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .navigation.side-custommenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .navigation.side-custommenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .navigation.side-custommenu li.level0:first-child > a {
    border-top: 0;
  }
  .navigation.side-custommenu li.level0:hover {
    background-color: #08c;
  }
  .navigation.side-custommenu li.level0:hover > a {
    color: #fff;
    border-top-color: #08c;
  }
  .sticky .navigation li.level0.parent .submenu {
    margin-top: 10px !important;
  }
  .sticky .navigation li.level0.parent .submenu:before {
    height: 10px;
    top: -10px;
  }
  .home-side-menu {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  h2.side-menu-title {
    margin: 0;
    background-color: #f5f5f5;
    color: #a39f9c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 15px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs:not(.has-banner-image) .widget-tabs .ui-tabs-panel,
  .container_vertical_tab_postions.wrapper_product_tabs:not(.has-banner-image) .widget-tabs .ui-tabs-panel {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .widget-tabs,
  .container_vertical_tab_postions.wrapper_product_tabs .widget-tabs {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .widget-tabs .ui-tabs-panel .products,
  .container_vertical_tab_postions.wrapper_product_tabs .widget-tabs .ui-tabs-panel .products {
    margin: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav {
    min-width: 270px;
    margin-right: 30px;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li {
    margin-bottom: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li a:after,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li a:after {
    top: 0;
    bottom: 0;
    left: 80%;
    margin: auto;
    border-width: 0 0 0 15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left-color: #be9d34;
    opacity: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li:not(:last-child) a,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li:not(:last-child) a {
    border-bottom: 0;
  }
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li:hover a:after,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li:hover a:after,
  .container_vertical_tab_postions.wrapper_category_product_tabs .ui-tabs-nav li.ui-state-active a:after,
  .container_vertical_tab_postions.wrapper_product_tabs .ui-tabs-nav li.ui-state-active a:after {
    opacity: 1;
    left: 100%;
  }
  .testimo-slider {
    background-repeat: no-repeat;
    background-position: center;
  }
  .testimonial-index-index .pt-testimonial-item ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #close-vertical {
    display: none;
  }
  .verticalmenu.navigation .list-category-dropdown {
    border: 2px solid #be9d34;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 > a {
    line-height: 50px;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 a .menu-thumb-icon {
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:not(:last-child) > a {
    border-bottom: 1px solid #e1e1e1;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover {
    background: transparent;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover > .submenu {
    left: 100%;
    top: 0;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 > .submenu,
  .verticalmenu.navigation .list-category-dropdown li.level0.classic .parent .subchildmenu {
    left: 110%;
    top: 0;
    min-height: 100%;
    max-height: 80vh;
    padding: 0;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    transition: left 0.3s ease;
    border: 2px solid #be9d34;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0.parent > .level-top:after {
    content: '\e608';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .verticalmenu.navigation .list-category-dropdown li.level0.classic .subchildmenu li:not(:last-child) a {
    border-bottom: 1px solid #e1e1e1;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth .submenu {
    min-width: 52vw;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth,
  .verticalmenu.navigation .list-category-dropdown li.level0.staticwidth {
    position: static;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth .submenu,
  .verticalmenu.navigation .list-category-dropdown li.level0.staticwidth .submenu {
    max-width: 956px;
    border: 2px solid #be9d34;
    padding: 4rem 6rem 2rem 4rem;
    background-repeat: no-repeat;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 > a,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link > a {
    border-color: #e1e1e1;
    padding: 0 3rem;
    display: block;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0 > a:before,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link > a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: -1;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:not(:hover) a:before,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link:not(:hover) a:before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link:hover,
  .verticalmenu.navigation .list-category-dropdown li.level0.active,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link.active {
    background: transparent;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover > a,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link:hover > a,
  .verticalmenu.navigation .list-category-dropdown li.level0.active > a,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link.active > a {
    color: #222222;
    border-color: #be9d34;
  }
  .verticalmenu.navigation .list-category-dropdown li.level0:hover > a:before,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link:hover > a:before,
  .verticalmenu.navigation .list-category-dropdown li.level0.active > a:before,
  .verticalmenu.navigation .list-category-dropdown .expand-category-link.active > a:before {
    background-color: #be9d34;
  }
  .verticalmenu.navigation .expand-category-link a {
    line-height: 50px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .rokanthemes-onepagecheckout .opc-wrapper {
    width: 66.66%;
    padding-right: 30px;
  }
  .rokanthemes-onepagecheckout #opc-sidebar {
    width: 33%;
    margin-top: 0;
  }
  .rokanthemes-onepagecheckout #opc-sidebar .discount-code #discount-form {
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  body .container,
  body .container-sm,
  body .container-md,
  body .container-lg,
  body .container-xl,
  body .wrapper-the-blue-sky-slider .nivo-controlNav {
    max-width: 1440px;
  }
  .transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .product-main-content {
    background-color: #f5f5f5;
    -webkit-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    -moz-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    -ms-box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    box-shadow: 1000px 0 #f5f5f5, -1000px 0 #f5f5f5;
    padding-top: 0;
    padding-bottom: 9rem;
  }
  .page-header .header-container.layout-4 .sticky > div,
  .page-header .header-container.layout-4 .sticky-header > div {
    padding: 4.5rem 1.5rem;
  }
  .page-header .header-container.layout-4.sticky .sticky-header > div {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header .header-container.layout-1,
  .page-header .header-container.layout-7 {
    padding: 3rem 0;
  }
  .storelocator-index-index .banner-storelocator {
    line-height: 0;
    margin-bottom: 8rem;
  }
  .storelocator-index-index .page-header .header-container.layout-1,
  .storelocator-index-index .page-header .header-container.layout-7 {
    padding-top: 0;
    padding: 15px 0;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle {
    background: #ffffff !important;
    opacity: 0.9 !important;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .switcher-option {
    border: none !important;
    height: 32px !important;
    display: flex;
    /* Aktiviert Flexbox für den Container */
    align-items: left;
    /* Zentriert den Inhalt vertikal */
    justify-content: left;
    /* Zentriert den Inhalt horizontal */
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .switcher-option a {
    color: #4D4E4C !important;
    margin: 0;
    /* Entfernt die obere und untere Margin */
    text-align: left;
    /* Zentriert den Text innerhalb des <a>-Tags */
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .switcher-option a:hover {
    color: #BE9D34 !important;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .logo-container .logo {
    display: block;
    width: 200px;
    height: 100px;
    background-image: url('/media/logo/stores/1/Logo_CoM.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .logo-container .logo img {
    display: none;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action {
    justify-content: flex-end;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header > li {
    margin: 0 1rem;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header > li:last-child {
    margin-right: 0;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header > li .minicart-wrapper > a:before,
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header > li .minicart-wrapper > a.active:before {
    content: "\e9d0";
    font-family: "icomoon";
    font-size: 18px;
    color: #4D4E4C;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header > li .minicart-wrapper > a .text {
    display: none;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header > li .minicart-wrapper > a.action.showcart .counter.qty {
    font-size: 0;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header > li .minicart-wrapper > a.action.showcart .counter.qty .total-mini-cart-item {
    color: #4D4E4C !important;
    font-size: 1.2rem;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header .block-search {
    font-size: 14px;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header .block-search .top-search .ion-ios-search-strong {
    font-size: 1.8rem;
    color: #4D4E4C;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header .block-search .top-search .ion-ios-search-strong:before {
    content: "\e9c8";
    font-family: "icomoon";
    font-size: 18px;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header .block-search .top-search .text {
    display: none;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .minicart-wrapper .action.showcart .counter.qty,
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action li .counter.qty {
    font-size: 1.2rem;
    font-weight: 500;
    color: #4D4E4C;
    height: auto;
    line-height: 1;
    min-width: auto;
    padding: 0 3px;
    margin-bottom: 5px;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .setting-view .ion-navicon:before {
    content: "\e908";
    font-family: "icomoon";
    font-size: 18px;
    font-size: 2.4rem;
    color: #4D4E4C;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .link.wishlist a:before {
    content: "\e97a";
    font-family: "icomoon";
    font-size: 18px;
    color: #4D4E4C;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header-middle {
    background: #222222;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links {
    font-size: 1.4rem;
    margin-right: 1.5rem;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links a span,
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links a {
    color: #4D4E4C;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links a:hover span {
    color: #BE9D34;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links li {
    padding: 0;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links li:not(:hover) a {
    color: #4D4E4C;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links li.authorization-link a:before {
    color: #4D4E4C;
    content: "\e9ff";
    font-family: "icomoon";
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: top;
    padding-right: 7px;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links li.authorization-link:after {
    content: '/';
    margin: 0px 6px 0 3px;
    font-size: 11px;
    color: #4D4E4C;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links li a {
    display: inline;
    line-height: 2rem;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links li a:hover {
    color: #BE9D34;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation {
    /* Zielgerichtet das erste <a> innerhalb des li-Elements */
    /* Optional: Hover-Effekt */
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu {
    line-height: 3;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu > ul:before,
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu > ul::after {
    display: none;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.parent .submenu {
    width: 100% !important;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    border-right: 1px solid #f5f5f5;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    margin-top: -1.8rem;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.classic .submenu a {
    padding: 3px 0 0 25px;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.active {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation li.level0:hover {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation li.level0 a {
    font-size: 16px !important;
    color: #4D4E4C !important;
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a {
    color: white !important;
    /* Setzt die weiße Schriftfarbe */
    background-color: #BE9D34 !important;
    /* Setzt den Hintergrund */
    padding-left: 12px !important;
    /* Padding für das Link-Element */
    padding-rigth: 8px !important;
    /* Padding für das Link-Element */
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    text-decoration: none !important;
    /* Entfernt die Unterstreichung */
  }
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a:hover {
    color: white !important;
    /* Weißer Text bei Hover */
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle {
    background: #ffffff !important;
    opacity: 0.9 !important;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .fa-globe {
    color: white !important;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .switcher-option {
    border: none !important;
    height: 32px !important;
    display: flex;
    /* Aktiviert Flexbox für den Container */
    align-items: left;
    /* Zentriert den Inhalt vertikal */
    justify-content: left;
    /* Zentriert den Inhalt horizontal */
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .switcher-option a {
    color: white !important;
    margin: 0;
    /* Entfernt die obere und untere Margin */
    text-align: left;
    /* Zentriert den Text innerhalb des <a>-Tags */
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .switcher-option a:hover {
    color: #BE9D34 !important;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .action-header,
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .action-header span {
    color: white !important;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .action-header:hover,
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .action-header span:hover {
    color: #BE9D34 !important;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .switcher-option a {
    color: #4D4E4C !important;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .switcher-option a:hover {
    color: #BE9D34 !important;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .logo-container .logo {
    display: block;
    width: 200px;
    height: 100px;
    background-image: url('/media/logo/stores/1/Logo_CoM.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .logo-container .logo img {
    display: none;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu {
    line-height: 3;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu > ul:before,
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu > ul::after {
    display: none;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    border-right: 1px solid #f5f5f5;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    margin-top: -1.8rem;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.classic .submenu a {
    padding: 3px 0 0 25px;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.active {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #ffffff !important;
    box-sizing: border-box;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .navigation li.level0:hover {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #ffffff !important;
    box-sizing: border-box;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .navigation li.level0 a {
    font-size: 16px !important;
    color: #ffffff !important;
  }
  .cms-index-index .page-header .header-container:not(.sticky) .header-middle .navigation li.level1 a {
    font-size: 18px !important;
    color: #222222 !important;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle {
    background: white !important;
    opacity: 0.9 !important;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .switcher-option {
    border: none !important;
    height: 32px !important;
    display: flex;
    /* Aktiviert Flexbox für den Container */
    align-items: left;
    /* Zentriert den Inhalt vertikal */
    justify-content: left;
    /* Zentriert den Inhalt horizontal */
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .switcher-option a {
    color: #4D4E4C !important;
    margin: 0;
    /* Entfernt die obere und untere Margin */
    text-align: left;
    /* Zentriert den Text innerhalb des <a>-Tags */
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .switcher-option a:hover {
    color: #BE9D34 !important;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .logo-container .logo {
    display: block;
    /* Ensure the element is block-level */
    width: 200px;
    /* Set the desired width */
    height: 100px;
    /* Set the desired height */
    background-image: url('/media/logo/stores/1/Logo_CoM.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .logo-container .logo img {
    display: none;
    /* Hide the existing image */
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation {
    /* Zielgerichtet das erste <a> innerhalb des li-Elements */
    /* Optional: Hover-Effekt */
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation .level0 .submenu {
    line-height: 3;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation .level0 .submenu > ul:before,
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation .level0 .submenu > ul::after {
    display: none;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation li.level0.parent .submenu {
    width: 100% !important;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    border-right: 1px solid #f5f5f5;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    margin-top: -1.8rem;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation li.level0.classic .submenu a {
    padding: 3px 0 0 25px;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation li.level0.active {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation li.level0:hover {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation li.level0 a {
    font-size: 16px !important;
    color: #4D4E4C !important;
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a {
    color: white !important;
    /* Setzt die weiße Schriftfarbe */
    background-color: #BE9D34 !important;
    /* Setzt den Hintergrund */
    padding-left: 12px !important;
    /* Padding für das Link-Element */
    padding-rigth: 8px !important;
    /* Padding für das Link-Element */
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    text-decoration: none !important;
    /* Entfernt die Unterstreichung */
  }
  :not(.cms-index-index) .page-header .header-container.sticky .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a:hover {
    color: white !important;
    /* Weißer Text bei Hover */
  }
  .cms-index-index .page-header .header-container.layout-1,
  .cms-index-index .page-header .header-container.layout-7,
  .cms-index-index .page-header .header-container.layout-9,
  .cms-index-index .page-header .header-container.layout-12 {
    position: absolute;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .switcher-option {
    border: none !important;
    height: 32px !important;
    display: flex;
    /* Aktiviert Flexbox für den Container */
    align-items: left;
    /* Zentriert den Inhalt vertikal */
    justify-content: left;
    /* Zentriert den Inhalt horizontal */
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .switcher-option a {
    color: #4D4E4C !important;
    margin: 0;
    /* Entfernt die obere und untere Margin */
    text-align: left;
    /* Zentriert den Text innerhalb des <a>-Tags */
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .switcher-option a:hover {
    color: #BE9D34 !important;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action {
    justify-content: flex-end;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header > li {
    margin: 0 1rem;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header > li:last-child {
    margin-right: 0;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header > li .minicart-wrapper > a:before,
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header > li .minicart-wrapper > a.active:before {
    content: "\e9d0";
    font-family: "icomoon";
    font-size: 18px;
    color: #ffffff;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header > li .minicart-wrapper > a .text {
    display: none;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header > li .minicart-wrapper > a.action.showcart {
    margin-top: -4px !important;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header > li .minicart-wrapper > a.action.showcart .counter.qty {
    font-size: 0;
    color: #ffffff;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header > li .minicart-wrapper > a.action.showcart .counter.qty .total-mini-cart-item {
    font-size: 1.2rem;
    color: white !important;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header .block-search {
    font-size: 14px;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header .block-search .top-search .ion-ios-search-strong {
    font-size: 1.8rem;
    color: #ffffff;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header .block-search .top-search .ion-ios-search-strong:before {
    content: "\e9c8";
    font-family: "icomoon";
    font-size: 18px;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header .block-search .top-search .text {
    display: none;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .minicart-wrapper .action.showcart .counter.qty,
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action li .counter.qty {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    height: auto;
    line-height: 1;
    min-width: auto;
    padding: 0 3px;
    margin-bottom: 5px;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .setting-view .ion-navicon:before {
    content: "\e908";
    font-family: "icomoon";
    font-size: 18px;
    font-size: 2.4rem;
    color: #ffffff;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .link.wishlist a:before {
    content: "\e97a";
    font-family: "icomoon";
    font-size: 18px;
    color: #ffffff;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header-middle {
    background: #222222;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links {
    font-size: 1.4rem;
    margin-right: 1.5rem;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links a span,
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links a {
    color: #ffffff;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links a:hover span {
    color: #BE9D34;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links li {
    padding: 0;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links li:not(:hover) a {
    color: #ffffff;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links li.authorization-link a:before {
    color: #ffffff;
    content: "\e9ff";
    font-family: "icomoon";
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: top;
    padding-right: 7px;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links li.authorization-link:after {
    content: '/';
    margin: 0px 6px 0 3px;
    font-size: 11px;
    color: #ffffff;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links li a {
    display: inline;
    line-height: 2rem;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links li a:hover {
    color: #BE9D34;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .logo-container .logo {
    display: block;
    width: 200px;
    height: 100px;
    background-image: url('/media/logo/stores/1/Colours_of_Mallorca_Logo_White_plain.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .logo-container .logo img {
    display: none;
  }
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header-middle {
    background: transparent !important;
  }
  .cms-index-index .page-header .header-container.layout-9(.sticky) .logo-container .logo {
    display: block;
    width: 200px;
    height: 100px;
    background-image: url('/media/logo/stores/1/Logo_CoM.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cms-index-index .page-header .header-container.layout-9(.sticky) .logo-container .logo img {
    display: none;
  }
  .cms-index-index .page-header .header-container.layout-9(.sticky) .header-middle {
    background: transparent !important;
  }
  .cms-index-index .page-header .header-container.layout-12 {
    padding-top: 2rem;
  }
  .cms-index-index .page-header .header-container.layout-12:not(.sticky) .header-middle {
    background: transparent !important;
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle {
    background: transparent !important;
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .switcher-option {
    border: none !important;
    height: 32px !important;
    display: flex;
    /* Aktiviert Flexbox für den Container */
    align-items: left;
    /* Zentriert den Inhalt vertikal */
    justify-content: left;
    /* Zentriert den Inhalt horizontal */
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .switcher-option a {
    color: #4D4E4C !important;
    margin: 0;
    /* Entfernt die obere und untere Margin */
    text-align: left;
    /* Zentriert den Text innerhalb des <a>-Tags */
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .switcher-option a:hover {
    color: #BE9D34 !important;
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation {
    /* Zielgerichtet das erste <a> innerhalb des li-Elements */
    /* Optional: Hover-Effekt */
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu {
    line-height: 3;
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu > ul:before,
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu > ul::after {
    display: none;
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    border-right: 1px solid #f5f5f5;
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    margin-top: -1.8rem;
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.classic .submenu a {
    padding: 3px 0 0 25px;
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.active {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation li.level0:hover {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation li.level0 a {
    font-size: 16px !important;
    color: #4D4E4C !important;
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a {
    color: white !important;
    /* Setzt die weiße Schriftfarbe */
    background-color: #BE9D34 !important;
    /* Setzt den Hintergrund */
    padding-left: 12px !important;
    /* Padding für das Link-Element */
    padding-rigth: 8px !important;
    /* Padding für das Link-Element */
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    text-decoration: none !important;
    /* Entfernt die Unterstreichung */
  }
  .blog-page .page-header .header-container:not(.sticky) .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a:hover {
    color: white !important;
    /* Weißer Text bei Hover */
  }
  .blog-page .page-header .header-container.sticky .header-middle {
    background: white !important;
  }
  .blog-page .page-header .header-container.sticky .header-middle .navigation {
    /* Zielgerichtet das erste <a> innerhalb des li-Elements */
    /* Optional: Hover-Effekt */
  }
  .blog-page .page-header .header-container.sticky .header-middle .navigation .level0 .submenu {
    line-height: 3;
  }
  .blog-page .page-header .header-container.sticky .header-middle .navigation .level0 .submenu > ul:before,
  .blog-page .page-header .header-container.sticky .header-middle .navigation .level0 .submenu > ul::after {
    display: none;
  }
  .blog-page .page-header .header-container.sticky .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    border-right: 1px solid #f5f5f5;
  }
  .blog-page .page-header .header-container.sticky .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    margin-top: -1.8rem;
  }
  .blog-page .page-header .header-container.sticky .header-middle .navigation li.level0.classic .submenu a {
    padding: 3px 0 0 25px;
  }
  .blog-page .page-header .header-container.sticky .header-middle .navigation li.level0.active {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  .blog-page .page-header .header-container.sticky .header-middle .navigation li.level0:hover {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  .blog-page .page-header .header-container.sticky .header-middle .navigation li.level0 a {
    font-size: 16px !important;
    color: #4D4E4C !important;
  }
  .blog-page .page-header .header-container.sticky .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a {
    color: white !important;
    /* Setzt die weiße Schriftfarbe */
    background-color: #BE9D34 !important;
    /* Setzt den Hintergrund */
    padding-left: 12px !important;
    /* Padding für das Link-Element */
    padding-rigth: 8px !important;
    /* Padding für das Link-Element */
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    text-decoration: none !important;
    /* Entfernt die Unterstreichung */
  }
  .blog-page .page-header .header-container.sticky .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a:hover {
    color: white !important;
    /* Weißer Text bei Hover */
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle {
    background: transparent !important;
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation {
    /* Zielgerichtet das erste <a> innerhalb des li-Elements */
    /* Optional: Hover-Effekt */
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu {
    line-height: 3;
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu > ul:before,
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu > ul::after {
    display: none;
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    border-right: 1px solid #f5f5f5;
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    margin-top: -1.8rem;
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.classic .submenu a {
    padding: 3px 0 0 25px;
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation li.level0.active {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation li.level0:hover {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation li.level0 a {
    font-size: 16px !important;
    color: #4D4E4C !important;
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a {
    color: white !important;
    /* Setzt die weiße Schriftfarbe */
    background-color: #BE9D34 !important;
    /* Setzt den Hintergrund */
    padding-left: 12px !important;
    /* Padding für das Link-Element */
    padding-rigth: 8px !important;
    /* Padding für das Link-Element */
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    text-decoration: none !important;
    /* Entfernt die Unterstreichung */
  }
  .page-products .page-header .header-container:not(.sticky) .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a:hover {
    color: white !important;
    /* Weißer Text bei Hover */
  }
  .page-products .page-header .header-container.sticky .header-middle {
    background: white !important;
  }
  .page-products .page-header .header-container.sticky .header-middle .navigation {
    /* Zielgerichtet das erste <a> innerhalb des li-Elements */
    /* Optional: Hover-Effekt */
  }
  .page-products .page-header .header-container.sticky .header-middle .navigation .level0 .submenu {
    line-height: 3;
  }
  .page-products .page-header .header-container.sticky .header-middle .navigation .level0 .submenu > ul:before,
  .page-products .page-header .header-container.sticky .header-middle .navigation .level0 .submenu > ul::after {
    display: none;
  }
  .page-products .page-header .header-container.sticky .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    border-right: 1px solid #f5f5f5;
  }
  .page-products .page-header .header-container.sticky .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    margin-top: -1.8rem;
  }
  .page-products .page-header .header-container.sticky .header-middle .navigation li.level0.classic .submenu a {
    padding: 3px 0 0 25px;
  }
  .page-products .page-header .header-container.sticky .header-middle .navigation li.level0.active {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  .page-products .page-header .header-container.sticky .header-middle .navigation li.level0:hover {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  .page-products .page-header .header-container.sticky .header-middle .navigation li.level0 a {
    font-size: 16px !important;
    color: #4D4E4C !important;
  }
  .page-products .page-header .header-container.sticky .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a {
    color: white !important;
    /* Setzt die weiße Schriftfarbe */
    background-color: #BE9D34 !important;
    /* Setzt den Hintergrund */
    padding-left: 12px !important;
    /* Padding für das Link-Element */
    padding-rigth: 8px !important;
    /* Padding für das Link-Element */
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    text-decoration: none !important;
    /* Entfernt die Unterstreichung */
  }
  .page-products .page-header .header-container.sticky .header-middle .navigation li.ui-menu-item.level0.nav-1.fullwidth.menu-item-has-children.parent > a:hover {
    color: white !important;
    /* Weißer Text bei Hover */
  }
  .cms-willkommen.page-header .header-container:not(.sticky) .header-middle {
    background: transparent !important;
  }
  .cms-willkommen.page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu {
    line-height: 3;
  }
  .cms-willkommen.page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu > ul:before,
  .cms-willkommen.page-header .header-container:not(.sticky) .header-middle .navigation .level0 .submenu > ul::after {
    display: none;
  }
  .cms-willkommen.page-header .header-container:not(.sticky) .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    border-right: 1px solid #f5f5f5;
  }
  .cms-willkommen.page-header .header-container:not(.sticky) .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    margin-top: -1.8rem;
  }
  .cms-willkommen.page-header .header-container:not(.sticky) .header-middle .navigation li.level0.classic .submenu a {
    padding: 3px 0 0 25px;
  }
  .cms-willkommen.page-header .header-container:not(.sticky) .header-middle .navigation li.level0.active {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #ffffff !important;
    box-sizing: border-box;
  }
  .cms-willkommen.page-header .header-container:not(.sticky) .header-middle .navigation li.level0:hover {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #ffffff !important;
    box-sizing: border-box;
  }
  .cms-willkommen.page-header .header-container:not(.sticky) .header-middle .navigation li.level0 a {
    font-size: 16px !important;
    color: #ffffff !important;
  }
  .cms-willkommen .page-header .header-container.sticky .header-middle {
    background: white !important;
  }
  .cms-willkommen .page-header .header-container.sticky .header-middle .navigation .level0 .submenu {
    line-height: 3;
  }
  .cms-willkommen .page-header .header-container.sticky .header-middle .navigation .level0 .submenu > ul:before,
  .cms-willkommen .page-header .header-container.sticky .header-middle .navigation .level0 .submenu > ul::after {
    display: none;
  }
  .cms-willkommen .page-header .header-container.sticky .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent {
    border-right: 1px solid #f5f5f5;
  }
  .cms-willkommen .page-header .header-container.sticky .header-middle .navigation li.level0.parent .submenu .mega-columns .level1.parent > a {
    margin-top: -1.8rem;
  }
  .cms-willkommen .page-header .header-container.sticky .header-middle .navigation li.level0.classic .submenu a {
    padding: 3px 0 0 25px;
  }
  .cms-willkommen .page-header .header-container.sticky .header-middle .navigation li.level0.active {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  .cms-willkommen .page-header .header-container.sticky .header-middle .navigation li.level0:hover {
    border-radius: 8px !important;
    /* Abrunden der Ecken */
    border: 1px solid #4D4E4C !important;
    box-sizing: border-box;
  }
  .cms-willkommen .page-header .header-container.sticky .header-middle .navigation li.level0 a {
    font-size: 16px !important;
    color: #4D4E4C !important;
  }
  body.catalog-product-view #shop-link {
    border: 1px solid #4D4E4C !important;
  }
  body.catalog-product-view .image-banner h1 {
    color: #4D4E4C !important;
  }
}
@media all and (min-width: 1200px) and only screen and (min-width: 992px), print and only screen and (min-width: 992px) {
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .col-action .action-header > li .minicart-wrapper {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px) and only screen and (max-width: 767px), print and only screen and (max-width: 767px) {
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .setting-view .ion-navicon:before {
    vertical-align: 2px;
  }
}
@media all and (min-width: 1200px) and only screen and (max-width: 1199px), print and only screen and (max-width: 1199px) {
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and only screen and (max-width: 1199px), print and only screen and (max-width: 1199px) {
  :not(.cms-index-index) .page-header .header-container:not(.sticky) .header-middle .header.links li.authorization-link a:before {
    padding-right: 0;
  }
}
@media all and (min-width: 1200px) and only screen and (min-width: 992px), print and only screen and (min-width: 992px) {
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .col-action .action-header > li .minicart-wrapper {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px) and only screen and (max-width: 767px), print and only screen and (max-width: 767px) {
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .setting-view .ion-navicon:before {
    vertical-align: 2px;
  }
}
@media all and (min-width: 1200px) and only screen and (max-width: 1199px), print and only screen and (max-width: 1199px) {
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and only screen and (max-width: 1199px), print and only screen and (max-width: 1199px) {
  .cms-index-index .page-header .header-container.layout-9:not(.sticky) .header.links li.authorization-link a:before {
    padding-right: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*  Typogrphy */
/* Button Default = secondary button */
/*  Primary button */
/*  Large button */
/* Rating */
/* link color */
/**
//  * Copyright © Bluesky, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
.mainpage_banner {
  margin-top: -32px !important;
  margin-bottom: 32px !important;
}
@media screen and (max-width: 768px) {
  .mainpage_banner {
    margin-bottom: -32px !important;
  }
}
/* Styling für das Scroll-Banner */
#scroll-banner {
  width: 100% !important;
  position: fixed;
  top: 0;
  z-index: 1000;
  /* Stelle sicher, dass dieser Wert höher ist als der des Menüs */
}
.custom-top-banner {
  background-color: #ede1ba !important;
  /* Passende Hintergrundfarbe */
  color: #666666;
  /* Textfarbe */
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold !important;
  border-bottom: 1px solid #ddd;
}
.custom-top-banner p {
  margin: 0;
}
/* Wrapper für zentrierte Darstellung */
.custom-audio-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f3eb;
  /* Hintergrund passend zur Webseite */
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 20px auto;
}
.custom-audio-wrapper h3 {
  text-align: left;
  margin: 0 14px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* Abstand zwischen Icon und Text */
  font-size: 2.5rem;
  /* Schriftgröße des Textes */
}
.custom-audio-wrapper h3::before {
  content: '\266B';
  /* Unicode für Musiknoten */
  font-size: 2.8rem;
  /* Größe des Icons */
  margin-right: 8px;
  display: inline-block;
  color: #BE9D34;
  /* Passende Farbe */
}
/* Style für das Audio-Element */
.custom-audio {
  width: 100%;
  /* Vollständige Breite nutzen */
  outline: none;
  /* Rahmen entfernen */
  border-radius: 8px;
  /* Abgerundete Ecken */
}
/* Fortschrittsanzeige */
.custom-audio::-webkit-media-controls-panel {
  background-color: #be9d34;
  /* Gold-Hintergrund */
  color: white;
  border-radius: 8px;
}
.custom-audio::-webkit-media-controls-timeline {
  background-color: transparent !important;
}
/* Buttons anpassen */
.custom-audio::-webkit-media-controls-play-button,
.custom-audio::-webkit-media-controls-pause-button,
.custom-audio::-webkit-media-controls-mute-button {
  background-color: #be9d34;
  /* Gold-Hintergrund */
  color: white;
  border-radius: 50%;
  /* Runde Buttons */
  padding: 5px;
}
.custom-audio::-webkit-media-controls-time-remaining-display,
.custom-audio::-webkit-media-controls-current-time-display {
  color: white;
}
/* Slider anpassen */
.custom-audio::-webkit-media-controls-timeline {
  background-color: #e0dbce;
  /* Leichtes Beige */
}
.custom-audio::-webkit-media-controls-timeline:focus {
  outline: none;
  /* Fokusrahmen entfernen */
}
h6 {
  font-size: 4rem !important;
  font-family: WhiteOleanderRegular !important;
}
/* Responsive Anpassungen */
@media screen and (max-width: 768px) {
  .custom-audio-wrapper h3 {
    text-align: left;
    margin: 0 8px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* Abstand zwischen Icon und Text */
    font-size: 1.8rem;
    /* Schriftgröße des Textes */
  }
  .custom-audio-wrapper h3::before {
    content: '\266B';
    /* Unicode für Musiknoten */
    margin-right: 8px;
    font-size: 2.1rem;
    /* Größe des Icons */
    display: inline-block;
    color: #BE9D34;
    /* Passende Farbe */
  }
  .custom-audio-wrapper {
    padding: 15px;
  }
  .custom-audio {
    border-radius: 5px;
  }
}
.payment-method-title {
  display: flex !important;
  /* Aktiviert Flexbox */
  align-items: center !important;
  /* Vertikale Zentrierung */
  gap: 10px !important;
  /* Abstand zwischen dem Label und dem Radio-Button */
}
.payment-method-title label {
  margin: 0 !important;
  /* Entfernt Standardabstand */
}
.payment-method-title input[type="radio"] {
  margin: 0 !important;
  /* Entfernt Standardabstand */
}
.ccm-settings-summoner--link.ccm--ctrl-init {
  z-index: -1 !important;
}
.crossed-price {
  position: relative;
  color: #BE9D34;
  /* Farbe des Texts */
  margin-right: 16px;
  display: inline-block;
  /* Wichtig, um den Pseudo-Inhalt korrekt zu positionieren */
}
.crossed-price::after {
  content: '';
  position: absolute;
  left: 8px;
  right: 0px;
  top: 50%;
  /* Positioniert die Linie in der Mitte des Textes */
  height: 3px;
  /* Dicke der Linie */
  background-color: currentColor;
  /* Verwendet die gleiche Farbe wie der Text */
  transform: translateY(-50%);
  /* Vertikale Korrektur, damit die Linie zentriert ist */
}
.discount-value {
  font-size: 0.9em;
  color: #BE9D34;
  /* Rabattfarbe */
  margin-left: 5px;
  /* Abstand zum durchgestrichenen Preis */
}
.configurable-variation-qty {
  color: transparent !important;
  /* Text unsichtbar */
}
.quantity-options {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.quantity-options input[type="radio"] {
  display: none;
}
.quantity-options label {
  display: block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}
.quantity-options input[type="radio"]:checked + label {
  background-color: #f0f0f0;
  border-color: #333;
}
.quantity-options label:hover {
  background-color: #e0e0e0;
}
/* Typography */
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: middle;
}
.banner .col-banner.center.left .content {
  padding: 1.5rem 1.5rem 1.5rem 4rem;
}
.banner .col-banner.center.right .content {
  align-items: flex-end;
}
.banner .col-banner.top.left .content {
  padding: 4rem 1.5rem 1.5rem 4rem;
  align-items: end;
  justify-content: end;
}
.banner .col-banner.top.right .content {
  padding: 1.5rem 4rem 1.5rem 4rem;
  align-items: flex-end;
  justify-content: end;
  text-align: right;
}
.banner .col-banner.bottom.left .content {
  padding: 1.5rem 1.5rem 4rem 4rem;
  align-items: end;
  justify-content: flex-end;
}
.banner .col-banner.bottom.right .content {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  padding: 1.5rem 4rem 4rem 1.5rem;
}
.banner .col-banner .content {
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  right: 1.5rem;
  left: 1.5rem;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  flex-wrap: wrap;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.banner .col-banner.hover-text-show .banner-img:before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.banner .col-banner.hover-text-show .content {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 22;
}
.banner .col-banner.hover-text-show:not(:hover) .content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .col-banner.hover-text-show:hover .banner-img:before {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
/*   Product detail page */
@media only screen and (max-width: 767px) {
  .ccm-settings-summoner.ccm-show {
    margin-bottom: 50px !important;
  }
  #minicart-content-wrapper .text,
  #minicart-content-wrapper .block-title strong span {
    color: white !important;
  }
  .switcher-language {
    padding-left: 16px;
  }
  .authorization-link {
    border-right: none !important;
    padding-right: 16px;
  }
  .authorization-link span {
    margin-top: 2px !important;
    margin-right: 16px;
  }
}
div.minicart-items-wrapper ol#mini-cart.minicart-items li.item.product.product-item.odd.last {
  border-right: none !important;
  /* Entfernt den rechten Rand */
}
.product-item-details {
  color: #4D4E4C !important;
}
.authorization-link {
  margin-top: 2px !important;
}
ul.flex-layout.action-header ul.header.links li {
  border-right: none !important;
  margin-top: 2px !important;
}
.my_account_link_custom {
  border-right: none !important;
  margin-top: 2px !important;
}
.my_account_link_custom a {
  padding-right: 8px;
}
.block-collapsible-nav-title {
  display: none !important;
}
@font-face {
  font-family: "BrandonGrotesqueMedium";
  src: url('../fonts/BrandonGrotesqueMedium/font.woff2') format('woff2'), url('../fonts/BrandonGrotesqueMedium/font.woff') format('woff');
}
@font-face {
  font-family: "WhiteOleanderRegular";
  src: url('../fonts/WhiteOleanderRegular/font.woff2') format('woff2'), url('../fonts/WhiteOleanderRegular/font.woff') format('woff');
}
.today_time {
  display: none !important;
}
/* Breadcrumb restyle */
/* Product detail page Gobal style */
body.categorypath-shop-farbkarten #layered-filter-block,
body[class*="product-com-"] #layered-filter-block {
  display: none !important;
}
body.categorypath-shop-farbkarten .product-info-main .product.attribute.overview,
body[class*="product-com-"] .product-info-main .product.attribute.overview {
  border: 1px solid #ccc;
  /* Beispielwert, passe diesen an */
  border-width: 1px 0;
  padding: 2.3rem 0;
  margin-bottom: 10px;
  /* Beispielwert */
}
body.categorypath-shop-farbkarten .product-info-main .product.attribute.overview table th,
body[class*="product-com-"] .product-info-main .product.attribute.overview table th,
body.categorypath-shop-farbkarten .product-info-main .product.attribute.overview table td,
body[class*="product-com-"] .product-info-main .product.attribute.overview table td {
  padding: 0;
}
body.categorypath-shop-farbkarten .product-info-main .product-category,
body[class*="product-com-"] .product-info-main .product-category {
  padding-top: 1.3rem;
  margin-top: 1.3rem;
  border-top: none !important;
}
body.categorypath-shop-farbkarten .product-info-main .product-category a:not(:hover),
body[class*="product-com-"] .product-info-main .product-category a:not(:hover) {
  color: #333;
  /* Beispielwert, passe diesen an */
}
.cms-partner-werden .faq-item .question a,
.cms-become-a-partner .faq-item .question a,
.cms-convertirse-en-socio .faq-item .question a {
  font-size: 1.8rem !important;
  text-decoration: none;
}
.banner-content {
  position: relative;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-content img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-content .text {
  position: absolute;
  top: 50%;
  width: 60%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-content .text p span {
  color: #be9d34;
}
@media only screen and (max-width: 575px) {
  .banner-content .text h5 {
    margin-bottom: 1rem !important;
  }
}
.banner-content .text h4 {
  color: #333333;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
  margin-top: 0;
}
@media only screen and (max-width: 575px) {
  .banner-content .text h4 {
    margin-bottom: 1rem !important;
  }
}
.banner-content .text p {
  line-height: 2.4rem;
}
.banner-content:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#close-menu {
  display: none !important;
}
.menu-right-block img {
  background-color: #ffffff;
  border: 5px solid #e0e0e0;
}
.no-hover-span {
  color: #4D4E4C;
  cursor: default;
}
@media only screen and (min-width: 768px) {
  /* Hauptnavigation auf eine Zeile setzen */
  .navigation.custommenu.main-nav.nav-sections > ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .navigation.custommenu.main-nav.nav-sections > ul > li {
    margin: 0 10px;
    /* Anpassbar nach Bedarf */
    padding: 0;
  }
  .navigation.custommenu.main-nav.nav-sections > ul > li > a {
    text-decoration: none;
    color: inherit !important;
    /* Anpassbar nach Bedarf */
  }
  /* Mega-Menü Spalten aufteilen */
  .navigation.custommenu.main-nav.nav-sections ul.ui-menu-item.level0.nav-1.fullwidth .submenu .row {
    display: flex;
    flex-direction: column;
    /* Jedes ul als eigene Zeile */
    width: 100%;
  }
  .navigation.custommenu.main-nav.nav-sections ul.ui-menu-item.level0.nav-1.fullwidth .submenu .row > ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    /* Sicherstellen, dass jedes ul die volle Breite einnimmt */
  }
  .navigation.custommenu.main-nav.nav-sections ul.ui-menu-item.level0.nav-1.fullwidth .submenu .row > ul > li {
    margin: 0 10px;
    /* Anpassbar nach Bedarf */
    padding: 0;
  }
  .navigation.custommenu.main-nav.nav-sections ul.ui-menu-item.level0.nav-1.fullwidth .submenu .row > ul > li > a {
    text-decoration: none;
    color: inherit;
    /* Anpassbar nach Bedarf */
  }
  /* Hover-Farbe für Untermenü-Punkte */
  .navigation.custommenu.main-nav.nav-sections .submenu .row ul.subchildmenu li a:hover {
    color: #BE9D34 !important;
  }
}
html {
  scroll-behavior: smooth !important;
}
.logo img {
  width: 250px !important;
  margin-bottom: 1rem;
}
.authentication-wrapper button:hover {
  color: #BE9D34 !important;
}
.cms-beratung .center-image,
.cms-consulting .center-image,
.cms-asesoramiento .center-image,
.cms-wandfarbe-braun .center-image {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.cms-beratung .pagebuilder-column-group,
.cms-consulting .pagebuilder-column-group,
.cms-asesoramiento .pagebuilder-column-group,
.cms-wandfarbe-braun .pagebuilder-column-group {
  width: 100vw;
  position: relative;
  left: calc((-1 * (100vw - 100%)/2));
}
@media only screen and (max-width: 1199px) {
  .cms-beratung .pagebuilder-column-group [class*="background-image-"],
  .cms-consulting .pagebuilder-column-group [class*="background-image-"],
  .cms-asesoramiento .pagebuilder-column-group [class*="background-image-"],
  .cms-wandfarbe-braun .pagebuilder-column-group [class*="background-image-"] {
    margin-left: 16px !important;
    margin-right: 16px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
.cms-beratung .form,
.cms-consulting .form,
.cms-asesoramiento .form,
.cms-wandfarbe-braun .form {
  margin-top: 16px;
  margin-bottom: 32px;
}
.cms-beratung .form h3,
.cms-consulting .form h3,
.cms-asesoramiento .form h3,
.cms-wandfarbe-braun .form h3 {
  display: none !important;
}
.cms-beratung h2,
.cms-consulting h2,
.cms-asesoramiento h2,
.cms-wandfarbe-braun h2 {
  margin-top: 32px;
}
.cms-beratung .faq-item,
.cms-consulting .faq-item,
.cms-asesoramiento .faq-item,
.cms-wandfarbe-braun .faq-item {
  margin-top: 32px;
}
.cms-beratung .faq-item .question a,
.cms-consulting .faq-item .question a,
.cms-asesoramiento .faq-item .question a,
.cms-wandfarbe-braun .faq-item .question a {
  font-size: 18px !important;
  text-decoration: none;
}
h6 {
  font-size: 4rem !important;
  font-family: WhiteOleanderRegular !important;
}
.cms-impressum p,
.cms-legal-notice p,
.cms-aviso-legal p,
.cms-datenschutz p,
.cms-privacy-policy p,
.cms-politica-de-privacidad p,
.cms-gtc p,
.cms-agb p,
.cms-revocacion p,
.cms-revocation p,
.cms-widerrufsrecht p,
.cms-pago-y-envio p,
.cms-payment-dispatch p,
.cms-versand p,
[class*="cms-newsletter"] p,
[class*="cms-boletin"] p,
.account p,
.catalog-product_compare-index p,
.cms-amasty-affiliate-conditions p {
  margin-top: 16px;
}
.cms-impressum h2,
.cms-legal-notice h2,
.cms-aviso-legal h2,
.cms-datenschutz h2,
.cms-privacy-policy h2,
.cms-politica-de-privacidad h2,
.cms-gtc h2,
.cms-agb h2,
.cms-revocacion h2,
.cms-revocation h2,
.cms-widerrufsrecht h2,
.cms-pago-y-envio h2,
.cms-payment-dispatch h2,
.cms-versand h2,
[class*="cms-newsletter"] h2,
[class*="cms-boletin"] h2,
.account h2,
.catalog-product_compare-index h2,
.cms-amasty-affiliate-conditions h2 {
  margin-top: 32px;
}
.cms-impressum h1,
.cms-legal-notice h1,
.cms-aviso-legal h1,
.cms-datenschutz h1,
.cms-privacy-policy h1,
.cms-politica-de-privacidad h1,
.cms-gtc h1,
.cms-agb h1,
.cms-revocacion h1,
.cms-revocation h1,
.cms-widerrufsrecht h1,
.cms-pago-y-envio h1,
.cms-payment-dispatch h1,
.cms-versand h1,
[class*="cms-newsletter"] h1,
[class*="cms-boletin"] h1,
.account h1,
.catalog-product_compare-index h1,
.cms-amasty-affiliate-conditions h1 {
  color: #616369 !important;
}
.cms-partner-werden .centered-container,
.cms-become-a-partner .centered-container,
.cms-convertirse-en-socio .centered-container {
  display: flex;
  justify-content: center;
  /* Horizontale Zentrierung */
  align-items: center;
  /* Vertikale Zentrierung */
  height: 100vh;
  /* Höhe des div, kann angepasst werden */
  width: 100%;
  /* Breite des div */
  position: relative;
  /* Falls notwendig, je nach Ihrem Design */
}
.cms-partner-werden h1.intro-headline,
.cms-become-a-partner h1.intro-headline,
.cms-convertirse-en-socio h1.intro-headline {
  color: #ffffff;
  text-align: center;
  width: auto;
  /* Oder eine spezifische Breite falls benötigt */
  position: relative;
  font-family: WhiteOleanderRegular !important;
  font-size: 20rem !important;
  letter-spacing: 0px;
  line-height: 12rem;
  transform: rotate(-10deg);
  margin: 0;
  /* Entfernt Standardabstände */
}
@media only screen and (max-width: 767px) {
  .cms-partner-werden h1.intro-headline,
  .cms-become-a-partner h1.intro-headline,
  .cms-convertirse-en-socio h1.intro-headline {
    color: #ffffff;
    text-align: center;
    width: auto;
    /* Oder eine spezifische Breite falls benötigt */
    position: relative;
    font-family: WhiteOleanderRegular !important;
    font-size: 8rem !important;
    letter-spacing: 2px;
    line-height: 6rem;
    transform: rotate(-10deg);
    margin: 0;
    /* Entfernt Standardabstände */
  }
}
.cms-partner-werden .center-image,
.cms-become-a-partner .center-image,
.cms-convertirse-en-socio .center-image {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
@media only screen and (max-width: 767px) {
  .cms-partner-werden .pagebuilder-column-group [class*="background-image-"],
  .cms-become-a-partner .pagebuilder-column-group [class*="background-image-"],
  .cms-convertirse-en-socio .pagebuilder-column-group [class*="background-image-"] {
    margin-left: 16px !important;
    margin-right: 16px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .cms-partner-werden .pagebuilder-column-group .pagebuilder-column,
  .cms-become-a-partner .pagebuilder-column-group .pagebuilder-column,
  .cms-convertirse-en-socio .pagebuilder-column-group .pagebuilder-column {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
.cms-partner-werden .form,
.cms-become-a-partner .form,
.cms-convertirse-en-socio .form {
  margin-top: 16px;
  margin-bottom: 32px;
}
.cms-partner-werden .form h3,
.cms-become-a-partner .form h3,
.cms-convertirse-en-socio .form h3 {
  display: none !important;
}
.cms-partner-werden h2,
.cms-become-a-partner h2,
.cms-convertirse-en-socio h2 {
  margin-top: 32px;
}
.cms-partner-werden .faq-item,
.cms-become-a-partner .faq-item,
.cms-convertirse-en-socio .faq-item {
  margin-top: 32px;
}
.cms-partner-werden .faq-item .question a,
.cms-become-a-partner .faq-item .question a,
.cms-convertirse-en-socio .faq-item .question a {
  font-size: 18px !important;
  text-decoration: none;
}
.cms-farbuebersicht .main,
.cms-color-overview .main,
.cms-resumen-de-colores .main {
  margin-top: 15rem !important;
  color: #616369;
  text-align: center !important;
}
.cms-farbuebersicht .main .description,
.cms-color-overview .main .description,
.cms-resumen-de-colores .main .description {
  font-size: 1.8rem;
}
.cms-farbuebersicht .main .circle-container,
.cms-color-overview .main .circle-container,
.cms-resumen-de-colores .main .circle-container {
  display: flex;
  justify-content: center;
  /* Center the items */
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  /* Optional: space between items */
}
.cms-farbuebersicht .main .circle-item,
.cms-color-overview .main .circle-item,
.cms-resumen-de-colores .main .circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease-in-out;
}
.cms-farbuebersicht .main .circle-item:hover,
.cms-color-overview .main .circle-item:hover,
.cms-resumen-de-colores .main .circle-item:hover {
  transform: scale(1.25);
  z-index: 1;
  cursor: pointer;
}
.cms-farbuebersicht .main .circle,
.cms-color-overview .main .circle,
.cms-resumen-de-colores .main .circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.cms-farbuebersicht .main .circle.border,
.cms-color-overview .main .circle.border,
.cms-resumen-de-colores .main .circle.border {
  border: 0.1rem solid #222222;
  /* Adjust the border color and width as needed */
}
.cms-farbuebersicht .main .circle-label,
.cms-color-overview .main .circle-label,
.cms-resumen-de-colores .main .circle-label {
  text-align: center;
  font-family: Arial, sans-serif;
}
.cms-farbuebersicht .main .circle-label .number,
.cms-color-overview .main .circle-label .number,
.cms-resumen-de-colores .main .circle-label .number {
  display: block;
  font-size: 1.0em;
  font-style: italic;
  font-weight: normal;
  margin-top: 10px;
}
.cms-farbuebersicht .main .description,
.cms-color-overview .main .description,
.cms-resumen-de-colores .main .description {
  margin-top: 5rem;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  margin-bottom: 5rem;
}
.cms-farbuebersicht .main .pagebuilder-column,
.cms-color-overview .main .pagebuilder-column,
.cms-resumen-de-colores .main .pagebuilder-column {
  padding: 1rem;
  margin-top: 4rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease-in-out;
}
.cms-farbuebersicht .main .pagebuilder-column:hover,
.cms-color-overview .main .pagebuilder-column:hover,
.cms-resumen-de-colores .main .pagebuilder-column:hover {
  transform: scale(1.25);
  z-index: 1;
}
.cms-farbuebersicht .main figure,
.cms-color-overview .main figure,
.cms-resumen-de-colores .main figure {
  margin: 0;
  padding: 0;
  position: relative;
}
.cms-farbuebersicht .main img,
.cms-color-overview .main img,
.cms-resumen-de-colores .main img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center;
  transition: transform 0.25s, visibility 0.25s ease-in;
}
.cms-farbuebersicht .main figcaption,
.cms-color-overview .main figcaption,
.cms-resumen-de-colores .main figcaption {
  display: none;
  color: #222222;
  text-align: center;
  font-family: WhiteOleanderRegular !important;
  font-weight: 400 !important;
  font-size: 3rem !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 0;
  box-sizing: border-box;
  transition: transform 0.25s ease-in-out;
}
.cms-farbuebersicht .main figure:hover figcaption,
.cms-color-overview .main figure:hover figcaption,
.cms-resumen-de-colores .main figure:hover figcaption {
  display: block;
  z-index: 1 !important;
}
.cms-farbuebersicht .main .pagebuilder-column:hover figcaption,
.cms-color-overview .main .pagebuilder-column:hover figcaption,
.cms-resumen-de-colores .main .pagebuilder-column:hover figcaption {
  transform: scale(1);
  /* Ensure the caption scales as well */
}
.cms-farbuebersicht .main p,
.cms-color-overview .main p,
.cms-resumen-de-colores .main p {
  text-align: center !important;
}
.cms-farbuebersicht .main a,
.cms-color-overview .main a,
.cms-resumen-de-colores .main a {
  color: #222222;
}
.cms-farbuebersicht .main h1,
.cms-color-overview .main h1,
.cms-resumen-de-colores .main h1 {
  margin-top: 5rem;
  color: #616369;
  text-align: center;
  font-family: WhiteOleanderRegular !important;
  font-size: 8rem !important;
}
.cms-farbuebersicht .main .intro-headline h1,
.cms-color-overview .main .intro-headline h1,
.cms-resumen-de-colores .main .intro-headline h1 {
  font-family: WhiteOleanderRegular !important;
  font-size: 20rem !important;
  color: #616369;
  margin-bottom: 10rem;
  line-height: 10rem;
  letter-spacing: 2px;
  transform: rotate(-10deg);
  display: inline-block;
}
.cms-farbuebersicht .main .intro-headline p,
.cms-color-overview .main .intro-headline p,
.cms-resumen-de-colores .main .intro-headline p {
  margin-top: 5rem !important;
  margin-bottom: 2rem;
}
.cms-farbuebersicht .main h2,
.cms-color-overview .main h2,
.cms-resumen-de-colores .main h2 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  color: #616369;
  text-align: center;
  font-family: WhiteOleanderRegular !important;
  font-size: 7rem !important;
}
.cms-farbuebersicht .main h3,
.cms-color-overview .main h3,
.cms-resumen-de-colores .main h3 {
  margin-top: 5rem;
  color: #616369;
  text-align: center;
  font-family: BrandonGrotesqueMedium !important;
  font-size: 5rem !important;
}
.cms-wissenswertes h2,
.cms-interesting-facts h2,
.cms-datos-interesantes h2 {
  font-family: BrandonGrotesqueMedium !important;
}
.cms-wissenswertes .first-row,
.cms-interesting-facts .first-row,
.cms-datos-interesantes .first-row {
  margin-top: 4rem;
}
.cms-wissenswertes .first-row p,
.cms-interesting-facts .first-row p,
.cms-datos-interesantes .first-row p,
.cms-wissenswertes .first-row h2,
.cms-interesting-facts .first-row h2,
.cms-datos-interesantes .first-row h2 {
  padding-right: 32px;
}
.cms-wissenswertes .normal-row.even p,
.cms-interesting-facts .normal-row.even p,
.cms-datos-interesantes .normal-row.even p,
.cms-wissenswertes .normal-row.even h2,
.cms-interesting-facts .normal-row.even h2,
.cms-datos-interesantes .normal-row.even h2 {
  padding-left: 32px;
}
.cms-wissenswertes .normal-row.odd p,
.cms-interesting-facts .normal-row.odd p,
.cms-datos-interesantes .normal-row.odd p,
.cms-wissenswertes .normal-row.odd h2,
.cms-interesting-facts .normal-row.odd h2,
.cms-datos-interesantes .normal-row.odd h2 {
  padding-right: 32px;
}
.cms-wissenswertes .normal-row figure,
.cms-interesting-facts .normal-row figure,
.cms-datos-interesantes .normal-row figure {
  height: 100% !important;
  object-fit: cover !important;
}
.cms-wissenswertes .last-row,
.cms-interesting-facts .last-row,
.cms-datos-interesantes .last-row {
  margin-top: 75px !important;
}
.cms-wissenswertes .last-row img,
.cms-interesting-facts .last-row img,
.cms-datos-interesantes .last-row img {
  width: 100% !important;
}
.cms-wissenswertes .last-row h2,
.cms-interesting-facts .last-row h2,
.cms-datos-interesantes .last-row h2 {
  margin-top: 32px !important;
}
.cms-wissenswertes figure img,
.cms-interesting-facts figure img,
.cms-datos-interesantes figure img {
  object-fit: cover !important;
}
.cms-inspiration .main,
.cms-inspiracion .main {
  margin-top: 2rem !important;
  color: #616369;
  text-align: center !important;
}
.cms-inspiration .main .description,
.cms-inspiracion .main .description {
  font-size: 1.8rem;
}
.cms-inspiration .main .circle-container,
.cms-inspiracion .main .circle-container {
  display: flex;
  justify-content: center;
  /* Center the items */
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  /* Optional: space between items */
}
.cms-inspiration .main .circle-item,
.cms-inspiracion .main .circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease-in-out;
}
.cms-inspiration .main .circle-item:hover,
.cms-inspiracion .main .circle-item:hover {
  transform: scale(1.25);
  z-index: 1;
}
.cms-inspiration .main .circle,
.cms-inspiracion .main .circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.cms-inspiration .main .circle.border,
.cms-inspiracion .main .circle.border {
  border: 0.1rem solid #222222;
  /* Adjust the border color and width as needed */
}
.cms-inspiration .main .circle-label,
.cms-inspiracion .main .circle-label {
  text-align: center;
  font-family: Arial, sans-serif;
}
.cms-inspiration .main .circle-label .number,
.cms-inspiracion .main .circle-label .number {
  display: block;
  font-size: 1.0em;
  font-style: italic;
  font-weight: normal;
  margin-top: 10px;
}
.cms-inspiration .main .description,
.cms-inspiracion .main .description {
  margin-top: 5rem;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  margin-bottom: 5rem;
}
.cms-inspiration .main .pagebuilder-column,
.cms-inspiracion .main .pagebuilder-column {
  padding: 1rem;
  margin-top: 4rem;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease-in-out;
}
.cms-inspiration .main .pagebuilder-column:hover,
.cms-inspiracion .main .pagebuilder-column:hover {
  transform: scale(1.25);
  z-index: 1;
}
.cms-inspiration .main figure,
.cms-inspiracion .main figure {
  margin: 0;
  padding: 0;
  position: relative;
}
.cms-inspiration .main img,
.cms-inspiracion .main img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center;
  transition: transform 0.25s, visibility 0.25s ease-in;
}
.cms-inspiration .main figcaption,
.cms-inspiracion .main figcaption {
  display: none;
  color: #222222;
  text-align: center;
  font-family: WhiteOleanderRegular !important;
  font-weight: 400 !important;
  font-size: 3rem !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 0;
  box-sizing: border-box;
  transition: transform 0.25s ease-in-out;
}
.cms-inspiration .main figure:hover figcaption,
.cms-inspiracion .main figure:hover figcaption {
  display: block;
}
.cms-inspiration .main .pagebuilder-column:hover figcaption,
.cms-inspiracion .main .pagebuilder-column:hover figcaption {
  transform: scale(1);
  /* Ensure the caption scales as well */
}
.cms-inspiration .main p,
.cms-inspiracion .main p {
  text-align: center !important;
}
.cms-inspiration .main h1,
.cms-inspiracion .main h1 {
  margin-top: 5rem;
  color: #616369;
  text-align: center;
  font-family: BrandonGrotesqueMedium !important;
  font-size: 60px !important;
}
.cms-inspiration .main .intro-headline h1,
.cms-inspiracion .main .intro-headline h1 {
  font-family: BrandonGrotesqueMedium !important;
  font-size: 60px !important;
  color: #616369;
  margin-bottom: 2rem;
  line-height: 10rem;
  letter-spacing: 2px;
  display: inline-block;
}
.cms-inspiration .main .intro-headline p,
.cms-inspiracion .main .intro-headline p {
  margin-top: 5rem !important;
  margin-bottom: 2rem;
}
.cms-inspiration .main h2,
.cms-inspiracion .main h2 {
  padding-top: 30rem;
  padding-bottom: 2rem;
  color: #616369;
  text-align: center;
  font-family: WhiteOleanderRegular !important;
  font-size: 7rem !important;
}
.cms-inspiration .main h3,
.cms-inspiracion .main h3 {
  margin-top: 5rem;
  color: #616369;
  text-align: center;
  font-family: BrandonGrotesqueMedium !important;
  font-size: 5rem !important;
}
@media only screen and (max-width: 767px) {
  .cms-materialitaet h2,
  .cms-materiality h2,
  .cms-materialidad h2 {
    font-family: BrandonGrotesqueMedium !important;
  }
  .cms-materialitaet .first-row,
  .cms-materiality .first-row,
  .cms-materialidad .first-row {
    margin-top: 16px !important;
  }
  .cms-materialitaet .first-row p,
  .cms-materiality .first-row p,
  .cms-materialidad .first-row p,
  .cms-materialitaet .first-row h2,
  .cms-materiality .first-row h2,
  .cms-materialidad .first-row h2 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    padding-right: 0px;
  }
  .cms-materialitaet .normal-row,
  .cms-materiality .normal-row,
  .cms-materialidad .normal-row {
    margin-top: 16px !important;
  }
  .cms-materialitaet .normal-row.even p,
  .cms-materiality .normal-row.even p,
  .cms-materialidad .normal-row.even p,
  .cms-materialitaet .normal-row.even h2,
  .cms-materiality .normal-row.even h2,
  .cms-materialidad .normal-row.even h2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    padding-left: 0px;
  }
  .cms-materialitaet .normal-row.odd p,
  .cms-materiality .normal-row.odd p,
  .cms-materialidad .normal-row.odd p,
  .cms-materialitaet .normal-row.odd h2,
  .cms-materiality .normal-row.odd h2,
  .cms-materialidad .normal-row.odd h2 {
    margin-top: 16px !important;
    padding-right: 0px;
    margin-bottom: 16px !important;
  }
  .cms-materialitaet .normal-row figure,
  .cms-materiality .normal-row figure,
  .cms-materialidad .normal-row figure {
    height: 100% !important;
    object-fit: cover !important;
  }
  .cms-materialitaet .last-row,
  .cms-materiality .last-row,
  .cms-materialidad .last-row {
    margin-top: 16px !important;
  }
  .cms-materialitaet .last-row img,
  .cms-materiality .last-row img,
  .cms-materialidad .last-row img {
    width: 100% !important;
    object-fit: cover !important;
  }
  .cms-materialitaet .last-row h2,
  .cms-materiality .last-row h2,
  .cms-materialidad .last-row h2 {
    margin-top: 32px !important;
  }
  .cms-materialitaet [class*="background-image-"],
  .cms-materiality [class*="background-image-"],
  .cms-materialidad [class*="background-image-"] {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .cms-materialitaet figure img,
  .cms-materiality figure img,
  .cms-materialidad figure img {
    object-fit: cover !important;
  }
  .cms-farbuebersicht .main,
  .cms-color-overview .main,
  .cms-resumen-de-colores .main {
    margin-top: 10rem !important;
  }
  .cms-farbuebersicht .main .intro-headline h1,
  .cms-color-overview .main .intro-headline h1,
  .cms-resumen-de-colores .main .intro-headline h1 {
    font-family: WhiteOleanderRegular !important;
    font-size: 10rem !important;
    color: #616369;
    line-height: 6rem;
    margin-bottom: 5rem;
    letter-spacing: 2px;
    display: inline-block;
  }
  .cms-inspiration .main,
  .cms-inspiracion .main {
    margin-top: 2rem !important;
  }
  .cms-inspiration .main .intro-headline h1,
  .cms-inspiracion .main .intro-headline h1 {
    font-family: BrandonGrotesqueMedium !important;
    font-size: 5rem !important;
    color: #616369;
    line-height: 6rem;
    margin-bottom: 5rem;
    letter-spacing: 2px;
    display: inline-block;
  }
  .pagebuilder-column {
    transform: none !important;
  }
  .pagebuilder-column:hover {
    transform: none !important;
  }
  .main .description {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cms-farbuebersicht .main .pagebuilder-column:hover,
  .cms-farbuebersicht .main .circle-item:hover,
  .cms-resumen-de-colores .main .pagebuilder-column:hover,
  .cms-resumen-de-colores .main .circle-item:hover,
  .cms-color-overview .main .pagebuilder-column:hover,
  .cms-color-overview .main .circle-item:hover,
  .cms-inspiration .circle-item:hover,
  .cms-inspiracion .circle-item:hover {
    transform: none !important;
    z-index: auto !important;
  }
  .cms-farbuebersicht .main .pagebuilder-column:hover figcaption,
  .cms-resumen-de-colores .main .pagebuilder-column:hover figcaption,
  .cms-color-overview .main .pagebuilder-column:hover figcaption,
  .cms-inspiration .pagebuilder-column:hover figcaption,
  .cms-inspiracion .pagebuilder-column:hover figcaption {
    transform: none !important;
  }
  figcaption {
    display: block !important;
  }
}
.blog-post-thumb img {
  transition: transform 0.25s ease-in-out;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    /* Fully transparent */
  }
  50% {
    opacity: 1;
    /* Fully visible */
  }
  100% {
    opacity: 0;
    /* Fully transparent */
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
li.ui-menu-item.nav-1-1-7.level2 {
  margin-top: 32px;
}
li.ui-menu-item.level2 a {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}
.faq-list .answer {
  font-size: 16px !important;
}
.show-block {
  display: block !important;
}
.block-reorder {
  display: none !important;
}
.ui-menu-item.nav-1-3-3.level2 a span {
  display: none !important;
}
.ui-menu-item.nav-1-3-3.level2 .menu-thumb-icon {
  border: 2px solid #E0E0E0;
  margin-top: 32px !important;
  width: 100% !important;
}
#onepagecheckout-form-checkout-agreements span,
.step-title {
  text-transform: none !important;
}
/* Cross-Sell Container Styling */
.crosssell-products-container {
  border-top: 1px solid #e0e0e0;
  /* Box-Styling */
  padding: 20px;
  background-color: #f9f9f9;
  margin: 0px auto;
  /* Automatische Zentrierung */
  max-width: 100%;
  /* Setze eine maximale Breite */
  box-shadow: none;
  text-align: center;
  /* Text zentrieren */
}
/* Überschrift Styling */
.crosssell-title {
  font-size: 24px;
  /* Etwas größere Schrift für bessere Sichtbarkeit */
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  /* Zentrierte Überschrift */
}
/* Cross-Sell Items Styling */
.crosssell-products {
  display: flex;
  justify-content: center;
  /* Zentriere den Inhalt horizontal */
  align-items: center;
  /* Zentriere den Inhalt vertikal */
  flex-direction: column;
  /* Damit die Elemente untereinander gestapelt werden */
  max-width: 100%;
  margin: 0 auto;
  /* Zentriere den Inhalt */
}
/* Styling für jedes einzelne Item */
.crosssell-item {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 256px;
  /* Maximiere die Breite */
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Zentriere den Inhalt */
  justify-content: center;
}
/* Bildgrößenanpassung */
.crosssell-item img {
  width: 150px;
  /* Feste Breite für bessere Sichtbarkeit */
  height: auto;
  /* Höhe wird proportional angepasst */
  margin: 5px 0;
  /* Leichter Abstand */
  border-radius: 5px;
  transition: transform 0.3s ease;
}
/* Vergrößerung beim Hover */
.crosssell-item img:hover {
  transform: scale(1.2);
  /* Leichte Vergrößerung beim Hover */
}
/* Produktname unter dem Bild */
.crosssell-item-title {
  margin-top: 10px;
  font-size: 18px;
  /* Größere Schriftgröße für bessere Lesbarkeit */
  font-weight: bold;
  color: #222222;
}
/* Anpassungen für mobile Geräte */
@media only screen and (max-width: 600px) {
  .crosssell-products {
    display: flex;
    flex-direction: column;
    /* Stapele die Items untereinander */
    align-items: center;
    /* Zentriere alles auf mobilen Geräten */
    justify-content: center;
  }
  .crosssell-item {
    width: 100%;
    /* Die volle Breite für mobile Geräte */
    max-width: 256px;
    /* Maximale Breite beibehalten */
    margin-bottom: 20px;
  }
  .crosssell-item img {
    width: 100%;
    /* Bild passt sich der Bildschirmbreite an */
    height: auto;
    /* Höhe wird proportional angepasst */
  }
}
.product-options-bottom,
.box-tocart {
  background: none !important;
  /* Entfernt den gelben Hintergrund */
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  /* Falls es einen Rahmen gibt */
}
.product-options-bottom .box-tocart,
.box-tocart {
  padding: 0 !important;
  margin: 0 !important;
}
.box-tocart .fieldset {
  padding: 0 !important;
  margin: 0 !important;
}
.box-tocart.actions {
  padding: 0 !important;
  margin: 0 !important;
}
/* Entfernt das <br />-Tag, das für zusätzlichen Abstand sorgt */
.box-tocart br {
  display: none;
}
.stock {
  margin-top: 8px !important;
}
