/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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);
  }
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
/**
  * Copyright © Magmodules.eu. All rights reserved.
  * See COPYING.txt for license details.
  */
/**
  * Copyright © Magmodules.eu. All rights reserved.
  * See COPYING.txt for license details.
  */
@font-face {
  font-family: 'googlereviews-icons';
  src: url('../Magmodules_GoogleReviewsSR/fonts/googlereviews-icons/googlereviews-icons.woff2') format('woff2'), url('../Magmodules_GoogleReviewsSR/fonts/googlereviews-icons/googlereviews-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[class^="googlereviews-"]:before,
[class*=" googlereviews-"]:before {
  font-family: 'googlereviews-icons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 2.5rem;
  margin-right: 0.5rem;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 2.5rem;
  margin-left: 0.5rem;
}
.googlereviews-icon__volume-control:before {
  content: '\e800';
}
.googlereviews-icon__x-mark:before {
  content: '\e801';
}
.googlereviews-icon__quote-left:before {
  content: '\e802';
}
.googlereviews-icon__quote-right:before {
  content: '\e803';
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
#notice-cookie-block {
  z-index: 10000000000;
}
#notice-cookie-block p {
  display: inline-block;
}
#notice-cookie-block .actions {
  margin: 2rem 0 0 0;
}
#notice-cookie-block .actions button {
  text-transform: none;
  font-size: 1.2rem;
}
#notice-cookie-block .actions button#btn-cookie-decline {
  background: transparent !important;
  border: none;
  color: #f0f0f0;
}
#notice-cookie-block .actions button#btn-cookie-allow {
  background: #e3c045 !important;
  color: #fff !important;
}
@media all and (min-width: 1440px), print {
  #notice-cookie-block p {
    padding: 10px 0;
  }
  #notice-cookie-block .actions {
    margin: 0;
    float: right;
  }
}
#cookie-block {
  display: none;
}
.modal-popup.cookies .modal-inner-wrap {
  max-width: 980px;
}
.modal-popup.cookies .modal-inner-wrap .modal-header {
  display: none;
}
.modal-popup.cookies .modal-inner-wrap #cookie-block .actions {
  margin-top: 3rem;
}
.modal-popup.cookies .modal-inner-wrap #cookie-block .actions .btn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0;
  padding: 0 25px;
  font-family: sans-serif;
  font-size: 16px;
  text-decoration: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  border: 2px solid #e3c045;
  color: #e3c045;
  font-weight: normal;
  height: 40px;
  line-height: 37px;
}
.modal-popup.cookies .modal-inner-wrap #cookie-block .actions .btn.btn-primary {
  background: #e3c045;
  color: #333332 !important;
  text-decoration: none;
  margin-left: 1rem;
}
.modal-popup.cookies .modal-inner-wrap #cookie-block .actions .btn#btn-allow {
  border: none;
  text-decoration: none;
  text-transform: none;
  color: #f1f1f1;
}
.modal-popup.cookies .modal-inner-wrap #cookie-block .toggle-cookies {
  border-color: #f0f0f0;
}
.modal-popup.cookies .modal-inner-wrap #cookie-block .toggle-cookies a {
  color: #f0f0f0 !important;
  text-decoration: none !important;
}
#cookie-block .hide {
  display: none;
}
#cookie-block .hide.show {
  display: block;
}
#cookie-block a {
  color: #e3c045 !important;
  text-decoration: none !important;
}
#cookie-block .checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#cookie-block .checkbox.disabled {
  opacity: .5 !important;
  cursor: default;
}
#cookie-block .checkbox.disabled input ~ .checkmark {
  background: #e3c045 !important;
  border-color: #e3c045;
}
#cookie-block .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#cookie-block .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #e3c045;
}
#cookie-block .checkbox:hover {
  opacity: 0.9;
}
#cookie-block .checkbox input:checked ~ .checkmark {
  background: #e3c045 !important;
}
#cookie-block .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#cookie-block .checkbox input:checked ~ .checkmark:after {
  display: block;
}
#cookie-block .checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid;
  border-color: #333332;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (min-width: 640px), print {
  .checkbox-block {
    display: flex;
    flex-wrap: wrap;
  }
  .checkbox-block .col {
    width: 25%;
    box-sizing: border-box;
  }
}
.mittagstisch-index-index #lunchDescription {
  font-size: 1.125rem;
}
.mittagstisch-index-index #mittagstisch-form .product-list {
  list-style: none;
  padding: 0;
  margin-left: -.5rem;
  margin-right: -.5rem;
}
.mittagstisch-index-index #mittagstisch-form .product-list > div {
  padding-right: .5rem;
  padding-left: .5rem;
}
.mittagstisch-index-index #mittagstisch-form .product-list .lunch-item {
  background: #212122 !important;
  padding: 1rem;
  border-left: 4px solid #e3c045;
  transition: all 0.3s ease;
}
.mittagstisch-index-index #mittagstisch-form .product-list .lunch-item .item-details {
  min-width: 400px;
  flex: 1;
  color: #f1f1f1;
}
.mittagstisch-index-index #mittagstisch-form .product-list .lunch-item .item-details .item-name {
  font-size: 1.25rem;
}
.mittagstisch-index-index #mittagstisch-form .product-list .lunch-item .item-details .price {
  font-size: 1.25rem;
}
.mittagstisch-index-index #mittagstisch-form .product-list .lunch-item .item-details .switch {
  height: auto !important;
  line-height: 1.42857143;
}
.mittagstisch-index-index #mittagstisch-form .product-list .lunch-item .mt-qty {
  max-width: 50px;
  border: 1px solid #e3c045 !important;
  font-size: 1rem;
  text-align: center;
}
.mittagstisch-index-index #mittagstisch-form .total-amount {
  min-width: 330px;
  background: #212122 !important;
  color: #f1f1f1;
  padding: 1rem;
  margin-bottom: 1rem;
}
.mittagstisch-index-index #mittagstisch-form .mt-total {
  border: none !important;
  font-weight: bold;
  font-size: 1.2rem;
  color: #e3c045;
  background: transparent;
}
.mittagstisch-index-index #mittagstisch-form .validation-error {
  background: #fee;
  color: #c00;
  padding: 1rem;
  border-left: 4px solid #c00;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.mittagstisch-index-index #mittagstisch-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  cursor: pointer;
}
.mittagstisch-index-index #mittagstisch-form input[type="checkbox"] + label {
  display: inline;
  cursor: pointer;
  font-weight: normal;
}
.mittagstisch-index-index #mittagstisch-form textarea {
  border: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  .mittagstisch-index-index #mittagstisch-form .product-list .lunch-item .item-details {
    min-width: auto;
  }
  .mittagstisch-index-index #mittagstisch-form .product-list .lunch-item .item-details .item-name-price {
    margin-bottom: 0.3rem;
  }
  .mittagstisch-index-index #mittagstisch-form .product-list .lunch-item .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .mittagstisch-index-index #mittagstisch-form #packaging,
  .mittagstisch-index-index #mittagstisch-form #name,
  .mittagstisch-index-index #mittagstisch-form #phone,
  .mittagstisch-index-index #mittagstisch-form #epost,
  .mittagstisch-index-index #mittagstisch-form #comment {
    max-width: none;
  }
}
.mittagstisch-index-index .catalog-product-view .product-info-main .product.info.detailed .data.title > a {
  color: #f1f1f1 !important;
}
.mittagstisch-index-success .table {
  color: #f0f0f0;
}
.mittagstisch-index-success .table > tbody > tr > th,
.mittagstisch-index-success .table > tbody > tr > td {
  border-color: #f0f0f0 !important;
}
.checkout-index-index .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  display: none !important;
}
.checkout-index-index .page-header {
  z-index: 5;
  margin: 0;
}
.checkout-index-index .page-header .header.content {
  max-width: 1560px;
  padding: 0 1rem;
}
.checkout-index-index footer .content {
  max-width: 1560px;
}
.checkout-index-index .checkout-payment-method .payment-option {
  margin: 0;
}
.checkout-index-index #maincontent .column.main {
  padding-bottom: 0;
  position: relative;
}
.checkout-index-index #maincontent::before {
  background: #ebebeb !important;
}
.checkout-index-index .opc-sidebar .modal-inner-wrap {
  padding: 3rem 1rem;
}
@media all and (min-width: 640px) {
  .checkout-index-index .opc-sidebar .modal-inner-wrap {
    background: none !important;
  }
}
.checkout-index-index .opc-sidebar .modal-inner-wrap .action-close {
  color: #fff;
}
.checkout-index-index .opc-sidebar .modal-inner-wrap .opc-block-summary span {
  font-size: 1.1rem !important;
}
@media all and (min-width: 640px) {
  .checkout-index-index .opc-sidebar.custom-slide .modal-inner-wrap * {
    color: #343434 !important;
    border-color: #343434 !important;
  }
}
.checkout-index-index #checkout-shipping-method-load {
  margin-top: 2rem;
  padding: 0 15px;
}
.checkout-index-index #checkout-shipping-method-load .row {
  align-items: center;
  padding: 10px 0;
}
.checkout-index-index #checkout-shipping-method-load .row:not(:first-child) {
  border-top: 1px solid #eee;
}
.checkout-index-index #checkout-shipping-method-load .row.selected {
  background: #e3c045;
  color: #333332;
}
.checkout-index-index #checkout-shipping-method-load .row .col {
  width: initial;
}
.checkout-index-index #checkout-shipping-method-load .row .col.col-input {
  flex: 0 0 auto;
  display: none;
}
.checkout-index-index #checkout-shipping-method-load .row .col.col-method {
  flex: 1 1 auto;
  padding-left: 15px;
}
.checkout-index-index #checkout .opc-sidebar .modal-content .mark,
.checkout-index-index #checkout .opc-sidebar .modal-content .opc-block-summary {
  background: none;
}
.checkout-index-index #co-payment-form #checkout-payment-method-load {
  order: 2;
}
.checkout-index-index #PickupDateCarousel .owl-nav {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
.checkout-index-index #PickupDateCarousel .owl-nav > button {
  width: 25px;
  height: 25px;
  background: #e3c045;
  color: #333332;
  border-radius: 0;
}
.checkout-index-index #PickupDateCarousel .card.date-selector {
  border: none;
}
.checkout-index-index button {
  border-radius: 0;
  border-color: #e3c045;
  background: #e3c045;
  color: #333332;
}
.checkout-index-index .field-error {
  color: #cc0033;
}
.checkout-index-index .fieldset.address > .field {
  clear: both;
  padding: 10px 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-index-index .fieldset.address > .field > .label {
  width: 40%;
  float: left;
}
.checkout-index-index .fieldset.address > .field > .control {
  width: 60%;
  float: left;
}
.checkout-index-index .fieldset.address > .field input {
  height: 40px !important;
}
.checkout-index-index .fieldset.address .field-tooltip {
  top: initial !important;
  bottom: 5px;
}
.checkout-index-index .dm-checkout-footer-wrapper {
  left: 0;
  right: 0;
  bottom: 0;
}
.checkout-index-index .dm-checkout-footer-wrapper .back-to-store {
  position: static !important;
}
.checkout-index-index .dm-checkout-footer-wrapper .back-to-store a {
  color: #f0f0f0 !important;
}
.checkout-index-index .payment-option.comment {
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
}
.checkout-index-index .payment-option.comment .payment-option-title > span {
  font-size: 1.625rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media all and (max-width: 992px) {
  .checkout-index-index .page-wrapper #maincontent .columns {
    min-height: calc(100vh - 44px);
  }
  .checkout-index-index .page-wrapper #maincontent .columns #checkout {
    padding-bottom: 55px;
  }
  .checkout-index-index .page-wrapper #maincontent .columns .dm-checkout-footer-wrapper {
    position: absolute;
  }
}
div[id^=trustbadge-container] {
  z-index: 9 !important;
}
button:focus {
  outline: none !important;
}
#checkout .opc-estimated-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -1px;
}
@media all and (min-width: 640px) {
  #checkout .opc-estimated-wrapper {
    display: none;
  }
}
#checkout .opc-estimated-wrapper:after,
#checkout .opc-estimated-wrapper:before {
  display: none;
}
#checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart .fa-shopping-cart {
  font-size: 2rem;
  color: #f0f0f0;
}
#checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter {
  display: block;
}
#checkout .messages {
  max-width: 500px;
}
#checkout .opc-wrapper {
  max-width: 500px;
  padding: 0;
}
#checkout .opc-wrapper .form-shipping-address {
  background: none;
}
@media all and (max-width: 992px) {
  #checkout .opc-wrapper .form-shipping-address {
    padding: 0;
    margin: 0;
  }
}
#checkout .opc-wrapper #co-shipping-method-form {
  background: none;
  border-bottom: none;
}
#checkout .opc-wrapper .dm-shipping {
  cursor: pointer;
  margin-bottom: 2rem;
}
#checkout .opc-wrapper .dm-shipping .delivery {
  margin-top: 2rem;
}
#checkout .opc-wrapper .dm-shipping .delivery .flex {
  display: flex;
  align-items: center;
  height: 22px;
  font-weight: bold;
}
#checkout .opc-wrapper .dm-shipping .delivery .fa-dhl {
  font-size: 5rem;
  margin-left: 2rem;
  font-weight: normal;
}
#checkout .opc-wrapper .edit-icon {
  margin-left: 1rem;
}
#checkout .opc-wrapper .checkout-billing-address {
  order: -20;
}
#checkout .opc-wrapper .checkout-billing-address .wrap {
  cursor: pointer;
}
#checkout .opc-wrapper .checkout-billing-address .billing-address-details {
  padding: 0;
  line-height: initial;
}
#checkout .opc-wrapper .checkout-billing-address .actions-toolbar .primary {
  width: initial !important;
  height: initial !important;
}
#checkout .opc-wrapper .checkout-billing-address .actions-toolbar .primary .action-update {
  padding: 0;
  height: 40px;
  width: 160px;
  font-size: 16px;
}
#checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address {
  display: flex;
  flex-direction: column;
}
#checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address div[name="billingAddressshared.prefix"] {
  order: 5;
}
#checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address div[name="billingAddressshared.firstname"] {
  order: 10;
}
#checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address div[name="billingAddressshared.lastname"] {
  order: 15;
}
#checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address div[name="billingAddressshared.company"] {
  order: 20;
}
#checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address fieldset.street {
  order: 25;
}
#checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address div[name="billingAddressshared.postcode"] {
  order: 30;
}
#checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address div[name="billingAddressshared.city"] {
  order: 35;
}
#checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address div[name="billingAddressshared.country_id"] {
  order: 40;
}
#checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address div[name="billingAddressshared.telephone"] {
  order: 45;
}
@media all and (max-width: 992px) {
  #checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address .field .control,
  #checkout .opc-wrapper .checkout-billing-address .billing-address-form .fieldset.address .field .label {
    width: 100%;
  }
}
#checkout .opc-wrapper #checkout-step-payment {
  margin-top: 0;
  padding-top: 0;
}
#checkout .opc-wrapper #checkout-step-payment .fieldset {
  display: flex;
  flex-direction: column;
}
#checkout .opc-wrapper #checkout-step-payment .fieldset > hr {
  width: 100%;
  display: none;
}
#checkout .opc-wrapper #checkout-step-payment .fieldset .step-title.newsletter-title {
  order: -10;
  padding-top: 2rem;
  margin-top: 1rem;
}
#checkout .opc-wrapper #checkout-step-payment .fieldset .newsletter-subscribe {
  order: -5;
}
#checkout .opc-wrapper #checkout-step-payment #checkout-payment-method-load {
  padding-top: 2rem;
  margin-top: 2rem;
}
#checkout .opc-wrapper #checkout-step-payment .payment-method .primary {
  width: 100% !important;
  text-align: center;
  font-size: 16px;
}
.dm-checkout-footer-wrapper > div {
  padding-bottom: 2rem;
}
.opc-sidebar .opc-block-shipping-information {
  display: none;
}
.dm-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dm-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.dm-checkbox input:checked ~ .checkmark {
  background-color: #39403f;
}
.dm-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.dm-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #39403f;
  background-color: #fff;
  border: 1px solid #39403f;
}
.dm-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dm-checkbox:hover input ~ .checkmark {
  background-color: #000;
}
@media all and (max-width: 992px) {
  .checkout-index-index #shipping-new-address-form .field .control {
    width: 100%;
    float: none;
  }
  .checkout-index-index #shipping-new-address-form .field .field.additional {
    margin-top: ;
  }
}
@media all and (max-width: 992px) {
  .checkout-index-index .modal-popup {
    left: 0 !important;
  }
}
.checkout-index-index .modal-popup .modal-footer .action-save-address + .action-hide-popup {
  margin: 0 0 0 1rem;
}
.checkout-index-index #maincontent {
  max-width: initial;
  position: relative;
  padding: 0;
}
@media all and (min-width: 640px) {
  .checkout-index-index #maincontent:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    height: 100%;
    z-index: -1;
  }
}
.checkout-index-index #maincontent .checkout-messages {
  max-width: 1560px;
  margin: 0 auto;
}
.checkout-index-index #maincontent .logobox {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  z-index: 5;
}
.checkout-index-index #maincontent .logobox .logo.col {
  max-width: 1560px;
  margin: 0 auto;
  padding: 2rem 0;
}
.checkout-index-index #maincontent .logobox .logo.col img {
  width: 150px;
}
@media all and (min-width: 640px) {
  .checkout-index-index #maincontent .logobox .logo.col img {
    margin: 0;
    width: 250px;
    height: auto;
  }
}
.checkout-index-index #maincontent #checkout {
  max-width: 1560px;
  margin: 0 auto;
  border: none;
  background: none;
  padding: 0 1rem;
}
@media all and (min-width: 640px) {
  .checkout-index-index #maincontent #checkout {
    padding: 5rem 1rem 0;
    margin: 0 auto;
  }
}
.checkout-index-index #maincontent #checkout .opc-progress-bar {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5rem;
}
.checkout-index-index #maincontent #checkout input[type='text'],
.checkout-index-index #maincontent #checkout input[type='number'],
.checkout-index-index #maincontent #checkout input[type='password'],
.checkout-index-index #maincontent #checkout input[type='email'],
.checkout-index-index #maincontent #checkout select {
  height: 40px;
}
.checkout-index-index #maincontent #checkout .form-next-step,
.checkout-index-index #maincontent #checkout .dm-guest {
  max-width: 500px;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email hr {
  max-width: 500px;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email .form-login {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email #customer-email-fieldset,
.checkout-index-index #maincontent #checkout #checkoutSteps > #email .dm-guest {
  margin-bottom: 0;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email #customer-email-fieldset .fieldset .field,
.checkout-index-index #maincontent #checkout #checkoutSteps > #email .dm-guest .fieldset .field {
  width: calc(100% - 120px);
  float: left;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email button {
  margin-left: 20px;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email .actions-toolbar {
  margin: 0;
  float: left;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email .actions-toolbar button.login {
  height: 40px;
  outline: none;
  box-shadow: none;
  width: 100px;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email .secondary {
  clear: both;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email #dm-guest-form .fieldset {
  margin-bottom: 0;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email #dm-guest-form .fieldset.fullname {
  display: flex;
  gap: 15px;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email #dm-guest-form input.mage-error {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #email #dm-guest-form input.mage-error + div.mage-error {
  color: #cc0033;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #co-shipping-form {
  background: none;
  padding: 0;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #payment #co-payment-form {
  margin: 0;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #payment #co-payment-form .checkout-billing-address .billing-address-same-as-shipping-block input[type="checkbox"] {
  margin: 0 5px 0.5rem 0;
  top: 5px;
}
.checkout-index-index #maincontent #checkout #checkoutSteps #checkout-step-shipping_method {
  max-width: 500px;
}
.checkout-index-index #maincontent #checkout #checkoutSteps .form-login .actions-toolbar .primary,
.checkout-index-index #maincontent #checkout #checkoutSteps .dm-guest .actions-toolbar .primary {
  padding: 0;
  height: 40px;
  width: 120px;
  font-size: initial;
}
.checkout-index-index #maincontent #checkout #checkoutSteps .formform-discount {
  display: flex !important;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #shipping #checkout-step-shipping .shipping-address-items .shipping-address-item {
  width: 100%;
  padding: 1rem;
  line-height: 1.5;
  background: #fff;
  margin-bottom: 1rem;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #shipping #checkout-step-shipping .shipping-address-items .shipping-address-item:before {
  content: none;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #shipping #checkout-step-shipping .shipping-address-items .shipping-address-item.not-selected-item {
  opacity: 0.7;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #shipping #checkout-step-shipping .shipping-address-items .shipping-address-item.not-selected-item:hover {
  opacity: 1;
  cursor: pointer;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #shipping #checkout-step-shipping .shipping-address-items .shipping-address-item.not-selected-item .wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #shipping #checkout-step-shipping .shipping-address-items .shipping-address-item.not-selected-item .wrap .country {
  display: none;
}
.checkout-index-index #maincontent #checkout #checkoutSteps > #shipping #checkout-step-shipping .shipping-address-items .shipping-address-item.not-selected-item .action.edit-address-link {
  margin-right: 15px;
}
@media all and (min-width: 1024px) {
  .checkout-index-index #maincontent #checkout .opc-sidebar {
    margin-top: -9rem;
    position: sticky;
    top: 5rem;
  }
}
.checkout-index-index #maincontent #checkout .opc-sidebar .modal-content {
  background: none;
}
.checkout-index-index #maincontent #checkout .opc-sidebar .modal-content .opc-block-summary {
  background: none;
  padding: 0;
}
.checkout-index-index #maincontent .opc-progress-bar-item {
  width: 165px;
}
.checkout-index-index #maincontent .dm-checkout-footer-wrapper {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media all and (max-width: 992px) {
  .checkout-index-index #maincontent .dm-checkout-footer-wrapper .back-to-store {
    display: block;
    text-align: center;
    padding: 1rem;
    background: #39403f;
    float: none;
    position: relative;
    top: 13px;
  }
  .checkout-index-index #maincontent .dm-checkout-footer-wrapper .back-to-store a {
    color: #fff;
  }
}
@media all and (min-width: 993px) {
  .back-to-store a {
    color: #333333 !important;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
div.mage-error[generated] {
  color: #cc0033;
}
@media all and (min-width: 640px) and (max-width: 1024px) {
  .checkout-index-index #trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
    display: none;
  }
  .checkout-index-index .logobox .logo.col {
    padding: 15px 30px !important;
  }
  .checkout-index-index #checkout {
    padding-bottom: 2rem !important;
  }
  .checkout-index-index #checkout .opc-progress-bar {
    display: none;
  }
  .checkout-index-index #checkout .opc-wrapper {
    float: left;
    width: 54%;
    padding: 0 15px 0 0;
  }
  .checkout-index-index #checkout .opc-sidebar {
    width: 46%;
    float: left;
    position: static;
    transition: none;
    visibility: visible;
    opacity: 1;
    margin: 0;
    padding: 0 1rem;
  }
  .checkout-index-index #checkout .opc-sidebar .modal-inner-wrap {
    transform: initial !important;
    box-shadow: none;
  }
  .checkout-index-index #checkout .opc-sidebar .modal-inner-wrap .modal-header {
    display: none;
  }
  .checkout-index-index #checkout + .dm-checkout-footer-wrapper .back-to-store {
    position: static;
    top: 0;
  }
  .checkout-index-index #checkout + .dm-checkout-footer-wrapper .back-to-store a {
    color: #fff;
  }
}
@media all and (min-width: 991px) {
  .checkout-index-index #checkout .opc-sidebar {
    width: 40%;
    float: right;
    position: static;
    transition: none;
    visibility: visible;
    opacity: 1;
    margin: 0;
    padding: 0;
  }
}
._error .order-pickup-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-pickup-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.checkout-payment-method .payment-option._collapsible.pickup .payment-option-content {
  display: block;
}
#checkout .time-selector {
  color: #333 !important;
  border: 1px solid #333 !important;
}
.widerruf-index-index h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.widerruf-index-index .field-note {
  display: block;
  font-size: 0.875rem;
  color: #f0f0f0;
  margin-top: 0.25rem;
}
.widerruf-index-index textarea {
  border: 1px solid #f0f0f0;
  width: 100%;
}
.widerruf-index-index .widerruf-legal-note {
  margin-bottom: 1rem;
}
.widerruf-index-success .table {
  color: #f0f0f0;
}
.widerruf-index-success .table > tbody > tr > td {
  border-color: #f0f0f0 !important;
}
.widerruf-index-success .table > tbody > tr > td:first-child {
  font-weight: 600;
  white-space: nowrap;
  padding-right: 2rem;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Gdpr
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-gdpr-delete-account {
  margin-top: 50px;
}
.mp-gdpr-delete-account .legend span {
  color: #db3b21;
  font-weight: 500;
}
.mp-gdpr-delete-account .actions-toolbar {
  margin-top: 25px;
}
.mp-gdpr-delete-account .actions-toolbar .action-delete {
  background-color: #db3b21;
  border-color: #db3b21;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mp-gdpr-delete-account .actions-toolbar .action-delete:hover {
  background-color: #ba4000;
  border-color: #b84002;
}
/** shipping services box below shipping methods listing in checkout */
.nrshipping-settings-container {
  border: 2px solid;
  padding: 20px;
  margin: 1em 0;
}
.nrshipping-settings-container .nrshipping-settings h3.title {
  margin-top: 0;
}
.nrshipping-settings-container .nrshipping-settings > img {
  margin-bottom: 1.5rem;
}
.nrshipping-settings-container .nrshipping-settings .field-note {
  padding-right: 20px;
  margin: 5px 0 0 0;
  display: inline-block;
}
.nrshipping-settings-container .nrshipping-settings .asterisk {
  font-size: 1.2rem;
}
/** location finder */
.locationfinder-option {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.locationfinder-option > * {
  margin-right: 1em;
}
.locationfinder-option .action-remove {
  display: inline-block;
  text-decoration: none;
  word-spacing: 10px;
}
.locationfinder-option .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.locationfinder-option .action-remove:before {
  margin: -3px 5px 0 0px;
}
#modal-locationfinder-search {
  margin: 0 0 15px 0;
}
#modal-locationfinder-search .search-inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
#modal-locationfinder-search .search-inputs div {
  width: 100%;
  margin: 0 0 10px 0;
}
#modal-locationfinder-search .search-inputs label {
  font-weight: 600;
}
#modal-locationfinder-search .btn-primary {
  margin: 0 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
