/* ----------------------------------*/
/* -------- v1.0.0 -------------------*/
/* LIVE ENVIRONMENT -----------------*/
/* AUTHOR: eWINGS -------------------*/
/* LAST UPDATE 15/03/2023--------- */
/*-----------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lexend Deca", sans-serif;
}

/* Messages */
.message.info {
  background: #f58e0b36;
  margin-top: 12px;
}

.cms-index-index .product-image-container .product-image-photo {
  background-color: #f9f9f9;
}
[data-content-type="row"] li.product-item {
  text-align: left;
}
.box-shadow-1 {
  box-shadow: #94949426 2px 2px 5px 2px;
}
.hero-image .pagebuilder-overlay {
  background: linear-gradient(
    to right,
    rgb(49 49 49 / 75%),
    rgb(117 19 93 / 0%)
  ) !important;
}

/* Sliders */
.slick-slider .slick-arrow.slick-prev {
  left: 20px;
}
.slick-slider .slick-arrow.slick-next {
  right: 20px;
}

/* Hide Add to wishlist/compare features */
.sidebar.sidebar-additional,
.product-addto-links.addto-links {
  display: none;
}
/* .level-top span{font-weight: bold; } */

/* Buttons */
.pagebuilder-button-primary:hover {
  background-color: transparent !important;
  color: #333 !important;
  font-weight: normal !important;
  font-size: 16px !important;
  border: 2px solid #333 !important;
}
.pagebuilder-button-primary {
  background-color: #333 !important;
  color: #fff !important;
  font-weight: normal !important;
  font-size: 16px !important;
  border: 2px solid #333 !important;
}
.pagebuilder-button-secondary {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
.pagebuilder-button-secondary:hover {
  background-color: #fff !important;
  color: #333 !important;
  border: 2px solid #fff !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
.pagebuilder-button-link {
  color: #000 !important;
  font-weight: 500 !important;
  text-decoration: underline !important;
  padding: 0 !important;
  margin: 0 !important;
}
button.pagebuilder-banner-button.pagebuilder-button-primary {
  background-color: #fff !important;
  color: #333 !important;
  border: 2px solid #fff;
}
button.pagebuilder-banner-button.pagebuilder-button-primary:hover {
  background-color: #333 !important;
  color: #fff !important;
  border: 2px solid #333;
}

.header-regular .block-search .input-text {
  border: none;
  border-bottom: 2px solid #b4b4b4 !important;
  border-color: #b4b4b4 !important;
}

/* Top banner */

/* Menu */
.nav-regular li.level0 > a {
  font-weight: 500;
}
.nav.container {
  max-width: 97%;
}
.level-top {
  font-size: 14px !important;
}
nav ul li {
  list-style: disc;
}

/* Header */
.header-top.header.container.clearer {
  display: none;
}
.header-container .hp-blocks-holder {
  display: flex;
  align-items: center;
}
.header.container {
  max-width: 97%;
}
.header-container .logo-wrapper .logo img {
  width: 80%;
}
.mst-searchautocomplete__highlight {
  color: #f58508;
}
li.nav-item.nav-item--stickylogo.level0.level-top.nav-holder {
  padding-top: 5px;
}
.account-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-left: 7px !important;
}
.account-title:hover {
  color: #f58508;
}
.nav-regular .classic > .nav-panel--dropdown {
  padding: 8px 24px 24px;
}
.header-m-top {
  background-color: #f8f8f8;
  margin-bottom: 16px;
}

/* USP-banner */
.usp {
  font-family: "Arial";
}

/* Search */
.mst-searchautocomplete__autocomplete {
  border-top: 2px solid #f88a36;
}
.header-regular .block-search .input-text:focus {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.mst-search__highlight {
  color: #f88a36;
  font-weight: bold;
  background: none;
}

/* Mini cart */
.minicart-wrapper .product .actions .primary {
  display: none;
}
.minicart-wrapper .product-item-pricing {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 0px;
  margin-left: 10px;
}
button.action-primary.action-accept {
  background-color: #2c2c2c;
}
button.action-primary.action-accept:hover {
  background-color: #3f3f3f;
}
.minicart-items .product-item-name {
  font-weight: bold;
}
.minicart-items .sku {
  color: grey;
}
.minicart-items-wrapper {
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}
#minicart-content-wrapper .block-content {
  display: flex;
  flex-direction: column-reverse;
}
.minicart-wrapper .block-minicart .block-title {
  display: block;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 200 !important;
}
.minicart-wrapper .block-minicart .block-title .qty {
  display: none;
}
.block-minicart .items-total {
  display: flex;
  order: 1;
  margin: 0;
  margin-top: 7px;
}
.block-minicart .items-total .count {
  margin-right: 7px;
}
.minicart-wrapper .subtotal {
  background-color: rgb(236, 236, 236);
  text-align: center;
}

/* Cookie banner */
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-bottom {
  bottom: 0em;
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
}
.cc-window.cc-floating {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  max-width: 24em;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-color-override--41424902 .cc-btn {
  background-color: #fe4a49;
  color: #fff;
  border-color: transparent;
}
.cc-theme-classic .cc-btn {
  border-radius: 0.4rem;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-window.cc-banner {
  width: 100%;
  padding: 10px;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  flex: none;
}
.cc-color-override--41424902.cc-window {
  background-color: #333 !important;
}
.cc-color-override-1194831380.cc-window {
  align-items: center !important;
}

/* Catalog + layered navigation */
.catalog-category-view .filter.block {
  border-top: none !important;
}
.catalog-category-view .filter-options-item {
  vertical-align: bottom !important;
  padding-bottom: 0 !important;
}
.catalog-category-view #layered-filter-block {
  margin-bottom: 1rem;
}
.catalog-category-view .block-actions.filter-actions:hover {
  text-decoration: underline;
  color: #2f2f2f !important;
}
.catalog-category-view .block-actions.filter-actions a:hover {
  color: #2f2f2f !important;
}
.filter-current-subtitle {
  font-size: 120% !important;
  letter-spacing: 2px !important;
  color: #2f2f2f !important;
  border: none !important;
}
.catalog-category-view .filter-options-item.active::after,
.filter-options-item.active::before {
  bottom: -11px !important;
}
.catalog-category-view .filter-options-content {
  margin-top: 10px !important;
  box-shadow: none !important;
  border-color: #eee !important;
}
.catalog-category-view .filter-options-content .items .item {
  text-align: center;
  text-transform: capitalize;
}
.catalog-category-view .filter-options-content .items .item:hover {
  text-decoration: underline;
}
.catalog-category-view .filter-options-content .count {
  display: none !important;
}
/* .catalog-category-view #toolbar-amount, .catalogsearch-result-index #toolbar-amount {background: #2f2f2f !important; color: #fff !important; margin-top: 8px; padding: 0 1% !important; font-size: 12px !important; border-radius: 5px!important;} */
/* .catalog-category-view .sorter-action {background-color: #000!important; border-radius: 5px;} */
/* .catalog-category-view .sorter-action:hover {background-color: #2f2f2f !important; border-radius: 5px;} */
[lang="en"] .catalog-category-view #narrow-by-list:before {
  content: "Filter by:";
  padding-right: 15px;
}
.toolbar-sorter.sorter {
  border: 2px solid #c8c8c8;
  padding: 15px;
}
.toolbar-sorter.sorter .sorter-options {
  border: none !important;
}
.toolbar-sorter.sorter select:not([disabled]):focus {
  box-shadow: none !important;
}
#narrow-by-list {
  margin: 3% 0 !important;
  margin-top: -12px !important;
}
.catalog-category-view .filter-options-content.freeze {
  display: none !important;
}
.catalog-category-view .filter-options-content {
  margin-top: 10px !important;
  box-shadow: none !important;
  border-color: #eee !important;
}
.catalog-category-view .filter-options-content .items .item {
  text-align: center;
  text-transform: capitalize;
}
.catalog-category-view .filter-options-content .items .item:hover {
  text-decoration: underline;
}
.catalog-category-view .modes {
  margin-right: 0px;
}
.catalog-category-view .toolbar-amount {
  color: gray;
}
.catalog-category-view .addto-links .ic {
  background-color: transparent;
  color: black;
  border: 1px solid black !important;
}
.catalog-category-view .addto-links .ic:hover {
  background-color: black;
  color: white;
  border: 1px solid black !important;
}
.catalog-category-view .product-item-info .product-item-img {
  background-color: #f9f9f9;
}
.categorypath-wijnaccessoires-wijnglazen.category-wijnglazen.catalog-category-view
  .page-title-wrapper {
  display: none;
}
.catalog-category-view .toolbar-amount {
  line-height: 0;
}
.catalog-category-view .page-layout-1column .filter-content {
  margin-top: 0;
}
.catalog-category-view .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-category-view [data-content-type="row"][data-appearance="full-bleed"] {
  max-width: 100%;
}
/* Home */
.cms-index-index .main.container {
  padding-top: 0;
}
.cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 1460px;
}
[data-content-type="row"][data-appearance="full-width"]
  > .row-full-width-inner {
  max-width: 1920px;
}
.cms-index-index .main-container {
  padding-top: 0px;
}
.products-grid.grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cms-index-index .product-image-container .product-image-photo {
  margin: 0 !important;
  width: 100%;
}
/* .product-image-wrapper {box-shadow: rgb(162 120 65 / 16%) 2px 3px 6px;} */
.cms-home ol.product-items.widget-product-grid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.cms-index-index .product-image-container {
  padding: 0 !important;
  width: 250px !important;
}
[data-content-type="row"][data-appearance="contained"] {
  max-width: 1380px !important;
}
.products-grid .product-item-actions {
  display: flex;
  justify-content: left;
}
a.product-item-link,
.product-item .price-box .price {
  font-size: 16px;
}
.catalog-category-view .items-grid.centered .item {
  text-align: left;
}
.catalog-category-view .items-grid.equal-height .item .actions {
  padding-left: 0px !important;
}
.catalog-category-view .product.details.product-item-details {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 20px;
}
.catalog-category-view .product-sku {
  display: flex;
  order: 1;
  color: #aaa;
  font-weight: 600;
}
.catalog-category-view strong.product.name.product-item-name.product-name {
  display: flex;
  order: 1;
  margin: 0px;
  margin-top: 5px;
}
.catalog-category-view a.product-item-link {
  font-weight: 600;
}
.catalog-category-view .main.container {
  max-width: 1420px;
}
.product-items.slick-slider .slick-slide .product-item {
  max-width: 270px;
}
.slick-slider .slick-arrow {
  top: 40%;
}
.cms-index-index .product-image-container {
  width: 100% !important;
}
.product-item-details {
  text-align: left;
}

