@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,700&display=swap.less');
/**
 * 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.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/* 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";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../../../../frontend/Magento/blank/de_DE/Dibs_EasyCheckout/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none !important;
  outline: none !important;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: white;
  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: -5px;
  z-index: 9;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: url("../../../../../frontend/Magento/blank/de_DE/Dibs_EasyCheckout/images/left-arrow.svg");
}
[dir="rtl"] .slick-prev:before {
  content: url("../../../../../frontend/Magento/blank/de_DE/Dibs_EasyCheckout/images/right-arrow.svg");
}
.slick-next {
  right: -5px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: url("../../../../../frontend/Magento/blank/de_DE/Dibs_EasyCheckout/images/right-arrow.svg");
}
[dir="rtl"] .slick-next:before {
  content: url("../../../../../frontend/Magento/blank/de_DE/Dibs_EasyCheckout/images/left-arrow.svg");
}
/* 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;
}
.dibs-btn {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.dibs-btn:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
.dibs-btn:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.dibs-white__backdrop {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px;
}
.dibs-heading {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
.dibs-table-align {
  width: calc(100% - 205px);
  left: 205px;
  position: relative;
}
.radio,
.radio:checked:after {
  border-radius: 50% !important;
}
.checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  border: 1px solid #d1d1d1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
.checkbox:checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  background: #0094cf url("../../../../../frontend/Magento/blank/de_DE/Dibs_EasyCheckout/images/checkmark.svg") no-repeat 50% 50%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-color: #0094cf;
}
.dibs_easy_checkout-index-index {
  -webkit-font-smoothing: antialiased;
}
.dibs_easy_checkout-index-index .page-title-wrapper,
.dibs_easy_checkout-index-index .nav-toggle {
  display: none;
}
.dibs_easy_checkout-index-index .page-header {
  background-color: #ffffff;
}
.dibs_easy_checkout-index-index .page-wrapper {
  background-color: #e5e5e5;
}
#dibs_easy_checkoutSidebar {
  font-family: 'Source Sans Pro', sans-serif;
  color: #444444;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-cart #dibs-easy-checkout-cart-heading {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-cart #dibs-easy-checkout-cart-heading span.counter:before {
  content: "";
  display: inline-block;
  border: 2px solid #000000;
  vertical-align: middle;
  padding: 0 4px;
  margin: 0 2px;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-cart #dibs-easy-checkout-cart-heading span.dibs-payment-methods__img img {
  vertical-align: bottom;
  float: right;
}
#dibs_easy_checkoutSidebar #dibs-easy-checkout_cart {
  border-top: 1px solid #d1d1d1;
  display: inline-block;
  width: 100%;
}
#dibs_easy_checkoutSidebar .load.indicator {
  position: fixed !important;
}
#dibs_easy_checkoutSidebar .load.indicator:before {
  background: transparent url("../../../../../frontend/Magento/blank/de_DE/Dibs_EasyCheckout/images/ajax-loader.gif") no-repeat 50% 50%;
}
#dibs_easy_checkoutSidebar input:not(.qty),
#dibs_easy_checkoutSidebar select,
#dibs_easy_checkoutSidebar textarea {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
#dibs_easy_checkoutSidebar input:not(.qty),
#dibs_easy_checkoutSidebar select:not(.qty) {
  height: 50px;
}
#dibs_easy_checkoutSidebar input[type='checkbox'],
#dibs_easy_checkoutSidebar select[type='checkbox'] {
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  border: 1px solid #d1d1d1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
#dibs_easy_checkoutSidebar input[type='checkbox']:checked:after,
#dibs_easy_checkoutSidebar select[type='checkbox']:checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  background: #0094cf url("../../../../../frontend/Magento/blank/de_DE/Dibs_EasyCheckout/images/checkmark.svg") no-repeat 50% 50%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-color: #0094cf;
}
#dibs_easy_checkoutSidebar input[type='radio'],
#dibs_easy_checkoutSidebar select[type='radio'] {
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  border: 1px solid #d1d1d1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
#dibs_easy_checkoutSidebar input[type='radio'],
#dibs_easy_checkoutSidebar select[type='radio'],
#dibs_easy_checkoutSidebar input[type='radio']:checked:after,
#dibs_easy_checkoutSidebar select[type='radio']:checked:after {
  border-radius: 50% !important;
}
#dibs_easy_checkoutSidebar input[type='radio']:checked:after,
#dibs_easy_checkoutSidebar select[type='radio']:checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  background: #0094cf url("../../../../../frontend/Magento/blank/de_DE/Dibs_EasyCheckout/images/checkmark.svg") no-repeat 50% 50%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-color: #0094cf;
}
#dibs_easy_checkoutSidebar h4[role="heading"] {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin-top: 0;
}
#dibs_easy_checkoutSidebar h4[role="heading"] .total-currency {
  float: right;
  padding-left: 5px;
}
#dibs_easy_checkoutSidebar h4[role="heading"] .total-title {
  float: right;
  padding-right: 10px;
}
#dibs_easy_checkoutSidebar h4[role="heading"] .total-amount {
  float: right;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset {
  position: relative;
  display: flex;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .field {
  flex: 1;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset input {
  border-right: none !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.apply.primary,
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.cancel.primary,
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.apply.primary:hover,
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.cancel.primary:hover {
  background: transparent;
  border: 1px solid #d1d1d1;
  color: #0094cf;
  height: 50px;
  border-left: none !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.grand-total .total-info {
  color: #888888;
}
#dibs_easy_checkoutSidebar .slick-slide:not(.slick-active) {
  position: relative;
  opacity: .7;
}
#dibs_easy_checkoutSidebar .slick-slide:not(.slick-active):after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
#dibs-checkout-iframe {
  vertical-align: bottom;
}
.different-checkout-link {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #ffffff;
}
.different-checkout-link a {
  color: #0094cf;
}
table.dibs-easy-checkout-review th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}
table.dibs-easy-checkout-review th,
table.dibs-easy-checkout-review td {
  vertical-align: middle;
}
table.dibs-easy-checkout-review th.qty,
table.dibs-easy-checkout-review td.qty {
  text-align: center !important;
}
table.dibs-easy-checkout-review td.qty div.qty {
  display: flex;
}
table.dibs-easy-checkout-review td.qty .remove-product {
  display: inline-flex;
  align-items: center;
}
table.dibs-easy-checkout-review td.qty .remove-product span {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  margin-right: 40px;
  display: block;
  line-height: 26px;
  font-weight: 200;
}
table.dibs-easy-checkout-review td.qty span.qty {
  display: flex;
}
table.dibs-easy-checkout-review td.qty span.qty input {
  border-left: 0 !important;
  border-right: 0 !important;
  border: 1px solid #d1d1d1;
  width: 50px;
  height: 40px;
  text-align: center;
}
table.dibs-easy-checkout-review td.qty span.qty input:not([disabled]):focus {
  box-shadow: none;
}
table.dibs-easy-checkout-review td.qty span.qty .input-number-increment,
table.dibs-easy-checkout-review td.qty span.qty .input-number-decrement {
  height: 38px;
  width: 35px;
  text-align: center;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
table.dibs-easy-checkout-review td.qty span.qty .input-number-increment {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  font-size: 20px;
  line-height: 40px;
}
table.dibs-easy-checkout-review td.qty span.qty .input-number-decrement {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  font-size: 28px;
  line-height: initial;
}
table.dibs-easy-checkout-review td.subtotal {
  text-align: right !important;
}
table.dibs-easy-checkout-review td.subtotal .price {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dl {
  margin-top: 20px;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
  font-weight: 400 !important;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dt:after {
  content: ': ';
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .product-item-name {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
table.dibs-easy-checkout-review .col.price .currency {
  padding-left: 3px;
}
table.dibs-easy-checkout-review .col.price .currency:before {
  content: '(';
}
table.dibs-easy-checkout-review .col.price .currency:after {
  content: ')';
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell {
  width: 100%;
  padding: 0;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .block-title {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items {
  width: 100%;
  margin: 0;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item {
  display: inline-block;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  width: 25%;
  margin: 0 15px;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item img {
  border-radius: 4px;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item .product-item-info {
  width: 100%;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item .product-item-details {
  padding-bottom: 20px;
}
.dibs-easy-checkout-shipping {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d1d1d1;
}
.dibs-easy-checkout-shipping .dibs-easy-checkout-section-content {
  width: 100%;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method {
  width: 100%;
  margin: 0;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row {
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 34px 0 0;
  padding: 50px 30px;
  border: 1px solid #d1d1d1;
  position: relative;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row:hover {
  border-color: #0094cf;
  opacity: 1 !important;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row input[type='radio'] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row span > * {
  display: block;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row .price {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  display: block;
}
@media only screen and (max-width: 560px) {
  .dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row {
    margin-right: 0;
  }
}
.dibs-easy-checkout-shipping .slick-list.draggable {
  margin-top: 10px;
}
.dibs-easy-checkout-shipping .slick-dots li {
  margin: 0;
}
.dibs-easy-checkout-shipping .slick-dots li.slick-active button {
  border-color: #0094cf;
  background-color: #0094cf;
}
.dibs-easy-checkout-shipping .slick-dots button {
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  background-color: white;
  text-indent: -9999px;
  box-shadow: none !important;
}
.dibs-easy-checkout-shipping #shipping-method-button {
  height: 50px;
  position: relative;
  top: -1px;
  text-transform: none;
  font-size: 18px;
}
body.dibs_easy_checkout-index-index #checkout {
  width: 100%;
}
body.dibs_easy_checkout-index-index #checkout .opc-wrapper {
  padding: 0;
  left: 205px;
  width: calc(100% - 205px);
  position: relative;
}
@media (max-width: 768px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper {
    left: auto;
    width: 100%;
  }
}
@media (max-width: 639px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper .form.methods-shipping {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
}
body.dibs_easy_checkout-index-index #checkout .opc-wrapper .step-title {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1024px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper .table-checkout-shipping-method {
    min-width: 450px;
  }
}
@media (max-width: 639px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper .table-checkout-shipping-method {
    min-width: 1px;
  }
}
body.dibs_easy_checkout-index-index #checkout .opc-wrapper #checkout-shipping-method-load input[type='radio'] {
  top: 0;
  margin: 0;
  box-shadow: none;
}
button:not(.primary).dibs-primary {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  height: 40px;
  font-size: 14px;
  padding: 10px 50px;
  text-transform: uppercase;
}
button:not(.primary).dibs-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
button:not(.primary).dibs-primary:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.go-to-container {
  margin-top: 20px;
}
.go-to-container .go-to {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
  text-align: center;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  padding: 12px 30px;
  width: 174px;
  height: 50px;
}
.go-to-container .go-to:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
.go-to-container .go-to:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.shipping-price {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  float: right;
  text-align: right;
}
#dibs-easy-checkout_cart_totals {
  text-align: right;
  color: #000000;
}
.dibs_easy_checkout-order-success .columns {
  letter-spacing: 0.5px;
}
.dibs_easy_checkout-order-success .dibs-primary {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
  text-align: center;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  padding: 12px 30px;
  width: 174px;
  height: 50px;
  font-weight: 600;
}
.dibs_easy_checkout-order-success .checkout-success h1 {
  color: #000000;
  text-align: center;
  font-weight: 600;
}
.dibs_easy_checkout-order-success #dibs_easy_checkoutSidebar {
  max-width: 1040px;
  margin: 0 auto;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details {
  list-style: none;
  display: table;
  width: 100%;
  margin: 15px 0 30px;
  padding: 15px 0 0;
  font-size: 18px;
  border-top: 6px solid #0094cf;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details li {
  float: none;
  margin-bottom: 0;
  text-align: left;
  font-weight: 300;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details li strong {
  width: 100%;
  display: block;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items {
  margin: 70px 0;
  border: 3px solid #0094cf;
  position: relative;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items strong {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table th,
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table td {
  font-size: 16px;
  padding: 15px 0;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table th {
  text-transform: uppercase;
  font-weight: 600;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table td.col-item {
  font-weight: 600;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table td.col-amount {
  font-weight: 300;
}
#nwt_unifaun_form label {
  font-weight: 600;
}
#nwt_unifaun_form .nwt_unifaun_form_agent label[for^="nwt_unifaun_form_agent_select_custom"]:first-child {
  width: 100%;
  margin-bottom: 0;
}
#nwt_unifaun_form .nwt_unifaun_form_agent label[for="nwt_unifaun_postcode"] {
  display: inline-block;
  width: 100%;
}
#nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_postcode,
#nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_select_agent {
  height: 35px;
}
@media only screen and (max-width: 560px) {
  #nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_postcode {
    width: 40% !important;
  }
}
#nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_select_agent {
  margin-bottom: 0;
}
#nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  height: 35px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 15px;
}
#nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
#nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1000px) {
  #nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent {
    margin-top: 10px;
  }
}
#nwt_unifaun_form #nwt_unifaun_form_cellphone #nwt_unifaun_cellphone {
  height: 35px;
}
@media only screen and (max-width: 767px) {
  #nwt_unifaun_form input[type="text"] {
    border-top: 1px solid #d1d1d1 !important;
    border-radius: 4px !important;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper {
    left: 0;
  }
  .modal-popup.modal-slide.nets-popup-wrapper .action-close {
    margin-top: 3rem;
  }
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap {
  height: calc(100% - 10rem);
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-header h1 {
  border-bottom: 0;
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-content,
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-content div {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-footer {
  display: none;
}
#nets-popup-iframe {
  width: 100%;
  height: 100%;
}
.nowrap {
  white-space: nowrap;
}
.word-break {
  word-break: break-word;
}
#gdpr-popup {
  position: fixed;
  bottom: -999em;
  width: 100vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  transition: bottom ease-in-out 1.5s;
  z-index: 1000000;
  background: #f5f5f5;
  box-sizing: border-box;
  overflow: auto;
  max-height: 90vh;
  border-top: 1px solid #e8e8e8;
}
#gdpr-popup.show {
  bottom: 0;
}
#gdpr-popup .gdpr-content {
  padding: 20px;
  max-width: 1280px;
  margin: 0 auto;
  background: #f5f5f5;
}
#gdpr-popup .title {
  font-weight: bold;
  font-size: 18px;
}
#gdpr-popup .cookie-types {
  padding: 0 0 10px;
  display: inline-block;
  font-weight: bold;
}
#gdpr-popup .cookie-types .input-box {
  display: inline-block;
  margin: 0 25px 10px 0;
}
#gdpr-popup .cookie-details {
  display: none;
  font-size: 12px;
  max-height: 150px;
  overflow: auto;
  background: #ffffff;
  margin: 10px 0 0;
  padding: 5px;
}
#gdpr-popup.expanded .cookie-details {
  display: block;
}
#gdpr-popup .buttons-set {
  display: inline-block;
}
#gdpr-popup .buttons-set a {
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: middle;
}
#gdpr-popup .buttons-set .secondary {
  background: #ccc;
  border-color: #ccc;
}
#gdpr-popup .buttons-set .secondary:hover {
  text-decoration: none;
  background: #aaa;
  border-color: #aaa;
}
#gdpr-popup .details-links:after {
  content: '';
  width: 0.6em;
  height: 0.6em;
  border: 1px solid currentColor;
  display: inherit;
  transform: rotate(45deg);
  border-width: 0 1px 1px 0;
  margin: -0.7em 0 0 8px;
  vertical-align: middle;
}
#gdpr-popup.expanded .details-links:after {
  transform: rotate(225deg);
  margin: -0.1em 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .gdpr-details-expanded,
  .gdpr-details-expanded body {
    overflow: hidden;
    pointer-events: none;
    -webkit-overflow-scrolling: initial;
    touch-action: none;
  }
  .gdpr-details-expanded #gdpr-popup,
  .gdpr-details-expanded body #gdpr-popup {
    pointer-events: auto;
    max-height: 90vh;
    overflow: visible;
  }
  .gdpr-details-expanded .gdpr-content,
  .gdpr-details-expanded body .gdpr-content {
    position: relative;
    z-index: 2;
    max-height: calc(90vh - 20px*2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gdpr-details-expanded .gdpr-content th,
  .gdpr-details-expanded body .gdpr-content th,
  .gdpr-details-expanded .gdpr-content td,
  .gdpr-details-expanded body .gdpr-content td {
    padding: 5px 2px;
  }
}
@media screen and (max-width: 640px) {
  #gdpr-popup {
    font-size: 12px;
  }
  #gdpr-popup .buttons-set a {
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
  }
}
/**
 * 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_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * 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_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
/**
 * 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_LayeredNavigationPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
a.chosen-single.chosen-default,
.chosen-single-with-deselect {
  border-radius: 3px !important;
  min-height: 30px !important;
  line-height: 26px !important;
  background: #fff !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  top: 3px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.active-result.highlighted {
  border-radius: 2px !important;
  background-image: none !important;
  border: none !important;
}
.chosen-container-single .chosen-single abbr {
  top: 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin-right: 0 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
}
ul.chosen-results::-webkit-scrollbar {
  width: 6px;
}
ul.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul.chosen-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.ln_slider_range {
  margin-top: 10px;
}
.ln_slider_range_input {
  width: 60px !important;
  height: 30px !important;
  text-align: center;
  padding: 0;
}
.filter-options-content .rating-summary {
  padding-bottom: 3px;
}
.filter-options-content .rating-summary.selected {
  background-color: #e8e8e8;
}
@media (min-width: 1200px) {
  #ln_slider_range_price .ln_slider_from {
    width: 45%;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  #ln_slider_range_price .ln_slider_to {
    width: 45%;
    float: right;
    text-align: center;
    padding: 0;
  }
  .ln_slider_container label {
    min-width: 0 !important;
  }
}
@media (max-width: 1195px) {
  .ln_slider_from {
    display: block;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .ln_slider_to {
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 820px) and (min-width: 768px) {
  .ln_slider_range_input {
    display: block;
    margin: 0 auto 10px auto;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.ln_slider_range .ln_slider_range_input_to {
  float: right;
}
.ln_slider_container label {
  min-width: 50px;
  display: inline-block;
}
.swatch-option-label-layered {
  height: 24px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.swatch-option-label-layered .swatch-option.text {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.swatch-text .swatch-option.color {
  height: 24px !important;
}
.swatch-attribute .swatch-option.disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  .ln_slider_range {
    text-align: center;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.mplayer-subcategory {
  width: 90%;
  margin: auto;
}
.mplayer-category-item .mplayer-item-slider {
  padding: 10px;
  box-sizing: border-box;
  color: #575757;
  text-align: center;
  font-size: 18px;
  height: 100%;
  position: relative;
}
.mplayer-category-item-label {
  padding: 10px 5px;
  border: 1px solid #ffffff;
  line-height: 1.2;
  word-break: break-word;
}
.mplayer-category-item-image {
  margin-bottom: 7px;
}
.mplayer-category-item-label:hover {
  background: #ffffff;
  color: #000;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
}
a.mplayer-item-slider:hover {
  text-decoration: none;
}
/**
 * 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_LayeredNavigationUtimate
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln-show-less,
.ln-show-more {
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}
/* style rating slider */
.rating-slider-container {
  padding-left: 20px;
}
.rating-slider-container #ln_slider_rating {
  display: inline-block;
  height: 170px;
  width: 10px;
  margin-right: 10px;
  background: #ddd;
}
.rating-slider-container #ln_slider_rating .ui-slider-range {
  background-color: #aaa !important;
}
.rating-slider-container .rating-slider-items {
  display: inline-block;
  width: calc(70%) !important;
}
.rating-slider-container span.rating-star-off::before {
  color: #c7c7c7 !important;
}
.rating-slider-container a.lnultimate-rating-slider:hover {
  background: #fff !important;
}
.rating-slider-container .rating-summary .rating-result:before {
  content: '' !important;
}
/* end style rating slider */
.checkoutlogin-index-index .page-wrapper .page-title-wrapper h1.page-title {
  margin-top: 26px;
  text-align: center;
}
.checkoutlogin-index-index .page-wrapper .page-title-wrapper h1.page-title span.base {
  font-size: 44px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #2f2f2f;
  font-weight: 400;
  font-family: "Jost";
  text-transform: uppercase;
}
.checkoutlogin-index-index .page-wrapper .page-title-wrapper h1.page-title span.base:after {
  display: none;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main {
  max-width: 810px;
  width: 100%;
  margin: auto;
  margin-top: 50px;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .title span {
  font-family: "Jost";
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_or_register_main .login_left .login_form fieldset.fieldset.login .field .control input {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid black;
  height: 60px;
  padding-left: 0;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
  font-family: "Jost";
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left {
  display: inline-block;
  width: 50%;
  float: left;
  padding-right: 15px;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left .login_form form fieldset {
  display: inline-block;
  width: 100%;
  max-width: 590px;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left .login_form form fieldset .field.email.required {
  margin-top: 50px;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left .login_form form fieldset .field {
  display: inline-block;
  width: 100%;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left .login_form form fieldset .field label,
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left .login_form form fieldset .field span {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-family: "Jost";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #000000;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left .login_form form fieldset .field .control input {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid black;
  height: 32px;
  padding-left: 0;
  font-family: "Jost";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #000000;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left fieldset.email.required {
  margin-top: 50px;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left .login_form fieldset.fieldset.login .actions-toolbar {
  display: inline-block;
  width: 100%;
  max-width: 590px;
  margin-top: 30px;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left .login_form fieldset.fieldset.login .actions-toolbar .primary {
  display: inline-block;
  width: 100%;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left .login_form fieldset.fieldset.login .actions-toolbar .primary button {
  background-color: #000000;
  max-width: 589px;
  width: 100%;
  padding: 1px 20px;
  margin-right: 0;
  border-radius: 0;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left .login_form fieldset.fieldset.login .actions-toolbar .primary button span {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat-Bold";
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right {
  display: inline-block;
  width: 50%;
  padding-left: 15px;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right .register_main {
  display: inline-block;
  width: 100%;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right .register_main .register_title.title {
  display: inline-block;
  width: 100%;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right .register_main .register_form {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right .register_main .register_form a {
  display: inline-block;
  max-width: 589px;
  width: 100%;
  padding: 3px 20px;
  background-color: #000000;
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat-Bold";
  text-align: center;
  text-decoration: unset;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right .guest_main {
  display: inline-block;
  width: 100%;
  margin-top: 117px;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right .guest_main .guest_title.title {
  display: inline-block;
  width: 100%;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right .guest_main .guest_checkout.title {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right .guest_main .guest_checkout.title a {
  display: inline-block;
  max-width: 589px;
  width: 100%;
  padding: 4px 20px;
  background-color: #000000;
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat-Bold";
  text-align: center;
  text-decoration: unset;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.page-title-wrapper .page-title {
  margin-top: 31px;
}
.page-title-wrapper .page-title .base {
  display: inline-block;
  font-family: 'Jost';
  font-weight: 500;
  font-size: 47.2px;
  color: #151515;
}
.page-title-wrapper .page-title .base:after {
  display: block;
  content: '';
  border-bottom: solid 8px #e9d38a;
  width: 90%;
  margin-top: -15px;
}
.toolbar-products {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  width: 80%;
  align-items: center;
  justify-content: end;
}
.toolbar-products .modes {
  display: none;
}
.toolbar-products .toolbar-amount {
  display: none;
}
.toolbar-products .sorter-label {
  display: none;
}
.toolbar-products .sorter-options {
  border: none;
  border-bottom: 1px solid;
  padding: 5px 210px 4px 0;
  cursor: pointer;
  border-radius: 0;
}
.toolbar-products .sorter-action {
  display: none;
}
.toolbar-products .pages {
  display: inline-block;
}
.toolbar-products .pages .pages-label {
  position: unset;
  margin-right: 20px;
  font-family: 'Jost';
  font-weight: 700;
  font-size: 14px;
  color: #858585;
}
.toolbar-products .pages .pages-label {
  position: unset;
  margin-right: 20px;
  font-family: 'Jost';
  font-weight: 700;
  font-size: 14px;
  color: #858585;
}
li.item.pages-item-previous {
  display: none;
}
li.item.pages-item-next {
  display: none;
}
.pages .pages-items .item .page {
  font-family: 'Jost';
  font-weight: 700;
  font-size: 14px;
  color: #858585;
}
.products.wrapper ~ .toolbar .pages {
  position: static;
  float: unset !important;
}
.products.wrapper ~ .toolbar .pages .pages-label {
  display: none;
}
.products.wrapper ~ .toolbar .pages .pages-item-next {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.products.wrapper ~ .toolbar .pages .pages-item-previous {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.products.wrapper ~ .toolbar .pages .action.next:before {
  content: 'NäCHSTE';
  font-family: 'Jost';
  font-weight: 700;
  font-size: 14px;
  color: #858585;
  padding: 13px 31px 13px 40.199px;
}
.products.wrapper ~ .toolbar .pages .action {
  width: auto;
  text-transform: uppercase;
}
.page-products .page-wrapper .page-main .columns .column.main #layer-product-list .products {
  margin-top: 0;
}
.products.wrapper ~ .toolbar .pages .action.previous::after {
  content: 'VORIGE';
  font-family: 'Jost';
  font-weight: 700;
  font-size: 14px;
  color: #858585;
  padding: 13px 27px 13px 28px;
  display: inline-block;
}
.products.wrapper ~ .toolbar .pages .pages-items .item span {
  padding: 23px 26px;
  border: 2px solid #eeeeee;
}
.products.wrapper ~ .toolbar .pages .pages-items .current .page {
  border-bottom: none;
}
.products.wrapper ~ .toolbar .pages .pages-items .current span {
  background-color: black;
  color: white;
  border: 1.5px solid black !important;
}
.pages .pages-items .current .page {
  color: #151515;
  border-bottom: 1px solid #151515;
}
.products.wrapper ~ .toolbar .limiter {
  display: none !important;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper {
  margin-top: 15px;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .page-title .base {
  font-family: 'Jost';
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .page-title .base:after {
  content: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .product-reviews-summary {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price-box .special-price .price-container .price-label {
  display: none;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price-box .old-price .price-container .price-label {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media all and (min-width: 769px), 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,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .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-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .modes-label,
  .dashboard-welcome-toggler,
  .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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .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,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  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: 1280px;
    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: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    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: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    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;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .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: #f5f5f5;
    font-weight: bold;
    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: 53px;
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    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: #d1d1d1;
    color: #d1d1d1;
    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;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    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: #fcfcfc;
  }
  .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: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  table.dibs-easy-checkout-review th.item-img {
    visibility: hidden;
    opacity: 0;
  }
  table.dibs-easy-checkout-review th,
  table.dibs-easy-checkout-review td {
    vertical-align: middle;
  }
  table.dibs-easy-checkout-review th.qty,
  table.dibs-easy-checkout-review td.qty,
  table.dibs-easy-checkout-review th.price,
  table.dibs-easy-checkout-review td.price,
  table.dibs-easy-checkout-review th.subtotal,
  table.dibs-easy-checkout-review td.subtotal {
    padding-left: 40px;
    padding-right: 0;
  }
  table.dibs-easy-checkout-review th.item-img,
  table.dibs-easy-checkout-review td.item-img {
    padding-right: 0;
    padding-left: 0;
    width: 205px;
    max-width: 205px;
  }
  table.dibs-easy-checkout-review th.item-desc,
  table.dibs-easy-checkout-review td.item-desc {
    padding-right: 0;
    padding-left: 0;
  }
  table.dibs-easy-checkout-review th:not(.item-img),
  table.dibs-easy-checkout-review td:not(.item-img) {
    border-bottom: 1px solid #d1d1d1;
  }
  table.dibs-easy-checkout-review th.qty,
  table.dibs-easy-checkout-review td.qty {
    text-align: center !important;
  }
  table.dibs-easy-checkout-review td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  table.dibs-easy-checkout-review td.subtotal {
    text-align: right !important;
  }
  table.dibs-easy-checkout-review td.subtotal .price {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
  }
  table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info {
    width: 90%;
  }
  #dibs-easy-checkout_cart_totals {
    width: calc(100% - 205px);
    left: 205px;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #d1d1d1;
    color: #000000;
    float: left;
  }
  #dibs-easy-checkout_cart_totals table {
    width: 35%;
    float: right;
  }
  #dibs-easy-checkout_cart_totals table tfoot tr:last-of-type th,
  #dibs-easy-checkout_cart_totals table tfoot tr:last-of-type td {
    padding-bottom: 15px;
  }
  #dibs-easy-checkout_cart_totals table tfoot td,
  #dibs-easy-checkout_cart_totals table tfoot th {
    padding: 15px 0 0;
    font-size: 14px;
    font-weight: 700;
  }
  .dibs-easy-checkout-shipping {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
  }
  .dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
  }
  .dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .slick-track {
    margin-right: 0;
    margin-left: 0;
  }
  .dibs-easy-checkout-shipping input,
  .dibs-easy-checkout-shipping select {
    height: 50px;
    width: 192px;
    margin-bottom: 10px;
  }
  .dibs-easy-checkout-shipping input.postcode {
    position: relative;
    top: 1px;
    left: -3px;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .dibs-easy-checkout-shipping select {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .dibs-easy-checkout-shipping,
  .dibs-easy-checkout-extra {
    width: calc(100% - 205px);
    left: 205px;
    position: relative;
  }
  .dibs-easy-checkout-extra__left {
    flex: 1;
  }
  .dibs-easy-checkout-extra__right {
    flex: 2;
  }
  .dibs-easy-checkout-block.discount,
  .dibs-easy-checkout-block.newsletter {
    width: 400px;
  }
  .dibs_easy_checkout-order-success .page-title {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
  }
  .dibs_easy_checkout-order-success .checkout-success h1 {
    font-size: 52px;
  }
  .dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details li {
    display: table-cell;
    width: 25%;
  }
  .dibs_easy_checkout-order-success .dibs-easy-checkout-order__items {
    padding: 45px 35px 25px;
  }
  #layered-horizontal-container {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  #layered-horizontal-container .filter-options-item {
    display: inline-block;
    border-bottom: none;
  }
  #layered-horizontal-container .filter-options-content {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
  }
  #layered-horizontal-container #ln_button_submit {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  #layered-horizontal-container ol.items {
    min-width: 100px;
  }
  #layered-horizontal-container .filter .block-subtitle.filter-subtitle {
    display: none;
  }
  #layered-horizontal-container .filter-current {
    display: inline-block;
  }
  #layered-horizontal-container .filter-current .item {
    display: inline-block;
    margin-right: 25px !important;
  }
  #layered-horizontal-container .filter-actions {
    display: inline-block;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 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;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .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;
    padding: 5px 0;
    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: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    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: inherit;
  }
  .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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .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 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .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;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 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: 768px;
    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-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 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;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .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 {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    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 .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    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;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .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: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .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;
  }
  .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%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: inherit;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
    font-family: 'Jost';
    font-weight: 500;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .dibs-easy-checkout-extra {
    display: flex;
  }
  .go-to {
    float: right;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    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;
  }
  .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 {
  .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;
  }
}
@media only screen and (max-width: 1560px) {
  .minicart-items .product-image-container .product-image-wrapper {
    padding-bottom: 0 !important;
  }
  .middel-center-search {
    left: 28%;
  }
  .main_container {
    max-width: inherit;
    padding: 0px 20px;
  }
  body .page-main {
    max-width: inherit !important;
    padding: 0 20px !important;
  }
  .cms-index-index .page-main {
    padding: 0 0px !important;
  }
  .lasd-top-header-main .lasd-top-header-inner .header-middel-right-top .header-middel-account {
    margin-left: 20px;
  }
  .lasd-top-header-main .lasd-top-header-inner .header-middel-right-top .header-middel-minicart {
    margin-left: 20px;
  }
  .lasd-header .lasd-top-header-container {
    max-width: inherit;
    padding: 0px 20px;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main {
    padding-top: 50px;
  }
  .footer-bottom-inner .footer-bottom-right-payment-icon {
    padding: 0px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .image_block_main .image_block_main_image {
    display: flex;
  }
  .image_block_main .block_image_main_img_left {
    flex: 1;
  }
  .image_block_main .block_image_main_img_left .block_image_main {
    height: 100%;
  }
  .image_block_main .block_image_main_img_left .block_image_main img {
    height: 100%;
    width: auto;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .navbar-menu-link {
    font-size: 16px;
  }
  .category_image_container {
    max-width: inherit;
    padding: 0 20px;
  }
  .category-essen .page-wrapper .page-main .category-cms .image_block_main .main_container {
    padding: 0;
  }
  .category_image_top_banner .top_banner_left {
    width: 44.103%;
  }
  .category_image_top_banner .top_banner_right {
    width: 55.898%;
  }
  .category-essen .page-wrapper .page-main .category-cms .image_block_main.second .image_block_main_image {
    display: inline-block;
  }
  .category-essen .page-wrapper .page-main .category-cms .image_block_main .block_product_slider_main .main_price .baseprice {
    font-size: 14px;
  }
  .image_block_main .block_product_slider_main li {
    padding-right: 15px;
  }
  .image_block_main .block_product_slider_main li:last-child {
    padding-left: 15px;
  }
  .wizer_category_main .winzer_category_list .winzer_category .category_list_title {
    margin-left: 10px;
  }
  .wizer_category_main .winzer_category_list .winzer_category .category_list_title a span {
    font-size: 24px;
  }
  .category-cms div .wizer_category_main .winzer_category_list .winzer_category li {
    width: 50%;
  }
  .wizer_category_main .winzer_category_list .winzer_category .category_list_title span,
  .wizer_category_main .winzer_category_list .winzer_category .category_list_title span a {
    font-size: 25px;
  }
  .wizer_category_main .winzer_category_list .winzer_category .category_main_detail .category_list_title {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .produzenten_category_main .produzenten_category_list .produzenten_category .category_list_title {
    margin-left: 10px;
  }
  .produzenten_category_main .produzenten_category_list .produzenten_category .category_list_title a span {
    font-size: 24px;
  }
  .category-cms div .produzenten_category_main .produzenten_category_list .produzenten_category li {
    width: 50%;
  }
  .produzenten_category_main .produzenten_category_list .produzenten_category .category_list_title span,
  .produzenten_category_main .produzenten_category_list .produzenten_category .category_list_title span a {
    font-size: 25px;
  }
  .produzenten_category_main .produzenten_category_list .produzenten_category .category_main_detail .category_list_title {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .checkout-onepage-success .page-wrapper div.page-bottom {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .catalog-product-view .product-upsell-custom {
    padding: 0 20px;
  }
  .catalog-product-view .page-wrapper .page-main .columns {
    padding: 0 20px;
  }
  .customer-account-create .page-wrapper .page-main .columns form .fieldset > .field.required.fullname.customer-name-prefix label.label {
    width: unset !important;
  }
  .form.form-edit-account fieldset.fieldset.info .field.required.fullname.customer-name-prefix > label.label {
    width: unset !important;
  }
  .wine_region_left .wine_region_left_main {
    min-height: initial;
  }
  .category-view .page-main {
    padding: 0 !important;
  }
  .anlass_main .anlass_left .anlass_title_main {
    padding: 45px 90px 45px 90px;
  }
  .anlass_sub_category_background .anlass_sub_category_title_main {
    padding: 0 20px;
  }
  .wine_region_category_block_top .category_image_container {
    padding: 0;
  }
  .wine_region_category_block_top .category_image_top_banner .top_banner_left {
    width: 39.103%;
  }
  .wine_region_category_block_top .category_image_top_banner .top_banner_left .top_banner_left_inner {
    padding: 45px 90px 45px 90px;
  }
  .wine_region_category_block_top .category_image_top_banner .top_banner_right {
    width: 60.898%;
  }
  .wine_region_category_block_bottom .category_image_container {
    padding: 0;
  }
  .category-anlass .page-wrapper .page-main .columns .category-cms div .image_block_main .main_container {
    padding: 0;
  }
  li .subcategory_title h5 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1460px) {
  .lasd-top-header-main .lasd-top-header-inner .header-middel-right-top .header-middel-account,
  .lasd-top-header-main .lasd-top-header-inner .header-middel-right-top .header-middel-minicart {
    margin-left: 10px;
  }
  .middel-center-search {
    left: 26%;
  }
  .footer-middle-text-block {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .essen_category_image_inner .category_image ul li .food_cat span {
    font-size: 22px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .middle_media_main_top .middle_media_main .middle_media_container {
    max-width: inherit;
    padding: 0 20px;
  }
  .middle_media_main_top .middle_media_main .middle_media_container .middle_media_banner_mian .banner_main .banner_title p {
    font-size: 30px;
  }
  .middle_media_main_top .middle_media_main .middle_media_container .middle_media_banner_mian .banner_main .banner_text p {
    font-size: 25px;
  }
  .middle_media_main_top .middle_media_main .middle_media_container .middle_media_banner_mian .banner_author p {
    font-size: 18px;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_text_main .middle_bottom_title {
    margin-top: 50px;
  }
  .block.upsell .block-content.content .product-item-info .product.details.product-item-details .price_block_main .all_price .baseprice {
    font-size: 14px;
  }
  .block.upsell .block-content.content .product-item-info .product.details.product-item-details .price_block_main .add_to_cat_btn .actions-primary .action.tocart.primary span {
    font-size: 12px;
  }
  .anlass_main .anlass_left .anlass_title_main {
    padding: 40px 55px 40px 55px;
  }
  .wine_region_category_block_top .category_image_top_banner .top_banner_left .top_banner_left_inner {
    padding: 40px 55px 40px 55px;
  }
}
@media only screen and (max-width: 1440px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 1420px) {
  .producer_right {
    padding-left: 40px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li .top_cat_name {
    font-size: 20px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li ul.sub_child_cat li.submenu_link a {
    font-size: 16px;
  }
  .versand_info span,
  .versand_info a {
    font-size: 11px;
  }
  .middel-center-search {
    max-width: 810px;
    left: 26%;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li {
    margin-right: 25px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .navbar-menu-link {
    font-size: 14px;
  }
  .image_block_main .block_product_slider_main .action.primary span {
    font-size: 12px;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .imge_slider_info_container .image_slider_title_main .image_slider_title span,
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .category_image_main .category_image_title span,
  .image_block_title span,
  .banner_area_right_info_inner .title_first {
    font-size: 40px;
  }
  .lasd-top-footer-main .footer-top-main .footer-top-inner .footer-top-info .footer-top-info-inner .footer-top-info-image .first_text,
  .footer-middle-left-heading p {
    font-size: 16px;
  }
  .banner_arear_left_image_inner .left_two_image .left_two_image_first::after {
    height: 410px;
    width: 330px;
  }
  .banner_arear_left_image_inner .left_two_image .left_two_image_second::after {
    height: 320px;
  }
  .category_image_top_banner .top_banner_left {
    width: 46.103%;
  }
  .category_image_top_banner .top_banner_left .top_banner_left_inner {
    padding: 55px 60px 53px 60px;
  }
  .category_image_top_banner .top_banner_right {
    width: 53.898%;
  }
  .essen_category_title_custom .custom_title h4 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 40px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form form .box-tocart .fieldset:last-child .field.qty {
    margin-right: 10px !important;
  }
  .block.upsell .block-content.content .product-item-info .product.details.product-item-details .price_block_main .add_to_cat_btn .actions-primary .action.tocart.primary {
    padding: 8px 22px 10px 22px;
  }
  .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .baseprice,
  .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .baseprice .price {
    font-size: 15px;
  }
  .page-products .column.main #layer-product-list .toolbar-products .pages {
    right: 15%;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_main:before {
    left: -10px;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_main img {
    margin-left: 45px;
  }
  .other_attributes table tbody tr td {
    width: 40%;
  }
  .product.data.items.mage-tabs-disabled .all_title .data.item.title a,
  .product.data.items.mage-tabs-disabled .all_title .data.item.title.active a {
    font-size: 15px;
  }
  .anlass_main .anlass_left .anlass_title_main {
    padding: 20px 25px 20px 25px;
  }
  .anlass_sub_category_background .anlass_sub_category_title h5 {
    font-size: 22px;
  }
  .anlass_sub_category_background .anlass_sub_category_text {
    font-size: 15px;
  }
  .wine_region_category_block_top .category_image_top_banner .top_banner_left .top_banner_left_inner {
    padding: 20px 25px 20px 25px;
  }
  .category-anlass .page-wrapper .page-main .columns .category-cms div .image_block_main .block_product_slider_main .main_price .baseprice {
    font-size: 13px;
  }
  body.category-feinkost .page-wrapper .page-main .page-title-wrapper .page-title {
    margin: 40px 0;
    display: inline-block;
  }
  .subcategory_title h5,
  .subcategory_subtitle_text span {
    padding: 0 10px 0 25px;
  }
}
@media only screen and (max-width: 1260px) {
  .product_slider_section .block-content.content .product-item-details .all_price_main_home,
  .image_block_main .block_product_slider_main .product_other_price_main {
    flex-direction: column;
  }
  .product_slider_section .block-content.content .product-item-details .all_price,
  .image_block_main .block_product_slider_main .product_price_detail {
    width: 100%;
  }
  .product_slider_section .block-content.content .product-item-details .product-item-inner,
  .image_block_main .block_product_slider_main .product_cart_button {
    width: 100%;
    margin-top: 10px;
    justify-content: left;
    text-align: left;
  }
  .product.details.product-item-details .baseprice_bottom,
  .product_detail .baseprice_bottom {
    text-align: left;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main {
    padding-top: 35px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li .top_cat_name {
    font-size: 18px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li ul.sub_child_cat {
    margin-top: 25px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li ul.sub_child_cat li.submenu_link a {
    font-size: 15px;
  }
  .middel-center-search {
    max-width: 780px;
    left: 22%;
  }
  .lasd-header .lasd-top-header-main .header-middel-left {
    width: 20%;
  }
  .lasd-top-header-main .lasd-top-header-inner .header-middel-center {
    width: 67%;
  }
  .lasd-top-header-main .lasd-top-header-inner .header-middel-right {
    width: 13%;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li {
    margin-right: 25px;
  }
  .top_banner .top_banner_container .banner_text_detail .title h3 {
    font-size: 45px;
  }
  .banner_arear_left_image_inner .left_two_image .left_two_image_first::after {
    height: 345px;
    width: 295px;
  }
  .banner_arear_left_image_inner .left_two_image .left_two_image_second::after {
    height: 275px;
    width: 275px;
  }
  .image_block_main .block_product_slider_main .main_price .baseprice {
    font-size: 15px;
  }
  .lasd-top-footer-main .footer-top-main .footer-top-inner .footer-top-info .footer-top-info-inner .footer-top-info-image .first_text {
    font-size: 14px;
  }
  .lasd-top-footer-main .footer-top-main .footer-top-inner .footer-top-info .footer-top-info-inner .footer-top-info-image .second_text a {
    font-size: 12px;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title,
  .imge_slider_info_container .image_slider_title_main .image_slider_title,
  .category_image_main .category_image_title {
    width: 79%;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title_inner .slider_title_container .slider_title_link,
  .image_slider_imfo_block_main .imge_slider_info_container .image_slider_title_main .image_slider_title_link,
  .category_image_main .category_image_ineer .category_image_link {
    width: 20.5%;
  }
  .product_slider_section .block-content.content .product-item-details .product-item-name,
  .image_block_main .block_product_slider_main .get_product_inner .product_title strong {
    font-size: 16px;
    height: 38px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .product_slider_section .block-content.content .product-item-details .supplier_name strong,
  .product_slider_section .block-content.content .product-item-details .other_details strong {
    font-size: 16px;
  }
  .product_slider_section .block-content.content .product-item-details .all_price_main_home,
  .image_block_main .block_product_slider_main .product_other_price_main {
    margin-top: 10px;
  }
  .product_slider_section .block-content.content .product-item-details .supplier_name,
  .image_block_main .block_product_slider_main .product_detail .product_supplier_name {
    margin-bottom: 5px;
  }
  .product_slider_section .block-content.content .product-item-details .other_details {
    margin-bottom: 10px;
  }
  .product_slider_section .block-content.content .product-item-details .action.tocart.primary span {
    font-size: 13px;
  }
  .product_slider_section .block-content.content .product-item-details .price-wrapper .price {
    font-size: 22px;
  }
  .product_slider_section .block-content.content .product-item-details .all_price .baseprice {
    font-size: 12px;
  }
  .product_slider_section .block-content.content .product-item-details .action.tocart.primary span {
    font-size: 12px;
  }
  .image_block_main .block_product_slider_main .product_detail .product_title strong a {
    font-size: 18px;
  }
  .image_block_main .block_product_slider_main .product_detail .product_supplier_name strong,
  .image_block_main .block_product_slider_main .product_detail .product_other_detail strong {
    font-size: 16px;
  }
  .image_block_main .block_product_slider_main .product_detail .product_other_detail {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .image_block_main .block_product_slider_main .main_price .price-box span {
    font-size: 22px;
  }
  .image_block_main .block_product_slider_main .main_price .baseprice {
    font-size: 12px;
  }
  .image_block_main .block_product_slider_main .action.primary {
    padding: 8px 22px 10px 22px;
  }
  .banner_area_right_info_inner .right_info_title {
    margin-top: 56px;
    margin-bottom: 30px;
  }
  .banner_area_right_info_inner .right_info_desc {
    font-size: 18px;
  }
  .banner_area_right_info_inner .right_info_link strong a {
    font-size: 16px;
  }
  .category-view .page-main .category-cms .essen_category_image_main .essen_category_image_inner {
    margin-top: 0;
  }
  .category-view .page-main .category-cms .essen_category_image_main .essen_category_image_inner .category_image ul li {
    margin-top: 110px;
  }
  .category-essen .page-wrapper .page-main .category-cms .image_block_main .block_product_slider_main .main_price .baseprice {
    font-size: 12px;
  }
  .image_block_main .block_product_slider_main li {
    padding-right: 10px;
  }
  .image_block_main .block_product_slider_main li:last-child {
    padding-left: 10px;
  }
  .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .product-item-name {
    font-size: 18px;
  }
  .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .supplier_name_product_list_page {
    margin-bottom: 5px;
  }
  .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .other_details_product_list_page {
    margin-bottom: 10px;
  }
  .wizer_category_main .winzer_category_list .winzer_category .category_list_title a span {
    font-size: 18px;
  }
  .category-cms div .wizer_category_main .winzer_category_list .winzer_category ul li {
    width: 50%;
  }
  .checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left {
    padding-right: 20px;
  }
  .checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right {
    padding-left: 20px;
  }
  .page_main_custom_inner .page_main_custom_title .page-title-wrapper h1.page-title span.base {
    font-size: 36px;
  }
  .goto_checkout_button_main .goto_checkout button {
    padding: 15px 82px 16px 73px;
    font-size: 16px;
    line-height: 25px;
  }
  .goto_checkout_button_main .goto_checkout button a {
    font-size: 16px;
  }
  .page-wrapper .cart-container .checkout-methods-items .action.primary {
    font-size: 16px;
  }
  .abs-sidebar-totals .amount,
  .cart-totals .amount,
  .opc-block-summary .table-totals .amount {
    font-size: 20px;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .cart-totals {
    padding: 30px 40px 34px;
  }
  .page-wrapper .cart-summary > .summary.title {
    margin-left: 40px;
  }
  .price_by_unit span {
    font-size: 13px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .product.details.product-item-details .all_price_main,
  .product.details.product-item-details a.product.photo.product-item-photo .all_price_main {
    margin-top: 10px;
    flex-direction: column;
  }
  .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .all_price_block_info,
  .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .product-item-inner {
    width: 100%;
  }
  .page-products .column.main #layer-product-list .products-grid ol li.item .product-item-details .product-item-inner {
    justify-content: left;
    margin-top: 10px;
  }
  .page-products .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .baseprice,
  .page-products .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .baseprice .price {
    font-size: 12px;
  }
  .middle_bottom_text_main .middle_bottom_text p {
    font-size: 14px;
    line-height: 25px;
  }
  .product.data.items.mage-tabs-disabled .all_title {
    width: 20%;
  }
  .product.data.items.mage-tabs-disabled .all_content {
    width: 80%;
  }
  .all_content .data.item.content .attribute .value p {
    padding: 10px 0 0 55px;
    margin-bottom: 0;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_text_main .middle_bottom_title .middle_bottom_title p {
    font-size: 32px;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_text_main .middle_bottom_title {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .product-upsell-custom .product-upsell-container .block .title {
    padding-bottom: 50px;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_main img {
    margin-left: 28px;
  }
  .block.upsell .title .block-title-left .title_left {
    font-size: 38px;
  }
  .block .title .title_link_right {
    font-size: 14px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .page-title .base {
    font-size: 26px !important;
  }
  .product-info-main .price-box .price-wrapper .price {
    font-size: 26px;
  }
  .product_info_main .product_info_main_container .product-info-main .desc {
    font-size: 14px;
    line-height: 25px;
  }
  .product_info_main .product_info_main_container .product-info-main .other_attributes p {
    font-size: 16px;
  }
  .product_info_main .product_info_main_container .product-info-main .other_attributes span {
    font-size: 16px;
  }
  .product_info_main .product_info_main_container .product-info-main .bottler_info .show {
    font-size: 16px;
  }
  .product_info_main .product_info_main_container .product-info-main .ready_delivery p {
    font-size: 16px;
  }
  ol.products.list.items.product-items .product-item .price-box .price {
    font-size: 22px;
  }
  .block.upsell .block-content.content li .product-item-info .product.details.product-item-details .price_block_main {
    margin-top: 10px;
    flex-direction: column;
  }
  .block.upsell .block-content.content li .product-item-info .product.details.product-item-details .price_block_main .all_price,
  .price_block_main .add_to_cat_btn {
    width: 100%;
  }
  .product.details.product-item-details .price_block_main .add_to_cat_btn {
    justify-content: left;
  }
  .block-content li .product-item-info .product-item-details .product-item-name {
    font-size: 16px;
    max-height: 33px;
    margin-bottom: 6px;
  }
  .product-item-details .supplier_name,
  .product_region_main {
    margin-bottom: 10px;
  }
  .product.details.product-item-details .supplier_name strong,
  .product.details.product-item-details .supplier_name strong a,
  .product.details.product-item-details .product_region_main span,
  .product.details.product-item-details .product_region_main span a {
    font-size: 16px;
  }
  table#product-attribute-specs-table tbody tr.row_of_product_attribute th.col.label,
  table#product-attribute-specs-table tbody tr.row_of_product_attribute td.col.data {
    font-size: 15px;
  }
  .food_type_tab_main .food_type_value span {
    font-size: 18px;
  }
  .all_content .data.item.content .attribute .value p {
    padding: 10px 0 0 60px;
  }
  .customer-account-login .login-container {
    padding-right: 40px;
  }
  .customer-account-login .register-container form {
    min-width: inherit;
    width: 100%;
  }
  .anlass_main .anlass_inner {
    align-items: center;
  }
  .anlass_main .anlass_left {
    width: 37.103%;
  }
  .anlass_main .anlass_left .anlass_title_main {
    padding: 15px;
  }
  .anlass_main .anlass_right {
    width: 62.898%;
  }
  .anlass_sub_category_background .anlass_sub_category_title h5 {
    font-size: 18px;
  }
  .wine_region_category_block_top .category_image_top_banner .top_banner_left {
    width: 37.103%;
  }
  .wine_region_category_block_top .category_image_top_banner .top_banner_left .top_banner_left_inner {
    padding: 15px;
  }
  .wine_region_category_block_top .category_image_top_banner .top_banner_left .top_banner_left_inner span.title {
    font-size: 30px;
    line-height: normal;
  }
  .wine_region_category_block_top .category_image_top_banner .top_banner_right {
    width: 62.898%;
  }
  .wine_region_category_block_bottom .wine_region_left_images img.wine_region_img {
    object-fit: cover;
    object-position: center;
  }
  .link_of_all_product {
    margin: 50px 0 40px 0;
  }
  .link_of_all_product a {
    font-size: 40px;
  }
  .cms-about-us .about_us_page_main .container-min {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-about-us .about_us_page_main .about_us_button_main.container-min {
    margin-top: 115px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1160px) {
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .lasd_new_navbar_list {
    padding: 10px 20px;
  }
  .middel-center-search {
    max-width: 710px;
    top: 26%;
  }
  .close-box {
    left: 4%;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .navbar-menu-link {
    font-size: 12px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li .top_cat_name {
    font-size: 12px;
  }
  .lasd-top-header-main .lasd-top-header-inner .header-middel-center {
    width: 68%;
  }
  .lasd-top-header-main .lasd-top-header-inner .header-middel-right {
    width: 12%;
  }
  .image_block_main .block_product_slider_main .action.primary span {
    font-size: 11px;
  }
  .top_banner .top_banner_container .banner_text_detail .title h3 {
    font-size: 30px;
  }
  .banner_area_right_info_inner .right_info_title {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .banner_area_right_info_inner .title_first,
  .banner_area_right_info_inner .title_second {
    font-size: 40px;
  }
  .banner_area_right_info_inner .right_info_desc {
    font-size: 14px;
  }
  .banner_arear_left_image_inner .left_two_image .left_two_image_first::after {
    height: 300px;
    width: 260px;
  }
  .banner_arear_left_image_inner .left_two_image .left_two_image_second::after {
    height: 245px;
    width: 240px;
  }
  .footer-bottom-inner .footer-bottom-right-payment-icon .footer_copyright small.copyright span {
    font-size: 16px;
  }
  .lasd-top-footer-main .footer-top-main .footer-top-inner .footer-top-info .footer-top-info-inner .footer-top-info-image .first_text {
    font-size: 12px;
  }
  .footer-bottom-right-payment-icon .footer-payment-icon-inner ul li {
    margin-right: 7px;
  }
  .footer-middle-inner .newslatter-icon-list li {
    margin-left: 5px;
  }
  .page-footer .lasd-top-footer-main .lasd-middle-footer .footer-middle-main .footer-middle-inner .footer-middle-fifth .block.newsletter input {
    padding: 26px 10px;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main strong a,
  .imge_slider_info_container .image_slider_title_main .image_slider_title_link strong a,
  .category_image_main .category_image_link span,
  .image_block_title_link strong a {
    font-size: 16px;
  }
  .lasd-top-footer-main .footer-middle-first-detail .footer-middle-top-info-main .footer-middle-top-info-inner .store-name {
    width: 55%;
  }
  .footer-middle-inner .footer-middle-second-detail .footer-middle-top-info-main li a,
  .page-wrapper .page-footer .lasd-top-footer-main .lasd-middle-footer .footer-middle-main .footer-middle-inner .footer-middle-third .footer-middle-left-list ul li a,
  .page-wrapper .page-footer .lasd-top-footer-main .lasd-middle-footer .footer-middle-main .footer-middle-inner .footer-middle-forth .footer-middle-left-list ul li a {
    font-size: 14px;
  }
  .lasd-top-footer-main .footer-middle-first-detail .footer-middle-top-info-main .footer-middle-top-info-inner .footer-info-text,
  .footer-middle-inner .footer-middle-forth .footer-middle-left-heading p,
  .footer-middle-inner .footer-middle-third .footer-middle-left-heading p,
  .footer-middle-left-heading p {
    font-size: 14px;
  }
  .footer-middle-inner .footer-middle-second-detail .footer-middle-top-info-main .footer-middle-left-list {
    margin-top: 34px;
  }
  .footer-middle-inner .footer-middle-second-detail .footer-middle-top-info-main li {
    margin-bottom: 7px;
  }
  .lasd-top-footer-main .footer-middle-first-detail .footer-middle-top-info-main .footer-middle-top-info-inner .footer-info-text {
    margin-bottom: 20px;
  }
  .category_image .category_image_container .category_image_top_banner .top_banner_left {
    width: 50%;
  }
  .category_image .category_image_container .category_image_top_banner .top_banner_right {
    width: 50%;
  }
  .category-view .page-main .category-cms .essen_category_image_main .essen_category_image_inner .category_image ul li {
    width: 25%;
  }
  .blog_main_title_left h3 {
    font-size: 42px;
  }
  .blog-page .page-wrapper .page-main .columns .block-categories .accordion li {
    padding: 0 18px 14px 0;
  }
  ol.post-list .post-holder {
    padding-bottom: 0;
  }
  .post-list .post-header .post-title a {
    font-size: 20px;
  }
  .blog-page .page-wrapper .page-main .columns .column.main .post-list-wrapper .post-list .post-header .post-title {
    padding: 20px 0 20px 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .product-custom-price-container {
    flex-direction: column;
  }
  .product-custom-price-container .product-info-price {
    width: 100%;
  }
  .product-custom-price-container .ready_delivery {
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form form .box-tocart .fieldset:last-child {
    justify-content: space-between;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form form .box-tocart .fieldset:last-child .actions {
    width: 85%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container {
    margin-top: 0;
  }
  .product-upsell-container .block.upsell .block-content.content .product-item-info .product.details.product-item-details .price_block_main .all_price .baseprice {
    font-size: 12px;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_text_main .middle_bottom_title p {
    font-size: 30px;
  }
  .product-info-main .price-box .price-wrapper .price:after {
    top: 0;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .page-title .base {
    font-size: 24px !important;
  }
  .product_ml_info p,
  .product_ml_info p:last-child {
    font-size: 15px;
  }
  .product_info_main .product_info_main_container .product-info-main .desc {
    font-size: 12px;
    line-height: 24px;
  }
  .product_info_main .product_info_main_container .product-info-main .desc .exp {
    font-size: 12px;
  }
  .category-anlass .page-wrapper .page-main .columns .category-cms div .image_block_main .block_product_slider_main .main_price .baseprice {
    font-size: 12px;
  }
  .category-feinkost .page-wrapper .page-main .page-title-wrapper .page-title .base {
    font-size: 40px;
  }
  .link_of_all_product a:after {
    border-bottom: solid 4px #e9d38a;
    margin-top: -17px;
  }
}
@media only screen and (max-width: 1060px) {
  .block-minicart .items-total {
    text-align: left;
  }
  .minicart-items-wrapper .minicart-items .product-item-details {
    text-align: left;
  }
  .minicart-wrapper .block-minicart li .product .product-item-details .product-item-name a {
    font-size: 16px;
  }
  .block-minicart .block-content > .actions > .primary .action.primary {
    font-size: 15px;
  }
  .minicart-items .item-qty {
    font-size: 15px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main {
    top: 155px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li ul.sub_child_cat {
    margin-top: 15px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li ul.sub_child_cat li.submenu_link {
    margin-bottom: 10px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li ul.sub_child_cat li.submenu_link a {
    font-size: 12px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li ul.sub_child_cat li.submenu_link .last_menu {
    margin-top: 20px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li ul.sub_child_cat li.submenu_link .last_menu a.last_cat_name {
    font-size: 12px;
  }
  .header-middel-center .middel-center-search {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: none !important;
    top: auto !important;
    width: 100%;
    max-width: inherit !important;
    filter: drop-shadow(0px 5px 2px rgba(60, 60, 60, 0.45));
    z-index: 11;
    bottom: 0px;
  }
  .header-middel-center .middel-center-search input#search {
    border: 0px;
  }
  .lasd-top-header-main .lasd-top-header-inner {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    align-items: center;
  }
  .lasd-header .lasd-top-header-main .header-middel-left {
    width: 65%;
    order: 1;
  }
  .lasd-header .lasd-top-header-main .header-middel-left .header-middel-logo {
    width: 50%;
    float: right;
  }
  .lasd-top-header-main .lasd-top-header-inner .header-middel-right {
    width: 35%;
    order: 2;
    text-align: right;
  }
  .lasd-top-header-main .lasd-top-header-inner .header-middel-center {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
  .middel-center-search {
    top: 65%;
    left: 15%;
    max-width: 680px;
  }
  .field.search .close-box {
    left: 4%;
  }
  .column.main .category_image_main .category_image ul li .food_cat span {
    font-size: 20px;
  }
  .product_slider_section .block-content.content .product-item-details .other_details {
    margin-bottom: 0;
  }
  .price-box.price-final_price > span.price-container.price-final_price.tax.weee {
    margin-top: 0;
    width: 100%;
  }
  .product_slider_section .block-content.content .product-item-details .price-box .special-price .price-container .price-wrapper span {
    font-size: 20px;
  }
  .product_slider_section .block-content.content .product-item-details .old-price .price-container .price-wrapper > span {
    font-size: 16px;
  }
  .footer-bottom-right-payment-icon .footer-payment-icon-inner ul li {
    margin-right: 5px;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main strong a,
  .imge_slider_info_container .image_slider_title_main .image_slider_title_link strong a,
  .category_image_main .category_image_link span,
  .image_block_title_link strong a {
    font-size: 15px;
  }
  .image_block_main .block_image_main_img_left {
    padding-right: 15px;
  }
  .image_block_main .block_product_image_list {
    padding-left: 10px;
  }
  .image_block_main .block_product_slider_main li {
    padding-right: 5px;
  }
  .image_block_main .block_product_slider_main li:last-child {
    padding-left: 5px;
  }
  .lasd-top-footer-main .footer-top-main .footer-top-inner .footer-top-info .footer-top-info-inner li {
    width: 50%;
  }
  .lasd-top-footer-main .footer-middle-first {
    width: 100%;
  }
  .footer-middle-inner .footer-middle-second,
  .footer-middle-inner .footer-middle-third,
  .footer-middle-inner .footer-middle-forth {
    width: 33.33%;
    margin-top: 30px;
  }
  .footer-middle-inner .footer-middle-fifth {
    width: 100%;
    margin-top: 30px;
  }
  .page-wrapper .page-footer .lasd-top-footer-main .footer-middle-main .footer-middle-inner .footer-middle-fifth .block.newsletter .title,
  .footer-middle-inner .newslatter-first-text p,
  .footer-middle-inner .newslatter-icon-list ul,
  .footer-middle-inner .newslatter-last-text p {
    text-align: left;
  }
  .page-footer .lasd-top-footer-main .lasd-middle-footer .footer-middle-main .footer-middle-inner .footer-middle-fifth .block.newsletter,
  .page-footer .lasd-top-footer-main .lasd-middle-footer .footer-middle-main .footer-middle-inner .footer-middle-fifth .block.newsletter .title {
    margin-bottom: 25px;
  }
  .footer-bottom-inner .footer-bottom-right-payment-icon .widget.block.block-static-block {
    display: inline-flex;
    width: 100%;
    flex-direction: column-reverse;
  }
  .footer-bottom-inner .footer-bottom-right-payment-icon .footer_copyright,
  .footer-bottom-right-payment-icon .footer-payment-icon-inner ul {
    text-align: center;
  }
  .footer-bottom-inner .footer-bottom-right-payment-icon .footer_copyright,
  .footer-payment-icon-main {
    width: 100%;
  }
  .category_image .category_image_container .category_image_top_banner .top_banner_left .top_banner_left_inner {
    padding: 55px 40px 53px 40px;
  }
  .category_image .category_image_container .category_image_top_banner .top_banner_left .top_banner_left_inner span.title {
    font-size: 30px;
    line-height: 38px;
  }
  .category_image .category_image_container .category_image_top_banner .top_banner_left .top_banner_left_inner p.title_text {
    font-size: 14px;
    line-height: 30px;
  }
  .price-including-tax span.price,
  .price-excluding-tax .price,
  .cart.table-wrapper .cart .product-item-name a {
    font-size: 16px;
  }
  .price_by_unit span {
    font-size: 12px;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart th span {
    font-size: 16px;
  }
  .columns .step_counter .step_counter_main .step_counter_inner ul li span {
    font-size: 14px;
  }
  .columns .step_counter .step_counter_main .step_counter_inner ul li span:first-child {
    margin: 0;
  }
  .columns .step_counter_main .step_counter_inner ul li.step_two span:last-child {
    font-size: 14px;
  }
  .step_counter .step_counter_main .step_counter_inner ul li.step_third span:last-child {
    font-size: 14px;
  }
  .checkout-index-index .opc-block-summary .product-item .product-item-inner {
    display: grid;
  }
  .checkout-index-index .opc-block-summary .product-item .subtotal {
    text-align: left;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .page-products .page-wrapper .page-main .page-title-wrapper .page-title .base {
    font-size: 40px;
  }
  .page-products .page-wrapper .page-main .page-title-wrapper .page-title .base:after {
    border-bottom: solid 5px #e9d38a;
    width: 80%;
    margin-top: -12px;
  }
  .page-products .column.main #layer-product-list .toolbar-products .pages {
    right: 18%;
  }
  .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .all_price_main {
    flex-direction: column;
  }
  .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .all_price_block_info,
  .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .product-item-inner {
    width: 100%;
  }
  .page-products .column.main #layer-product-list .products-grid ol li .product-item-details .product-item-inner .product-item-actions .actions-primary form > button.action.tocart.primary {
    max-width: inherit !important;
  }
  .page-products .page-wrapper .page-main .columns .column.main div#layer-product-list {
    margin: 0;
  }
  .page-products .page-wrapper .page-main .columns .column.main #layer-product-list .products {
    margin-bottom: 0;
  }
  .page-products .page-wrapper .page-main .columns .column.main #layer-product-list .products-grid ol li {
    margin-bottom: 30px;
  }
  .products.wrapper ~ .toolbar .pages {
    margin-bottom: 30px;
  }
  .page-products .products.wrapper ~ .toolbar .pages .pages-items .item span {
    padding: 11px 16px !important;
    font-size: 10px;
  }
  .page-products .products.wrapper ~ .toolbar .pages .action.next:before {
    font-size: 10px;
    padding: 4px 28px 4px 20px;
  }
  .page-products .products.wrapper ~ .toolbar .pages .action.next::after {
    top: 12px;
  }
  .page-products .products.wrapper ~ .toolbar .pages .action.previous::after {
    font-size: 10px;
    padding: 3px 20px 3px 28px;
  }
  .page-products .products.wrapper ~ .toolbar .pages .action.previous::before {
    top: 12px;
  }
  .block.upsell .block-content.content .product-item-info .product.details.product-item-details .price_block_main {
    flex-direction: column;
  }
  .product-upsell-container .block.upsell .block-content.content .product-item-info .product.details.product-item-details .price_block_main a.product_link,
  .product-upsell-container .block.upsell .block-content.content .product-item-info .product.details.product-item-details .price_block_main .product.actions.product-item-actions.add_to_cat_btn {
    width: 100%;
    float: unset;
  }
  .block.upsell .block-content.content .product-item-info .product.details.product-item-details .price_block_main .product.actions.product-item-actions.add_to_cat_btn {
    margin-top: 10px;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_text_main {
    padding-left: 110px;
  }
  .product.media .product-hover-img {
    right: 0%;
  }
  .product.media .product-discount {
    left: 0;
  }
  .page-title-wrapper .page-title .base {
    font-size: 40px;
  }
  .data.table.table-order-items.recent thead tr th.col,
  .data.table.table-order-items.history thead tr th.col {
    font-size: 12px;
    padding: 8px 5px;
  }
  .data.table.table-order-items.recent tbody tr td.col,
  data.table.table-order-items.history tbody tr td.col {
    padding: 8px 5px;
  }
  .account .page-wrapper .page-main .column.main .page-title-wrapper .page-title .base {
    font-size: 40px;
  }
  .anlass_main .anlass_left {
    order: 1;
    width: 100%;
  }
  .anlass_main .anlass_right {
    order: 0;
    width: 100%;
  }
  .category_image.wine_region_category_block_top .category_image_container .category_image_top_banner .top_banner_left {
    order: 1;
    width: 100%;
  }
  .category_image.wine_region_category_block_top .category_image_container .category_image_top_banner .top_banner_left .top_banner_left_inner {
    padding: 15px;
  }
  .category_image.wine_region_category_block_top .category_image_container .category_image_top_banner .top_banner_right {
    order: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .lasd-header .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main {
    padding-top: 10px;
  }
  .rebsorten_category_title_main .rebsorten_category_title h5 {
    font-size: 36px;
  }
  .rebsorten_category_title_main .rebsorten_category_title h5:after {
    border-bottom: solid 4px #e9d38a;
    width: 62%;
    margin-top: -12px;
  }
  div .wizer_category_main .winzer_category_inner .winzer_category_title_info .winzer_title span {
    font-size: 34px;
  }
  div .wizer_category_main .winzer_category_inner .winzer_category_title_info .winzer_title span:after {
    border-bottom: solid 4px #e9d38a;
    margin-top: -16px;
  }
  .checkout-index-index form .field label span {
    font-size: inherit;
  }
  .wizer_category_main .winzer_category_list .winzer_category .category_list_title span,
  .wizer_category_main .winzer_category_list .winzer_category .category_list_title span a {
    font-size: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .columns .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options .filter-options-content {
    top: 48px;
    width: 99%;
    max-width: inherit;
  }
  .page-products .column.main #layer-product-list .products-grid ol li.item .product-item-details .product-item-name {
    margin-bottom: 0;
  }
  .page-products .columns .column.main #layer-product-list .toolbar-products .toolbar-sorter {
    top: -3%;
  }
  .page-products .column.main #layer-product-list .toolbar-products .pages {
    top: -2.5%;
  }
  .page-products .page-wrapper .page-main .columns .column.main #layer-product-list .products-grid ol li {
    width: calc((100% - 9%)/3);
  }
  .page-products .page-wrapper .page-main .columns .column.main #layer-product-list .products-grid ol li:nth-child(4n + 1) {
    margin-left: 3%;
  }
  .page-products .columns .column.main #layer-product-list .toolbar-products .toolbar-sorter .sorter-options,
  .page-products .columns .column.main #layer-product-list .toolbar-products .pages .pages-label,
  .page-products .columns .column.main #layer-product-list .toolbar-products .pages .pages-items .item .page,
  .columns .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options .filter-options-title,
  .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options-content .item a {
    font-size: 12px;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-bottom: 0;
  }
  .product-info-main .product-info-price {
    margin-top: 5px;
  }
  .product-info-main .product_ml_info p {
    margin-bottom: 5px;
  }
  .product-info-main .other_attributes {
    margin-top: 5px;
  }
  .all_content .data.item.content .attribute .value p {
    font-size: 14px;
  }
  .food_type_tab_main .food_type_tab_container {
    padding: 45px 0 0 0;
  }
  .middle_media_main_top .middle_media_main .middle_media_container .middle_media_banner_mian .banner_main .banner_title p {
    font-size: 28px;
  }
  .middle_media_main_top .middle_media_main .middle_media_container .middle_media_banner_mian .banner_main .banner_text p {
    font-size: 20px;
  }
  .middle_media_main_top .middle_media_main .middle_media_container .middle_media_banner_mian .banner_author p {
    font-size: 16px;
  }
  .catalog-product-view .product-upsell-custom .block.upsell .block-content.content ol.products.list.items.product-items {
    margin-bottom: 0;
  }
  .customer-account-login .login-container .block-customer-login .block-title strong,
  .customer-account-login .register-container form fieldset.fieldset.create.info legend span {
    font-size: 28px;
  }
  form .field label span {
    font-size: 26px;
  }
  .wine_region_main .wine_region_container {
    margin-bottom: 20px;
  }
  .category-images .wine_region_category_block_bottom .wine_region_left_main .wine_region_left_details .wine_region_left_details_inner .wr_title {
    font-size: 26px;
  }
  .wine_region_left_details .wine_region_left_details_inner ul li {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .category_image.wine_region_category_block_top .category_image_container .category_image_top_banner .top_banner_right img {
    width: 100%;
  }
  body.page-products .page-wrapper .page-main .page-title-wrapper .page-title .base {
    font-size: 36px;
  }
  .subcategory_left_content .subcategory_subtitle_text span {
    font-size: 16px;
  }
  .feinkost_subcategory_image_mian li .subcategory_left_content h5 {
    padding: 0 10px 0 10px;
    font-size: 26px;
  }
  .feinkost_subcategory_image_mian li .subcategory_left_content .subcategory_subtitle_text span {
    padding: 0 10px 0 10px;
  }
  .anlass_sub_category_background_inner .anlass_sub_category_left_main {
    width: 52%;
  }
  .anlass_sub_category_background_inner .anlass_sub_category_left_main .anlass_sub_category_title_main {
    padding: 0px 10px;
  }
  .anlass_sub_category_background_inner .anlass_sub_category_right_main {
    width: 48%;
  }
  .category-cms .link_of_all_product {
    margin: 30px 0 25px 0;
  }
  .category-cms .link_of_all_product a {
    font-size: 38px;
  }
}
@media only screen and (max-width: 966px) {
  .middel-center-search {
    left: 4%;
    max-width: 777px;
  }
  .banner_arear_left_image_inner .left_two_image .left_two_image_first::after {
    height: 240px;
    width: 230px;
  }
  .banner_arear_left_image_inner .left_two_image .left_two_image_second::after {
    height: 200px;
    width: 200px;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .imge_slider_info_container .image_slider_title_main .image_slider_title span,
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .category_image_main .category_image_title span,
  .image_block_title span {
    font-size: 34px;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main strong a,
  .imge_slider_info_container .image_slider_title_main .image_slider_title_link strong a,
  .category_image_main .category_image_link span,
  .image_block_title_link strong a {
    font-size: 14px;
  }
  .category_image_main li {
    width: 33%;
    margin-bottom: 90px;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong:after,
  .imge_slider_info_container .image_slider_title_main .image_slider_title span:after,
  .category_image_main .category_image_title span:after,
  .image_block_title span:after {
    margin-top: -14px;
    border-bottom: solid 3px #e9d38a;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title,
  .imge_slider_info_container .image_slider_title_main .image_slider_title,
  .category_image_main .category_image_title {
    width: 75%;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title_inner .slider_title_container .slider_title_link,
  .image_slider_imfo_block_main .imge_slider_info_container .image_slider_title_main .image_slider_title_link,
  .category_image_main .category_image_ineer .category_image_link {
    width: 24.5%;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .imge_slider_info_container .image_slider_title_main .image_slider_title span,
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .category_image_main .category_image_title span,
  .image_block_title span {
    font-size: 28px;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main strong a,
  .imge_slider_info_container .image_slider_title_main .image_slider_title_link strong a,
  .category_image_main .category_image_link span,
  .image_block_title_link strong a {
    font-size: 13px;
  }
  .top_banner .top_banner_container .banner_text_detail.middel .link_text a,
  .top_banner .top_banner_container .banner_text_detail.upper_corner_r .link_text a,
  .top_banner .top_banner_container .banner_text_detail.upper_corner_l .link_text a {
    padding: 10px 20px;
    font-size: 12px;
  }
  .top_banner .top_banner_container li:nth-child(2) .banner_text_detail.middel {
    top: 55%;
  }
  .top_banner .top_banner_container .banner_text_detail .title h3 {
    font-size: 26px;
  }
  .image_slider_imfo_block_main .imge_slider_info_container .image_slider_slide_main .image_slider_slide_inner li {
    width: calc(23%);
    margin: 0px 20px 0px 0px;
  }
  .image_slider_imfo_block_main .imge_slider_info_container .image_slider_slide_main .image_slider_slide_inner li:last-child {
    margin-right: 0;
  }
  .banner_area_right_info_inner .title_first,
  .banner_area_right_info_inner .title_second {
    font-size: 32px;
  }
  .banner_area_right_info_inner .right_info_desc {
    line-height: normal;
  }
  .banner_area_right_info_inner .right_info_link strong a {
    font-size: 14px;
  }
  .image_block_main .block_image_main_img_left {
    padding-right: 0;
  }
  .page-products .page-wrapper .page-main .page-title-wrapper .page-title .base:after {
    display: none;
  }
  .essen_category_image_inner .category_image ul li .food_cat span {
    font-size: 20px;
  }
  .essen_category_title_custom .custom_title h4 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 28px;
  }
  .essen_category_title_custom .custom_title h4::after {
    border-bottom: solid 4px #e9d38a;
    width: 90%;
    margin-top: -11px;
  }
  .category-view .page-main .category-cms .essen_category_image_main .essen_category_image_inner .category_image ul li {
    width: 33.33%;
  }
  .post-text-hld p {
    font-size: 15px !important;
  }
  .blog_mian_post_category_and_share {
    flex-direction: column;
    margin-top: 55px;
  }
  .blog_mian_post_category_and_share .blog_main_post_category_inner {
    width: 100%;
  }
  .blog_mian_post_category_and_share .blog_main_post_share_inner {
    width: 100%;
  }
  .wizer_category_main .winzer_category_list .winzer_category .category_main_detail .category_list_image {
    display: block;
  }
  .wizer_category_main .winzer_category_list .winzer_category .category_main_detail .category_list_title {
    margin-left: 0;
  }
  .category-cms div .wizer_category_main .winzer_category_list .winzer_category ul li {
    min-height: 195px;
    margin-bottom: 20px;
  }
  #opc-sidebar .opc-block-summary {
    padding: 35px 10px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .page-products .column.main #layer-product-list .toolbar-products .toolbar-sorter {
    top: -3%;
  }
  .toolbar-products .pages {
    top: -2.5%;
  }
  .page-products .columns .column.main #layer-product-list .toolbar-products .pages {
    right: 22%;
  }
  .product-versandkosten-container {
    align-items: self-start;
    flex-direction: column;
  }
  .product-versandkosten-container .versandkosten_left {
    width: 100%;
  }
  .product-versandkosten-container .product_ml_right {
    width: 100%;
  }
  .product-versandkosten-container .product_ml_right .product_ml_info {
    margin-top: 5px;
  }
  .product-versandkosten-container .product_ml_right .product_ml_info .baseprice_bottom {
    text-align: left;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form form .box-tocart .fieldset:last-child .actions {
    margin-left: 20px;
  }
  .prices-tier li.item {
    font-size: 12px;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .page-title-wrapper .page-title .base {
    font-size: 20px !important;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-supplier-container .product_supplier_info span {
    font-size: 18px;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price-box .price-wrapper .price {
    font-size: 22px;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product-info-main .product-info-price .price-box .price-wrapper .price:after {
    font-size: 22px;
    top: 0;
  }
  .product_info_main .product_info_main_container .product-info-main .other_attributes p,
  .product_info_main .product_info_main_container .product-info-main .other_attributes span {
    font-size: 14px;
  }
  .other_attributes table tbody tr td {
    margin-bottom: 5px;
  }
  .product_info_main .product_info_main_container .product-info-main .ready_delivery p {
    font-size: 14px;
  }
  div#custom-qty .input-group input[type="number"] {
    height: 50px;
  }
  form .box-tocart .fieldset .actions .action.primary.tocart span {
    font-size: 14px;
  }
  .box-tocart .fieldset .actions .action.primary.tocart {
    padding: 12px 17px 12px !important;
  }
  .product-upsell-container .block.upsell .title .block-title-left .title_left {
    font-size: 30px;
  }
  .product-upsell-container .block.upsell .title .title_link_right {
    font-size: 14px;
  }
  .product-upsell-container .block.upsell .title img {
    width: 20%;
  }
  .block .title .title_left:after {
    border-bottom: solid 4px #e9d38a;
    width: 82%;
    margin-top: -10px;
  }
  .all_content .data.item.content .attribute .value p {
    font-size: 12px;
  }
  table#product-attribute-specs-table tbody tr.row_of_product_attribute th.col.label,
  table#product-attribute-specs-table tbody tr.row_of_product_attribute td.col.data {
    font-size: 12px;
  }
  .food_type_tab_main .food_type_tab_container {
    padding: 28px 0 0 0;
  }
  .food_type_title span {
    font-size: 18px;
  }
  .middle_media_main_top .middle_media_main .middle_media_container .middle_media_banner_mian .banner_main .banner_title p {
    font-size: 26px;
  }
  .middle_media_main_top .middle_media_main .middle_media_container .middle_media_banner_mian .banner_main .banner_text p {
    font-size: 20px;
  }
  .middle_media_main_top .middle_media_main .middle_media_container .middle_media_banner_mian .banner_author p {
    font-size: 16px;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_text_main .middle_bottom_title {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .middle_bottom_text_main .middle_bottom_text p {
    font-size: 13px;
    line-height: 24px;
  }
  .product-item-info .product-item-details .product-item-link {
    font-size: 18px;
  }
  .product-item-info .product_reg {
    margin-bottom: 0;
  }
  .product-item-info .product_reg .reg_att {
    font-size: 16px;
  }
  a.product_link .product_region_main {
    margin-bottom: 5px;
  }
  a.product_link .product_region_main span {
    font-size: 16px;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_text_main .middle_bottom_title p {
    font-size: 26px;
  }
  .food_type_tab_main {
    padding-left: 20px;
  }
  .contact-index-index .contact-us-form-mian {
    margin-top: 40px;
    margin-bottom: 40px;
    display: inline-flex;
    flex-flow: row wrap;
  }
  .contact-index-index .contact-us-form-mian .contact-us-form-left_map {
    width: 100%;
    order: 1;
  }
  .contact-index-index .contact-us-form-mian .contact-us-form {
    width: 100%;
    padding: 0;
    order: 0;
    margin-bottom: 30px;
  }
  .category-images .wine_region_category_block_bottom .wine_region_left_main .wine_region_left_details .wine_region_left_details_inner .wr_title {
    font-size: 24px;
  }
  .wine_region_left_details .wine_region_left_details_inner ul li {
    font-size: 16px;
  }
  .wine_region_left_main .wine_region_left_details span {
    font-size: 15px;
  }
  .subcategory_left_content .subcategory_title h5 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .subcategory_left_content .subcategory_subtitle_text span {
    font-size: 15px;
  }
  .category-cms .link_of_all_product a {
    font-size: 32px;
  }
  .cms-about-us .about_us_team_content_inner ul li {
    margin-bottom: 20px;
    width: 50%;
  }
  .feinkost_subcategory_image_mian .subcategory_left_content {
    width: 50%;
  }
  .feinkost_subcategory_image_mian .subcategory_right_image {
    width: 50%;
  }
}
@media only screen and (max-width: 820px) {
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title,
  .imge_slider_info_container .image_slider_title_main .image_slider_title,
  .category_image_main .category_image_title {
    width: 75%;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title_inner .slider_title_container .slider_title_link,
  .image_slider_imfo_block_main .imge_slider_info_container .image_slider_title_main .image_slider_title_link,
  .category_image_main .category_image_ineer .category_image_link {
    width: 24.5%;
  }
  .image_block_title_main .image_block_title_link {
    width: 31%;
  }
  .image_slider_imfo_block_main .imge_slider_info_container .image_slider_slide_main .image_slider_slide_inner li {
    width: calc(22.8%);
    margin: 0px 20px 0px 0px;
  }
  .banner_arear_left_image_inner .left_two_image .left_two_image_first::after {
    height: 200px;
    width: 190px;
  }
  .banner_arear_left_image_inner .left_two_image .left_two_image_second::after {
    height: 170px;
    width: 160px;
  }
  .category_image ul {
    margin-bottom: 30px;
  }
  .category_image_main li:nth-child(4) {
    margin-bottom: 0;
  }
  .category_image_main li:nth-child(5) {
    margin-bottom: 0;
  }
  .top_banner .top_banner_container .top_banner_second_block {
    margin-top: 0px !important;
  }
  .image_block_main {
    margin-top: 0;
  }
  .category_image_main {
    margin-top: 55px;
  }
  .product_slider_section .block-content.content .products {
    margin: 40px 0 30px;
  }
  .banner_area_main {
    margin-top: 0;
  }
  .image_slider_imfo_block_main {
    margin-bottom: 30px;
  }
  .image_slider_imfo_block_main .image_slider_slide_main {
    margin-top: 30px;
  }
  .category_image_main {
    margin-top: 32px;
  }
  .category_image_main .category_title_main {
    margin-bottom: 25px;
  }
  .image_block_main .image_block_main_image {
    margin-top: 38px;
  }
  .image_block_main .image_block_inner.main_container {
    margin-bottom: 15px;
  }
  .category_image .category_image_container .category_image_top_banner .top_banner_left .top_banner_left_inner span.title {
    font-size: 24px;
    line-height: normal;
  }
  .category_image .category_image_container .category_image_top_banner .top_banner_left .top_banner_left_inner p.title_text {
    font-size: 14px;
    line-height: normal;
  }
  .page_main_custom_inner .goto_button {
    display: none;
  }
  .page_main_custom_inner .page_main_custom_title {
    text-align: center;
    width: 100%;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main {
    padding-bottom: 0;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_text_main {
    padding-left: 70px;
  }
  .product.data.items.mage-tabs-disabled {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .product.info.detailed {
    margin-bottom: 0;
  }
  body.catalog-product-view .product-upsell-custom .block.upsell .block-content .product-item {
    width: calc((100% - 3%) / 2);
  }
  body.catalog-product-view .product-upsell-custom .block.upsell .block-content .product-item:nth-child(3) {
    margin-left: 0;
  }
  .product.data.items.mage-tabs-disabled .all_title {
    padding-left: 10px;
  }
  .all_content .data.item.content .attribute .value p {
    padding: 10px 0 0 25px;
  }
  table#product-attribute-specs-table tbody {
    padding-left: 25px;
  }
  table#product-attribute-specs-table tbody tr.row_of_product_attribute {
    margin-bottom: 10px;
  }
  table#product-attribute-specs-table tbody tr.row_of_product_attribute th.col.label {
    width: 140px;
  }
  .food_type_tab_container .food_icon_left:last-child {
    padding: 10px 0 0 45px !important;
  }
  .contact-index-index .contect_form_top_title_block .contect_form_top_title span {
    font-size: 25px;
    padding: 10px 0 10px 0;
  }
  .contact-index-index .contect_form_middle_block .contect_form_middle_block_inner {
    margin-top: 30px;
  }
  .contact-index-index .contect_form_middle_block .contect_form_middle_block_top span {
    width: auto;
    font-size: 27px;
  }
  .contact-index-index .contect_form_middle_block .contect_form_middle_block_middle {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .contact-index-index .contect_form_middle_block .contect_form_middle_block_bottom .contect_form_middle_block_bottom_left {
    float: left;
  }
  .contact-index-index .contect_form_middle_block .contect_form_middle_block_middle span {
    width: 100%;
  }
  .contact-index-index .contect_form_middle_block_bottom .contect_form_middle_block_bottom_left,
  .contact-index-index .contect_form_middle_block_bottom .contect_form_middle_block_bottom_middle,
  .contact-index-index .contect_form_middle_block_bottom .contect_form_middle_block_bottom_right {
    width: 100%;
    margin-bottom: 20px;
  }
  .content.block-collapsible-nav-content ul.nav.items li.nav.item strong,
  .content.block-collapsible-nav-content ul.nav.items li.nav.item a {
    font-size: 12px;
  }
  .anlass_sub_category_inner .anlass_sub_category_background .anlass_sub_category_background_inner {
    flex-flow: row wrap;
  }
  .anlass_sub_category_inner .anlass_sub_category_background .anlass_sub_category_left_main {
    order: 1;
    width: 100%;
  }
  .anlass_sub_category_inner .anlass_sub_category_background .anlass_sub_category_right_main {
    width: 100%;
    order: 0;
  }
  .anlass_sub_category_inner .anlass_sub_category_background .anlass_sub_category_title_main {
    padding: 20px;
  }
  .anlass_sub_category_inner .anlass_sub_category_background .anlass_sub_category_title h5 {
    margin-bottom: 10px;
  }
  .wine_region_left_main {
    flex-flow: column-reverse;
  }
  .wine_region_left_main .wine_region_left_details {
    width: 100%;
    padding: 20px;
  }
  .wine_region_left_main .wine_region_left_images {
    width: 100%;
  }
  .wine_region_left_main .wine_region_left_images img {
    width: 100%;
    object-fit: fill;
    object-position: center;
  }
  .category-images .wine_region_category_block_bottom .wine_region_left_main .wine_region_left_details .wine_region_left_details_inner .wr_title {
    font-size: 20px;
  }
  .feinkost_subcategory_inner ul li {
    flex-flow: column;
  }
  .feinkost_subcategory_inner ul li .subcategory_left_content {
    width: 100%;
    order: 1;
    padding: 20px;
  }
  .feinkost_subcategory_inner ul li .subcategory_left_content h5 {
    padding: 0;
    margin: 10px 0;
  }
  .feinkost_subcategory_inner ul li .subcategory_left_content .subcategory_subtitle_text span {
    padding: 0;
  }
  .feinkost_subcategory_inner ul li .subcategory_right_image {
    width: 100%;
    order: 0;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .lasd-top-header-inner .header-middel-center .middel-center-search {
    bottom: -25px;
  }
  .middel-center-search-form .block-search .block-content .form.minisearch .field.search .control {
    padding: 0;
    border-top: 0;
    margin: 0;
  }
  .middel-center-search-form .block-search .block-content .form.minisearch input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .middel-center-search-form .block-search .block-content .form.minisearch .label {
    display: none;
  }
  .middel-center-search-form .block-search .block-content .form.minisearch .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;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    border: 1px solid;
    border-radius: 0;
    padding: 17px 17px;
    margin-top: 11px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .sub_menu_list_main {
    display: none;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .lasd_new_navbar_list {
    background-color: #C9B777;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .producer_detail_block_top_inner .producer_right .page_title h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .producer_detail_block_top_inner .producer_right .page_title h1:after {
    border-bottom: solid 4px #e9d38a;
    margin-top: -10px;
  }
  .producer_right .cat_desc,
  .producer_right .cat_desc p,
  .producer_desc_bottom .cat_desc_bottom,
  .producer_desc_bottom .cat_desc_bottom p {
    font-size: 16px;
  }
  .producer_detail_block_top_inner .producer_right {
    padding-left: 20px;
  }
  .producer_right .more_info a {
    font-size: 18px;
  }
  .submenu_first .last_menu {
    display: none;
    margin-top: 14px;
  }
  .navigation-list .nav-bar-list ul li a.last_cat_name {
    font-size: 12px;
  }
  .page-wrapper .message.success > div,
  .page.messages .messages .message.error > div {
    font-size: 12px;
  }
  .minicart-wrapper .block-minicart {
    padding: 20px 10px;
  }
  .minicart-wrapper.active .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    margin: 0 -10px;
    padding: 5px;
  }
  .block-minicart .items-total,
  .block-minicart .subtotal {
    font-size: 12px;
  }
  .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 14px;
  }
  .block-minicart .block-content > .actions > .primary .action.primary {
    font-size: 14px;
    padding: 10px 15px;
  }
  .minicart-items-wrapper .minicart-items .product-item-details {
    padding-left: 10px !important;
  }
  .minicart-wrapper .block-minicart li.item .product .product-item-details .product-item-name a,
  .minicart-items .product-item-details .price,
  .minicart-items .product-item-pricing .label,
  .minicart-items .details-qty.qty .item-qty {
    font-size: 14px;
  }
  .minicart-wrapper .product .actions {
    margin: 0 20px 0 0;
  }
  #minicart-content-wrapper .block-content .actions .viewcart span {
    font-size: 12px;
  }
  .minicart-items .primary .action.edit:before,
  .minicart-items .secondary .action.delete:before {
    font-size: 24px;
  }
  .page-wrapper .page-header {
    margin: 0px;
  }
  .page-wrapper.nav-open:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .lasd-header .lasd-top-header-main .lasd-top-header-inner {
    position: relative;
    display: inline-block;
  }
  .lasd-header .lasd-top-header-main .lasd-top-header-inner .header-middel-left {
    width: 100%;
    order: inherit;
    display: block;
  }
  .lasd-header .lasd-top-header-main .lasd-top-header-inner .header-middel-left .header-middel-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
  .lasd-header .lasd-top-header-main .lasd-top-header-inner .header-middel-left .header-middel-logo .nav-toggle {
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  .lasd-header .lasd-top-header-main .lasd-top-header-inner .header-middel-left .header-middel-logo .nav-toggle:before {
    color: black;
  }
  .lasd-header .lasd-top-header-main .lasd-top-header-inner .header-middel-center .block-static-block.widget nav.navigation-list {
    display: none;
    width: 90%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1111;
    background: white;
    padding: 0 0 0 0;
    text-align: left;
    filter: drop-shadow(0px 5px 2px rgba(60, 60, 60, 0.45));
  }
  .lasd-header .lasd-top-header-main .lasd-top-header-inner .header-middel-center .block-static-block.widget nav.navigation-list .click_close_menu:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    height: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    color: #8f8f8f;
    content: '\e616';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    z-index: 300;
    position: absolute;
    top: 10px;
    right: -35px;
    color: #000;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .lasd-header .lasd-top-header-main .lasd-top-header-inner .header-middel-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15.5px;
  }
  .page-header {
    border: 0;
  }
  .nav-toggle {
    top: 36px;
    left: 17px;
  }
  .lasd-header .lasd-top-header-container .lasd-top-header-inner .header-middel-left .header-middel-logo a.logo {
    width: 45%;
    margin: auto;
    text-align: center;
  }
  .lasd-header .lasd-top-header-main .lasd-top-header-inner .header-middel-center {
    margin-top: 0;
  }
  .lasd-top-header-main .lasd-top-header-inner {
    padding-bottom: 0;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .imge_slider_info_container .image_slider_title_main .image_slider_title span,
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .category_image_main .category_image_title span,
  .image_block_title span,
  .banner_area_main .banner_area_right_info_main .right_info_title .title_first,
  .banner_area_main .banner_area_right_info_main .right_info_title .title_second {
    font-size: 25px;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title_inner .slider_title_container .slider_title_link,
  .image_slider_imfo_block_main .imge_slider_info_container .image_slider_title_main .image_slider_title_link,
  .category_image_main .category_image_ineer .category_image_link {
    padding: 0;
  }
  .product_slider_section .block-content.content .product-item-info- .all_price_main_home a.product.photo.product-item-photo {
    width: 100%;
  }
  .homepage_main {
    margin-bottom: 20px;
  }
  .product_slider_section .block-content.content .products {
    margin: 30px 0 30px;
  }
  .column .image_slider_imfo_block_main {
    margin-bottom: 17px;
  }
  .column .image_slider_imfo_block_main .imge_slider_info_container.main_container .image_slider_slide_main {
    margin-top: 27px;
  }
  .product_slider_section .content_container.main_container .product_slider_section_inner .block.block-product-slider.slider-list {
    margin-bottom: 30px;
  }
  .banner_area_right_info_inner .right_info_title .title_first {
    font-size: 30px;
  }
  .banner_area_right_info_inner .right_info_title .title_second {
    font-size: 30px;
  }
  .column .image_block_main {
    margin-top: 20px;
  }
  .column .image_block_main .image_block_inner.main_container .image_block_title_link {
    padding: 0;
  }
  .column .category_image_main {
    margin-top: 22px;
  }
  .category_image_main .category_title_main {
    margin-bottom: 19px;
  }
  .image_block_main .image_block_inner.main_container {
    margin-bottom: 0;
  }
  .column .image_block_main .image_block_main_image {
    margin-top: 30px;
  }
  .column .image_block_main .image_block_main_image .block_image_main_img_left {
    float: unset;
    width: 100%;
    text-align: center;
  }
  .column .image_block_main .image_block_main_image .block_image_main img {
    width: 100%;
  }
  .column .image_block_main .image_block_main_image .block_product_image_list {
    float: unset;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .column .image_block_main .image_block_main_image .block_product_image_list .block_product_slider_main .block_product_slider_main li {
    margin-bottom: 0;
  }
  .columns .column.main {
    padding-bottom: 0;
  }
  .page-wrapper .page-footer .lasd-footer-container .widget.block.block-static-block .footer-top-info-main {
    padding: 24px 0 0 0;
  }
  .lasd-top-footer-main .footer-middle-first-detail .footer-middle-top-info-main .footer-middle-top-info-inner .top-logo {
    padding: 30px 0 20px 0;
  }
  .lasd-top-footer-main .lasd-middle-footer .footer-middle-top-info-inner .footer-info-text.last {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
  .lasd-top-footer-main .footer-middle-main .footer-middle-inner .footer-middle-second,
  .lasd-top-footer-main .footer-middle-main .footer-middle-inner .footer-middle-third,
  .lasd-top-footer-main .footer-middle-main .footer-middle-inner .footer-middle-forth {
    margin-top: 25px;
  }
  .page-footer .lasd-top-footer-main .footer-middle-first-detail .footer-middle-top-info-main .footer-middle-top-info-inner .map-link a,
  .page-wrapper .page-footer .lasd-top-footer-main .lasd-middle-footer .footer-middle-main .footer-middle-inner .footer-middle-fifth .block.newsletter .title strong,
  .lasd-top-footer-main .lasd-middle-footer .footer-middle-inner .newslatter-first-text p,
  .lasd-top-footer-main .footer-middle-inner .footer-middle-fifth .block-static-block .newslatter-info-inner .newslatter-last-text p a {
    font-size: 18px;
  }
  .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong:after,
  .column.main .imge_slider_info_container .image_slider_title_main .image_slider_title span:after,
  .column.main .category_image_main .category_image_title span:after,
  .column.main .image_block_title span:after {
    margin-top: -11px;
  }
  .lasd-top-footer-main .footer-middle-inner .footer-middle-second-detail .footer-middle-top-info-main .footer-middle-left-list {
    margin-top: 15px;
  }
  .lasd-top-footer-main .footer-middle-inner .footer-middle-second-detail .footer-middle-top-info-main li {
    margin-bottom: 4.3px;
  }
  .lasd-top-footer-main .footer-middle-inner .footer-middle-left-list {
    margin-top: 22px;
  }
  .lasd-top-footer-main .footer-middle-inner .footer-middle-left-list ul li {
    margin-bottom: 12px;
  }
  .lasd-top-footer-main .footer-middle-inner .footer-middle-fifth {
    margin-top: 14px;
  }
  .page-footer .lasd-top-footer-main .footer-middle-first-detail .footer-middle-top-info-main .footer-middle-top-info-inner .footer-info-text {
    margin-bottom: 5px;
  }
  .page-wrapper .page-footer .lasd-top-footer-main .lasd-middle-footer .footer-middle-main .footer-middle-inner .footer-middle-fifth .block.newsletter .title {
    margin-bottom: 20px;
  }
  .page-wrapper .page-footer .lasd-top-footer-main .lasd-middle-footer .footer-middle-main .footer-middle-inner .footer-middle-fifth .block.newsletter {
    margin-bottom: 20px;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_left_image_main {
    width: 100%;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_left_image_main .banner_arear_left_image_inner .left_two_image {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_left_image_main .banner_arear_left_image_inner .left_two_image .left_two_image_first {
    width: 35%;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_left_image_main .banner_arear_left_image_inner .left_two_image .left_two_image_first img {
    margin: 45px 0 0 0;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_left_image_main .banner_arear_left_image_inner .left_two_image .left_two_image_first:after {
    left: -35px;
    height: 80%;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_left_image_main .banner_arear_left_image_inner .left_two_image_second {
    width: 35%;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_left_image_main .banner_arear_left_image_inner .left_two_image_second::after {
    height: 68%;
    left: -80px;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_right_info_main {
    width: 100%;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_right_info_main .banner_area_right_info_inner .right_info_desc {
    margin-top: 3px;
    margin-bottom: 10px;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_right_info_main .banner_area_right_info_inner .right_info_link {
    margin-bottom: 26px;
  }
  .column .category_image_main .category_image_ineer.main_container .category_image ul li .food_cat span {
    font-size: 16px;
  }
  .footer-middle-inner .newslatter-last-text P {
    margin: 0;
  }
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title,
  .columns .column.main .imge_slider_info_container .image_slider_title_main .image_slider_title,
  .columns .column.main .category_image_main .category_image_title,
  .image_block_main .image_block_inner.main_container .image_block_title_main .image_block_title {
    width: 63%;
  }
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title_inner .slider_title_container .slider_title_link,
  .columns .column.main .image_slider_imfo_block_main .imge_slider_info_container .image_slider_title_main .image_slider_title_link,
  .columns .column.main .category_image_main .category_image_ineer .category_image_link,
  .image_block_main .image_block_inner.main_container .image_block_title_main .image_block_title_link {
    width: 37%;
    text-align: right;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title_container,
  .imge_slider_info_container .image_slider_title_main .image_slider_title_inner,
  .category_image_main .category_title_main {
    display: inline-flex;
    width: 100%;
    align-items: center;
  }
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .columns .column.main .imge_slider_info_container .image_slider_title_main .image_slider_title span,
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .columns .column.main .category_image_main .category_image_title span,
  .column .image_block_main .image_block_title span {
    font-size: 24px;
  }
  .product_slider_section .content_container .product_slider_section_inner .slider_title_main strong a,
  .imge_slider_info_container .image_slider_title_main .image_slider_title_link strong a,
  .category_image_main .category_image_link span,
  .image_block_title_link strong a {
    font-size: 12px;
  }
  .columns .column.main .image_slider_imfo_block_main .imge_slider_info_container .image_slider_slide_main .image_slider_slide_inner li {
    margin: 0px 20px 20px 0px;
    width: calc((100% - 20px)/2);
    font-size: 0;
  }
  .columns .column.main .image_slider_imfo_block_main .imge_slider_info_container .image_slider_slide_main .image_slider_slide_inner li:nth-child(even) {
    margin-right: 0;
  }
  .column .image_block_main .block_product_slider_main li {
    width: calc((100% - 80px)/2);
    margin: 0 20px;
    padding-right: 0;
  }
  .column .image_block_main .block_product_slider_main li:last-child {
    padding-left: 0;
  }
  .page-footer .lasd-top-footer-main .footer-top-main .footer-top-inner .footer-top-info .footer-top-info-inner ul li:first-child .footer-top-info-image .img-inner-right {
    padding-left: 20px;
  }
  .lasd-bottom-footer .footer-bottom-inner .footer-bottom-right-payment-icon .footer_copyright,
  .footer-bottom-inner .footer-bottom-right-payment-icon .footer-payment-icon-main {
    width: 100%;
  }
  .footer-bottom-inner .footer-bottom-right-payment-icon .footer-payment-icon-main .footer-payment-icon-inner ul {
    text-align: center;
  }
  /* ------------------------------------------- burger menu ----------------------------------------------*/
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list_container .lasd_new_navbar_list_inner {
    padding-bottom: 0;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main {
    padding-top: 45px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li {
    width: 93%;
    border: 0;
    border-bottom: 1px solid;
    margin-right: 0;
    padding: 8px 15px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li:last-child {
    border-bottom: 0;
  }
  .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li {
    margin-bottom: 0;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li .top_cat_name {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 5px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .navbar-menu-link {
    font-size: 14px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .navbar-menu-link:after {
    display: none;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .nav-bar-list-ul {
    position: relative;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li {
    padding: 0px;
    width: 100%;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li a.navbar-menu-link {
    width: calc(100% - 30px);
    padding: 8px 15px;
    display: inline-block;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li.have_sub_child:after {
    content: '\e61c';
    font-family: 'icons-blank-theme';
    font-size: 24px;
    position: absolute;
    right: 13px;
    top: 15px;
    font-weight: 700;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li.active:after {
    content: '\e60f';
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .sub_menu_list_main {
    position: inherit;
    border: 0px;
    box-shadow: none;
    padding: 0px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .sub_menu_list_main .lasd_new_navbar_list {
    filter: none;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items:last-child ul li {
    border-bottom: 0px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li {
    width: calc(100% - 30px);
    padding: 8px 15px;
    border-bottom: 1px solid #000;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li .top_cat_name {
    padding: 0px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li ul.sub_child_cat li.submenu_link {
    width: 100%;
    padding: 0px;
    border: 0px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li ul.sub_child_cat li.submenu_link:before {
    display: none;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list li .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li ul.sub_child_cat li.submenu_link a {
    font-size: 11px;
  }
  .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li {
    position: relative;
  }
  .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li.submenu_first .top_cat_name:after {
    content: '\e61c';
    font-family: 'icons-blank-theme';
    font-size: 24px;
    position: absolute;
    right: 13px;
    top: 3px;
    font-weight: 700;
    border: 0px;
    transform: none;
    transform-origin: inherit;
    width: auto;
  }
  .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li.submenu_first .top_cat_name.active-title:after {
    content: '\e60f';
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .lasd_new_navbar_list {
    padding: 0;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items {
    float: none;
    width: 100%;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main {
    top: 0;
    padding: 45px 0 0 0;
  }
  li.submenu_first a.top_cat_name {
    padding: 0;
    border: 1px solid;
    margin: 0 0 10px 0;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li {
    margin-bottom: 0;
  }
  .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items .sub_child_cat {
    margin-top: 5px;
  }
  .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items ul li {
    padding: 5px 10px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items .sub_child_cat li.submenu_link {
    width: 84%;
    padding: 8px 25px 7px 25px;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items .sub_child_cat li.submenu_link:last-child {
    border-bottom: 0;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items .sub_child_cat li.submenu_link a {
    font-size: 15px;
  }
  .lasd_new_navbar_list_menu_items ul li .top_cat_name::after {
    display: none;
  }
  .lasd-top-header-main .lasd-top-header-inner .block-static-block nav.navigation-list .nav-bar-list .sub_menu_list_main .lasd_new_navbar_list .lasd_new_navbar_list_container .lasd_new_navbar_list_inner .lasd_new_navbar_list_menu .lasd_new_navbar_list_menu_items .sub_child_cat li.submenu_link:before {
    content: '\25BA';
  }
  .category-essen .page-wrapper .page-main .columns .column.main .category-view .page-main {
    max-width: inherit !important;
    padding: 0 20px !important;
  }
  .category-cms .essen_category_title_custom .custom_title h4 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 24px;
  }
  .category-cms .essen_category_title_custom .custom_title h4::after {
    border-bottom: solid 4px #e9d38a;
    width: 90%;
    margin-top: -9px;
  }
  .essen_category_image_inner .category_image ul li .food_cat span {
    font-size: 16px;
  }
  .category-essen .page-wrapper .page-main .columns .column.main .category-images .category_image_categoryq .category_image_container .wine_region_main {
    margin-top: 0;
  }
  .form.minisearch .field.search .close-box {
    left: 1%;
    top: 10px;
  }
  .lasd-top-header-inner .header-middel-center .middel-center-search {
    bottom: -45px;
  }
  .blog-page .page-wrapper .page-main .columns .column.main .post-list-wrapper .post-list {
    column-count: 2;
  }
  .blog_main_content_inner .blog_main_third_image_block .blog_third_image {
    width: 100%;
    float: unset;
    text-align: center;
  }
  .blog_main_content_inner .blog_main_third_image_block .blog_third_image_content {
    float: unset;
    width: 100%;
  }
  .blog_main_content_inner .blog_main_forth_image_block {
    display: inline-flex;
    flex-flow: column-reverse;
  }
  .blog_main_content_inner .blog_main_forth_image_block .blog_forth_image_content {
    width: 100%;
    float: unset;
  }
  .blog_main_content_inner .blog_main_forth_image_block .blog_forth_image {
    width: 100%;
  }
  .blog_main_content_inner .blog_main_forth_image_block .blog_forth_image ul {
    text-align: center;
  }
  .blog_main_content_inner .blog_mian_sixth_image_mian {
    display: inline-flex;
    flex-flow: column-reverse;
  }
  .blog_main_content_inner .blog_mian_sixth_image_mian .blog_sixth_img_content {
    width: 100%;
    float: unset;
  }
  .blog_main_content_inner .blog_mian_sixth_image_mian .blog_sixth_img {
    width: 100%;
    float: unset;
    text-align: center;
  }
  .column.main .post-view .post-nextprev-hld .next_link {
    width: 100%;
    float: unset;
  }
  .column.main .post-view .post-nextprev-hld .next_link .next_post_detail .post_small_image .next_post_name {
    max-width: 60%;
  }
  .column.main .post-view .post-nextprev-hld .previous_link {
    width: 100%;
    float: unset;
  }
  .column.main .post-view .post-nextprev-hld .previous_link .previous_post_detail .previous_post_name {
    max-width: 60%;
  }
  .rebsorten_subcategory_inner .rebsorten_subcategory ul {
    column-count: 1;
  }
  .rebsorten_subcategory_inner .rebsorten_subcategory ul li a {
    font-size: 28px;
  }
  .rebsorten_category_inner .rebsorten_category_title_main .rebsorten_category_title {
    margin-bottom: 30px;
  }
  .rebsorten_category_inner .rebsorten_category_title_main .rebsorten_category_title h5 {
    font-size: 30px;
  }
  .rebsorten_category_inner .rebsorten_category_title_main .rebsorten_category_title h5:after {
    margin-top: -10px;
  }
  body.category-rebsorten .page-wrapper .page-main .columns .column.main div#layer-product-list {
    margin-top: 0;
  }
  .category-view .wizer_category_main .winzer_category_list .winzer_category .category_list_title span,
  .category-view .wizer_category_main .winzer_category_list .winzer_category .category_list_title span a {
    font-size: 20px;
  }
  .checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left,
  .checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right {
    padding: 0;
    width: 100%;
  }
  .checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right,
  .checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right .guest_main {
    margin-top: 100px;
  }
  .checkoutlogin-index-index .page-wrapper .login_or_register_main .register_or_guest_right {
    margin-bottom: 60px;
  }
  .cms-cms-lieferbedingungen .page-title-wrapper .page-title .base::after {
    display: none;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: bold;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: bold;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .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 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    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: #fcfcfc;
  }
  .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;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: bold;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  #dibs_easy_checkoutSidebar {
    padding: 20px 10px;
  }
  #dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar {
    right: 0;
  }
  #dibs_easy_checkoutSidebar .col.item-desc,
  #dibs_easy_checkoutSidebar .col.price {
    display: none;
  }
  #dibs_easy_checkoutSidebar .dibs-easy-checkout-cart #dibs-easy-checkout-cart-heading span.dibs-payment-methods__img {
    width: 100%;
    float: right;
    margin-bottom: 25px;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review tbody tr {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
    display: inline-block;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review th {
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review th.qty,
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review th.item-img {
    display: none;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review th.price {
    text-align: right;
    position: absolute;
    right: 25px;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td {
    display: block;
    float: left;
    padding: 20px 0 10px;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td.item-img,
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td.item-desc {
    width: 100%;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td.qty,
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td.subtotal,
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td.price {
    width: 50%;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td.subtotal .cart-price {
    line-height: 38px;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td.qty .remove-product span {
    margin-right: 20px;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td .price-excluding-tax,
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td .price-including-tax {
    white-space: inherit;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td.item-desc .product-item-details .product-item-info {
    width: 100%;
  }
  #dibs_easy_checkoutSidebar table.dibs-easy-checkout-review td.item-img .product-item-image {
    text-align: center;
  }
  #dibs_easy_checkoutSidebar .dibs-easy-checkout-shipping .dibs-easy-checkout-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #dibs_easy_checkoutSidebar .dibs-easy-checkout-shipping .slick-list.draggable {
    margin-top: 40px;
  }
  #dibs_easy_checkoutSidebar .dibs-easy-checkout-shipping select {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  #dibs_easy_checkoutSidebar .dibs-easy-checkout-shipping input {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top: 0 !important;
  }
  #dibs_easy_checkoutSidebar .dibs-easy-checkout-shipping #shipping-method-button {
    margin: 15px auto;
    width: 100%;
  }
  #dibs_easy_checkoutSidebar .dibs-easy-checkout-shipping .slick-dots {
    top: -40px;
    height: 40px;
  }
  #dibs-easy-checkout_cart_totals table tfoot {
    border-bottom: 1px solid #d1d1d1;
  }
  #dibs-easy-checkout_cart_totals table tfoot td,
  #dibs-easy-checkout_cart_totals table tfoot th {
    font-weight: 700;
    padding: 10px 0;
  }
  .dibs-easy-checkout-extra__left,
  .dibs-easy-checkout-extra__right {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }
  .go-to {
    width: 100% !important;
    float: none;
  }
  .dibs_easy_checkout-order-success #dibs_easy_checkoutSidebar {
    padding-right: 0;
    padding-left: 0;
  }
  .dibs_easy_checkout-order-success .page-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
  }
  .dibs_easy_checkout-order-success .checkout-success h1 {
    font-size: 32px;
  }
  .dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details li {
    display: block;
  }
  .dibs_easy_checkout-order-success .dibs-easy-checkout-order__items {
    padding: 20px 10px;
  }
  #ln_slider_container_rating {
    padding-left: 15px;
  }
  #layered-horizontal-container {
    display: none;
  }
  #ln_button_submit {
    margin-bottom: 15px;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .checkout-cart-index .page-wrapper .cart-summary > .title {
    margin: 0px 20px 20px;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary {
    width: 100% !important;
  }
  .checkout-cart-index .page-wrapper .cart-container .checkout-methods-items {
    margin-top: 30px;
  }
  .step_counter .step_counter_main .step_counter_inner ul a {
    margin-right: 134px;
  }
  .step_counter .step_counter_main .step_counter_inner ul li:after {
    left: 100px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .cart-totals {
    padding: 10px 20px;
  }
  .page-wrapper .cart-container .checkout-methods-items .action.primary {
    width: 100%;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .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 .items > .item tr.item-info {
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart th.col {
    padding: 17px 0 10px 0;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart th.col span {
    font-size: 14px;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart .cart.item tr > td {
    padding: 25px 0 10px 0;
    text-align: center !important;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart .cart.item tr > td .product-item-photo {
    text-align: center;
    padding-right: 0;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart .cart.item tr > td .product-item-details {
    text-align: center;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart .cart.item tr > td .product-item-details strong.product-item-name {
    margin-top: 20px;
    max-width: inherit;
    height: auto;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart .cart.item tr.item-info td.col.price .main_price {
    margin-top: 0;
  }
  .actions-toolbar > .action.action-delete:after {
    top: 28px;
    right: 40px;
  }
  .checkout-index-index form .fieldset > .field:not(.choice) > .label::after {
    top: 0;
  }
  .checkout-index-index li.opc-progress-bar-item.disable,
  .opc-progress-bar-item._complete,
  li.opc-progress-bar-item._active {
    margin-right: 0 !important;
  }
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper h1.page-title {
    margin-left: 0;
  }
  .checkout-index-index .checkout-container .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index .checkout-container .opc-estimated-wrapper {
    padding: 18px 0;
  }
  ._has-modal-custom .custom-slide._show {
    z-index: 11111 !important;
    left: auto;
    right: 0;
    width: inherit;
    max-width: 400px;
  }
  ._has-modal-custom .custom-slide._show .modal-inner-wrap {
    box-shadow: none;
  }
  ._has-modal-custom .custom-slide._show .modal-inner-wrap #opc-sidebar .opc-block-summary {
    padding: 15px;
    border: 0;
  }
  ._has-modal-custom .custom-slide._show .modal-inner-wrap #opc-sidebar .opc-block-summary .title {
    margin-top: 55px;
  }
  ._has-modal-custom .custom-slide._show .modal-inner-wrap #opc-sidebar .secure_payment_block,
  ._has-modal-custom .custom-slide._show .modal-inner-wrap #opc-sidebar .questions_block {
    padding: 0 15px;
  }
  ._has-modal-custom .custom-slide._show .modal-inner-wrap #opc-sidebar .questions_block {
    margin-bottom: 40px;
  }
  .opc-progress-bar li.opc-progress-bar-item._complete:after {
    top: 18px;
    left: 60%;
  }
  .checkout-onepage-success .page-wrapper .page-bottom .content .static_block_main {
    flex-direction: column;
  }
  .checkout-onepage-success .page-wrapper .page-bottom .content .static_block_main .left.left_image {
    width: 100%;
    padding-right: 0;
  }
  .checkout-onepage-success .page-wrapper .page-bottom .content .static_block_main .right.right_content {
    width: 100%;
  }
  .checkout-onepage-success .page-wrapper .page-bottom .content .static_block_main .right.right_content .content_main p,
  .checkout-onepage-success .page-wrapper .page-bottom .content .static_block_main .right.right_content .content_main span {
    margin: 5px 0 !important;
    font-size: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .product_info_main_container .product_top_info {
    display: flex;
    flex-flow: row wrap;
  }
  .product_info_main_container .product_top_info .product_other_detail_sku_share {
    order: 2;
    margin-top: 15px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form form .box-tocart .fieldset:last-child .field.qty {
    margin-right: 0 !important;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form form .box-tocart .fieldset:last-child .actions {
    margin-left: 0;
    width: 90%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main {
    order: 0;
  }
  .catalog-product-view .page-wrapper .page-main .block.upsell .block-content .products-grid .product-item {
    width: 48%;
  }
  .page-products .column.main #layer-product-list .products-grid ol li.item .product-item-details .other_details_product_list_page {
    margin-bottom: 10px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main #layer-product-list .products {
    margin-top: 30px;
  }
  body.page-products.page-products .column.main #layer-product-list .toolbar-products .toolbar-sorter {
    top: 4.5%;
  }
  body.page-products .columns .column.main #layer-product-list .toolbar.toolbar-products .pages {
    top: 4.85%;
    left: 0;
    text-align: left;
  }
  .page-products .products.wrapper ~ .toolbar .pages {
    text-align: center !important;
    margin-bottom: 20px;
  }
  .columns .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options-item,
  .columns .sidebar.sidebar-main .layered-filter-block-container .block-content .add_more_filters {
    width: 33%;
  }
  .page-products .columns .column.main #layer-product-list .products-grid ol li .product-item-details .product-item-name {
    font-size: 18px;
  }
  .column.main #layer-product-list .products-grid ol li .product-item-details .supplier_name_product_list_page strong,
  .column.main #layer-product-list .products-grid ol li .product-item-details .other_details_product_list_page strong {
    font-size: 16px;
  }
  .page-products .columns .column.main #layer-product-list .products-grid ol li .product-item-details .all_price_block_info,
  .page-products .columns .column.main #layer-product-list .products-grid ol li .product-item-details .product-item-inner {
    width: 100%;
  }
  body.page-products .page-wrapper .page-main .columns .column.main #layer-product-list .products-grid ol li {
    width: calc((100% - 9%)/2);
  }
  .toolbar-products .pages .pages-items .current .page {
    border-bottom: 2px solid #151515 !important;
  }
  .columns .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options .filter-options-title,
  .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options-item.allow.active .filter-options-title,
  .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options-item.allow.active .filter-options-title {
    padding: 18px 24px 15px 10px;
  }
  .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options .filter-options-content {
    padding: 20px 5px;
  }
  .page-products .columns .column.main #layer-product-list .toolbar.toolbar-products .pages {
    right: 30%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container {
    display: flex;
    flex-flow: row wrap;
    padding-top: 0;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.media {
    order: 0;
    display: inline-block;
    width: 100%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product-info-main {
    order: 1;
    width: 100%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed {
    order: 2;
  }
  .product-media-custom .middle_bottom_main_top {
    padding-top: 35px;
  }
  .page-wrapper .page-main .product-media-custom .middle_media_main_top .middle_media_banner_mian .banner_main {
    margin-top: 20px;
  }
  .page-wrapper .page-main .product-media-custom .middle_media_main_top .middle_media_banner_mian .banner_main .banner_title {
    float: unset;
    width: 100%;
  }
  .page-wrapper .page-main .product-media-custom .middle_media_main_top .middle_media_banner_mian .banner_main .banner_title p {
    font-size: 22px;
    line-height: 1;
  }
  .page-wrapper .page-main .product-media-custom .middle_media_main_top .middle_media_banner_mian .banner_main .banner_text {
    float: unset;
    width: 100%;
  }
  .page-wrapper .page-main .product-media-custom .middle_media_main_top .middle_media_banner_mian .banner_main .banner_text p {
    font-size: 15px;
    line-height: normal;
    text-align: right;
  }
  .page-wrapper .page-main .product-media-custom .middle_media_main_top .middle_media_banner_mian .banner_author {
    margin-top: 10px;
  }
  .page-wrapper .page-main .product-media-custom .middle_media_main_top .middle_media_banner_mian .banner_author p {
    padding-bottom: 20px;
  }
  .middle_bottom_main_top .background_color .middle_bottom_container {
    flex-flow: row wrap;
  }
  .middle_bottom_main_top .background_color .middle_bottom_container .middle_bottom_image_main {
    margin: 20px 40px;
    width: 100%;
  }
  .middle_bottom_main_top .background_color .middle_bottom_container .middle_bottom_image_main .middle_bottom_main {
    text-align: left;
  }
  .middle_bottom_main_top .background_color .middle_bottom_container .middle_bottom_image_main .middle_bottom_main img {
    margin-left: 10px;
  }
  .middle_bottom_main_top .background_color .middle_bottom_container .middle_bottom_image_main .middle_bottom_main:before {
    width: 65%;
  }
  .middle_bottom_main_top .background_color .middle_bottom_container .middle_bottom_text_main {
    padding-left: 30px;
    padding-right: 10px;
    width: 100%;
  }
  .middle_bottom_main_top .background_color .middle_bottom_container .middle_bottom_text_main .middle_bottom_text p {
    line-height: normal;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .catalog-product-view .product-upsell-custom .product-upsell-container .block.upsell {
    margin-top: 20px;
  }
  .catalog-product-view .product-upsell-custom .product-upsell-container .block.upsell .block-title.title {
    padding-bottom: 0;
  }
  .catalog-product-view .product-upsell-custom .product-upsell-container .block.upsell .block-content.content .products {
    margin: 0;
  }
  .catalog-product-view .product-upsell-custom .product-upsell-container .block.upsell .block-content.content .products ol.products.list.items.product-items {
    margin-bottom: 0;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled {
    margin-top: 30px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_title {
    padding: 0;
    display: inline-flex;
    width: 100%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_title .data.item {
    display: inline-flex;
    justify-content: space-around;
    width: 33.33%;
    flex-flow: row wrap;
    padding: 10px 0px;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_title .data.item a {
    font-size: 14px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_title .data.item.title.active {
    background: whitesmoke;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_title .data.item:first-child {
    border-left: 1px solid;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content {
    width: 100%;
    padding: 20px 0;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content {
    width: 100%;
    border: 0;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .attribute .value p {
    padding: 10px;
    font-size: 12px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .table-wrapper table#product-attribute-specs-table tbody {
    padding: 10px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .table-wrapper table#product-attribute-specs-table tbody tr {
    width: 50%;
    margin-bottom: 15px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .table-wrapper table#product-attribute-specs-table tbody tr th {
    font-size: 14px;
    width: 170px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .table-wrapper table#product-attribute-specs-table tbody tr td {
    font-size: 14px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .food_type_tab_main {
    padding: 10px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .food_type_tab_main .food_type_tab_container {
    padding: 0;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .food_type_tab_main .food_type_tab_container .food_icon_left .food_type_title_main .food_type_title span {
    font-size: 18px;
    line-height: 0.2;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .food_type_tab_main .food_type_tab_container .food_icon_left .food_type_image span .food_type_value {
    font-size: 16px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .food_type_tab_main .food_type_tab_container .food_icon_left:last-child {
    padding: 10px 0 0 0 !important;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .food_type_tab_main .food_type_tab_container .food_type_image {
    width: 50%;
    padding: 5px;
  }
  .product-add-form form#product_addtocart_form .box-tocart .fieldset .actions .action.primary.tocart {
    padding: 13px 17px 12px !important;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .title .block-title-left {
    width: 75%;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .title .block-title-left .title_left {
    font-size: 25px;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .title .block-title-left .title_left:after {
    border-bottom: solid 2px #e9d38a;
    margin-top: -8px;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .title .block-title-right {
    width: 25%;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .title .block-title-right a strong {
    font-size: 12px;
    border-bottom: 2px solid #8A8A8A;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .title .block-title-right a img {
    width: 15%;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .customer-account-login .page-title-wrapper h1.page-title span.base {
    font-size: 34px;
    letter-spacing: 0;
  }
  .customer-account-login .login-container {
    margin-top: 20px;
    margin-bottom: 55px;
  }
  .customer-account-login .login-container,
  .customer-account-login .register-container {
    float: unset;
    width: 100%;
    padding: 0;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .customer .page-wrapper .page-main .page-title-wrapper .page-title .base {
    font-size: 40px;
  }
  .customer .page-wrapper .page-main .page-title-wrapper .page-title .base:after {
    border-bottom: solid 5px #e9d38a;
    margin-top: -12px;
  }
  .block.block-customer-login .block-content form.form-login fieldset.fieldset.login .field.required {
    width: 100%;
  }
  form fieldset.fieldset.login .actions-toolbar .secondary {
    text-align: left;
  }
  .login-container fieldset.fieldset.login:after {
    margin-top: 5px;
    text-align: left;
  }
  .login-container .block.block-new-customer .actions-toolbar {
    text-align: center;
  }
  .column.main .block.block-new-customer {
    margin-bottom: 20px;
  }
  .customer .page-wrapper .page-main .page-title-wrapper .page-title .base {
    font-size: 40px;
  }
  .customer .page-wrapper .page-main .page-title-wrapper .page-title .base:after {
    border-bottom: solid 5px #e9d38a;
    margin-top: -12px;
  }
  .customer .page-wrapper .page-main .columns .column.main form {
    margin-bottom: 25px;
  }
  .columns .column.main .page-title-wrapper .page-title .base {
    font-size: 34px;
  }
  .columns .column.main .page-title-wrapper .page-title .base:after {
    border-bottom: solid 4px #e9d38a;
    margin-top: -12px;
  }
  .customer-account-index .page-wrapper .page-main .columns .column.main .block.block-dashboard-info,
  .account .page-wrapper .page-main .columns .column.main .table-wrapper,
  .account .page-wrapper .page-main .columns .column.main .block.block-addresses-default,
  .account .page-wrapper .page-main .columns .column.main .form {
    margin-top: 80px;
  }
  .account .page-wrapper .page-main .columns .sidebar-main .block-collapsible-nav {
    top: 50px;
  }
  .account .page-wrapper .page-main .columns .sidebar-main .block-collapsible-nav .title.block-collapsible-nav-title {
    padding: 0 20px;
    margin: 0;
  }
  .account .page-wrapper .page-main .columns .sidebar-main .block-collapsible-nav .title.block-collapsible-nav-title strong {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .customer-account-index .page-wrapper .columns .page-title-wrapper h1.page-title {
    margin: 0;
  }
  .sidebar-main .block-collapsible-nav .item .delimiter {
    margin: 0;
  }
  .customer .page-wrapper .page-main .columns .column.main .page-title-wrapper .page-title .base {
    font-size: 30px;
  }
  .customer .page-wrapper .page-main .columns .column.main .page-title-wrapper .page-title .base:after {
    border-bottom: solid 3px #e9d38a;
    margin-top: -9px;
  }
  .account .column.main .toolbar {
    text-align: right;
  }
  .account .column.main .toolbar .pager .limiter {
    position: relative;
  }
  .account .column.main .toolbar .pager .limiter span.limiter-text::before {
    left: auto;
    right: 74px;
  }
  .account .page-main .columns .column.main form#form-validate {
    margin-top: 80px;
  }
  .account .page-wrapper .page-main .columns .column.main .message.info {
    margin: 70px 0 20px 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .category-anlass .page-wrapper .page-main .columns .category-cms div .image_block_main .image_block_title {
    width: 70%;
  }
  .category-anlass .page-wrapper .page-main .columns .category-cms div .image_block_main .image_block_title_link_goto strong a {
    font-size: 13px;
    margin-right: 0;
  }
  .anlass_sub_category_inner .anlass_sub_category_background .anlass_sub_category_title h5 {
    font-size: 24px;
  }
  .cms-about-us .about_us_title h5 {
    font-size: 31px;
    margin: 66px 0 84px 0px;
  }
  .cms-about-us .about_us_content_inner {
    margin-top: 50px;
  }
  .cms-about-us .about_us_content_inner .about_us_content_title h6 {
    margin-bottom: 0;
  }
  .cms-about-us .about_us_content_shere {
    margin-top: 20px;
  }
  .cms-about-us .about_us_page_main .container-min {
    padding-top: 0;
  }
  .cms-about-us .about_us_mansonry_grid_main {
    display: none;
  }
  .cms-about-us .about_us_button_main.container-min {
    display: none;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .wine_legal_requirement_inner .wine_legal_requirement_popup {
    width: 450px;
  }
  .producer_detail_block_top_inner {
    flex-direction: column;
  }
  .producer_detail_block_top_inner .producer_left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .producer_detail_block_top_inner .producer_right {
    width: 100%;
    padding: 0;
  }
  .minicart-wrapper .minicart-items-wrapper .product .actions {
    float: right;
  }
  .middel-center-search-form .block-search .block-content .form.minisearch .action.search {
    margin-top: 23px;
  }
  .lasd-top-header-main .lasd-top-header-inner .header-middel-minicart .minicart-wrapper {
    margin-top: 0;
  }
  .top_banner .top_banner_container .banner_text_detail .title h3 {
    font-size: 15px;
  }
  .homepage_inner .top_banner .top_banner_container .banner_text_detail.middel .link_text a,
  .homepage_inner .top_banner .top_banner_container .banner_text_detail.upper_corner_r .link_text a,
  .homepage_inner .top_banner .top_banner_container .banner_text_detail.upper_corner_l .link_text a {
    padding: 8px 10px;
    font-size: 10px;
    border: 1px solid white;
  }
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .columns .column.main .imge_slider_info_container .image_slider_title_main .image_slider_title span,
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .columns .column.main .category_image_main .category_image_title span,
  .column .image_block_main .image_block_title span {
    font-size: 20px;
  }
  .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main strong a,
  .image_slider_imfo_block_main .imge_slider_info_container .image_slider_title_main .image_slider_title_link strong a,
  .column.main .category_image_main .category_image_link span,
  .column.main .image_block_title_link strong a {
    font-size: 10px;
  }
  .homepage_inner .top_banner .top_banner_container .banner_text_detail .title h3 {
    font-size: 18px;
  }
  .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main strong img,
  .image_slider_imfo_block_main .imge_slider_info_container .image_slider_title_main .image_slider_title_link strong img,
  .column.main .category_image_main .category_image_link a img,
  .column.main .image_block_title_link strong img {
    width: 10%;
  }
  .column .category_image_main li {
    width: 50%;
  }
  .column .category_image_main li:nth-child(4) {
    margin-bottom: auto;
  }
  .category-essen .page-wrapper .page-main .columns .column.main .category_image .category_image_container .category_image_top_banner {
    flex-direction: column-reverse;
  }
  .category-essen .page-wrapper .page-main .columns .column.main .category_image .category_image_container .category_image_top_banner .top_banner_left {
    width: 100%;
  }
  .category-essen .page-wrapper .page-main .columns .column.main .category_image .category_image_container .category_image_top_banner .top_banner_left .top_banner_left_inner {
    padding: 20px;
  }
  .category-essen .page-wrapper .page-main .columns .column.main .category_image .category_image_container .category_image_top_banner .top_banner_left .top_banner_left_inner p.title_text {
    margin: 0;
  }
  .category-essen .page-wrapper .page-main .columns .column.main .category_image .category_image_container .category_image_top_banner .top_banner_right {
    width: 100%;
  }
  .column.main .category-view .page-main .category-cms .essen_category_image_main .essen_category_image_inner .category_image ul li {
    margin-top: 90px;
    width: 50%;
  }
  .essen_category_image_main .essen_category_image_inner .category_image ul li .food_cat span {
    font-size: 16px;
  }
  .blog_main_title .blog_main_title_left h3 {
    font-size: 30px;
  }
  .blog_main_title .blog_main_title_right img {
    width: 50%;
  }
  .blog-page .page-wrapper .page-main .columns .widget.block-categories .accordion li {
    padding: 0 12px 14px 0;
  }
  .blog-page .page-wrapper .page-main .columns .widget.block-categories .accordion li a {
    font-size: 10px;
  }
  .toolbar-blog-posts .pages {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .toolbar-blog-posts .pages .items.pages-items .item.pages-item-previous a.action.previous:before {
    content: '';
    left: 27px;
  }
  .pages .items .item.pages-item-next .action.next::before {
    content: '';
    right: 27px;
  }
  .toolbar-blog-posts .pages .items.pages-items .item.pages-item-next a.action.next {
    padding: 12px 27px 12px 33px;
  }
  .blog_main_title_block .blog_main_title .blog_main_title_left {
    width: 55%;
  }
  .blog_main_title_block .blog_main_title .blog_main_title_left h3 {
    font-size: 20px;
    padding: 30px 10px 30px 0;
  }
  .blog_main_title_block .blog_main_title .blog_main_title_right {
    width: 40%;
  }
  .post-description.clearfix .post-text-hld p {
    font-size: 12px !important;
  }
  body.blog-post-view .page-wrapper .page-main .columns .column.main .post-view .post-holder .post-header {
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
  }
  body.blog-post-view .page-wrapper .page-main .columns .column.main .post-view .post-holder .post-content .post-description.clearfix .post-text-hld {
    margin-top: 20px;
  }
  .post-info .blog_detail_page_name span {
    font-size: 26px;
  }
  .rebsorten_category_inner .rebsorten_category_title_main .rebsorten_category_title h5 {
    font-size: 25px;
  }
  .rebsorten_subcategory_inner .rebsorten_subcategory ul li a {
    font-size: 18px;
  }
  div div .wizer_category_main .winzer_category_inner .winzer_category_title_info .winzer_title span {
    font-size: 26px;
  }
  div div .wizer_category_main .winzer_category_inner .winzer_category_title_info .winzer_title span:after {
    margin-top: -14px;
  }
  .wizer_category_main .winzer_category_list_alphabet .alphabet_inner .alphabets li {
    text-align: center;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: bold;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    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;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .page_main_custom_container .page_main_custom_inner .page_main_custom_title .page-title-wrapper h1.page-title span.base {
    font-size: 28px;
  }
  .step_counter .step_counter_main .step_counter_inner ul a {
    margin-right: 60px;
  }
  .step_counter .step_counter_main .step_counter_inner ul li.step_two {
    margin-right: 60px;
  }
  .step_counter .step_counter_main .step_counter_inner ul li:after {
    width: 44px;
    left: 95px;
  }
  form .cart.table-wrapper .col.qty .input-text {
    font-size: 16px;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary > .title {
    font-size: 18px;
  }
  table.data.table.totals tr th,
  .cart-totals .table-wrapper table.data.table.totals tbody tr.grand.totals th.mark strong {
    font-size: 15px;
  }
  table.data.table.totals tr td {
    font-size: 20px;
  }
  .cart.table-wrapper .items > .item tr.item-info {
    flex-direction: column;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper {
    position: relative;
  }
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper .back_button {
    position: absolute;
    left: 13px;
    top: -11px;
  }
  .checkout-container .opc-progress-bar-item > span,
  .checkout-container .opc-progress-bar-item._complete span {
    line-height: 12px;
    font-size: 12px;
    padding-top: 95px;
  }
  .checkout-container .opc-progress-bar {
    margin: 0 0 20px;
  }
  .checkout-container .opc-wrapper .opc li#opc-shipping_method {
    margin-top: 20px;
  }
  .methods-shipping .table-checkout-shipping-method tbody td label.shipping_method_label:before {
    margin: 0;
  }
  .methods-shipping .table-checkout-shipping-method tbody tr .title,
  .methods-shipping .table-checkout-shipping-method tbody td.col-price span {
    font-size: 15px;
    letter-spacing: 0;
  }
  .methods-shipping td#label_carrier_mpcustomshipping_mpcustomshipping:before {
    font-size: 14px;
    letter-spacing: 0;
  }
  .checkout-success .actions-toolbar .primary a.action.primary.continue span,
  .checkout-success .actions-toolbar div.secondory a.action.secondory.continue span {
    font-size: 15px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form form .box-tocart .fieldset:last-child .field.qty {
    margin-right: 20px !important;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_text_main {
    padding-left: 10px;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_text_main .middle_bottom_title p {
    font-size: 24px;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_text_main .middle_bottom_text p {
    font-size: 10px;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_image_main .middle_bottom_main:before {
    margin-top: -15px;
  }
  .ln_slider_range {
    text-align: left;
  }
  .ln_slider_range .input-group.price-min {
    margin-right: 2px;
  }
  .ln_slider_range .input-group.price-max {
    margin-left: 2px;
  }
  .input-group-prepend-main .ln_slider_range_input {
    width: 65px !important;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .customer-account-create .page-wrapper .page-main .page-title-wrapper .page-title .base {
    font-size: 32px;
  }
  .account .page-wrapper .page-main .column.main .page-title-wrapper .page-title span.base {
    font-size: 27.83px;
  }
  .category-anlass .page-wrapper .page-main .columns .category-cms div .image_block_main .image_block_title_link_goto strong a {
    font-size: 10px;
  }
  .category-anlass .page-wrapper .page-main .columns .category-cms div .image_block_main .image_block_title_link_goto strong img {
    width: 10%;
  }
  body.category-feinkost.catalog-category-view .page-wrapper .page-main .page-title-wrapper .page-title {
    margin: 10px 0;
  }
  body.category-feinkost.catalog-category-view .page-wrapper .page-main .page-title-wrapper .page-title span.base {
    font-size: 30px;
  }
  a li .subcategory_left_content .subcategory_title h5 {
    font-size: 16px;
  }
  div.category-cms .link_of_all_product a {
    font-size: 26px;
  }
  div.category-cms .link_of_all_product a:after {
    border-bottom: solid 4px #e9d38a;
    margin-top: -13px;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  div.columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  div.columns .column.main .imge_slider_info_container .image_slider_title_main .image_slider_title span,
  div.columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .columns .column.main .category_image_main .category_image_title span,
  div.column .image_block_main .image_block_title span {
    font-size: 16px;
  }
  .page-wrapper .top_bar {
    font-size: 12px;
  }
  .top_banner .top_banner_container ul.top_banner_first_block li {
    width: 100%;
    float: unset;
  }
  .top_banner .top_banner_container ul.top_banner_first_block li .banner_text_detail.middel {
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
  }
  .top_banner .top_banner_container ul.top_banner_first_block li .banner_text_detail.middel .link_text {
    margin-top: 20px;
  }
  .homepage_inner .top_banner .top_banner_container ul.top_banner_second_block li {
    width: 100%;
    float: unset;
  }
  .homepage_inner .top_banner .top_banner_container ul.top_banner_second_block li .banner_text_detail.upper_corner_r {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
  .homepage_inner .top_banner .top_banner_container ul.top_banner_second_block li .banner_text_detail.upper_corner_r .link_text {
    margin-top: 20px;
  }
  .homepage_inner .top_banner .top_banner_container ul.top_banner_second_block li .banner_text_detail.upper_corner_l {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
  .homepage_inner .top_banner .top_banner_container ul.top_banner_second_block li .banner_text_detail.upper_corner_l .title {
    width: 100%;
  }
  .homepage_inner .top_banner .top_banner_container ul.top_banner_second_block li .banner_text_detail.upper_corner_l .link_text {
    margin-top: 20px;
    width: 100%;
  }
  .homepage_inner .top_banner .top_banner_container ul.top_banner_second_block li:first-child {
    margin-bottom: 15px;
  }
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .columns .column.main .imge_slider_info_container .image_slider_title_main .image_slider_title span,
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .columns .column.main .category_image_main .category_image_title span,
  .column .image_block_main .image_block_title span {
    font-size: 16px;
  }
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title,
  .columns .column.main .imge_slider_info_container .image_slider_title_main .image_slider_title,
  .columns .column.main .category_image_main .category_image_title,
  .image_block_main .image_block_inner.main_container .image_block_title_main .image_block_title {
    width: 59%;
  }
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title_inner .slider_title_container .slider_title_link,
  .columns .column.main .image_slider_imfo_block_main .imge_slider_info_container .image_slider_title_main .image_slider_title_link,
  .columns .column.main .category_image_main .category_image_ineer .category_image_link,
  .image_block_main .image_block_inner.main_container .image_block_title_main .image_block_title_link {
    width: 41%;
    margin-top: -3px;
  }
  .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong:after,
  .column.main .imge_slider_info_container .image_slider_title_main .image_slider_title span:after,
  .column.main .category_image_main .category_image_title span:after,
  .column.main .image_block_title span:after {
    margin-top: -9px;
    border-bottom: solid 2px #e9d38a;
  }
  .page-footer .lasd-top-footer-main .footer-top-main .footer-top-inner .footer-top-info .footer-top-info-inner li {
    width: 100%;
    padding: 0;
  }
  .page-footer .lasd-top-footer-main .footer-top-main .footer-top-inner .footer-top-info .footer-top-info-inner li:first-child .footer-top-info-image .img-inner-right {
    padding-left: 20px;
  }
  .page-footer .lasd-top-footer-main .footer-top-main .footer-top-inner .footer-top-info .footer-top-info-inner li:first-child .footer-top-info-image .img-inner-left {
    width: 20%;
  }
  .blog-page .page-wrapper .page-main .columns .column.main .post-list-wrapper .post-list {
    column-count: 1;
  }
  .rebsorten_category_inner .rebsorten_category_title_main .rebsorten_category_title h5 {
    line-height: normal;
  }
  .rebsorten_category_inner .rebsorten_category_title_main .rebsorten_category_title h5:after {
    margin-top: -46px;
  }
  .rebsorten_subcategory_main {
    margin-top: 80px;
  }
  .category-cms div .wizer_category_main .winzer_category_list .winzer_category ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .category-cms div .wizer_category_main .winzer_category_list .winzer_category ul li .category_main_detail .category_list_image {
    line-height: 0;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart .cart.item td.col {
    width: 100%;
  }
  .checkout-index-index .form.methods-shipping .actions-toolbar .primary button.button.action.continue.primary {
    padding: 15px 36px 15px 36px;
  }
  .checkout-index-index .form.methods-shipping .actions-toolbar .primary button.button.action.continue.primary span {
    font-size: 20px;
  }
  body.page-products .columns .column.main #layer-product-list .toolbar.toolbar-products .pages {
    top: 6.85%;
  }
  body.page-products.page-products .column.main #layer-product-list .toolbar-products .toolbar-sorter {
    top: 6.5%;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .title .block-title-left .title_left {
    font-size: 20px;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_title .data.item a {
    font-size: 12px;
    padding: 0;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .product.attribute .value p {
    font-size: 10px;
    line-height: normal;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .table-wrapper table#product-attribute-specs-table tbody tr {
    margin-bottom: 5px;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .table-wrapper table#product-attribute-specs-table tbody tr td {
    font-size: 10px;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .food_type_tab_main .food_type_tab_container .food_icon_left {
    border-right: 2px solid #cccccc;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .food_type_tab_main .food_type_tab_container .food_icon_left .food_type_title_main .food_type_title span {
    font-size: 12px;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .food_type_tab_main .food_type_tab_container .food_icon_left .food_type_image .food_type_value {
    margin-top: 10px;
  }
  body.catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .food_type_tab_main .food_type_tab_container .food_icon_left .food_type_image .food_type_value span {
    font-size: 12px;
  }
  .columns .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options-item,
  .columns .sidebar.sidebar-main .layered-filter-block-container .block-content .add_more_filters {
    width: 50%;
  }
  .product.media .product-hover-img {
    max-width: 145px;
  }
  .product.media .product-hover-img .att_left {
    width: 38%;
  }
  .product.media .product-hover-img .att_left .product_att .att_first {
    width: 55px;
    height: 55px;
    left: 0;
  }
  .product.media .product-hover-img .att_left .product_att .att_first .att_f_value {
    font-size: 20px;
  }
  .product.media .product-hover-img .att_left .product_att .att_first .att_s_value {
    font-size: 8px;
  }
  .product.media .product-hover-img .att_left .product_att .att_sec {
    width: 55px;
    height: 55px;
    left: 0;
  }
  .product.media .product-hover-img .att_left .product_att .att_sec .att_f_value {
    font-size: 20px;
  }
  .product.media .product-hover-img .att_left .product_att .att_sec .att_s_value {
    font-size: 8px;
  }
  .product.media .product-hover-img .att_right .product_label_text span:first-child img {
    width: 15%;
  }
  .product.media .product-hover-img .att_right .product_label_text span {
    font-size: 22px;
  }
  .product.media .product-discount {
    max-width: 70px;
  }
  .product.media .product-discount .product_discount_inner .product_discount span {
    font-size: 25px;
  }
  .page-main .page-title-wrapper .page-title .base {
    font-size: 25px;
  }
  .anlass_sub_category_inner .anlass_sub_category_background {
    width: 100%;
    padding-left: 0;
  }
  .anlass_sub_category_inner .anlass_sub_category_background .anlass_sub_category_title h5 {
    font-size: 25px;
  }
  .anlass_sub_category_inner .anlass_sub_category_background .anlass_sub_category_right_img {
    text-align: center;
  }
  .anlass_sub_category_inner .anlass_sub_category_background .anlass_sub_category_right_img img {
    width: 100%;
  }
  .anlass_sub_category_inner .anlass_sub_category_background .anlass_sub_category_title_main {
    text-align: center;
  }
  .anlass_sub_category_inner .anlass_sub_category_background:nth-child(odd) {
    padding-right: 0;
  }
  .anlass_main .anlass_left .anlass_title_main .anlass_title h5 {
    font-size: 20px;
  }
  .anlass_title_main .anlass_title_details span p {
    font-size: 12px;
    line-height: normal;
  }
  .wine_region_main .wine_region_container {
    width: 100%;
  }
  .wine_region_category_block_bottom .wine_region_left_images img.wine_region_img {
    height: auto;
    width: 100%;
  }
  .wine_region_container:nth-child(odd) {
    padding-right: 0;
  }
  .wine_region_container:nth-child(even) {
    padding-left: 0;
  }
  ul .feinkost_subcategory_image_mian {
    width: 100%;
    text-align: center;
  }
  ul .feinkost_subcategory_image_mian:nth-child(odd),
  ul .feinkost_subcategory_image_mian:nth-child(even) {
    padding: 0;
  }
  .cms-about-us .about_us_title h5 {
    margin: 66px 10px 84px 10px;
  }
  .cms-about-us .about_us_team_content_inner ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .wine_legal_requirement_inner .wine_legal_requirement_popup {
    height: 300px;
    width: 310px;
    padding: 10px 20px;
  }
  .wine_legal_requirement_inner .wine_legal_requirement_popup_header h3 {
    font-size: 20px;
  }
  .wine_legal_requirement_inner .wine_legal_requirement_popup_header span {
    font-size: 14px;
  }
  .wine_legal_requirement_inner .wine_legal_requirement_popup_body .title h4 {
    width: 50%;
  }
  .wine_legal_requirement_inner .wine_legal_requirement_popup_footer h3 {
    font-size: 16px;
  }
  .wine_legal_requirement_inner .wine_legal_requirement_popup_footer span {
    font-size: 15px;
  }
  .lasd-header .lasd-top-header-main .lasd-top-header-inner .header-middel-search {
    display: none;
  }
  .header-middel-logo span.mobile_view_search_logo {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    background: url('../images/search_mobile_icon.png') no-repeat;
  }
  .column .image_block_main .block_product_slider_main li {
    width: calc((100% - 40px)/1);
  }
  .column .image_block_main .block_product_slider_main li:last-child {
    margin-top: 20px;
  }
  .lasd-top-footer-main .footer-middle-main .footer-middle-inner .footer-middle-second,
  .lasd-top-footer-main .footer-middle-main .footer-middle-inner .footer-middle-third,
  .lasd-top-footer-main .footer-middle-main .footer-middle-inner .footer-middle-forth {
    margin-top: 0;
  }
  .lasd-top-footer-main .footer-middle-first-detail .footer-middle-top-info-main .footer-middle-top-info-inner .top-logo {
    text-align: center;
  }
  .page-wrapper .page-footer .lasd-top-footer-main .lasd-middle-footer .footer-middle-main .footer-middle-inner .footer-middle-fifth .block.newsletter .title,
  .lasd-top-footer-main .footer-middle-inner .newslatter-first-text p,
  .lasd-top-footer-main .footer-middle-inner .newslatter-icon-list ul,
  .lasd-top-footer-main .footer-middle-inner .newslatter-last-text p {
    text-align: center;
  }
  .page-footer .lasd-top-footer-main .footer-middle-first-detail .footer-middle-top-info-main .footer-middle-top-info-inner .map-link a,
  .page-wrapper .page-footer .lasd-top-footer-main .lasd-middle-footer .footer-middle-main .footer-middle-inner .footer-middle-fifth .block.newsletter .title strong,
  .lasd-top-footer-main .lasd-middle-footer .footer-middle-inner .newslatter-first-text p,
  .lasd-top-footer-main .footer-middle-inner .footer-middle-fifth .block-static-block .newslatter-info-inner .newslatter-last-text p a {
    font-size: 15px;
  }
  .lasd-top-footer-main .footer-middle-main .footer-middle-text-block {
    text-align: center;
  }
  .lasd-bottom-footer .footer-bottom-inner .footer-bottom-right-payment-icon .footer-payment-icon-inner ul li {
    margin-right: 5px;
  }
  .page-main .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .page-main .columns .column.main .imge_slider_info_container .image_slider_title_main .image_slider_title span,
  .page-main .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong,
  .page-main .columns .column.main .category_image_main .category_image_title span,
  .page-main .column .image_block_main .image_block_title span {
    font-size: 12px;
  }
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main strong a,
  .image_slider_imfo_block_main .imge_slider_info_container .image_slider_title_main .image_slider_title_link strong a,
  .columns .column.main .category_image_main .category_image_link span,
  .columns .column.main .image_block_title_link strong a {
    font-size: 8px;
    border-bottom: 1px solid grey;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_left_image_main .banner_arear_left_image_inner .left_two_image .left_two_image_first:after {
    left: -16px;
    height: 75%;
    margin-top: 30px;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_left_image_main .banner_arear_left_image_inner .left_two_image_second::after {
    height: 52%;
    left: -66px;
    margin-top: 90px;
  }
  .columns .column.main .product_slider_section .content_container .product_slider_section_inner .slider_title_main .slider_title strong:after,
  .columns .column.main .imge_slider_info_container .image_slider_title_main .image_slider_title span:after,
  .columns .column.main .category_image_main .category_image_title span:after,
  .columns .column.main .image_block_title span:after {
    margin-top: -7px;
  }
  .banner_area_main .banner_area_container.main_container .banner_area_right_info_main .banner_area_right_info_inner .right_info_desc {
    font-size: 12px;
  }
  .banner_area_right_info_main .banner_area_right_info_inner .right_info_link strong a {
    font-size: 12px;
  }
  .banner_area_right_info_main .banner_area_right_info_inner .right_info_link strong a:after {
    border-bottom: solid 1px #cab778;
    width: 77%;
  }
  .banner_area_right_info_main .banner_area_right_info_inner .right_info_link strong a img {
    width: 16%;
  }
  .column .category_image_main li:nth-child(4) {
    margin-bottom: 90px;
  }
  /* -------------------------------------------------- Footer Accordion Links ------------------------------------------------*/
  .page-footer .lasd-top-footer-main .footer-middle-inner .footer-middle-second {
    margin-top: 20px;
  }
  .page-footer .lasd-top-footer-main .footer-middle-inner .footer-middle-second .footer-middle-left-heading.footer_link_title {
    border-top: 1px solid #575757;
  }
  .lasd-top-footer-main .footer-middle-inner .footer-middle-second,
  .lasd-top-footer-main .footer-middle-inner .footer-middle-third,
  .lasd-top-footer-main .footer-middle-inner .footer-middle-forth {
    width: 100%;
  }
  .footer-middle-top-info-inner .footer_link_content {
    display: none;
  }
  .footer-middle-top-info-inner.active .footer-middle-left-list.footer_link_content {
    display: block;
    border-bottom: 1px solid #575757;
  }
  .footer_link_title {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #575757;
    padding: 10px 0 10px 0;
  }
  .footer-middle-top-info-inner.active .footer-middle-left-heading.footer_link_title {
    border-bottom: 0;
  }
  .lasd-top-footer-main .footer-middle-inner .footer-middle-left-list,
  .lasd-top-footer-main .footer-middle-inner .footer-middle-second-detail .footer-middle-top-info-main .footer-middle-left-list {
    margin-top: 0;
  }
  .lasd-top-footer-main .footer-middle-inner .footer-middle-fifth {
    margin-top: 25px;
  }
  .footer-middle-top-info-inner {
    position: relative;
  }
  .footer-middle-top-info-inner .footer_link_title:after {
    content: '\e622';
    font-family: 'icons-blank-theme';
    font-size: 24px;
    position: absolute;
    right: 13px;
    top: 6px;
    font-weight: 700;
  }
  .footer-middle-top-info-inner.active .footer_link_title:after {
    content: '\e621';
    font-family: 'icons-blank-theme';
    font-size: 24px;
    position: absolute;
    right: 13px;
    top: 6px;
    font-weight: 700;
  }
  .category-essen .page-wrapper .page-main .columns .column.main .category_image .category_image_container .category_image_top_banner .top_banner_left .top_banner_left_inner span.title {
    font-size: 20px;
  }
  .column.main .category-view .page-main .category-cms .essen_category_image_main .essen_category_image_inner .category_image ul li {
    width: 100%;
    padding: 0 40px;
  }
  .post-info .blog_detail_page_name span {
    font-size: 14px;
  }
  .blog_detail_page_author_date .item.post-author span.value a,
  .post-blog-img-container .post-holder .post-header .post-info .value {
    font-size: 10px;
  }
  body.blog-post-view .page-wrapper .page-main .columns .column.main .post-view .post-holder .post-header {
    bottom: 0;
  }
  div div .wizer_category_main .winzer_category_inner .winzer_category_title_info .winzer_title span {
    line-height: normal;
  }
  div div .wizer_category_main .winzer_category_inner .winzer_category_title_info .winzer_title span:after {
    width: 55%;
    margin-top: -51px;
  }
  .checkoutlogin-index-index .page-title-wrapper {
    display: inline-flex;
    width: 100%;
    align-items: center;
  }
  .checkoutlogin-index-index .page-title-wrapper .back_button {
    width: 15%;
  }
  .checkoutlogin-index-index .page-title-wrapper h1.page-title {
    width: 80%;
    margin-top: 26px;
    text-align: center;
  }
  .checkoutlogin-index-index .page-wrapper .login_or_register_main .login_left .login_form form fieldset .field .control input {
    height: 45px !important;
    font-size: 22px;
  }
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .columns .step_counter .step_counter_main .step_counter_inner ul li span:first-child {
    height: 60px;
    width: 60px;
    line-height: 56px;
  }
  .columns .step_counter .step_counter_main .step_counter_inner ul li span:last-child {
    margin-top: 10px;
    font-size: 10px;
  }
  .step_counter .step_counter_main .step_counter_inner ul li:after {
    left: 70px;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart th.col {
    padding: 10px 0;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart th.col span {
    font-size: 12px;
  }
  .checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .form.form-cart .table-wrapper .cart .cart.item tr.item-info td.col {
    padding: 10px 5px;
  }
  .page-wrapper .cart-container .checkout-methods-items .action.primary {
    padding: 12px 45px 12px 45px;
  }
  .actions-toolbar > .action.action-delete:after {
    top: 20px;
    right: 0;
  }
  table.data.table.totals tr th,
  .cart-totals .table-wrapper table.data.table.totals tbody tr.grand.totals th.mark strong {
    font-size: 14px;
  }
  body.checkout-cart-index .page-wrapper .page-main .columns .column.main .cart-container .cart-summary .cart-totals {
    padding: 10px;
  }
  table.data.table.totals tr td {
    font-size: 12px;
    padding-top: 9px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .checkout-index-index .page-wrapper .fieldset > .field:not(.choice) > .control select {
    background-size: 4%;
  }
  .opc-progress-bar li.opc-progress-bar-item._complete:after {
    top: 20px;
    left: 70%;
  }
  .checkout-success .actions-toolbar div.primary a.action.primary.continue {
    padding: 5px 20px;
    height: 43.42px;
  }
  .opc-payment .custom_place_order_button button#place-order-trigger {
    font-size: 15px;
  }
  .checkout-payment-method .actions-toolbar div.primary button.action.action-cancel {
    width: 100%;
    margin-top: 10px;
  }
  .checkout-index-index .checkout-container .opc-estimated-wrapper .estimated-block {
    font-size: 15px;
  }
  .checkout-index-index .checkout-container .opc-estimated-wrapper .minicart-wrapper {
    margin-top: 0;
  }
  .items.payment-methods .payment-group .step-title {
    font-size: 22px;
    padding-left: 0;
  }
  .checkout-index-index .page-main .page-title-wrapper h1.page-title span.base {
    font-size: 36px;
  }
  .checkout-index-index .page-wrapper .page-main .page-title-wrapper .back_button {
    top: -16px;
  }
  fieldset.admin__field._required .admin__field-control .admin__field.admin__field-option {
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
  }
  .table-checkout-shipping-method tbody td {
    padding: 8px 8px;
  }
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-top: 20px;
  }
  fieldset.fieldset .payment-option.opc-payment-additional.discount-code {
    margin: 25px 0 0 0;
  }
  fieldset.fieldset .payment-option.opc-payment-additional.discount-code .discount-option-content form button.action.action-apply {
    width: 100%;
  }
  .checkout-agreements-block .checkout-agreements .checkout-agreement.field.choice.required label button span {
    font-size: 18px;
    padding-left: 5px;
    letter-spacing: 0;
  }
  .checkout-payment-method .payment-method-billing-address .checkout-billing-address .billing-address-details {
    font-size: 20px;
    line-height: 28px;
  }
  .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field.choice input[type="checkbox"] {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-right: 10px;
  }
  .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field.choice label {
    display: inline-block;
    width: calc(58%);
    vertical-align: top;
  }
  .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field.choice label span {
    line-height: 10px;
  }
  li.checkout-payment-method .checkout-billing-address .primary .action-update span,
  .payment-method-content .actions-toolbar > .primary .action:last-child span,
  form .actions-toolbar > .primary .action:last-child span {
    font-size: 14px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .columns .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options .filter-options-content {
    top: 45px;
  }
  .page-products .page-wrapper .page-main .columns .column.main div#layer-product-list {
    margin-top: 20px;
  }
  .toolbar-products {
    position: unset;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .filter-content.mageplaza-layer-disabled .filter-current .item {
    padding: 5px 18px 7px 10px;
  }
  .filter-content.mageplaza-layer-disabled .filter-current .item span.filter-value {
    font-weight: 500;
    font-size: 12px;
  }
  .filter-content.mageplaza-layer-disabled .filter-current .item .action.remove::after {
    width: 12px;
    height: 12px;
    top: 10px;
    right: 4px;
    background-size: 12px;
  }
  .product.media .product-hover-img {
    max-width: 100px;
    max-height: 60px;
  }
  .product.media .product-hover-img .att_right {
    width: 100%;
  }
  .lasd-top-header-inner .header-middel-center .middel-center-search input#search::placeholder {
    font-size: 15px;
  }
  .lasd-top-header-inner .header-middel-center .middel-center-search input#search::-webkit-input-placeholder,
  .lasd-top-header-inner .header-middel-center .middel-center-search input#search:-ms-input-placeholder {
    font-size: 15px;
  }
  .middel-center-search-form .block-search .block-content .form.minisearch .action.search > span {
    font-size: 12px;
  }
  .product_info_main .product_info_main_container {
    margin-top: 15px;
  }
  .product_info_main .product_info_main_container .product-info-main .ready_delivery p {
    font-size: 12px;
  }
  .catalog-product-view .product-upsell-custom {
    padding: 0;
    display: inline-block;
    width: 100%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .table-wrapper table#product-attribute-specs-table tbody tr {
    width: 100%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .table-wrapper table#product-attribute-specs-table tbody tr th.col.label {
    padding: 0 0 10px 0;
  }
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product_info_main .product_info_main_container .product.info.detailed .product.data.items.mage-tabs-disabled .all_content .data.item.content .table-wrapper table#product-attribute-specs-table tbody tr td.col.data {
    padding: 0 0 10px 0;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .title .block-title-left {
    width: 70%;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .title .block-title-left .title_left {
    font-size: 16px;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .title .block-title-left .title_left:after {
    margin-top: -6px;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .title .block-title-right {
    width: 30%;
  }
  .prices-tier li.item,
  li.item .weee .price-wrapper span.price {
    font-size: 10px;
  }
  body.page-products .page-wrapper .page-main .columns .column.main #layer-product-list .products-grid ol li {
    width: calc(91%);
  }
  body.page-products .columns .column.main #layer-product-list .toolbar.toolbar-products .pages {
    top: 3.65%;
  }
  body.page-products.page-products .column.main #layer-product-list .toolbar-products .toolbar-sorter {
    top: 3.65%;
  }
  body.page-products.page-products .column.main #layer-product-list .toolbar-products .toolbar-sorter select#sorter {
    padding: 2px 0 4px 0;
    width: auto;
    -webkit-appearance: searchfield;
  }
  body.page-products.page-products .column.main #layer-product-list .toolbar-products .toolbar-sorter::after {
    display: none;
  }
  .page-products .columns .column.main #layer-product-list .toolbar-products .toolbar-sorter .sorter-options,
  .page-products .columns .column.main #layer-product-list .toolbar-products .pages .pages-label,
  .page-products .columns .column.main #layer-product-list .toolbar-products .pages .pages-items .item .page,
  .columns .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options .filter-options-title,
  .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options-content .item a {
    font-size: 10px;
  }
  .columns .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options .filter-options-title,
  .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options-item.allow.active .filter-options-title,
  .columns .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options-item.allow.active .filter-options-title {
    padding: 18px 20px 15px 8px;
  }
  .sidebar.sidebar-main .layered-filter-block-container .block-content .filter-options .filter-options-content {
    padding: 20px 5px;
  }
  .products.wrapper ~ .toolbar .pages .action.previous::after {
    content: '';
  }
  .products.wrapper ~ .toolbar .pages .action.next:before {
    content: '';
  }
  .products.wrapper ~ .toolbar .pages .action {
    height: 40px;
    line-height: normal;
  }
  body.catalog-product-view .product-upsell-custom .block.upsell .block-content li.item.product.product-item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .middle_bottom_main_top .middle_bottom_container .middle_bottom_image_main .middle_bottom_main:before {
    height: 90%;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .block-title.title .block-title-left .title_left {
    font-size: 18px;
  }
  .product-upsell-custom .product-upsell-container .block.upsell .block-title.title .block-title-right a strong {
    font-size: 10px;
    border-bottom: 1px solid #8A8A8A;
  }
  .product_info_main_container .product-info-main .other_attributes table tbody tr td {
    width: 35%;
    margin-bottom: 5px;
  }
  .product_info_main_container .product-info-main .bottler_info p.show {
    font-size: 12px;
  }
  .input-group-prepend-main .ln_slider_range_input {
    width: inherit !important;
  }
  .customer-account-create .control input[type="radio"] {
    margin: 0 2px 0 0;
  }
  .customer-account-create .fieldset .fullname .field.required .control > label {
    margin-right: 5px;
  }
  form fieldset .field.choice .field-tooltip {
    margin-left: 0;
    top: 0;
  }
  form .field label span {
    font-size: 18px;
    letter-spacing: 0;
  }
  .customer-account-login .register-container {
    margin-bottom: 50px;
  }
  .customer-account-login .page-wrapper .page-main .page-title-wrapper .page-title .base {
    font-size: 34px;
  }
  .customer-account-login .register-container form .fieldset .field .control .fieldset .fields .field-name-prefix .control input[type="radio"] {
    margin: 0 2px 5px 0;
  }
  .customer-account-login .register-container form .fieldset .field .control .fieldset .fields .field-name-prefix .control label {
    margin-right: 0;
    margin-bottom: 5px;
    display: inline-block;
    width: calc(100% - 42px);
  }
  .block.block-customer-login .block-title strong#block-customer-login-heading,
  .login-container .block .block-title strong#block-new-customer-heading,
  .customer-account-login .register-container form fieldset.fieldset.create.info legend span {
    font-size: 16px !important;
  }
  .customer-account-login .page-wrapper .page-main .page-title-wrapper .page-title .base {
    font-size: 25px;
  }
  .customer-account-create .page-wrapper .page-main .page-title-wrapper .page-title .base:after {
    border-bottom: solid 3px #e9d38a;
    margin-top: -9px;
  }
  form.form-create-account .create.info legend.legend span,
  form.form-create-account .create.account legend.legend span {
    font-size: 18px;
  }
  fieldset.fieldset.additional_info {
    margin: 0;
  }
  .customer-account-login .login-container .block-customer-login .block-content fieldset.fieldset.login .actions-toolbar .primary button,
  .customer-account-login .login-container .block-customer-login .block-content fieldset.fieldset.login .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
  .customer-account-login .login-container .block-customer-login .block-content fieldset.fieldset.login .actions-toolbar .primary .action-gift,
  .customer-account-login .register-container form#form-validate .actions-toolbar .primary button.action.submit.primary {
    padding: 1px 10px;
  }
  .customer-account-login .login-container .block-customer-login .block-content fieldset.fieldset.login .actions-toolbar .primary button span,
  .customer-account-login .login-container .block-customer-login .block-content fieldset.fieldset.login .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action span,
  .customer-account-login .login-container .block-customer-login .block-content fieldset.fieldset.login .actions-toolbar .primary .action-gift span,
  .customer-account-login .register-container form#form-validate .actions-toolbar .primary button.action.submit.primary span {
    font-size: 12px;
  }
  .account .page-wrapper .page-main .column.main .page-title-wrapper .page-title .base {
    font-size: 22px;
  }
  .account .page-wrapper .page-main .column.main .page-title-wrapper .page-title .base:after {
    border-bottom: solid 3px #e9d38a;
    margin-top: -6px;
  }
  .account .page-wrapper .page-main .column.main .page-title-wrapper .page-title span.base {
    font-size: 22px;
  }
  .account .page-wrapper .page-main .column.main form .actions-toolbar > .primary .action:last-child {
    padding: 14px 37px 14px 36px !important;
  }
  div .anlass_main .anlass_left .anlass_title_main .anlass_title h5 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .category-view div.category-cms .link_of_all_product a {
    font-size: 18px;
  }
  .category-view div.category-cms .link_of_all_product a:after {
    border-bottom: solid 2px #e9d38a;
    margin-top: -10px;
  }
  body.page-products .page-wrapper .page-main .page-title-wrapper h1.page-title {
    margin: 18px 0;
  }
  body.page-products .page-wrapper .page-main .page-title-wrapper h1.page-title span.base {
    font-size: 22px;
  }
}
@media only screen and (max-width: 420px) {
  .column .category_image_main li {
    width: 100%;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-content div {
    font-size: 12px;
  }
  .modal-popup.confirm .modal-footer button.action-secondary.action-dismiss,
  .modal-popup.confirm .modal-footer button.action-primary.action-accept {
    padding: 10px;
  }
  .checkout-index-index .opc-progress-bar-item > span:after {
    max-height: 50px;
    max-width: 50px;
    line-height: 50px;
  }
  .checkout-index-index .opc-progress-bar li.opc-progress-bar-item._complete::after {
    background-size: 18px;
    top: 37px;
    left: 72%;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form form .box-tocart .fieldset:last-child .actions {
    margin-left: 20px;
  }
}