#modal-locationfinder-search .btn-primary:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e615';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#modal-locationfinder-map {
  height: 600px;
  max-height: 80vh;
}
#modal-locationfinder-map .location-filter-label {
  display: flex;
  align-items: center;
  padding: 0 5px;
  background: white;
}
.leaflet-popup-content .map-popup-container p {
  margin: 4px 0;
}
.leaflet-popup-content .map-popup-container h4,
.leaflet-popup-content .map-popup-container h5 {
  margin: 5px 0;
}
.leaflet-popup-content .map-popup-container .opening-hours td {
  padding: 0;
}
/** selected services in ship-to sidebar box on payment page in checkout */
.nrshipping-option-selections-content {
  border: 2px solid;
  padding: 0 10px;
  font-size: smaller;
}
.nrshipping-option-selections-content ul {
  padding-left: 20px;
}
/** selected services in customer account */
.nrshipping-selected-services {
  max-width: 400px;
}
.nrshipping-selected-services .section-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1.7rem;
  padding: 1.4rem 0 .5rem;
}
.nrshipping-selected-services .section-title .title {
  color: #41362f;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2rem;
}
.nrshipping-selected-services .data-table {
  font-style: normal;
  font-weight: 400;
  line-height: 1.36;
  font-size: 1.4rem;
}
.nrshipping-selected-services .data-table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.nrshipping-selected-services .data-table td,
.nrshipping-selected-services .data-table th {
  padding: 1rem 1rem;
  text-align: left;
  font-weight: 400;
}
/** My Return Labels listing in customer account */
#my-return-labels-table .col.documents ul,
#my-return-labels-table .col.documents li {
  margin: 0;
}
.box-invoice {
  margin-bottom: 2rem;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 991px) {
  .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 (max-width: 991px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 992px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .cart-order-comment .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .cart-order-comment .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .cart-order-comment .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .cart-order-comment .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    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,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form: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 .page-title-wrapper:before,
  .account .page-title-wrapper: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,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    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 {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    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 {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .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 {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .cart-order-comment .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .cart-order-comment .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .cart-order-comment .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .cart-order-comment .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .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: 1560px;
    padding-left: 20px;
    padding-right: 20px;
    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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    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 10px 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: #575757;
    line-height: 47px;
    padding: 0 12px;
    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: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    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: #cccccc;
    color: #cccccc;
    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: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .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: 'luma-icons';
    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: 'luma-icons';
    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;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .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: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .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: #ffffff;
    color: #333333;
    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: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 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;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .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;
  }
  .amcard-codes-list .table .actions {
    width: 20px;
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar {
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar .primary {
    float: none;
  }
  .amcard-field-container.-code .actions-toolbar .primary .action {
    margin: 0;
  }
  .amcard-field-container.-code .actions-toolbar .secondary .action {
    margin: 0 0 0 7px;
  }
  #checkout .amcard-codes-list,
  #checkout .amcard-field-container {
    padding-left: 22px;
  }
  .cart-order-comment {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-order-comment .block .title {
    padding: 10px 0;
  }
  .cart-order-comment .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-order-comment .block.order-comment {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  }
  .googlereviews-widget-list:not(.slick-initialized) .googlereviews-widget-item {
    min-width: 32%;
  }
  #googlereviews-reviews .open-filters i {
    font-size: 2rem;
  }
  .modal-filters_container .modal-inner-wrap {
    max-width: 840px;
  }
  .modal-filters_container .modal-inner-wrap .modal-inner-wrap,
  .modal-filters_container .modal-inner-wrap .modal-header {
    border-radius: 0.5rem;
  }
  .filters-container label {
    max-width: 20%;
  }
  .filters-container label:first-child {
    max-width: 15rem;
  }
  .account-filters img + span {
    display: none;
  }
  .account-title,
  .account-title_brand,
  .account-title_description-text,
  .account-title_description-reviews {
    display: flex;
  }
  .reviews-header {
    margin-bottom: 3rem;
  }
  .brand-logo {
    align-items: center;
  }
  .account-title {
    margin-bottom: 2rem;
  }
  .account-title_brand .rating-summary,
  .account-title_brand-reviews {
    display: none;
  }
  .account-title_description {
    justify-content: space-between;
    padding: 1.6rem 2rem;
    width: 70%;
  }
  .account-title_description-text {
    flex-direction: column;
  }
  .account-title_description-text > b {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .account-title_description-text > span {
    font-size: 1.3rem;
  }
  .account-title_description-reviews {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 18rem;
  }
  .account-title_description-reviews > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.8rem;
  }
  .account-title_description-reviews b {
    white-space: nowrap;
  }
  .page-layout-1column .filter-options .filter-options-content {
    padding: 10px;
  }
  #modal-locationfinder-search .search-inputs div {
    width: 49%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .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%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .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%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .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 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    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: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .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: 991px;
    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: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .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-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 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: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .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%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .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: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .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;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 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: 20px;
    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%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .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 #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    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: 5px;
    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 20px 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 #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .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: #7d7d7d;
    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: 25px;
    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: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .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: 10px;
    padding: 5px 10px 10px;
    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: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .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: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .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;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .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;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .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;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    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;
  }
  .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;
  }
}
@media all and (min-width: 1440px), print {
  .googlereviews-widget-list:not(.slick-initialized) .googlereviews-widget-item {
    min-width: 15.5%;
  }
  .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;
  }
}
html {
  font-size: 100%;
}
body {
  font-size: 1rem;
  font-family: 'Source Sans Pro';
}
.h1,
h1 {
  font-size: 2rem !important;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.h2,
h2,
.opc-wrapper .step-title,
.opc-block-summary > .title {
  font-size: 1.625rem !important;
  font-weight: 600;
  text-transform: uppercase;
}
.h2,
h2 {
  margin-top: 0;
}
.h3,
h3,
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.375rem !important;
  font-weight: 600;
  text-transform: uppercase;
}
.h3,
h3 {
  margin-top: 0;
}
.h4,
h4 {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
}
.h5,
h5 {
  font-size: 1rem;
  font-weight: 600;
}
small {
  font-size: 0.875rem;
}
a:visited,
.alink:visited {
  color: initial;
}
.btn-light {
  color: #f0f0f0 !important;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-light:hover {
  color: #333332 !important;
  background-color: #e3c045;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro/SourceSansPro-Bold.woff2') format('woff2'), url('../fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro/SourceSansPro-Light.woff2') format('woff2'), url('../fonts/SourceSansPro/SourceSansPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro/SourceSansPro-Regular.woff2') format('woff2'), url('../fonts/SourceSansPro/SourceSansPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro/SourceSansPro-SemiBold.woff2') format('woff2'), url('../fonts/SourceSansPro/SourceSansPro-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 1.8rem !important;
  }
}
.sales-order-view .order-status,
.sales-order-history .order-status,
.sales-order-view .order-details-items,
.sales-order-history .order-details-items {
  border-color: #f0f0f0 !important;
}
.sales-order-view .table-order-items td:before,
.sales-order-history .table-order-items td:before {
  color: #f0f0f0 !important;
}
.breadcrumbs {
  margin-bottom: 2rem;
}
.breadcrumbs a {
  color: #f0f0f0 !important;
}
.breadcrumbs a:visited,
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .items {
  display: flex;
}
.breadcrumbs .items .item {
  color: #f0f0f0 !important;
  font-size: .875rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.breadcrumbs .items .item:after {
  font-size: .7rem;
  line-height: 1.5rem;
  margin: 0 3px 0 5px;
}
.unzerUI.primary.button,
.unzerUI.primary.buttons .button,
.new-address-popup button,
button.action.update,
.action.primary,
.action-primary,
.pagebuilder-button-primary {
  background: #e3c045 !important;
  border: 1px solid #e3c045 !important;
  color: #333332 !important;
  padding: 5px 15px;
  font-size: .875rem;
  transition: .4s ease;
}
.unzerUI.primary.button:hover,
.unzerUI.primary.buttons .button:hover,
.new-address-popup button:hover,
button.action.update:hover,
.action.primary:hover,
.action-primary:hover,
.pagebuilder-button-primary:hover {
  opacity: 0.85;
}
.pagebuilder-button-primary {
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding: .5rem 1rem !important;
}
a {
  color: #f0f0f0;
}
a:visited,
a:focus,
a:hover {
  color: #f0f0f0;
}
main .filter-options-content a {
  text-decoration: none;
}
main a {
  text-decoration: underline;
}
button {
  font-size: 1rem;
}
button:focus,
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  outline: none !important;
}
body.filter-active .page-wrapper {
  height: auto;
  margin: 0;
}
.filter.active .filter-title strong {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter.active .filter-title strong:after {
  color: #f0f0f0;
}
#layered-filter-block {
  margin-top: -0.625rem;
}
#layered-filter-block .filter-current .items {
  padding-left: 0;
}
#layered-filter-block .filter-current .items .item {
  margin-left: 0;
}
#layered-filter-block .filter-actions {
  padding: 0;
}
#layered-filter-block .block-subtitle {
  padding-left: 0;
  border-color: #e3c045;
}
#layered-filter-block .filter-options .filter-options-item {
  border-color: #212122;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-title {
  color: #f0f0f0 !important;
  padding-left: 0;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content {
  padding: 0;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content a {
  display: flex;
  align-items: baseline;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content label {
  cursor: pointer;
  display: inline;
  margin-bottom: 0;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content input {
  cursor: pointer;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .item {
  margin-left: 0;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content .item a:hover {
  color: #e3c045;
  cursor: pointer;
  background-color: #333333;
}
#layered-filter-block .filter-options .filter-options-item .filter-options-content a:hover {
  cursor: pointer;
}
.sorter-label,
.toolbar-amount {
  color: #f0f0f0;
}
.smile-es-range-slider .ui-slider-handle {
  background: #e3c045;
}
.smile-es-range-slider .ui-slider-handle:hover {
  background: #d5ad20;
}
.specials i {
  color: #212122;
}
.product-items .product-item,
.product-items .item {
  padding: 0rem !important;
  font-size: 1rem !important;
  background-color: #212122;
  position: relative;
  top: 0;
  transition: .4s ease;
}
.product-items .product-item:hover .tags,
.product-items .item:hover .tags {
  opacity: 0;
  visibility: hidden;
}
.product-items .product-item .tags,
.product-items .item .tags {
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 1;
  transition: .4s ease;
}
.product-items .product-item .tags .tag,
.product-items .item .tags .tag {
  padding: .125rem .5rem;
  margin-bottom: .4rem;
  background-color: #e3c045;
  color: #333332;
  text-transform: uppercase;
  box-shadow: 2px 2px 3px -2px #000000;
  font-size: .875rem;
  font-weight: 600;
}
.product-items .product-item .tags .tag.sold-out,
.product-items .item .tags .tag.sold-out {
  background-color: #ff0000;
}
.product-items .product-item .badges .badge-wrapper,
.product-items .item .badges .badge-wrapper {
  height: 50px;
  margin-left: 10px;
}
.product-items .product-item .badges .badge-wrapper img,
.product-items .item .badges .badge-wrapper img {
  max-height: 100%;
  width: auto;
}
.product-items .product-item .badges .badge-wrapper:first-child,
.product-items .item .badges .badge-wrapper:first-child {
  margin-left: 0;
}
.product-items .product-item .product-item-info,
.product-items .item .product-item-info {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: none !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0rem !important;
}
.product-items .product-item .product-item-info:hover,
.product-items .item .product-item-info:hover {
  background-color: #212122 !important;
}
.product-items .product-item .product-item-info .product-item-photo,
.product-items .item .product-item-info .product-item-photo {
  width: 100%;
}
.product-items .product-item .product-item-info .product-item-details,
.product-items .item .product-item-info .product-item-details {
  color: #f1f1f1;
  padding: 1rem !important;
  padding-top: .5rem !important;
  width: 100%;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-items .product-item .product-item-info .product-item-details .product-item-name,
.product-items .item .product-item-info .product-item-details .product-item-name {
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 42px;
}
.product-items .product-item .product-item-info .product-item-details .product-item-name a,
.product-items .item .product-item-info .product-item-details .product-item-name a {
  color: #f1f1f1;
}
.product-items .product-item .product-item-info .product-item-details .price-box,
.product-items .item .product-item-info .product-item-details .price-box {
  margin: 0;
  text-align: right;
}
.product-items .product-item .product-item-info .product-item-details .price-box .old-price .price,
.product-items .item .product-item-info .product-item-details .price-box .old-price .price {
  color: #f1f1f1 !important;
}
.product-items .product-item .product-item-info .product-item-details .tax-details,
.product-items .item .product-item-info .product-item-details .tax-details {
  display: none;
}
.product-items .product-item .product-item-info .product-item-details .baseprice,
.product-items .item .product-item-info .product-item-details .baseprice {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-items .product-item .product-item-info .product-item-details .baseprice span,
.product-items .item .product-item-info .product-item-details .baseprice span {
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
}
.product-items .product-item .product-item-info .product-item-details .baseprice span.old-baseprice:before,
.product-items .item .product-item-info .product-item-details .baseprice span.old-baseprice:before {
  content: '';
  left: -2px;
  right: 3px;
  background: #ff0000;
  position: absolute;
  height: 2px;
  display: flex;
  bottom: 0;
  transform: translateY(-50%) rotate(-9deg);
  top: 50%;
}
.product-items .product-item .product-item-info .product-item-details .actions button.tocart,
.product-items .item .product-item-info .product-item-details .actions button.tocart {
  width: 40px;
  height: 40px;
  position: relative;
}
.product-items .product-item .product-item-info .product-item-details .actions button.tocart .state,
.product-items .item .product-item-info .product-item-details .actions button.tocart .state {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.product-items .product-item .product-item-info .product-item-details .actions button.tocart[title="In den Warenkorb"] .add,
.product-items .item .product-item-info .product-item-details .actions button.tocart[title="In den Warenkorb"] .add {
  display: flex;
}
.product-items .product-item .product-item-info .product-item-details .actions button.tocart[title="Hinzufügen..."] .adding,
.product-items .item .product-item-info .product-item-details .actions button.tocart[title="Hinzufügen..."] .adding {
  display: flex;
}
.product-items .product-item .product-item-info .product-item-details .actions button.tocart[title="Hinzugefügt"] .added,
.product-items .item .product-item-info .product-item-details .actions button.tocart[title="Hinzugefügt"] .added {
  display: flex;
}
.product-items .product-item .product-item-info .product-item-details .price-information-wrapper,
.product-items .item .product-item-info .product-item-details .price-information-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-items .product-item .product-item-info .product-item-details .price-information-wrapper .kg-baseprice,
.product-items .item .product-item-info .product-item-details .price-information-wrapper .kg-baseprice {
  display: none;
}
.product-items .product-item .product-image-photo,
.product-items .item .product-image-photo {
  margin: 0;
}
.product-items .product-item .product-item-actions,
.product-items .item .product-item-actions {
  margin: 0;
}
.product-items .product-item .product-item-actions .actions-primary,
.product-items .item .product-item-actions .actions-primary {
  display: block !important;
}
.product-items .product-item .product-item-actions .actions-primary form,
.product-items .item .product-item-actions .actions-primary form {
  display: flex;
  margin-top: 1rem;
}
.product-items .product-item .product-item-actions .actions-primary form select,
.product-items .item .product-item-actions .actions-primary form select {
  border: 1px solid #e3c045 !important;
}
.product-items .product-item .product-item-actions .actions-primary form .tocart,
.product-items .item .product-item-actions .actions-primary form .tocart {
  padding: 0 .5rem;
  font-weight: 400;
}
.product-items .product-item .product-item-actions .actions-primary form .tocart i,
.product-items .item .product-item-actions .actions-primary form .tocart i {
  font-size: 1.25rem;
}
.product-items .product-item.unit-l .product-item-info .product-item-details .price-box,
.product-items .product-item.unit-ml .product-item-info .product-item-details .price-box,
.product-items .product-item.unit-g .product-item-info .product-item-details .price-box,
.product-items .product-item.unit-kg .product-item-info .product-item-details .price-box {
  display: none !important;
}
.product-items .product-item.unit-l .product-item-info .product-item-details .baseprice span,
.product-items .product-item.unit-ml .product-item-info .product-item-details .baseprice span,
.product-items .product-item.unit-g .product-item-info .product-item-details .baseprice span,
.product-items .product-item.unit-kg .product-item-info .product-item-details .baseprice span {
  margin-right: 5px;
  font-size: 1.4rem;
  position: relative;
  font-weight: 700;
}
@media (max-width: 640px) {
  .product-items .product-item.unit-l .product-item-info .product-item-details .baseprice span,
  .product-items .product-item.unit-ml .product-item-info .product-item-details .baseprice span,
  .product-items .product-item.unit-g .product-item-info .product-item-details .baseprice span,
  .product-items .product-item.unit-kg .product-item-info .product-item-details .baseprice span {
    font-size: 1.25rem;
  }
}
.catalog-product-view {
  color: #f0f0f0;
}
.catalog-product-view .product.media .fotorama__arr,
.catalog-product-view .product.media .fotorama__thumb__arr {
  background-color: #212122;
  transition: .4s ease;
}
.catalog-product-view .product.media .fotorama__nav__shaft,
.catalog-product-view .product.media .fotorama__thumb {
  background-color: #333333;
}
.catalog-product-view .product.media .fotorama__thumb-border {
  border-color: #e3c045;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  background-color: #333333;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main #block-related-heading {
  font-size: 1.6rem;
}
.catalog-product-view .product-info-main .product.attribute.aprocon_herkunft .type,
.catalog-product-view .product-info-main .product.attribute.sku .type {
  font-weight: 400;
}
.catalog-product-view .product-info-main .product.attribute.aprocon_herkunft .type:after,
.catalog-product-view .product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.catalog-product-view .product-info-main .product.attribute.aprocon_herkunft .value,
.catalog-product-view .product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.catalog-product-view .product-info-main .product.attribute.sku {
  font-size: .8rem;
}
.catalog-product-view .product-info-main .badges {
  margin-bottom: 1.5rem;
}
.catalog-product-view .product-info-main .badges .badge-wrapper {
  height: 50px;
  margin-left: 10px;
}
.catalog-product-view .product-info-main .badges .badge-wrapper img {
  max-height: 100%;
  width: auto;
}
.catalog-product-view .product-info-main .badges .badge-wrapper:first-child {
  margin-left: 0;
}
.catalog-product-view .product-info-main .tags {
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.catalog-product-view .product-info-main .tags .tag {
  padding: .125rem .5rem;
  border: 1px solid #212122;
  margin-right: .25rem;
  margin-bottom: .4rem;
  background-color: #212122;
  color: #f1f1f1;
  text-transform: uppercase;
  font-weight: 600;
}
.catalog-product-view .product-info-main .tags .tag.sold-out {
  background-color: #ff0000;
}
.catalog-product-view .product-info-main .tags .tag:last-child {
  margin-left: 0;
}
.catalog-product-view .product-info-main .baseprice {
  text-align: right;
}
.catalog-product-view .product-info-main .baseprice .old-baseprice {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price {
  color: #f0f0f0;
  text-align: right;
  margin-bottom: 0;
  border: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  padding-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container > span {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price {
  font-size: 2rem;
  color: #f0f0f0;
  line-height: 1.2;
}
.catalog-product-view .product-info-main .product.attribute.description {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.catalog-product-view .product-info-main .box-tocart {
  margin-bottom: 50px;
}
.catalog-product-view .product-info-main .box-tocart .not-available {
  color: #f0f0f0;
}
.catalog-product-view .product-info-main .box-tocart .not-available:before {
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #e02b27;
  display: inline-block;
}
.catalog-product-view .product-info-main .box-tocart .available {
  color: #f0f0f0;
}
.catalog-product-view .product-info-main .box-tocart .available:before {
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #3fa236;
  display: inline-block;
}
.catalog-product-view .product-info-main .box-tocart .custom-dropdown-select {
  border: 1px solid #e3c045;
  position: relative;
}
.catalog-product-view .product-info-main .box-tocart .custom-dropdown-select input {
  position: relative;
  z-index: 3;
  padding-right: 2px;
}
.catalog-product-view .product-info-main .box-tocart .custom-dropdown-select input:focus {
  box-shadow: none !important;
}
.catalog-product-view .product-info-main .box-tocart .custom-dropdown-select .unit-wrapper {
  background-color: #fff;
  margin-right: 18px;
  border-right: 1px solid #e3c045;
  padding-right: 10px;
  z-index: 3;
  position: relative;
}
.catalog-product-view .product-info-main .box-tocart .custom-dropdown-select .unit-wrapper .unit {
  color: #333334;
  position: relative;
  z-index: 3;
}
.catalog-product-view .product-info-main .box-tocart .custom-dropdown-select select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.catalog-product-view .product-info-main .box-tocart .custom-dropdown-select input,
.catalog-product-view .product-info-main .box-tocart .custom-dropdown-select select {
  border: 0 !important;
}
.catalog-product-view .product-info-main .box-tocart .custom-dropdown-select input:focus,
.catalog-product-view .product-info-main .box-tocart .custom-dropdown-select select:focus {
  outline: none;
  box-shadow: none;
}
.catalog-product-view .product-info-main .box-tocart .qty-input-wrapper {
  display: flex;
  background-color: #fff;
  border: 1px solid #e3c045 !important;
}
.catalog-product-view .product-info-main .box-tocart .qty-input-wrapper input {
  background-color: #fff;
  color: #333334;
}
.catalog-product-view .product-info-main .box-tocart .qty-input-wrapper .qty {
  border: 0 !important;
}
.catalog-product-view .product-info-main .box-tocart .qty-input-wrapper .unit {
  color: #333334;
  padding-right: 10px;
}
.catalog-product-view .product-info-main .box-tocart .fieldset {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.amount {
  margin: 0;
  background: #fff;
  color: #333334;
  border: 2px solid #e3c045 !important;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.amount input:focus {
  box-shadow: none !important;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty {
  border: 1px solid #e3c045;
  margin: 0;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty label {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty input.qty {
  border: 1px solid #e3c045;
  border-radius: 0;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .field.qty #qtySelect {
  border: 1px solid #e3c045 !important;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .actions {
  display: flex;
  white-space: nowrap;
}
.catalog-product-view .product-info-main .box-tocart .fieldset .actions .action.tocart {
  width: 100%;
  min-width: 171px;
  height: 100%;
  margin-bottom: 0;
  padding: 0 15px !important;
  font-size: .875rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #212122;
  border: 0;
}
.catalog-product-view .product-info-main .box-tocart #amount-error,
.catalog-product-view .product-info-main .box-tocart #qty-error {
  color: #e3c045;
}
.catalog-product-view .product-info-main .product.info.detailed .active i {
  transform: rotateX(180deg);
}
.catalog-product-view .product-info-main .product.info.detailed .data.title {
  cursor: pointer;
  float: none;
}
.catalog-product-view .product-info-main .product.info.detailed .data.title > a {
  color: #f0f0f0 !important;
  font-size: 1rem;
  text-transform: uppercase;
  background: none !important;
  border: 0;
}
.catalog-product-view .product-info-main .product.info.detailed .data.title > a i {
  transition: .4s ease;
  color: #e3c045;
}
.catalog-product-view .product-info-main .product.info.detailed .data.content {
  float: none;
  margin: 0;
  display: none;
  background: none;
  border: 0;
}
.catalog-product-view .product-info-main .product.info.detailed .data.content > div {
  background-color: #212122;
  color: #f1f1f1;
}
.catalog-product-view .product-info-main .product.info.detailed p:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product.info.detailed table {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product.info.detailed table td,
.catalog-product-view .product-info-main .product.info.detailed table th {
  padding: 8px 0;
}
.catalog-product-view .product-info-main .product.info.detailed table tr {
  border-bottom: 1px solid #333333;
}
.catalog-product-view .product-info-main .product.info.detailed table tr:last-of-type {
  border-bottom: 0;
}
.catalog-product-view .product-info-main .product.pricing {
  display: none;
}
.catalog-product-view .block.related {
  float: left;
  width: 100%;
}
.catalog-product-view .block.related .price-details {
  display: none;
}
.catalog-product-view .block.related .related-available .product-item-name {
  margin-left: 0;
}
.catalog-product-view .block.related .product-items .product-item {
  width: 20%;
}
.catalog-product-view .block.related .product-items .product-item .product-item-info .product-item-details {
  min-height: 140px;
}
.price-box {
  display: block !important;
  align-items: flex-end !important;
  flex-direction: row;
  justify-content: flex-end;
}
.price-box .price-label {
  display: none !important;
}
.price-box .special-price {
  display: inline-block;
}
.price-box .special-price .price {
  color: #e3c045 !important;
}
.price-box .old-price .price:before {
  content: '';
  left: -2px;
  right: -2px;
  background: #ff0000;
  position: absolute;
  height: 2px;
  display: flex;
  bottom: 0;
  transform: translateY(-50%) rotate(-9deg);
  top: 50%;
}
.price-box .old-price .price {
  position: relative !important;
  color: #f0f0f0 !important;
  font-weight: normal !important;
  font-size: 1.4rem !important;
  margin-right: .7rem;
}
.catalog-category-view .category-description [data-element="inner"] {
  padding: 0 !important;
}
.category-landingpage .columns {
  padding-top: 0;
}
.category-landingpage .category-image {
  margin-top: -2rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .fotorama__nav--thumbs .fotorama__nav__frame,
  .fotorama__thumb-border {
    width: 100px !important;
    height: 100px !important;
  }
  .fotorama__nav.fotorama__nav--thumbs {
    width: 100px !important;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .product.media .gallery-placeholder {
    width: 100%;
  }
  .catalog-product-view .product.media .fotorama__nav--thumbs {
    height: 130px !important;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-main .product-info-price {
    margin: 0;
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .product-info-price > *:last-child {
    padding-right: 0;
  }
  .catalog-product-view .product-info-main .product.data.items {
    margin: 0;
    border: none;
  }
  .catalog-product-view .product-info-main .product.data.items .item.title a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  #layered-filter-block {
    margin-bottom: 20px;
  }
  #layered-filter-block .filter-current {
    margin: 5px -10px 20px;
  }
  .filter.active .filter-options {
    position: static;
    padding: 0 1rem !important;
  }
  .filter.active .filter-current-subtitle:after {
    color: #e3c045;
  }
  .filter.active .filter-content {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    overflow: scroll;
  }
  .filter.active .filter-content .filter-current {
    margin: 0;
    padding: 0 1rem;
    border: 0;
  }
  .filter.active .filter-content .filter-current .filter-value {
    color: #f0f0f0;
    opacity: .5;
  }
  .filter.active .filter-content .filter-current .items .item:first-child {
    margin-top: 0;
  }
  .filter.active .filter-content .filter-actions {
    margin: 0;
    padding: 0 1rem !important;
  }
  .filter.active .filter-title {
    margin-top: 0;
    background-color: #333333;
    border-bottom: 1px solid #f0f0f0;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .block-title.filter-title {
    position: fixed;
    left: 0;
    z-index: 99;
    margin-top: -50px;
  }
  .block-title.filter-title strong {
    background-color: #f0f0f0;
    color: #333333;
    position: static;
    display: inline-block;
  }
  .block.widget .products-grid .product-item,
  .products-grid .product-item,
  .product-items .product-item {
    margin-bottom: .5rem;
  }
  .product.media {
    margin-bottom: 1rem;
  }
  .product.media .fotorama__dot {
    height: 10px;
    width: 10px;
    border-color: #f0f0f0;
  }
  .product.media .fotorama__active .fotorama__dot {
    border-color: #212122;
    background-color: #212122;
  }
}
@media (max-width: 991px) {
  .catalog-category-view .column.main {
    display: flex;
    flex-direction: column;
  }
  .catalog-category-view .column.main .category-view {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .product-info-main {
    width: 45%;
  }
  .catalog-product-view .product.media {
    width: 40%;
  }
  .catalog-product-view .product.media .gallery-placeholder {
    width: 100%;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama {
    overflow: visible;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama .fotorama__stage__shaft {
    max-width: none !important;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama .fotorama__thumb-border {
    margin-top: 0;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama .fotorama__stage {
    left: 0 !important;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama .fotorama__wrap .fotorama__grab {
    max-width: 100% !important;
    background-color: #333333;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama .fotorama__nav__shaft .fotorama__nav__frame--dot + .fotorama__nav__frame,
  .catalog-product-view .product.media .gallery-placeholder .fotorama .fotorama__nav__shaft .fotorama__nav__frame:nth-of-type(2) {
    padding-top: 0 !important;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    padding-left: 15px;
    left: 100%;
  }
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  left: 0;
  right: 0;
}
@media all and (max-width: 639px) {
  .checkout-index-index .custom-slide .modal-inner-wrap {
    background-color: #212122;
    color: #f1f1f1;
  }
}
.checkout-index-index .payment-method .payment-method-title .label:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 39px;
  position: relative;
  top: 12px;
  margin-right: .5rem;
  margin-left: .875rem;
}
.checkout-index-index .payment-method .payment-method-title .label[for=paypal_express]:before,
.checkout-index-index .payment-method .payment-method-title .label[for=unzer_paypal]:before,
.checkout-index-index .payment-method .payment-method-title .label[for=hgwpal]:before {
  background: url(/pub/media/payment/paypal.png) no-repeat;
}
.checkout-index-index .payment-method .payment-method-title .label[for=paypal_express] .action-help {
  display: none;
}
.checkout-index-index .payment-method .payment-method-title .label[for=unzer_sofort]:before,
.checkout-index-index .payment-method .payment-method-title .label[for=hgwsue]:before {
  background: url(/pub/media/payment/klarna.png) no-repeat;
}
.checkout-index-index .payment-method .payment-method-title .label[for=unzer_cards]:before,
.checkout-index-index .payment-method .payment-method-title .label[for=hgwcc]:before {
  background: url(/pub/media/payment/kreditkarte.png) no-repeat;
}
.checkout-index-index .payment-method .payment-method-title .label[for=unzer_bank_transfer]:before,
.checkout-index-index .payment-method .payment-method-title .label[for=hgwpp]:before {
  background: url(/pub/media/payment/vorkasse.png) no-repeat;
}
.checkout-index-index .payment-method .payment-method-title .label[for=unzer_giropay]:before,
.checkout-index-index .payment-method .payment-method-title .label[for=hgwgp]:before {
  background: url(/pub/media/payment/giropay.png) no-repeat;
}
.checkout-index-index .payment-method .payment-method-title .label[for=unzer_invoice]:before,
.checkout-index-index .payment-method .payment-method-title .label[for=unzer_invoice_secured]:before {
  background: url(/pub/media/payment/rechnung.png) no-repeat;
}
.checkout-index-index .payment-method .payment-method-title .label[for=checkmo]:before {
  background: url(/pub/media/payment/rechnung_mag.png) no-repeat;
}
.checkout-index-index .payment-method .payment-method-title .label[for=cashondelivery]:before {
  background: url(/pub/media/payment/abholung.png) no-repeat;
}
.checkout-index-index .payment-method .payment-method-title .label[for=purchaseorder]:before {
  background: url(/pub/media/payment/lieferung.png) no-repeat;
}
.checkout-index-index .payment-method .payment-method-title .label[for=stripe_payments]:before {
  background: url(/pub/media/payment/stripe.png) no-repeat;
}
.checkout-index-index .payment-method .payment-method-title .payment-icon {
  display: none;
}
.checkout-index-index .step-title {
  margin-bottom: 15px !important;
  margin-top: 15px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #e3c045;
}
.field-tooltip .field-tooltip-action:before {
  color: #f0f0f0;
  transition: .4s ease;
}
.field-tooltip .field-tooltip-content {
  background: #212122;
  border-color: #212122;
  color: #f1f1f1;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #212122;
}
#checkout #PickupDateCarousel {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  width: calc(100% + 1.25rem);
}
#checkout #PickupDateCarousel .owl-stage {
  transition: 1s ease !important;
}
#checkout #PickupDateCarousel .card.date-selector {
  cursor: pointer;
  background-color: #212122;
  color: #f1f1f1;
  padding: 5px;
  margin: 5px 10px;
  outline: 2px solid #212122;
  transition: .4s ease;
  border-radius: 0;
}
#checkout #PickupDateCarousel .card.date-selector.closed {
  opacity: .5;
  cursor: not-allowed;
}
#checkout #PickupDateCarousel .card.date-selector.selected {
  outline: 2px solid #f0f0f0;
}
#checkout #PickupDateCarousel .owl-dots .owl-dot.active span {
  background: #e3c045;
}
#checkout #PickupDateCarousel .owl-dots .owl-dot span {
  background: #f0f0f0;
}
#checkout #market-select {
  color: #333332 !important;
  background-color: #e3c045 !important;
  border: 0;
  font-weight: 600;
}
#checkout .time-selector {
  display: none;
  color: #333332 !important;
  background-color: #e3c045 !important;
  border: 0;
  font-weight: 600;
}
#checkout .time-selector.active {
  display: block;
}
#checkout #pickupDate {
  display: none;
}
#checkout .opc-sidebar {
  margin: 0;
  color: #f1f1f1 !important;
}
#checkout .opc-sidebar .modal-header {
  border: 0;
  padding: 0;
}
#checkout .opc-sidebar .modal-content {
  background-color: #212122;
  border: 0;
}
#checkout .opc-sidebar .modal-content .mark,
#checkout .opc-sidebar .modal-content .opc-block-summary {
  background-color: #212122;
  color: #f1f1f1;
}
#checkout .opc-sidebar .modal-content .mark .title,
#checkout .opc-sidebar .modal-content .opc-block-summary .title,
#checkout .opc-sidebar .modal-content .mark .mark .value,
#checkout .opc-sidebar .modal-content .opc-block-summary .mark .value {
  color: #f1f1f1;
}
#checkout .opc-sidebar .modal-content .mark .items-in-cart > .title,
#checkout .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title {
  border-color: #f1f1f1;
}
#checkout .opc-sidebar .modal-content .opc-block-shipping-information a {
  color: #f1f1f1 !important;
}
#checkout .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  border-color: #f1f1f1;
  color: #f1f1f1;
  font-size: 1.375rem;
  font-weight: 400;
}
#checkout .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #f1f1f1;
}
#checkout .opc-sidebar .table-totals {
  color: #f1f1f1;
  border: 0;
}
#checkout .opc-sidebar .table-totals .grand .mark,
#checkout .opc-sidebar .table-totals .grand .amount,
#checkout .opc-sidebar .table-totals .totals-tax-summary .mark,
#checkout .opc-sidebar .table-totals .totals-tax-summary .amount {
  border-color: #f1f1f1;
}
#checkout .opc-sidebar .table-totals .totals-tax-summary .amount .price:after {
  top: 6px;
}
#checkout .opc-progress-bar .opc-progress-bar-item._complete:before,
#checkout .opc-progress-bar .opc-progress-bar-item._complete > span:before {
  background: #e3c045;
  border-color: #e3c045;
}
#checkout .opc-progress-bar .opc-progress-bar-item > span {
  color: #f0f0f0 !important;
}
#checkout .opc-progress-bar .opc-progress-bar-item > span:after {
  color: #f0f0f0;
  background: #333333;
}
#checkout .step-title {
  color: #f0f0f0;
}
#checkout .amcard-field-container {
  padding-left: 0;
}
#checkout .amcard-field-container .amcard-title {
  font-size: 1.1rem;
  font-weight: 600;
}
#checkout .amcard-field-container i {
  line-height: 1.42857143;
  vertical-align: middle;
  cursor: pointer;
  color: #e3c045;
}
#checkout .amcard-field-container .amcard-datalist-message {
  display: none;
}
#checkout .amcard-field-container .amcard-codes-list {
  padding-left: 0;
}
#checkout .checkout-payment-method .payment-option-title,
#checkout .checkout-payment-method .payment-method-title {
  border: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 10px;
}
#checkout .checkout-payment-method .payment-option-title .action-toggle,
#checkout .checkout-payment-method .payment-method-title .action-toggle {
  color: #f0f0f0;
  font-size: 1.1rem;
  font-weight: 600;
}
#checkout .checkout-payment-method .payment-option-title .action-toggle:after,
#checkout .checkout-payment-method .payment-method-title .action-toggle:after {
  color: #f0f0f0 !important;
}
#checkout .checkout-payment-method .checkout-billing-address .billing-address-details,
#checkout .checkout-payment-method .payment-option-content,
#checkout .checkout-payment-method .payment-method-content {
  padding: 0;
}
#checkout .checkout-payment-method .checkout-billing-address .billing-address-details button.action.action-edit-address,
#checkout .checkout-payment-method .payment-option-content button.action.action-edit-address,
#checkout .checkout-payment-method .payment-method-content button.action.action-edit-address {
  background-color: #e3c045;
  color: #333332;
  border-color: #e3c045;
  font-size: .8rem;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.625rem;
}
#checkout .form-discount input {
  height: 2.5rem;
}
.opc-estimated-wrapper {
  background-color: #212122;
  color: #f1f1f1;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  display: none;
}
.opc-wrapper .action-select-shipping-item {
  background: #333333;
  border-color: #e3c045;
  color: #f0f0f0;
  padding: 0.25rem 0.625rem;
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-weight: normal;
  float: left;
}
.opc-wrapper .shipping-address-item.not-selected-item {
  border-bottom: 0;
}
.opc-wrapper .shipping-address-item.not-selected-item {
  padding-top: 0;
  padding-bottom: 0;
}
.opc-wrapper .methods-shipping {
  padding-top: 0;
}
.cart.table-wrapper .cart thead tr th.col {
  padding-top: 15px;
  text-align: left;
}
.cart.table-wrapper .col.qty label {
  margin-bottom: 0;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: 0;
}
.cart.table-wrapper .col.qty .unit {
  margin-left: 5px;
}
.cart.table-wrapper .col.subtotal .price-including-tax .price {
  font-size: 1.5rem;
  color: #f0f0f0;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 2rem;
  margin-top: -2rem;
  padding-bottom: 0;
}
.checkout-cart-index .custom-dropdown-select {
  position: relative;
}
.checkout-cart-index .custom-dropdown-select input {
  position: relative;
  z-index: 3;
  padding-right: 2px;
  height: 32px !important;
  width: 45px !important;
}
.checkout-cart-index .custom-dropdown-select .unit-wrapper {
  background-color: #ffffff;
  margin-right: 20px;
  border-right: 1px solid #333334;
  padding-right: 10px;
  z-index: 3;
  position: relative;
}
.checkout-cart-index .custom-dropdown-select .unit-wrapper .unit {
  color: #333334;
  position: relative;
  z-index: 3;
}
.checkout-cart-index .custom-dropdown-select select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.checkout-cart-index .custom-dropdown-select input,
.checkout-cart-index .custom-dropdown-select select {
  border: 0 !important;
}
.checkout-cart-index .custom-dropdown-select input:focus,
.checkout-cart-index .custom-dropdown-select select:focus {
  outline: none;
  box-shadow: none;
}
.checkout-cart-index .qty-input-wrapper {
  display: flex;
  background-color: #ffffff;
  border: 1px solid #212122;
}
.checkout-cart-index .qty-input-wrapper input {
  width: 45px !important;
}
.checkout-cart-index .qty-input-wrapper .qty {
  border: 0 !important;
}
.checkout-cart-index .qty-input-wrapper .unit {
  color: #333334;
  padding-right: 10px;
}
.checkout-cart-index .cart.table-wrapper #shopping-cart-table .actions-toolbar > .action-edit:before,
.checkout-cart-index .cart.table-wrapper #shopping-cart-table .actions-toolbar > .action-delete:before,
.checkout-cart-index .product-item-name a,
.checkout-cart-index #shopping-cart-table {
  color: #f0f0f0 !important;
}
.checkout-cart-index .cart-summary {
  color: #f1f1f1;
  background-color: #212122;
}
.checkout-cart-index .cart-summary .table {
  color: #f1f1f1;
}
.checkout-cart-index .cart-summary #block-shipping {
  display: none;
}
.checkout-cart-index .cart-summary .mark,
.checkout-cart-index .cart-summary mark {
  background-color: #212122;
}
.checkout-cart-index .cart-summary > .title {
  font-size: 1.8rem;
  font-weight: normal;
}
.checkout-cart-index .cart-summary .cart-totals .grand .amount,
.checkout-cart-index .cart-summary .cart-totals .grand .mark {
  font-size: 1.4rem;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  font-size: 1.3rem;
  font-weight: 600;
}
.checkout-cart-index .item-options-title {
  font-weight: 600;
}
.checkout-cart-index .amcard-datalist-message {
  display: none;
}
.hgw-index-index #payment_iframe {
  background-color: #fff !important;
  padding: .975rem;
}
@media (min-width: 991px) {
  .cart-summary {
    width: 35%;
  }
  .cart-container .form-cart {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .checkout-cart-index .table.items .col {
    text-align: left !important;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name {
    font-size: 1.1rem;
    font-weight: 600;
  }
  .checkout-index-index .nav-toggle {
    display: block;
  }
  .checkout-index-index .page-header .header.content .block-search .label:before {
    margin-right: 0;
  }
  .checkout-index-index .header-actions .minicart-wrapper {
    display: none;
  }
  #checkout .step-title {
    padding: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-payment-method .payment-methods .payment-option {
    margin: 0;
  }
}
#block-discount-heading {
  margin-bottom: 0.5rem;
}
#discount-coupon-form .action.primary {
  box-shadow: none;
  padding: 4px 15px;
}
.payment-option.discount-code .payment-option-title {
  cursor: default;
}
.payment-option.discount-code .payment-option-title #block-discount-heading:after {
  display: none !important;
}
.payment-option.discount-code .payment-option-content {
  display: block !important;
}
.payment-option.discount-code .payment-option-content #discount-form .action {
  box-shadow: none !important;
  padding: 6px 19px !important;
  background: #e3c045 !important;
  border-color: #e3c045 !important;
  border-radius: 0;
  font-size: .875rem;
}
.amgcard-datalist-container .action.primary {
  padding-left: 19px !important;
  padding-right: 19px !important;
}
.message.global.cookie {
  z-index: 11;
  box-shadow: 0 0.5rem 1rem 5px rgba(0, 0, 0, 0.15) !important;
  background-color: #333333;
  color: #f0f0f0;
}
.message.global.cookie .actions {
  text-align: right;
}
.message.global.cookie a,
.message.global.cookie a:hover {
  color: #e3c045;
}
.block-collapsible-nav .content {
  background-color: #212122 !important;
}
.block-collapsible-nav .content .nav {
  display: inherit;
}
.block-collapsible-nav .content .nav .item a,
.block-collapsible-nav .content .nav .item strong {
  background-color: #212122 !important;
  color: #f1f1f1 !important;
}
.block-collapsible-nav .content .nav .item.current > strong {
  border-color: #e3c045;
}
.block-collapsible-nav .content .nav .item .delimiter {
  border-color: #e3c045;
  margin: 15px;
}
.customer-address-index .block-title strong,
.customer-account-index .block-title strong,
.customer-account-edit .block-title strong,
.customer-address-form .block-title strong {
  font-size: 1.5rem;
  font-weight: 400;
}
.customer-address-index legend.legend,
.customer-account-index legend.legend,
.customer-account-edit legend.legend,
.customer-address-form legend.legend {
  border: 0 !important;
  margin-bottom: 0 !important;
}
.customer-address-index legend.legend span,
.customer-account-index legend.legend span,
.customer-account-edit legend.legend span,
.customer-address-form legend.legend span {
  font-size: 1.5rem;
  font-weight: 400;
}
.customer-address-index .abs-account-block-font-size,
.customer-account-index .abs-account-block-font-size,
.customer-account-edit .abs-account-block-font-size,
.customer-address-form .abs-account-block-font-size,
.customer-address-index .block-addresses-list address,
.customer-account-index .block-addresses-list address,
.customer-account-edit .block-addresses-list address,
.customer-address-form .block-addresses-list address,
.customer-address-index .box-billing-address .box-content,
.customer-account-index .box-billing-address .box-content,
.customer-account-edit .box-billing-address .box-content,
.customer-address-form .box-billing-address .box-content,
.customer-address-index .box-shipping-address .box-content,
.customer-account-index .box-shipping-address .box-content,
.customer-account-edit .box-shipping-address .box-content,
.customer-address-form .box-shipping-address .box-content,
.customer-address-index .box-address-billing .box-content,
.customer-account-index .box-address-billing .box-content,
.customer-account-edit .box-address-billing .box-content,
.customer-address-form .box-address-billing .box-content,
.customer-address-index .box-address-shipping .box-content,
.customer-account-index .box-address-shipping .box-content,
.customer-account-edit .box-address-shipping .box-content,
.customer-address-form .box-address-shipping .box-content,
.customer-address-index .box-information .box-content,
.customer-account-index .box-information .box-content,
.customer-account-edit .box-information .box-content,
.customer-address-form .box-information .box-content,
.customer-address-index .block-balance-giftcard .block-content,
.customer-account-index .block-balance-giftcard .block-content,
.customer-account-edit .block-balance-giftcard .block-content,
.customer-address-form .block-balance-giftcard .block-content,
.customer-address-index .block-reviews-dashboard .product-name,
.customer-account-index .block-reviews-dashboard .product-name,
.customer-account-edit .block-reviews-dashboard .product-name,
.customer-address-form .block-reviews-dashboard .product-name {
  font-size: 1rem;
}
.customer-address-index .box .box-title,
.customer-account-index .box .box-title,
.customer-account-edit .box .box-title,
.customer-address-form .box .box-title {
  margin: 10px 0 0 !important;
}
.customer-address-index .box .box-title span,
.customer-account-index .box .box-title span,
.customer-account-edit .box .box-title span,
.customer-address-form .box .box-title span {
  font-size: 1rem !important;
  font-weight: 600;
}
.customer-address-index .box .box-title span:after,
.customer-account-index .box .box-title span:after,
.customer-account-edit .box .box-title span:after,
.customer-address-form .box .box-title span:after {
  content: ':';
}
.customer-address-index .table-wrapper.additional-addresses,
.customer-account-index .table-wrapper.additional-addresses,
.customer-account-edit .table-wrapper.additional-addresses,
.customer-address-form .table-wrapper.additional-addresses,
.customer-address-index .table-wrapper.orders-recent,
.customer-account-index .table-wrapper.orders-recent,
.customer-account-edit .table-wrapper.orders-recent,
.customer-address-form .table-wrapper.orders-recent {
  border: 0;
  margin-top: 0;
}
.customer-address-index .table-wrapper.additional-addresses .table,
.customer-account-index .table-wrapper.additional-addresses .table,
.customer-account-edit .table-wrapper.additional-addresses .table,
.customer-address-form .table-wrapper.additional-addresses .table,
.customer-address-index .table-wrapper.orders-recent .table,
.customer-account-index .table-wrapper.orders-recent .table,
.customer-account-edit .table-wrapper.orders-recent .table,
.customer-address-form .table-wrapper.orders-recent .table {
  margin-top: 15px;
  color: #f0f0f0;
}
.customer-address-index .table-wrapper.additional-addresses .table .col,
.customer-account-index .table-wrapper.additional-addresses .table .col,
.customer-account-edit .table-wrapper.additional-addresses .table .col,
.customer-address-form .table-wrapper.additional-addresses .table .col,
.customer-address-index .table-wrapper.orders-recent .table .col,
.customer-account-index .table-wrapper.orders-recent .table .col,
.customer-account-edit .table-wrapper.orders-recent .table .col,
.customer-address-form .table-wrapper.orders-recent .table .col {
  width: auto;
}
.customer-address-index .table-wrapper.additional-addresses .table .col.actions .action.delete,
.customer-account-index .table-wrapper.additional-addresses .table .col.actions .action.delete,
.customer-account-edit .table-wrapper.additional-addresses .table .col.actions .action.delete,
.customer-address-form .table-wrapper.additional-addresses .table .col.actions .action.delete,
.customer-address-index .table-wrapper.orders-recent .table .col.actions .action.delete,
.customer-account-index .table-wrapper.orders-recent .table .col.actions .action.delete,
.customer-account-edit .table-wrapper.orders-recent .table .col.actions .action.delete,
.customer-address-form .table-wrapper.orders-recent .table .col.actions .action.delete {
  color: #e3c045;
}
.customer-address-index .table-wrapper.additional-addresses .table thead th,
.customer-account-index .table-wrapper.additional-addresses .table thead th,
.customer-account-edit .table-wrapper.additional-addresses .table thead th,
.customer-address-form .table-wrapper.additional-addresses .table thead th,
.customer-address-index .table-wrapper.orders-recent .table thead th,
.customer-account-index .table-wrapper.orders-recent .table thead th,
.customer-account-edit .table-wrapper.orders-recent .table thead th,
.customer-address-form .table-wrapper.orders-recent .table thead th {
  border-bottom: 0;
}
.customer-address-index .table-wrapper.additional-addresses .table .state,
.customer-account-index .table-wrapper.additional-addresses .table .state,
.customer-account-edit .table-wrapper.additional-addresses .table .state,
.customer-address-form .table-wrapper.additional-addresses .table .state,
.customer-address-index .table-wrapper.orders-recent .table .state,
.customer-account-index .table-wrapper.orders-recent .table .state,
.customer-account-edit .table-wrapper.orders-recent .table .state,
.customer-address-form .table-wrapper.orders-recent .table .state {
  display: none;
}
.password-strength-meter {
  color: #000 !important;
}
.password-strength-meter:before {
  width: 100% !important;
}
.sales-order-view .table {
  color: #f0f0f0;
}
.sales-order-view .table tfoot td,
.sales-order-view .table .mark {
  background-color: #333333;
}
.sales-order-view .table .col.subtotal .price-including-tax,
.sales-order-view .table .col.subtotal .price-including-tax .price,
.sales-order-view .table .col.price .price-including-tax {
  font-size: 1rem;
  line-height: inherit;
  font-weight: 600;
  color: #f0f0f0;
}
.sales-order-view .order-links .item strong {
  background: #333333;
  color: #f0f0f0;
  border-color: #f0f0f0;
}
.sales-order-view .block-title strong {
  font-size: 1.5rem;
  font-weight: 400;
}
.sales-order-view .box-title {
  margin: 10px 0 !important;
}
.sales-order-view .box-title span {
  font-size: 1.2rem !important;
  font-weight: 400;
}
.sales-order-view .block-order-details-view {
  margin-bottom: 0 !important;
}
.sales-order-view .action.print {
  display: none;
}
.sales-order-history .table {
  color: #f0f0f0;
}
.sales-order-history .table .td,
.sales-order-history .table .th {
  border-color: #f0f0f0;
}
.sales-order-history .table thead th {
  border-bottom: 0;
}
.block-collapsible-nav .item.current a {
  border-color: #e3c045;
}
button.captcha-reload {
  background-color: #333333 !important;
  color: #f0f0f0 !important;
  border: 1px solid #f0f0f0 !important;
  font-size: .8rem;
}
@media only screen and (max-width: 639px) {
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    border: 1px solid;
    padding: 10px;
    margin-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td {
    border: 0 !important;
    padding: 5px 10px !important;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before {
    color: #f0f0f0;
  }
}
body .page-wrapper footer {
  background-color: #212122;
  color: #f1f1f1;
  padding-bottom: 1.5rem;
}
body .page-wrapper footer .content {
  padding-top: 1.5rem;
}
body .page-wrapper footer li a,
body .page-wrapper footer .nav-link {
  color: #f1f1f1;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  color: #e3c045 !important;
}
form[data-hasrequired]:after {
  content: attr(data-hasrequired);
  color: #e3c045;
}
.password-strength-meter {
  color: #333333;
}
legend {
  font-size: 1rem;
}
.password-strength-meter,
select,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background-color: #fff;
  color: #333334;
  border-color: #212122 !important;
}
.toolbar select {
  color: #333332;
  background-color: #e3c045 !important;
  box-shadow: none !important;
}
body select {
  padding: 5px 5px 7px;
  background-image: none;
  height: auto;
  text-indent: 0;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: url("../images/select-bg.svg") #ffffff no-repeat 100% 50% !important;
  padding-right: 30px !important;
}
select:-internal-autofill-selected,
input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  border-color: #e3c045 !important;
  box-shadow: 0 0 3px 1px #e3c045;
}
div.mage-error[generated] {
  color: #f0f0f0 !important;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  height: 35px;
}
body {
  background-color: #333333 !important;
  color: #f0f0f0 !important;
}
.page-wrapper .nav-sections {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.page-wrapper .nav-sections .navigation .submenu {
  text-align: left;
}
.page-header {
  background-color: #212122;
  margin-bottom: 2rem;
}
.page-header .banderole {
  background-color: #333332;
  color: #e3c045;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5rem;
  font-weight: 600;
}
.page-header .panel.wrapper {
  background-color: #e3c045;
  border: none !important;
}
.page-header .panel.wrapper .panel.header {
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
}
.page-header .panel.wrapper .panel.header #toggleStoresPopup,
.page-header .panel.wrapper .panel.header .topmenu {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.page-header .panel.wrapper .panel.header a {
  color: #333332;
  font-size: 1rem;
  font-weight: 600;
}
.page-header .panel.wrapper .panel.header .header.links {
  margin: 0;
}
.page-header .panel.wrapper .panel.header .header.links a.contact-url:before {
  content: '\f086';
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  margin-right: 5px;
}
.page-header .panel.wrapper .panel.header .shipping-infos .info {
  color: #333332;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
}
.page-header .panel.wrapper .panel.header .shipping-infos .info:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #333332;
  opacity: .5;
}
.page-header .panel.wrapper .panel.header .shipping-infos .info:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #333332;
  opacity: .5;
}
.page-header .panel.wrapper .panel.header .shipping-infos .info i {
  font-size: 1rem;
  padding-right: 0.625rem;
}
.page-header .panel.wrapper .panel.header:before {
  display: none;
}
.page-header .header.content {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}
.page-header .header.content .nav-toggle {
  position: static;
  margin-left: 1.5rem;
  order: 3;
}
.page-header .header.content .nav-toggle:before {
  color: #f1f1f1;
  font-size: 33px;
}
.page-header .header.content .inner-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 2rem;
}
.page-header .header.content .logo {
  margin: auto auto auto 0;
  max-width: 100%;
}
.page-header .header.content .logo img {
  width: auto;
  max-width: 100%;
  max-height: 7.5rem !important;
  margin: 1rem 0;
}
.page-header .header.content .header-actions {
  padding: 1rem 0;
  display: flex;
  align-items: center;
}
.page-header .header.content .header-actions .account-wrapper {
  position: relative;
  float: right;
  margin-left: 1.875rem;
}
.page-header .header.content .header-actions .account-wrapper button {
  color: #f1f1f1;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.page-header .header.content .header-actions .account-wrapper button i {
  font-size: 1.5rem;
}
.page-header .header.content .header-actions .account-wrapper.active .account-dropdown {
  display: block;
}
.page-header .header.content .header-actions .account-wrapper .account-dropdown {
  margin: 0;
  padding: 10px;
  list-style: none none;
  background: #333333;
  color: #333333;
  border: none;
  margin-top: 5px;
  min-width: 100%;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .header.content .header-actions .account-wrapper .account-dropdown .dropdown-divider,
.page-header .header.content .header-actions .account-wrapper .account-dropdown .dropdown-item {
  display: block;
  color: #f0f0f0;
}
.page-header .header.content .header-actions .account-wrapper .account-dropdown .dropdown-divider:hover,
.page-header .header.content .header-actions .account-wrapper .account-dropdown .dropdown-item:hover {
  background-color: #333333;
}
.page-wrapper > div > .carousel-container {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.checkout-index-index .nav-sections {
  display: block;
}
.page-header .header.content .block-search .control {
  background: #212122 !important;
}
@media (min-width: 991px) {
  .page-wrapper .nav-sections {
    background-color: transparent !important;
  }
}
@media (max-width: 991px) {
  .page-wrapper .nav-sections {
    text-align: left;
  }
  .page-header {
    top: 0;
    z-index: 99;
  }
  .page-header .panel.header:after {
    clear: both;
  }
  .page-header .panel.header:after,
  .page-header .panel.header:before {
    display: table;
    content: '';
  }
  .page-header .panel.header .links,
  .page-header .panel.header .switcher {
    display: inline-block;
  }
  .page-header .panel.header .links {
    margin: 5px 0;
  }
  .page-header .panel.header .links > li {
    margin: 0 5px;
  }
  .page-header .header.content {
    align-items: center;
  }
  .page-header .header.content .logo img {
    max-width: auto;
  }
  .page-header .header.content .header-actions {
    align-items: center;
  }
  .page-header .header.content .header-actions .block-search,
  .page-header .header.content .header-actions .minicart-wrapper {
    margin: 0;
  }
  .page-header .header.content .block-search .label.active + .control {
    left: 0;
    right: 0;
  }
  .page-header .header.content .block-search .control {
    border-top: none;
    margin: 0;
    position: absolute;
    background: #212122;
    top: 100%;
    z-index: 999;
    left: -100%;
    right: 100%;
    transition: .4s ease;
  }
  .page-header .header.content .block-search .control input {
    position: static;
  }
  .page-header .header.content .block-search .label {
    margin: 0;
  }
  .page-header .header.content .block-search .label:before {
    margin-right: 1.3rem;
  }
}
@media (max-width: 640px) {
  .page-header .header.content .logo img {
    max-width: 75%;
  }
}
.page-header .header.content .block-search .label:before {
  color: #f1f1f1;
}
.filter-options-title:after,
.sorter-action:before {
  color: #f0f0f0 !important;
}
.minicart-items .product-item {
  font-size: 1rem;
}
.minicart-items .product-item .price,
.minicart-items .product-item .price-including-tax,
.minicart-items .product-item .price-excluding-tax {
  font-weight: 600;
  font-size: 1rem !important;
}
.minicart-items .product-item .product-item-inner {
  margin: 0;
}
@media (min-width: 1440px) {
  .page-layout-1column .block.widget .products-grid .product-item,
  .catalog-product-view .block.related .product-items .product-item {
    width: calc((100% - 8%) / 5);
    margin-left: 2% !important;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1),
  .catalog-product-view .block.related .product-items .product-item:nth-child(5n + 1) {
    margin-left: 0 !important;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  .page-layout-1column .block.widget .products-grid .product-item,
  .catalog-product-view .block.related .product-items .product-item,
  .page-products .products-grid .product-item {
    width: calc((100% - 4%) / 3);
    margin-left: 2% !important;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1),
  .catalog-product-view .block.related .product-items .product-item:nth-child(3n + 1),
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .page-layout-1column .block.widget .products-grid .product-item,
  .catalog-product-view .block.related .product-items .product-item,
  .page-products .products-grid .product-item {
    width: calc((100% - 2%) / 2) !important;
    margin-left: 2% !important;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(2n + 1),
  .catalog-product-view .block.related .product-items .product-item:nth-child(2n + 1),
  .page-products .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
}
@media (max-width: 640px) {
  .product-items {
    margin: 0 -0.625rem !important;
  }
  .product-items .product .product-item-amount {
    flex: 1;
  }
  .product-items .product .price-information-wrapper {
    flex: 2;
  }
  .price-box .old-price .price {
    margin-right: 0;
  }
}
.loading-mask .loader > img {
  width: 100px;
}
.page.messages .messages .message,
.message-success.success.message {
  color: #f1f1f1;
  background-color: #212122 !important;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.page.messages .messages .message.success > *:first-child:before,
.message-success.success.message.success > *:first-child:before,
.page.messages .messages .message.success a,
.message-success.success.message.success a {
  color: #3fa236;
}
.page.messages .messages .message.info > *:first-child:before,
.message-success.success.message.info > *:first-child:before,
.page.messages .messages .message.error > *:first-child:before,
.message-success.success.message.error > *:first-child:before,
.page.messages .messages .message.info a,
.message-success.success.message.info a,
.page.messages .messages .message.error a,
.message-success.success.message.error a {
  color: #e02b27;
}
.page.messages .messages .message > *:first-child:before,
.message-success.success.message > *:first-child:before {
  top: 0;
  bottom: 0;
  width: auto;
  margin: 0 10px 0;
  display: flex;
  align-items: center;
}
.message.info {
  color: #f1f1f1;
  background-color: #212122 !important;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.message.info *:first-child:before {
  color: #e02b27;
  margin: -8px 0 0;
}
.message.notice > *:first-child:before {
  color: #e02b27;
  margin: -8px 0 0;
}
.message.notice {
  color: #f1f1f1;
  background-color: #212122 !important;
}
.minicart-wrapper {
  margin-left: 1.4rem;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  border-radius: 100%;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0;
  margin: 0;
  background: #e3c045;
  color: #333332;
  font-weight: 600;
}
.minicart-wrapper .action.showcart:before {
  content: "\f07a" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  color: #f1f1f1 !important;
}
.minicart-wrapper .actions .secondary a {
  color: #f1f1f1;
}
.minicart-items .product-item-details {
  padding-left: 100px;
}
.minicart-items .product-item-name {
  font-weight: 600;
}
.minicart-items-wrapper img {
  padding-right: 0.625rem;
}
.minicart-wrapper::before {
  transition: all 0.25s;
  opacity: 0;
  z-index: 11 !important;
}
.minicart-wrapper .ui-dialog.ui-widget.ui-widget-content {
  display: block !important;
}
.minicart-wrapper .block-minicart.ui-widget-content {
  margin: 0;
  border: 0;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  background: #212122;
  color: #f1f1f1;
  min-width: initial;
  padding: 0;
  z-index: 9999;
  display: block;
  transition: all 0.25s;
  overflow: hidden;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper {
  height: 100%;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content {
  display: grid;
  grid-template-areas: "header" "items" "subtotal" "tocart" "tocheckout";
  grid-template-columns: 100%;
  grid-template-rows: 40px 1fr 40px 55px 55px;
  height: 100%;
  padding-bottom: 3rem;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .minicart-items-wrapper {
  grid-area: items;
  height: initial !important;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .subtotal {
  grid-area: subtotal;
  display: flex;
  justify-content: space-between;
  padding: .5rem 1rem;
  margin: 0;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content > .actions {
  float: right;
  grid-area: tocheckout;
  margin: 0;
  margin-top: 0;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content > .actions .primary {
  margin: 0 1rem 1rem 1rem;
  background-color: #e3c045 !important;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content > .actions .primary #top-cart-btn-checkout {
  padding: 1rem;
  margin: 0;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .minicart-items-wrapper + .actions {
  grid-area: tocart;
  order: 5;
  margin: 0;
  padding: 0 1rem;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .minicart-items-wrapper + .actions .action.viewcart {
  border: 1px solid #e3c045;
  display: block;
  padding: 1rem;
  line-height: 2.2rem;
  text-decoration: none;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content #btn-minicart-close {
  position: static;
  width: 100%;
  text-align: left;
  padding: 1rem;
  height: auto;
  background: none;
  border: 0;
  color: #f1f1f1;
  outline: none;
  font-size: 1rem;
  opacity: 1;
  display: flex;
  align-items: center;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content #btn-minicart-close::before {
  display: none;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content #btn-minicart-close span {
  position: static;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .items-total {
  display: none;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .minicart-items-wrapper {
  margin: 0;
  padding: 1rem;
  text-align: left;
  background: #212122;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item {
  padding: 1rem 0;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item button,
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item input {
  background-color: #f0f0f0;
  color: #333333;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .action:before {
  color: #f1f1f1;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item a {
  color: #f1f1f1;
}
.minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product .toggle:after {
  color: #f1f1f1;
}
.minicart-wrapper.active::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: #333333;
  opacity: .8 !important;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.minicart-wrapper.active .block-minicart.ui-widget-content {
  right: 0;
}
@media all and (min-width: 640px) {
  .minicart-wrapper .block-minicart.ui-widget-content {
    max-width: 350px;
  }
  .minicart-wrapper .block-minicart.ui-widget-content #minicart-content-wrapper .block-content {
    padding-bottom: 0;
  }
}
.modal-popup {
  display: flex;
  align-items: center;
  color: #f0f0f0;
}
.modal-popup .modal-title {
  font-weight: 600;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer,
.modal-popup .modal-title {
  border: none !important;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  border-radius: 0;
  background-color: #333333;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.modal-popup .modal-header {
  padding-top: 1.5rem;
  padding-bottom: 0;
}
.modal-popup .modal-footer {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.modal-popup .modal-content {
  padding-bottom: 0;
}
.modal-popup .action-primary {
  background-color: #e3c045 !important;
}
.modal-popup .action-close {
  height: 14px;
  z-index: 10;
}
.modal-popup .action-close:before {
  color: #f0f0f0;
}
.modals-overlay {
  background-color: #333333;
  opacity: .8;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #e3c045;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #e3c045;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 0;
  margin-left: 1rem;
  color: #f0f0f0 !important;
}
@media (max-width: 991px) {
  .modal-popup.modal-slide .modal-inner-wrap {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: 100%;
  }
}
#store-selector .form-continue .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .secondary .action.secondary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  font-size: 1rem;
  line-height: 1 !important;
}
.message.global.demo {
  display: none;
}
.page-layout-checkout .message.global.demo {
  display: block;
}
.filter-options-content a {
  color: #f0f0f0;
}
.page-main {
  padding-bottom: 1.5rem;
}
.table {
  color: #f0f0f0;
}
@media (min-width: 991px) and (max-width: 1440px) {
  .page-layout-2columns-left .column.main {
    width: 70%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 30%;
  }
}
.filter.active .filter-options {
  background: #333333;
  padding: 1rem;
  cursor: pointer;
}
.filter .filter-title strong {
  cursor: pointer;
}
.inner-wrapper .nav-sections {
  background-color: #212122;
}
.inner-wrapper .nav-sections .nav-sections-item-title {
  width: 50%;
}
.inner-wrapper .nav-sections nav {
  background-color: transparent;
}
.inner-wrapper .nav-sections nav a {
  color: #f1f1f1 !important;
  text-transform: uppercase;
  font-weight: 400;
}
.navigation .parent .level-top:after {
  color: #f1f1f1;
  font-size: 1rem;
}
.navigation .level0 {
  border-color: #333333 !important;
  margin: 0 0.3125rem 0 0;
}
.navigation .level0:last-child {
  margin-right: -1.375rem;
}
.navigation .level0.parent:last-child {
  margin-right: 0;
}
.navigation .level0.has-active > .level-top,
.navigation .level0.active > .level-top,
.navigation .level0 .submenu .active > a {
  border-color: #e3c045;
}
.navigation .level0 .submenu {
  border: none;
  background-color: #212122;
}
.navigation .level0 .submenu a {
  transition: .4s ease;
}
.navigation .level0 .submenu a:hover {
  background: inherit;
  opacity: .8;
}
.navigation .level0 > .level-top {
  padding-right: 0.75rem !important;
}
.navigation .level0 > .level-top .ui-menu-icon {
  right: -0.1875rem !important;
  top: -0.0625rem !important;
}
.navigation ul:focus .ui-state-active:not(:hover) {
  text-decoration: underline !important;
}
@media (min-width: 991px) {
  .nav-sections {
    padding-top: 0.9375rem;
  }
  #dm\.account {
    display: none !important;
  }
}
.nav-sections-item-title {
  background-color: #333333;
  border: none;
}
.nav-sections-item-title.active a {
  color: #f1f1f1 !important;
}
.nav-sections-item-title a {
  color: #f0f0f0 !important;
}
@media (max-width: 991px) {
  .navigation .level0 {
    font-size: 1rem;
    font-weight: 400;
    border-color: #f0f0f0;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    font-size: 1.2rem;
  }
  .navigation .level0.has-active .all-category .ui-state-focus,
  .navigation .level0.active .all-category .ui-state-focus,
  .navigation .level0.has-active > a:not(.ui-state-active),
  .navigation .level0.active > a:not(.ui-state-active) {
    border-color: #212122;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #212122;
    border-width: 0 0 0 3px;
  }
  .navigation .level0:last-child {
    margin-right: 0;
  }
}
.opc-block-summary {
  background-color: #ffffff;
}
.opc-block-summary > .title {
  padding-bottom: 0;
}
.opc-block-summary .items-in-cart > .title strong {
  font-weight: 400;
}
.opc-block-summary .items-in-cart > .title:after {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.opc-block-summary .minicart-items-wrapper {
  padding-top: 20px;
}
.modal-content {
  border-radius: 0;
}
.opc-progress-bar {
  margin: 0 0 40px;
}
.opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #e3c045;
  border-color: #e3c045;
}
.opc-progress-bar .opc-progress-bar-item._active > span:after {
  border-color: #e3c045;
}
.opc-progress-bar .opc-progress-bar-item._active:before {
  background: #e3c045;
  border-color: #e3c045;
}
.opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 17px;
}
@media (min-width: 991px) {
  .opc-progress-bar-item > span {
    font-size: 1rem;
  }
}
.pages strong.page {
  font-weight: 400;
  background: #212122;
  color: #f1f1f1 !important;
}
.pages .action {
  background: #212122 !important;
  border-color: #212122 !important;
  color: #f0f0f0 !important;
  box-shadow: none;
}
.pages .action.next:before,
.pages .action.previous:before {
  color: #f1f1f1 !important;
}
.pages a.page {
  color: #f0f0f0 !important;
}
.page-main {
  padding-bottom: 2rem;
}
.page-main .column.main {
  padding-bottom: 0;
}
main#maincontent.page-main-full-width {
  padding: 0 1.5rem;
}
[data-content-type='row']:not(:last-of-type) {
  margin-bottom: 3rem;
}
[data-content-type='row'][data-appearance='contained'] {
  max-width: 1520px;
}
[data-content-type='row'][data-appearance='full-bleed'],
[data-content-type='row'][data-appearance='full-width'] {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.pagebuilder-column-line,
.pagebuilder-column-group {
  column-gap: 1.5rem;
}
.pagebuilder-column-line .pagebuilder-column .product-items,
.pagebuilder-column-group .pagebuilder-column .product-items {
  margin-bottom: -1.25rem !important;
}
.pagebuilder-column-line p:last-child,
.pagebuilder-column-group p:last-child {
  margin-bottom: 0;
}
.pagebuilder-column-line ul,
.pagebuilder-column-group ul {
  padding-left: 1rem;
}
.pagebuilder-column-line ul li,
.pagebuilder-column-group ul li {
  padding-left: .75rem;
}
.pagebuilder-column-line ul li::marker,
.pagebuilder-column-group ul li::marker {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e3c045;
}
.pagebuilder-slider .slick-slide > * {
  display: block;
  text-align: center;
}
.pagebuilder-slider .slick-track {
  padding: 0 !important;
}
.pagebuilder-slider .pagebuilder-slide-wrapper {
  position: relative;
  background-image: none !important;
  display: inline-block;
}
.pagebuilder-slider .pagebuilder-slide-wrapper .pagebuilder-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}
.pagebuilder-slider .slick-dots {
  position: absolute;
  bottom: .5rem;
}
.pagebuilder-slider .slick-dots li button {
  background: #333333;
  border: 1px solid #e3c045;
}
.pagebuilder-slider .slick-dots li.slick-active button {
  background: #e3c045;
}
@media (max-width: 991px) {
  .pagebuilder-column-group .pagebuilder-column {
    margin-bottom: 1.5rem;
  }
}
.search-autocomplete .block-search #search {
  border: 0;
  background-color: #f0f0f0;
}
.search-autocomplete dl dd:not(:empty) {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #333333;
  border-color: #212122;
}
.search-autocomplete .product-secondary,
.search-autocomplete dl dt:first-child {
  display: none;
}
.search-autocomplete .product-name {
  font-size: 1rem;
}
.search-autocomplete .product-image-box {
  padding: 0;
}
@media (min-width: 991px) {
  .block-search {
    width: 300px;
  }
}
.carousel-container .owl-dots {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}
.carousel-container .owl-dots .owl-dot span {
  background: #333333;
  border: 1px solid #e3c045;
}
.carousel-container .owl-dots .owl-dot.active span,
.carousel-container .owl-dots .owl-dot:hover span {
  background: #e3c045;
}
.carousel-container .owl-nav {
  display: none;
}
.kontakt-index-index #stores .store {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #e3c045;
}
.kontakt-index-index #stores .store .leaflet-container {
  z-index: 0;
}
#store-switcher-popup .switcher-row {
  margin-left: -15px;
  margin-right: -15px;
}
#store-switcher-popup .switcher-row .switcher-option {
  width: 17.75rem;
  padding: 0 0.9375rem;
}
#store-switcher-popup .switcher-row .switcher-option.active a {
  background-color: #e3c045;
  color: #333332;
  border: 1px solid #e3c045;
}
#store-switcher-popup .switcher-row .switcher-option a {
  background-color: #333333;
  color: #f0f0f0;
  border: 1px solid #f0f0f0;
  transition: .4s ease;
}
#store-switcher-popup .switcher-row .switcher-option a:hover {
  background-color: #e3c045;
  color: #333332;
  border: 1px solid #e3c045;
}
#store-switcher-popup .switcher-row .switcher-option a .openhours {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#store-switcher-popup .switcher-row .switcher-option a .openhours ul {
  list-style-type: none;
  padding-left: 1rem;
}
#store-switcher-popup .switcher-row .switcher-option a .openhours ul li {
  margin: 0;
}
.store-switcher-popup {
  justify-content: center;
}
.store-switcher-popup .modal-inner-wrap {
  width: auto;
  max-width: 75%;
  left: unset;
  right: unset;
  background-color: #333333 !important;
  color: #f0f0f0;
}
#toggleStoresPopup a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .store-switcher-popup h1,
  .store-switcher-popup .h1 {
    font-size: 1.4rem !important;
  }
  .store-switcher-popup.modal-slide {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .store-switcher-popup .modal-inner-wrap {
    max-width: 100%;
    margin-left: auto !important;
    color: #f1f1f1;
  }
  .store-switcher-popup .modal-content {
    overflow: visible;
  }
  .store-switcher-popup .modal-content .switcher-option {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .store-switcher-popup .modal-content .switcher-option img {
    display: none;
  }
}
.table-checkout-shipping-method .row {
  margin: 0;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.opc-wrapper .methods-shipping {
  background: inherit;
}
.unzerUI.form .field > label,
.unzerChoices,
.unzerUI {
  color: #f0f0f0 !important;
}
.slick-track {
  padding: 0.15rem !important;
}
.googlereviews-widget-item-wrapper {
  margin-right: 1rem !important;
  border-radius: 0 !important;
}
.googlereviews-widget-item-wrapper:first-child {
  margin-left: 1rem !important;
}
.slick-slide {
  margin-bottom: 0 !important;
}
.googlereviews-widget-slider .googlereviews-widget-item .rating-summary .rating-result > span::before {
  color: #333332 !important;
}
.googlereviews-widget-item-wrapper {
  background-color: #e3c045 !important;
  color: #333332 !important;
}
.googlereviews-widget-item-wrapper .comment .long {
  font-size: 1rem !important;
}
.googlereviews-widget-slider .googlereviews-widget-item_top > span,
.googlereviews-widget-slider .name {
  opacity: 1 !important;
}
.googlereviews-widget-slider .slick-next::before {
  transform: none !important;
  content: "\e608" !important;
  font-family: 'luma-icons' !important;
  width: auto !important;
  padding: 0 !important;
}
.googlereviews-widget-slider .slick-prev::before {
  transform: none !important;
  content: "\e617" !important;
  font-family: 'luma-icons' !important;
  width: auto !important;
  padding: 0 !important;
}
.rating-result::before {
  opacity: 0.25;
  color: #333332 !important;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: none !important;
}
.slick-prev,
.slick-next {
  display: block;
  border: 0.25rem solid #f1f1f1;
  height: 100% !important;
  border-radius: 0 !important;
  margin: 0 !important;
  width: auto !important;
}
.rating-summary .rating-result > span::before {
  color: #f0f0f0 !important;
}
@media (max-width: 767px) {
  .googlereviews-widget-slider {
    display: none;
  }
  .googlereviews-widget-plain {
    display: none;
  }
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-color: #212122 !important;
}
.col-mp {
  padding: 0 !important;
}
.page-header {
  position: relative;
  z-index: 1;
}
#maincontent {
  position: relative;
  z-index: 0;
}