/* Category view */
.catalog-category-view span.icon.ib.ib-hover.ic.ic-compare {
  display: none;
}

/* Product page */
.catalog-product-view .fieldset:last-child {
  display: flex;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .label,
.catalog-product-view a.action.tocompare.feature.feature-icon-hover,
.fotorama__caption__wrap,
.product-info-custom-stock-message {
  display: none !important;
}
.catalog-product-view .field.qty {
  margin-right: 10px;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control {
  border: 2px solid lightgrey;
}
.catalog-product-view .product-info-main .box-tocart .field.qty input#qty {
  border: none;
}
.catalog-product-view .product-info-main .qty-button {
  background-color: transparent !important;
  color: rgb(166, 166, 166);
}
.catalog-product-view .qty-button.increase:before {
  content: "+" !important;
  font-weight: 800;
}
.qty-button.decrease:before {
  content: "-" !important;
  font-weight: 800;
}
.product-info-main .box-tocart .action.tocart {
  width: 300px;
  padding: 17px;
}
.product-view .product-social-links {
  display: inline-block;
}
.product-view .product-info-main .price-box .price {
  font-weight: 700 !important;
  font-size: 2.4rem !important;
}
.product-view .special-price {
  float: left;
  margin-right: 15px;
}
.product-view .special-price .price {
  color: #ec6607;
}
.product-view .special-price .price-label {
  display: none;
}
.product-view .old-price .price {
  font-weight: 400 !important;
}
.product-view .collateral-container .item.title a {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.product-view .collateral-container .item.title a strong {
  color: #333;
}
.product-view .collateral-container .item.content {
  padding: 15px !important;
}
.product-view .owl-carousel .product-item-img img {
  min-height: 250px;
}
.product-view .owl-carousel .product-item-name {
  min-height: 4.4rem;
}
.product-view .owl-carousel .old-price {
  margin: 0;
}
.product-view .related.itemslider .block-title strong {
  font-weight: 700;
}
.product-view .upsell.itemslider .block-title strong {
  font-weight: 700;
}
.product-view .fotorama__caption__wrap {
  display: none;
}
.product-view .reviews-actions a.action.add {
  display: none;
}
.product-view .stock.available {
  color: #15a115;
}
.product-view .product-info-main .product-info-price {
  margin-bottom: 0;
}
.product-view .stock.available::before {
  content: "\f058";
  display: inline-block;
  font-family: "fontawesome";
  margin-right: 4px;
}
.product-view .availability.only,
.product-view .product-info-main .availability.only strong {
  color: #ec660d;
  font-weight: 700;
  text-transform: initial;
}
.product-view .availability.only::before {
  content: "\f071";
  display: inline-block;
  font-family: "fontawesome";
  margin-right: 4px;
}
.product-view .product-primary-column.product-shop.grid12-7.product-info-main {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 50% !important;
}
.product-view .product-primary-column.product-shop.grid12-7.product-info-main {
  padding: 30px;
  border-radius: 5px;
}
.product-view .box-brand {
  float: right;
  margin-left: 30px;
  mix-blend-mode: multiply;
  width: 50%;
}
.product-view .field.qty label {
  display: none !important;
}
input#qty,
select#sorter,
.modes-mode,
.sorter-action,
.pages .page,
.pages .action,
.pages .action.previous,
.pages .action.next,
.limiter-options {
  border-radius: 3px;
}
.qty-button {
  border-radius: 3px;
  background-color: #f5f5f4;
}
.fotorama-item {
  border: 1px solid #f1f1f1c9;
  border-radius: 5px;
}
.product-view a,
.product-view .product.data.items.style1.style1-small.show-tabs,
.product-view div {
  border-radius: 3px;
}
.product-view .product.data.items.style1.show-tabs > .item.title > .switch {
  background-color: #e6ecf0;
}
.product-addto-links.addto-links .label {
  display: none;
}
.product-view .product-social-links {
  display: inline-block;
}
/* .product-view .product-add-form {display: inline-block;} */
.product-view .product-social-links .action.feature .icon {
  width: 52px !important;
  height: 50px !important;
  color: #333;
  background-color: white;
  border: 1px solid #000;
  border-radius: 0;
}
.product-view .product-social-links {
  font-size: 16px !important;
}
.product-view .product-info-main .product-social-links .ic-heart:before {
  vertical-align: sub;
}
.product-view .product-social-links {
  vertical-align: bottom;
  margin-left: 15px;
  margin-top: 25px;
}
span.price-container.price-final_price.tax.weee:lang(fr):after {
  content: "incl. tva";
  font-size: 12px;
}
.amrelated-grid-wrapper .block-title strong {
  font-size: 36px;
}
.cevo-winkel-button a span {
  font-size: 1.4rem;
  font-weight: 500;
}
.product-view .product-info-main .page-title-wrapper .page-title {
  margin-bottom: 10px;
  line-height: 30px;
}
.product-view .product.pricing {
  font-size: small;
}
.special-price .price,
.special-price .price-label {
  color: #f58508 !important;
}
.product-info-main .product-info-stock-sku,
.product.data.items.style-luma > .item.title:not(.disabled) > .switch:focus,
.product.data.items.style-luma > .item.title:not(.disabled) > .switch,
.product.data.items.style-luma > .item.content:last-child {
  border-bottom: 2px solid lightgrey;
  border-radius: 0px;
}
.catalog-product-view .product.info.detailed {
  border-top: 2px solid lightgrey;
  margin-top: 20px;
  border-radius: 0px;
}
.product.data.items.style-luma > .item.title.active > .switch,
.product-info-main .product-add-form {
  border-bottom: none !important;
}
.catalog-product-view .amrelated-grid-wrapper.block-products-list.grid {
  margin-top: 50px;
  margin-left: 1%;
}
.fotorama__thumb {
  background-color: transparent;
}
.box-brand img {
  margin: -150px auto;
}
.catalog-product-view a.action.alert {
  background-color: #f48e0b;
  padding: 12px;
  color: white;
}
.catalog-product-view .product-info-main .product.alert {
  margin-top: 44px;
}
.catalog-product-view .amxnotif-block {
  float: left;
}
.catalog-product-view .amxnotif-block .action.submit.primary {
  background-color: #2c2c2c;
  height: 47px;
}
.catalog-product-view .amxnotif-block .action.submit.primary:hover {
  background-color: #ec660d;
  height: 47px;
}
.catalog-product-view .input-text.amxnotif-guest-email {
  height: 47px;
  border: 2px solid #efefef;
}
.catalog-product-view .stock.unavailable:before {
  content: "\f05e";
  font-family: "fontawesome";
}
.catalog-product-view .stock.unavailable {
  color: #ec660d;
}
.catalog-product-view .amxnotif-block label {
  margin-bottom: 12px;
  margin-top: 12px;
}
.catalog-product-view .page-title {
  font-weight: 800;
}

/* Footer */
.footer-bottom-container {
  display: none;
}
.payment-icons li {
  padding: 5px 0;
}
.payment-icons {
  width: 15%;
}
.footer-primary.footer.container {
  max-width: 90%;
}
.social-icons {
  display: flex;
  align-items: center;
  margin-left: 7px;
  margin-bottom: 0;
  justify-content: center;
}
.social-icons li {
  padding: 0 15px;
  font-size: 30px;
}

/* Amasty slider */
.slick-dots li button {
  display: none !important;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 !important;
}
.amrelated-grid-wrapper .slick-slide:hover {
  z-index: 2 !important;
  border-color: transparent !important;
  transition: box-shadow 0.4s ease-out !important;
  -moz-transition: box-shadow 0.4s ease-out !important;
  -webkit-transition: box-shadow 0.4s ease-out !important;
  -o-transition: box-shadow 0.4s ease-out !important;
}
.amrelated-grid-wrapper .slick-initialized.slick-slider {
  justify-content: left;
}
.amrelated-grid-wrapper .slick-track {
  padding: 0 5px !important;
}
.amrelated-grid-wrapper ul.slick-dots {
  display: none;
}
.amrelated-grid-wrapper .actions-primary {
  width: 100% !important;
}
.amrelated-grid-wrapper button.action.tocart.primary {
  padding: 20px;
}

/* Search result page */
.catalogsearch-result-index .columns .column.main {
  width: 100% !important;
}
.catalogsearch-result-index .modes {
  margin-right: 0px;
}
.catalogsearch-result-index .product.actions.product-item-actions {
  padding-left: 0px !important;
}

/* OSC */
.onestepcheckout-index-index .page-title-wrapper {
  display: none;
}
.onestepcheckout-index-index
  a.action.action-auth-toggle.osc-authentication-toggle.social-login-btn {
  background-color: #f77716;
  padding: 10px;
  color: #fff;
}
.onestepcheckout-index-index .osc-authentication-wrapper {
  margin-top: 30px;
}
.one-step-checkout-container {
  display: flex;
  justify-content: center;
}
.onestepcheckout-index-index .opc-wrapper .step-content {
  border: none;
  background-color: #fafafa;
}
.onestepcheckout-index-index label span {
  font-weight: 800;
}
.onestepcheckout-index-index .input-text {
  border: 1.5px solid #c2c2c2;
  height: 45px;
}
.onestepcheckout-index-index .input-text.update.value {
  height: 21px;
}
.onestepcheckout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #ec660d;
}

/* Account */
.account .block-collapsible-nav .item.current > strong,
.account .block-collapsible-nav .item.current a {
  border-color: #f58f0e;
  font-weight: 600;
  background-color: #f58e0b36;
  width: 244px;
}

/* Contact + klachten */
.amform-form {
  max-width: 950px;
}
.cms-contacteer-ons input:not([disabled]):focus,
.cms-contacteer-ons textarea:not([disabled]):focus,
.cms-klachtenprocedure input:not([disabled]):focus,
.cms-klachtenprocedure textarea:not([disabled]):focus {
  box-shadow: none;
  border: 2px solid #2c2c2c !important;
}
.amform-form .action.primary {
  background-color: #2c2c2c;
  color: #fff;
}
.amform-form .action.primary:hover {
  background-color: #ec660d;
  color: #fff;
}

/* FAQ */
.provinum-boxshadow {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* Amasty RMA */
.amrma-item-name p._nomargin,
.amrma-instruction-block img,
.amrma-chat-message.-left .amrma-message-block:before,
.amrma-chat-message.-right .amrma-message-block:before {
  display: none;
}
.amreturns-order-select {
  border: 2px solid #2c2c2c;
}
.amreturn-btn {
  background-color: #2c2c2c;
  color: #fff;
  border: none;
}
.amreturn-btn:hover {
  background-color: #ec660d;
  border: none;
}
.amrma-status-container .amrma-step.-checked:before,
.amrma-tracking-add .amreturn-btn,
.amasty_rma-account-view .action-primary,
.amrma-send,
.amreturn-btn:hover {
  background: #f58f0e;
  border: none;
}
.amrma-instructions:checked ~ .amrma-instruction-block,
._nomargin.amrma-img-text {
  background: #f58e0b36;
}
.amrma-instructions-title {
  border-bottom: 2px solid #f58f0e;
}
.amrma-instructions-title .amrma-show,
.amreturns-order-select {
  border: 2px solid #f58f0e;
}
.amrma-instructions-title .amrma-show:before {
  border-left-color: #f58f0e;
  border-top-color: #f58f0e;
}
.amrma-send:hover,
.amrma-return-number .amrma-status,
.amrma-tracking-add .amreturn-btn:hover {
  background: #2c2c2c !important;
}
.amrma-header-block .amrma-cancel {
  border: 1px solid #f58f0e;
  background-color: transparent;
  color: #f58f0e;
}
.amrma-header-block .amrma-cancel:hover {
  border: 1px solid #f58f0e;
  background-color: #f58f0e;
  color: #fff;
}
.amreturn-btn {
  background: #2c2c2c;
}
._nomargin.amrma-img-text {
  background-color: #f58e0b36;
  border-left: 2px solid #f58f0e;
  margin-bottom: 10px;
  padding: 10px;
}
.amrma-return-policy {
  background-color: #f58e0b36;
  border-left: 3px solid #f58f0e;
  padding: 10px;
}
.amrma-return-policy .amrma-text {
  margin-left: 0;
}
.amrma-message-container.-options {
  border: 2px solid #000;
  box-shadow: none;
}
.amrma-return-select {
  margin-top: 15px;
}
.amrma-customer-name ._strong,
.amrma-link-cancel {
  color: #000;
}
.amrma-status-container .amrma-progress,
.amrma-status-container .amrma-percent {
  border-bottom: 2px solid #000;
}
.amrma-stars-container {
  border: 2px solid rgba(0, 0, 0, 0.082);
  margin-bottom: 50px;
}
span.amrma-status.-pending {
  background-color: #e02b27;
}
.amrma-chat-message.-left .amrma-message-block {
  background-color: #000;
  color: #fff;
}
.amrma-chat-message.-right .amrma-message-block {
  background-color: white;
  color: #000;
}
.amrma-chat-container {
  background: #f3f3f3;
}
.amrma-message-container.-options {
  border: 2px solid #2c2c2c !important;
}
.amrma-comment-block .amrma-comment {
  border: 2px solid #c2c2c2;
}
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  border-color: #2c2c2c;
  box-shadow: none;
}
.amrma-message-container .amrma-message {
  background: #f58e0b36;
}
.amrma-return-select .amrma-select {
  border: 2px solid #c2c2c2;
  height: 40px;
}

@media screen and (max-width: 1439px) {
  .box-brand img {
    margin: -150px 150px;
  }
}

@media screen and (max-width: 1397px) {
  .catalog-category-view .category-description,
  .catalog-category-view .page-title,
  .catalog-category-view .toolbar-amount,
  .catalog-category-view #narrow-by-list {
    padding-left: 8px;
    padding-right: 16px;
  }
  .catalog-category-view .toolbar-sorter.sorter {
    margin-right: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .box-brand img {
    margin: -70px 70px;
  }
}

@media screen and (max-width: 767px) {
  .header-primary-container {
    display: none;
  }
  .top-navigation .account-dropdown {
    display: flex;
    justify-content: right;
  }
  .header-container .logo-wrapper--mobile .logo {
    margin-bottom: 24px;
  }
  .header-m-primary .inner-container,
  .main.container {
    padding: 0px;
  }
  .usp-banner-top .pagebuilder-column:nth-child(2) {
    display: none;
  }
  .cms-home .artikels .pagebuilder-column {
    padding: 0px !important;
    margin: 0px !important;
  }
  .mobile-text {
    margin-top: 32px !important;
    padding-left: 24px !important;
  }
}

@media screen and (max-width: 479px) {
  .usp-banner-top .pagebuilder-column:nth-of-type(2),
  .usp-banner-top .pagebuilder-column:nth-of-type(3),
  .usp-banner-top .pagebuilder-column:nth-of-type(4) {
    display: none !important;
  }
  .toolbar-sorter.sorter {
    padding: 3px;
    border: 1px solid #f3f3f3;
  }
  .footer {
    text-align: center;
  }
  .payment-icons {
    width: 100% !important;
  }
  .logo img {
    width: 70%;
  }
  .product-view
    .product-primary-column.product-shop.grid12-7.product-info-main {
    width: 100% !important;
    padding: 0px !important;
  }
  .catalog-product-view .pagebuilder-column:nth-of-type(2) {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty .control {
    display: flex;
  }
  .product-info-main .box-tocart .action.tocart {
    font-size: 14px;
  }
}

/* Start changes Alex */
@media screen and (max-width: 769px) {
  .pagebuilder-column.mobile-text > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .pagebuilder-column > div > div > .pagebuilder-banner-wrapper {
    height: 300px;
  }

  .pagebuilder-column
    > div
    > div
    > .pagebuilder-banner-wrapper
    > .pagebuilder-overlay {
    min-height: 300px !important;
  }

  .related-products {
    align-items: center;
  }

  .mobile-text {
    margin-top: 16px !important;
    padding-left: 0px !important;
  }

  .artikels > div > div > div > .pagebuilder-column {
    margin-bottom: 16px;
  }
  .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    padding-right: 0px !important;
  }

  #html-body [data-pb-style="NGIOI1C"] {
    margin-bottom: 0px;
  }

  .row-full-width-inner .pagebuilder-column-group .pagebuilder-column {
    margin-bottom: 60px !important;
  }
  .artikels {
    margin-bottom: 40px !important;
    margin-top: 10px !important;
  }

  .pagebuilder-column-group .pagebuilder-column-line .p-40 {
    padding: 40px !important;
  }
  .logo-wrapper--mobile .logo img {
    width: 150px;
  }
  .header-container .logo-wrapper--mobile .logo {
    margin: 0px !important;
  }
}

.nav-regular ul.level0 > li {
  flex: 0 1 auto;
  white-space: nowrap;
}

.nav-regular .nav-item.level0 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nav-submenu li {
  list-style: none;
}

/* nav menu start */
.nav-regular li.nav-item--only-subcategories > a span:first-child {
  display: inline-block !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  max-width: 16ch !important;
  line-height: 1.2 !important;
  text-align: center !important;
  margin: auto !important;
  width: min-content !important;
  padding-right: 8px;
  padding-top: 10px;
}
.nav-regular li.level0 > .level-top {
  font-weight: 500;
  position: relative;
  display: block !important;
  text-align: center;
}

.nav-regular .caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.nav-regular > li.level10 {
  flex: 0 1 auto;
  white-space: normal !important;
  max-width: 110px !important;
  height: 70px !important;
}

#mainmenu > ul {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.nav.container {
  max-width: 100% !important;
  width: 100vw !important;
}

.nav-regular li.level0 > a {
  padding: 0px 8px !important;
}

@media screen and (max-width: 1400px) {
  .nav-regular li.level0 > a span:first-child {
    width: min-content !important;
    white-space: normal !important;
    line-height: 1.2 !important;
    padding-right: 8px;
  }
}
/* nav menu end */
/* End changes Alex*/
